Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 47749fc009 | |||
| 97d4c6aa13 | |||
| 28f1a7064a | |||
| 1c0b833087 | |||
| 35d567f451 | |||
| 6792d3312d | |||
| 18a31ffe62 |
@@ -14,9 +14,9 @@ import { Sparkles, Palette, Brush, Lightbulb } from "lucide-react";
|
|||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
|
{ name: "About", id: "about" },
|
||||||
{ name: "Gallery", id: "gallery" },
|
{ name: "Gallery", id: "gallery" },
|
||||||
{ name: "Process", id: "process" },
|
{ name: "Process", id: "process" },
|
||||||
{ name: "About", id: "about" },
|
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
{ name: "Inquire", id: "inquire" },
|
{ name: "Inquire", id: "inquire" },
|
||||||
];
|
];
|
||||||
@@ -103,17 +103,14 @@ export default function HomePage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="about" data-section="about">
|
||||||
<MediaAbout
|
<MediaAbout
|
||||||
title="Contemporary Abstract Paintings by Flavia"
|
title="About Flavia"
|
||||||
description="Discover original artworks crafted with intention and precision. Each piece invites contemplation, designed for collectors who value authentic contemporary art."
|
description="Flavia is a contemporary abstract painter based in New York, dedicated to creating emotionally resonant work that challenges perception and invites contemplation. With over 15 years of professional practice, her paintings have been featured in galleries across North America and collected by institutions and private collectors worldwide. Her work bridges the gap between emotion and form, employing bold color palettes and intentional composition to create pieces designed for collectors who seek investment-quality contemporary art."
|
||||||
tag="Gallery"
|
tag="Artist"
|
||||||
buttons={[
|
buttons={[{ text: "Request Commission", href: "#contact" }]}
|
||||||
{ text: "Explore the Collection", href: "/gallery" },
|
imageSrc="http://img.b2bpic.net/free-photo/portrait-redhead-hipster-male-dressed-casual-clothes-with-glasses-full-beard-standing-with-crossed-arms-studio-isolated-dark-background_613910-4677.jpg?_wi=1"
|
||||||
{ text: "Commission an Artwork", href: "#contact" },
|
imageAlt="Flavia in her studio"
|
||||||
]}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/creative-view-indoors-window-curtains_23-2149657515.jpg?_wi=1"
|
|
||||||
imageAlt="Flavia's contemporary abstract painting"
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -153,18 +150,6 @@ export default function HomePage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
|
||||||
<MediaAbout
|
|
||||||
title="About Flavia"
|
|
||||||
description="Flavia is a contemporary abstract painter based in New York, dedicated to creating emotionally resonant work that challenges perception and invites contemplation. With over 15 years of professional practice, her paintings have been featured in galleries across North America and collected by institutions and private collectors worldwide. Her work bridges the gap between emotion and form, employing bold color palettes and intentional composition to create pieces designed for collectors who seek investment-quality contemporary art."
|
|
||||||
tag="Artist"
|
|
||||||
buttons={[{ text: "Request Commission", href: "#contact" }]}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-redhead-hipster-male-dressed-casual-clothes-with-glasses-full-beard-standing-with-crossed-arms-studio-isolated-dark-background_613910-4677.jpg?_wi=1"
|
|
||||||
imageAlt="Flavia in her studio"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardThirteen
|
<TestimonialCardThirteen
|
||||||
title="What Collectors Say"
|
title="What Collectors Say"
|
||||||
|
|||||||
Reference in New Issue
Block a user