diff --git a/src/app/page.tsx b/src/app/page.tsx index df4f643..fc6a646 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import { Award, CheckCircle, Clock, Star } from "lucide-react"; @@ -52,31 +52,13 @@ export default function LandingPage() { { name: "Marcus Thorne", handle: "@mthorne", testimonial: "Finally, a place that cares as much about ingredients as we do. The pork belly is mandatory.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg"}, - { - name: "Sarah Jenkins", handle: "@sarahj", testimonial: "A masterclass in local sourcing. The attention to detail is evident in every single dish.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg"}, - { - name: "David Wu", handle: "@dwu", testimonial: "Sophisticated, yet entirely welcoming. Best dining experience in the district this year.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-pink-wall-happy-smiling-cheerful-positive_343596-7006.jpg"}, - { - name: "Maya Patel", handle: "@mpatel", testimonial: "Simply incredible. The wine pairing was perfectly suggested and matched the flavor profile flawlessly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-eatingout-having-breakfast-talking-friend-table-looking-aside-with-cheerful-smile-sitting-near-mobile-phone-terrace_197531-30313.jpg"}, ]} imageSrc="http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934674.jpg" imageAlt="Chef presenting a signature dish" - avatars={[ - { src: "http://img.b2bpic.net/free-photo/portrait-positive-african-american-girl-laughs-out-happily-keeps-mouth-opened-has-white-teeth-hears-funny-news-dressed-orange-knitted-sweater_273609-46780.jpg", alt: "Portrait of positive African American girl" }, - { src: "http://img.b2bpic.net/free-photo/cheerful-teenage-girl-wearing-trendy-colorful-clothing-rejoicing-positive-news-looking-with-charming-smile-showing-her-perfect-white-teeth-people-lifestyle-youth-happiness_273609-8086.jpg", alt: "Cheerful teenage girl rejoicing" }, - { src: "http://img.b2bpic.net/free-photo/closeup-joyful-beautiful-africanamerican-woman-laughing-looking-happy-standing-yello_1258-130860.jpg", alt: "Closeup of joyful woman laughing" }, - { src: "http://img.b2bpic.net/free-photo/medium-shot-man-with-afro-hairstyle_23-2150677136.jpg", alt: "Medium shot man with afro hairstyle" }, - { src: "http://img.b2bpic.net/free-photo/content-young-man-smiling_74855-2722.jpg", alt: "Content young man smiling" }, - ]} marqueeItems={[ { type: "text", text: "Locally Sourced" }, { type: "text", text: "Farm to Table" }, { type: "text", text: "Artisanal Craft" }, - { type: "text", text: "Modern Flavors" }, - { type: "text", text: "Chef Inspired" }, ]} /> @@ -114,18 +96,9 @@ export default function LandingPage() { ], reverse: true, }, - { - title: "House-made Pasta", description: "Freshly milled flour meets farm-fresh eggs for a truly authentic pasta experience.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/crop-person-kneading-dough_23-2147749558.jpg", imageAlt: "Fresh handmade pasta"}, - items: [ - { icon: CheckCircle, text: "Traditional method" }, - { icon: CheckCircle, text: "Hand-rolled" }, - ], - reverse: false, - }, ]} title="Signature Flavors" - description="A curated selection of signature dishes, highlighting our commitment to fresh, seasonal ingredients and precise execution." + description="A curated selection of signature dishes." /> @@ -139,12 +112,9 @@ export default function LandingPage() { { id: "p1", name: "Heritage Pork Belly", price: "$28", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/tuna-meat-steak_1203-8961.jpg" }, { id: "p2", name: "Truffle Hand-Cut Tagliatelle", price: "$32", variant: "Pasta", imageSrc: "http://img.b2bpic.net/free-photo/chicken-tagliatelle-sauce-parmesan_140725-6574.jpg" }, { id: "p3", name: "Seared Atlantic Scallops", price: "$36", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg" }, - { id: "p4", name: "Wood-Roasted Seasonal Root", price: "$18", variant: "Side", imageSrc: "http://img.b2bpic.net/free-photo/parts-tree-food-composition_23-2147867505.jpg" }, - { id: "p5", name: "Artisanal Sourdough & Cultured Butter", price: "$12", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/slices-soft-bread-marble-surface_114579-40613.jpg" }, - { id: "p6", name: "Dark Chocolate Ganache Tart", price: "$15", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-cake_23-2148604551.jpg" }, ]} title="Signature Menu" - description="Discover our collection of signature dishes, meticulously prepared to delight your palate." + description="Discover our collection of signature dishes." /> @@ -157,7 +127,6 @@ export default function LandingPage() { metrics={[ { id: "m1", value: "129+", title: "Verified Reviews", description: "Trusted by our local community.", icon: Star }, { id: "m2", value: "4.0", title: "Average Rating", description: "Consistently praised service.", icon: Award }, - { id: "m3", value: "Daily", title: "Service Hours", description: "Open from 5pm to 11pm daily.", icon: Clock }, ]} title="Visit Us" description="Information on hours, service, and location." @@ -165,73 +134,43 @@ export default function LandingPage() {