3 Commits

Author SHA1 Message Date
6d2292672a Update src/app/page.tsx 2026-03-09 11:58:14 +00:00
8c5992755c Update src/app/layout.tsx 2026-03-09 11:58:14 +00:00
455c180c12 Merge version_2 into main
Merge version_2 into main
2026-03-08 04:26:18 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1392,4 +1392,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -148,7 +148,7 @@ export default function LandingPage() {
<div id="reviews" data-section="reviews">
<TestimonialCardTen
title="Customer Reviews"
description="What our satisfied customers say about SINGH MART"
description="What our satisfied customers say about SINGH MART — 4.8/5 from 200+ reviews"
tag="Testimonials"
tagIcon={Award}
tagAnimation="slide-up"
@@ -211,4 +211,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}