From df433742c59bf6cdf360356daca58afc63244b51 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 12:01:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0deb359..2056fc5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroLogo from '@/components/sections/hero/HeroLogo'; +import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; @@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { CheckCircle, Heart, Phone, Shield, Users } from 'lucide-react'; +import { CheckCircle, Heart, Phone, Shield, Users, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -43,17 +43,29 @@ export default function LandingPage() {
-
@@ -106,8 +118,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: 1, - title: "Medical Care", description: "Vaccinations, spaying/neutering, and health assessments for all animals.", phoneOne: { + id: "1", title: "Medical Care", description: "Vaccinations, spaying/neutering, and health assessments for all animals.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-dog-lying-green-grass_23-2147902125.jpg?_wi=2", imageAlt: "Veterinary care" }, phoneTwo: { @@ -115,8 +126,7 @@ export default function LandingPage() { } }, { - id: 2, - title: "Training Programs", description: "Behavioral training and socialization to prepare pets for adoption.", phoneOne: { + id: "2", title: "Training Programs", description: "Behavioral training and socialization to prepare pets for adoption.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinary-doctor-taking-care-pet_23-2149267861.jpg?_wi=2", imageAlt: "Training session" }, phoneTwo: { @@ -124,8 +134,7 @@ export default function LandingPage() { } }, { - id: 3, - title: "Adoption Support", description: "Post-adoption guidance and resources to ensure lasting relationships.", phoneOne: { + id: "3", title: "Adoption Support", description: "Post-adoption guidance and resources to ensure lasting relationships.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/adorable-cute-dog-photo-taken-home_141793-130768.jpg?_wi=2", imageAlt: "Happy adoption" }, phoneTwo: { -- 2.49.1