diff --git a/src/app/page.tsx b/src/app/page.tsx index 9616763..7bacb04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,15 +42,12 @@ export default function LandingPage() {
@@ -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: "#"}, ]} />
@@ -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." /> ); -} +} \ No newline at end of file