diff --git a/src/app/art/page.tsx b/src/app/art/page.tsx
new file mode 100644
index 0000000..fd1523e
--- /dev/null
+++ b/src/app/art/page.tsx
@@ -0,0 +1,2 @@
+"use client";
+export default function ArtPage() { return
@@ -52,57 +43,25 @@ export default function LandingPage() {
@@ -113,42 +72,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Shared Stories",
- author: "Alice W.",
- description: "Dive into personal narratives that capture the raw essence of human experience.",
- tags: [
- "Stories",
- "Writing",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-notebook-desk_23-2148304861.jpg",
- },
- {
- id: "f2",
- title: "Artistic Expressions",
- author: "Marco D.",
- description: "Witness the power of visual art and the emotions behind every brushstroke.",
- tags: [
- "Art",
- "Visual",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/pink-mixed-lipstick-shades-flat-lay_23-2149518397.jpg",
- },
- {
- id: "f3",
- title: "Emotional Journeys",
- author: "Sarah L.",
- description: "Connect with others through authentic, heartfelt expressions of life and feeling.",
- tags: [
- "Emotions",
- "Connection",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/black-white-woman-with-hood_1122-502.jpg",
- },
+ { id: "f1", title: "Stories", author: "Community", description: "Explore heartfelt narratives and creative storytelling.", tags: ["Stories"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-notebook-desk_23-2148304861.jpg" },
+ { id: "f2", title: "Ideas & Crafts", author: "Community", description: "Turn your raw inspiration into beautiful tangible work.", tags: ["Ideas", "Crafts"], imageSrc: "http://img.b2bpic.net/free-photo/pink-mixed-lipstick-shades-flat-lay_23-2149518397.jpg" },
+ { id: "f3", title: "Art & Imagination", author: "Community", description: "Express the unexpressed through visual masterpieces.", tags: ["Art", "Imagination"], imageSrc: "http://img.b2bpic.net/free-photo/black-white-woman-with-hood_1122-502.jpg" },
]}
- title="Explore Our Creative Worlds"
- description="Discover stories, emotions, and art pieces crafted by our vibrant community."
+ title="Browse by Category"
+ description="Dive deep into our curated sections to find the creative inspiration you need."
/>
@@ -158,44 +87,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah Johnson",
- role: "Writer",
- testimonial: "This community gave me the courage to finally share my stories with the world.",
- imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915127.jpg?_wi=1",
- },
- {
- id: "2",
- name: "David Chen",
- role: "Photographer",
- testimonial: "I find constant inspiration in the raw emotion expressed by other artists here.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-embracing-book_23-2147797373.jpg",
- },
- {
- id: "3",
- name: "Emily Rodriguez",
- role: "Painter",
- testimonial: "The most supportive group of creators I have ever found. It feels like home.",
- imageSrc: "http://img.b2bpic.net/free-photo/cute-female-artist-looking-happy-enjoyed_259150-60636.jpg",
- },
- {
- id: "4",
- name: "Robert Miller",
- role: "Creative Enthusiast",
- testimonial: "I love how diverse and authentic everyone's stories are. Truly an incredible place.",
- imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-with-grey-hair-standing-isolated-background-with-happy-cool-smile-face-lucky-person_839833-16953.jpg",
- },
- {
- id: "5",
- name: "Jane Doe",
- role: "Artist",
- testimonial: "Every day, I come here to get inspired and share my creative process with others.",
- imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915127.jpg?_wi=2",
- },
+ { id: "1", name: "Sarah Johnson", role: "Writer", testimonial: "StoryCraft gave me the platform I needed to share my stories.", imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915127.jpg?_wi=1" },
+ { id: "2", name: "David Chen", role: "Photographer", testimonial: "The art category is where I find my daily motivation.", imageSrc: "http://img.b2bpic.net/free-photo/woman-embracing-book_23-2147797373.jpg" },
]}
- title="What Our Community Says"
- description="Hear from the wonderful people who share their passions here every day."
+ title="Voices of Our Community"
+ description="Creators from all around the world share why they choose StoryCraft."
/>
@@ -203,29 +99,11 @@ export default function LandingPage() {