Merge version_1 into main #2
@@ -30,23 +30,18 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Book Now",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Book Now", id: "contact"},
|
||||
]}
|
||||
brandName="Pampered Pooch"
|
||||
button={{
|
||||
text: "Call Now", href: "tel:+1234567890"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get Started"
|
||||
title="Give your dog the care they deserve"
|
||||
description="Ready to pamper your pooch? Schedule your visit today and experience the difference gentle grooming makes."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book Now", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -181,13 +140,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Pampered Pooch"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "© 2024 Pampered Pooch",
|
||||
href: "#",
|
||||
}}
|
||||
text: "© 2024 Pampered Pooch", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user