From 2589349222ae22f19378e32622b3bc648e8d1aad Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 12:46:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c6c4d93..389fba5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import { Clock, Feather, Palette, Sparkles, Star } from "lucide-react"; +import { Clock, Feather, Leaf, Palette, Sparkles, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -179,6 +179,21 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Exquisite Collection" description="Explore our diverse range of delectable cakes and desserts, crafted for every taste and celebration. From classic favorites to unique halal sweets." + gridVariant="uniform-all-items-equal" + products={[ + { + id: "chocolate-indulgence", name: "Chocolate Indulgence Cake", price: "150,000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cookie-pastries-with-walnuts-table-cake-biscuit-sugar-sweet-pastry-bake_140725-24511.jpg", imageAlt: "Rich chocolate cake slice" + }, + { + id: "fruit-berry-tart", name: "Fruit Berry Tart", price: "95,000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fruit-tart-with-variety-fresh-berries-top-creamy-custard-filling_9975-124441.jpg", imageAlt: "Fresh fruit tart with assorted berries" + }, + { + id: "halal-sweet-platter", name: "Halal Sweet Platter", price: "120,000 UZS", imageSrc: "http://img.b2bpic.net/free-photo/traditional-turkish-delight-oriental-sweets_114579-19441.jpg", imageAlt: "Assorted traditional halal sweets" + }, + { + id: "custom-birthday-delight", name: "Custom Birthday Delight", price: "Contact for price", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-adult-cutting-cake_23-2150154705.jpg", imageAlt: "Custom designed birthday cake" + } + ]} /> -- 2.49.1