6 Commits

Author SHA1 Message Date
cb12537741 Update src/app/page.tsx 2026-03-11 14:28:21 +00:00
a92fb1d880 Merge version_2 into main
Merge version_2 into main
2026-03-11 14:26:43 +00:00
535d0a1bd6 Update src/app/page.tsx 2026-03-11 14:26:39 +00:00
06462470b8 Merge version_1 into main
Merge version_1 into main
2026-03-11 14:25:27 +00:00
c39bb4c3bf Merge version_1 into main
Merge version_1 into main
2026-03-11 14:25:03 +00:00
3cc4e47f04 Merge version_1 into main
Merge version_1 into main
2026-03-11 14:24:09 +00:00

View File

@@ -69,7 +69,8 @@ export default function LandingPage() {
description="City Mart is committed to serving Palakkad families with a wide selection of quality groceries, household essentials, and daily products. We believe in transparency, cleanliness, and exceptional customer service. Every product is carefully selected to meet the needs of our community, and our friendly team is always ready to assist you."
metrics={[
{ value: "250+", title: "Happy Customer Reviews" },
{ value: "4.3", title: "Google Rating" }
{ value: "4.3", title: "Google Rating" },
{ value: "15+", title: "Years of Fresh Stock" }
]}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/man-woman-with-medical-masks-out-grocery-shopping-with-shopping-cart_23-2149483146.jpg?_wi=1"
@@ -152,7 +153,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
title="What Our Customers Say"
description="Real feedback from Palakkad families who trust City Mart"
description="Trusted by 250+ happy families in Palakkad with 4.3★ rating"
tag="Customer Reviews"
tagIcon={Star}
testimonials={[
@@ -279,4 +280,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}