Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 19:33:22 +00:00

View File

@@ -59,23 +59,23 @@ export default function LandingPage() {
background={{ variant: "grid" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg", imageAlt: "Residential construction project"},
imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg?_wi=1", imageAlt: "Residential construction project"},
{
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg", imageAlt: "Commercial building project"},
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg?_wi=1", imageAlt: "Commercial building project"},
{
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378917.jpg", imageAlt: "Renovation project"},
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378917.jpg?_wi=1", imageAlt: "Renovation project"},
{
imageSrc: "http://img.b2bpic.net/free-photo/white-collar-workers-works-building-site_1398-1725.jpg", imageAlt: "Construction site overview"},
imageSrc: "http://img.b2bpic.net/free-photo/white-collar-workers-works-building-site_1398-1725.jpg?_wi=1", imageAlt: "Construction site overview"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/white-collar-workers-works-building-site_1398-1725.jpg", imageAlt: "Modern construction techniques"},
imageSrc: "http://img.b2bpic.net/free-photo/white-collar-workers-works-building-site_1398-1725.jpg?_wi=2", imageAlt: "Modern construction techniques"},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg", imageAlt: "Quality residential builds"},
imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg?_wi=2", imageAlt: "Quality residential builds"},
{
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-office-concept_23-2147653309.jpg", imageAlt: "Construction planning"},
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-office-concept_23-2147653309.jpg?_wi=1", imageAlt: "Construction planning"},
{
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg", imageAlt: "Commercial construction expertise"},
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg?_wi=2", imageAlt: "Commercial construction expertise"},
]}
buttons={[
{ text: "View Our Work", href: "#projects" },
@@ -110,7 +110,7 @@ export default function LandingPage() {
tag="Our Services"
tagIcon={Wrench}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/real-estate-office-concept_23-2147653309.jpg"
imageSrc="http://img.b2bpic.net/free-photo/real-estate-office-concept_23-2147653309.jpg?_wi=2"
imageAlt="Construction services overview"
mediaAnimation="slide-up"
mediaPosition="left"
@@ -140,13 +140,13 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "BuildCraft", name: "Riverside Residential Complex", price: "$4.2M", rating: 5,
reviewCount: "47 reviews", imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg", imageAlt: "Riverside Residential Complex"},
reviewCount: "47 reviews", imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg?_wi=3", imageAlt: "Riverside Residential Complex"},
{
id: "2", brand: "BuildCraft", name: "Downtown Office Tower", price: "$12.5M", rating: 5,
reviewCount: "32 reviews", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg", imageAlt: "Downtown Office Tower"},
reviewCount: "32 reviews", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg?_wi=3", imageAlt: "Downtown Office Tower"},
{
id: "3", brand: "BuildCraft", name: "Heritage Home Restoration", price: "$850K", rating: 5,
reviewCount: "28 reviews", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378917.jpg", imageAlt: "Heritage Home Restoration"},
reviewCount: "28 reviews", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378917.jpg?_wi=2", imageAlt: "Heritage Home Restoration"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -170,13 +170,13 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James Mitchell"},
{
id: "2", name: "Sarah Chen", role: "Project Manager", company: "Austin Development Corp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Chen"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Sarah Chen"},
{
id: "3", name: "Robert Williams", role: "Real Estate Developer", company: "Williams Properties", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Robert Williams"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Robert Williams"},
{
id: "4", name: "Maria Rodriguez", role: "Architect", company: "Modern Design Studio", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Maria Rodriguez"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Maria Rodriguez"},
]}
kpiItems={[
{ value: "500+", label: "Successful Projects" },