diff --git a/src/app/page.tsx b/src/app/page.tsx index 99832ad..8f18d65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, Droplets, Heart, Leaf, Square, Tool } from "lucide-react"; +import { Award, Droplets, Heart, Leaf, Square, Wrench } from "lucide-react"; export default function LandingPage() { return ( @@ -32,123 +32,44 @@ export default function LandingPage() {
@@ -159,20 +80,11 @@ export default function LandingPage() { title="Crafting Nature Since 2010" description="With over a decade of excellence in landscape architecture, we combine artistic vision with structural integrity to deliver dream environments for our clients." metrics={[ - { - value: "500+", - title: "Projects Completed", - }, - { - value: "15+", - title: "Industry Awards", - }, - { - value: "100%", - title: "Client Satisfaction", - }, + { value: "500+", title: "Projects Completed" }, + { value: "15+", title: "Industry Awards" }, + { value: "100%", title: "Client Satisfaction" } ]} - imageSrc="http://img.b2bpic.net/free-photo/man-using-tablet-eco-friendly-wind-power-project-layout_23-2148847803.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/man-using-tablet-eco-friendly-wind-power-project-layout_23-2148847803.jpg" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -184,30 +96,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Modern Garden Design", - description: "Tailored landscape designs reflecting your personal style.", - bentoComponent: "reveal-icon", - icon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/covered-lifestyle-garden-with-indoor-outdoor-living_1127-3425.jpg", - imageAlt: "modern garden patio design", - }, - { - title: "Advanced Water Management", - description: "Efficient irrigation and drainage solutions.", - bentoComponent: "reveal-icon", - icon: Droplets, - imageSrc: "http://img.b2bpic.net/free-photo/city-view_1417-1895.jpg?_wi=2", - imageAlt: "modern garden patio design", - }, - { - title: "Sustainable Hardscaping", - description: "Patios, paths, and walls built for longevity.", - bentoComponent: "reveal-icon", - icon: Square, - imageSrc: "http://img.b2bpic.net/free-photo/man-using-tablet-eco-friendly-wind-power-project-layout_23-2148847803.jpg?_wi=2", - imageAlt: "modern garden patio design", - }, + { title: "Modern Garden Design", description: "Tailored landscape designs reflecting your personal style.", bentoComponent: "reveal-icon", icon: Leaf }, + { title: "Advanced Water Management", description: "Efficient irrigation and drainage solutions.", bentoComponent: "reveal-icon", icon: Droplets }, + { title: "Sustainable Hardscaping", description: "Patios, paths, and walls built for longevity.", bentoComponent: "reveal-icon", icon: Square } ]} title="Our Specialized Landscape Services" description="Comprehensive design and construction services to bring your landscape to life." @@ -221,60 +112,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Design", - name: "Garden Path Construction", - price: "Custom Pricing", - rating: 5, - reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-travel-stone-garden-gardening_1203-5249.jpg", - }, - { - id: "p2", - brand: "Construction", - name: "Retaining Wall Installation", - price: "Custom Pricing", - rating: 5, - reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg", - }, - { - id: "p3", - brand: "Feature", - name: "Swimming Pool Integration", - price: "Custom Pricing", - rating: 5, - reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-tree_1339-4853.jpg", - }, - { - id: "p4", - brand: "Hardscape", - name: "Custom Fire Pit Design", - price: "Custom Pricing", - rating: 5, - reviewCount: "20", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", - }, - { - id: "p5", - brand: "Construction", - name: "Wooden Decking Solutions", - price: "Custom Pricing", - rating: 5, - reviewCount: "11", - imageSrc: "http://img.b2bpic.net/free-photo/slim-elegant-girl-with-old-fashioned-outfit-resting-park-amazing-nature_197531-4364.jpg", - }, - { - id: "p6", - brand: "Water Feature", - name: "Rock Pond Design", - price: "Custom Pricing", - rating: 5, - reviewCount: "9", - imageSrc: "http://img.b2bpic.net/free-photo/view-village-museum-bucharest-romania_1268-21637.jpg", - }, + { id: "p1", brand: "Design", name: "Garden Path Construction", price: "Custom Pricing", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-travel-stone-garden-gardening_1203-5249.jpg" }, + { id: "p2", brand: "Construction", name: "Retaining Wall Installation", price: "Custom Pricing", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg" }, + { id: "p3", brand: "Feature", name: "Swimming Pool Integration", price: "Custom Pricing", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-tree_1339-4853.jpg" }, + { id: "p4", brand: "Hardscape", name: "Custom Fire Pit Design", price: "Custom Pricing", rating: 5, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg" }, + { id: "p5", brand: "Construction", name: "Wooden Decking Solutions", price: "Custom Pricing", rating: 5, reviewCount: "11", imageSrc: "http://img.b2bpic.net/free-photo/slim-elegant-girl-with-old-fashioned-outfit-resting-park-amazing-nature_197531-4364.jpg" }, + { id: "p6", brand: "Water Feature", name: "Rock Pond Design", price: "Custom Pricing", rating: 5, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/view-village-museum-bucharest-romania_1268-21637.jpg" } ]} title="Our Expertise" description="Discover our signature services designed for premium outdoor living." @@ -287,41 +130,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Robert B.", - role: "Homeowner", - testimonial: "Excellent service and design sense.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-attractive-bearded-caucasian-male-gardener-blue-t-shirt-gloves-smiling-holding-flower-pot-with-green-sprout-hands-looking-aside-with-excited-face-expression_176420-19922.jpg", - }, - { - id: "t2", - name: "Sarah M.", - role: "Architect", - testimonial: "Very professional and detailed oriented.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-giving-potted-plant-her-client-greenhouse_23-2147948333.jpg", - }, - { - id: "t3", - name: "Kevin L.", - role: "Developer", - testimonial: "Highly satisfied with the final result.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12315.jpg", - }, - { - id: "t4", - name: "Linda P.", - role: "Homeowner", - testimonial: "Beautiful work, delivered on time.", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5937.jpg", - }, - { - id: "t5", - name: "David W.", - role: "Homeowner", - testimonial: "A complete transformation of our yard.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-green-eyed-woman-with-smile-poses-greenhouse-holds-plant_197531-12372.jpg", - }, + { id: "t1", name: "Robert B.", role: "Homeowner", testimonial: "Excellent service and design sense.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-attractive-bearded-caucasian-male-gardener-blue-t-shirt-gloves-smiling-holding-flower-pot-with-green-sprout-hands-looking-aside-with-excited-face-expression_176420-19922.jpg" }, + { id: "t2", name: "Sarah M.", role: "Architect", testimonial: "Very professional and detailed oriented.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-giving-potted-plant-her-client-greenhouse_23-2147948333.jpg" }, + { id: "t3", name: "Kevin L.", role: "Developer", testimonial: "Highly satisfied with the final result.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12315.jpg" }, + { id: "t4", name: "Linda P.", role: "Homeowner", testimonial: "Beautiful work, delivered on time.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5937.jpg" }, + { id: "t5", name: "David W.", role: "Homeowner", testimonial: "A complete transformation of our yard.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-green-eyed-woman-with-smile-poses-greenhouse-holds-plant_197531-12372.jpg" } ]} title="Client Success Stories" description="We are proud of the beautiful outdoor spaces we have created for our valued clients." @@ -335,27 +148,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "10k+", - title: "Trees Planted", - description: "Environmentally conscious planting.", - icon: Leaf, - }, - { - id: "m2", - value: "15+", - title: "Years Experience", - description: "Decades of industry knowledge.", - icon: Award, - }, - { - id: "m3", - value: "98%", - title: "Retention Rate", - description: "Clients keep coming back.", - icon: Heart, - }, + { id: "m1", value: "10k+", title: "Trees Planted", description: "Environmentally conscious planting.", icon: Leaf }, + { id: "m2", value: "15+", title: "Years Experience", description: "Decades of industry knowledge.", icon: Award }, + { id: "m3", value: "98%", title: "Retention Rate", description: "Clients keep coming back.", icon: Heart } ]} title="Our Impact" description="Key stats highlighting our commitment to quality." @@ -367,21 +162,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "How long does a project take?", - content: "Timeline depends on size and complexity.", - }, - { - id: "q2", - title: "Do you provide maintenance?", - content: "Yes, we offer ongoing landscape maintenance services.", - }, - { - id: "q3", - title: "Can you design custom pools?", - content: "We work with partners for integrated swimming pools.", - }, + { id: "q1", title: "How long does a project take?", content: "Timeline depends on size and complexity." }, + { id: "q2", title: "Do you provide maintenance?", content: "Yes, we offer ongoing landscape maintenance services." }, + { id: "q3", title: "Can you design custom pools?", content: "We work with partners for integrated swimming pools." } ]} title="Common Questions" description="Everything you need to know about our landscaping process." @@ -397,24 +180,10 @@ export default function LandingPage() { title="Let's Start Your Landscape Design" description="Ready to revitalize your outdoor space? Reach out for a consultation." inputs={[ - { - name: "name", - type: "text", - placeholder: "Name", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, - }, + { name: "name", type: "text", placeholder: "Name", required: true }, + { name: "email", type: "email", placeholder: "Email Address", required: true } ]} - textarea={{ - name: "message", - placeholder: "Describe your landscape vision...", - rows: 4, - }} + textarea={{ name: "message", placeholder: "Describe your landscape vision...", rows: 4 }} imageSrc="http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer-using-laptop_158595-7058.jpg" /> @@ -422,32 +191,8 @@ export default function LandingPage() {