7 Commits

Author SHA1 Message Date
47749fc009 Merge version_3 into main
Merge version_3 into main
2026-03-06 16:55:30 +00:00
97d4c6aa13 Update src/app/page.tsx 2026-03-06 16:55:26 +00:00
28f1a7064a Update src/app/layout.tsx 2026-03-06 16:55:26 +00:00
1c0b833087 Merge version_2 into main
Merge version_2 into main
2026-03-06 16:53:28 +00:00
35d567f451 Merge version_2 into main
Merge version_2 into main
2026-03-06 16:53:15 +00:00
6792d3312d Merge version_2 into main
Merge version_2 into main
2026-03-06 16:51:20 +00:00
18a31ffe62 Merge version_2 into main
Merge version_2 into main
2026-03-06 16:50:15 +00:00
2 changed files with 10 additions and 25 deletions

View File

@@ -1420,4 +1420,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -14,9 +14,9 @@ import { Sparkles, Palette, Brush, Lightbulb } from "lucide-react";
export default function HomePage() {
const navItems = [
{ name: "About", id: "about" },
{ name: "Gallery", id: "gallery" },
{ name: "Process", id: "process" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Inquire", id: "inquire" },
];
@@ -103,17 +103,14 @@ export default function HomePage() {
/>
</div>
<div id="hero" data-section="hero">
<div id="about" data-section="about">
<MediaAbout
title="Contemporary Abstract Paintings by Flavia"
description="Discover original artworks crafted with intention and precision. Each piece invites contemplation, designed for collectors who value authentic contemporary art."
tag="Gallery"
buttons={[
{ text: "Explore the Collection", href: "/gallery" },
{ text: "Commission an Artwork", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/creative-view-indoors-window-curtains_23-2149657515.jpg?_wi=1"
imageAlt="Flavia's contemporary abstract painting"
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>
@@ -153,18 +150,6 @@ export default function HomePage() {
/>
</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">
<TestimonialCardThirteen
title="What Collectors Say"
@@ -252,4 +237,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}