diff --git a/src/app/page.tsx b/src/app/page.tsx index d5cdbfc..bc84edf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,25 +33,15 @@ export default function LandingPage() { @@ -60,77 +50,48 @@ export default function LandingPage() {
@@ -141,9 +102,7 @@ export default function LandingPage() { title="Our Passion for Perfectly Crafted Gardens" buttons={[ { - text: "Meet Our Team", - href: "#about", - }, + text: "Meet Our Team", href: "#about"}, ]} /> @@ -154,20 +113,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Lawn Maintenance", - description: "Keep your lawn healthy and pristine year-round with our consistent expert care.", - imageSrc: "http://img.b2bpic.net/free-photo/view-backyard-garden-digital-art-style_23-2151488231.jpg", - }, + title: "Lawn Maintenance", description: "Keep your lawn healthy and pristine year-round with our consistent expert care.", imageSrc: "http://img.b2bpic.net/free-photo/view-backyard-garden-digital-art-style_23-2151488231.jpg"}, { - title: "Hardscaping & Patios", - description: "Custom stone walkways and outdoor living structures designed for elegance and utility.", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-patio-decoration-with-char-table_74190-6667.jpg", - }, + title: "Hardscaping & Patios", description: "Custom stone walkways and outdoor living structures designed for elegance and utility.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-patio-decoration-with-char-table_74190-6667.jpg"}, { - title: "Tree & Shrub Care", - description: "Expert pruning, shaping, and health management for your garden's most important assets.", - imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10694.jpg", - }, + title: "Tree & Shrub Care", description: "Expert pruning, shaping, and health management for your garden's most important assets.", imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10694.jpg"}, ]} title="Professional Landscaping Services" description="Comprehensive solutions tailored to your unique outdoor environment and design preferences." @@ -182,47 +132,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Lush Garden Path", - price: "Custom", - variant: "Stone", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-mesmerizing-nature-traditional-styled-japanese-adelaide-himeji-gardens_181624-46567.jpg", - }, + id: "p1", name: "Lush Garden Path", price: "Custom", variant: "Stone", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-mesmerizing-nature-traditional-styled-japanese-adelaide-himeji-gardens_181624-46567.jpg"}, { - id: "p2", - name: "Luxury Patio Oasis", - price: "Custom", - variant: "Modern", - imageSrc: "http://img.b2bpic.net/free-photo/suburban-housing-garden_53876-30332.jpg", - }, + id: "p2", name: "Luxury Patio Oasis", price: "Custom", variant: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/suburban-housing-garden_53876-30332.jpg"}, { - id: "p3", - name: "Curb Appeal Redesign", - price: "Custom", - variant: "Front Yard", - imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg", - }, + id: "p3", name: "Curb Appeal Redesign", price: "Custom", variant: "Front Yard", imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg"}, { - id: "p4", - name: "Zen Water Feature", - price: "Custom", - variant: "Feature", - imageSrc: "http://img.b2bpic.net/free-photo/tirtagangga-water-palace_1385-1759.jpg", - }, + id: "p4", name: "Zen Water Feature", price: "Custom", variant: "Feature", imageSrc: "http://img.b2bpic.net/free-photo/tirtagangga-water-palace_1385-1759.jpg"}, { - id: "p5", - name: "Vibrant Flower Garden", - price: "Custom", - variant: "Garden", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-objects_23-2148060746.jpg", - }, + id: "p5", name: "Vibrant Flower Garden", price: "Custom", variant: "Garden", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-objects_23-2148060746.jpg"}, { - id: "p6", - name: "Atmospheric Lighting", - price: "Custom", - variant: "Lighting", - imageSrc: "http://img.b2bpic.net/free-photo/view-backyard-garden-digital-art-style_23-2151488228.jpg", - }, + id: "p6", name: "Atmospheric Lighting", price: "Custom", variant: "Lighting", imageSrc: "http://img.b2bpic.net/free-photo/view-backyard-garden-digital-art-style_23-2151488228.jpg"}, ]} title="Showcase of Our Recent Work" description="Browse our portfolio of completed landscape transformations and garden designs." @@ -231,27 +151,19 @@ export default function LandingPage() {