Merge version_1 into main #2
216
src/app/page.tsx
216
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Sparkles, Shield, Award } from 'lucide-react';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
@@ -30,24 +31,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Lories Pet Palace"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -56,16 +46,10 @@ export default function LandingPage() {
|
||||
logoText="Lories Pet Palace"
|
||||
description="Where Every Dog Is Treated Like Royalty. Over 20 years of expert grooming in Clovis for all breeds, sizes, and temperaments—including the anxious and difficult dogs others turn away."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book an Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "See Services",
|
||||
href: "#services",
|
||||
},
|
||||
{ text: "Book an Appointment", href: "#contact" },
|
||||
{ text: "See Services", href: "#services" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-pet-grooming-business-card-template_23-2150037912.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-pet-grooming-business-card-template_23-2150037912.jpg"
|
||||
imageAlt="Luxury dog grooming at Lories Pet Palace"
|
||||
/>
|
||||
</div>
|
||||
@@ -74,19 +58,9 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "20 Years of ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-with-her-beautiful-dog_1157-36168.jpg",
|
||||
alt: "Lories Pet Palace Grooming",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " Dedicated Care",
|
||||
},
|
||||
{ type: "text", content: "20 Years of " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/portrait-woman-with-her-beautiful-dog_1157-36168.jpg", alt: "Lories Pet Palace Grooming" },
|
||||
{ type: "text", content: " Dedicated Care" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,26 +71,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Boutique Grooming",
|
||||
description: "Tailored styling for all breeds in a low-stress, calm environment.",
|
||||
buttonIcon: "Sparkles",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-pet-grooming-business-card-template_23-2150037912.jpg?_wi=2",
|
||||
imageAlt: "luxury dog grooming studio interior",
|
||||
},
|
||||
title: "Boutique Grooming", description: "Tailored styling for all breeds in a low-stress, calm environment.", buttonIcon: Sparkles,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-pet-grooming-business-card-template_23-2150037912.jpg", imageAlt: "luxury dog grooming studio interior"},
|
||||
{
|
||||
title: "Anxious Pet Specialists",
|
||||
description: "Patient, one-on-one attention for senior dogs and those with past trauma.",
|
||||
buttonIcon: "Shield",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-her-beautiful-dog_1157-36168.jpg",
|
||||
imageAlt: "experienced pet groomer smiling",
|
||||
},
|
||||
title: "Anxious Pet Specialists", description: "Patient, one-on-one attention for senior dogs and those with past trauma.", buttonIcon: Shield,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-her-beautiful-dog_1157-36168.jpg", imageAlt: "experienced pet groomer smiling"},
|
||||
{
|
||||
title: "Precision Care",
|
||||
description: "Expert hands that handle difficult temperaments with kindness and skill.",
|
||||
buttonIcon: "Award",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-brushing-dog_23-2149652656.jpg",
|
||||
imageAlt: "calm dog being groomed gently",
|
||||
},
|
||||
title: "Precision Care", description: "Expert hands that handle difficult temperaments with kindness and skill.", buttonIcon: Award,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-brushing-dog_23-2149652656.jpg", imageAlt: "calm dog being groomed gently"},
|
||||
]}
|
||||
title="Specialized Grooming Services"
|
||||
description="We specialize in personalized care for every temperament, ensuring even the most anxious pets feel safe and comfortable in our boutique setting."
|
||||
@@ -130,55 +92,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Essential",
|
||||
price: "$65+",
|
||||
subtitle: "Bath, Brush & Trim",
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Luxury Bath",
|
||||
"Nail Trim",
|
||||
"Ear Cleaning",
|
||||
],
|
||||
id: "p1", badge: "Essential", price: "$65+", subtitle: "Bath, Brush & Trim", buttons: [{ text: "Book Now", href: "#contact" }],
|
||||
features: ["Luxury Bath", "Nail Trim", "Ear Cleaning"],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Complete",
|
||||
price: "$95+",
|
||||
subtitle: "Full Grooming Package",
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Full Groom",
|
||||
"Deep Conditioner",
|
||||
"Teeth Brushing",
|
||||
],
|
||||
id: "p2", badge: "Complete", price: "$95+", subtitle: "Full Grooming Package", buttons: [{ text: "Book Now", href: "#contact" }],
|
||||
features: ["Full Groom", "Deep Conditioner", "Teeth Brushing"],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
badge: "Royal",
|
||||
price: "$125+",
|
||||
subtitle: "Deluxe Wellness Spa",
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Royal Treatment",
|
||||
"Senior Care",
|
||||
"Medicated Soaks",
|
||||
],
|
||||
id: "p3", badge: "Royal", price: "$125+", subtitle: "Deluxe Wellness Spa", buttons: [{ text: "Book Now", href: "#contact" }],
|
||||
features: ["Royal Treatment", "Senior Care", "Medicated Soaks"],
|
||||
},
|
||||
]}
|
||||
title="Transparent & Fair Pricing"
|
||||
@@ -190,31 +113,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-young-happy-business-people-with-dog-having-fun-while-taking-selfie-office_637285-1218.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-enjoying-nature-with-best-friend_23-2148576900.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lovely-dog-woman_23-2148777172.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-her-dog_23-2148454620.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jennifer K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-young-happy-business-people-with-dog-having-fun-while-taking-selfie-office_637285-1218.jpg?_wi=2",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/team-young-happy-business-people-with-dog-having-fun-while-taking-selfie-office_637285-1218.jpg" },
|
||||
{ id: "2", name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-enjoying-nature-with-best-friend_23-2148576900.jpg" },
|
||||
{ id: "3", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lovely-dog-woman_23-2148777172.jpg" },
|
||||
{ id: "4", name: "David L.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-her-dog_23-2148454620.jpg" },
|
||||
{ id: "5", name: "Jennifer K.", imageSrc: "http://img.b2bpic.net/free-photo/team-young-happy-business-people-with-dog-having-fun-while-taking-selfie-office_637285-1218.jpg" },
|
||||
]}
|
||||
cardTitle="What Pet Parents Say"
|
||||
cardTag="Trusted by Clovis"
|
||||
@@ -227,21 +130,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you accept anxious dogs?",
|
||||
content: "Yes, we specialize in anxious and behaviorally challenging dogs with our calm-first approach.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How do I book an appointment?",
|
||||
content: "You can call us directly or click the booking link in the contact section.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What breeds do you groom?",
|
||||
content: "We groom all breeds and sizes, from tiny toy dogs to large breeds.",
|
||||
},
|
||||
{ id: "q1", title: "Do you accept anxious dogs?", content: "Yes, we specialize in anxious and behaviorally challenging dogs with our calm-first approach." },
|
||||
{ id: "q2", title: "How do I book an appointment?", content: "You can call us directly or click the booking link in the contact section." },
|
||||
{ id: "q3", title: "What breeds do you groom?", content: "We groom all breeds and sizes, from tiny toy dogs to large breeds." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers about our process, care, and how we welcome your furry friends."
|
||||
@@ -252,9 +143,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Ready to Visit?"
|
||||
title="Call to Book Your Royal Appointment"
|
||||
description="Our Clovis team is ready to welcome your pet with the royalty they deserve. Call us today for the personalized care your dog needs."
|
||||
@@ -267,42 +156,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#services" }] },
|
||||
{ items: [{ label: "Pricing", href: "#pricing" }, { label: "Contact", href: "#contact" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
logoText="Lories Pet Palace"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user