Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -86,10 +86,10 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Luxury Rose Collection", price: "From $150", imageSrc: "http://img.b2bpic.net/free-photo/romantic-bouquet-fresh-flowers-wedding-celebration-generated-by-ai_188544-45526.jpg", imageAlt: "Luxury rose arrangement"
|
||||
id: "1", name: "Luxury Rose Collection", price: "From $150", imageSrc: "http://img.b2bpic.net/free-photo/romantic-bouquet-fresh-flowers-wedding-celebration-generated-by-ai_188544-45526.jpg?_wi=1", imageAlt: "Luxury rose arrangement"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Wedding & Ceremony", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/spring-composition-with-bouquet-flowers-vase-closeup_169016-29760.jpg", imageAlt: "Wedding floral arrangement"
|
||||
id: "2", name: "Wedding & Ceremony", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/spring-composition-with-bouquet-flowers-vase-closeup_169016-29760.jpg?_wi=1", imageAlt: "Wedding floral arrangement"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Corporate & Events", price: "From $200", imageSrc: "http://img.b2bpic.net/free-photo/wooden-box-with-fresh-green-parsley-cilantro-isolated-white-table-side-view_346278-1447.jpg", imageAlt: "Corporate flower arrangement"
|
||||
@@ -113,11 +113,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Celebration Florals", title: "Event Flowers", subtitle: "Weddings, parties & corporate events", description: "Transform your venue into a floral masterpiece with our comprehensive event design services, from intimate gatherings to grand celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/spring-composition-with-bouquet-flowers-vase-closeup_169016-29760.jpg"
|
||||
tag: "Celebration Florals", title: "Event Flowers", subtitle: "Weddings, parties & corporate events", description: "Transform your venue into a floral masterpiece with our comprehensive event design services, from intimate gatherings to grand celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/spring-composition-with-bouquet-flowers-vase-closeup_169016-29760.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Seasonal Delivery", title: "Subscription Plans", subtitle: "Fresh blooms delivered regularly", description: "Enjoy fresh, seasonal arrangements delivered to your home or office weekly, bi-weekly, or monthly with our flexible subscription service.", imageSrc: "http://img.b2bpic.net/free-photo/romantic-bouquet-fresh-flowers-wedding-celebration-generated-by-ai_188544-45526.jpg"
|
||||
tag: "Seasonal Delivery", title: "Subscription Plans", subtitle: "Fresh blooms delivered regularly", description: "Enjoy fresh, seasonal arrangements delivered to your home or office weekly, bi-weekly, or monthly with our flexible subscription service.", imageSrc: "http://img.b2bpic.net/free-photo/romantic-bouquet-fresh-flowers-wedding-celebration-generated-by-ai_188544-45526.jpg?_wi=2"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user