diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b60154..7a82800 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,30 +31,12 @@ export default function LandingPage() {
@@ -241,30 +116,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} members={[ - { - id: "m1", - name: "Alfonso", - role: "Lead Gardener", - imageSrc: "http://img.b2bpic.net/free-photo/confident-gardener-man-optical-glasses-wearing-gardening-hat-stands-with-garden-tools_141793-116015.jpg", - }, - { - id: "m2", - name: "Olga", - role: "Garden Designer", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-male-watering-domestic-plant-leaves-indoor_496169-1382.jpg", - }, - { - id: "m3", - name: "Samuel", - role: "Lawn Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-florist-apron-standing-with-garden-scissors-hand-young-lady-joyfully-looking-camera-while-working-with-flowers_574295-1514.jpg", - }, - { - id: "m4", - name: "Tebogo", - role: "Site Manager", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-chest-full-colorful-flowers_329181-16485.jpg", - }, + { id: "m1", name: "Alfonso", role: "Lead Gardener", imageSrc: "http://img.b2bpic.net/free-photo/confident-gardener-man-optical-glasses-wearing-gardening-hat-stands-with-garden-tools_141793-116015.jpg" }, + { id: "m2", name: "Olga", role: "Garden Designer", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-male-watering-domestic-plant-leaves-indoor_496169-1382.jpg" }, + { id: "m3", name: "Samuel", role: "Lawn Specialist", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-florist-apron-standing-with-garden-scissors-hand-young-lady-joyfully-looking-camera-while-working-with-flowers_574295-1514.jpg" }, + { id: "m4", name: "Tebogo", role: "Site Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-chest-full-colorful-flowers_329181-16485.jpg" }, ]} title="Meet Our Gardening Experts" description="Dedicated to excellence, passion, and reliability in every garden." @@ -278,26 +133,11 @@ export default function LandingPage() { rating={5} author="Brilliant Bhebhe" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/smiling-woman-giving-potted-plant-her-client_23-2147948332.jpg", - alt: "Client 1", - }, - { - src: "http://img.b2bpic.net/free-photo/cheerful-young-african-woman-walking_171337-13704.jpg", - alt: "Client 2", - }, - { - src: "http://img.b2bpic.net/free-photo/shallow-focus-shot-female-with-her-hands-fence-while-smiling-camera_181624-7123.jpg", - alt: "Client 3", - }, - { - src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13346.jpg", - alt: "Client 4", - }, - { - src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13348.jpg", - alt: "Client 5", - }, + { src: "http://img.b2bpic.net/free-photo/smiling-woman-giving-potted-plant-her-client_23-2147948332.jpg", alt: "Client 1" }, + { src: "http://img.b2bpic.net/free-photo/cheerful-young-african-woman-walking_171337-13704.jpg", alt: "Client 2" }, + { src: "http://img.b2bpic.net/free-photo/shallow-focus-shot-female-with-her-hands-fence-while-smiling-camera_181624-7123.jpg", alt: "Client 3" }, + { src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13346.jpg", alt: "Client 4" }, + { src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13348.jpg", alt: "Client 5" }, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -309,21 +149,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "Do you cover all of Randburg?", - content: "Yes, we serve the full Randburg area and surrounding suburbs.", - }, - { - id: "f2", - title: "What are your business hours?", - content: "We are open Monday to Saturday, from 8 AM.", - }, - { - id: "f3", - title: "How can I get a quote?", - content: "Simply call us, WhatsApp us, or fill out the contact form.", - }, + { id: "f1", title: "Do you cover all of Randburg?", content: "Yes, we serve the full Randburg area and surrounding suburbs." }, + { id: "f2", title: "What are your business hours?", content: "We are open Monday to Saturday, from 8 AM." }, + { id: "f3", title: "How can I get a quote?", content: "Simply call us, WhatsApp us, or fill out the contact form." }, ]} title="Frequently Asked Questions" description="Everything you need to know about our services in Randburg." @@ -337,23 +165,10 @@ export default function LandingPage() { title="Get a Free Quote" description="Ready to transform your garden? Get in touch today." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, - }, - { - name: "phone", - type: "tel", - placeholder: "Your Phone Number", - required: true, - }, + { name: "name", type: "text", placeholder: "Your Name", required: true }, + { name: "phone", type: "tel", placeholder: "Your Phone Number", required: true }, ]} - textarea={{ - name: "message", - placeholder: "Tell us about your garden project...", - }} + textarea={{ name: "message", placeholder: "Tell us about your garden project..." }} imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-businesswoman-with-folder-standing-street-near-office-buildings-wearing-suit_1258-194140.jpg" /> @@ -362,33 +177,16 @@ export default function LandingPage() {