diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4fa9d9f..986a7a4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,23 +30,18 @@ export default function LandingPage() {
@@ -56,9 +51,7 @@ export default function LandingPage() {
description="Gentle, expert grooming your dog will actually enjoy. Creating stress-free experiences for your best friend."
buttons={[
{
- text: "Book Appointment",
- href: "#contact",
- },
+ text: "Book Appointment", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-lovely-dog-woman_23-2148777170.jpg"
showDimOverlay={true}
@@ -87,19 +80,13 @@ export default function LandingPage() {
features={[
{
icon: Scissors,
- title: "Full Groom",
- description: "Complete wash, haircut, and styling tailored to your dog's breed and lifestyle.",
- },
+ title: "Full Groom", description: "Complete wash, haircut, and styling tailored to your dog's breed and lifestyle."},
{
icon: Droplets,
- title: "Wash & Dry",
- description: "Thorough cleaning, de-shedding, and conditioning for a healthier, shinier coat.",
- },
+ title: "Wash & Dry", description: "Thorough cleaning, de-shedding, and conditioning for a healthier, shinier coat."},
{
icon: Star,
- title: "Nail Trim & Paw Care",
- description: "Professional nail trimming, filing, and paw pad maintenance for comfort.",
- },
+ title: "Nail Trim & Paw Care", description: "Professional nail trimming, filing, and paw pad maintenance for comfort."},
]}
title="Grooming Services"
description="Tailored packages designed to meet your dog's unique needs and coat health."
@@ -114,45 +101,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- role: "Owner",
- company: "Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/this-is-day-with-my-little-puppies_329181-11563.jpg?_wi=1",
- },
+ id: "1", name: "Sarah J.", role: "Owner", company: "Client", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/this-is-day-with-my-little-puppies_329181-11563.jpg"},
{
- id: "2",
- name: "Michael K.",
- role: "Owner",
- company: "Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-yorkshire-terrier_329181-10904.jpg",
- },
+ id: "2", name: "Michael K.", role: "Owner", company: "Client", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-yorkshire-terrier_329181-10904.jpg"},
{
- id: "3",
- name: "Emily D.",
- role: "Owner",
- company: "Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-curly-european-tanned-woman-holds-happy-pet-dog-pomeranian-spitz_343596-1485.jpg",
- },
+ id: "3", name: "Emily D.", role: "Owner", company: "Client", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-curly-european-tanned-woman-holds-happy-pet-dog-pomeranian-spitz_343596-1485.jpg"},
{
- id: "4",
- name: "David L.",
- role: "Owner",
- company: "Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-summer-park-with-dog_1157-22839.jpg",
- },
+ id: "4", name: "David L.", role: "Owner", company: "Client", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-summer-park-with-dog_1157-22839.jpg"},
{
- id: "5",
- name: "Jessica M.",
- role: "Owner",
- company: "Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/this-is-day-with-my-little-puppies_329181-11563.jpg?_wi=2",
- },
+ id: "5", name: "Jessica M.", role: "Owner", company: "Client", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/this-is-day-with-my-little-puppies_329181-11563.jpg"},
]}
title="What Our Owners Say"
description="Trusted by loyal clients for over 14 years."
@@ -163,16 +125,13 @@ export default function LandingPage() {
@@ -181,13 +140,9 @@ export default function LandingPage() {