diff --git a/src/app/page.tsx b/src/app/page.tsx
index fbdf323..1cc0ba2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
-import { Award, Smile, Star } from "lucide-react";
+import { Award, Smile, Star, Sparkles, CheckCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,43 +31,24 @@ export default function LandingPage() {
@@ -104,30 +73,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- title: "Bathing & Blow Dry",
- description: "Deep cleaning and gentle blow dry for a shiny coat.",
- imageSrc: "http://img.b2bpic.net/free-photo/adorable-pet-enjoying-spa-day-illustration_23-2151841570.jpg",
- buttonIcon: "Sparkles",
- },
- {
- title: "Ear Cleaning",
- description: "Gentle, thorough ear cleaning for your pup's health.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-owner-holding-dog-s-head_23-2149101733.jpg",
- buttonIcon: "CheckCircle",
- },
- {
- title: "Full Service Grooming",
- description: "Everything your pup needs from bath to style.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-pet-carrier_23-2150238721.jpg",
- buttonIcon: "Star",
- },
- {
- title: "Nail Trimming",
- description: "Safe and precise nail maintenance for comfort.",
- imageSrc: "http://img.b2bpic.net/free-photo/cuticle-hair-brush-scissors-sponge-eyelash-curler-sponge-pink-backdrop_23-2147891446.jpg",
- buttonIcon: "Award",
- },
+ { title: "Bathing & Blow Dry", description: "Deep cleaning and gentle blow dry for a shiny coat.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-pet-enjoying-spa-day-illustration_23-2151841570.jpg", buttonIcon: Sparkles },
+ { title: "Ear Cleaning", description: "Gentle, thorough ear cleaning for your pup's health.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-owner-holding-dog-s-head_23-2149101733.jpg", buttonIcon: CheckCircle },
+ { title: "Full Service Grooming", description: "Everything your pup needs from bath to style.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-pet-carrier_23-2150238721.jpg", buttonIcon: Star },
+ { title: "Nail Trimming", description: "Safe and precise nail maintenance for comfort.", imageSrc: "http://img.b2bpic.net/free-photo/cuticle-hair-brush-scissors-sponge-eyelash-curler-sponge-pink-backdrop_23-2147891446.jpg", buttonIcon: Award }
]}
title="Professional Grooming Services"
description="We offer a range of services to keep your dog looking and feeling their best."
@@ -139,46 +88,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- title: "Amazing Service",
- quote: "Thank you so much for grooming our labradoodle puppy. He looks a million times better!",
- name: "Steph and Hayden",
- role: "Labradoodle owners",
- imageSrc: "http://img.b2bpic.net/free-photo/dark-skinned-lady-keeps-lips-rounded-wants-kiss-adorable-pet-plays-with-small-puppy_273609-34281.jpg",
- },
- {
- id: "2",
- title: "Professional",
- quote: "Lesley is super knowledgeable and does a brilliant job.",
- name: "Michael Chen",
- role: "Client",
- imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018817.jpg",
- },
- {
- id: "3",
- title: "Highly Recommend",
- quote: "We should've done it sooner! Exceptional care.",
- name: "Sarah Johnson",
- role: "Client",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-lady-with-blonde-short-hair-white-shirt-hugging-dog-sitting-grass-with-man-eyeglasses-white-clothes-outdoor_197531-19111.jpg",
- },
- {
- id: "4",
- title: "Great Vibe",
- quote: "Super friendly team, my dog felt right at home.",
- name: "David Kim",
- role: "Client",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-amazing-joyful-fashionable-young-woman-playing-with-little-dog-modern-apartment-having-fun-with-home-pets-smiling-cheerful-mood-home_197531-2192.jpg",
- },
- {
- id: "5",
- title: "Perfect Trim",
- quote: "Precise styling and the best attention to detail.",
- name: "Emily Rodriguez",
- role: "Client",
- imageSrc: "http://img.b2bpic.net/free-photo/retired-woman-sitting-with-her-dog_1169-26.jpg",
- },
+ { id: "1", title: "Amazing Service", quote: "Thank you so much for grooming our labradoodle puppy. He looks a million times better!", name: "Steph and Hayden", role: "Labradoodle owners", imageSrc: "http://img.b2bpic.net/free-photo/dark-skinned-lady-keeps-lips-rounded-wants-kiss-adorable-pet-plays-with-small-puppy_273609-34281.jpg" },
+ { id: "2", title: "Professional", quote: "Lesley is super knowledgeable and does a brilliant job.", name: "Michael Chen", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018817.jpg" },
+ { id: "3", title: "Highly Recommend", quote: "We should've done it sooner! Exceptional care.", name: "Sarah Johnson", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/modern-lady-with-blonde-short-hair-white-shirt-hugging-dog-sitting-grass-with-man-eyeglasses-white-clothes-outdoor_197531-19111.jpg" },
+ { id: "4", title: "Great Vibe", quote: "Super friendly team, my dog felt right at home.", name: "David Kim", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-amazing-joyful-fashionable-young-woman-playing-with-little-dog-modern-apartment-having-fun-with-home-pets-smiling-cheerful-mood-home_197531-2192.jpg" },
+ { id: "5", title: "Perfect Trim", quote: "Precise styling and the best attention to detail.", name: "Emily Rodriguez", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/retired-woman-sitting-with-her-dog_1169-26.jpg" }
]}
title="What Our Clients Say"
description="Hear from our happy Auckland pet parents."
@@ -189,26 +103,10 @@ export default function LandingPage() {