From 4cb77a4adf75e19ea4b127e6c1cd2eea15ca24c5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 15:28:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 35 ++++++++++++++--------------------- 1 file changed, 14 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b5727c..66ba4d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,12 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { @@ -31,6 +31,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Menu", id: "menu" }, + { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} brandName="Wisco Sips" @@ -61,9 +62,6 @@ export default function LandingPage() { { id: "1", name: "Signature Espresso", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/hot-chocolate-with-whipped-cream_23-2151939168.jpg" }, { id: "2", name: "Golden Croissant", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-croissants-jam-coffee_23-2148243527.jpg" }, { id: "3", name: "Cold Brew Artisan", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/iced-latte-glass-pink-stand-wooden-table-cranberry-pie-summer-cafe-green-bushes_343596-1527.jpg" }, - { id: "4", name: "Velvet Cappuccino", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/caffeine-romantic-milk-wood-aroma_1232-4541.jpg" }, - { id: "5", name: "Matcha Bliss", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-smoothies-basket_23-2148574145.jpg" }, - { id: "6", name: "Blueberry Artisan Muffin", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cupcake-concept_23-2148777780.jpg" }, ]} title="Curated Sips & Bites" description="From single-origin roasts to fresh-baked artisan pastries, indulge in our curated menu." @@ -71,31 +69,26 @@ export default function LandingPage() {
-
-
@@ -109,4 +102,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file