Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-24 12:46:26 +00:00

View File

@@ -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"
}
]}
/>
</div>
</ReactLenis>