3 Commits

Author SHA1 Message Date
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
2a60190d7d Update src/app/page.tsx 2026-05-28 11:28:53 +00:00

View File

@@ -41,8 +41,8 @@ export default function WebAgency2Page() {
button={{ text: "WhatsApp Us", href: "https://wa.me/911234567890" }}
/>
<HeroSplitDoubleCarousel
title="Trusted Steel & Hardware Supplier Supaul"
description="Premium-quality steel products, hardware materials, and fast local delivery for construction, fabrication, and maintenance work at affordable prices."
title="Your Trusted Partner for Quality Steel & Hardware Value"
description="Unlock your project's potential with premium steel, hardware, and prompt local delivery. Get unmatched quality and value for all your construction, fabrication, and maintenance needs. Order now!"
tag="Your Local Partner in Construction"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -227,9 +227,9 @@ 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: "1", name: "Rohit Sharma", role: "Store Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/webagency2/rohit_sharma.jpg?w=800&h=600&fit=crop&q=75&s=17b1e4c7d03a9f0e13c6a4a6e4d6e9b8", imageAlt: "Rohit Sharma, Store Manager" },
{ id: "2", name: "Priya Singh", role: "Customer Service", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/webagency2/priya_singh.jpg?w=800&h=600&fit=crop&q=75&s=a4b5c6d7e8f90123456789abcdef0123", imageAlt: "Priya Singh, Customer Service" },
{ id: "3", name: "Amit Kumar", role: "Warehouse Supervisor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/webagency2/amit_kumar.jpg?w=800&h=600&fit=crop&q=75&s=f0e1d2c3b4a59876543210fedcba9876", imageAlt: "Amit Kumar, Warehouse Supervisor" }
]}
/>
<FaqBase
@@ -290,4 +290,4 @@ export default function WebAgency2Page() {
</ReactLenis>
</ThemeProvider>
);
}
}