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