3 Commits

Author SHA1 Message Date
a57c73bcb2 Update src/app/page.tsx 2026-03-05 06:47:11 +00:00
0a4ea3d176 Update src/app/layout.tsx 2026-03-05 06:47:10 +00:00
aa4c75cff1 Merge version_2 into main
Merge version_2 into main
2026-03-05 05:49:02 +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>
);
}
}