Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3297882a44 | |||
| 598588d448 | |||
| 8829b0e320 | |||
| ecb9177c5a | |||
| 13a08f4a42 | |||
| be36799f17 |
@@ -68,6 +68,7 @@ export default function WebAgency2Page() {
|
||||
]}
|
||||
carouselItemClassName="!aspect-[4/5]"
|
||||
/>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureBento
|
||||
title="Our Services"
|
||||
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
|
||||
title="Our Product Range"
|
||||
description="Explore our wide selection of steel, hardware, and building materials."
|
||||
@@ -132,6 +135,7 @@ export default function WebAgency2Page() {
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<FeatureBento
|
||||
title="Why Choose MaaLaxmiSteel"
|
||||
description="Your reliable partner for quality, service, and convenience."
|
||||
@@ -219,6 +223,7 @@ export default function WebAgency2Page() {
|
||||
]
|
||||
}}
|
||||
/>
|
||||
<div id="about" data-section="about">
|
||||
<TeamCardFive
|
||||
title="Our Dedicated Team"
|
||||
description="Committed to serving your material needs with expertise."
|
||||
@@ -227,11 +232,10 @@ export default function WebAgency2Page() {
|
||||
animationType="slide-up"
|
||||
mediaClassName="object-[65%_center]"
|
||||
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: "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" }
|
||||
{ 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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<FaqBase
|
||||
title="Frequently Asked Questions"
|
||||
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." }
|
||||
]}
|
||||
/>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Connect with Us"
|
||||
title="Ready for Your Next Project?"
|
||||
@@ -258,6 +263,7 @@ export default function WebAgency2Page() {
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<FooterBase
|
||||
logoText="MaaLaxmiSteel"
|
||||
copyrightText="© 2024 | MaaLaxmiSteel"
|
||||
@@ -290,4 +296,4 @@ export default function WebAgency2Page() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user