Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a57c73bcb2 | |||
| 0a4ea3d176 | |||
| aa4c75cff1 |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -79,9 +79,10 @@ export default function LandingPage() {
|
|||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextAbout
|
<TextAbout
|
||||||
tag="About Surya Garden"
|
tag="About Surya Garden"
|
||||||
title="Authentic Punjabi flavors in a welcoming garden environment. We serve fresh, quality ingredients with care for every family that walks through our doors."
|
title="Authentic Punjabi flavors, garden ambiance, and warm hospitality. We serve fresh, quality ingredients with care for every family that walks through our doors."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "View Location", href: "https://maps.google.com/maps?q=Surya+Garden+Restaurant+Botad" }
|
{ text: "View Location", href: "https://maps.google.com/maps?q=Surya+Garden+Restaurant+Botad" },
|
||||||
|
{ text: "View Menu", href: "#menu" }
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -225,4 +226,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user