5 Commits

Author SHA1 Message Date
56e76e18eb Update src/app/page.tsx 2026-03-04 07:13:00 +00:00
b58f000925 Merge version_2 into main
Merge version_2 into main
2026-03-04 07:11:31 +00:00
02145cd188 Update src/app/page.tsx 2026-03-04 07:11:27 +00:00
b3ef0e2a56 Update src/app/layout.tsx 2026-03-04 07:11:26 +00:00
9a7ab9bd48 Merge version_1 into main
Merge version_1 into main
2026-03-04 07:09:47 +00:00
2 changed files with 6 additions and 3 deletions

View File

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

View File

@@ -85,7 +85,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<AboutMetric
title="Why Choose Madhurya Laundry? Experience hygiene, reliability, and care that feels like home washing."
title="Why 500+ Families Trust Us"
metrics={[
{ icon: Heart, label: "Care Like Home Wash", value: "Hand-crafted" },
{ icon: Zap, label: "Fast Turnaround", value: "24hrs" },
@@ -138,6 +138,9 @@ export default function LandingPage() {
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
buttons={[
{ text: "🧺 Book Your First Service", href: "#contact" }
]}
/>
</div>
@@ -228,4 +231,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}