Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d31051266 | |||
| 22fcc77dd3 |
187
src/app/page.tsx
187
src/app/page.tsx
@@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
|
||||
@@ -26,24 +26,12 @@ export default function LandingPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#home" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Carolina Comfort Pet Sitting"
|
||||
/>
|
||||
@@ -55,70 +43,33 @@ export default function LandingPage() {
|
||||
description="Providing peace of mind with professional, compassionate pet care in the comfort of your home. Trusted by your furry family members in Sumter, SC."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@SumterPetMom",
|
||||
testimonial: "My cats absolutely love her and she treats them so well. Such a relief to find someone so reliable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-adorable-pretty-girl-with-facial-piercing-posing-with-her-four-legged-best-friend-cheerful-happy-young-female-with-dyed-hair-embracing-sphynx-cat-with-no-fur-coat_343059-4792.jpg?_wi=1",
|
||||
},
|
||||
name: "Sarah J.", handle: "@SumterPetMom", testimonial: "My cats absolutely love her and she treats them so well. Such a relief to find someone so reliable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-adorable-pretty-girl-with-facial-piercing-posing-with-her-four-legged-best-friend-cheerful-happy-young-female-with-dyed-hair-embracing-sphynx-cat-with-no-fur-coat_343059-4792.jpg?_wi=1"},
|
||||
{
|
||||
name: "Mike D.",
|
||||
handle: "@LocalPetOwner",
|
||||
testimonial: "Her communication is on point! Always sends updates and photos of my pup. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-grey-t-shirt-holding-grey-cat-with-smile-yellow-wall-man-expression-emotion-color-model_140725-26491.jpg?_wi=1",
|
||||
},
|
||||
name: "Mike D.", handle: "@LocalPetOwner", testimonial: "Her communication is on point! Always sends updates and photos of my pup. Highly recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-grey-t-shirt-holding-grey-cat-with-smile-yellow-wall-man-expression-emotion-color-model_140725-26491.jpg?_wi=1"},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@DogLoverSC",
|
||||
testimonial: "The best pet sitter we've ever had. Kind, professional, and our dogs are always so happy when we return.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-couple-with-cute-dog_23-2149614017.jpg?_wi=1",
|
||||
},
|
||||
name: "Emily R.", handle: "@DogLoverSC", testimonial: "The best pet sitter we've ever had. Kind, professional, and our dogs are always so happy when we return.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-couple-with-cute-dog_23-2149614017.jpg?_wi=1"},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@SumterLiving",
|
||||
testimonial: "Exceptional care. You can really tell she loves animals. My pets are in great hands every time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-woman-white-sweater-with-white-cat_1157-45985.jpg?_wi=1",
|
||||
},
|
||||
name: "David K.", handle: "@SumterLiving", testimonial: "Exceptional care. You can really tell she loves animals. My pets are in great hands every time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-woman-white-sweater-with-white-cat_1157-45985.jpg?_wi=1"},
|
||||
{
|
||||
name: "Jessica B.",
|
||||
handle: "@CatMomSC",
|
||||
testimonial: "Fantastic service. Our home and pets are always well-cared for. Won't use anyone else!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-doing-sport-with-dog-indoors_23-2150624900.jpg?_wi=1",
|
||||
},
|
||||
name: "Jessica B.", handle: "@CatMomSC", testimonial: "Fantastic service. Our home and pets are always well-cared for. Won't use anyone else!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-doing-sport-with-dog-indoors_23-2150624900.jpg?_wi=1"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Consultation", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/weekends-free-time-amazing-pretty-young-woman-with-brunette-cut-curly-hair-smiling-orange-couch-living-room-chilling-with-dog-reading-magazine-home_197531-2209.jpg"
|
||||
imageAlt="Professional pet sitter caring for animals"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-adorable-pretty-girl-with-facial-piercing-posing-with-her-four-legged-best-friend-cheerful-happy-young-female-with-dyed-hair-embracing-sphynx-cat-with-no-fur-coat_343059-4792.jpg",
|
||||
alt: "Sarah J.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-male-grey-t-shirt-holding-grey-cat-with-smile-yellow-wall-man-expression-emotion-color-model_140725-26491.jpg",
|
||||
alt: "Mike D.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-old-couple-with-cute-dog_23-2149614017.jpg",
|
||||
alt: "Emily R.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-woman-white-sweater-with-white-cat_1157-45985.jpg",
|
||||
alt: "David K.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-doing-sport-with-dog-indoors_23-2150624900.jpg",
|
||||
alt: "Jessica B.",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-adorable-pretty-girl-with-facial-piercing-posing-with-her-four-legged-best-friend-cheerful-happy-young-female-with-dyed-hair-embracing-sphynx-cat-with-no-fur-coat_343059-4792.jpg", alt: "Sarah J." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-young-male-grey-t-shirt-holding-grey-cat-with-smile-yellow-wall-man-expression-emotion-color-model_140725-26491.jpg", alt: "Mike D." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-old-couple-with-cute-dog_23-2149614017.jpg", alt: "Emily R." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-woman-white-sweater-with-white-cat_1157-45985.jpg", alt: "David K." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-doing-sport-with-dog-indoors_23-2150624900.jpg", alt: "Jessica B." },
|
||||
]}
|
||||
avatarText="Trusted by 500+ local pet parents"
|
||||
/>
|
||||
@@ -130,9 +81,7 @@ export default function LandingPage() {
|
||||
title="Professional Pet Care You Can Trust"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Services",
|
||||
href: "#features",
|
||||
},
|
||||
text: "View Our Services", href: "#features"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -143,20 +92,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "In-Home Pet Sitting",
|
||||
description: "Keep your pets in their familiar environment for reduced stress and maximum comfort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-person-spendng-tim-with-their-pets_23-2149486393.jpg",
|
||||
},
|
||||
title: "In-Home Pet Sitting", description: "Keep your pets in their familiar environment for reduced stress and maximum comfort.", imageSrc: "http://img.b2bpic.net/free-photo/elderly-person-spendng-tim-with-their-pets_23-2149486393.jpg"},
|
||||
{
|
||||
title: "Daily Dog Walking",
|
||||
description: "Structured exercise routines to keep your pup happy, healthy, and energized.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pet-cat-lifestyle-portraits_23-2149169901.jpg",
|
||||
},
|
||||
title: "Daily Dog Walking", description: "Structured exercise routines to keep your pup happy, healthy, and energized.", imageSrc: "http://img.b2bpic.net/free-photo/pet-cat-lifestyle-portraits_23-2149169901.jpg"},
|
||||
{
|
||||
title: "Daily Updates & Photos",
|
||||
description: "Stay connected with your furry friends through regular text and photo updates.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-person-with-their-pet-dog_23-2149429293.jpg",
|
||||
},
|
||||
title: "Daily Updates & Photos", description: "Stay connected with your furry friends through regular text and photo updates.", imageSrc: "http://img.b2bpic.net/free-photo/old-person-with-their-pet-dog_23-2149429293.jpg"},
|
||||
]}
|
||||
title="Our Care Services"
|
||||
description="We offer a wide range of services to ensure your pets feel right at home while you're away."
|
||||
@@ -169,45 +109,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Excellent Service",
|
||||
quote: "My cats absolutely love her and she treats them so well.",
|
||||
name: "Sarah J.",
|
||||
role: "Pet Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-adorable-pretty-girl-with-facial-piercing-posing-with-her-four-legged-best-friend-cheerful-happy-young-female-with-dyed-hair-embracing-sphynx-cat-with-no-fur-coat_343059-4792.jpg?_wi=2",
|
||||
},
|
||||
id: "t1", title: "Excellent Service", quote: "My cats absolutely love her and she treats them so well.", name: "Sarah J.", role: "Pet Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-adorable-pretty-girl-with-facial-piercing-posing-with-her-four-legged-best-friend-cheerful-happy-young-female-with-dyed-hair-embracing-sphynx-cat-with-no-fur-coat_343059-4792.jpg?_wi=2"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Reliable & Caring",
|
||||
quote: "Her communication is on point! Always sends updates and photos.",
|
||||
name: "Mike D.",
|
||||
role: "Pet Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-grey-t-shirt-holding-grey-cat-with-smile-yellow-wall-man-expression-emotion-color-model_140725-26491.jpg?_wi=2",
|
||||
},
|
||||
id: "t2", title: "Reliable & Caring", quote: "Her communication is on point! Always sends updates and photos.", name: "Mike D.", role: "Pet Owner", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-grey-t-shirt-holding-grey-cat-with-smile-yellow-wall-man-expression-emotion-color-model_140725-26491.jpg?_wi=2"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Highly Recommended",
|
||||
quote: "The best pet sitter we've ever had. Kind and professional.",
|
||||
name: "Emily R.",
|
||||
role: "Pet Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-couple-with-cute-dog_23-2149614017.jpg?_wi=2",
|
||||
},
|
||||
id: "t3", title: "Highly Recommended", quote: "The best pet sitter we've ever had. Kind and professional.", name: "Emily R.", role: "Pet Owner", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-couple-with-cute-dog_23-2149614017.jpg?_wi=2"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Great Experience",
|
||||
quote: "Exceptional care. You can really tell she loves animals.",
|
||||
name: "David K.",
|
||||
role: "Pet Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-woman-white-sweater-with-white-cat_1157-45985.jpg?_wi=2",
|
||||
},
|
||||
id: "t4", title: "Great Experience", quote: "Exceptional care. You can really tell she loves animals.", name: "David K.", role: "Pet Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-woman-white-sweater-with-white-cat_1157-45985.jpg?_wi=2"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Peace of Mind",
|
||||
quote: "Fantastic service. Won't use anyone else!",
|
||||
name: "Jessica B.",
|
||||
role: "Pet Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-doing-sport-with-dog-indoors_23-2150624900.jpg?_wi=2",
|
||||
},
|
||||
id: "t5", title: "Peace of Mind", quote: "Fantastic service. Won't use anyone else!", name: "Jessica B.", role: "Pet Owner", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-doing-sport-with-dog-indoors_23-2150624900.jpg?_wi=2"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Don't just take our word for it—see what our community of pet parents has to say."
|
||||
@@ -217,17 +127,13 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in touch"
|
||||
title="Ready to book your pet care?"
|
||||
description="Contact Carolina Comfort Pet Sitting today to schedule a meet and greet or discuss your pet care needs in Sumter."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: +1 803-840-3443",
|
||||
href: "tel:+18038403443",
|
||||
},
|
||||
text: "Call Now: +1 803-840-3443", href: "tel:+18038403443"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -237,30 +143,15 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -270,4 +161,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user