Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 16:12:36 +00:00

View File

@@ -147,17 +147,17 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Verified Buyer", testimonial: "Amazing quality products and incredibly fast shipping! I received my order in just 3 days. Will definitely be ordering again.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Johnson"},
id: "1", name: "Sarah Johnson", role: "Verified Buyer", testimonial: "Amazing quality products and incredibly fast shipping! I received my order in just 3 days. Will definitely be ordering again.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Johnson"},
{
id: "2", name: "Michael Chen", role: "Regular Customer", testimonial: "Best prices I've found online. The customer service team helped me with my query instantly. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Michael Chen"},
id: "2", name: "Michael Chen", role: "Regular Customer", testimonial: "Best prices I've found online. The customer service team helped me with my query instantly. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", imageAlt: "Michael Chen"},
{
id: "3", name: "Emily Rodriguez", role: "Verified Buyer", testimonial: "The product quality exceeds expectations and the free shipping makes it unbeatable. My whole family now shops here!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emily Rodriguez"},
id: "3", name: "Emily Rodriguez", role: "Verified Buyer", testimonial: "The product quality exceeds expectations and the free shipping makes it unbeatable. My whole family now shops here!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emily Rodriguez"},
{
id: "4", name: "David Kim", role: "Verified Buyer", testimonial: "Found exactly what I was looking for at a fraction of the price. The return process was hassle-free too!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "David Kim"},
id: "4", name: "David Kim", role: "Verified Buyer", testimonial: "Found exactly what I was looking for at a fraction of the price. The return process was hassle-free too!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "David Kim"},
{
id: "5", name: "Jessica Martinez", role: "Regular Customer", testimonial: "Exceptional value for money. I've recommended TrendMart to all my friends. They're now customers too!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Jessica Martinez"},
id: "5", name: "Jessica Martinez", role: "Regular Customer", testimonial: "Exceptional value for money. I've recommended TrendMart to all my friends. They're now customers too!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Jessica Martinez"},
{
id: "6", name: "Alex Thompson", role: "Verified Buyer", testimonial: "Impressed with the variety and quality. The website is easy to navigate and checkout is super fast.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Alex Thompson"},
id: "6", name: "Alex Thompson", role: "Verified Buyer", testimonial: "Impressed with the variety and quality. The website is easy to navigate and checkout is super fast.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=3", imageAlt: "Alex Thompson"},
]}
textboxLayout="default"
animationType="slide-up"