Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user