From 4d1d3568a080ad95faa96e9daf7eec6b37c647c6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 01:57:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 221 +++++++++++------------------------------------ 1 file changed, 52 insertions(+), 169 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3255cf7..8cc43c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,9 +5,9 @@ import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; export default function LandingPage() { return ( @@ -28,25 +28,15 @@ export default function LandingPage() { @@ -56,102 +46,57 @@ export default function LandingPage() { @@ -164,17 +109,11 @@ export default function LandingPage() { description="We hand-shape every strand using traditional techniques and the finest durum semolina. Our process is a tribute to the slow, intentional art of pasta making." bulletPoints={[ { - title: "100% Organic", - description: "Sourced from small-batch Italian farms.", - }, + title: "100% Organic", description: "Sourced from small-batch Italian farms."}, { - title: "Bronze Cut", - description: "For the perfect sauce-gripping texture.", - }, + title: "Bronze Cut", description: "For the perfect sauce-gripping texture."}, { - title: "Slow Dried", - description: "Preserving nutrients and full flavor.", - }, + title: "Slow Dried", description: "Preserving nutrients and full flavor."}, ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-with-pizza-cutter-utensils_23-2148296890.jpg" mediaAnimation="slide-up" @@ -182,48 +121,24 @@ export default function LandingPage() {
-
-