Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c582981407 | |||
| 8688f89b32 | |||
| 2b11bbf34d |
@@ -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,11 +150,11 @@ 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>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user