5 Commits

Author SHA1 Message Date
f5ae821754 Merge version_8 into main
Merge version_8 into main
2026-03-14 15:52:08 +00:00
f6e9d119c5 Update src/app/page.tsx 2026-03-14 15:52:04 +00:00
7374972a21 Merge version_7 into main
Merge version_7 into main
2026-03-14 15:51:13 +00:00
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

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
title="Premium Men's Fashion. Affordable Prices."
description="Find perfect-fitting, stylish clothing locally at IBNA Clothing. We offer a curated selection of premium men's shirts, denim, check patterns, and everyday essentials—all designed to fit your style and budget."
description="Visit IBNA Clothing at Shop#13, Lower Ground, Mall 9, Markaz, Near Pehchan Mall, G-9 Markaz, Islamabad, 46000. We offer a curated selection of premium men's shirts, denim, check patterns, and everyday essentials—all designed to fit your style and budget."
tag="Trusted Local Store"
tagIcon={Star}
tagAnimation="slide-up"
@@ -53,8 +53,8 @@ export default function LandingPage() {
rating={4.9}
ratingText="Rated by 150+ customers"
buttons={[
{ text: "Call Now", href: "tel:+92-300-1234567" },
{ text: "WhatsApp Us", href: "https://wa.me/923001234567" },
{ text: "Call Now", href: "tel:+923111981097" },
{ text: "WhatsApp Us", href: "https://wa.me/923111981097" },
{ text: "Get Directions", href: "https://maps.google.com" }
]}
buttonAnimation="slide-up"
@@ -170,7 +170,7 @@ export default function LandingPage() {
<ContactSplit
tag="Visit Us Today"
title="IBNA Clothing"
description="Men's Clothing Store | Johar Town, Lahore | Open Daily until 11 PM | Premium Fashion at Affordable Prices"
description="Shop#13, Lower Ground, Mall 9, Markaz, Near Pehchan Mall, G-9 Markaz, Islamabad, 46000 | Open Daily until 11 PM | Premium Fashion at Affordable Prices"
tagIcon={MapPin}
tagAnimation="slide-up"
background={{ variant: "plain" }}
@@ -203,8 +203,10 @@ export default function LandingPage() {
},
{
title: "Contact", items: [
{ label: "Call: +92-300-1234567", href: "tel:+92-300-1234567" },
{ label: "WhatsApp", href: "https://wa.me/923001234567" },
{ label: "Shop#13, Lower Ground, Mall 9, Markaz", href: "https://maps.google.com" },
{ label: "G-9 Markaz, Islamabad, 46000", href: "https://maps.google.com" },
{ label: "Call: 0311 1981097", href: "tel:+923111981097" },
{ label: "WhatsApp", href: "https://wa.me/923111981097" },
{ label: "Email: info@ibnalothing.pk", href: "mailto:info@ibnalothing.pk" }
]
},