From f8f9e873914eae92a9490dee02dfce99b8e0afe8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 20:37:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 166 +++++++++++++++++++++++++++-------------------- 1 file changed, 97 insertions(+), 69 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b475ba..f99debd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,10 +6,10 @@ import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCa import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne"; -import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Coffee, MapPin } from "lucide-react"; +import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; +import { Coffee, MapPin, Phone, Clock, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -33,11 +33,12 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Menu", id: "menu" }, { name: "Gallery", id: "gallery" }, - { name: "Reviews", id: "testimonials" }, - { name: "Visit Us", id: "contact" }, + { name: "Reviews", id: "reviews" }, + { name: "Visit Us", id: "visit" }, ]} button={{ - text: "Order Online", href: "https://boltfood.com"}} + text: "Order Online", href: "https://boltfood.com" + }} /> @@ -47,15 +48,18 @@ export default function LandingPage() { description="Fresh Coffee & Artisan Pastries in Accra" buttons={[ { text: "View Menu", href: "#menu" }, - { text: "Visit Us", href: "#contact" }, + { text: "Visit Us", href: "#visit" }, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-arrangement-with-coffee-pastry_23-2148623195.jpg", imageAlt: "Fresh coffee and pastries"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-arrangement-with-coffee-pastry_23-2148623195.jpg", imageAlt: "Fresh coffee and pastries" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg", imageAlt: "Specialty latte with latte art"}, + imageSrc: "http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg", imageAlt: "Specialty latte with latte art" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-black-tea-with-baked-food_23-2147860375.jpg", imageAlt: "Chocolate croissant and coffee"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-black-tea-with-baked-food_23-2147860375.jpg", imageAlt: "Chocolate croissant and coffee" + }, ]} autoplayDelay={4000} showDimOverlay={true} @@ -66,7 +70,8 @@ export default function LandingPage() { -
- +
-
- +
); -} +} \ No newline at end of file