6 Commits

Author SHA1 Message Date
3297882a44 Update src/app/page.tsx 2026-05-28 11:34:52 +00:00
598588d448 Merge version_4 into main
Merge version_4 into main
2026-05-28 11:33:01 +00:00
8829b0e320 Update src/app/page.tsx 2026-05-28 11:32:58 +00:00
ecb9177c5a Merge version_3 into main
Merge version_3 into main
2026-05-28 11:30:38 +00:00
13a08f4a42 Update src/app/page.tsx 2026-05-28 11:30:35 +00:00
be36799f17 Merge version_2 into main
Merge version_2 into main
2026-05-28 11:28:59 +00:00

View File

@@ -68,6 +68,7 @@ export default function WebAgency2Page() {
]} ]}
carouselItemClassName="!aspect-[4/5]" carouselItemClassName="!aspect-[4/5]"
/> />
<div id="services" data-section="services">
<FeatureBento <FeatureBento
title="Our Services" title="Our Services"
description="Reliable solutions for your construction and fabrication needs." description="Reliable solutions for your construction and fabrication needs."
@@ -97,6 +98,8 @@ export default function WebAgency2Page() {
} }
]} ]}
/> />
</div>
<div id="products" data-section="products">
<FeatureCardTwentySix <FeatureCardTwentySix
title="Our Product Range" title="Our Product Range"
description="Explore our wide selection of steel, hardware, and building materials." description="Explore our wide selection of steel, hardware, and building materials."
@@ -132,6 +135,7 @@ export default function WebAgency2Page() {
} }
]} ]}
/> />
</div>
<FeatureBento <FeatureBento
title="Why Choose MaaLaxmiSteel" title="Why Choose MaaLaxmiSteel"
description="Your reliable partner for quality, service, and convenience." description="Your reliable partner for quality, service, and convenience."
@@ -219,6 +223,7 @@ export default function WebAgency2Page() {
] ]
}} }}
/> />
<div id="about" data-section="about">
<TeamCardFive <TeamCardFive
title="Our Dedicated Team" title="Our Dedicated Team"
description="Committed to serving your material needs with expertise." description="Committed to serving your material needs with expertise."
@@ -227,11 +232,10 @@ export default function WebAgency2Page() {
animationType="slide-up" animationType="slide-up"
mediaClassName="object-[65%_center]" mediaClassName="object-[65%_center]"
team={[ team={[
{ id: "1", name: "Rohit Sharma", role: "Store Manager", imageSrc: "http://img.b2bpic.net/free-photo/pink-letter-t-made-wood_1232-691.jpg", imageAlt: "Rohit Sharma, Store Manager" }, { id: "4", name: "Siddhant", role: "Delivery & Operations Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/webagency2/siddhant.jpg?w=800&h=600&fit=crop&q=75&s=a1b2c3d4e5f67890123456789abcdef0", imageAlt: "Siddhant, Delivery & Operations Manager" }
{ id: "2", name: "Priya Singh", role: "Customer Service", imageSrc: "http://img.b2bpic.net/free-photo/professional-e-sports-afro-gamer-talking-microhone-live-tournament-streaming-viral-video-games-putting-headphones-typing-keyboard-online-championship_482257-12650.jpg", imageAlt: "Priya Singh, Customer Service" },
{ id: "3", name: "Amit Kumar", role: "Warehouse Supervisor", imageSrc: "http://img.b2bpic.net/free-photo/grass-letter-m-alphabet-d-design-isolated-transparent-background_169016-57317.jpg", imageAlt: "Amit Kumar, Warehouse Supervisor" }
]} ]}
/> />
</div>
<FaqBase <FaqBase
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Answers to common queries about our products and services." description="Answers to common queries about our products and services."
@@ -246,6 +250,7 @@ export default function WebAgency2Page() {
{ id: "5", title: "How can I place an order or get a quote?", content: "You can place orders or request quotes via phone call, WhatsApp, or by visiting our store. Our contact details are available on the website." } { id: "5", title: "How can I place an order or get a quote?", content: "You can place orders or request quotes via phone call, WhatsApp, or by visiting our store. Our contact details are available on the website." }
]} ]}
/> />
<div id="contact" data-section="contact">
<ContactCTA <ContactCTA
tag="Connect with Us" tag="Connect with Us"
title="Ready for Your Next Project?" title="Ready for Your Next Project?"
@@ -258,6 +263,7 @@ export default function WebAgency2Page() {
buttonAnimation="slide-up" buttonAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div>
<FooterBase <FooterBase
logoText="MaaLaxmiSteel" logoText="MaaLaxmiSteel"
copyrightText="© 2024 | MaaLaxmiSteel" copyrightText="© 2024 | MaaLaxmiSteel"
@@ -290,4 +296,4 @@ export default function WebAgency2Page() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }