Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ded279d08 | |||
| 75b2fdb0a8 | |||
| bd5934a849 | |||
| e8572a7ae6 | |||
| eafbd58d67 | |||
| d13bb8161c | |||
| 3ccc3115fb | |||
| c11b66bb0c | |||
| f238b9e09e | |||
| 337d702ed8 | |||
| 4dcc12db9e | |||
| 7e6ee69c87 | |||
| 21a214105f | |||
| e33d8f1c81 | |||
| a1a528053e | |||
| 9ec314123a | |||
| 9059ac748f | |||
| 30e3944190 |
@@ -11,8 +11,8 @@ import { Libre_Baskerville, Inter } from "next/font/google";
|
|||||||
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'Welcome to Our Platform',
|
title: 'Innovation Driven Website',
|
||||||
description: 'Experience the future of digital solutions today.',
|
description: 'Explore our signature products and expert services.',
|
||||||
openGraph: {
|
openGraph: {
|
||||||
"title": "L.B.'s Family Restaurant | Where Every Table Feels Like Home",
|
"title": "L.B.'s Family Restaurant | Where Every Table Feels Like Home",
|
||||||
"description": "Thompson's staple diner since day one. Quality food, hearty portions, and community spirit.",
|
"description": "Thompson's staple diner since day one. Quality food, hearty portions, and community spirit.",
|
||||||
|
|||||||
130
src/app/page.tsx
130
src/app/page.tsx
@@ -1,127 +1,51 @@
|
|||||||
'use client';
|
"use client";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
||||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
|
||||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
|
||||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
|
||||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
|
||||||
|
|
||||||
const navItems = [{ name: "Home", id: "/" }];
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
|
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||||
|
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
|
||||||
|
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
||||||
|
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
|
||||||
|
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||||
|
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
||||||
|
import TeamCardOne from "@/components/sections/team/TeamCardOne";
|
||||||
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||||
|
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||||
|
|
||||||
export default function Page() {
|
export default function Page() {
|
||||||
|
const navItems = [
|
||||||
|
{ name: "Home", id: "/" },
|
||||||
|
{ name: "About", id: "/about" },
|
||||||
|
{ name: "Contact", id: "/contact" }
|
||||||
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||||
defaultButtonVariant="text-stagger"
|
|
||||||
defaultTextAnimation="entrance-slide"
|
|
||||||
borderRadius="rounded"
|
|
||||||
contentWidth="medium"
|
|
||||||
sizing="medium"
|
|
||||||
background="circleGradient"
|
|
||||||
cardStyle="glass-elevated"
|
|
||||||
primaryButtonStyle="gradient"
|
|
||||||
secondaryButtonStyle="glass"
|
|
||||||
headingFontWeight="normal"
|
|
||||||
>
|
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen navItems={navItems} />
|
||||||
navItems={navItems}
|
|
||||||
logoSrc="/logo.svg"
|
|
||||||
logoAlt="Logo"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDoubleCarousel
|
<HeroSplitDoubleCarousel title="Welcome" description="Experience excellence" background={{ variant: "plain" }} leftCarouselItems={[]} rightCarouselItems={[]} />
|
||||||
title="Welcome to Our Platform"
|
|
||||||
description="Experience the future of digital solutions today."
|
|
||||||
background={{ variant: "glowing-orb" }}
|
|
||||||
leftCarouselItems={[{ imageSrc: "/placeholder.jpg", imageAlt: "Hero" }]}
|
|
||||||
rightCarouselItems={[{ imageSrc: "/placeholder.jpg", imageAlt: "Hero" }]}
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextSplitAbout
|
<TextSplitAbout title="About Us" description={["Leading the industry with innovation."]} useInvertedBackground={false} />
|
||||||
title="About Us"
|
|
||||||
description={["We are a team dedicated to excellence.", "Building the future with passion."]}
|
|
||||||
useInvertedBackground={false}
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="menu" data-section="menu">
|
<div id="menu" data-section="menu">
|
||||||
<FeatureCardNineteen
|
<FeatureCardNineteen features={[{ tag: "New", title: "Menu Item", subtitle: "Delicious", description: "Taste our signature dishes" }]} title="Our Menu" description="Handcrafted selection" textboxLayout="default" useInvertedBackground={false} />
|
||||||
title="Our Services"
|
|
||||||
description="Comprehensive services tailored to your needs."
|
|
||||||
textboxLayout="split"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
features={[
|
|
||||||
{ tag: "Fast", title: "Service 1", subtitle: "Subtitle", description: "High-speed performance", imageSrc: "/placeholder.jpg" },
|
|
||||||
{ tag: "Secure", title: "Service 2", subtitle: "Subtitle", description: "Enterprise-grade security", imageSrc: "/placeholder.jpg" }
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="signatures" data-section="signatures">
|
<div id="signatures" data-section="signatures">
|
||||||
<ProductCardThree
|
<ProductCardThree products={[{ id: "1", name: "Signature Dish", price: "$25", imageSrc: "/placeholder.jpg" }, { id: "2", name: "Delight Plate", price: "$30", imageSrc: "/placeholder.jpg" }, { id: "3", name: "Specialty Bowl", price: "$20", imageSrc: "/placeholder.jpg" }]} gridVariant="three-columns-all-equal-width" animationType="slide-up" title="Signatures" description="Must try" textboxLayout="default" useInvertedBackground={false} />
|
||||||
title="Signatures"
|
|
||||||
description="Unique products curated for you."
|
|
||||||
textboxLayout="default"
|
|
||||||
gridVariant="asymmetric-60-wide-40-narrow"
|
|
||||||
animationType="blur-reveal"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
products={[
|
|
||||||
{ id: "p1", name: "Signature 1", price: "$10", imageSrc: "/placeholder.jpg" },
|
|
||||||
{ id: "p2", name: "Signature 2", price: "$20", imageSrc: "/placeholder.jpg" },
|
|
||||||
{ id: "p3", name: "Signature 3", price: "$30", imageSrc: "/placeholder.jpg" }
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="reviews" data-section="reviews">
|
<div id="reviews" data-section="reviews">
|
||||||
<TestimonialCardOne
|
<TestimonialCardOne testimonials={[{ id: "1", name: "Jane Doe", role: "CEO", company: "TechCorp", rating: 5 }]} gridVariant="three-columns-all-equal-width" animationType="slide-up" title="Testimonials" description="What they say" textboxLayout="default" useInvertedBackground={false} />
|
||||||
title="Testimonials"
|
|
||||||
description="What our clients say about us."
|
|
||||||
textboxLayout="default"
|
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
animationType="blur-reveal"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
testimonials={[
|
|
||||||
{ id: "t1", name: "Client 1", role: "CEO", company: "Comp A", rating: 5 },
|
|
||||||
{ id: "t2", name: "Client 2", role: "CTO", company: "Comp B", rating: 5 }
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="atmosphere" data-section="atmosphere">
|
<div id="atmosphere" data-section="atmosphere">
|
||||||
<TeamCardOne
|
<TeamCardOne members={[{ id: "1", name: "John Smith", role: "Chef" }]} gridVariant="three-columns-all-equal-width" animationType="slide-up" title="Our Team" description="Meet the experts" textboxLayout="default" useInvertedBackground={false} />
|
||||||
title="Our Team"
|
|
||||||
description="Meet the experts behind our success."
|
|
||||||
textboxLayout="default"
|
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
animationType="blur-reveal"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
members={[
|
|
||||||
{ id: "m1", name: "John", role: "Founder", imageSrc: "/placeholder.jpg" },
|
|
||||||
{ id: "m2", name: "Jane", role: "Engineer", imageSrc: "/placeholder.jpg" }
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm title="Contact Us" description="Get in touch with our team" inputs={[{ name: "name", type: "text", placeholder: "Your Name", required: true }, { name: "email", type: "email", placeholder: "Your Email", required: true }]} useInvertedBackground={false} />
|
||||||
title="Contact Us"
|
|
||||||
description="Get in touch with our team."
|
|
||||||
useInvertedBackground={false}
|
|
||||||
inputs={[
|
|
||||||
{ name: "name", type: "text", placeholder: "Name", required: true },
|
|
||||||
{ name: "email", type: "email", placeholder: "Email", required: true }
|
|
||||||
]}
|
|
||||||
buttonText="Submit"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple columns={[]} bottomLeftText="© 2024 Webild" bottomRightText="hello@example.com" />
|
||||||
bottomLeftText="© 2024 Webild"
|
|
||||||
bottomRightText="All Rights Reserved"
|
|
||||||
columns={[{ title: "Links", items: [{ label: "Home", href: "/" }] }]}
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user