Update src/app/page.tsx

This commit is contained in:
2026-05-10 15:00:58 +00:00
parent f8618b420e
commit fc9b520aea

View File

@@ -29,22 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Our Story",
id: "our-story",
},
{
name: "Why I Love You",
id: "why-i-love-you",
},
{
name: "Gallery",
id: "gallery",
},
{ name: "Home", id: "hero" },
{ name: "Our Story", id: "our-story" },
{ name: "Why I Love You", id: "why-i-love-you" },
{ name: "Gallery", id: "gallery" },
]}
brandName="Marina & Nazar"
/>
@@ -52,17 +40,10 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
logoText="Marina & Nazar"
description="2 years of love • May 2024 May 2026"
buttons={[
{
text: "Our Journey",
href: "#our-story",
},
]}
buttons={[{ text: "Our Journey", href: "#our-story" }]}
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-love-making-self-portrait-purple-wall_273443-1436.jpg"
imageAlt="Happy couple in love making self portrait on purple wall"
@@ -74,11 +55,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Story"
description={[
"May 2024: The day we met and felt an instant connection.",
"August 2024: Our first magical date under the stars.",
"May 2025: Celebrating one wonderful year together.",
"May 2026: Two years and a lifetime of love to look forward to.",
]}
"May 2024: The day we met and felt an instant connection.", "August 2024: Our first magical date under the stars.", "May 2025: Celebrating one wonderful year together.", "May 2026: Two years and a lifetime of love to look forward to."]}
/>
</div>
@@ -88,21 +65,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
icon: Heart,
title: "Nazar says",
description: "Marina, you are the sunshine in my life, making every ordinary moment feel extraordinary.",
},
{
icon: Heart,
title: "Marina says",
description: "Nazar, your kindness and warmth make me feel at home wherever we are together.",
},
{
icon: Sparkles,
title: "Together",
description: "We are better together, growing and learning with every passing day.",
},
{ icon: Heart, title: "Nazar says", description: "Marina, you are the sunshine in my life, making every ordinary moment feel extraordinary." },
{ icon: Heart, title: "Marina says", description: "Nazar, your kindness and warmth make me feel at home wherever we are together." },
{ icon: Sparkles, title: "Together", description: "We are better together, growing and learning with every passing day." },
]}
title="Why I Love You"
description="Sweet words from our hearts"
@@ -113,36 +78,12 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{
id: "p1",
name: "First date",
imageSrc: "http://img.b2bpic.net/free-photo/hello-october-background-with-father-kid_23-2149387880.jpg",
},
{
id: "p2",
name: "Sunset walk",
imageSrc: "http://img.b2bpic.net/free-photo/models-posing-with-broken-cloth_23-2148546990.jpg",
},
{
id: "p3",
name: "Hand in hand",
imageSrc: "http://img.b2bpic.net/free-photo/carefree-smiling-love-rucksack-grey-hair_1134-715.jpg",
},
{
id: "p4",
name: "Coffee dates",
imageSrc: "http://img.b2bpic.net/free-photo/cute-couple-park-lady-gray-coat-people-with-thermos-croissant_1157-42532.jpg",
},
{
id: "p5",
name: "Beach days",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-hugging-sea-shore-evening_23-2148020113.jpg",
},
{
id: "p6",
name: "Summer meadow",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-lovely-couple-enjoying-picnic_23-2151365383.jpg",
},
{ id: "p1", name: "First date", imageSrc: "http://img.b2bpic.net/free-photo/hello-october-background-with-father-kid_23-2149387880.jpg" },
{ id: "p2", name: "Sunset walk", imageSrc: "http://img.b2bpic.net/free-photo/models-posing-with-broken-cloth_23-2148546990.jpg" },
{ id: "p3", name: "Hand in hand", imageSrc: "http://img.b2bpic.net/free-photo/carefree-smiling-love-rucksack-grey-hair_1134-715.jpg" },
{ id: "p4", name: "Coffee dates", imageSrc: "http://img.b2bpic.net/free-photo/cute-couple-park-lady-gray-coat-people-with-thermos-croissant_1157-42532.jpg" },
{ id: "p5", name: "Beach days", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-hugging-sea-shore-evening_23-2148020113.jpg" },
{ id: "p6", name: "Summer meadow", imageSrc: "http://img.b2bpic.net/free-photo/close-up-lovely-couple-enjoying-picnic_23-2151365383.jpg" },
]}
cardTitle="Our Memories"
cardTag="Polaroid Moments"
@@ -152,10 +93,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Get in touch with us!"
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
/>
</div>