From 94ae801ac197a12294fe679287e539d88ea4f33c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 11:16:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 298 ++++++++++------------------------------------- 1 file changed, 61 insertions(+), 237 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c27cef5..a6f332c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,8 +3,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; @@ -32,27 +32,17 @@ export default function LandingPage() { @@ -60,102 +50,57 @@ export default function LandingPage() { @@ -168,41 +113,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Grilled Chicken", - price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/porchetta-delicious-pork-roast-wrapped-roll-traditional-italian-dish-holidays-gray-concrete-background_127032-2787.jpg", - }, + id: "p1", name: "Grilled Chicken", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/porchetta-delicious-pork-roast-wrapped-roll-traditional-italian-dish-holidays-gray-concrete-background_127032-2787.jpg"}, { - id: "p2", - name: "Beef Burger", - price: "$15", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-green-burgers-with-green-salad-inside-round-plate-green-desk_140725-11624.jpg", - }, + id: "p2", name: "Beef Burger", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/front-view-green-burgers-with-green-salad-inside-round-plate-green-desk_140725-11624.jpg"}, { - id: "p3", - name: "Fresh Garden Salad", - price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-from-afar-christmas-dish-christmas-dish-with-appetizing-seeds-pomegranate-tree-branches-grey-surface_140725-111323.jpg", - }, + id: "p3", name: "Fresh Garden Salad", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/side-view-from-afar-christmas-dish-christmas-dish-with-appetizing-seeds-pomegranate-tree-branches-grey-surface_140725-111323.jpg"}, { - id: "p4", - name: "Margherita Pizza", - price: "$16", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-roasted-chicken-steaks-vegetables-white-plate-with-sauce_114579-92.jpg", - }, + id: "p4", name: "Margherita Pizza", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/grilled-roasted-chicken-steaks-vegetables-white-plate-with-sauce_114579-92.jpg"}, { - id: "p5", - name: "Pasta Carbonara", - price: "$19", - imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-roasted-potatoes-one-portion_114579-2428.jpg", - }, + id: "p5", name: "Pasta Carbonara", price: "$19", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-roasted-potatoes-one-portion_114579-2428.jpg"}, { - id: "p6", - name: "Vegetable Stir Fry", - price: "$14", - imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-onion-orange-tomato-basil-lettuce-egg-side-view_141793-2477.jpg", - }, + id: "p6", name: "Vegetable Stir Fry", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-onion-orange-tomato-basil-lettuce-egg-side-view_141793-2477.jpg"}, ]} title="Popular Dishes" description="Hand-picked favorites from our signature menu." @@ -228,45 +149,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - title: "Amazing experience!", - quote: "The best dining experience in town.", - name: "Alice R.", - role: "Food Blogger", - imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-pleased-adorable-dark-skinned-african-american-female-sits-comfortable-couch-holds-soft-cushion_273609-3094.jpg", - }, + id: "1", title: "Amazing experience!", quote: "The best dining experience in town.", name: "Alice R.", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-pleased-adorable-dark-skinned-african-american-female-sits-comfortable-couch-holds-soft-cushion_273609-3094.jpg"}, { - id: "2", - title: "Fresh & Fast", - quote: "Always fresh, always fast. My go-to spot.", - name: "Bob T.", - role: "Local Regular", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg", - }, + id: "2", title: "Fresh & Fast", quote: "Always fresh, always fast. My go-to spot.", name: "Bob T.", role: "Local Regular", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg"}, { - id: "3", - title: "Great Staff", - quote: "Wonderful service and a cozy atmosphere.", - name: "Charlie D.", - role: "Foodie", - imageSrc: "http://img.b2bpic.net/free-photo/positive-young-women-smiling-dinner-party_23-2148454161.jpg", - }, + id: "3", title: "Great Staff", quote: "Wonderful service and a cozy atmosphere.", name: "Charlie D.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/positive-young-women-smiling-dinner-party_23-2148454161.jpg"}, { - id: "4", - title: "Simply Delicious", - quote: "I'm coming back tomorrow!", - name: "Diana P.", - role: "Customer", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-each-other-lunch-time-restaurant-focus-is-woman-eating-sandwich_637285-1962.jpg", - }, + id: "4", title: "Simply Delicious", quote: "I'm coming back tomorrow!", name: "Diana P.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-each-other-lunch-time-restaurant-focus-is-woman-eating-sandwich_637285-1962.jpg"}, { - id: "5", - title: "Highly Recommend", - quote: "The quality is unmatched.", - name: "Evan W.", - role: "Traveler", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-lemonade-from-glass-kitchen_1303-24191.jpg", - }, + id: "5", title: "Highly Recommend", quote: "The quality is unmatched.", name: "Evan W.", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-lemonade-from-glass-kitchen_1303-24191.jpg"}, ]} title="What Our Guests Say" description="Join our community of happy food lovers." @@ -278,14 +169,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Local Farms", - "Fresh Market", - "Dairy Supplies", - "Bakery Co.", - "Gourmet Deli", - "Spice Imports", - "Organic Roots", - ]} + "Local Farms", "Fresh Market", "Dairy Supplies", "Bakery Co.", "Gourmet Deli", "Spice Imports", "Organic Roots"]} title="Trusted By Industry Partners" description="We partner with local farms and suppliers for the freshest quality." /> @@ -298,22 +182,13 @@ export default function LandingPage() { description="Let us save a spot for your next amazing culinary journey." inputs={[ { - name: "name", - type: "text", - placeholder: "Full Name", - required: true, + name: "name", type: "text", placeholder: "Full Name", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: true, + name: "phone", type: "tel", placeholder: "Phone Number", required: true, }, { - name: "date", - type: "datetime-local", - placeholder: "Select Date & Time", - required: true, + name: "date", type: "datetime-local", placeholder: "Select Date & Time", required: true, }, ]} imageSrc="http://img.b2bpic.net/free-photo/lifestyle_1122-1856.jpg" @@ -322,83 +197,32 @@ export default function LandingPage() {
-
); -} +} \ No newline at end of file -- 2.49.1