diff --git a/src/app/page.tsx b/src/app/page.tsx index ab9076a..bb738c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,11 @@ export default function LandingPage() { @@ -84,26 +66,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Garden Design & Decor", - description: "Customized garden layouts and aesthetic enhancements.", - icon: Star, - }, - { - title: "Lawn Care & Seeding", - description: "Professional grass seeding and lawn maintenance.", - icon: Leaf, - }, - { - title: "Water Feature Design", - description: "Innovative outdoor water feature design and installation.", - icon: Droplets, - }, - { - title: "Irrigation Services", - description: "Expert irrigation setup and maintenance.", - icon: Droplets, - }, + { title: "Garden Design & Decor", description: "Customized garden layouts and aesthetic enhancements.", icon: Star }, + { title: "Lawn Care & Seeding", description: "Professional grass seeding and lawn maintenance.", icon: Leaf }, + { title: "Water Feature Design", description: "Innovative outdoor water feature design and installation.", icon: Droplets }, + { title: "Irrigation Services", description: "Expert irrigation setup and maintenance.", icon: Droplets }, ]} title="Comprehensive Landscaping Services" description="Professional solutions for every aspect of your outdoor environment." @@ -112,30 +78,13 @@ export default function LandingPage() {
@@ -248,29 +135,11 @@ export default function LandingPage() { title="Start Your Landscape Transformation" description="Get in touch with Roggenbuck Landscape & Design Co. to plan your garden project today." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, - }, - { - name: "phone", - type: "tel", - placeholder: "Phone Number", - }, + { name: "name", type: "text", placeholder: "Your Name", required: true }, + { name: "email", type: "email", placeholder: "Your Email", required: true }, + { name: "phone", type: "tel", placeholder: "Phone Number" }, ]} - textarea={{ - name: "message", - placeholder: "Tell us about your project", - required: true, - }} + textarea={{ name: "message", placeholder: "Tell us about your project", required: true }} imageSrc="http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg" /> @@ -279,36 +148,15 @@ export default function LandingPage() {