Update src/app/page.tsx
This commit is contained in:
@@ -124,15 +124,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "500+", title: "Happy Couples", items: [
|
||||
id: "m1", value: "500+", title: "Happy Couples United", items: [
|
||||
"Ceremonies Conducted", "Verified Success"],
|
||||
},
|
||||
{
|
||||
id: "m2", value: "10", title: "Years Experience", items: [
|
||||
id: "m2", value: "10", title: "Years of Trusted Experience", items: [
|
||||
"Deep expertise", "Trusted heritage"],
|
||||
},
|
||||
{
|
||||
id: "m3", value: "99%", title: "Recommendation Rate", items: [
|
||||
id: "m3", value: "99%", title: "Happy Clients Recommend", items: [
|
||||
"Customer satisfaction", "Proven results"],
|
||||
},
|
||||
]}
|
||||
@@ -218,4 +218,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user