From 3833da05cab31befe766ea9c5e48e63ab94bacaf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 14:06:46 +0000 Subject: [PATCH] Switch to version 4: modified src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 103 +++++++++++++++++++++++++++++------------ 1 file changed, 74 insertions(+), 29 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a7d128d..138ac0a 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,7 +1,6 @@ import ContactCta from '@/components/sections/contact/ContactCta'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeaturesBentoGridCta from '@/components/sections/features/FeaturesBentoGridCta'; -import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento'; import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboardTiltedCarousel'; import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; @@ -103,34 +102,80 @@ export default function HomePage() {
- +
+
+
+ +
+ Our Work +
+

+ Inspiring Outdoor Transformations +

+

+ Explore a gallery of our recently completed projects, showcasing the diversity of our designs and the quality of our craftsmanship across Texas. +

+
+
+ +
+ {[ + { + imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248302.jpg", + title: "Desert Oasis Integration", + className: "md:col-span-2 md:row-span-2" + }, + { + imageSrc: "http://img.b2bpic.net/free-photo/nature-garden-leaves-background_1340-7945.jpg", + title: "Lush Garden Retreat", + className: "md:col-span-1 md:row-span-1" + }, + { + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359701.jpg", + title: "Zen Japanese Garden", + className: "md:col-span-1 md:row-span-2" + }, + { + imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12389.jpg", + title: "Custom Stone Pathways", + className: "md:col-span-1 md:row-span-1" + }, + { + imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-sitting-table_23-2149655613.jpg", + title: "Outdoor Dining Space", + className: "md:col-span-2 md:row-span-1" + }, + { + imageSrc: "http://img.b2bpic.net/free-photo/man-cultivating-farming-plants-indoor-garden_23-2149854841.jpg", + title: "Urban Greenhouse", + className: "md:col-span-1 md:row-span-1" + }, + { + imageSrc: "http://img.b2bpic.net/free-photo/petunia-pansy-flowers-with-gardening-tools-peat-pot-rope-wooden-desk_23-2148181187.jpg", + title: "Seasonal Floral Design", + className: "md:col-span-1 md:row-span-1" + }, + ].map((item, i) => ( + +
+ {item.title} +
+

{item.title}

+
+ + ))} +
+
+