4 Commits

Author SHA1 Message Date
34865c7d53 Update src/app/page.tsx 2026-03-14 15:51:09 +00:00
f9860d2706 Merge version_6 into main
Merge version_6 into main
2026-03-14 15:49:09 +00:00
c7274ffa65 Update src/app/page.tsx 2026-03-14 15:49:05 +00:00
a9ad64149c Merge version_5 into main
Merge version_5 into main
2026-03-14 15:44:02 +00:00

View File

@@ -53,8 +53,8 @@ export default function LandingPage() {
rating={4.9} rating={4.9}
ratingText="Rated by 150+ customers" ratingText="Rated by 150+ customers"
buttons={[ buttons={[
{ text: "Call Now", href: "tel:+92-334-1234567" }, { text: "Call Now", href: "tel:+923111981097" },
{ text: "WhatsApp Us", href: "https://wa.me/923341234567" }, { text: "WhatsApp Us", href: "https://wa.me/923111981097" },
{ text: "Get Directions", href: "https://maps.google.com" } { text: "Get Directions", href: "https://maps.google.com" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -170,7 +170,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
tag="Visit Us Today" tag="Visit Us Today"
title="IBNA Clothing" title="IBNA Clothing"
description="Men's Clothing Store | Mall Road, Lahore | Open Daily until 11 PM | Premium Fashion at Affordable Prices" description="Men's Clothing Store | Johar Town, Lahore | Open Daily until 11 PM | Premium Fashion at Affordable Prices"
tagIcon={MapPin} tagIcon={MapPin}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "plain" }} background={{ variant: "plain" }}
@@ -203,8 +203,8 @@ export default function LandingPage() {
}, },
{ {
title: "Contact", items: [ title: "Contact", items: [
{ label: "Call: +92-334-1234567", href: "tel:+92-334-1234567" }, { label: "Call: 0311 1981097", href: "tel:+923111981097" },
{ label: "WhatsApp", href: "https://wa.me/923341234567" }, { label: "WhatsApp", href: "https://wa.me/923111981097" },
{ label: "Email: info@ibnalothing.pk", href: "mailto:info@ibnalothing.pk" } { label: "Email: info@ibnalothing.pk", href: "mailto:info@ibnalothing.pk" }
] ]
}, },