3 Commits

Author SHA1 Message Date
1aeeb893d8 Merge version_2 into main
Merge version_2 into main
2026-03-05 18:19:33 +00:00
255058abf4 Update src/app/page.tsx 2026-03-05 18:19:29 +00:00
ec3675ef30 Merge version_1 into main
Merge version_1 into main
2026-03-05 17:58:09 +00:00

View File

@@ -52,10 +52,10 @@ export default function LandingPage() {
ratingText="4.2 Stars - Trusted by Local Shoppers"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/variety-tasty-natural-fruits-vegetables-italian-market-horizontal-selective-focus_1220-1257.jpg", imageAlt: "Fresh produce at Super Value Mart"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXJL3aMPTlWjmuxbbIaAkAgsAe/uploaded-1772734740310-jmdblhvo.png", imageAlt: "Fresh produce at Super Value Mart"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket-grocery-store-background_640221-331.jpg", imageAlt: "Organized supermarket aisles"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXJL3aMPTlWjmuxbbIaAkAgsAe/uploaded-1772734740310-hejjigpf.png", imageAlt: "Organized supermarket aisles"
}
]}
mediaAnimation="slide-up"
@@ -113,13 +113,13 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg?_wi=1", imageAlt: "man portrait casual headshot happy customer user avatar"
id: "1", name: "Rajesh Kumar", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXJL3aMPTlWjmuxbbIaAkAgsAe/uploaded-1772734740310-s2e25rkw.png", imageAlt: "man portrait casual headshot happy customer user avatar"
},
{
id: "2", name: "Priya Singh", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202433.jpg", imageAlt: "woman portrait professional headshot smiling customer user avatar"
},
{
id: "3", name: "Amit Patel", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg?_wi=2", imageAlt: "man headshot casual portrait happy face customer avatar"
id: "3", name: "Amit Patel", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXJL3aMPTlWjmuxbbIaAkAgsAe/uploaded-1772734740310-1sdhu4g7.png", imageAlt: "man headshot casual portrait happy face customer avatar"
},
{
id: "4", name: "Neha Sharma", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", imageAlt: "woman headshot friendly portrait smiling face customer avatar"
@@ -192,4 +192,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}