diff --git a/src/app/page.tsx b/src/app/page.tsx index f63fcde..86f8194 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,61 +46,31 @@ export default function LandingPage() {
@@ -204,40 +136,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah J.", - handle: "@client", - testimonial: "I’ve been coming here for 16 years. Always perfect.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1", - }, + id: "t1", name: "Sarah J.", handle: "@client", testimonial: "I’ve been coming here for 16 years. Always perfect.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1"}, { - id: "t2", - name: "David K.", - handle: "@client", - testimonial: "They replaced a zipper on my jacket and you can’t even tell.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg", - }, + id: "t2", name: "David K.", handle: "@client", testimonial: "They replaced a zipper on my jacket and you can’t even tell.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg"}, { - id: "t3", - name: "Michael L.", - handle: "@client", - testimonial: "Fixed my backpack strap better than new. Amazing work.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", - }, + id: "t3", name: "Michael L.", handle: "@client", testimonial: "Fixed my backpack strap better than new. Amazing work.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg"}, { - id: "t4", - name: "Emily R.", - handle: "@client", - testimonial: "I won’t go anywhere else. Ever.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg", - }, + id: "t4", name: "Emily R.", handle: "@client", testimonial: "I won’t go anywhere else. Ever.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg"}, { - id: "t5", - name: "James T.", - handle: "@client", - testimonial: "The best tailoring in the state. Very friendly staff.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2", - }, + id: "t5", name: "James T.", handle: "@client", testimonial: "The best tailoring in the state. Very friendly staff.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2"}, ]} title="Hear From Our Clients" description="What our customers are saying about our craft." @@ -250,25 +157,13 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "Bring in your item", - content: "Simply bring your garment into our Woodbury location.", - }, + id: "f1", title: "Bring in your item", content: "Simply bring your garment into our Woodbury location."}, { - id: "f2", - title: "Get an estimate", - content: "We review your needs and provide a fast, fair estimate.", - }, + id: "f2", title: "Get an estimate", content: "We review your needs and provide a fast, fair estimate."}, { - id: "f3", - title: "Precision tailoring", - content: "Our experts work to perfect your piece with attention to detail.", - }, + id: "f3", title: "Precision tailoring", content: "Our experts work to perfect your piece with attention to detail."}, { - id: "f4", - title: "Pick up perfect fit", - content: "We'll notify you as soon as your garment is ready to wear.", - }, + id: "f4", title: "Pick up perfect fit", content: "We'll notify you as soon as your garment is ready to wear."}, ]} mediaAnimation="slide-up" title="Simple Process" @@ -282,20 +177,15 @@ export default function LandingPage() {