Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b0b819136 | |||
| 643105c6fb | |||
| d81e24e22c | |||
| e4ce33adef |
@@ -1386,4 +1386,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
|||||||
logoText="Delhi Mithaiwala"
|
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."
|
description="Authentic Veg Bakery & Chat Shop serving delicious homemade sweets, fresh bakery items, and traditional Indian snacks since opening at IB Chowk, Utnur."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Us Now", href: "tel:07095476581" },
|
{ text: "Order Now", href: "#contact" },
|
||||||
{ text: "Get Directions", href: "#contact" }
|
{ text: "Get Directions", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
@@ -52,6 +52,7 @@ export default function LandingPage() {
|
|||||||
frameStyle="card"
|
frameStyle="card"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
buttonAnimation="none"
|
buttonAnimation="none"
|
||||||
|
buttonContainerClassName="flex-row-reverse"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -192,4 +193,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user