diff --git a/src/app/page.tsx b/src/app/page.tsx index 407122a..b99006a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -198,36 +93,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - label: "Grading", - title: "Expert Grading", - items: [ - "Commercial Grading", - "Residential Grading", - "Drainage Solutions", - ], - }, - { - id: "f2", - label: "Landscaping", - title: "Landscape Design", - items: [ - "Full Design", - "Tree Planting", - "Bed Installation", - ], - }, - { - id: "f3", - label: "Hardscaping", - title: "Hardscaping", - items: [ - "Retaining Walls", - "Patio Pavers", - "Walkways", - ], - }, + { id: "f1", label: "Grading", title: "Expert Grading", items: ["Commercial Grading", "Residential Grading", "Drainage Solutions"] }, + { id: "f2", label: "Landscaping", title: "Landscape Design", items: ["Full Design", "Tree Planting", "Bed Installation"] }, + { id: "f3", label: "Hardscaping", title: "Hardscaping", items: ["Retaining Walls", "Patio Pavers", "Walkways"] } ]} title="Our Professional Services" description="We specialize in comprehensive outdoor grading and landscape solutions." @@ -241,48 +109,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Grading Services", - price: "Custom Quote", - variant: "Grading", - imageSrc: "http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedge-yard_342744-537.jpg?_wi=2", - }, - { - id: "p2", - name: "Lawn Installation", - price: "Custom Quote", - variant: "Lawn Care", - imageSrc: "http://img.b2bpic.net/free-photo/beard-worker-man-suit-construction-worker-safety-orange-helmet-sunglasses-against-tractor-with-mobile-phone-hand_627829-11387.jpg", - }, - { - id: "p3", - name: "Retaining Walls", - price: "Custom Quote", - variant: "Hardscaping", - imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22795.jpg", - }, - { - id: "p4", - name: "Paver Patios", - price: "Custom Quote", - variant: "Hardscaping", - imageSrc: "http://img.b2bpic.net/free-photo/cement-walkway-garden_1252-1022.jpg", - }, - { - id: "p5", - name: "Design & Build", - price: "Custom Quote", - variant: "Full Service", - imageSrc: "http://img.b2bpic.net/free-photo/construction-technicians-are-mixing-cement-stone-sand-construction_1150-15105.jpg", - }, - { - id: "p6", - name: "Drainage Fixes", - price: "Custom Quote", - variant: "Drainage", - imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1028.jpg", - }, + { id: "p1", name: "Grading Services", price: "Custom Quote", variant: "Grading", imageSrc: "http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedge-yard_342744-537.jpg" }, + { id: "p2", name: "Lawn Installation", price: "Custom Quote", variant: "Lawn Care", imageSrc: "http://img.b2bpic.net/free-photo/beard-worker-man-suit-construction-worker-safety-orange-helmet-sunglasses-against-tractor-with-mobile-phone-hand_627829-11387.jpg" }, + { id: "p3", name: "Retaining Walls", price: "Custom Quote", variant: "Hardscaping", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22795.jpg" }, + { id: "p4", name: "Paver Patios", price: "Custom Quote", variant: "Hardscaping", imageSrc: "http://img.b2bpic.net/free-photo/cement-walkway-garden_1252-1022.jpg" }, + { id: "p5", name: "Design & Build", price: "Custom Quote", variant: "Full Service", imageSrc: "http://img.b2bpic.net/free-photo/construction-technicians-are-mixing-cement-stone-sand-construction_1150-15105.jpg" }, + { id: "p6", name: "Drainage Fixes", price: "Custom Quote", variant: "Drainage", imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1028.jpg" } ]} title="Comprehensive Landscape Solutions" description="From minor lawn care to major landscaping projects, we deliver." @@ -296,48 +128,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "port1", - name: "Project A", - price: "Completed", - variant: "Residential", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-green-city-park-dawn_1127-3213.jpg?_wi=2", - }, - { - id: "port2", - name: "Project B", - price: "Completed", - variant: "Hardscaping", - imageSrc: "http://img.b2bpic.net/free-photo/table-bench-full-plants_23-2147997132.jpg", - }, - { - id: "port3", - name: "Project C", - price: "Completed", - variant: "Grading", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg", - }, - { - id: "port4", - name: "Project D", - price: "Completed", - variant: "Residential", - imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756538.jpg", - }, - { - id: "port5", - name: "Project E", - price: "Completed", - variant: "Landscaping", - imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", - }, - { - id: "port6", - name: "Project F", - price: "Completed", - variant: "Hardscaping", - imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-3770.jpg", - }, + { id: "port1", name: "Project A", price: "Completed", variant: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-green-city-park-dawn_1127-3213.jpg" }, + { id: "port2", name: "Project B", price: "Completed", variant: "Hardscaping", imageSrc: "http://img.b2bpic.net/free-photo/table-bench-full-plants_23-2147997132.jpg" }, + { id: "port3", name: "Project C", price: "Completed", variant: "Grading", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg" }, + { id: "port4", name: "Project D", price: "Completed", variant: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756538.jpg" }, + { id: "port5", name: "Project E", price: "Completed", variant: "Landscaping", imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg" }, + { id: "port6", name: "Project F", price: "Completed", variant: "Hardscaping", imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-3770.jpg" } ]} title="Portfolio of Excellence" description="See the before and after transformations we've delivered for our clients." @@ -350,24 +146,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - icon: Award, - title: "Years Experience", - value: "10+", - }, - { - id: "m2", - icon: CheckCircle, - title: "Projects Completed", - value: "500+", - }, - { - id: "m3", - icon: Users, - title: "Happy Clients", - value: "400+", - }, + { id: "m1", icon: Award, title: "Years Experience", value: "10+" }, + { id: "m2", icon: CheckCircle, title: "Projects Completed", value: "500+" }, + { id: "m3", icon: Users, title: "Happy Clients", value: "400+" } ]} title="Proven Results" description="We let our numbers do the talking for the quality we provide." @@ -381,46 +162,11 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Sarah M.", - role: "Owner", - company: "Local Homeowner", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg", - }, - { - id: "2", - name: "John D.", - role: "Manager", - company: "Property Corp", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-checking-greenhouse-agenda-needs_23-2148357533.jpg", - }, - { - id: "3", - name: "Emily R.", - role: "Owner", - company: "Homeowner", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30887.jpg", - }, - { - id: "4", - name: "Michael S.", - role: "Owner", - company: "Homeowner", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/farmer-taking-care-crops_23-2149140418.jpg", - }, - { - id: "5", - name: "Lisa T.", - role: "Owner", - company: "Homeowner", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-young-attractive-bearded-caucasian-male-gardener-blue-t-shirt-smiling-camera-planting-seeds-garden-watering-plants_176420-19925.jpg", - }, + { id: "1", name: "Sarah M.", role: "Owner", company: "Local Homeowner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg" }, + { id: "2", name: "John D.", role: "Manager", company: "Property Corp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-checking-greenhouse-agenda-needs_23-2148357533.jpg" }, + { id: "3", name: "Emily R.", role: "Owner", company: "Homeowner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30887.jpg" }, + { id: "4", name: "Michael S.", role: "Owner", company: "Homeowner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/farmer-taking-care-crops_23-2149140418.jpg" }, + { id: "5", name: "Lisa T.", role: "Owner", company: "Homeowner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-young-attractive-bearded-caucasian-male-gardener-blue-t-shirt-smiling-camera-planting-seeds-garden-watering-plants_176420-19925.jpg" } ]} title="Client Feedback" description="What our customers are saying about our landscaping services." @@ -432,21 +178,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Do you provide free estimates?", - content: "Yes, we provide free site evaluations and quotes.", - }, - { - id: "q2", - title: "What service areas do you cover?", - content: "We cover Suwanee, Buford, and surrounding areas.", - }, - { - id: "q3", - title: "How long do projects take?", - content: "Project timelines depend on scale and site conditions.", - }, + { id: "q1", title: "Do you provide free estimates?", content: "Yes, we provide free site evaluations and quotes." }, + { id: "q2", title: "What service areas do you cover?", content: "We cover Suwanee, Buford, and surrounding areas." }, + { id: "q3", title: "How long do projects take?", content: "Project timelines depend on scale and site conditions." } ]} title="Frequently Asked Questions" description="Common questions about our landscaping and grading work." @@ -460,31 +194,12 @@ export default function LandingPage() { title="Contact Us" description="Ready to get started? Request your free quote today." inputs={[ - { - name: "name", - type: "text", - placeholder: "Full Name", - required: true, - }, - { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, - }, + { name: "name", type: "text", placeholder: "Full Name", required: true }, + { name: "phone", type: "tel", placeholder: "Phone Number", required: true }, + { name: "email", type: "email", placeholder: "Email Address", required: true } ]} - textarea={{ - name: "message", - placeholder: "Your project description...", - rows: 4, - }} - imageSrc="http://img.b2bpic.net/free-photo/tech-people-trying-achieve-ambitious-sustainability-goals_23-2150950178.jpg?_wi=2" + textarea={{ name: "message", placeholder: "Your project description...", rows: 4 }} + imageSrc="http://img.b2bpic.net/free-photo/tech-people-trying-achieve-ambitious-sustainability-goals_23-2150950178.jpg" /> @@ -493,45 +208,13 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/business-woman-working-from-home-new-normal_53876-119808.jpg" logoText="Expansion Grading" columns={[ - { - title: "Company", - items: [ - { - label: "About Us", - href: "#about", - }, - { - label: "Services", - href: "#services", - }, - ], - }, - { - title: "Contact", - items: [ - { - label: "810 Brogdon Rd, Suwanee, GA", - href: "#", - }, - { - label: "(404) 702-8451", - href: "tel:4047028451", - }, - ], - }, - { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - ], - }, + { title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#services" }] }, + { title: "Contact", items: [{ label: "810 Brogdon Rd, Suwanee, GA", href: "#" }, { label: "(404) 702-8451", href: "tel:4047028451" }] }, + { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] } ]} /> ); -} +} \ No newline at end of file