4 Commits

Author SHA1 Message Date
fdb4f4f4b6 Merge version_4 into main
Merge version_4 into main
2026-04-18 08:37:17 +00:00
c582981407 Update src/app/page.tsx 2026-04-18 08:37:14 +00:00
8688f89b32 Merge version_3 into main
Merge version_3 into main
2026-04-18 08:34:07 +00:00
2b11bbf34d Merge version_3 into main
Merge version_3 into main
2026-04-18 08:33:37 +00:00

View File

@@ -135,9 +135,12 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Bring the soul of your kitchen to life today."
text="Bring the soul of your kitchen to life today. Visit our showroom in Guntur for a personalized design consultation."
background={{ variant: "radial-gradient" }}
buttons={[{ text: "Start Now", href: "tel:+919999999999" }]}
buttons={[
{ text: "Start Now", href: "tel:+919999999999" },
{ text: "View on Map", href: "https://www.google.com/maps/search/Art+Kitchen+Guntur" }
]}
useInvertedBackground={false}
/>
</div>
@@ -147,11 +150,11 @@ export default function LandingPage() {
logoText="Art Kitchen"
columns={[
{ items: [{ label: "Catalog", href: "#products" }, { label: "Consult", href: "#contact" }] },
{ items: [{ label: "Privacy", href: "#" }, { label: "FAQs", href: "#faq" }] }
{ items: [{ label: "Visit Guntur Showroom", href: "https://www.google.com/maps/search/Art+Kitchen+Guntur" }, { label: "FAQs", href: "#faq" }] }
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}