Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-02 09:36:15 +00:00

View File

@@ -108,21 +108,18 @@ export default function LandingPage() {
{
id: "1", name: "Blush Rose Elegance", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/closeup-pink-rose-bouquet_53876-153449.jpg", imageAlt: "Blush rose arrangement in classic vase", priceButtonProps: {
text: "Add to Cart",
icon: ShoppingCart,
onClick: () => console.log('Added Blush Rose Elegance to cart')
}
},
{
id: "2", name: "Minimalist White", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-spring-peonies-flowers-bed_169016-21421.jpg", imageAlt: "White peonies and greenery arrangement", priceButtonProps: {
text: "Quick Order",
icon: Zap,
onClick: () => console.log('Quick ordered Minimalist White')
}
},
{
id: "3", name: "Seasonal Rainbow", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-daisies-with-frame_23-2148207830.jpg", imageAlt: "Mixed colorful spring flowers arrangement", priceButtonProps: {
text: "Add to Cart",
icon: ShoppingCart,
onClick: () => console.log('Added Seasonal Rainbow to cart')
}
}