5 Commits

Author SHA1 Message Date
7d4441c94f Update src/app/page.tsx 2026-05-28 16:46:51 +00:00
1000a67ac1 Update src/app/styles/variables.css 2026-05-28 16:46:27 +00:00
1a5a0f842d Update src/app/styles/base.css 2026-05-28 16:46:27 +00:00
ba7e5f74db Update src/app/page.tsx 2026-05-28 16:46:26 +00:00
24523948b0 Merge version_1 into main
Merge version_1 into main
2026-05-28 16:20:28 +00:00
3 changed files with 27 additions and 20 deletions

View File

@@ -3,17 +3,17 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
import ContactText from '@/components/sections/contact/ContactText';
import FaqBase from '@/components/sections/faq/FaqBase';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Award, Sparkles, Star } from "lucide-react";
import { Award, Sparkles, Star, MessageSquare } from "lucide-react";
export default function LandingPage() {
return (
@@ -64,11 +64,11 @@ export default function LandingPage() {
description="ZANURI Pet Shop & Spa offers an exclusive sanctuary where pampering meets perfection. Discover bespoke grooming, gourmet nutrition, and unique accessories for discerning pet parents."
carouselItems={[
{
id: "hero-carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cute-girl-her-companion_23-2148797403.jpg", imageAlt: "Golden Retriever enjoying a luxury spa treatment"},
id: "hero-carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cute-girl-her-companion_23-2148797403.jpg?_wi=1", imageAlt: "Golden Retriever enjoying a luxury spa treatment"},
{
id: "hero-carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-hipster-bad-girl-black-leather-jacket-earring-her-nose-sexy-carefree-smiling-woman-sitting-studio-pink-wig-near-gray-wall-confident-model-sunglasses_158538-15562.jpg", imageAlt: "Pugs wearing designer pet accessories in a boutique"},
{
id: "hero-carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-chihuahua-dog_52683-110310.jpg", imageAlt: "German Shepherd relaxing during a luxury spa massage"},
id: "hero-carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-chihuahua-dog_52683-110310.jpg?_wi=1", imageAlt: "German Shepherd relaxing during a luxury spa massage"},
{
id: "hero-carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-with-her-pet-outdoors_1303-10183.jpg", imageAlt: "Spitz dog playing in an elegant outdoor setting"},
{
@@ -236,7 +236,7 @@ export default function LandingPage() {
</div>
<div id="faq" data-section="faq">
<FaqBase
<FaqSplitMedia
textboxLayout="default"
useInvertedBackground={false}
faqs={[
@@ -252,26 +252,33 @@ export default function LandingPage() {
title="Your Questions, Our Expertise"
description="Find answers to common inquiries about ZANURI services, bookings, products, and our unique approach to luxury pet care. We're here to provide clarity and peace of mind."
faqsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-cute-girl-her-companion_23-2148797403.jpg?_wi=2"
imageAlt="Happy golden retriever being pampered at a luxury spa"
mediaAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactText
<ContactSplit
useInvertedBackground={true}
background={{
variant: "radial-gradient"}}
text="Ready to pamper your pet with the ZANURI experience? Contact us today to schedule an appointment, inquire about our services, or explore our exquisite boutique collection."
buttons={[
{
text: "Book an Appointment", href: "#"},
{
text: "Send an Inquiry", href: "#"},
]}
tag="Connect with Us"
tagIcon={MessageSquare}
title="Schedule Your Pet's Luxury Experience"
description="Ready to pamper your pet with the ZANURI experience? Contact us today to schedule an appointment, inquire about our services, or explore our exquisite boutique collection."
inputPlaceholder="Your Email Address"
buttonText="Book Now"
termsText="By booking, you agree to our Terms and Conditions."
onSubmit={(email) => console.log('Booking requested for:', email)}
imageSrc="http://img.b2bpic.net/free-photo/woman-with-chihuahua-dog_52683-110310.jpg?_wi=2"
imageAlt="Woman lovingly holding a chihuahua, symbolizing connection and care"
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
<FooterBaseReveal
logoText="ZANURI"
columns={[
{
title: "ZANURI", items: [
@@ -314,8 +321,8 @@ export default function LandingPage() {
],
},
]}
bottomLeftText="© 2024 ZANURI. All rights reserved."
bottomRightText="Privacy Policy"
copyrightText="© 2024 ZANURI. All rights reserved."
onPrivacyClick={() => console.log('Privacy Policy clicked')}
/>
</div>
</ReactLenis>

View File

@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-montserrat), sans-serif;
font-family: var(--font-libre-baskerville), serif;
}

View File

@@ -14,7 +14,7 @@
--card: #f9f9f9;
--foreground: #5a5f4b;
--primary-cta: #d89d39;
--primary-cta-text: #5a5f4b;
--primary-cta-text: #fdfdfd;
--secondary-cta: #5a5f4b;
--secondary-cta-text: #fdfdfd;
--accent: #c4c6b5;