diff --git a/src/app/page.tsx b/src/app/page.tsx index c9161ec..b04cf64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,10 +7,12 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { CheckCircle, Lightbulb, MessageCircle, Sparkles, Home, MessageSquare } from "lucide-react"; +import { CheckCircle, Lightbulb, MessageCircle, Sparkles, Home, MessageSquare, FileText, Hammer } from 'lucide-react'; export default function HomePage() { return ( @@ -52,7 +54,7 @@ export default function HomePage() { { imageSrc: "https://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698288.jpg", imageAlt: "Luxury patio with dusk lighting" }, { imageSrc: "https://img.b2bpic.net/free-photo/tree-with-lamp-lighting_1339-7214.jpg", imageAlt: "Detail shot of premium brickwork" }, { imageSrc: "https://img.b2bpic.net/free-photo/active-conversation-evening-time-friends-have-dinner-gorgeous-outdoor-place_146671-14434.jpg", imageAlt: "Retaining wall landscape design" } - ]} + ] autoplayDelay={5000} showDimOverlay={true} /> @@ -80,45 +82,24 @@ export default function HomePage() { useInvertedBackground={false} features={[ { - id: "01", - title: "Patios & Hardscapes", - description: "Premium paver and brickwork with clean lines and long-term durability that feels like an extension of your home.", - imageSrc: "https://img.b2bpic.net/free-photo/tree-with-lamp-lighting_1339-7214.jpg", - imageAlt: "Premium patio brickwork detail" + id: "01", title: "Patios & Hardscapes", description: "Premium paver and brickwork with clean lines and long-term durability that feels like an extension of your home.", imageSrc: "https://img.b2bpic.net/free-photo/tree-with-lamp-lighting_1339-7214.jpg", imageAlt: "Premium patio brickwork detail" }, { - id: "02", - title: "Retaining Walls", - description: "Structural, beautiful, and engineered to make your yard usable again while adding visual interest.", - imageSrc: "https://img.b2bpic.net/free-photo/active-conversation-evening-time-friends-have-dinner-gorgeous-outdoor-place_146671-14434.jpg", - imageAlt: "Retaining wall landscape" + id: "02", title: "Retaining Walls", description: "Structural, beautiful, and engineered to make your yard usable again while adding visual interest.", imageSrc: "https://img.b2bpic.net/free-photo/active-conversation-evening-time-friends-have-dinner-gorgeous-outdoor-place_146671-14434.jpg", imageAlt: "Retaining wall landscape" }, { - id: "03", - title: "Sod Installation", - description: "Fast, high-impact upgrades with a golf-course finish that transforms your yard in a single day.", - imageSrc: "https://img.b2bpic.net/free-photo/two-waiters-far-away-ready-service-prepared-desk-waiting-food-visitors-evening-time_146671-14405.jpg", - imageAlt: "Sod installation transformation" + id: "03", title: "Sod Installation", description: "Fast, high-impact upgrades with a golf-course finish that transforms your yard in a single day.", imageSrc: "https://img.b2bpic.net/free-photo/two-waiters-far-away-ready-service-prepared-desk-waiting-food-visitors-evening-time_146671-14405.jpg", imageAlt: "Sod installation transformation" }, { - id: "04", - title: "Mulch & Plant Bed Refresh", - description: "Crisp edges, rich color, and a polished look—done meticulously with attention to every detail.", - imageSrc: "https://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg", - imageAlt: "Mulch bed refresh design" + id: "04", title: "Mulch & Plant Bed Refresh", description: "Crisp edges, rich color, and a polished look—done meticulously with attention to every detail.", imageSrc: "https://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg", imageAlt: "Mulch bed refresh design" }, { - id: "05", - title: "Full Backyard Revamps", - description: "From concept to completion: demo, design, build, and final cleanup. A complete outdoor transformation.", - imageSrc: "https://img.b2bpic.net/free-photo/night-barbecue-garden_23-2147643505.jpg", - imageAlt: "Complete backyard transformation" + id: "05", title: "Full Backyard Revamps", description: "From concept to completion: demo, design, build, and final cleanup. A complete outdoor transformation.", imageSrc: "https://img.b2bpic.net/free-photo/night-barbecue-garden_23-2147643505.jpg", imageAlt: "Complete backyard transformation" } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" buttons={[{ text: "Request a Quote", href: "/contact" }]} - buttonAnimation="reveal-blur" /> @@ -133,34 +114,73 @@ export default function HomePage() { imageAlt="Rick and crew working onsite" imagePosition="right" bulletPoints={[ - { - title: "Owner-Led Projects", - description: "Rick stays involved and is often onsite working with the crew.", - icon: CheckCircle - }, - { - title: "Designer-Friendly Collaboration", - description: "We can build from your vision or help create one that feels authentic.", - icon: Lightbulb - }, - { - title: "Communication-First Approach", - description: "Clear updates, expectations, and timelines from day one.", - icon: MessageCircle - }, - { - title: "Detail-Obsessed Finishes", - description: "Neat brickwork, clean transitions, sharp edging on every project.", - icon: Sparkles - }, - { - title: "Respect for Your Home", - description: "Punctual crew, friendly team, thorough cleanup after every job.", - icon: Home - } + { title: "Owner-Led Projects", description: "Rick stays involved and is often onsite working with the crew.", icon: CheckCircle }, + { title: "Designer-Friendly Collaboration", description: "We can build from your vision or help create one that feels authentic.", icon: Lightbulb }, + { title: "Communication-First Approach", description: "Clear updates, expectations, and timelines from day one.", icon: MessageCircle }, + { title: "Detail-Obsessed Finishes", description: "Neat brickwork, clean transitions, sharp edging on every project.", icon: Sparkles }, + { title: "Respect for Your Home", description: "Punctual crew, friendly team, thorough cleanup after every job.", icon: Home } ]} buttons={[{ text: "Get a Free Consultation", href: "/contact" }]} - mediaAnimation="slide-up" + /> + + +