Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-04-18 08:37:18 +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>
);
}
}