Merge version_1 into main #2
165
src/app/page.tsx
165
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Story", id: "about"},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "features",
|
||||
},
|
||||
name: "Experience", id: "features"},
|
||||
{
|
||||
name: "RSVP",
|
||||
id: "contact",
|
||||
},
|
||||
name: "RSVP", id: "contact"},
|
||||
]}
|
||||
brandName="The Forge"
|
||||
/>
|
||||
@@ -53,64 +45,41 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Your Love Story, Beautifully Told"
|
||||
description="Explore curated moments, reserve your spot, and join the celebration. Every detail designed for you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Enter the Gallery",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Enter the Gallery", href: "#features"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-couple-sitting-with-garland-home-bed_1157-43007.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-couple-sitting-with-garland-home-bed_1157-43007.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-couple-marriage-photo-session-outside_1303-16705.jpg",
|
||||
alt: "Couple 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-couple-marriage-photo-session-outside_1303-16705.jpg", alt: "Couple 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-taking-veil-off-bride_1153-2911.jpg",
|
||||
alt: "Couple 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-taking-veil-off-bride_1153-2911.jpg", alt: "Couple 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-bride-holding-flowers_23-2149540033.jpg",
|
||||
alt: "Couple 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-bride-holding-flowers_23-2149540033.jpg", alt: "Couple 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717841.jpg",
|
||||
alt: "Couple 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717841.jpg", alt: "Couple 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-women-enjoying-bachelorette-party_23-2149278401.jpg",
|
||||
alt: "Couple 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-women-enjoying-bachelorette-party_23-2149278401.jpg", alt: "Couple 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ couples"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Timeless Elegance",
|
||||
type: "text", text: "Timeless Elegance"},
|
||||
{
|
||||
type: "text-icon", text: "Bespoke Planning", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Bespoke Planning",
|
||||
icon: Sparkles,
|
||||
type: "text", text: "Luxury Venues"},
|
||||
{
|
||||
type: "text-icon", text: "Floral Design", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxury Venues",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Floral Design",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Photography",
|
||||
},
|
||||
type: "text", text: "Premium Photography"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,7 +92,7 @@ export default function LandingPage() {
|
||||
description="Weddings by The Forge crafts more than just events; we design timeless memories. Our luxury wedding planning services ensure that every element reflects your unique journey, from the first invitation to the final toast."
|
||||
subdescription="Dedicated to elegance, precision, and the art of storytelling."
|
||||
icon={Star}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-elegant-luxurious-wedding-stationery-planner-resources_23-2150166928.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-elegant-luxurious-wedding-stationery-planner-resources_23-2150166928.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -135,46 +104,30 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Digital Storytelling",
|
||||
description: "Immersive gallery and video trailers to share your journey.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-luxurious-wedding-stationery-planner-resources_23-2150166928.jpg?_wi=2",
|
||||
imageAlt: "Digital Storytelling",
|
||||
},
|
||||
title: "Digital Storytelling", description: "Immersive gallery and video trailers to share your journey.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-luxurious-wedding-stationery-planner-resources_23-2150166928.jpg", imageAlt: "Digital Storytelling"},
|
||||
items: [
|
||||
{
|
||||
icon: Camera,
|
||||
text: "Interactive Gallery",
|
||||
},
|
||||
text: "Interactive Gallery"},
|
||||
{
|
||||
icon: Play,
|
||||
text: "Autoplay Trailer",
|
||||
},
|
||||
text: "Autoplay Trailer"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-sitting-with-garland-home-bed_1157-43007.jpg?_wi=2",
|
||||
imageAlt: "luxury wedding couple elegant",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Seamless Planning",
|
||||
description: "Intuitive tools for your guests and planners.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-sitting-with-garland-home-bed_1157-43007.jpg?_wi=3",
|
||||
imageAlt: "Seamless Planning",
|
||||
},
|
||||
title: "Seamless Planning", description: "Intuitive tools for your guests and planners.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-sitting-with-garland-home-bed_1157-43007.jpg", imageAlt: "Seamless Planning"},
|
||||
items: [
|
||||
{
|
||||
icon: Calendar,
|
||||
text: "Countdown Timer",
|
||||
},
|
||||
text: "Countdown Timer"},
|
||||
{
|
||||
icon: MapPin,
|
||||
text: "Venue Integration",
|
||||
},
|
||||
text: "Venue Integration"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-luxurious-wedding-stationery-planner-resources_23-2150166928.jpg?_wi=3",
|
||||
imageAlt: "intimate wedding ceremony details",
|
||||
reverse: true
|
||||
},
|
||||
]}
|
||||
title="Curated Experiences"
|
||||
@@ -189,40 +142,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah & James",
|
||||
handle: "@sarahjames",
|
||||
testimonial: "The Forge made our wedding planning seamless and absolutely magical.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-marriage-photo-session-outside_1303-16705.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah & James", handle: "@sarahjames", testimonial: "The Forge made our wedding planning seamless and absolutely magical.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-marriage-photo-session-outside_1303-16705.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Emily & David",
|
||||
handle: "@emilydavid",
|
||||
testimonial: "Sophisticated, professional, and attentive to every tiny detail.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-taking-veil-off-bride_1153-2911.jpg",
|
||||
},
|
||||
id: "2", name: "Emily & David", handle: "@emilydavid", testimonial: "Sophisticated, professional, and attentive to every tiny detail.", imageSrc: "http://img.b2bpic.net/free-photo/man-taking-veil-off-bride_1153-2911.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Claire & Michael",
|
||||
handle: "@clairemichael",
|
||||
testimonial: "Everything was perfect. The digital experience impressed all our guests.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-bride-holding-flowers_23-2149540033.jpg",
|
||||
},
|
||||
id: "3", name: "Claire & Michael", handle: "@clairemichael", testimonial: "Everything was perfect. The digital experience impressed all our guests.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-bride-holding-flowers_23-2149540033.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jessica & Tom",
|
||||
handle: "@jessicat",
|
||||
testimonial: "A truly luxurious and stress-free wedding planning experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717841.jpg",
|
||||
},
|
||||
id: "4", name: "Jessica & Tom", handle: "@jessicat", testimonial: "A truly luxurious and stress-free wedding planning experience.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717841.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna & Leo",
|
||||
handle: "@annaleo",
|
||||
testimonial: "Our day felt unique and authentically us, thanks to The Forge.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-women-enjoying-bachelorette-party_23-2149278401.jpg",
|
||||
},
|
||||
id: "5", name: "Anna & Leo", handle: "@annaleo", testimonial: "Our day felt unique and authentically us, thanks to The Forge.", imageSrc: "http://img.b2bpic.net/free-photo/young-women-enjoying-bachelorette-party_23-2149278401.jpg"},
|
||||
]}
|
||||
title="Client Journeys"
|
||||
description="Hear from the couples who trusted us with their special day."
|
||||
@@ -233,8 +161,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="RSVP"
|
||||
title="Join the Celebration"
|
||||
description="Fill out the details below to confirm your presence at our wedding day."
|
||||
@@ -249,29 +176,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Portfolio", href: "#features"},
|
||||
{
|
||||
label: "RSVP",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "RSVP", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user