Merge version_3 into main #6
@@ -1420,4 +1420,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user