diff --git a/src/app/page.tsx b/src/app/page.tsx index 12c317b..74a2127 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,11 @@ export default function LandingPage() {
@@ -294,46 +138,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Ryan Prudhel", - role: "Homeowner", - company: "Stockton", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-outdoors_58466-11646.jpg", - }, - { - id: "2", - name: "Robert Allen", - role: "Homeowner", - company: "Stockton", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lower-angle-portrait-young-strong-man-with-muscles-tries-close-his-suitcase-full-clothes-pressing-bag-with-effort_1258-314717.jpg", - }, - { - id: "3", - name: "Eileen Laughlin", - role: "Local Guide", - company: "Stockton", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020305.jpg", - }, - { - id: "4", - name: "Local Resident", - role: "Homeowner", - company: "Stockton", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205431.jpg", - }, - { - id: "5", - name: "Satisfied Client", - role: "Homeowner", - company: "Stockton", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-writing-paper-pinned-corkboard-talking-phone-smiling_176420-6478.jpg", - }, + { id: "1", name: "Ryan Prudhel", role: "Homeowner", company: "Stockton", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-outdoors_58466-11646.jpg" }, + { id: "2", name: "Robert Allen", role: "Homeowner", company: "Stockton", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lower-angle-portrait-young-strong-man-with-muscles-tries-close-his-suitcase-full-clothes-pressing-bag-with-effort_1258-314717.jpg" }, + { id: "3", name: "Eileen Laughlin", role: "Local Guide", company: "Stockton", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020305.jpg" }, + { id: "4", name: "Local Resident", role: "Homeowner", company: "Stockton", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205431.jpg" }, + { id: "5", name: "Satisfied Client", role: "Homeowner", company: "Stockton", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-writing-paper-pinned-corkboard-talking-phone-smiling_176420-6478.jpg" }, ]} title="What Our Neighbors Say" description="Join 70+ happy Stockton homeowners who trust J Roofing." @@ -346,30 +155,11 @@ export default function LandingPage() { title="Get a Free Estimate" description="Ready for your roofing or gutter project? Fill out the form and our team will reach out shortly." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Full Name", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, - }, - { - name: "address", - type: "text", - placeholder: "Property Address", - required: true, - }, + { name: "name", type: "text", placeholder: "Your Full Name", required: true }, + { name: "email", type: "email", placeholder: "Email Address", required: true }, + { name: "address", type: "text", placeholder: "Property Address", required: true }, ]} - textarea={{ - name: "message", - placeholder: "Tell us about your roofing needs", - rows: 4, - }} + textarea={{ name: "message", placeholder: "Tell us about your roofing needs", rows: 4 }} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-roofer-working-with-protection-helmet_23-2149343637.jpg" mediaAnimation="slide-up" /> @@ -379,46 +169,22 @@ export default function LandingPage() {