Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-02 22:23:13 +00:00

View File

@@ -158,22 +158,22 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "The quality is absolutely exceptional. Every detail is perfect, and the customer service was outstanding. I'm a customer for life!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Mitchell"
id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "The quality is absolutely exceptional. Every detail is perfect, and the customer service was outstanding. I'm a customer for life!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell"
},
{
id: "2", name: "James Richardson", handle: "@jamesrich", testimonial: "I've purchased from many luxury brands, but this exceeded all my expectations. The craftsmanship is remarkable and the value is incredible.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Richardson"
id: "2", name: "James Richardson", handle: "@jamesrich", testimonial: "I've purchased from many luxury brands, but this exceeded all my expectations. The craftsmanship is remarkable and the value is incredible.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Richardson"
},
{
id: "3", name: "Emma Thompson", handle: "@emmathompson", testimonial: "Absolutely stunning products! The attention to detail is impressive, and the packaging made the unboxing experience truly special.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emma Thompson"
id: "3", name: "Emma Thompson", handle: "@emmathompson", testimonial: "Absolutely stunning products! The attention to detail is impressive, and the packaging made the unboxing experience truly special.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emma Thompson"
},
{
id: "4", name: "Michael Chen", handle: "@michaelchen", testimonial: "These are investment pieces that will last forever. The elegance and quality justify every penny. Highly recommended for anyone seeking luxury.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"
id: "4", name: "Michael Chen", handle: "@michaelchen", testimonial: "These are investment pieces that will last forever. The elegance and quality justify every penny. Highly recommended for anyone seeking luxury.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"
},
{
id: "5", name: "Victoria Stone", handle: "@victoriastone", testimonial: "From ordering to delivery, everything was seamless. The product arrived beautifully packaged and exceeded my expectations. Absolutely perfect!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Victoria Stone"
id: "5", name: "Victoria Stone", handle: "@victoriastone", testimonial: "From ordering to delivery, everything was seamless. The product arrived beautifully packaged and exceeded my expectations. Absolutely perfect!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Victoria Stone"
},
{
id: "6", name: "David Park", handle: "@davidpark", testimonial: "This is luxury done right. The combination of quality, design, and service is unmatched. I've already recommended to all my friends.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park"
id: "6", name: "David Park", handle: "@davidpark", testimonial: "This is luxury done right. The combination of quality, design, and service is unmatched. I've already recommended to all my friends.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Park"
}
]}
speed={40}