Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-roses-with-green-stems_23-2147761211.jpg", imageAlt: "Beautiful floral bouquet arrangement"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-roses-with-green-stems_23-2147761211.jpg?_wi=1", imageAlt: "Beautiful floral bouquet arrangement"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-purple-flower-with-yellow-center_91008-592.jpg", imageAlt: "Close-up of flower arrangement details"
|
||||
@@ -87,19 +87,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Romantic Rose Garden", category: ["Weddings", "Anniversaries", "Romance"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beatiful-wedding-details_1328-5326.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beatiful-wedding-details_1328-5326.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Elegant Event Centerpieces", category: ["Corporate", "Galas", "Celebrations"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bouquet-with-roses-wedding-ceremony_181624-39429.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bouquet-with-roses-wedding-ceremony_181624-39429.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Serene Memorial Tributes", category: ["Sympathy", "Memorial", "Remembrance"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-flowers-bouquet_23-2148455224.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-flowers-bouquet_23-2148455224.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Seasonal Bouquets", category: ["Seasonal", "Fresh", "Weekly"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-roses-with-green-stems_23-2147761211.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-roses-with-green-stems_23-2147761211.jpg?_wi=2"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -115,13 +115,13 @@ export default function LandingPage() {
|
||||
tag="What We Offer"
|
||||
products={[
|
||||
{
|
||||
id: "service-1", name: "Wedding Flowers", variant: "Complete bridal packages", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/beatiful-wedding-details_1328-5326.jpg"
|
||||
id: "service-1", name: "Wedding Flowers", variant: "Complete bridal packages", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/beatiful-wedding-details_1328-5326.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "service-2", name: "Event Styling", variant: "Florals for any celebration", price: "Starting $200", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bouquet-with-roses-wedding-ceremony_181624-39429.jpg"
|
||||
id: "service-2", name: "Event Styling", variant: "Florals for any celebration", price: "Starting $200", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bouquet-with-roses-wedding-ceremony_181624-39429.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "service-3", name: "Subscription Blooms", variant: "Fresh flowers delivered weekly", price: "$35/week", imageSrc: "http://img.b2bpic.net/free-photo/top-view-flowers-bouquet_23-2148455224.jpg"
|
||||
id: "service-3", name: "Subscription Blooms", variant: "Fresh flowers delivered weekly", price: "$35/week", imageSrc: "http://img.b2bpic.net/free-photo/top-view-flowers-bouquet_23-2148455224.jpg?_wi=2"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user