Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-10 13:20:25 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Heart, Gift, Coffee, Flower } from "lucide-react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
@@ -31,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Stories",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Stories", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Mother's Day"
/>
@@ -54,42 +43,17 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
title="Celebrating Mother's Love"
description="A day to honor the unconditional love and warmth every mother brings into our lives. Join us in making this day truly special."
buttons={[
{
text: "Send a Tribute",
href: "#contact",
},
]}
buttons={[{ text: "Send a Tribute", href: "#contact" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-couple-home_23-2149141871.jpg",
imageAlt: "mother and child warm embrace",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-present-with-tag-tulips-valentines-day_23-2148389527.jpg",
imageAlt: "spring flowers arrangement sunny day",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-loving-sisters_329181-10622.jpg",
imageAlt: "mother holding baby hands soft light",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-kissing-woman-with-heart-shaped-box_23-2147784658.jpg",
imageAlt: "mother's day festive table decor",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/big-family-with-kids-together-forest_1303-21871.jpg",
imageAlt: "elegant floral wreath spring colors",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cool-pregnant-woman-denim-pants-plaid-shirt-touches-belly-listening-music-headphones_197531-19917.jpg",
imageAlt: "mother gratitude flowers morning",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-couple-home_23-2149141871.jpg", imageAlt: "mother and child warm embrace" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-present-with-tag-tulips-valentines-day_23-2148389527.jpg", imageAlt: "spring flowers arrangement sunny day" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-loving-sisters_329181-10622.jpg", imageAlt: "mother holding baby hands soft light" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-kissing-woman-with-heart-shaped-box_23-2147784658.jpg", imageAlt: "mother's day festive table decor" },
{ imageSrc: "http://img.b2bpic.net/free-photo/big-family-with-kids-together-forest_1303-21871.jpg", imageAlt: "elegant floral wreath spring colors" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cool-pregnant-woman-denim-pants-plaid-shirt-touches-belly-listening-music-headphones_197531-19917.jpg", imageAlt: "mother gratitude flowers morning" },
]}
/>
</div>
@@ -100,14 +64,8 @@ export default function LandingPage() {
title="Why We Celebrate"
description="Mothers are the heartbeat of families. We dedicate this space to highlight the small gestures that mean the world, recognizing the quiet strength and endless patience."
metrics={[
{
value: "100%",
title: "Heartfelt Care",
},
{
value: "Everyday",
title: "Unconditional Support",
},
{ value: "100%", title: "Heartfelt Care" },
{ value: "Everyday", title: "Unconditional Support" },
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-mother-holding-kid-back_23-2148748676.jpg"
mediaAnimation="slide-up"
@@ -121,30 +79,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Heartfelt Notes",
description: "Write a genuine letter.",
imageSrc: "http://img.b2bpic.net/free-photo/love-u-mom-paper-card-wood_23-2148109087.jpg",
buttonIcon: "Heart",
},
{
title: "Thoughtful Gifts",
description: "Choose a special surprise.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-furoshiki-package-flower_23-2150274410.jpg",
buttonIcon: "Gift",
},
{
title: "Morning Treats",
description: "Serve a warm breakfast.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-child-mom-son-are-fooling-around-having-fun-near-fireplace_1321-1592.jpg",
buttonIcon: "Coffee",
},
{
title: "Floral Surprises",
description: "Brighten her day.",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-floral-design-studio_23-2151910654.jpg",
buttonIcon: "Flower",
},
{ title: "Heartfelt Notes", description: "Write a genuine letter.", imageSrc: "http://img.b2bpic.net/free-photo/love-u-mom-paper-card-wood_23-2148109087.jpg", buttonIcon: Heart },
{ title: "Thoughtful Gifts", description: "Choose a special surprise.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-furoshiki-package-flower_23-2150274410.jpg", buttonIcon: Gift },
{ title: "Morning Treats", description: "Serve a warm breakfast.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-child-mom-son-are-fooling-around-having-fun-near-fireplace_1321-1592.jpg", buttonIcon: Coffee },
{ title: "Floral Surprises", description: "Brighten her day.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-floral-design-studio_23-2151910654.jpg", buttonIcon: Flower },
]}
title="Ways to Honor Her"
description="Discover meaningful ways to express your love and appreciation this year."
@@ -155,31 +93,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Olena S.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-cheerful-africanamerican-girl-winking-smiling-camera-recommending-something-good-s_1258-130856.jpg",
},
{
id: "2",
name: "Anna K.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-her-worshop_23-2149536302.jpg",
},
{
id: "3",
name: "Maria V.",
imageSrc: "http://img.b2bpic.net/free-photo/brown-haired-kid-kissing-mother-living-room-indoor-shot-young-woman-spending-time-with-little-daughter_197531-13634.jpg",
},
{
id: "4",
name: "Iryna B.",
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-joyful-portrait_23-2151972846.jpg",
},
{
id: "5",
name: "Oksana P.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mom-holding-sweet-baby-arms-while-drinking-coffee-coffee-shop_74855-16347.jpg",
},
{ id: "1", name: "Olena S.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-cheerful-africanamerican-girl-winking-smiling-camera-recommending-something-good-s_1258-130856.jpg" },
{ id: "2", name: "Anna K.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-her-worshop_23-2149536302.jpg" },
{ id: "3", name: "Maria V.", imageSrc: "http://img.b2bpic.net/free-photo/brown-haired-kid-kissing-mother-living-room-indoor-shot-young-woman-spending-time-with-little-daughter_197531-13634.jpg" },
{ id: "4", name: "Iryna B.", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-joyful-portrait_23-2151972846.jpg" },
{ id: "5", name: "Oksana P.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mom-holding-sweet-baby-arms-while-drinking-coffee-coffee-shop_74855-16347.jpg" },
]}
cardTitle="Messages of Love"
cardTag="Heartwarming"
@@ -192,28 +110,14 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Best way to celebrate?",
content: "The best way is time together.",
},
{
id: "f2",
title: "Flowers or gifts?",
content: "Personalized gifts often last longer.",
},
{
id: "f3",
title: "How to show love?",
content: "Just saying thank you goes a long way.",
},
{ id: "f1", title: "Best way to celebrate?", content: "The best way is time together." },
{ id: "f2", title: "Flowers or gifts?", content: "Personalized gifts often last longer." },
{ id: "f3", title: "How to show love?", content: "Just saying thank you goes a long way." },
]}
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-blossomed-tree-branch-with-white-flowers_181624-24465.jpg"
title="Common Questions"
description="Answers to help you prepare the perfect Mother's Day surprise."
faqsAnimation="slide-up"
imageAlt="flowers blooming garden background"
mediaAnimation="slide-up"
/>
</div>
@@ -224,30 +128,11 @@ export default function LandingPage() {
useInvertedBackground={false}
groups={[
{
id: "g1",
groupTitle: "Event Planners",
members: [
{
id: "m1",
title: "Svitlana M.",
subtitle: "Director",
detail: "Loves flowers",
},
{
id: "m2",
title: "Dmytro R.",
subtitle: "Logistics",
detail: "Ensures timely delivery",
},
{
id: "m3",
title: "Olga S.",
subtitle: "Creative Lead",
detail: "Design enthusiast",
},
id: "g1", groupTitle: "Event Planners", members: [
{ id: "m1", title: "Svitlana M.", subtitle: "Director", detail: "Loves flowers" },
{ id: "m2", title: "Dmytro R.", subtitle: "Logistics", detail: "Ensures timely delivery" },
{ id: "m3", title: "Olga S.", subtitle: "Creative Lead", detail: "Design enthusiast" },
],
imageSrc: "http://img.b2bpic.net/free-vector/set-botanical-frame-design-elements-vector_53876-61978.jpg",
imageAlt: "floral logo design vector",
},
]}
title="Our Dedicated Team"
@@ -259,62 +144,28 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={[
"FloralArt",
"GiftBoxCo",
"SpringLife",
"HeartWorks",
"WarmMemories",
]}
names={["FloralArt", "GiftBoxCo", "SpringLife", "HeartWorks", "WarmMemories"]}
title="Trusted by Families"
description="Join countless families who trust us to help celebrate special moments."
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
tag="Get in touch"
title="Send a Personalized Note"
description="Share your story or ask for help planning your special tribute today."
buttons={[
{
text: "Contact Us",
href: "#footer",
},
]}
buttons={[{ text: "Contact Us", href: "#footer" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Stories",
href: "#testimonials",
},
],
},
{
items: [
{
label: "Contact",
href: "#contact",
},
{
label: "Privacy Policy",
href: "#",
},
],
},
{ items: [{ label: "About Us", href: "#about" }, { label: "Stories", href: "#testimonials" }] },
{ items: [{ label: "Contact", href: "#contact" }, { label: "Privacy Policy", href: "#" }] },
]}
logoText="Mother's Day 2024"
/>