1 Commits

Author SHA1 Message Date
a493f042f9 Update src/app/page.tsx 2026-05-26 12:11:55 +00:00

View File

@@ -206,7 +206,7 @@ export default function LandingPage() {
variant: "radial-gradient"}}
tag="Get in Touch"
title="Connect with Amaya Fashion"
description="We're here to assist you with any inquiries or styling advice. Visit us at Mahavir Nagar, Gangapur, or reach out through the form below."
description="We're here to assist you with any inquiries or styling advice. Reach out to us through the form below. You can also visit our store at: Amaya Fashion - Western Apparel Store, Mahavir Nagar, Gangapur, Rajasthan 322201. Get directions here: https://maps.app.goo.gl/ESV2ePx3ofumuMZu9"
imageSrc="http://img.b2bpic.net/free-photo/empty-shopping-store-with-casual-formal-wear-design-retail-shop-with-fashionable-clothes-hangers-racks-modern-boutique-clothing-center-fashion-merchandise-sale_482257-63117.jpg"
imageAlt="Fashion boutique interior with contact form"
mediaAnimation="slide-up"
@@ -251,13 +251,6 @@ export default function LandingPage() {
label: "Shipping & Returns", href: "#"},
],
},
{
title: "Location", items: [
{
label: "Mahavir Nagar, Gangapur", href: "https://www.google.com/maps/search/Mahavir+Nagar,+Gangapur"
}
]
}
]}
copyrightText="© 2024 Amaya Fashion. All rights reserved."
/>
@@ -265,4 +258,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}