Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-05 06:47:15 +00:00
2 changed files with 5 additions and 4 deletions

View File

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

View File

@@ -79,9 +79,10 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
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={[
{ 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}
/>
@@ -225,4 +226,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}