diff --git a/src/app/page.tsx b/src/app/page.tsx
index d283244..157abe6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,64 +29,42 @@ export default function LandingPage() {
@@ -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"]}
/>
@@ -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() {