Merge version_1 into main #3
@@ -46,13 +46,13 @@ export default function LandingPage() {
|
||||
title="Welcome to RLX Store"
|
||||
description="Discover our carefully curated collection of health, beauty, and home essentials. Quality products designed for your lifestyle."
|
||||
testimonials={[
|
||||
{ name: "Alice M.", handle: "@alicem", testimonial: "The best shopping experience I've had online.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-girl-thinking-library_23-2148727801.jpg", imageAlt: "elegant lifestyle product display soft lighting" },
|
||||
{ name: "Bob R.", handle: "@bobr", testimonial: "Fast shipping and high quality items. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/covid-party-with-mask-drink-high-angle_23-2149299870.jpg", imageAlt: "luxury health and beauty product minimalist" },
|
||||
{ name: "Carol W.", handle: "@carolw", testimonial: "I love the clean aesthetic and reliable service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/decorative-home-plant-vase-arrangement_23-2149090648.jpg", imageAlt: "modern home decor aesthetic object" },
|
||||
{ name: "David T.", handle: "@davidt", testimonial: "Great products, will definitely be back.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-shoe-rock-studio_52683-94835.jpg", imageAlt: "minimalist shoe design clean background" },
|
||||
{ name: "Eva P.", handle: "@evap", testimonial: "Excellent selection, found exactly what I needed.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/autumn-still-life-assortment_23-2149080530.jpg", imageAlt: "beauty wellness product simple composition" }
|
||||
{ name: "Alice M.", handle: "@alicem", testimonial: "The best shopping experience I've had online.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-girl-thinking-library_23-2148727801.jpg?_wi=1", imageAlt: "elegant lifestyle product display soft lighting" },
|
||||
{ name: "Bob R.", handle: "@bobr", testimonial: "Fast shipping and high quality items. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/covid-party-with-mask-drink-high-angle_23-2149299870.jpg?_wi=1", imageAlt: "luxury health and beauty product minimalist" },
|
||||
{ name: "Carol W.", handle: "@carolw", testimonial: "I love the clean aesthetic and reliable service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/decorative-home-plant-vase-arrangement_23-2149090648.jpg?_wi=1", imageAlt: "modern home decor aesthetic object" },
|
||||
{ name: "David T.", handle: "@davidt", testimonial: "Great products, will definitely be back.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-shoe-rock-studio_52683-94835.jpg?_wi=1", imageAlt: "minimalist shoe design clean background" },
|
||||
{ name: "Eva P.", handle: "@evap", testimonial: "Excellent selection, found exactly what I needed.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/autumn-still-life-assortment_23-2149080530.jpg?_wi=1", imageAlt: "beauty wellness product simple composition" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pretty-young-girl-thinking-library_23-2148727801.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pretty-young-girl-thinking-library_23-2148727801.jpg?_wi=2"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/covid-party-with-mask-drink-high-angle_23-2149299870.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/decorative-home-plant-vase-arrangement_23-2149090648.jpg", alt: "Customer 2" },
|
||||
@@ -77,10 +77,10 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", name: "Essential Skincare", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/covid-party-with-mask-drink-high-angle_23-2149299870.jpg" },
|
||||
{ id: "p2", name: "Modern Ceramic Vase", price: "$32.00", imageSrc: "http://img.b2bpic.net/free-photo/decorative-home-plant-vase-arrangement_23-2149090648.jpg" },
|
||||
{ id: "p3", name: "Casual Leather Shoes", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/black-shoe-rock-studio_52683-94835.jpg" },
|
||||
{ id: "p4", name: "Wellness Diffuser", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/autumn-still-life-assortment_23-2149080530.jpg" },
|
||||
{ id: "p1", name: "Essential Skincare", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/covid-party-with-mask-drink-high-angle_23-2149299870.jpg?_wi=2" },
|
||||
{ id: "p2", name: "Modern Ceramic Vase", price: "$32.00", imageSrc: "http://img.b2bpic.net/free-photo/decorative-home-plant-vase-arrangement_23-2149090648.jpg?_wi=2" },
|
||||
{ id: "p3", name: "Casual Leather Shoes", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/black-shoe-rock-studio_52683-94835.jpg?_wi=2" },
|
||||
{ id: "p4", name: "Wellness Diffuser", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/autumn-still-life-assortment_23-2149080530.jpg?_wi=2" },
|
||||
{ id: "p5", name: "Kitchen Organizer Set", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-composition_23-2147693627.jpg" },
|
||||
{ id: "p6", name: "Classic Trainers", price: "$85.00", imageSrc: "http://img.b2bpic.net/free-photo/summer-spring-break-holiday-vacation-leisure-concept_53876-31829.jpg" }
|
||||
]}
|
||||
@@ -117,7 +117,7 @@ export default function LandingPage() {
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We're here to help."
|
||||
faqsAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pretty-young-girl-thinking-library_23-2148727801.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pretty-young-girl-thinking-library_23-2148727801.jpg?_wi=3"
|
||||
mediaAnimation="slide-up"
|
||||
faqs={[
|
||||
{ id: "q1", title: "Do you ship worldwide?", content: "Yes, we ship to over 50 countries globally." },
|
||||
|
||||
Reference in New Issue
Block a user