Merge version_1 into main #1
@@ -59,15 +59,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "Finally found an online store that matches my values. Quality and sustainability in every purchase!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rqwuzb", imageAlt: "Sarah Mitchell profile"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rqwuzb&_wi=1", imageAlt: "Sarah Mitchell profile"
|
||||
},
|
||||
{
|
||||
name: "James Chen", handle: "@jchen", testimonial: "The product selection is incredible. Every item feels thoughtfully chosen.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uckxpe", imageAlt: "James Chen profile"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uckxpe&_wi=1", imageAlt: "James Chen profile"
|
||||
},
|
||||
{
|
||||
name: "Emma Rodriguez", handle: "@emmarod", testimonial: "Best online shopping experience. Great customer service and fast delivery!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sos9tp", imageAlt: "Emma Rodriguez profile"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sos9tp&_wi=1", imageAlt: "Emma Rodriguez profile"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -193,13 +193,13 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "test-001", name: "Sarah Mitchell", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rqwuzb", imageAlt: "Sarah Mitchell"
|
||||
id: "test-001", name: "Sarah Mitchell", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rqwuzb&_wi=2", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "test-002", name: "James Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uckxpe", imageAlt: "James Chen"
|
||||
id: "test-002", name: "James Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uckxpe&_wi=2", imageAlt: "James Chen"
|
||||
},
|
||||
{
|
||||
id: "test-003", name: "Emma Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sos9tp", imageAlt: "Emma Rodriguez"
|
||||
id: "test-003", name: "Emma Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sos9tp&_wi=2", imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "test-004", name: "David Thompson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7xxhs3", imageAlt: "David Thompson"
|
||||
|
||||
Reference in New Issue
Block a user