3 Commits

Author SHA1 Message Date
1e9ec34eb1 Merge version_2_1781453006569 into main
Merge version_2_1781453006569 into main
2026-06-14 16:04:40 +00:00
kudinDmitriyUp
caeec05d71 Bob AI (approx): remove the portfolio and facts section from the website 2026-06-14 16:04:37 +00:00
803b1787e5 Merge version_1_1781442416345 into main
Merge version_1_1781442416345 into main
2026-06-14 13:08:05 +00:00

View File

@@ -72,47 +72,28 @@ export default function HomePage() {
</SectionErrorBoundary>
</div>
<div id="projects" data-section="projects">
<SectionErrorBoundary name="projects">
<FeaturesImageBento
tag="Portfolio"
title="Recent Projects"
description="Showcasing our dedication to excellence and architectural design."
items={[
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<MetricsSimpleCards
tag="Facts"
title="Why Choose Us?"
description="Data that defines our success."
metrics={[
{
title: "Luxury Villa",
description: "Premium finish and modern design.",
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-villa-nestled-mountain-gorge_23-2152008244.jpg",
value: "150+",
description: "Projects Successfully Completed",
},
{
title: "City Center Complex",
description: "Sustainable multi-use commercial facility.",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-business-district-night_107420-95724.jpg",
value: "50+",
description: "Skilled Professional Team",
},
{
title: "Highway Bridge",
description: "Strategic infrastructure project.",
imageSrc: "http://img.b2bpic.net/free-photo/shot-long-overpass-road-near-mountains-sky_181624-4812.jpg",
value: "100%",
description: "Client Satisfaction Rate",
},
{
title: "Goalpara Modern Clinic",
description: "Advanced medical facility build.",
imageSrc: "http://img.b2bpic.net/free-photo/buildings-with-sky_23-2148107156.jpg",
},
{
title: "Bongaigaon Retail Hub",
description: "Dynamic workspace architecture.",
imageSrc: "http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-1123.jpg",
},
{
title: "Green Housing",
description: "Eco-friendly residential project.",
imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205464.jpg",
},
{
title: "School Infrastructure",
description: "Building the future of education.",
imageSrc: "http://img.b2bpic.net/free-photo/water-dwelling_1127-3256.jpg",
value: "15",
description: "Years of Experience",
},
]}
/>