4 Commits

Author SHA1 Message Date
93a5b39c3e Update src/app/page.tsx 2026-03-03 09:58:28 +00:00
2a91911765 Update src/app/page.tsx 2026-03-03 09:49:06 +00:00
67e8069c7a Update src/app/layout.tsx 2026-03-03 09:49:05 +00:00
796c1452a9 Merge version_2 into main
Merge version_2 into main
2026-03-03 09:40:00 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -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>
);
}
}