diff --git a/src/app/page.tsx b/src/app/page.tsx
index 10d374d..11cafc9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import FooterBase from '@/components/sections/footer/FooterBase';
-import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
+import HeroSplit from '@/components/sections/hero/HeroSplit';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -32,102 +32,30 @@ export default function LandingPage() {
-
@@ -136,14 +64,9 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
- type: "text",
- content: "Serving Memphis with Heart",
- },
+ type: "text", content: "Serving Memphis with Heart"},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-posing-with-dog_23-2148861609.jpg",
- alt: "Staff",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-posing-with-dog_23-2148861609.jpg", alt: "Staff"},
]}
/>
@@ -156,19 +79,13 @@ export default function LandingPage() {
features={[
{
icon: Scissors,
- title: "Grooming",
- description: "Full-service grooming starting at $20.",
- },
+ title: "Grooming", description: "Full-service grooming starting at $20."},
{
icon: Home,
- title: "Boarding",
- description: "Safe, cozy boarding services for your pet.",
- },
+ title: "Boarding", description: "Safe, cozy boarding services for your pet."},
{
icon: Sparkles,
- title: "Spa Treatment",
- description: "Extra pampering for the royal treatment.",
- },
+ title: "Spa Treatment", description: "Extra pampering for the royal treatment."},
]}
title="Our Royal Services"
description="Affordable care for your beloved pets."
@@ -182,28 +99,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "weekday",
- value: "Mon-Fri",
- title: "Weekdays",
- items: [
- "8 AM – 6 PM (Tue/Wed open 9 AM)",
- ],
+ id: "weekday", value: "Mon-Fri", title: "Weekdays", items: [
+ "8 AM – 6 PM (Tue/Wed open 9 AM)"],
},
{
- id: "saturday",
- value: "Sat",
- title: "Saturdays",
- items: [
- "8 AM – 6 PM",
- ],
+ id: "saturday", value: "Sat", title: "Saturdays", items: [
+ "8 AM – 6 PM"],
},
{
- id: "sunday",
- value: "Sun",
- title: "Sundays",
- items: [
- "9 AM – 6 PM",
- ],
+ id: "sunday", value: "Sun", title: "Sundays", items: [
+ "9 AM – 6 PM"],
},
]}
title="Our Hours"
@@ -218,40 +123,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah Miller",
- role: "Pet Owner",
- testimonial: "Best service ever!",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-couch-with-tablet-dog_23-2148861616.jpg?_wi=2",
- },
+ id: "1", name: "Sarah Miller", role: "Pet Owner", testimonial: "Best service ever!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-couch-with-tablet-dog_23-2148861616.jpg?_wi=2"},
{
- id: "2",
- name: "John Doe",
- role: "Pet Owner",
- testimonial: "Very professional.",
- imageSrc: "http://img.b2bpic.net/free-photo/positive-pet-owner-smiles-gladfully-dressed-casual-pink-t-shirt-poses-with-pug-dog-going-have-walk-feels-glad-isolated-brown-background-curly-haired-female-model-likes-domestic-animals_273609-60881.jpg?_wi=2",
- },
+ id: "2", name: "John Doe", role: "Pet Owner", testimonial: "Very professional.", imageSrc: "http://img.b2bpic.net/free-photo/positive-pet-owner-smiles-gladfully-dressed-casual-pink-t-shirt-poses-with-pug-dog-going-have-walk-feels-glad-isolated-brown-background-curly-haired-female-model-likes-domestic-animals_273609-60881.jpg?_wi=2"},
{
- id: "3",
- name: "Emily Chen",
- role: "Pet Owner",
- testimonial: "My dog is so happy.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-golden-retriever-dog-gives-paw-man-smiling-guy-holds-his-pet_1258-314882.jpg",
- },
+ id: "3", name: "Emily Chen", role: "Pet Owner", testimonial: "My dog is so happy.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-golden-retriever-dog-gives-paw-man-smiling-guy-holds-his-pet_1258-314882.jpg"},
{
- id: "4",
- name: "David Smith",
- role: "Pet Owner",
- testimonial: "Great rates.",
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-guy-holding-his-funny-black-pug-dog-smiling-camera-standing-white-backgroun_1258-172981.jpg",
- },
+ id: "4", name: "David Smith", role: "Pet Owner", testimonial: "Great rates.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-guy-holding-his-funny-black-pug-dog-smiling-camera-standing-white-backgroun_1258-172981.jpg"},
{
- id: "5",
- name: "Alice Wong",
- role: "Pet Owner",
- testimonial: "Reliable and kind.",
- imageSrc: "http://img.b2bpic.net/free-photo/interested-girl-with-wavy-hairstyle-spending-leisure-time-with-dog-portrait-young-woman-posing-with-french-bulldog_197531-11020.jpg",
- },
+ id: "5", name: "Alice Wong", role: "Pet Owner", testimonial: "Reliable and kind.", imageSrc: "http://img.b2bpic.net/free-photo/interested-girl-with-wavy-hairstyle-spending-leisure-time-with-dog-portrait-young-woman-posing-with-french-bulldog_197531-11020.jpg"},
]}
title="What Our Neighbors Say"
description="Proudly rated 4.5/5 by the Memphis community."
@@ -264,20 +144,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "faq-1",
- title: "Do you need vaccinations?",
- content: "Yes, please bring current records.",
- },
+ id: "faq-1", title: "Do you need vaccinations?", content: "Yes, please bring current records."},
{
- id: "faq-2",
- title: "Do you take walk-ins?",
- content: "Appointments are highly recommended.",
- },
+ id: "faq-2", title: "Do you take walk-ins?", content: "Appointments are highly recommended."},
{
- id: "faq-3",
- title: "Is boarding safe?",
- content: "We offer 24/7 care.",
- },
+ id: "faq-3", title: "Is boarding safe?", content: "We offer 24/7 care."},
]}
mediaAnimation="slide-up"
title="Common Questions"
@@ -294,16 +165,10 @@ export default function LandingPage() {
description="3566 Walker Ave, Memphis, TN 38111. Call (901) 452-5000."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- required: true,
+ name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-adorable-beagle-near-fireplace_23-2151793726.jpg"
@@ -314,29 +179,19 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file