From 2cfdf48f0f96ce469af4c40b0027062981fdcd7e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:17:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++------------------------ 1 file changed, 12 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ef7820b..ee24019 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; -import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial"; +import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; import SplitAbout from "@/components/sections/about/SplitAbout"; import ProductCardOne from "@/components/sections/product/ProductCardOne"; import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia"; @@ -42,7 +42,7 @@ export default function LandingPage() {
-
@@ -150,19 +138,19 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "1", title: "Browse & Connect", description: "Explore our available pets online or visit us in person to meet them face-to-face.", tag: "Step 1", imageSrc: "http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg?_wi=1" + id: "1", title: "Discover Your Match", description: "Browse our available pets online or visit us in person to meet them face-to-face and find your perfect companion.", tag: "Step 1", imageSrc: "http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg?_wi=1" }, { - id: "2", title: "Meet & Greet", description: "Spend time with your potential new family member to ensure a perfect match.", tag: "Step 2", imageSrc: "http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg?_wi=2" + id: "2", title: "Get to Know Them", description: "Spend quality time with your potential new family member to ensure a perfect match and build an initial connection.", tag: "Step 2", imageSrc: "http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg?_wi=2" }, { - id: "3", title: "Complete Application", description: "Fill out our adoption application so we can learn about your home and lifestyle.", tag: "Step 3", imageSrc: "http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg?_wi=3" + id: "3", title: "Complete Your Application", description: "Fill out our adoption application so we can learn about your home, lifestyle, and what you're looking for in a pet.", tag: "Step 3", imageSrc: "http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg?_wi=3" }, { - id: "4", title: "Home Visit & Approval", description: "Our team may schedule a home visit to ensure the best environment for your new pet.", tag: "Step 4", imageSrc: "http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg?_wi=4" + id: "4", title: "Home Preparation", description: "Our team may schedule a home visit to ensure the best environment for your new pet and provide setup recommendations.", tag: "Step 4", imageSrc: "http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg?_wi=4" }, { - id: "5", title: "Welcome Home", description: "Complete the paperwork and bring your new family member home to start your adventure.", tag: "Step 5", imageSrc: "http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg?_wi=5" + id: "5", title: "Welcome Home", description: "Complete the paperwork and bring your new family member home to start your adventure together with our ongoing support.", tag: "Step 5", imageSrc: "http://img.b2bpic.net/free-photo/young-parents-their-small-daughter-enjoying-with-dog-home-grandparents-are-standing-background_637285-5542.jpg?_wi=5" } ]} animationType="slide-up"