Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6324f84faf | |||
| 93a5b39c3e | |||
| e6a7f53ab2 | |||
| 2a91911765 | |||
| 67e8069c7a | |||
| 796c1452a9 |
@@ -1424,4 +1424,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
carouselPosition="right"
|
||||
buttons={[
|
||||
{ text: "Call Now to Order", href: "tel:+919876543210" },
|
||||
{ text: "Call Now – 15 Min Delivery", href: "tel:+919876543210" },
|
||||
{ text: "Order Online", href: "#order" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -88,7 +88,7 @@ export default function LandingPage() {
|
||||
<AboutMetric
|
||||
title="Why Aggarwal Stands Out: Trust Through Transparency & Hygiene Excellence"
|
||||
metrics={[
|
||||
{ icon: Star, label: "Customer Rating", value: "38★ by 1,214" },
|
||||
{ icon: Star, label: "Customer Rating", value: "3.8★ by 1,214" },
|
||||
{ icon: Shield, label: "Pure Vegetarian Certified", value: "100% Veg" },
|
||||
{ icon: Clock, label: "Fast Service", value: "15-20 Min" },
|
||||
{ icon: MapPin, label: "NH34 Prime Location", value: "Near KIET" }
|
||||
@@ -285,4 +285,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user