diff --git a/src/app/page.tsx b/src/app/page.tsx
index 44098db..082df81 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,63 +45,28 @@ export default function LandingPage() {
@@ -118,9 +75,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Commitment to Quality"
description={[
- "Serving the South Orange community for years, Custom Care Cleaners is dedicated to providing superior garment cleaning and exceptional customer service.",
- "We treat your garments with the utmost care, ensuring professional results every time you visit.",
- ]}
+ "Serving the South Orange community from our location at 5 Vose Ave, Custom Care Cleaners is dedicated to providing superior garment cleaning and exceptional customer service.", "We treat your garments with the utmost care, ensuring professional results every time you visit. Questions? Call us at +19736739809."]}
/>
@@ -131,22 +86,13 @@ export default function LandingPage() {
features={[
{
id: 1,
- title: "Eco-Friendly Dry Cleaning",
- description: "Gentle, non-toxic cleaning methods that protect your fabrics and the environment.",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-say-no-fast-fashion_23-2149669582.jpg",
- },
+ title: "Eco-Friendly Dry Cleaning", description: "Gentle, non-toxic cleaning methods that protect your fabrics and the environment.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-say-no-fast-fashion_23-2149669582.jpg"},
{
id: 2,
- title: "Expert Shirt Laundry",
- description: "Professional washing and pressing for business and formal shirts.",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-classic-shirts-hanger_23-2150828585.jpg",
- },
+ title: "Expert Shirt Laundry", description: "Professional washing and pressing for business and formal shirts.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-classic-shirts-hanger_23-2150828585.jpg"},
{
id: 3,
- title: "Delicate Garment Care",
- description: "Specialized attention for wedding dresses, silks, and formal wear.",
- imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184338.jpg",
- },
+ title: "Delicate Garment Care", description: "Specialized attention for wedding dresses, silks, and formal wear.", imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184338.jpg"},
]}
title="Comprehensive Cleaning Services"
description="We provide a range of specialized services tailored to your needs."
@@ -161,45 +107,14 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Alice M.",
- role: "Resident",
- company: "South Orange",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-man-looking-jacket-clothes-shop_23-2147968357.jpg?_wi=1",
- },
+ id: "1", name: "Alice M.", role: "Resident", company: "South Orange", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-man-looking-jacket-clothes-shop_23-2147968357.jpg?_wi=1"},
{
- id: "2",
- name: "Brian K.",
- role: "Local Business Owner",
- company: "South Orange",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/staying-touch-all-time_329181-15201.jpg",
- },
+ id: "2", name: "Brian K.", role: "Local Business Owner", company: "South Orange", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/staying-touch-all-time_329181-15201.jpg"},
{
- id: "3",
- name: "Clara T.",
- role: "Customer",
- company: "South Orange",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/wardrobe-renovation-winter_23-2149183938.jpg",
- },
- {
- id: "4",
- name: "David W.",
- role: "Resident",
- company: "South Orange",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-man-wheelchair-suggesting-clothes-his-friend_482257-118187.jpg",
- },
- {
- id: "5",
- name: "Elena R.",
- role: "Fashion Enthusiast",
- company: "South Orange",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-man-looking-jacket-clothes-shop_23-2147968357.jpg?_wi=2",
- },
+ id: "3", name: "Clara T.", role: "Customer", company: "South Orange", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/wardrobe-renovation-winter_23-2149183938.jpg"},
]}
title="Loved by the Community"
description="Don't just take our word for it—see what our neighbors in South Orange have to say."
@@ -212,20 +127,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "Where are you located?",
- content: "We are located at 5 Vose Ave, South Orange Village, NJ 07079.",
- },
+ id: "1", title: "Where are you located?", content: "We are located at 5 Vose Ave, South Orange Village, NJ 07079."},
{
- id: "2",
- title: "Do you offer same-day cleaning?",
- content: "Please contact us for our current turnaround times and rush service availability.",
- },
+ id: "2", title: "How can I contact you?", content: "You can reach us by phone at +19736739809."},
{
- id: "3",
- title: "Are you open on weekends?",
- content: "Our regular operating hours are posted on our storefront, or call us for specific daily schedules.",
- },
+ id: "3", title: "Do you offer same-day cleaning?", content: "Please contact us at +19736739809 for our current turnaround times."},
]}
title="Common Questions"
description="Have questions about our process? We're here to help."
@@ -237,19 +143,18 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file