Update src/app/page.tsx
This commit is contained in:
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
||||
href: "#shop",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dreamy-aesthetic-cosmetic-product-with-fresh-background_23-2151382904.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dreamy-aesthetic-cosmetic-product-with-fresh-background_23-2151382904.jpg?_wi=1"
|
||||
imageAlt="Elegant perfume bottle on a botanical background"
|
||||
/>
|
||||
</div>
|
||||
@@ -76,28 +76,28 @@ export default function LandingPage() {
|
||||
name: "Forest Dew",
|
||||
price: "$120",
|
||||
variant: "Eau de Parfum",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-aesthetic-cosmetic-product-with-fresh-background_23-2151382797.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-aesthetic-cosmetic-product-with-fresh-background_23-2151382797.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Citrus Grove",
|
||||
price: "$110",
|
||||
variant: "Eau de Toilette",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-beverage-composition_23-2148993612.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-beverage-composition_23-2148993612.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Cedar Whisper",
|
||||
price: "$140",
|
||||
variant: "Eau de Parfum",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-plastic-bottle-with-oil-rosemary_23-2148431483.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-plastic-bottle-with-oil-rosemary_23-2148431483.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Herbal Bloom",
|
||||
price: "$115",
|
||||
variant: "Eau de Parfum",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-skin-care-banner-design_23-2149480128.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-skin-care-banner-design_23-2149480128.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
@@ -159,7 +159,7 @@ export default function LandingPage() {
|
||||
quote: "The Forest Dew scent is exactly what I was looking for. Simply divine.",
|
||||
tag: "Verified Buyer",
|
||||
avatarSrc: "asset://testimonial-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-aesthetic-cosmetic-product-with-fresh-background_23-2151382904.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-aesthetic-cosmetic-product-with-fresh-background_23-2151382904.jpg?_wi=2",
|
||||
imageAlt: "elegant perfume bottle botanical background",
|
||||
},
|
||||
{
|
||||
@@ -170,7 +170,7 @@ export default function LandingPage() {
|
||||
quote: "Finally, a perfume that doesn't smell artificial. Outstanding experience.",
|
||||
tag: "Verified Buyer",
|
||||
avatarSrc: "asset://testimonial-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-aesthetic-cosmetic-product-with-fresh-background_23-2151382797.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-aesthetic-cosmetic-product-with-fresh-background_23-2151382797.jpg?_wi=2",
|
||||
imageAlt: "botanical green perfume luxury bottle",
|
||||
},
|
||||
{
|
||||
@@ -181,7 +181,7 @@ export default function LandingPage() {
|
||||
quote: "I appreciate the eco-friendly focus. The scents are long-lasting too.",
|
||||
tag: "Verified Buyer",
|
||||
avatarSrc: "asset://testimonial-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-beverage-composition_23-2148993612.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-beverage-composition_23-2148993612.jpg?_wi=2",
|
||||
imageAlt: "citrus botanical perfume bottle",
|
||||
},
|
||||
{
|
||||
@@ -192,7 +192,7 @@ export default function LandingPage() {
|
||||
quote: "Perfect for daily wear. Smells crisp and clean every time.",
|
||||
tag: "Verified Buyer",
|
||||
avatarSrc: "asset://testimonial-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-plastic-bottle-with-oil-rosemary_23-2148431483.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-plastic-bottle-with-oil-rosemary_23-2148431483.jpg?_wi=2",
|
||||
imageAlt: "woody scent organic perfume bottle",
|
||||
},
|
||||
{
|
||||
@@ -203,7 +203,7 @@ export default function LandingPage() {
|
||||
quote: "I receive so many compliments when I wear the Citrus Grove. Exceptional.",
|
||||
tag: "Verified Buyer",
|
||||
avatarSrc: "asset://testimonial-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-skin-care-banner-design_23-2149480128.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-skin-care-banner-design_23-2149480128.jpg?_wi=2",
|
||||
imageAlt: "herbal floral perfume luxury bottle",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user