Update src/app/page.tsx
This commit is contained in:
374
src/app/page.tsx
374
src/app/page.tsx
@@ -33,37 +33,21 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "#services"},
|
||||||
id: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Portfolio",
|
name: "Portfolio", id: "#portfolio"},
|
||||||
id: "#portfolio",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Packages",
|
name: "Packages", id: "#packages"},
|
||||||
id: "#packages",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "#faq"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Elysian Captures"
|
brandName="Elysian Captures"
|
||||||
/>
|
/>
|
||||||
@@ -72,69 +56,44 @@ export default function LandingPage() {
|
|||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroCentered
|
<HeroCentered
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
title="Capturing Your Love Story, Beautifully."
|
title="Capturing Your Love Story, Beautifully."
|
||||||
description="Elysian Captures specializes in crafting timeless wedding photography that reflects your unique bond. We capture the magic, emotion, and joy of your special day."
|
description="Elysian Captures specializes in crafting timeless wedding photography that reflects your unique bond. We capture the magic, emotion, and joy of your special day."
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/front-view-photographer-holding-camera_23-2150264499.jpg",
|
src: "http://img.b2bpic.net/free-photo/front-view-photographer-holding-camera_23-2150264499.jpg", alt: "Photographer 1"},
|
||||||
alt: "Photographer 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/artist-talking-phone_23-2148422175.jpg",
|
src: "http://img.b2bpic.net/free-photo/artist-talking-phone_23-2148422175.jpg", alt: "Photographer 2"},
|
||||||
alt: "Photographer 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-women-enjoying-bachelorette-party_23-2149278390.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-women-enjoying-bachelorette-party_23-2149278390.jpg", alt: "Client 1"},
|
||||||
alt: "Client 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/groom-with-bouquet-park_1157-174.jpg",
|
src: "http://img.b2bpic.net/free-photo/groom-with-bouquet-park_1157-174.jpg", alt: "Client 2"},
|
||||||
alt: "Client 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/side-view-women-getting-married_23-2150753674.jpg",
|
src: "http://img.b2bpic.net/free-photo/side-view-women-getting-married_23-2150753674.jpg", alt: "Side view women getting married"},
|
||||||
alt: "Side view women getting married",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by hundreds of happy couples"
|
avatarText="Trusted by hundreds of happy couples"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "View Portfolio",
|
text: "View Portfolio", href: "#portfolio"},
|
||||||
href: "#portfolio",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Inquire Now",
|
text: "Inquire Now", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Heartfelt Moments", icon: Heart,
|
||||||
text: "Heartfelt Moments",
|
|
||||||
icon: Heart,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Timeless Memories", icon: Camera,
|
||||||
text: "Timeless Memories",
|
|
||||||
icon: Camera,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Artistic Vision", icon: Diamond,
|
||||||
text: "Artistic Vision",
|
|
||||||
icon: Diamond,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Joyful Celebrations", icon: Sparkles,
|
||||||
text: "Joyful Celebrations",
|
|
||||||
icon: Sparkles,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Unforgettable Stories", icon: Award,
|
||||||
text: "Unforgettable Stories",
|
|
||||||
icon: Award,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -145,24 +104,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: "Our Passion for "},
|
||||||
content: "Our Passion for ",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/side-view-photographer-married-couple_23-2150264517.jpg", alt: "Wedding Photography"},
|
||||||
src: "http://img.b2bpic.net/free-photo/side-view-photographer-married-couple_23-2150264517.jpg",
|
|
||||||
alt: "Wedding Photography",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: " Capturing Your Day"},
|
||||||
content: " Capturing Your Day",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Meet the Team",
|
text: "Meet the Team", href: "#team"},
|
||||||
href: "#team",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -175,35 +125,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Personalized Consultations", tags: [
|
||||||
title: "Personalized Consultations",
|
"Guidance", "Planning"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-woman-looking-through-photos-studio_23-2148424413.jpg", imageAlt: "Couple in a personalized consultation"},
|
||||||
"Guidance",
|
|
||||||
"Planning",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-woman-looking-through-photos-studio_23-2148424413.jpg",
|
|
||||||
imageAlt: "Couple in a personalized consultation",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Custom Album Design", tags: [
|
||||||
title: "Custom Album Design",
|
"Heirloom", "Artistry"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/black-white-kissing-portrait-couple_23-2151200330.jpg", imageAlt: "Open wedding album"},
|
||||||
"Heirloom",
|
|
||||||
"Artistry",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-kissing-portrait-couple_23-2151200330.jpg",
|
|
||||||
imageAlt: "Open wedding album",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Online Private Gallery", tags: [
|
||||||
title: "Online Private Gallery",
|
"Shareable", "Accessible"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-with-contemporary-digital-tablet-carpet_329181-812.jpg", imageAlt: "Online wedding photo gallery on tablet"},
|
||||||
"Shareable",
|
|
||||||
"Accessible",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-with-contemporary-digital-tablet-carpet_329181-812.jpg",
|
|
||||||
imageAlt: "Online wedding photo gallery on tablet",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Signature Services"
|
title="Our Signature Services"
|
||||||
description="From intimate ceremonies to grand celebrations, we offer a comprehensive range of services tailored to make your wedding photography experience seamless and unforgettable."
|
description="From intimate ceremonies to grand celebrations, we offer a comprehensive range of services tailored to make your wedding photography experience seamless and unforgettable."
|
||||||
@@ -218,47 +150,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Luxury Platinum Collection", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/newlyweds-stairs-kissing_1157-112.jpg", imageAlt: "Luxury wedding scene"},
|
||||||
name: "Luxury Platinum Collection",
|
|
||||||
price: "View Details",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/newlyweds-stairs-kissing_1157-112.jpg",
|
|
||||||
imageAlt: "Luxury wedding scene",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Timeless Gold Collection", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/young-guy-holding-hand-whirling-happy-lady_23-2148012540.jpg", imageAlt: "Classic wedding scene at golden hour"},
|
||||||
name: "Timeless Gold Collection",
|
|
||||||
price: "View Details",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-guy-holding-hand-whirling-happy-lady_23-2148012540.jpg",
|
|
||||||
imageAlt: "Classic wedding scene at golden hour",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "Intimate Silver Collection", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-presents-with-flowers-dark-background-love-color-feeling-marriage-holiday-couple-gifts_140725-157953.jpg", imageAlt: "Intimate wedding ceremony"},
|
||||||
name: "Intimate Silver Collection",
|
|
||||||
price: "View Details",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-presents-with-flowers-dark-background-love-color-feeling-marriage-holiday-couple-gifts_140725-157953.jpg",
|
|
||||||
imageAlt: "Intimate wedding ceremony",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Engagement Sessions", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/couple-park_1157-8319.jpg", imageAlt: "Engaged couple laughing outdoors"},
|
||||||
name: "Engagement Sessions",
|
|
||||||
price: "View Details",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-park_1157-8319.jpg",
|
|
||||||
imageAlt: "Engaged couple laughing outdoors",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Fine Art Prints & Canvases", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-lying-double-bed_1157-1309.jpg", imageAlt: "Wedding photo prints on a wall"},
|
||||||
name: "Fine Art Prints & Canvases",
|
|
||||||
price: "View Details",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-lying-double-bed_1157-1309.jpg",
|
|
||||||
imageAlt: "Wedding photo prints on a wall",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Cinematic Wedding Films", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-photographer-married-couple_23-2150264543.jpg", imageAlt: "Videographer filming a wedding"},
|
||||||
name: "Cinematic Wedding Films",
|
|
||||||
price: "View Details",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-photographer-married-couple_23-2150264543.jpg",
|
|
||||||
imageAlt: "Videographer filming a wedding",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Portfolio Highlights"
|
title="Our Portfolio Highlights"
|
||||||
description="Browse through our curated collections showcasing the beauty and emotion of past weddings. Each collection tells a unique love story, captured with passion and precision."
|
description="Browse through our curated collections showcasing the beauty and emotion of past weddings. Each collection tells a unique love story, captured with passion and precision."
|
||||||
@@ -272,62 +174,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "basic",
|
id: "basic", title: "Intimate Celebration", price: "$2,500", period: "starting at", features: [
|
||||||
title: "Intimate Celebration",
|
"6 Hours Coverage", "1 Lead Photographer", "Online Gallery", "100+ Edited Photos"],
|
||||||
price: "$2,500",
|
|
||||||
period: "starting at",
|
|
||||||
features: [
|
|
||||||
"6 Hours Coverage",
|
|
||||||
"1 Lead Photographer",
|
|
||||||
"Online Gallery",
|
|
||||||
"100+ Edited Photos",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Book Now",
|
text: "Book Now", href: "#contact"},
|
||||||
href: "#contact",
|
imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-accepting-gifts-from-guests-their-wedding_23-2150835728.jpg", imageAlt: "Intimate wedding setting"},
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-accepting-gifts-from-guests-their-wedding_23-2150835728.jpg",
|
|
||||||
imageAlt: "Intimate wedding setting",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "pro",
|
id: "pro", title: "Classic Wedding Day", price: "$4,000", period: "starting at", features: [
|
||||||
title: "Classic Wedding Day",
|
"8 Hours Coverage", "2 Photographers", "Online Gallery + USB", "300+ Edited Photos", "Engagement Session"],
|
||||||
price: "$4,000",
|
|
||||||
period: "starting at",
|
|
||||||
features: [
|
|
||||||
"8 Hours Coverage",
|
|
||||||
"2 Photographers",
|
|
||||||
"Online Gallery + USB",
|
|
||||||
"300+ Edited Photos",
|
|
||||||
"Engagement Session",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Book Now",
|
text: "Book Now", href: "#contact"},
|
||||||
href: "#contact",
|
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-africanamerican-bride-holding-rose-bouquet_181624-61146.jpg", imageAlt: "Classic wedding couple"},
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-africanamerican-bride-holding-rose-bouquet_181624-61146.jpg",
|
|
||||||
imageAlt: "Classic wedding couple",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "premium",
|
id: "premium", title: "Grand Event Collection", price: "$6,500", period: "starting at", features: [
|
||||||
title: "Grand Event Collection",
|
"10 Hours Coverage", "2 Photographers + Assistant", "Premium Album Design", "500+ Edited Photos", "Engagement Session + Prints", "Pre-wedding Consultation"],
|
||||||
price: "$6,500",
|
|
||||||
period: "starting at",
|
|
||||||
features: [
|
|
||||||
"10 Hours Coverage",
|
|
||||||
"2 Photographers + Assistant",
|
|
||||||
"Premium Album Design",
|
|
||||||
"500+ Edited Photos",
|
|
||||||
"Engagement Session + Prints",
|
|
||||||
"Pre-wedding Consultation",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Book Now",
|
text: "Book Now", href: "#contact"},
|
||||||
href: "#contact",
|
imageSrc: "http://img.b2bpic.net/free-photo/bridesmaid-stands-room_8353-7657.jpg", imageAlt: "Luxury wedding reception"},
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bridesmaid-stands-room_8353-7657.jpg",
|
|
||||||
imageAlt: "Luxury wedding reception",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Tailored Wedding Photography Packages"
|
title="Tailored Wedding Photography Packages"
|
||||||
description="Choose from our meticulously crafted packages, designed to fit various wedding sizes and desires. Each option ensures stunning photography and a memorable experience."
|
description="Choose from our meticulously crafted packages, designed to fit various wedding sizes and desires. Each option ensures stunning photography and a memorable experience."
|
||||||
@@ -338,61 +201,26 @@ export default function LandingPage() {
|
|||||||
<TestimonialCardThirteen
|
<TestimonialCardThirteen
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
animationType="slide-up"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Sarah & Mark Thompson", handle: "@thompson_wedding", testimonial: "Elysian Captures truly made our day unforgettable. Every photo radiates love and joy. We couldn't have asked for a better team to capture our wedding!", rating: 5,
|
||||||
name: "Sarah & Mark Thompson",
|
imageSrc: "http://img.b2bpic.net/free-photo/affectionate-couple-playing-park_1153-939.jpg", imageAlt: "Happy couple Sarah and Mark"},
|
||||||
handle: "@thompson_wedding",
|
|
||||||
testimonial: "Elysian Captures truly made our day unforgettable. Every photo radiates love and joy. We couldn't have asked for a better team to capture our wedding!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/affectionate-couple-playing-park_1153-939.jpg",
|
|
||||||
imageAlt: "Happy couple Sarah and Mark",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Emily & David Chen", handle: "@chen_love_story", testimonial: "The passion and artistry of Elysian Captures shone through every frame. They captured moments we didn't even know were happening. Simply stunning!", rating: 5,
|
||||||
name: "Emily & David Chen",
|
imageSrc: "http://img.b2bpic.net/free-photo/husband-wife-relaxing-their-rooftop-covid-19-lockdown_53876-97212.jpg", imageAlt: "Couple Emily and David"},
|
||||||
handle: "@chen_love_story",
|
|
||||||
testimonial: "The passion and artistry of Elysian Captures shone through every frame. They captured moments we didn't even know were happening. Simply stunning!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/husband-wife-relaxing-their-rooftop-covid-19-lockdown_53876-97212.jpg",
|
|
||||||
imageAlt: "Couple Emily and David",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Jessica & Robert Davis", handle: "@davis_forever", testimonial: "Professional, kind, and incredibly talented. Elysian Captures created an album that tells our story perfectly. We cherish every single photograph.", rating: 5,
|
||||||
name: "Jessica & Robert Davis",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-women-enjoying-bachelorette-party_23-2149278416.jpg", imageAlt: "Bride Jessica getting ready"},
|
||||||
handle: "@davis_forever",
|
|
||||||
testimonial: "Professional, kind, and incredibly talented. Elysian Captures created an album that tells our story perfectly. We cherish every single photograph.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-women-enjoying-bachelorette-party_23-2149278416.jpg",
|
|
||||||
imageAlt: "Bride Jessica getting ready",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "Maria & Alex Rodriguez", handle: "@rodriguez_nuptials", testimonial: "From the first meeting to the final delivery, the experience was flawless. Our wedding photos are beyond beautiful – pure magic!", rating: 5,
|
||||||
name: "Maria & Alex Rodriguez",
|
imageSrc: "http://img.b2bpic.net/free-photo/groom-best-men-posing-beach_23-2149044009.jpg", imageAlt: "Groom Alex looking at bride"},
|
||||||
handle: "@rodriguez_nuptials",
|
|
||||||
testimonial: "From the first meeting to the final delivery, the experience was flawless. Our wedding photos are beyond beautiful – pure magic!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-best-men-posing-beach_23-2149044009.jpg",
|
|
||||||
imageAlt: "Groom Alex looking at bride",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Olivia & Ethan White", handle: "@white_ceremony", testimonial: "We are absolutely thrilled with our wedding photos! Elysian Captures has an incredible eye for detail and captured the essence of our day perfectly.", rating: 5,
|
||||||
name: "Olivia & Ethan White",
|
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-by-sea-side_23-2149346984.jpg", imageAlt: "Wedding party celebrating"},
|
||||||
handle: "@white_ceremony",
|
|
||||||
testimonial: "We are absolutely thrilled with our wedding photos! Elysian Captures has an incredible eye for detail and captured the essence of our day perfectly.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-by-sea-side_23-2149346984.jpg",
|
|
||||||
imageAlt: "Wedding party celebrating",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t6",
|
id: "t6", name: "Chloe & Liam Green", handle: "@green_adventures", testimonial: "Choosing Elysian Captures was the best decision! They made us feel so comfortable, and the photos speak for themselves. Truly exceptional work.", rating: 5,
|
||||||
name: "Chloe & Liam Green",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-posing-against-sea-sitting-rocks_8353-12066.jpg", imageAlt: "Couple on a beach at sunset"},
|
||||||
handle: "@green_adventures",
|
|
||||||
testimonial: "Choosing Elysian Captures was the best decision! They made us feel so comfortable, and the photos speak for themselves. Truly exceptional work.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-posing-against-sea-sitting-rocks_8353-12066.jpg",
|
|
||||||
imageAlt: "Couple on a beach at sunset",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="Hear From Our Happy Couples"
|
title="Hear From Our Happy Couples"
|
||||||
@@ -406,25 +234,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "How far in advance should we book?", content: "We recommend booking at least 6-12 months in advance, especially for peak wedding seasons, to ensure our availability for your special day."},
|
||||||
title: "How far in advance should we book?",
|
|
||||||
content: "We recommend booking at least 6-12 months in advance, especially for peak wedding seasons, to ensure our availability for your special day.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "Do you offer custom packages?", content: "Yes, we understand every wedding is unique! We're happy to discuss your specific needs and create a bespoke package tailored just for you."},
|
||||||
title: "Do you offer custom packages?",
|
|
||||||
content: "Yes, we understand every wedding is unique! We're happy to discuss your specific needs and create a bespoke package tailored just for you.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "What is your photography style?", content: "Our style is a blend of candid storytelling and timeless elegance. We focus on capturing authentic emotions and beautiful moments in a classic, artistic manner."},
|
||||||
title: "What is your photography style?",
|
|
||||||
content: "Our style is a blend of candid storytelling and timeless elegance. We focus on capturing authentic emotions and beautiful moments in a classic, artistic manner.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q4",
|
id: "q4", title: "When will we receive our photos?", content: "You can expect to receive your full online gallery within 6-8 weeks after your wedding. A sneak peek will be provided within the first week!"},
|
||||||
title: "When will we receive our photos?",
|
|
||||||
content: "You can expect to receive your full online gallery within 6-8 weeks after your wedding. A sneak peek will be provided within the first week!",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/young-couple-together_1157-4491.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/young-couple-together_1157-4491.jpg"
|
||||||
imageAlt="Wedding couple signing documents"
|
imageAlt="Wedding couple signing documents"
|
||||||
@@ -440,14 +256,11 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
text="Ready to tell your love story? Let's connect and capture your cherished moments forever. Inquire about our availability and packages!"
|
text="Ready to tell your love story? Let's connect and capture your cherished moments forever. Inquire about our availability and packages!"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get in Touch",
|
text: "Get in Touch", href: "mailto:info@elysiancaptures.com"},
|
||||||
href: "mailto:info@elysiancaptures.com",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -457,54 +270,33 @@ export default function LandingPage() {
|
|||||||
logoText="Elysian Captures"
|
logoText="Elysian Captures"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Wedding Photography",
|
label: "Wedding Photography", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Engagement Sessions",
|
label: "Engagement Sessions", href: "#portfolio"},
|
||||||
href: "#portfolio",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Custom Albums",
|
label: "Custom Albums", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Portfolio",
|
label: "Portfolio", href: "#portfolio"},
|
||||||
href: "#portfolio",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Testimonials",
|
label: "Testimonials", href: "#testimonials"},
|
||||||
href: "#testimonials",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Instagram",
|
label: "Instagram", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Facebook",
|
label: "Facebook", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user