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() {
-
-
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 3d0e32c..fb433ff 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #000f06e6; - --primary-cta: #0a7039; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffff; + --primary-cta: #ffdf7d; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #1a1a1a; --secondary-cta-text: #000f06e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #b8860b; + --background-accent: #8b6914; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);