Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 56e76e18eb | |||
| b58f000925 | |||
| 02145cd188 | |||
| b3ef0e2a56 | |||
| 9a7ab9bd48 |
@@ -1424,4 +1424,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user