3 Commits

Author SHA1 Message Date
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"> <div id="contact" data-section="contact">
<ContactText <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" }} 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} useInvertedBackground={false}
/> />
</div> </div>
@@ -147,7 +150,7 @@ export default function LandingPage() {
logoText="Art Kitchen" logoText="Art Kitchen"
columns={[ columns={[
{ items: [{ label: "Catalog", href: "#products" }, { label: "Consult", href: "#contact" }] }, { 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> </div>