Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-04-05 06:18:13 +00:00
2 changed files with 46 additions and 38 deletions

View File

@@ -2,14 +2,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Sparkles } from "lucide-react";
export default function LandingPage() {
@@ -123,45 +123,53 @@ export default function LandingPage() {
id: "p6", name: "Silver Mist", price: "$120", variant: "Musk", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-minimalist-vase-curtain_23-2149681146.jpg", imageAlt: "Silver Mist perfume"},
]}
title="Signature Collection"
description="Find your new signature scent."
description="Discover the art of scent with our curated perfume showcase."
tag="Perfume Showcase"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
<TestimonialCardSixteen
useInvertedBackground={false}
testimonial="Zavana isn't just a perfume, it's a signature experience. I've never felt so confident wearing a scent."
rating={5}
author="Isabella H."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-pretty-girl-dark-sweater-standing-near-lamps_114579-81891.jpg", alt: "User 1"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-woman-with-trendy-hairstyle_23-2149406007.jpg", alt: "User 2"},
{
src: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2703.jpg", alt: "User 3"},
{
src: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", alt: "User 4"},
{
src: "http://img.b2bpic.net/free-photo/side-view-plus-sized-man-taking-care-plants_23-2150172416.jpg", alt: "User 5"},
animationType="blur-reveal"
textboxLayout="split"
title="What Our Customers Say"
description="Hear from our community of scent enthusiasts."
kpiItems={[
{ value: "500+", label: "Happy Clients" },
{ value: "4.9/5", label: "Average Rating" },
{ value: "100%", label: "Genuine Reviews" }
]}
testimonials={[
{
id: "t1", name: "Isabella H.", role: "Connoisseur", company: "Fragrance Daily", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-girl-dark-sweater-standing-near-lamps_114579-81891.jpg"
},
{
id: "t2", name: "Marcus Thorne", role: "Collector", company: "Luxury Monthly", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-trendy-hairstyle_23-2149406007.jpg"
},
{
id: "t3", name: "Sarah Jenkins", role: "Blogger", company: "Scent Styles", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2703.jpg"
}
]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain"}}
tag="Inquire"
title="Experience Zavana"
description="Have questions about our collection or private consultations? Reach out to our concierge team."
buttons={[
{
text: "Contact Us", href: "mailto:concierge@zavana.com"},
<ContactSplitForm
useInvertedBackground={true}
title="Get in Touch"
description="Let us help you find the perfect fragrance for your personal collection."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true }
]}
textarea={{ name: "message", placeholder: "How can we assist you?", required: true }}
buttonText="Submit Inquiry"
imageSrc="http://img.b2bpic.net/free-photo/luxury-perfume-container_1048-1922.jpg"
imageAlt="Contact Us"
/>
</div>
@@ -199,4 +207,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--background: #fcf6ec;
--card: #f3ede2;
--foreground: #2e2521;
--primary-cta: #2e2521;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta: #fcf6ec;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
--accent: #b2a28b;
--background-accent: #b2a28b;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);