Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cd46cb4a8c |
244
src/app/page.tsx
244
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "products",
|
||||
},
|
||||
name: "Shop", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Pet Hut"
|
||||
/>
|
||||
@@ -63,35 +53,21 @@ export default function LandingPage() {
|
||||
description="Rajkot's premier destination for luxury dog grooming and curated pet care essentials."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Appointment", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-puppy-bag-outdoors_23-2150565420.jpg",
|
||||
imageAlt: "luxury dog boutique interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-puppy-bag-outdoors_23-2150565420.jpg", imageAlt: "luxury dog boutique interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-playing-with-dog_1098-19960.jpg",
|
||||
imageAlt: "luxury dog boutique interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-playing-with-dog_1098-19960.jpg", imageAlt: "luxury dog boutique interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-yorkshire-dog_23-2151779230.jpg",
|
||||
imageAlt: "luxury dog boutique interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-yorkshire-dog_23-2151779230.jpg", imageAlt: "luxury dog boutique interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-poodle-sitting-by-christmas-tree_1303-27294.jpg",
|
||||
imageAlt: "luxury dog boutique interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-poodle-sitting-by-christmas-tree_1303-27294.jpg", imageAlt: "luxury dog boutique interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-sphynx-cat-luxurious-living-room_23-2152016902.jpg",
|
||||
imageAlt: "luxury dog boutique interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-sphynx-cat-luxurious-living-room_23-2152016902.jpg", imageAlt: "luxury dog boutique interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-golden-retriever-dog_1204-386.jpg",
|
||||
imageAlt: "luxury dog boutique interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-golden-retriever-dog_1204-386.jpg", imageAlt: "luxury dog boutique interior"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,20 +91,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Grooming",
|
||||
description: "Full-service grooming with gentle, organic products.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-washing-dog_23-2149652688.jpg",
|
||||
},
|
||||
title: "Premium Grooming", description: "Full-service grooming with gentle, organic products.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-washing-dog_23-2149652688.jpg"},
|
||||
{
|
||||
title: "Wellness Spa",
|
||||
description: "Relaxing spa baths and therapeutic conditioning treatments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-owner-holding-dog-with-bow_23-2148949390.jpg",
|
||||
},
|
||||
title: "Wellness Spa", description: "Relaxing spa baths and therapeutic conditioning treatments.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-owner-holding-dog-with-bow_23-2148949390.jpg"},
|
||||
{
|
||||
title: "Style & Styling",
|
||||
description: "Customized haircuts and styling to suit every breed.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yorkshire-terrier-getting-procedure-groomer-salon-young-woman-white-tshirt-trimming-little-dog-yorkshire-terrier-puppy-getting-haircut-with-shaving-machine_1157-51475.jpg",
|
||||
},
|
||||
title: "Style & Styling", description: "Customized haircuts and styling to suit every breed.", imageSrc: "http://img.b2bpic.net/free-photo/yorkshire-terrier-getting-procedure-groomer-salon-young-woman-white-tshirt-trimming-little-dog-yorkshire-terrier-puppy-getting-haircut-with-shaving-machine_1157-51475.jpg"},
|
||||
]}
|
||||
title="Comprehensive Pet Care Services"
|
||||
description="Professional treatments designed to prioritize the comfort and hygiene of your furry family members."
|
||||
@@ -143,47 +110,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Luxury Leather Collar",
|
||||
price: "₹1,200",
|
||||
variant: "Small/Med",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dog-toy_23-2150959995.jpg",
|
||||
},
|
||||
id: "p1", name: "Luxury Leather Collar", price: "₹1,200", variant: "Small/Med", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dog-toy_23-2150959995.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Organic Wellness Treats",
|
||||
price: "₹450",
|
||||
variant: "Superfood",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inscription-dog-white-wooden-surface_23-2148181682.jpg",
|
||||
},
|
||||
id: "p2", name: "Organic Wellness Treats", price: "₹450", variant: "Superfood", imageSrc: "http://img.b2bpic.net/free-photo/inscription-dog-white-wooden-surface_23-2148181682.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Plush Memory Bed",
|
||||
price: "₹3,500",
|
||||
variant: "Large",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-plants-deco_23-2149198534.jpg",
|
||||
},
|
||||
id: "p3", name: "Plush Memory Bed", price: "₹3,500", variant: "Large", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-plants-deco_23-2149198534.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Signature Spa Shampoo",
|
||||
price: "₹899",
|
||||
variant: "250ml",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scoop-leaves-near-assorted-ice-creams_23-2147896718.jpg",
|
||||
},
|
||||
id: "p4", name: "Signature Spa Shampoo", price: "₹899", variant: "250ml", imageSrc: "http://img.b2bpic.net/free-photo/scoop-leaves-near-assorted-ice-creams_23-2147896718.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Designer Harness Set",
|
||||
price: "₹1,500",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-pet-bag-arrangement_23-2148982405.jpg",
|
||||
},
|
||||
id: "p5", name: "Designer Harness Set", price: "₹1,500", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/pink-pet-bag-arrangement_23-2148982405.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Gourmet Healthy Bites",
|
||||
price: "₹399",
|
||||
variant: "Standard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-arrangement-with-colorful-cereals_23-2148298152.jpg",
|
||||
},
|
||||
id: "p6", name: "Gourmet Healthy Bites", price: "₹399", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-arrangement-with-colorful-cereals_23-2148298152.jpg"},
|
||||
]}
|
||||
title="Curated Boutique Essentials"
|
||||
description="Explore our hand-picked collection of premium dog food, toys, and luxury accessories."
|
||||
@@ -197,54 +134,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
price: "₹999",
|
||||
subtitle: "Bath & Brush",
|
||||
features: [
|
||||
"Warm bath",
|
||||
"Blow dry",
|
||||
"Nail trim",
|
||||
],
|
||||
id: "basic", badge: "Essential", price: "₹999", subtitle: "Bath & Brush", features: [
|
||||
"Warm bath", "Blow dry", "Nail trim"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Popular",
|
||||
price: "₹1,999",
|
||||
subtitle: "Full Groom",
|
||||
features: [
|
||||
"Essential services",
|
||||
"Haircut",
|
||||
"Ear cleaning",
|
||||
],
|
||||
id: "pro", badge: "Popular", price: "₹1,999", subtitle: "Full Groom", features: [
|
||||
"Essential services", "Haircut", "Ear cleaning"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "lux",
|
||||
badge: "Luxury",
|
||||
price: "₹2,999",
|
||||
subtitle: "The Full Spa",
|
||||
features: [
|
||||
"Full Groom",
|
||||
"Facial treatment",
|
||||
"Paw wax",
|
||||
],
|
||||
id: "lux", badge: "Luxury", price: "₹2,999", subtitle: "The Full Spa", features: [
|
||||
"Full Groom", "Facial treatment", "Paw wax"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -261,20 +171,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
description: "Happy Pets Groomed",
|
||||
},
|
||||
id: "m1", value: "500+", description: "Happy Pets Groomed"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.9/5",
|
||||
description: "Client Rating",
|
||||
},
|
||||
id: "m2", value: "4.9/5", description: "Client Rating"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10+",
|
||||
description: "Years Experience",
|
||||
},
|
||||
id: "m3", value: "10+", description: "Years Experience"},
|
||||
]}
|
||||
title="Trusted by Rajkot"
|
||||
description="Our commitment to quality care speaks for itself."
|
||||
@@ -288,40 +189,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Aarav Patel",
|
||||
role: "Pet Owner",
|
||||
testimonial: "Pet Hut provides the best service in Rajkot. My dog always leaves smelling fresh!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-pretty-beautiful-friends-relaxing-home-sofa-smile-play-with-dogs_343596-909.jpg",
|
||||
},
|
||||
id: "1", name: "Aarav Patel", role: "Pet Owner", testimonial: "Pet Hut provides the best service in Rajkot. My dog always leaves smelling fresh!", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-pretty-beautiful-friends-relaxing-home-sofa-smile-play-with-dogs_343596-909.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma",
|
||||
role: "Dog Mom",
|
||||
testimonial: "The staff here is so gentle and loving with my pet. Highly recommend the spa package.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-girl-holding-her-dog_23-2148316315.jpg",
|
||||
},
|
||||
id: "2", name: "Priya Sharma", role: "Dog Mom", testimonial: "The staff here is so gentle and loving with my pet. Highly recommend the spa package.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-girl-holding-her-dog_23-2148316315.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rohan Mehta",
|
||||
role: "Frequent Client",
|
||||
testimonial: "Best pet boutique in town. The products are high quality and the grooming is excellent.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-stylish-headband-wearing-beautiful-earrings_343596-816.jpg",
|
||||
},
|
||||
id: "3", name: "Rohan Mehta", role: "Frequent Client", testimonial: "Best pet boutique in town. The products are high quality and the grooming is excellent.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-stylish-headband-wearing-beautiful-earrings_343596-816.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sneha Dave",
|
||||
role: "Customer",
|
||||
testimonial: "Professional grooming and lovely care. My dog loves coming here for his baths.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-little-dog-pet-shop-with-owner_23-2148872567.jpg",
|
||||
},
|
||||
id: "4", name: "Sneha Dave", role: "Customer", testimonial: "Professional grooming and lovely care. My dog loves coming here for his baths.", imageSrc: "http://img.b2bpic.net/free-photo/cute-little-dog-pet-shop-with-owner_23-2148872567.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vikram Singh",
|
||||
role: "Pet Owner",
|
||||
testimonial: "The luxury spa treatments are truly top-notch. Pet Hut is the go-to place.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-home-getting-ready-haircut_23-2148817221.jpg",
|
||||
},
|
||||
id: "5", name: "Vikram Singh", role: "Pet Owner", testimonial: "The luxury spa treatments are truly top-notch. Pet Hut is the go-to place.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-home-getting-ready-haircut_23-2148817221.jpg"},
|
||||
]}
|
||||
title="Happy Pets & Owners"
|
||||
description="Hear from our satisfied clients in the Rajkot community."
|
||||
@@ -332,14 +208,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
text="Ready to pamper your pet? Book your grooming session today."
|
||||
variant: "animated-grid"}}
|
||||
text="Visit Pet Hut Rajkot today! Located near Amin Marg, Rajkot. Open Daily 9 AM - 8 PM. Call us for appointments or grooming inquiries."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
text: "Call Rajkot Branch: +91 98765 43210", href: "tel:+919876543210"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -349,46 +222,31 @@ export default function LandingPage() {
|
||||
logoText="Pet Hut"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Amin Marg, Rajkot, GJ", href: "#"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Open: 9AM - 8PM Daily", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Premium Food",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Premium Grooming", href: "#features"},
|
||||
{
|
||||
label: "Accessories",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Spa & Wellness", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "+91 98765 43210", href: "tel:+919876543210"},
|
||||
{
|
||||
label: "Book",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "support@pethutrajkot.com", href: "mailto:support@pethutrajkot.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Pet Hut Rajkot."
|
||||
copyrightText="© 2024 Pet Hut Rajkot. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user