From 44d18e1c75757da1ef83f123ae6870e108fc3ddf Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 18:29:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c84ebc..5ee16c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Cake, Phone, MapPin, Instagram, Facebook } from "lucide-react"; +import { Cake, Instagram, Facebook } from "lucide-react"; export default function LandingPage() { return ( @@ -61,10 +61,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "p1", name: "Mango Passion Fruit", price: "Custom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DUyVnve7Kh6TrptJyNK7rltRFc/uploaded-1778351191230-4ed7n31k.jpg?_wi=2", initialQuantity: 0 }, - { id: "p2", name: "Red Velvet Raspberry", price: "Custom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DUyVnve7Kh6TrptJyNK7rltRFc/uploaded-1778351191230-xqaun9ef.jpg?_wi=2", initialQuantity: 0 }, - { id: "p3", name: "Snickers Deluxe", price: "Custom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DUyVnve7Kh6TrptJyNK7rltRFc/uploaded-1778351191230-so738kgy.jpg?_wi=2", initialQuantity: 0 }, - { id: "p4", name: "Pistachio Napoleon", price: "Custom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DUyVnve7Kh6TrptJyNK7rltRFc/uploaded-1778351191230-vr3b8t4m.jpg?_wi=2", initialQuantity: 0 }, + { id: "p1", name: "Mango Passion Fruit", price: "Custom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DUyVnve7Kh6TrptJyNK7rltRFc/uploaded-1778351191230-4ed7n31k.jpg?_wi=2" }, + { id: "p2", name: "Red Velvet Raspberry", price: "Custom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DUyVnve7Kh6TrptJyNK7rltRFc/uploaded-1778351191230-xqaun9ef.jpg?_wi=2" }, + { id: "p3", name: "Snickers Deluxe", price: "Custom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DUyVnve7Kh6TrptJyNK7rltRFc/uploaded-1778351191230-so738kgy.jpg?_wi=2" }, + { id: "p4", name: "Pistachio Napoleon", price: "Custom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DUyVnve7Kh6TrptJyNK7rltRFc/uploaded-1778351191230-vr3b8t4m.jpg?_wi=2" }, ]} title="Our Signature Fillings" description="Choose from our curated collection of premium cake flavors." @@ -102,6 +102,7 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[{ id: "t1", name: "Maria", handle: "@client", testimonial: "The best cake I have ever had!" }]} title="Sweet Reviews" + description="Hear what our happy customers have to say about our creations." /> @@ -112,6 +113,7 @@ export default function LandingPage() { description="Call us at 0786 80 779 or visit us at Strada Independenței 3/1, Chișinău." onSubmit={(email) => console.log("Order request from:", email)} background={{ variant: "plain" }} + useInvertedBackground={true} />