Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-15 10:04:15 +00:00

View File

@@ -76,13 +76,13 @@ export default function LandingPage() {
tagIcon={Cake}
products={[
{
id: "celebration-cake", name: "Custom Celebration Cake", price: "From KES 2,300", variant: "All flavors available", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AydoWWBpixsdJ8xDdFWGijld9V/uploaded-1773568988640-rexdr376.png", imageAlt: "Elegantly decorated white cake with gold drip and pink rose"
id: "celebration-cake", name: "Custom Celebration Cake", price: "From KES 2,300", variant: "All flavors available", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AydoWWBpixsdJ8xDdFWGijld9V/uploaded-1773568988640-rexdr376.png?_wi=1", imageAlt: "Elegantly decorated white cake with gold drip and pink rose"
},
{
id: "lactation-cookies", name: "Healthy Lactation Cookies", price: "KES 600", variant: "Nutritious & delicious", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AydoWWBpixsdJ8xDdFWGijld9V/uploaded-1773568988640-rexdr376.png", imageAlt: "Homemade lactation cookies"
id: "lactation-cookies", name: "Healthy Lactation Cookies", price: "KES 600", variant: "Nutritious & delicious", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AydoWWBpixsdJ8xDdFWGijld9V/uploaded-1773568988640-rexdr376.png?_wi=2", imageAlt: "Homemade lactation cookies"
},
{
id: "cupcakes", name: "Gourmet Cupcakes", price: "KES 400", variant: "12 varieties", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AydoWWBpixsdJ8xDdFWGijld9V/uploaded-1773568988640-rexdr376.png", imageAlt: "Assorted decorated cupcakes"
id: "cupcakes", name: "Gourmet Cupcakes", price: "KES 400", variant: "12 varieties", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AydoWWBpixsdJ8xDdFWGijld9V/uploaded-1773568988640-rexdr376.png?_wi=3", imageAlt: "Assorted decorated cupcakes"
}
]}
gridVariant="three-columns-all-equal-width"