Merge version_1 into main #2
@@ -12,8 +12,8 @@ import { DM_Sans } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Elysian Artistry | Luxury Wedding Live Painting',
|
||||
description: 'Elevate your celebration with timeless live wedding paintings. Bespoke, cinematic artistry for destination and high-end events.',
|
||||
title: 'Elysian Artistry | Live Wedding Painting',
|
||||
description: 'Bespoke live wedding painting by world-class artists to capture your most cherished moments in real time.',
|
||||
openGraph: {
|
||||
"title": "Elysian Artistry | Luxury Wedding Live Painting",
|
||||
"description": "Elevate your celebration with timeless live wedding paintings.",
|
||||
|
||||
275
src/app/page.tsx
275
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Work",
|
||||
id: "work",
|
||||
},
|
||||
{
|
||||
name: "Booking",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Work", id: "work" },
|
||||
{ name: "Booking", id: "contact" },
|
||||
]}
|
||||
brandName="Elysian Artistry"
|
||||
/>
|
||||
@@ -55,63 +43,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Your Wedding Moment, Painted Live, Forever"
|
||||
description="Cinematic artistry meets luxury celebration. Watch your love story unfold on canvas as our award-winning artists capture emotion, movement, and elegance in real time—a living masterpiece your guests will never forget."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Work & Book Your Artist",
|
||||
href: "#work",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-set-painting-elements_23-2148276438.jpg?_wi=1"
|
||||
buttons={[{ text: "Explore Our Work & Book Your Artist", href: "#work" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-set-painting-elements_23-2148276438.jpg"
|
||||
imageAlt="Live wedding painter creating a masterpiece"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crop-hands-squeezing-paint-palette_23-2147802033.jpg",
|
||||
alt: "Crop hands squeezing paint on palette",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/contemporary-decorations-placed-as-inspiration-creativity-new-artwork_482257-118396.jpg",
|
||||
alt: "Contemporary decorations",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-talent-painting-rustic-masterpiece-using-fabric-clean-brush_482257-122899.jpg",
|
||||
alt: "Woman painting rustic masterpiece",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-woman-painting-orchids_23-2150960676.jpg",
|
||||
alt: "Close up on woman painting orchids",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-artist-painting-studio_1303-11442.jpg",
|
||||
alt: "Female artist painting in studio",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/crop-hands-squeezing-paint-palette_23-2147802033.jpg", alt: "Crop hands squeezing paint on palette" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/contemporary-decorations-placed-as-inspiration-creativity-new-artwork_482257-118396.jpg", alt: "Contemporary decorations" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-with-talent-painting-rustic-masterpiece-using-fabric-clean-brush_482257-122899.jpg", alt: "Woman painting rustic masterpiece" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-woman-painting-orchids_23-2150960676.jpg", alt: "Close up on woman painting orchids" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/female-artist-painting-studio_1303-11442.jpg", alt: "Female artist painting in studio" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Worldwide Availability",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxury Event Expertise",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fine Art Archival Materials",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Capturing Timeless Emotion",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premier Wedding Artist",
|
||||
},
|
||||
{ type: "text", text: "Worldwide Availability" },
|
||||
{ type: "text", text: "Luxury Event Expertise" },
|
||||
{ type: "text", text: "Fine Art Archival Materials" },
|
||||
{ type: "text", text: "Capturing Timeless Emotion" },
|
||||
{ type: "text", text: "Premier Wedding Artist" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,7 +72,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Timeless Artistry for Your Most Cherished Memories"
|
||||
description="We specialize in capturing the fleeting beauty of your wedding day through breathtaking live painting. Our team of world-class artists integrates seamlessly into your celebration, providing an immersive experience that guests adore and couples treasure for a lifetime."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/painter-mixes-multiple-watercolor-paints-palette-create-new-artwork_482257-112098.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/painter-mixes-multiple-watercolor-paints-palette-create-new-artwork_482257-112098.jpg"
|
||||
imageAlt="Fine art painter at work"
|
||||
/>
|
||||
</div>
|
||||
@@ -133,49 +84,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Cinematic Emotion",
|
||||
description: "Captured in real-time, our artists interpret the raw energy and intimacy of your vows.",
|
||||
icon: Sparkles,
|
||||
title: "Cinematic Emotion", description: "Captured in real-time, our artists interpret the raw energy and intimacy of your vows.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/halloween-decor-white-table-black-surface_176420-9110.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-plant_23-2149872235.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-set-painting-elements_23-2148276438.jpg?_wi=2",
|
||||
imageAlt: "wedding art painting",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/halloween-decor-white-table-black-surface_176420-9110.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-plant_23-2149872235.jpg" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Seamless Professionalism",
|
||||
description: "We blend discretely into your venue, becoming part of the atmosphere rather than an interruption.",
|
||||
icon: Shield,
|
||||
title: "Seamless Professionalism", description: "We blend discretely into your venue, becoming part of the atmosphere rather than an interruption.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170322.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-artist-teaching-group-people-how-draw-sitting-chair-classroom-smiling-camera-positive-atmosphere-drawing-workshop-art-education-sketching-classes-adults_482257-64491.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/painter-mixes-multiple-watercolor-paints-palette-create-new-artwork_482257-112098.jpg?_wi=2",
|
||||
imageAlt: "wedding art painting",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170322.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-artist-teaching-group-people-how-draw-sitting-chair-classroom-smiling-camera-positive-atmosphere-drawing-workshop-art-education-sketching-classes-adults_482257-64491.jpg" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Bespoke Masterpieces",
|
||||
description: "Customized compositions reflect the specific aesthetic and personality of your wedding theme.",
|
||||
icon: Award,
|
||||
title: "Bespoke Masterpieces", description: "Customized compositions reflect the specific aesthetic and personality of your wedding theme.", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hugging-day-celebration_23-2150976784.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-couple-being-love_23-2151125239.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg",
|
||||
imageAlt: "wedding art painting",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hugging-day-celebration_23-2150976784.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-couple-being-love_23-2151125239.jpg" }
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="The Art of Celebration"
|
||||
@@ -189,24 +116,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Star,
|
||||
title: "Prestigious Events",
|
||||
value: "500+",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Award,
|
||||
title: "Global Destinations",
|
||||
value: "25",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Sparkles,
|
||||
title: "Happy Couples",
|
||||
value: "480+",
|
||||
},
|
||||
{ id: "m1", icon: Star, title: "Prestigious Events", value: "500+" },
|
||||
{ id: "m2", icon: Award, title: "Global Destinations", value: "25" },
|
||||
{ id: "m3", icon: Sparkles, title: "Happy Couples", value: "480+" },
|
||||
]}
|
||||
title="Artistic Excellence in Numbers"
|
||||
description="Our legacy of luxury events continues to grow, painting stories across the globe."
|
||||
@@ -218,56 +130,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
date: "2023-08-12",
|
||||
title: "Luxury Bride",
|
||||
quote: "The most incredible addition to our day. Watching the painting emerge as we exchanged vows was truly magical.",
|
||||
tag: "Wedding",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-enjoying-time-together_23-2148395399.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
date: "2023-09-05",
|
||||
title: "Event Planner",
|
||||
quote: "A professional vendor that exceeds all expectations every single time.",
|
||||
tag: "Planner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/handsome-restaurant-manager-is-controlling-work-process_8353-10566.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
date: "2023-10-15",
|
||||
title: "Luxury Bride",
|
||||
quote: "My husband and I are in tears every time we look at the canvas. It's our favorite piece of art.",
|
||||
tag: "Wedding",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-love-black-dress-suit_624325-350.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-adult-man-his-30s-that-is-painting-big-canvas-with-lot-brushes-palette-while-sitting-floor-art-studio_662251-323.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
date: "2023-11-20",
|
||||
title: "Groom",
|
||||
quote: "An absolute hit with our guests. Everyone was mesmerized by the artist's focus and skill.",
|
||||
tag: "Wedding",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275500.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275497.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alexandra V.",
|
||||
date: "2023-12-05",
|
||||
title: "Luxury Coordinator",
|
||||
quote: "They bring a level of class and artistic brilliance to a wedding that simply cannot be replaced.",
|
||||
tag: "Coordinator",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smile-woman-talking-phone-looking-camera_23-2148317284.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-stylish-suit-office-with-tablet-device_23-2150167751.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Johnson", date: "2023-08-12", title: "Luxury Bride", quote: "The most incredible addition to our day. Watching the painting emerge as we exchanged vows was truly magical.", tag: "Wedding", avatarSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-enjoying-time-together_23-2148395399.jpg" },
|
||||
{ id: "2", name: "Michael Chen", date: "2023-09-05", title: "Event Planner", quote: "A professional vendor that exceeds all expectations every single time.", tag: "Planner", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-restaurant-manager-is-controlling-work-process_8353-10566.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" },
|
||||
{ id: "3", name: "Emily Rodriguez", date: "2023-10-15", title: "Luxury Bride", quote: "My husband and I are in tears every time we look at the canvas. It's our favorite piece of art.", tag: "Wedding", avatarSrc: "http://img.b2bpic.net/free-photo/couple-love-black-dress-suit_624325-350.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-adult-man-his-30s-that-is-painting-big-canvas-with-lot-brushes-palette-while-sitting-floor-art-studio_662251-323.jpg" },
|
||||
{ id: "4", name: "David Kim", date: "2023-11-20", title: "Groom", quote: "An absolute hit with our guests. Everyone was mesmerized by the artist's focus and skill.", tag: "Wedding", avatarSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275500.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275497.jpg" },
|
||||
{ id: "5", name: "Alexandra V.", date: "2023-12-05", title: "Luxury Coordinator", quote: "They bring a level of class and artistic brilliance to a wedding that simply cannot be replaced.", tag: "Coordinator", avatarSrc: "http://img.b2bpic.net/free-photo/smile-woman-talking-phone-looking-camera_23-2148317284.jpg", imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-stylish-suit-office-with-tablet-device_23-2150167751.jpg" },
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Stories from couples and planners who transformed their day into a living art gallery."
|
||||
@@ -279,14 +146,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Vogue Weddings",
|
||||
"The Knot",
|
||||
"Martha Stewart Weddings",
|
||||
"Brides Magazine",
|
||||
"Harper's Bazaar",
|
||||
"Style Me Pretty",
|
||||
"Luxury Weddings Global",
|
||||
]}
|
||||
"Vogue Weddings", "The Knot", "Martha Stewart Weddings", "Brides Magazine", "Harper's Bazaar", "Style Me Pretty", "Luxury Weddings Global"]}
|
||||
title="Trusted by Luxury Partners"
|
||||
description="Featured in the industry's top publications and venues."
|
||||
/>
|
||||
@@ -297,21 +157,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How much time is required?",
|
||||
content: "Our artists typically work for 4 to 6 hours during your event to capture the key moment.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can you paint at destination weddings?",
|
||||
content: "Yes, we travel globally for events, having worked in over 25 countries.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What is the painting process after the event?",
|
||||
content: "After the event, we take the painting to our studio for final touch-ups, varnish, and final presentation preparation.",
|
||||
},
|
||||
{ id: "f1", title: "How much time is required?", content: "Our artists typically work for 4 to 6 hours during your event to capture the key moment." },
|
||||
{ id: "f2", title: "Can you paint at destination weddings?", content: "Yes, we travel globally for events, having worked in over 25 countries." },
|
||||
{ id: "f3", title: "What is the painting process after the event?", content: "After the event, we take the painting to our studio for final touch-ups, varnish, and final presentation preparation." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-jar-with-paint-brushes-copy-space_23-2148591261.jpg"
|
||||
imageAlt="Art tools setup"
|
||||
@@ -324,10 +172,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Inquiry"
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Inquire About Your Date"
|
||||
description="Luxury availability is limited. Reach out today to secure your event date for a bespoke painting experience."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/illuminated-altar-exudes-elegant-spirituality-history-generated-by-ai_188544-10693.jpg"
|
||||
@@ -340,38 +187,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#work",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Services", href: "#work" }, { label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] },
|
||||
{ items: [{ label: "Instagram", href: "#" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
logoText="Elysian Artistry"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user