diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9992f8f..44e0496 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -56,22 +48,17 @@ export default function LandingPage() {
@@ -81,14 +68,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Local Grooming Award",
- "Certified Expert",
- "Anxiety-Free Rated",
- "Breed Specialist",
- "5-Star Service",
- "Verified Safe",
- "Community Choice",
- ]}
+ "Local Grooming Award", "Certified Expert", "Anxiety-Free Rated", "Breed Specialist", "5-Star Service", "Verified Safe", "Community Choice"]}
title="Trusted by Pet Parents"
description="Recognized for gentle care and exceptional grooming standards."
/>
@@ -101,19 +81,13 @@ export default function LandingPage() {
metrics={[
{
icon: Heart,
- label: "Anxiety Care",
- value: "100%",
- },
+ label: "Anxiety Care", value: "100%"},
{
icon: Award,
- label: "Breed Expertise",
- value: "40+",
- },
+ label: "Breed Expertise", value: "40+"},
{
icon: Home,
- label: "Personalized Service",
- value: "Boutique",
- },
+ label: "Personalized Service", value: "Boutique"},
]}
metricsAnimation="slide-up"
/>
@@ -127,23 +101,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Bath & Brush",
- price: "From $60",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-while-her-dog-is-kissing-her-home_637285-4643.jpg?_wi=1",
- },
+ id: "p1", name: "Bath & Brush", price: "From $60", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-while-her-dog-is-kissing-her-home_637285-4643.jpg"},
{
- id: "p2",
- name: "Full Groom",
- price: "From $90",
- imageSrc: "http://img.b2bpic.net/free-photo/adorable-dog-park-nature-with-owner_23-2150407417.jpg?_wi=1",
- },
+ id: "p2", name: "Full Groom", price: "From $90", imageSrc: "http://img.b2bpic.net/free-photo/adorable-dog-park-nature-with-owner_23-2150407417.jpg"},
{
- id: "p3",
- name: "Puppy Package",
- price: "From $50",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-his-dog_23-2147840130.jpg",
- },
+ id: "p3", name: "Puppy Package", price: "From $50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-his-dog_23-2147840130.jpg"},
]}
title="Grooming Packages"
description="Expert services tailored to your pet's unique needs."
@@ -152,53 +114,36 @@ export default function LandingPage() {
@@ -311,42 +211,27 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/earth-tone-floral-wallpaper_53876-94648.jpg"
columns={[
{
- title: "Navigation",
- items: [
+ title: "Navigation", items: [
{
- label: "Services",
- href: "#services",
- },
+ label: "Services", href: "#services"},
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{
- label: "123 Groom St.",
- href: "#",
- },
+ label: "123 Groom St.", href: "#"},
{
- label: "555-0123",
- href: "#",
- },
+ label: "555-0123", href: "#"},
],
},
{
- title: "Hours",
- items: [
+ title: "Hours", items: [
{
- label: "Mon-Fri: 9-5",
- href: "#",
- },
+ label: "Mon-Fri: 9-5", href: "#"},
{
- label: "Sat: 10-2",
- href: "#",
- },
+ label: "Sat: 10-2", href: "#"},
],
},
]}