4 Commits

Author SHA1 Message Date
5b0b819136 Merge version_3 into main
Merge version_3 into main
2026-03-06 02:36:56 +00:00
643105c6fb Update src/app/page.tsx 2026-03-06 02:36:52 +00:00
d81e24e22c Update src/app/layout.tsx 2026-03-06 02:36:52 +00:00
e4ce33adef Merge version_2 into main
Merge version_2 into main
2026-03-06 02:35:13 +00:00
2 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
logoText="Delhi Mithaiwala"
description="Authentic Veg Bakery & Chat Shop serving delicious homemade sweets, fresh bakery items, and traditional Indian snacks since opening at IB Chowk, Utnur."
buttons={[
{ text: "Call Us Now", href: "tel:07095476581" },
{ text: "Order Now", href: "#contact" },
{ text: "Get Directions", href: "#contact" }
]}
background={{ variant: "plain" }}
@@ -52,6 +52,7 @@ export default function LandingPage() {
frameStyle="card"
mediaAnimation="slide-up"
buttonAnimation="none"
buttonContainerClassName="flex-row-reverse"
/>
</div>
@@ -192,4 +193,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}