Merge version_1 into main #2
@@ -126,16 +126,16 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Verified Buyer", company: "Tech Enthusiast", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg?_wi=1", imageAlt: "woman portrait profile picture headshot"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg", imageAlt: "woman portrait profile picture headshot"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Regular Customer", company: "Happy Shopper", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-looking-camera_23-2148179012.jpg?_wi=1", imageAlt: "man portrait profile picture headshot"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-looking-camera_23-2148179012.jpg", imageAlt: "man portrait profile picture headshot"},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Verified Buyer", company: "Fashion Lover", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg?_wi=2", imageAlt: "woman portrait profile picture avatar"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg", imageAlt: "woman portrait profile picture avatar"},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Loyal Customer", company: "Value Seeker", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-looking-camera_23-2148179012.jpg?_wi=2", imageAlt: "man portrait profile picture headshot"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-looking-camera_23-2148179012.jpg", imageAlt: "man portrait profile picture headshot"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "50K+", label: "Happy Customers" },
|
||||
@@ -189,6 +189,7 @@ export default function LandingPage() {
|
||||
sideDescription="Find answers to common questions about our products, shipping, and policies."
|
||||
textPosition="left"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee on all products. If you're not satisfied, simply contact our support team for a hassle-free return process."},
|
||||
|
||||
Reference in New Issue
Block a user