diff --git a/src/app/page.tsx b/src/app/page.tsx index 470e511..de89d76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,8 +5,8 @@ import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; @@ -31,102 +31,23 @@ export default function LandingPage() {
-
@@ -135,8 +56,8 @@ export default function LandingPage() { useInvertedBackground={false} tag="About Us" title="Built on Reliability and Simplicity" - description="Most lawn care companies have a reliability problem. Sutton Kiser started Blue Flamingo Outdoor to change that. We show up when scheduled, do the job right, and keep your yard maintained without the hassle." - subdescription="Whether you need weekly mowing or a seasonal cleanup, we focus on consistent quality." + description="We noticed most lawn care companies have a reliability problem. Blue Flamingo was built to change that. We show up when scheduled, do the job right, and keep your yard maintained without the stress." + subdescription="Whether you need weekly mowing or a seasonal cleanup, we focus on consistent, professional quality." icon={Flame} imageSrc="http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedge-yard_342744-537.jpg" mediaAnimation="blur-reveal" @@ -148,21 +69,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Lawn Maintenance", - description: "Weekly/bi-weekly mowing, edging, and string trimming.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-composition_23-2148128774.jpg", - }, - { - title: "Landscaping Support", - description: "Mulch delivery, pine straw, and shrub pruning.", - imageSrc: "http://img.b2bpic.net/free-photo/father-with-little-son-are-planting-tree-yard_1157-26719.jpg", - }, - { - title: "Property Cleanup", - description: "Yard debris removal and seasonal deep cleanups.", - imageSrc: "http://img.b2bpic.net/free-photo/serrated-metal-rake-garden-cleaning_169016-10692.jpg", - }, + { title: "Lawn Maintenance", description: "Weekly/bi-weekly mowing, edging, and string trimming.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-composition_23-2148128774.jpg" }, + { title: "Landscaping Support", description: "Mulch delivery, pine straw, and shrub pruning.", imageSrc: "http://img.b2bpic.net/free-photo/father-with-little-son-are-planting-tree-yard_1157-26719.jpg" }, + { title: "Property Cleanup", description: "Yard debris removal and seasonal deep cleanups.", imageSrc: "http://img.b2bpic.net/free-photo/serrated-metal-rake-garden-cleaning_169016-10692.jpg" }, ]} title="Full-Service Outdoor Care" description="Comprehensive care to keep your yard looking professional, reset, and healthy." @@ -175,46 +84,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Mark R.", - handle: "Niceville Homeowner", - testimonial: "They showed up on time and didn’t miss a spot.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", - }, - { - id: "2", - name: "Sarah P.", - handle: "Niceville Homeowner", - testimonial: "Super easy to work with and fast.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg", - }, - { - id: "3", - name: "James K.", - handle: "Niceville Homeowner", - testimonial: "Reliable every time.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-wearing-jumpsuit-hat-holding-hedge-clippers-looking-front-smiling-with-happy-face-standing-orange-wall_141793-53764.jpg", - }, - { - id: "4", - name: "Lisa G.", - handle: "Niceville Homeowner", - testimonial: "Consistent, professional, and easy to schedule.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-romantic-happy-holidays-holding-hand-boyfriend-following-her_1150-4659.jpg", - }, - { - id: "5", - name: "Tom B.", - handle: "Niceville Homeowner", - testimonial: "Best service in town.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-young-male-gardener-wearing-gardening-hat-gloves-holds-clippers-shoulder_141793-115911.jpg", - }, + { id: "1", name: "Mark R.", handle: "Niceville Homeowner", testimonial: "They showed up on time and didn’t miss a spot.", rating: 5 }, + { id: "2", name: "Sarah P.", handle: "Niceville Homeowner", testimonial: "Super easy to work with and fast.", rating: 5 }, + { id: "3", name: "James K.", handle: "Niceville Homeowner", testimonial: "Reliable every time.", rating: 5 }, ]} showRating={true} title="Trusted by Niceville Homeowners" @@ -227,21 +99,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "Do you offer one-time cleanups?", - content: "Yes, we provide one-time cleanups and seasonal yard resets.", - }, - { - id: "f2", - title: "What areas do you serve?", - content: "We serve Niceville, FL, and nearby surrounding areas.", - }, - { - id: "f3", - title: "How is pricing calculated?", - content: "Pricing is based on yard size, condition, and service type—always transparent and upfront.", - }, + { id: "f1", title: "Do you offer one-time cleanups?", content: "Yes, we provide one-time cleanups and seasonal yard resets." }, + { id: "f2", title: "What areas do you serve?", content: "We serve Niceville, FL, and nearby surrounding areas." }, ]} title="Common Questions" description="Answers about our lawn care services in Niceville." @@ -255,61 +114,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "p1", - badge: "Most Popular", - price: "Weekly", - subtitle: "For consistently fast growth", - buttons: [ - { - text: "Start Today", - href: "#contact", - }, - ], - features: [ - "Mowing", - "Edging", - "Trimming", - "Blowing", - ], - }, - { - id: "p2", - badge: "Budget Friendly", - price: "Bi-Weekly", - subtitle: "For slower growth periods", - buttons: [ - { - text: "Start Today", - href: "#contact", - }, - ], - features: [ - "Mowing", - "Edging", - "Trimming", - "Blowing", - ], - }, - { - id: "p3", - badge: "Custom", - price: "One-Time", - subtitle: "Ideal for cleanups", - buttons: [ - { - text: "Contact Us", - href: "#contact", - }, - ], - features: [ - "Debris Removal", - "Overgrowth Help", - "Restoration", - ], - }, + { id: "p1", badge: "Weekly", price: "Weekly", subtitle: "For fast growth", buttons: [{ text: "Start Today", href: "#contact" }], features: ["Mowing", "Edging", "Trimming", "Blowing"] }, + { id: "p2", badge: "Bi-Weekly", price: "Bi-Weekly", subtitle: "For slower growth", buttons: [{ text: "Start Today", href: "#contact" }], features: ["Mowing", "Edging", "Trimming", "Blowing"] }, ]} - title="Flexible Maintenance Plans" + title="Maintenance Plans" description="Consistent care tailored to your lawn's growth cycle." /> @@ -320,66 +128,20 @@ export default function LandingPage() { title="Get a Fast Quote" description="Fill out the form to lock in your spot. We'll respond quickly." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, - }, - { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: false, - }, + { name: "name", type: "text", placeholder: "Your Name", required: true }, + { name: "email", type: "email", placeholder: "Email Address", required: true }, ]} - textarea={{ - name: "details", - placeholder: "Tell us about your yard needs...", - rows: 4, - required: true, - }} imageSrc="http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer-using-laptop_158595-7055.jpg" - buttonText="Submit Quote Request" + buttonText="Submit Request" />