Update src/app/contact/page.tsx

This commit is contained in:
2026-04-21 21:40:35 +00:00
parent f71a5ece70
commit d67966d303

View File

@@ -25,20 +25,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Products",
id: "/products",
},
{
name: "Visit Us",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Products", id: "/products" },
{ name: "Visit Us", id: "/contact" },
]}
brandName="Malik Mobile Shop"
button={{ text: "Get Started", href: "#" }}
/>
</div>
@@ -46,8 +38,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Visit"
title="Visit Us In Lahore"
description="F69R+W7C, Mohlanwal Road, Amarkot, Lahore. We are open for your mobile and SIM needs."
@@ -59,21 +50,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "fq1",
title: "Working Hours",
content: "Open daily for your convenience. Call for specific timing inquiries.",
},
{
id: "fq2",
title: "Location",
content: "Mohlanwal Road, Amarkot, Lahore.",
},
{
id: "fq3",
title: "Contact",
content: "Call us anytime at 03004688977",
},
{ id: "fq1", title: "Working Hours", content: "Open daily for your convenience. Call for specific timing inquiries." },
{ id: "fq2", title: "Location", content: "Mohlanwal Road, Amarkot, Lahore." },
{ id: "fq3", title: "Contact", content: "Call us anytime at 03004688977" },
]}
title="Shop Hours & Info"
description="Common inquiries about visiting us."
@@ -85,13 +64,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Malik Mobile Shop"
leftLink={{
text: "Call Now: 03004688977",
href: "tel:03004688977",
}}
text: "Call Now: 03004688977", href: "tel:03004688977"}}
rightLink={{
text: "Get Directions",
href: "https://maps.google.com",
}}
text: "Get Directions", href: "https://maps.google.com"}}
/>
</div>
</ReactLenis>