Update src/app/page.tsx
This commit is contained in:
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17398.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17398.jpg?_wi=1"
|
||||
imageAlt="Beautiful floral arrangement at Orio studio"
|
||||
buttons={[
|
||||
{ text: "Explore Collections", href: "#products" },
|
||||
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
{ value: "10+", title: "Years of Excellence" },
|
||||
{ value: "5000+", title: "Happy Clients" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-flowers_23-2149247537.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-flowers_23-2149247537.jpg?_wi=1"
|
||||
imageAlt="Orio flowers studio workspace"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -115,15 +115,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Orio Premium", name: "Romantic Red Roses", price: "$85.00", rating: 5,
|
||||
reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/floral-decor-woman-holding-bouquet-anthurium_140725-10842.jpg", imageAlt: "Romantic red roses arrangement"
|
||||
reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/floral-decor-woman-holding-bouquet-anthurium_140725-10842.jpg?_wi=1", imageAlt: "Romantic red roses arrangement"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Orio Deluxe", name: "Blush Peonies", price: "$95.00", rating: 5,
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bouquet-pink-roses-other-flowers-with-green-leafs_181624-3255.jpg", imageAlt: "Blush peony bouquet"
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bouquet-pink-roses-other-flowers-with-green-leafs_181624-3255.jpg?_wi=1", imageAlt: "Blush peony bouquet"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Orio Sunshine", name: "Golden Sunflowers", price: "$65.00", rating: 5,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/top-view-flowers-wood-with-copy-space_141793-17246.jpg", imageAlt: "Golden sunflower arrangement"
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/top-view-flowers-wood-with-copy-space_141793-17246.jpg?_wi=1", imageAlt: "Golden sunflower arrangement"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user