Merge version_1 into main #2
@@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Heart, Paw, Camera, BarChart3, Phone } from 'lucide-react';
|
||||
import { Heart, Camera, BarChart3, Phone } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -52,14 +52,14 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "#about" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background="radial-gradient"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-adorable-five-purebred-italian-bracco-puppy-dogs-basket-meadow_181624-53406.jpg", imageAlt: "Happy dogs playing together" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-dog-seaside_23-2148885055.jpg?_wi=1", imageAlt: "Dogs playing outdoor" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-girls-sunny-field-with-dogs_1157-34639.jpg?_wi=1", imageAlt: "Dogs enjoying daycare" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cute-shiba-inu-pet-with-family_23-2149428972.jpg?_wi=1", imageAlt: "Puppies running in grass" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-old-man-with-dog-bed_23-2149613990.jpg?_wi=1", imageAlt: "Dogs relaxing together" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-spending-time-with-his-dog-petfriendly-cafe-playing-petting-golden_1258-314863.jpg?_wi=1", imageAlt: "Dogs in training session" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-dog-seaside_23-2148885055.jpg", imageAlt: "Dogs playing outdoor" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-girls-sunny-field-with-dogs_1157-34639.jpg", imageAlt: "Dogs enjoying daycare" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cute-shiba-inu-pet-with-family_23-2149428972.jpg", imageAlt: "Puppies running in grass" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-old-man-with-dog-bed_23-2149613990.jpg", imageAlt: "Dogs relaxing together" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-spending-time-with-his-dog-petfriendly-cafe-playing-petting-golden_1258-314863.jpg", imageAlt: "Dogs in training session" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
ariaLabel="Doggie Day Play Hero Section"
|
||||
@@ -86,12 +86,12 @@ export default function LandingPage() {
|
||||
title="Our Services"
|
||||
description="We offer a comprehensive range of services to meet all your dog's needs. From fun-filled playtime to professional training and grooming, we've got your pup covered."
|
||||
tag="Expert Care"
|
||||
tagIcon={Paw}
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Supervised Playtime", description: "Let your dog socialize and burn energy in our safe, spacious play areas. Our trained staff supervises all interactions to ensure a positive experience for every pup.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-dog-seaside_23-2148885055.jpg?_wi=2", imageAlt: "Dogs playing supervised"
|
||||
title: "Supervised Playtime", description: "Let your dog socialize and burn energy in our safe, spacious play areas. Our trained staff supervises all interactions to ensure a positive experience for every pup.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-dog-seaside_23-2148885055.jpg", imageAlt: "Dogs playing supervised"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
@@ -120,10 +120,10 @@ export default function LandingPage() {
|
||||
tagIcon={Camera}
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{ id: "1", name: "Playtime Fun", price: "", imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-girls-sunny-field-with-dogs_1157-34639.jpg?_wi=2", imageAlt: "Dogs playing indoor" },
|
||||
{ id: "2", name: "Outdoor Adventures", price: "", imageSrc: "http://img.b2bpic.net/free-photo/cute-shiba-inu-pet-with-family_23-2149428972.jpg?_wi=2", imageAlt: "Puppies in grass" },
|
||||
{ id: "3", name: "Rest & Relax", price: "", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-old-man-with-dog-bed_23-2149613990.jpg?_wi=2", imageAlt: "Dogs resting" },
|
||||
{ id: "4", name: "Training Time", price: "", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-spending-time-with-his-dog-petfriendly-cafe-playing-petting-golden_1258-314863.jpg?_wi=2", imageAlt: "Training session" },
|
||||
{ id: "1", name: "Playtime Fun", price: "", imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-girls-sunny-field-with-dogs_1157-34639.jpg", imageAlt: "Dogs playing indoor" },
|
||||
{ id: "2", name: "Outdoor Adventures", price: "", imageSrc: "http://img.b2bpic.net/free-photo/cute-shiba-inu-pet-with-family_23-2149428972.jpg", imageAlt: "Puppies in grass" },
|
||||
{ id: "3", name: "Rest & Relax", price: "", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-old-man-with-dog-bed_23-2149613990.jpg", imageAlt: "Dogs resting" },
|
||||
{ id: "4", name: "Training Time", price: "", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-spending-time-with-his-dog-petfriendly-cafe-playing-petting-golden_1258-314863.jpg", imageAlt: "Training session" },
|
||||
{ id: "5", name: "Grooming Service", price: "", imageSrc: "http://img.b2bpic.net/free-vector/grooming-pet-service-template_1284-25011.jpg", imageAlt: "Dog grooming" },
|
||||
{ id: "6", name: "Meal Time", price: "", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dog-with-nutritious-food_23-2150742783.jpg", imageAlt: "Dogs eating" }
|
||||
]}
|
||||
@@ -166,7 +166,7 @@ export default function LandingPage() {
|
||||
{ id: "3", value: "10+ Years", description: "Professional Experience" },
|
||||
{ id: "4", value: "24/7", description: "Care Available" }
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user