From e692bdb3adb24a020e7d9e8e2a0815e27cbe2389 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 08:12:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 176 +++++++++++++---------------------------------- 1 file changed, 47 insertions(+), 129 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 972f7da..b37c0a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,9 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; +import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,71 +45,42 @@ export default function LandingPage() {
@@ -129,9 +92,7 @@ export default function LandingPage() { title="About Us" buttons={[ { - text: "Learn more", - href: "#", - }, + text: "Learn more", href: "#"}, ]} /> @@ -144,23 +105,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Signature Latte", - price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-psd/instagram-stories-template-with-brunch_23-2148452340.jpg", - }, + id: "p1", name: "Signature Latte", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-psd/instagram-stories-template-with-brunch_23-2148452340.jpg"}, { - id: "p2", - name: "Artisan Croissant", - price: "$3.50", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-photo-smiling-adorable-lady-with-wonderful-smile-dark-manicure-is-holding-coffee-enjoying-resting-cafeteria_291650-2135.jpg", - }, + id: "p2", name: "Artisan Croissant", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-photo-smiling-adorable-lady-with-wonderful-smile-dark-manicure-is-holding-coffee-enjoying-resting-cafeteria_291650-2135.jpg"}, { - id: "p3", - name: "Cold Brew Special", - price: "$5.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-cup-cinnamon-sticks_23-2149271477.jpg", - }, + id: "p3", name: "Cold Brew Special", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-cup-cinnamon-sticks_23-2149271477.jpg"}, ]} title="Our Menu" description="Savor our handcrafted beverages and artisan pastries, prepared fresh daily." @@ -174,42 +123,30 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Fresh Roast", - description: "Locally sourced, expertly roasted.", - icon: Coffee, + title: "Fresh Roast", description: "Locally sourced, expertly roasted.", icon: Coffee, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/details-catered-holiday-table-restaurant_8353-9663.jpg?_wi=1", - }, + imageSrc: "http://img.b2bpic.net/free-photo/details-catered-holiday-table-restaurant_8353-9663.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/details-catered-holiday-table-restaurant_8353-9663.jpg?_wi=2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/details-catered-holiday-table-restaurant_8353-9663.jpg?_wi=2"}, ], }, { - title: "Cozy Vibes", - description: "Relax in our warm environment.", - icon: Coffee, + title: "Cozy Vibes", description: "Relax in our warm environment.", icon: Coffee, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1288.jpg?_wi=1", - }, + imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1288.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1288.jpg?_wi=2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1288.jpg?_wi=2"}, ], }, { - title: "Artisan Baristas", - description: "Expert hands, perfect pours.", - icon: Coffee, + title: "Artisan Baristas", description: "Expert hands, perfect pours.", icon: Coffee, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-barista-using-professional-coffee-machine_23-2148824377.jpg?_wi=1", - }, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-barista-using-professional-coffee-machine_23-2148824377.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-barista-using-professional-coffee-machine_23-2148824377.jpg?_wi=2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-barista-using-professional-coffee-machine_23-2148824377.jpg?_wi=2"}, ], }, ]} @@ -219,58 +156,39 @@ export default function LandingPage() {
-
); -} +} \ No newline at end of file -- 2.49.1