Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
139
src/app/page.tsx
139
src/app/page.tsx
@@ -29,64 +29,42 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "products",
|
||||
},
|
||||
name: "Shop", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Eralda Arts"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Welcome to Eralda Arts"
|
||||
description="Discover a unique collection of fine art and original paintings crafted with passion."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Collection", href: "#products"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artist-concept-with-painter_23-2147781662.jpg",
|
||||
imageAlt: "Art Gallery Hero",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artist-concept-with-painter_23-2147781662.jpg", imageAlt: "Art Gallery Hero"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/texture-paint-background-wallpaper-abstract-art-with-mixed-colors_53876-133235.jpg",
|
||||
imageAlt: "Creative Painting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/texture-paint-background-wallpaper-abstract-art-with-mixed-colors_53876-133235.jpg", imageAlt: "Creative Painting"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/developing-photographs-darkroom_23-2149894054.jpg",
|
||||
imageAlt: "Abstract Texture",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/developing-photographs-darkroom_23-2149894054.jpg", imageAlt: "Abstract Texture"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desk-concept-with-art-supplies_23-2148577693.jpg",
|
||||
imageAlt: "Gallery Exhibition",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desk-concept-with-art-supplies_23-2148577693.jpg", imageAlt: "Gallery Exhibition"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12518.jpg",
|
||||
imageAlt: "Oil Detail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12518.jpg", imageAlt: "Oil Detail"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-product-with-vintage-packaging_52683-107885.jpg",
|
||||
imageAlt: "Studio Workspace",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-product-with-vintage-packaging_52683-107885.jpg", imageAlt: "Studio Workspace"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,17 +77,11 @@ export default function LandingPage() {
|
||||
description="Welcome to my creative space. I focus on bringing emotions to canvas through unique techniques and vibrant color stories. Every piece tells a personal narrative rooted in observation and imagination."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Artistic Vision",
|
||||
description: "Creating pieces that inspire and evoke emotion.",
|
||||
},
|
||||
title: "Artistic Vision", description: "Creating pieces that inspire and evoke emotion."},
|
||||
{
|
||||
title: "Original Works",
|
||||
description: "Authentic hand-crafted canvas paintings.",
|
||||
},
|
||||
title: "Original Works", description: "Authentic hand-crafted canvas paintings."},
|
||||
{
|
||||
title: "Personalized Art",
|
||||
description: "Commissions available to fit your aesthetic.",
|
||||
},
|
||||
title: "Personalized Art", description: "Commissions available to fit your aesthetic."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-draws-picture-park_1150-4059.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -124,41 +96,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Abstract Morning",
|
||||
price: "$450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/acrylic-paint-textured-background-pink-abstract-style-creative-art_53876-139957.jpg",
|
||||
},
|
||||
id: "1", name: "Abstract Morning", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/acrylic-paint-textured-background-pink-abstract-style-creative-art_53876-139957.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Blue Horizons",
|
||||
price: "$600",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-frame_1203-3035.jpg",
|
||||
},
|
||||
id: "2", name: "Blue Horizons", price: "$600", imageSrc: "http://img.b2bpic.net/free-photo/photo-frame_1203-3035.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Golden Hour Sketch",
|
||||
price: "$320",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-arranging-clothes_23-2148372134.jpg",
|
||||
},
|
||||
id: "3", name: "Golden Hour Sketch", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-arranging-clothes_23-2148372134.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Urban Reflections",
|
||||
price: "$550",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-putting-poster-wall_23-2149829777.jpg",
|
||||
},
|
||||
id: "4", name: "Urban Reflections", price: "$550", imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-putting-poster-wall_23-2149829777.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Midnight Bloom",
|
||||
price: "$700",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-poppy-flower-background-illustration-remixed-from-public-domain-artworks_53876-104149.jpg",
|
||||
},
|
||||
id: "5", name: "Midnight Bloom", price: "$700", imageSrc: "http://img.b2bpic.net/free-photo/vintage-poppy-flower-background-illustration-remixed-from-public-domain-artworks_53876-104149.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Quiet Garden",
|
||||
price: "$400",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-sketching-female-canvas_23-2147889933.jpg",
|
||||
},
|
||||
id: "6", name: "Quiet Garden", price: "$400", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-sketching-female-canvas_23-2147889933.jpg"},
|
||||
]}
|
||||
title="Original Art Catalog"
|
||||
description="Browse my latest collection of original pieces ready for your home or gallery."
|
||||
@@ -172,12 +120,7 @@ export default function LandingPage() {
|
||||
title="Featured In"
|
||||
description="Showcased and recognized by art communities and galleries worldwide."
|
||||
names={[
|
||||
"Modern Arts Weekly",
|
||||
"Gallery Review",
|
||||
"Creative Canvas",
|
||||
"Urban Aesthetics",
|
||||
"The Painter's Journal",
|
||||
]}
|
||||
"Modern Arts Weekly", "Gallery Review", "Creative Canvas", "Urban Aesthetics", "The Painter's Journal"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -188,20 +131,12 @@ export default function LandingPage() {
|
||||
description="Have questions about a painting, commission inquiries, or just want to connect? Send me a message!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Your Email"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your message here...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your message here...", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/arrangement-with-artist-desk-canvas_23-2148577650.jpg"
|
||||
/>
|
||||
@@ -211,29 +146,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{
|
||||
label: "Shop",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Shop", href: "#products"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQ", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user