From 736668e617cbc0a652f7098c134c28888be68976 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 21:44:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 231 +++++++++++------------------------------------ 1 file changed, 52 insertions(+), 179 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b364ccf..33a9365 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,19 +46,14 @@ export default function LandingPage() {
@@ -77,9 +64,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Philosophy" description={[ - "Highway Purple Kitchen believes in the harmony of fresh, locally sourced ingredients transformed by expert techniques.", - "Our kitchen is a place where tradition meets innovation, served with a side of warm, genuine hospitality.", - ]} + "Highway Purple Kitchen believes in the harmony of fresh, locally sourced ingredients transformed by expert techniques.", "Our kitchen is a place where tradition meets innovation, served with a side of warm, genuine hospitality."]} />
@@ -90,29 +75,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Fresh Ingredients", - descriptions: [ - "Locally sourced, seasonal produce.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-pie-making-arrangement_23-2149055383.jpg", - }, + id: "f1", title: "Fresh Ingredients", descriptions: [ + "Locally sourced, seasonal produce."], + imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-pie-making-arrangement_23-2149055383.jpg"}, { - id: "f2", - title: "Atmosphere", - descriptions: [ - "Warm, inviting design for dining.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520107.jpg", - }, + id: "f2", title: "Atmosphere", descriptions: [ + "Warm, inviting design for dining."], + imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520107.jpg"}, { - id: "f3", - title: "Exquisite Service", - descriptions: [ - "Attentive service for every guest.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/coffee-business-concept-young-handsome-bearded-bartender-barista-manager-posting-order-from-guest-digital-tablet-menu-modern-coffee-shop_1258-103912.jpg", - }, + id: "f3", title: "Exquisite Service", descriptions: [ + "Attentive service for every guest."], + imageSrc: "http://img.b2bpic.net/free-photo/coffee-business-concept-young-handsome-bearded-bartender-barista-manager-posting-order-from-guest-digital-tablet-menu-modern-coffee-shop_1258-103912.jpg"}, ]} title="What We Offer" description="Excellence in every detail, from our kitchen to your table." @@ -127,59 +100,14 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - brand: "Starter", - name: "Truffle Mushroom Soup", - price: "$12", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-foie-gras_1203-3590.jpg", - }, + id: "1", brand: "Starter", name: "Truffle Mushroom Soup", price: "$12", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/grilled-foie-gras_1203-3590.jpg"}, { - id: "2", - brand: "Main", - name: "Pan-Seared Sea Bass", - price: "$34", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg", - }, + id: "2", brand: "Main", name: "Pan-Seared Sea Bass", price: "$34", rating: 5, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg"}, { - id: "3", - brand: "Main", - name: "Slow-Cooked Ribeye", - price: "$48", - rating: 5, - reviewCount: "92", - imageSrc: "http://img.b2bpic.net/free-photo/eggplant-rolls-served-with-greens-tomatoes-walnuts-sesame-seeds_141793-1170.jpg", - }, - { - id: "4", - brand: "Main", - name: "Risotto Al Tartufo", - price: "$28", - rating: 4, - reviewCount: "78", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-souffle-with-strawberry-icing-with-fruit-decor-plate_140725-11554.jpg", - }, - { - id: "5", - brand: "Dessert", - name: "Lavender Panna Cotta", - price: "$14", - rating: 5, - reviewCount: "65", - imageSrc: "http://img.b2bpic.net/free-photo/creamy-mushroom-sauteed-with-rice-salad_114579-2113.jpg", - }, - { - id: "6", - brand: "Dessert", - name: "Dark Chocolate Fondant", - price: "$16", - rating: 5, - reviewCount: "110", - imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949020.jpg", - }, + id: "3", brand: "Main", name: "Slow-Cooked Ribeye", price: "$48", rating: 5, + reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-rolls-served-with-greens-tomatoes-walnuts-sesame-seeds_141793-1170.jpg"}, ]} title="Chef Specials" description="Discover our signature dishes created by our world-class culinary team." @@ -187,50 +115,19 @@ export default function LandingPage() {
- +
@@ -239,20 +136,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Do I need a reservation?", - content: "Yes, we highly recommend booking in advance.", - }, + id: "q1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance."}, { - id: "q2", - title: "Are there vegetarian options?", - content: "Absolutely, we have a diverse menu for all needs.", - }, + id: "q2", title: "Are there vegetarian options?", content: "Absolutely, we have a diverse menu for all needs."}, { - id: "q3", - title: "Can you host events?", - content: "Yes, please contact us for large party inquiries.", - }, + id: "q3", title: "Can you host events?", content: "Yes, please contact us for large party inquiries."}, ]} imageSrc="http://img.b2bpic.net/free-photo/young-displeased-woman-arguing-with-waitress-cafe_637285-8114.jpg" mediaAnimation="slide-up" @@ -266,14 +154,11 @@ export default function LandingPage() {
@@ -284,33 +169,21 @@ export default function LandingPage() { logoText="Highway Purple Kitchen" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]} @@ -319,4 +192,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1