Update src/app/page.tsx

This commit is contained in:
2026-04-04 19:00:51 +00:00
parent d8143f8676
commit dfd4da5c51

View File

@@ -29,17 +29,11 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Process",
id: "#process",
},
name: "Process", id: "#process"},
{
name: "Partners",
id: "#partners",
},
name: "Partners", id: "#partners"},
{
name: "Capabilities",
id: "#capabilities",
},
name: "Capabilities", id: "#capabilities"},
]}
brandName="Battla Impex"
/>
@@ -48,15 +42,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "plain",
}}
variant: "plain"}}
logoText="Battla Impex"
description="A world-class textile and manufacturing partner for the industrys most iconic fashion brands."
buttons={[
{
text: "Experience Our Process",
href: "#process",
},
text: "Experience Our Process", href: "#process"},
]}
imageSrc="http://img.b2bpic.net/free-photo/still-life-waving-fabric-air_23-2151036763.jpg"
imageAlt="Luxurious silk flowing"
@@ -69,14 +60,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"J.",
"SAPPHIRE",
"EDENROBE",
"DINERS",
"KHAADI",
"NISHAT",
"BONANZA",
]}
"J.", "SAPPHIRE", "EDENROBE", "DINERS", "KHAADI", "NISHAT", "BONANZA"]}
title="Our Partners in Style"
description="The standards we set are the reasons these giants trust us with their collections."
/>
@@ -90,20 +74,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Uncompromising Precision",
description: "Every stitch and fiber undergoes a rigorous 12-point quality check.",
imageSrc: "http://img.b2bpic.net/free-photo/various-turquoise-colored-designer-fabrics-inside-textile-store_181624-14416.jpg",
},
title: "Uncompromising Precision", description: "Every stitch and fiber undergoes a rigorous 12-point quality check.", imageSrc: "http://img.b2bpic.net/free-photo/various-turquoise-colored-designer-fabrics-inside-textile-store_181624-14416.jpg"},
{
title: "Scalable Excellence",
description: "From boutique runs to million-unit orders, we never miss a deadline.",
imageSrc: "http://img.b2bpic.net/free-photo/spool-white-threads-scissors-workdesk_23-2147874979.jpg",
},
title: "Scalable Excellence", description: "From boutique runs to million-unit orders, we never miss a deadline.", imageSrc: "http://img.b2bpic.net/free-photo/spool-white-threads-scissors-workdesk_23-2147874979.jpg"},
{
title: "Global Vision",
description: "Merging traditional craftsmanship with modern global tech.",
imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1189.jpg",
},
title: "Global Vision", description: "Merging traditional craftsmanship with modern global tech.", imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-1189.jpg"},
]}
title="The Three Pillars of Battla"
description="Merging traditional craftsmanship with modern global technology."
@@ -115,14 +90,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Legacy in Textiles"
description={[
"For over three decades, Battla Impex has redefined the standards of garment manufacturing. We combine deep industrial expertise with a forward-thinking approach to sustainable fashion.",
"Our facility houses state-of-the-art machinery and a dedicated team of master craftsmen, ensuring that every garment reflects our commitment to excellence.",
]}
"For over three decades, Battla Impex has redefined the standards of garment manufacturing. We combine deep industrial expertise with a forward-thinking approach to sustainable fashion.", "Our facility houses state-of-the-art machinery and a dedicated team of master craftsmen, ensuring that every garment reflects our commitment to excellence."]}
buttons={[
{
text: "Learn More",
href: "#",
},
text: "Learn More", href: "#"},
]}
/>
</div>
@@ -135,9 +106,7 @@ export default function LandingPage() {
author="CEO, Global Fashion House"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/various-turquoise-colored-designer-fabrics-inside-textile-store_181624-14416.jpg",
alt: "CEO",
},
src: "http://img.b2bpic.net/free-photo/various-turquoise-colored-designer-fabrics-inside-textile-store_181624-14416.jpg", alt: "CEO"},
]}
ratingAnimation="slide-up"
avatarsAnimation="opacity"
@@ -149,36 +118,32 @@ export default function LandingPage() {
logoText="Battla Impex"
columns={[
{
title: "Explore",
items: [
title: "Industry Solutions", items: [
{
label: "Our Process",
href: "#process",
},
label: "Fabric Sourcing", href: "#"},
{
label: "Our Partners",
href: "#partners",
},
label: "Quality Control Standards", href: "#"},
{
label: "Sustainable Manufacturing", href: "#"},
{
label: "Custom Accessory Kits", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Company", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Our Legacy", href: "#about"},
{
label: "Terms of Service",
href: "#",
},
label: "Partner with Us", href: "#"},
{
label: "Privacy Policy", href: "#"},
],
},
]}
copyrightText="© 2024 Battla Impex. All rights reserved."
copyrightText="© 2024 Battla Impex. Specialized textile & garment accessory manufacturing."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}