Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-03 06:07:51 +00:00

View File

@@ -51,15 +51,23 @@ export default function LandingPage() {
testimonials={[
{
name: "Jessica M.", handle: "Local Resident", testimonial: "This little market is a gem! I go here all the time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDGcQO4Zxh2qtyCLEG7RXpXvL/uploaded-1772518027004-8aifspnm.jpg"
},
{
name: "David K.", handle: "Kersey Resident", testimonial: "So convenient and friendly service. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDGcQO4Zxh2qtyCLEG7RXpXvL/uploaded-1772518027004-sk4xer47.jpg"
},
{
name: "Maria L.", handle: "Regular Customer", testimonial: "Love this local store, I go here ALL the time!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDGcQO4Zxh2qtyCLEG7RXpXvL/uploaded-1772518027004-f6jr8582.jpg"
},
{
name: "Alex T.", handle: "Community Member", testimonial: "Best market in town. Great service and selection!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDGcQO4Zxh2qtyCLEG7RXpXvL/uploaded-1772518027004-qhkzaur4.jpg"
},
{
name: "Sarah R.", handle: "Loyal Customer", testimonial: "Supporting local has never been easier. Love them!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDGcQO4Zxh2qtyCLEG7RXpXvL/uploaded-1772518027004-lrmwx9rs.jpg"
}
]}
testimonialRotationInterval={5000}
@@ -216,4 +224,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}