1 Commits

Author SHA1 Message Date
5fdfe80faa Update src/app/page.tsx 2026-06-09 10:06:24 +00:00

View File

@@ -34,56 +34,43 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#home"},
id: "#home",
},
{ {
name: "Products", name: "Dogs", id: "#products"},
id: "#products",
},
{ {
name: "Brands", name: "Cats", id: "#products"},
id: "#brands",
},
{ {
name: "Services", name: "Birds & Fish", id: "#products"},
id: "#services",
},
{ {
name: "About Us", name: "Small Animals", id: "#products"},
id: "#about",
},
{ {
name: "Contact", name: "Brands", id: "#brands"},
id: "#contact", {
}, name: "Services", id: "#services"},
{
name: "About Us", id: "#about"},
{
name: "Contact", id: "#contact"},
]} ]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ft15ik" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ft15ik"
logoAlt="Mascotas Pet Shop Logo" logoAlt="Mascotas Pet Shop Logo"
brandName="Mascotas Pet Shop Qatar" brandName="Mascotas Pet Shop Qatar"
button={{ button={{
text: "Shop Now", text: "Shop Now", href: "#products"}}
href: "#products",
}}
/> />
</div> </div>
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroLogoBillboard <HeroLogoBillboard
background={{ background={{
variant: "rotated-rays-animated-grid", variant: "rotated-rays-animated-grid"}}
}}
logoText="Mascotas Pet Shop" logoText="Mascotas Pet Shop"
description="Your ultimate destination for premium pet supplies, food, and grooming services in Qatar. We bring joy to your pets with the best products from around the world." description="Your ultimate destination for premium pet supplies, food, and grooming services in Qatar. We bring joy to your pets with the best products from around the world."
buttons={[ buttons={[
{ {
text: "Shop Pet Food", text: "Shop Pet Food", href: "#products"},
href: "#products",
},
{ {
text: "Explore Services", text: "Explore Services", href: "#services"},
href: "#services",
},
]} ]}
buttonAnimation="opacity" buttonAnimation="opacity"
imageSrc="http://img.b2bpic.net/free-photo/supermarket-banner-with-various-items_23-2149501022.jpg" imageSrc="http://img.b2bpic.net/free-photo/supermarket-banner-with-various-items_23-2149501022.jpg"
@@ -100,19 +87,13 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
icon: Heart, icon: Heart,
label: "Happy Pets", label: "Happy Pets", value: "10K+"},
value: "10K+",
},
{ {
icon: Gift, icon: Gift,
label: "Premium Brands", label: "Premium Brands", value: "50+"},
value: "50+",
},
{ {
icon: Truck, icon: Truck,
label: "Delivery Services", label: "Delivery Services", value: "Nationwide"},
value: "Nationwide",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -127,20 +108,11 @@ export default function LandingPage() {
tagIcon={Sparkles} tagIcon={Sparkles}
accordionItems={[ accordionItems={[
{ {
id: "grooming", id: "grooming", title: "Professional Grooming & Spa", content: "Treat your beloved pets to a luxurious grooming experience, including baths, haircuts, nail trims, and specialized spa treatments by certified professionals."},
title: "Professional Grooming & Spa",
content: "Treat your beloved pets to a luxurious grooming experience, including baths, haircuts, nail trims, and specialized spa treatments by certified professionals.",
},
{ {
id: "delivery", id: "delivery", title: "Fast & Reliable Home Delivery", content: "Get all your pet's essentials delivered right to your doorstep anywhere in Qatar. Enjoy hassle-free shopping with our prompt and secure delivery service."},
title: "Fast & Reliable Home Delivery",
content: "Get all your pet's essentials delivered right to your doorstep anywhere in Qatar. Enjoy hassle-free shopping with our prompt and secure delivery service.",
},
{ {
id: "vet-consultation", id: "vet-consultation", title: "Expert Vet Consultations", content: "Access professional veterinary advice and basic health check-ups for your pets. Our experienced vets provide guidance to keep your furry friends healthy and happy."},
title: "Expert Vet Consultations",
content: "Access professional veterinary advice and basic health check-ups for your pets. Our experienced vets provide guidance to keep your furry friends healthy and happy.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-man-with-his-dog_23-2147840130.jpg" imageSrc="http://img.b2bpic.net/free-photo/close-up-man-with-his-dog_23-2147840130.jpg"
imageAlt="Professional pet groomer giving a dog a bath" imageAlt="Professional pet groomer giving a dog a bath"
@@ -157,47 +129,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "1", id: "1", name: "Premium Salmon Cat Food", price: "QAR 120.00", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-pink-background_23-2148182048.jpg", imageAlt: "Bag of premium salmon cat food"},
name: "Premium Salmon Cat Food",
price: "QAR 120.00",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-pink-background_23-2148182048.jpg",
imageAlt: "Bag of premium salmon cat food",
},
{ {
id: "2", id: "2", name: "Durable Dog Chew Toys Set", price: "QAR 85.00", imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-biting-flip-flop-home_23-2149544895.jpg", imageAlt: "Assortment of colorful dog chew toys"},
name: "Durable Dog Chew Toys Set",
price: "QAR 85.00",
imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-biting-flip-flop-home_23-2149544895.jpg",
imageAlt: "Assortment of colorful dog chew toys",
},
{ {
id: "3", id: "3", name: "Luxury Bird Cage", price: "QAR 450.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-held-bird-cage-with-flowers_23-2148385835.jpg", imageAlt: "Large luxury bird cage with perches"},
name: "Luxury Bird Cage",
price: "QAR 450.00",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-held-bird-cage-with-flowers_23-2148385835.jpg",
imageAlt: "Large luxury bird cage with perches",
},
{ {
id: "4", id: "4", name: "Tropical Fish Aquarium Kit", price: "QAR 300.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-betta-fish-with-dress-black-background_23-2148359851.jpg", imageAlt: "Small desktop aquarium with colorful fish"},
name: "Tropical Fish Aquarium Kit",
price: "QAR 300.00",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-betta-fish-with-dress-black-background_23-2148359851.jpg",
imageAlt: "Small desktop aquarium with colorful fish",
},
{ {
id: "5", id: "5", name: "Cozy Small Animal Bed", price: "QAR 65.00", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-style-summer-scene-with-cute-animal_23-2151068333.jpg", imageAlt: "Soft, fluffy bed for small animals like hamsters"},
name: "Cozy Small Animal Bed",
price: "QAR 65.00",
imageSrc: "http://img.b2bpic.net/free-photo/cartoon-style-summer-scene-with-cute-animal_23-2151068333.jpg",
imageAlt: "Soft, fluffy bed for small animals like hamsters",
},
{ {
id: "6", id: "6", name: "Stylish Leather Dog Leash", price: "QAR 95.00", imageSrc: "http://img.b2bpic.net/free-photo/brunette-mask-walks-with-pug_1157-34774.jpg", imageAlt: "Elegant leather dog leash and collar"},
name: "Stylish Leather Dog Leash",
price: "QAR 95.00",
imageSrc: "http://img.b2bpic.net/free-photo/brunette-mask-walks-with-pug_1157-34774.jpg",
imageAlt: "Elegant leather dog leash and collar",
},
]} ]}
title="Our Best-Selling Pet Products" title="Our Best-Selling Pet Products"
description="Discover a curated selection of high-quality products, from nutritious food to engaging toys and comfortable accessories, ensuring your pet's happiness and well-being." description="Discover a curated selection of high-quality products, from nutritious food to engaging toys and comfortable accessories, ensuring your pet's happiness and well-being."
@@ -205,9 +147,7 @@ export default function LandingPage() {
tagIcon={ShoppingBag} tagIcon={ShoppingBag}
buttons={[ buttons={[
{ {
text: "View All Products", text: "View All Products", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -219,43 +159,19 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "basic-grooming", id: "basic-grooming", badge: "Popular", badgeIcon: Sparkles,
badge: "Popular", price: "QAR 150/session", subtitle: "Essential Grooming Package", features: [
badgeIcon: Sparkles, "Shampoo & Conditioning", "Blow Dry & Brushing", "Nail Trimming", "Ear Cleaning"],
price: "QAR 150/session",
subtitle: "Essential Grooming Package",
features: [
"Shampoo & Conditioning",
"Blow Dry & Brushing",
"Nail Trimming",
"Ear Cleaning",
],
}, },
{ {
id: "premium-grooming", id: "premium-grooming", badge: "Best Value", badgeIcon: Star,
badge: "Best Value", price: "QAR 250/session", subtitle: "Deluxe Pamper Package", features: [
badgeIcon: Star, "All Basic Features", "Haircut & Styling", "Dental Brush", "Paw Pad Treatment"],
price: "QAR 250/session",
subtitle: "Deluxe Pamper Package",
features: [
"All Basic Features",
"Haircut & Styling",
"Dental Brush",
"Paw Pad Treatment",
],
}, },
{ {
id: "vet-care-plan", id: "vet-care-plan", badge: "Health First", badgeIcon: Activity,
badge: "Health First", price: "QAR 350/month", subtitle: "Annual Wellness Plan", features: [
badgeIcon: Activity, "Monthly Vet Check-ups", "Vaccination Reminders", "Dietary Advice", "24/7 Emergency Support"],
price: "QAR 350/month",
subtitle: "Annual Wellness Plan",
features: [
"Monthly Vet Check-ups",
"Vaccination Reminders",
"Dietary Advice",
"24/7 Emergency Support",
],
}, },
]} ]}
title="Our Pet Care Service Plans" title="Our Pet Care Service Plans"
@@ -270,14 +186,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"Royal Canin", "Royal Canin", "Orijen", "Hill's Science Diet", "Eukanuba", "Purina Pro Plan", "Taste of the Wild", "Acana"]}
"Orijen",
"Hill's Science Diet",
"Eukanuba",
"Purina Pro Plan",
"Taste of the Wild",
"Acana",
]}
title="Trusted by Leading Global Brands" title="Trusted by Leading Global Brands"
description="We partner with the world's most reputable pet food and supply brands to ensure your pets receive only the highest quality products available." description="We partner with the world's most reputable pet food and supply brands to ensure your pets receive only the highest quality products available."
tag="Our Partners" tag="Our Partners"
@@ -295,29 +204,17 @@ export default function LandingPage() {
author="Fatima Al-Hamad" author="Fatima Al-Hamad"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-halal-outdoors_23-2150701499.jpg", src: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-halal-outdoors_23-2150701499.jpg", alt: "Fatima Al-Hamad"},
alt: "Fatima Al-Hamad",
},
{ {
src: "http://img.b2bpic.net/free-photo/businessman-dress-code-holding-black-jacket-his-arm_114579-19027.jpg", src: "http://img.b2bpic.net/free-photo/businessman-dress-code-holding-black-jacket-his-arm_114579-19027.jpg", alt: "Ahmed Hassan"},
alt: "Ahmed Hassan",
},
{ {
src: "http://img.b2bpic.net/free-photo/happy-mother-her-daughter-walk-with-dog-autumn-park_1153-4530.jpg", src: "http://img.b2bpic.net/free-photo/happy-mother-her-daughter-walk-with-dog-autumn-park_1153-4530.jpg", alt: "Mariam & Omar"},
alt: "Mariam & Omar",
},
{ {
src: "http://img.b2bpic.net/free-photo/old-person-with-their-pet-dog_23-2149429254.jpg", src: "http://img.b2bpic.net/free-photo/old-person-with-their-pet-dog_23-2149429254.jpg", alt: "Layla Saeed"},
alt: "Layla Saeed",
},
{ {
src: "http://img.b2bpic.net/free-photo/front-view-young-guy-doing-victory-gesture-pink-background_140725-34622.jpg", src: "http://img.b2bpic.net/free-photo/front-view-young-guy-doing-victory-gesture-pink-background_140725-34622.jpg", alt: "Khalid Al-Mansoori"},
alt: "Khalid Al-Mansoori",
},
{ {
src: "http://img.b2bpic.net/free-photo/modern-muslim-woman-hijab-office-room_285396-10895.jpg", src: "http://img.b2bpic.net/free-photo/modern-muslim-woman-hijab-office-room_285396-10895.jpg", alt: "Aisha Khan"},
alt: "Aisha Khan",
},
]} ]}
ratingAnimation="opacity" ratingAnimation="opacity"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -329,33 +226,19 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "faq1", id: "faq1", title: "Do you offer pet delivery services in all of Qatar?", content: "Yes, we proudly offer nationwide delivery across all of Qatar. Simply place your order online, and we'll ensure it reaches you promptly and safely."},
title: "Do you offer pet delivery services in all of Qatar?",
content: "Yes, we proudly offer nationwide delivery across all of Qatar. Simply place your order online, and we'll ensure it reaches you promptly and safely.",
},
{ {
id: "faq2", id: "faq2", title: "What types of pet food brands do you carry?", content: "We stock a wide range of premium and veterinary-approved pet food brands, including Royal Canin, Orijen, Hill's Science Diet, Eukanuba, Purina Pro Plan, and many more. Our selection caters to various dietary needs and preferences."},
title: "What types of pet food brands do you carry?",
content: "We stock a wide range of premium and veterinary-approved pet food brands, including Royal Canin, Orijen, Hill's Science Diet, Eukanuba, Purina Pro Plan, and many more. Our selection caters to various dietary needs and preferences.",
},
{ {
id: "faq3", id: "faq3", title: "Can I book a grooming appointment online?", content: "Absolutely! You can easily book a grooming appointment for your pet through our website or by calling us directly. We offer flexible scheduling to fit your convenience."},
title: "Can I book a grooming appointment online?",
content: "Absolutely! You can easily book a grooming appointment for your pet through our website or by calling us directly. We offer flexible scheduling to fit your convenience.",
},
{ {
id: "faq4", id: "faq4", title: "Are your pet products ethically sourced?", content: "We are committed to ethical sourcing. All our products come from trusted suppliers who adhere to strict quality and ethical standards, ensuring the well-being of animals and the environment."},
title: "Are your pet products ethically sourced?",
content: "We are committed to ethical sourcing. All our products come from trusted suppliers who adhere to strict quality and ethical standards, ensuring the well-being of animals and the environment.",
},
]} ]}
sideTitle="Frequently Asked Questions" sideTitle="Frequently Asked Questions"
sideDescription="Find quick answers to common questions about our products, services, delivery, and more. Your satisfaction and your pet's well-being are our top priorities." sideDescription="Find quick answers to common questions about our products, services, delivery, and more. Your satisfaction and your pet's well-being are our top priorities."
buttons={[ buttons={[
{ {
text: "Ask a Question", text: "Ask a Question", href: "#contact"},
href: "#contact",
},
]} ]}
faqsAnimation="slide-up" faqsAnimation="slide-up"
textPosition="left" textPosition="left"
@@ -366,8 +249,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "downward-rays-static", variant: "downward-rays-static"}}
}}
tag="Get in Touch" tag="Get in Touch"
title="We're Here to Help Your Pets Thrive" title="We're Here to Help Your Pets Thrive"
description="Have a question about our products, services, or need expert advice? Reach out to us. Our friendly team is ready to assist you." description="Have a question about our products, services, or need expert advice? Reach out to us. Our friendly team is ready to assist you."
@@ -386,57 +268,39 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Our Team", label: "Our Team", href: "#"},
href: "#",
},
{ {
label: "Careers", label: "Careers", href: "#"},
href: "#",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Shop Food", label: "Shop Dogs", href: "#products"},
href: "#products",
},
{ {
label: "Accessories", label: "Shop Cats", href: "#products"},
href: "#products",
},
{ {
label: "Grooming", label: "Birds & Fish", href: "#products"},
href: "#services",
},
{ {
label: "Delivery", label: "Small Animals", href: "#products"},
href: "#services", {
}, label: "Grooming", href: "#services"},
{
label: "Delivery", href: "#services"},
], ],
}, },
{ {
items: [ items: [
{ {
label: "FAQs", label: "FAQs", href: "#faq"},
href: "#faq",
},
{ {
label: "Contact Support", label: "Contact Support", href: "#contact"},
href: "#contact",
},
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}