Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 08bf3dfa5f |
324
src/app/page.tsx
324
src/app/page.tsx
@@ -34,37 +34,23 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#hero"},
|
||||||
id: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Memories",
|
name: "Memories", id: "#memories"},
|
||||||
id: "#memories",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Messages",
|
name: "Messages", id: "#messages"},
|
||||||
id: "#messages",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Family",
|
name: "Family", id: "#family"},
|
||||||
id: "#family",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Gallery",
|
name: "Gallery", id: "#gallery"},
|
||||||
id: "#gallery",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Wishes",
|
name: "Wishes", id: "#wishes"},
|
||||||
id: "#wishes",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/romance-single-valentine-tag-sale_1232-3759.jpg"
|
logoSrc="http://img.b2bpic.net/free-photo/romance-single-valentine-tag-sale_1232-3759.jpg"
|
||||||
logoAlt="Birthday Logo"
|
logoAlt="Birthday Logo"
|
||||||
brandName="Happy Birthday, Mom!"
|
brandName="Happy Birthday, Mom!"
|
||||||
button={{
|
button={{
|
||||||
text: "Send a Wish",
|
text: "Send a Wish", href: "#wishes"}}
|
||||||
href: "#wishes",
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -75,77 +61,40 @@ export default function LandingPage() {
|
|||||||
description="To the most wonderful woman in the world, thank you for your endless love, support, and joy. This site is a small tribute to your incredible spirit."
|
description="To the most wonderful woman in the world, thank you for your endless love, support, and joy. This site is a small tribute to your incredible spirit."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Your Son",
|
name: "Your Son", handle: "@son", testimonial: "Your strength inspires me every day. Love you always!", rating: 5,
|
||||||
handle: "@son",
|
imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-smiling-father-daughter_23-2147805472.jpg", imageAlt: "happy son portrait smiling"},
|
||||||
testimonial: "Your strength inspires me every day. Love you always!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-smiling-father-daughter_23-2147805472.jpg",
|
|
||||||
imageAlt: "happy son portrait smiling",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Your Daughter",
|
name: "Your Daughter", handle: "@daughter", testimonial: "Thank you for being my best friend and guiding light. Wishing you the happiest birthday!", rating: 5,
|
||||||
handle: "@daughter",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-laughing-alone_1140-386.jpg", imageAlt: "happy daughter portrait smiling"},
|
||||||
testimonial: "Thank you for being my best friend and guiding light. Wishing you the happiest birthday!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-laughing-alone_1140-386.jpg",
|
|
||||||
imageAlt: "happy daughter portrait smiling",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Your Grandchild",
|
name: "Your Grandchild", handle: "@grandchild", testimonial: "Grandma, you're the best! Hope your day is as amazing as you are!", rating: 5,
|
||||||
handle: "@grandchild",
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-man-portrait_23-2151056607.jpg", imageAlt: "grandfather portrait kind smile"},
|
||||||
testimonial: "Grandma, you're the best! Hope your day is as amazing as you are!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-man-portrait_23-2151056607.jpg",
|
|
||||||
imageAlt: "grandfather portrait kind smile",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Your Partner",
|
name: "Your Partner", handle: "@partner", testimonial: "Your warmth makes our family complete. Here's to celebrating you!", rating: 5,
|
||||||
handle: "@partner",
|
imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-laughing_23-2147615920.jpg", imageAlt: "Father and daughter laughing"},
|
||||||
testimonial: "Your warmth makes our family complete. Here's to celebrating you!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-laughing_23-2147615920.jpg",
|
|
||||||
imageAlt: "Father and daughter laughing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "A Loved One",
|
name: "A Loved One", handle: "@lovedone", testimonial: "Forever grateful for your kindness and guidance. Happy Birthday!", rating: 5,
|
||||||
handle: "@lovedone",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-outdoors_23-2148613013.jpg", imageAlt: "Portrait of smiley woman outdoors"},
|
||||||
testimonial: "Forever grateful for your kindness and guidance. Happy Birthday!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-outdoors_23-2148613013.jpg",
|
|
||||||
imageAlt: "Portrait of smiley woman outdoors",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
testimonialRotationInterval={5000}
|
testimonialRotationInterval={5000}
|
||||||
tag="A Special Tribute"
|
tag="A Special Tribute"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Memories",
|
text: "Explore Memories", href: "#memories"},
|
||||||
href: "#memories",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/lovely-young-couple-hugging_1098-1538.jpg",
|
src: "http://img.b2bpic.net/free-photo/lovely-young-couple-hugging_1098-1538.jpg", alt: "Lovely young couple hugging"},
|
||||||
alt: "Lovely young couple hugging",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-teenager-portraits-isolated_23-2149158269.jpg",
|
src: "http://img.b2bpic.net/free-photo/happy-teenager-portraits-isolated_23-2149158269.jpg", alt: "Happy teenager portraits isolated"},
|
||||||
alt: "Happy teenager portraits isolated",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/cheerful-family-sitting-together-park_1098-1264.jpg",
|
src: "http://img.b2bpic.net/free-photo/cheerful-family-sitting-together-park_1098-1264.jpg", alt: "Cheerful family sitting together in the park"},
|
||||||
alt: "Cheerful family sitting together in the park",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-happy-family-hugging-home_1098-3619.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-happy-family-hugging-home_1098-3619.jpg", alt: "Close-up of happy family hugging at home"},
|
||||||
alt: "Close-up of happy family hugging at home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/cheerful-family-enjoying-outdoors_1098-1292.jpg",
|
src: "http://img.b2bpic.net/free-photo/cheerful-family-enjoying-outdoors_1098-1292.jpg", alt: "Cheerful family enjoying outdoors"},
|
||||||
alt: "Cheerful family enjoying outdoors",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-festive-decorations-christmas-new-year-bright-lights-garlands-web-banner_166373-5238.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/blurred-festive-decorations-christmas-new-year-bright-lights-garlands-web-banner_166373-5238.jpg"
|
||||||
imageAlt="mother daughter hugging sunset"
|
imageAlt="mother daughter hugging sunset"
|
||||||
@@ -160,10 +109,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="A Lifetime of Love and Joy"
|
title="A Lifetime of Love and Joy"
|
||||||
description={[
|
description={[
|
||||||
"Mom, you are the heart of our family, a beacon of strength, wisdom, and unconditional love. Every moment spent with you is a cherished gift, filled with laughter, warmth, and invaluable lessons.",
|
"Mom, you are the heart of our family, a beacon of strength, wisdom, and unconditional love. Every moment spent with you is a cherished gift, filled with laughter, warmth, and invaluable lessons.", "This year, as you celebrate another beautiful milestone, we want to shower you with all the happiness you bring into our lives. From your comforting hugs to your inspiring resilience, you make our world a better place.", "Thank you for everything, for being you. We hope this little website brings a smile to your face and reminds you just how much you are adored and appreciated by everyone around you. Here's to many more years of health, happiness, and shared memories!"]}
|
||||||
"This year, as you celebrate another beautiful milestone, we want to shower you with all the happiness you bring into our lives. From your comforting hugs to your inspiring resilience, you make our world a better place.",
|
|
||||||
"Thank you for everything, for being you. We hope this little website brings a smile to your face and reminds you just how much you are adored and appreciated by everyone around you. Here's to many more years of health, happiness, and shared memories!",
|
|
||||||
]}
|
|
||||||
showBorder={false}
|
showBorder={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -176,34 +122,22 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: Heart,
|
icon: Heart,
|
||||||
title: "Unconditional Love",
|
title: "Unconditional Love", description: "Your love has always been our strongest foundation, guiding us through every step of life with warmth and acceptance."},
|
||||||
description: "Your love has always been our strongest foundation, guiding us through every step of life with warmth and acceptance.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Gift,
|
icon: Gift,
|
||||||
title: "Infectious Laughter",
|
title: "Infectious Laughter", description: "Your laughter is contagious, filling every room with joy and happiness. It's truly one of our favorite sounds."},
|
||||||
description: "Your laughter is contagious, filling every room with joy and happiness. It's truly one of our favorite sounds.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Heart,
|
icon: Heart,
|
||||||
title: "Green Thumb",
|
title: "Green Thumb", description: "Your beautiful garden is a testament to your nurturing spirit and patience, blooming just like your love for us."},
|
||||||
description: "Your beautiful garden is a testament to your nurturing spirit and patience, blooming just like your love for us.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: GraduationCap,
|
icon: GraduationCap,
|
||||||
title: "Wise Counsel",
|
title: "Wise Counsel", description: "Your advice has been invaluable, offering clarity and comfort during our most challenging times. Always our wisest confidante."},
|
||||||
description: "Your advice has been invaluable, offering clarity and comfort during our most challenging times. Always our wisest confidante.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Coffee,
|
icon: Coffee,
|
||||||
title: "Best Coffee Buddy",
|
title: "Best Coffee Buddy", description: "Shared mornings and late-night talks over coffee are some of our most treasured bonding moments."},
|
||||||
description: "Shared mornings and late-night talks over coffee are some of our most treasured bonding moments.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Camera,
|
icon: Camera,
|
||||||
title: "Family Photographer",
|
title: "Family Photographer", description: "Always there to capture every precious moment, building a beautiful archive of our family's history."},
|
||||||
description: "Always there to capture every precious moment, building a beautiful archive of our family's history.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Cherished Memories"
|
title="Cherished Memories"
|
||||||
description="Each moment with you is a treasure. Here are some of the qualities and memories that make you so special."
|
description="Each moment with you is a treasure. Here are some of the qualities and memories that make you so special."
|
||||||
@@ -221,59 +155,23 @@ export default function LandingPage() {
|
|||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "David", role: "Husband", company: "Family", rating: 5,
|
||||||
name: "David",
|
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-relaxing-park_23-2148219115.jpg", imageAlt: "happy family friend portrait"},
|
||||||
role: "Husband",
|
|
||||||
company: "Family",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-relaxing-park_23-2148219115.jpg",
|
|
||||||
imageAlt: "happy family friend portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Sarah", role: "Daughter", company: "Family", rating: 5,
|
||||||
name: "Sarah",
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-leaning-fist-looking-camera_23-2148179009.jpg", imageAlt: "smiling man professional portrait"},
|
||||||
role: "Daughter",
|
|
||||||
company: "Family",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-leaning-fist-looking-camera_23-2148179009.jpg",
|
|
||||||
imageAlt: "smiling man professional portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Michael", role: "Son", company: "Family", rating: 5,
|
||||||
name: "Michael",
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-outdoor_624325-1457.jpg", imageAlt: "woman with warm smile portrait"},
|
||||||
role: "Son",
|
|
||||||
company: "Family",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-outdoor_624325-1457.jpg",
|
|
||||||
imageAlt: "woman with warm smile portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Emily", role: "Friend", company: "Lifelong Friend", rating: 5,
|
||||||
name: "Emily",
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-redhead-woman-laughing-while-looking-camera_23-2148281617.jpg", imageAlt: "young adult smiling happy"},
|
||||||
role: "Friend",
|
|
||||||
company: "Lifelong Friend",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-redhead-woman-laughing-while-looking-camera_23-2148281617.jpg",
|
|
||||||
imageAlt: "young adult smiling happy",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "James", role: "Brother", company: "Family", rating: 5,
|
||||||
name: "James",
|
imageSrc: "http://img.b2bpic.net/free-photo/climber-celebrates-breathtaking-mountain-summit-relishing-scenic-view_482257-124955.jpg", imageAlt: "family member laughing portrait"},
|
||||||
role: "Brother",
|
|
||||||
company: "Family",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/climber-celebrates-breathtaking-mountain-summit-relishing-scenic-view_482257-124955.jpg",
|
|
||||||
imageAlt: "family member laughing portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", name: "Olivia", role: "Grandchild", company: "Family", rating: 5,
|
||||||
name: "Olivia",
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-couple-hugging_23-2149390984.jpg", imageAlt: "sister smiling close up"},
|
||||||
role: "Grandchild",
|
|
||||||
company: "Family",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-couple-hugging_23-2149390984.jpg",
|
|
||||||
imageAlt: "sister smiling close up",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Loving Messages"
|
title="Loving Messages"
|
||||||
description="Words from family and friends, celebrating the incredible person you are."
|
description="Words from family and friends, celebrating the incredible person you are."
|
||||||
@@ -291,29 +189,13 @@ export default function LandingPage() {
|
|||||||
membersAnimation="slide-up"
|
membersAnimation="slide-up"
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Dad", imageSrc: "http://img.b2bpic.net/free-photo/front-view-men-holding-hands-consoling-each-other_23-2148398393.jpg", imageAlt: "father smiling candid portrait"},
|
||||||
name: "Dad",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-men-holding-hands-consoling-each-other_23-2148398393.jpg",
|
|
||||||
imageAlt: "father smiling candid portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Daughter", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-family-posing-together_23-2149071588.jpg", imageAlt: "daughter joyful portrait bright"},
|
||||||
name: "Daughter",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-family-posing-together_23-2149071588.jpg",
|
|
||||||
imageAlt: "daughter joyful portrait bright",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Son", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-posing-together_23-2149071589.jpg", imageAlt: "son smiling confident portrait"},
|
||||||
name: "Son",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-posing-together_23-2149071589.jpg",
|
|
||||||
imageAlt: "son smiling confident portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Grandma", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-with-grey-hair-standing-bricks-wall-celebrating-surprised-amazed-success-with-arms-raised-eyes-closed-winner-concept_839833-18748.jpg", imageAlt: "grandmother happy portrait kind"},
|
||||||
name: "Grandma",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-with-grey-hair-standing-bricks-wall-celebrating-surprised-amazed-success-with-arms-raised-eyes-closed-winner-concept_839833-18748.jpg",
|
|
||||||
imageAlt: "grandmother happy portrait kind",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
memberVariant="card"
|
memberVariant="card"
|
||||||
/>
|
/>
|
||||||
@@ -324,16 +206,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Birthday Parties",
|
"Birthday Parties", "Family Vacations", "Holiday Gatherings", "Gardening Days", "Cooking Adventures", "Game Nights", "Quiet Moments", "Beach Trips", "Road Trips"]}
|
||||||
"Family Vacations",
|
|
||||||
"Holiday Gatherings",
|
|
||||||
"Gardening Days",
|
|
||||||
"Cooking Adventures",
|
|
||||||
"Game Nights",
|
|
||||||
"Quiet Moments",
|
|
||||||
"Beach Trips",
|
|
||||||
"Road Trips",
|
|
||||||
]}
|
|
||||||
title="A Gallery of Moments"
|
title="A Gallery of Moments"
|
||||||
description="Some of our most cherished memories, captured in time."
|
description="Some of our most cherished memories, captured in time."
|
||||||
speed={40}
|
speed={40}
|
||||||
@@ -347,25 +220,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "What's Mom's favorite flower?", content: "Roses, especially the ones from her garden!"},
|
||||||
title: "What's Mom's favorite flower?",
|
|
||||||
content: "Roses, especially the ones from her garden!",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "What's her go-to comfort food?", content: "Her homemade lasagna, of course!"},
|
||||||
title: "What's her go-to comfort food?",
|
|
||||||
content: "Her homemade lasagna, of course!",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Where does Mom love to travel most?", content: "Anywhere with a beach and warm sunshine."},
|
||||||
title: "Where does Mom love to travel most?",
|
|
||||||
content: "Anywhere with a beach and warm sunshine.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "What's her secret talent?", content: "She can solve any crossword puzzle in record time!"},
|
||||||
title: "What's her secret talent?",
|
|
||||||
content: "She can solve any crossword puzzle in record time!",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/people-looking-picture-album_23-2149548450.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/people-looking-picture-album_23-2149548450.jpg"
|
||||||
imageAlt="vintage photo album open"
|
imageAlt="vintage photo album open"
|
||||||
@@ -382,7 +243,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="gallery" data-section="gallery">
|
<div id="gallery" data-section="gallery">
|
||||||
<BlogCardThree
|
<BlogCardThree
|
||||||
animationType="slide-up"
|
animationType="scale-rotate"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
@@ -392,49 +253,13 @@ export default function LandingPage() {
|
|||||||
tagAnimation="blur-reveal"
|
tagAnimation="blur-reveal"
|
||||||
blogs={[
|
blogs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", category: "Childhood", title: "First Cooking Lessons", excerpt: "Remembering the joy of baking cookies and learning recipes in the kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-family-baking-together_23-2150334812.jpg", imageAlt: "mom and kids baking together", authorName: "The Kids", authorAvatar: "http://img.b2bpic.net/free-photo/modern-man-desk_23-2147986059.jpg", date: "July 15, 2005"},
|
||||||
category: "Childhood",
|
|
||||||
title: "First Cooking Lessons",
|
|
||||||
excerpt: "Remembering the joy of baking cookies and learning recipes in the kitchen.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-with-little-daughter-cooking-together-kitchen_1303-18403.jpg",
|
|
||||||
imageAlt: "mom and kids baking together",
|
|
||||||
authorName: "The Kids",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/modern-man-desk_23-2147986059.jpg",
|
|
||||||
date: "July 15, 2005",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", category: "Adventures", title: "Beach Day Fun", excerpt: "Sunny days and sandy toes, making unforgettable memories by the ocean.", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-vacation_23-2148704259.jpg", imageAlt: "family vacation beach sunset", authorName: "The Family", authorAvatar: "http://img.b2bpic.net/free-photo/people-travelling-sustainable-way_23-2151334365.jpg", date: "August 22, 2010"},
|
||||||
category: "Adventures",
|
|
||||||
title: "Beach Day Fun",
|
|
||||||
excerpt: "Sunny days and sandy toes, making unforgettable memories by the ocean.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-people-taking-selfie_23-2149487091.jpg",
|
|
||||||
imageAlt: "family vacation beach sunset",
|
|
||||||
authorName: "The Family",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/people-travelling-sustainable-way_23-2151334365.jpg",
|
|
||||||
date: "August 22, 2010",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", category: "Celebrations", title: "Surprise Party!", excerpt: "The moment we pulled off the perfect birthday surprise. Pure joy!", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-group-celebrating-birthday_23-2150531580.jpg", imageAlt: "mom receiving flowers happy", authorName: "Friends & Family", authorAvatar: "http://img.b2bpic.net/free-photo/gardener-reading-from-book-being-surrounded-by-plants_23-2148435673.jpg", date: "May 10, 2018"},
|
||||||
category: "Celebrations",
|
|
||||||
title: "Surprise Party!",
|
|
||||||
excerpt: "The moment we pulled off the perfect birthday surprise. Pure joy!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-like-party_158595-3906.jpg",
|
|
||||||
imageAlt: "mom receiving flowers happy",
|
|
||||||
authorName: "Friends & Family",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/gardener-reading-from-book-being-surrounded-by-plants_23-2148435673.jpg",
|
|
||||||
date: "May 10, 2018",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", category: "Relaxation", title: "Quiet Reading Nooks", excerpt: "Moments of peace and quiet, lost in a good book with a cup of tea.", imageSrc: "http://img.b2bpic.net/free-photo/mother-and-daughter-reading-book-together_23-2149548398.jpg", imageAlt: "mom reading book cozy home", authorName: "Candid Cam", authorAvatar: "http://img.b2bpic.net/free-photo/happy-woman-holding-book_23-2148973430.jpg", date: "January 5, 2022"},
|
||||||
category: "Relaxation",
|
|
||||||
title: "Quiet Reading Nooks",
|
|
||||||
excerpt: "Moments of peace and quiet, lost in a good book with a cup of tea.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-hugging-reading-book_23-2147896474.jpg",
|
|
||||||
imageAlt: "mom reading book cozy home",
|
|
||||||
authorName: "Candid Cam",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/happy-woman-holding-book_23-2148973430.jpg",
|
|
||||||
date: "January 5, 2022",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -443,8 +268,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
tag="Happy Birthday!"
|
tag="Happy Birthday!"
|
||||||
title="Send Your Wishes"
|
title="Send Your Wishes"
|
||||||
description="Leave a heartfelt message or share a favorite memory with Mom. She would love to hear from you!"
|
description="Leave a heartfelt message or share a favorite memory with Mom. She would love to hear from you!"
|
||||||
@@ -463,41 +287,25 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Site Links",
|
title: "Site Links", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "#hero"},
|
||||||
href: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Memories",
|
label: "Memories", href: "#memories"},
|
||||||
href: "#memories",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Messages",
|
label: "Messages", href: "#messages"},
|
||||||
href: "#messages",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Family",
|
label: "Family", href: "#family"},
|
||||||
href: "#family",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Gallery",
|
label: "Gallery", href: "#gallery"},
|
||||||
href: "#gallery",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Wishes",
|
label: "Wishes", href: "#wishes"},
|
||||||
href: "#wishes",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Send a Message",
|
label: "Send a Message", href: "#wishes"},
|
||||||
href: "#wishes",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user