Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo Fix in Hero #6

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions app/(site)/contact/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import React from "react";
import Contact from "@/components/Contact";
import { Metadata } from "next";

export const metadata: Metadata = {
title: "Contact",
description: "Get in touch to learn more",
// other metadata
};

const SupportPage = () => {
return (
<div className="pb-20 pt-40">
<Contact />
</div>
);
};

export default SupportPage;
37 changes: 30 additions & 7 deletions app/(site)/docs/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,47 @@ export default function DocsPage() {
<section className="pb-16 pt-24 md:pb-20 md:pt-28 lg:pb-24 lg:pt-32">
<div className="container mx-auto">
<div className="-mx-4 flex flex-wrap">
<div className="w-full px-4 lg:w-1/4">
{/* <div className="w-full px-4 lg:w-1/4">
<div className="sticky top-[74px] rounded-lg border border-white p-4 shadow-solid-4 transition-all dark:border-strokedark dark:bg-blacksection">
/*{" "}
<ul className="space-y-2">
<SidebarLink />
</ul>
/*{" "}
</div>
</div>
</div> */}

<div className="w-full px-4 lg:w-3/4">
<div className="blog-details blog-details-docs shadow-three dark:bg-gray-dark rounded-sm bg-white px-8 py-11 sm:p-[55px] lg:mb-5 lg:px-8 xl:p-[55px]">
<h1>Welcome to Startup Documentation</h1>
<h1>Who We Are</h1>

<p className="text-body-color dark:text-body-color-dark text-base">
This document serves as a simple template to showcase a sample
layout and format. It is solely created for demonstration
purposes and is not intended for any official use.
Krv Analytics empowers businesses to harness the power of
their data. Our solutions simplify high-dimensional, sparse
datasets, enabling domain experts to see into the black box of
machine learning.
</p>

<h1>What We Do</h1>

<p className="text-body-color dark:text-body-color-dark text-base">
We enable users to analyze and strategize without the need for
advanced ML infrastructure or technical expertise. Our tool
seamlessly integrates tabular data (e.g. CSV files) into a
knowledge base, offering visual insights, local metrics,
optimized queries, and an instant connection between a
customer’s documents and their datasets.
</p>

<h1>Why It Matters</h1>

<p className="text-body-color dark:text-body-color-dark text-base">
We make data-driven decision-making accessible to mid-sized
companies, empowering them to act on their data without
relying on large data teams, long histories of cultivated
datasets, and deep technical expertise.
</p>
{/* <p className="text-body-color dark:text-body-color-dark text-base">
Please visit:{" "}
<b>
<a href="https://nextjstemplates.com/docs">
Expand All @@ -39,7 +62,7 @@ export default function DocsPage() {
</b>{" "}
to check out the real docs, setup guide and even video
instructions
</p>
</p> */}
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions app/(site)/head.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export default function Head() {
return (
<>
<title> Solid | Next.js Template for Startup and SaaS</title>
<title> Krv Analytics </title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta name="description" content="Built with Next.js and TypeScript" />
<link rel="icon" href="/images/favicon.ico" />
<link rel="icon" href="/app/favicon.ico" />
</>
);
}
32 changes: 16 additions & 16 deletions app/(site)/page.tsx
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
import { Metadata } from "next";
import Hero from "@/components/Hero";
import Brands from "@/components/Brands";
// import Brands from "@/components/Brands";
import Feature from "@/components/Features";
import About from "@/components/About";
import FeaturesTab from "@/components/FeaturesTab";
import FunFact from "@/components/FunFact";
import Integration from "@/components/Integration";
import CTA from "@/components/CTA";
// import FunFact from "@/components/FunFact";
// import Integration from "@/components/Integration";
// import CTA from "@/components/CTA";
import FAQ from "@/components/FAQ";
import Pricing from "@/components/Pricing";
// import Pricing from "@/components/Pricing";
import Contact from "@/components/Contact";
import Blog from "@/components/Blog";
import Testimonial from "@/components/Testimonial";
// import Team from "@/components/Team";
// import Testimonial from "@/components/Testimonial";

export const metadata: Metadata = {
title: "Next.js Starter Template for SaaS Startups - Solid SaaS Boilerplate",
description: "This is Home for Solid Pro",
title: "Krv",
description: "Krv Analytics",
// other metadata
};

export default function Home() {
return (
<main>
<Hero />
<Brands />
{/* <Brands /> */}
<Feature />
<About />
<FeaturesTab />
<FunFact />
<Integration />
<CTA />
{/* <FunFact /> */}
{/* <Integration /> */}
{/* <CTA /> */}
<FAQ />
<Testimonial />
<Pricing />
{/* <Testimonial /> */}
{/* <Pricing /> */}
<Contact />
<Blog />
{/* <Blog /> */}
</main>
);
}
172 changes: 172 additions & 0 deletions app/(site)/team/blog-details/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,172 @@
import RelatedPost from "@/components/Blog/RelatedPost";
import SharePost from "@/components/Blog/SharePost";
import { Metadata } from "next";
import Image from "next/image";

export const metadata: Metadata = {
title: "Blog Details Page - Solid SaaS Boilerplate",
description: "This is Blog details page for Solid Pro",
// other metadata
};

const SingleBlogPage = async () => {
return (
<>
<section className="pb-20 pt-35 lg:pb-25 lg:pt-45 xl:pb-30 xl:pt-50">
<div className="mx-auto max-w-c-1390 px-4 md:px-8 2xl:px-0">
<div className="flex flex-col-reverse gap-7.5 lg:flex-row xl:gap-12.5">
<div className="md:w-1/2 lg:w-[32%]">
<div className="animate_top mb-10 rounded-md border border-stroke bg-white p-3.5 shadow-solid-13 dark:border-strokedark dark:bg-blacksection">
<form
action="https://formbold.com/s/unique_form_id"
method="POST"
>
<div className="relative">
<input
type="text"
placeholder="Search Here..."
className="w-full rounded-lg border border-stroke px-6 py-4 shadow-solid-12 focus:border-primary focus:outline-none dark:border-strokedark dark:bg-black dark:shadow-none dark:focus:border-primary"
/>

<button
className="absolute right-0 top-0 p-5"
aria-label="search-icon"
>
<svg
className="fill-black transition-all duration-300 hover:fill-primary dark:fill-white dark:hover:fill-primary"
width="21"
height="21"
viewBox="0 0 21 21"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path d="M16.031 14.617L20.314 18.899L18.899 20.314L14.617 16.031C13.0237 17.3082 11.042 18.0029 9 18C4.032 18 0 13.968 0 9C0 4.032 4.032 0 9 0C13.968 0 18 4.032 18 9C18.0029 11.042 17.3082 13.0237 16.031 14.617ZM14.025 13.875C15.2941 12.5699 16.0029 10.8204 16 9C16 5.132 12.867 2 9 2C5.132 2 2 5.132 2 9C2 12.867 5.132 16 9 16C10.8204 16.0029 12.5699 15.2941 13.875 14.025L14.025 13.875Z" />
</svg>
</button>
</div>
</form>
</div>

<div className="animate_top mb-10 rounded-md border border-stroke bg-white p-9 shadow-solid-13 dark:border-strokedark dark:bg-blacksection">
<h4 className="mb-7.5 text-2xl font-semibold text-black dark:text-white">
Categories
</h4>

<ul>
<li className="mb-3 transition-all duration-300 last:mb-0 hover:text-primary">
<a href="#">Blog</a>
</li>
<li className="mb-3 transition-all duration-300 last:mb-0 hover:text-primary">
<a href="#">Events</a>
</li>
<li className="mb-3 transition-all duration-300 last:mb-0 hover:text-primary">
<a href="#">Grids</a>
</li>
<li className="mb-3 transition-all duration-300 last:mb-0 hover:text-primary">
<a href="#">News</a>
</li>
<li className="mb-3 transition-all duration-300 last:mb-0 hover:text-primary">
<a href="#">Rounded</a>
</li>
</ul>
</div>

<RelatedPost />
</div>

<div className="lg:w-2/3">
<div className="animate_top rounded-md border border-stroke bg-white p-7.5 shadow-solid-13 dark:border-strokedark dark:bg-blacksection md:p-10">
<div className="mb-10 w-full overflow-hidden ">
<div className="relative aspect-[97/60] w-full sm:aspect-[97/44]">
<Image
src={"/images/blog/blog-01.png"}
alt="Kobe Steel plant that supplied"
fill
className="rounded-md object-cover object-center"
/>
</div>
</div>

<h2 className="mb-5 mt-11 text-3xl font-semibold text-black dark:text-white 2xl:text-sectiontitle2">
Kobe Steel plant that supplied
</h2>

<ul className="mb-9 flex flex-wrap gap-5 2xl:gap-7.5">
<li>
<span className="text-black dark:text-white">Author: </span>{" "}
Jhon Doe
</li>
<li>
<span className="text-black dark:text-white">
Published On: July 30, 2023
</span>{" "}
</li>
<li>
<span className="text-black dark:text-white">
Category:
</span>
Events
</li>
</ul>

<div className="blog-details">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Nunc quis nibh lorem. Duis sed odio lorem. In a efficitur
leo. Ut venenatis rhoncus quam sed condimentum. Curabitur
vel turpis in dolor volutpat imperdiet in ut mi. Integer non
volutpat nulla. Nunc elementum elit viverra, tempus quam
non, interdum ipsum.
</p>

<p>
Aenean augue ex, condimentum vel metus vitae, aliquam porta
elit. Quisque non metus ac orci mollis posuere. Mauris vel
ipsum a diam interdum ultricies sed vitae neque. Nulla
porttitor quam vitae pulvinar placerat. Nulla fringilla elit
sit amet justo feugiat sodales. Morbi eleifend, enim non
eleifend laoreet, odio libero lobortis lectus, non porttitor
sem urna sit amet metus. In sollicitudin quam est,
pellentesque consectetur felis fermentum vitae.
</p>

<div className="flex flex-wrap gap-5">
<Image
src={"/images/blog/blog-01.png"}
width={350}
height={200}
alt="image"
/>
<Image
src={"/images/blog/blog-02.png"}
width={350}
height={200}
alt="image"
/>
</div>

<h3 className="pt-8">
Nunc elementum elit viverra, tempus quam non
</h3>

<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Nunc quis nibh lorem. Duis sed odio lorem. In a efficitur
leo. Ut venenatis rhoncus quam sed condimentum. Curabitur
vel turpis in dolor volutpat imperdiet in ut mi. Integer non
volutpat nulla. Nunc elementum elit viverra, tempus quam
non, interdum ipsum.
</p>
</div>

<SharePost />
</div>
</div>
</div>
</div>
</section>
</>
);
};

export default SingleBlogPage;
29 changes: 29 additions & 0 deletions app/(site)/team/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
import TeamData from "@/components/Team/TeamData";
import TeamItem from "@/components/Team/TeamItem";
import { Metadata } from "next";

export const metadata: Metadata = {
title: "Meet the Team",
description: "Get to know the team members.",
// other metadata
};

const BlogPage = async () => {
return (
<>
{/* <!-- ===== Blog Grid Start ===== --> */}
<section className="py-20 lg:py-25 xl:py-30">
<div className="mx-auto mt-15 max-w-c-1280 px-4 md:px-8 xl:mt-20 xl:px-0">
<div className="grid grid-cols-1 gap-7.5 md:grid-cols-2 lg:grid-cols-3 xl:gap-10">
{TeamData.map((post, key) => (
<TeamItem key={key} blog={post} />
))}
</div>
</div>
</section>
{/* <!-- ===== Blog Grid End ===== --> */}
</>
);
};

export default BlogPage;
Binary file modified app/favicon.ico
Binary file not shown.
Loading