Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 942eb4f3df | |||
| cb12537741 | |||
| a92fb1d880 | |||
| 535d0a1bd6 | |||
| 06462470b8 | |||
| c39bb4c3bf | |||
| 3cc4e47f04 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user