Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -91,9 +91,9 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "lysome-rose", name: "Lysome Rose", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/bride-holding-her-perfume_1328-3458.jpg", imageAlt: "Lysome Rose Perfume" },
|
||||
{ id: "lysome-midnight", name: "Lysome Midnight", price: "$139", imageSrc: "http://img.b2bpic.net/free-photo/bride-holding-her-perfume_1328-3458.jpg", imageAlt: "Lysome Midnight Perfume" },
|
||||
{ id: "lysome-velvet", name: "Lysome Velvet", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/bride-holding-her-perfume_1328-3458.jpg", imageAlt: "Lysome Velvet Perfume" }
|
||||
{ id: "lysome-rose", name: "Lysome Rose", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/bride-holding-her-perfume_1328-3458.jpg?_wi=1", imageAlt: "Lysome Rose Perfume" },
|
||||
{ id: "lysome-midnight", name: "Lysome Midnight", price: "$139", imageSrc: "http://img.b2bpic.net/free-photo/bride-holding-her-perfume_1328-3458.jpg?_wi=2", imageAlt: "Lysome Midnight Perfume" },
|
||||
{ id: "lysome-velvet", name: "Lysome Velvet", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/bride-holding-her-perfume_1328-3458.jpg?_wi=3", imageAlt: "Lysome Velvet Perfume" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -159,7 +159,7 @@ export default function LandingPage() {
|
||||
{ id: "faq-4", title: "Do you offer sample sizes?", content: "Absolutely! We offer 10ml sample sizes so you can experience our fragrances before committing to a full bottle. Samples are available with any purchase." },
|
||||
{ id: "faq-5", title: "What is your return policy?", content: "We offer a 30-day return policy on all unopened bottles. If you're not completely satisfied, we'll provide a full refund or exchange." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/receptionist-providing-luxury-service_482257-78605.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/receptionist-providing-luxury-service_482257-78605.jpg?_wi=1"
|
||||
imageAlt="Lysome Boutique"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
@@ -174,7 +174,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/receptionist-providing-luxury-service_482257-78605.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/receptionist-providing-luxury-service_482257-78605.jpg?_wi=2"
|
||||
imageAlt="Lysome Contact"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user