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
@@ -57,7 +57,7 @@ export default function LandingPage() {
|
||||
carouselItems={[
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/florist-making-cute-bouquet_23-2147761003.jpg", imageAlt: "Premium rose arrangement" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/fall-winter-bouquet-with-hot-flowers-cinnamon-sticks_114579-1739.jpg", imageAlt: "Wedding floral design" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/christmas-wreath-blue-wooden-background-studio-photo_482257-17877.jpg", imageAlt: "Birthday celebration flowers" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/christmas-wreath-blue-wooden-background-studio-photo_482257-17877.jpg?_wi=1", imageAlt: "Birthday celebration flowers" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/man-embracing-bouquet-flowers-folded-craft-paper_158595-3632.jpg", imageAlt: "Corporate event flowers" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-beautiful-wedding-bouquet-with-gorgeous-white-roses_181624-15923.jpg", imageAlt: "Elegant sympathy flowers" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-decorative-yellow-purple-flowers_23-2147600586.jpg", imageAlt: "Seasonal flower collection" }
|
||||
@@ -77,9 +77,9 @@ export default function LandingPage() {
|
||||
buttons={[{ text: "Explore All", href: "#" }]}
|
||||
buttonAnimation="slide-up"
|
||||
products={[
|
||||
{ id: "1", name: "Romantic Red Rose Bouquet", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/pink-roses-glass-vase-with-water_114579-2258.jpg", imageAlt: "Luxury red roses arrangement" },
|
||||
{ id: "2", name: "Sunny Sunflower Delight", price: "$74.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sunflowers-frame-with-copy-space_23-2150250848.jpg", imageAlt: "Cheerful sunflower bouquet" },
|
||||
{ id: "3", name: "Garden Paradise Mix", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/exotic-rustic-bunch-flowers-mixed-colors_114579-1969.jpg", imageAlt: "Mixed flower arrangement" }
|
||||
{ id: "1", name: "Romantic Red Rose Bouquet", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/pink-roses-glass-vase-with-water_114579-2258.jpg?_wi=1", imageAlt: "Luxury red roses arrangement" },
|
||||
{ id: "2", name: "Sunny Sunflower Delight", price: "$74.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sunflowers-frame-with-copy-space_23-2150250848.jpg?_wi=1", imageAlt: "Cheerful sunflower bouquet" },
|
||||
{ id: "3", name: "Garden Paradise Mix", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/exotic-rustic-bunch-flowers-mixed-colors_114579-1969.jpg?_wi=1", imageAlt: "Mixed flower arrangement" }
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -122,13 +122,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Curate & Design", description: "Our florists hand-select premium blooms and create custom arrangements tailored to your preferences.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/pink-roses-glass-vase-with-water_114579-2258.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-sunflowers-frame-with-copy-space_23-2150250848.jpg" }
|
||||
title: "Curate & Design", description: "Our florists hand-select premium blooms and create custom arrangements tailored to your preferences.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/pink-roses-glass-vase-with-water_114579-2258.jpg?_wi=2" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-sunflowers-frame-with-copy-space_23-2150250848.jpg?_wi=2" }
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Quality Check", description: "Every arrangement passes our rigorous quality inspection to ensure freshness and beauty standards.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/exotic-rustic-bunch-flowers-mixed-colors_114579-1969.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/christmas-wreath-blue-wooden-background-studio-photo_482257-17877.jpg" }
|
||||
title: "Quality Check", description: "Every arrangement passes our rigorous quality inspection to ensure freshness and beauty standards.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/exotic-rustic-bunch-flowers-mixed-colors_114579-1969.jpg?_wi=2" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/christmas-wreath-blue-wooden-background-studio-photo_482257-17877.jpg?_wi=2" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
|
||||
Reference in New Issue
Block a user