|
|
|
|
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
<NavbarLayoutFloatingOverlay
|
|
|
|
|
navItems={[
|
|
|
|
|
{
|
|
|
|
|
name: "Home",
|
|
|
|
|
id: "home",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "About",
|
|
|
|
|
id: "about",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Services",
|
|
|
|
|
id: "services",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Contact",
|
|
|
|
|
id: "contact",
|
|
|
|
|
},
|
|
|
|
|
{ name: "Home", id: "home" },
|
|
|
|
|
{ name: "About", id: "about" },
|
|
|
|
|
{ name: "Services", id: "services" },
|
|
|
|
|
{ name: "Contact", id: "contact" },
|
|
|
|
|
]}
|
|
|
|
|
brandName="All American Pet"
|
|
|
|
|
/>
|
|
|
|
|
@@ -53,20 +41,12 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="home" data-section="home">
|
|
|
|
|
<HeroLogoBillboard
|
|
|
|
|
background={{
|
|
|
|
|
variant: "sparkles-gradient",
|
|
|
|
|
}}
|
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
logoText="All American Pet"
|
|
|
|
|
description="Premium dog grooming with a personal touch. We keep your furry friends happy, clean, and healthy in a friendly environment."
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Book Now",
|
|
|
|
|
href: "#contact",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
text: "Our Services",
|
|
|
|
|
href: "#services",
|
|
|
|
|
},
|
|
|
|
|
{ text: "Book Now", href: "#contact" },
|
|
|
|
|
{ text: "Our Services", href: "#services" },
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-from-laughing-girl-enjoying-morning-balcony-with-funny-pet-lovely-young-lady-good-mood-playing-with-beagle-dog-while-resting-after-dinner-terrace_197531-4839.jpg"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
@@ -80,18 +60,9 @@ export default function LandingPage() {
|
|
|
|
|
title="A Grooming Experience Like No Other"
|
|
|
|
|
description="At All American Pet, we believe every dog deserves to look and feel their best. Our team of experienced groomers provides compassionate, high-quality care that keeps tails wagging and owners smiling."
|
|
|
|
|
bulletPoints={[
|
|
|
|
|
{
|
|
|
|
|
title: "Experienced Groomers",
|
|
|
|
|
description: "Years of experience handling dogs of all breeds and temperaments.",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Gentle Approach",
|
|
|
|
|
description: "Focusing on low-stress techniques that prioritize your pet's comfort.",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Premium Products",
|
|
|
|
|
description: "Using only high-quality, eco-friendly grooming shampoos and conditioners.",
|
|
|
|
|
},
|
|
|
|
|
{ title: "Experienced Groomers", description: "Years of experience handling dogs of all breeds and temperaments." },
|
|
|
|
|
{ title: "Gentle Approach", description: "Focusing on low-stress techniques that prioritize your pet's comfort." },
|
|
|
|
|
{ title: "Premium Products", description: "Using only high-quality, eco-friendly grooming shampoos and conditioners." },
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/cute-bulldog-lifestyle_23-2151765757.jpg"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
@@ -104,41 +75,9 @@ export default function LandingPage() {
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
plans={[
|
|
|
|
|
{
|
|
|
|
|
id: "bath",
|
|
|
|
|
badge: "Essential",
|
|
|
|
|
price: "$45",
|
|
|
|
|
subtitle: "Bath & Brush",
|
|
|
|
|
features: [
|
|
|
|
|
"Warm bubble bath",
|
|
|
|
|
"Blow dry",
|
|
|
|
|
"Brush out",
|
|
|
|
|
"Nail trim",
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "groom",
|
|
|
|
|
badge: "Popular",
|
|
|
|
|
price: "$75",
|
|
|
|
|
subtitle: "Full Groom",
|
|
|
|
|
features: [
|
|
|
|
|
"Everything in bath",
|
|
|
|
|
"Haircut & styling",
|
|
|
|
|
"Ear cleaning",
|
|
|
|
|
"Sanitary trim",
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "mini",
|
|
|
|
|
badge: "Quick",
|
|
|
|
|
price: "$25",
|
|
|
|
|
subtitle: "Nail Trim",
|
|
|
|
|
features: [
|
|
|
|
|
"Nail clipping",
|
|
|
|
|
"Grinding smooth",
|
|
|
|
|
"Paw pad check",
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{ id: "bath", badge: "Essential", price: "$45", subtitle: "Bath & Brush", features: ["Warm bubble bath", "Blow dry", "Brush out", "Nail trim"] },
|
|
|
|
|
{ id: "groom", badge: "Popular", price: "$75", subtitle: "Full Groom", features: ["Everything in bath", "Haircut & styling", "Ear cleaning", "Sanitary trim"] },
|
|
|
|
|
{ id: "mini", badge: "Quick", price: "$25", subtitle: "Nail Trim", features: ["Nail clipping", "Grinding smooth", "Paw pad check"] },
|
|
|
|
|
]}
|
|
|
|
|
title="Grooming Services & Pricing"
|
|
|
|
|
description="Affordable packages tailored for every breed and size."
|
|
|
|
|
@@ -152,24 +91,9 @@ export default function LandingPage() {
|
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
members={[
|
|
|
|
|
{
|
|
|
|
|
id: "m1",
|
|
|
|
|
name: "Sarah J.",
|
|
|
|
|
role: "Head Groomer",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-woman-with-dog_23-2148928956.jpg",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "m2",
|
|
|
|
|
name: "Michael R.",
|
|
|
|
|
role: "Senior Groomer",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/sports-couple-training-summer-forest_1157-35254.jpg",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "m3",
|
|
|
|
|
name: "Emily P.",
|
|
|
|
|
role: "Bath Specialist",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-hugging-her-bulldog-beach-sunset-light-summer-vacation-stylish-girl-with-funny-dog-resting-hugging-having-fun-cute-moments_273443-2582.jpg",
|
|
|
|
|
},
|
|
|
|
|
{ id: "m1", name: "Sarah J.", role: "Head Groomer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-woman-with-dog_23-2148928956.jpg" },
|
|
|
|
|
{ id: "m2", name: "Michael R.", role: "Senior Groomer", imageSrc: "http://img.b2bpic.net/free-photo/sports-couple-training-summer-forest_1157-35254.jpg" },
|
|
|
|
|
{ id: "m3", name: "Emily P.", role: "Bath Specialist", imageSrc: "http://img.b2bpic.net/free-photo/woman-hugging-her-bulldog-beach-sunset-light-summer-vacation-stylish-girl-with-funny-dog-resting-hugging-having-fun-cute-moments_273443-2582.jpg" },
|
|
|
|
|
]}
|
|
|
|
|
title="Meet Our Dedicated Team"
|
|
|
|
|
description="Your pets are in the best hands with our certified grooming team."
|
|
|
|
|
@@ -182,41 +106,11 @@ export default function LandingPage() {
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "t1",
|
|
|
|
|
name: "Alex B.",
|
|
|
|
|
handle: "@alexb",
|
|
|
|
|
testimonial: "Best grooming in town! My dog loves coming here.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-girl-walking-playing-with-beagle-dog-park_176420-6443.jpg",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "t2",
|
|
|
|
|
name: "Jordan M.",
|
|
|
|
|
handle: "@jordanm",
|
|
|
|
|
testimonial: "Very professional and friendly staff. Highly recommend.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-walking-their-french-bulldogs-park_1303-17965.jpg",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "t3",
|
|
|
|
|
name: "Casey T.",
|
|
|
|
|
handle: "@caseyt",
|
|
|
|
|
testimonial: "Affordable and great results every single time.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-lovely-black-haired-lady-looking-with-smile-funny-puppy-while-sitting-balcony-stunning-girl-bathrobe-wears-bracelet-wristwatch-playing-with-beagle-dog_197531-4838.jpg",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "t4",
|
|
|
|
|
name: "Morgan D.",
|
|
|
|
|
handle: "@morgand",
|
|
|
|
|
testimonial: "The only place I trust with my senior dog's grooming.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-her-dog_23-2148351277.jpg",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "t5",
|
|
|
|
|
name: "Riley H.",
|
|
|
|
|
handle: "@rileyh",
|
|
|
|
|
testimonial: "Quick, easy, and my dog smells amazing!",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/image-cheerful-young-man-rejoicing-looking-cute-black-dog-pug-smiling-standing-white_1258-161409.jpg",
|
|
|
|
|
},
|
|
|
|
|
{ id: "t1", name: "Alex B.", handle: "@alexb", testimonial: "Best grooming in town! My dog loves coming here.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-girl-walking-playing-with-beagle-dog-park_176420-6443.jpg" },
|
|
|
|
|
{ id: "t2", name: "Jordan M.", handle: "@jordanm", testimonial: "Very professional and friendly staff. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-walking-their-french-bulldogs-park_1303-17965.jpg" },
|
|
|
|
|
{ id: "t3", name: "Casey T.", handle: "@caseyt", testimonial: "Affordable and great results every single time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-lovely-black-haired-lady-looking-with-smile-funny-puppy-while-sitting-balcony-stunning-girl-bathrobe-wears-bracelet-wristwatch-playing-with-beagle-dog_197531-4838.jpg" },
|
|
|
|
|
{ id: "t4", name: "Morgan D.", handle: "@morgand", testimonial: "The only place I trust with my senior dog's grooming.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-her-dog_23-2148351277.jpg" },
|
|
|
|
|
{ id: "t5", name: "Riley H.", handle: "@rileyh", testimonial: "Quick, easy, and my dog smells amazing!", imageSrc: "http://img.b2bpic.net/free-photo/image-cheerful-young-man-rejoicing-looking-cute-black-dog-pug-smiling-standing-white_1258-161409.jpg" },
|
|
|
|
|
]}
|
|
|
|
|
title="Happy Pets & Happy Owners"
|
|
|
|
|
description="Don't just take our word for it — hear what our community says."
|
|
|
|
|
@@ -228,21 +122,9 @@ export default function LandingPage() {
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "f1",
|
|
|
|
|
title: "Do I need an appointment?",
|
|
|
|
|
content: "Yes, we work primarily by appointment to ensure your pet gets our full attention.",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "f2",
|
|
|
|
|
title: "How long does grooming take?",
|
|
|
|
|
content: "Usually 2-4 hours depending on the size and service needed.",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "f3",
|
|
|
|
|
title: "Are vaccinations required?",
|
|
|
|
|
content: "Proof of rabies vaccination is mandatory for the safety of all pets.",
|
|
|
|
|
},
|
|
|
|
|
{ id: "f1", title: "Do I need an appointment?", content: "Yes, we work primarily by appointment to ensure your pet gets our full attention." },
|
|
|
|
|
{ id: "f2", title: "How long does grooming take?", content: "Usually 2-4 hours depending on the size and service needed." },
|
|
|
|
|
{ id: "f3", title: "Are vaccinations required?", content: "Proof of rabies vaccination is mandatory for the safety of all pets." },
|
|
|
|
|
]}
|
|
|
|
|
title="Frequently Asked Questions"
|
|
|
|
|
description="Got questions? We've got answers to help prepare your pet for their appointment."
|
|
|
|
|
@@ -253,16 +135,9 @@ export default function LandingPage() {
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactText
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
background={{
|
|
|
|
|
variant: "sparkles-gradient",
|
|
|
|
|
}}
|
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
text="Ready for your pet's spa day? We're located at 123 Main St. Give us a call or book your appointment online."
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Book Now",
|
|
|
|
|
href: "https://allamericanpet.com/booking",
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
buttons={[{ text: "Book Now", href: "https://allamericanpet.com/booking" }]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -271,36 +146,8 @@ export default function LandingPage() {
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/washing-pet-dog-home_23-2149627213.jpg"
|
|
|
|
|
logoText="All American Pet"
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
title: "Navigation",
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
label: "Home",
|
|
|
|
|
href: "#home",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "Services",
|
|
|
|
|
href: "#services",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "About",
|
|
|
|
|
href: "#about",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Contact",
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
label: "123 Main St, USA",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "(555) 012-3456",
|
|
|
|
|
href: "tel:5550123456",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{ title: "Navigation", items: [{ label: "Home", href: "#home" }, { label: "Services", href: "#services" }, { label: "About", href: "#about" }] },
|
|
|
|
|
{ title: "Contact", items: [{ label: "123 Main St, USA", href: "#" }, { label: "(555) 012-3456", href: "tel:5550123456" }] },
|
|
|
|
|
]}
|
|
|
|
|
copyrightText="© 2025 All American Pet. All rights reserved."
|
|
|
|
|
/>
|
|
|
|
|
@@ -308,4 +155,4 @@ export default function LandingPage() {
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|