Merge version_2 into main #2
@@ -7,49 +7,32 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const nunitoSans = Nunito_Sans({
|
||||
variable: "--font-nunito-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-nunito-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Urban Art Community - Discover & Share Street Art",
|
||||
description: "Connect with verified street and urban artists. Discover artworks, share your creations, and attend art events worldwide.",
|
||||
keywords: "street art, urban art, graffiti, artists, community, events, gallery",
|
||||
metadataBase: new URL("https://urbanartcommunity.com"),
|
||||
title: "Urban Art Community - Discover & Share Street Art", description: "Connect with verified street and urban artists. Discover artworks, share your creations, and attend art events worldwide.", keywords: "street art, urban art, graffiti, artists, community, events, gallery", metadataBase: new URL("https://urbanartcommunity.com"),
|
||||
alternates: {
|
||||
canonical: "https://urbanartcommunity.com",
|
||||
},
|
||||
canonical: "https://urbanartcommunity.com"},
|
||||
openGraph: {
|
||||
title: "Urban Art Community - Discover & Share Street Art",
|
||||
description: "A thriving community for street and urban artists to showcase their work and connect with fans.",
|
||||
siteName: "Urban Art Community",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Urban Art Community - Discover & Share Street Art", description: "A thriving community for street and urban artists to showcase their work and connect with fans.", siteName: "Urban Art Community", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-vector/hand-painted-abstract-painting-pattern_23-2148970396.jpg",
|
||||
alt: "Urban Art Community Platform",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-vector/hand-painted-abstract-painting-pattern_23-2148970396.jpg", alt: "Urban Art Community Platform"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Urban Art Community - Discover & Share Street Art",
|
||||
description: "Connect with verified street artists and explore urban art worldwide.",
|
||||
images: ["http://img.b2bpic.net/free-vector/hand-painted-abstract-painting-pattern_23-2148970396.jpg"],
|
||||
card: "summary_large_image", title: "Urban Art Community - Discover & Share Street Art", description: "Connect with verified street artists and explore urban art worldwide.", images: ["http://img.b2bpic.net/free-vector/hand-painted-abstract-painting-pattern_23-2148970396.jpg"],
|
||||
},
|
||||
robots: "index, follow",
|
||||
};
|
||||
robots: "index, follow"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -1435,4 +1418,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
158
src/app/page.tsx
158
src/app/page.tsx
@@ -60,32 +60,20 @@ export default function HomePage() {
|
||||
description="Explore stunning pieces from our community. Discover the latest urban art creations from verified artists."
|
||||
products={[
|
||||
{
|
||||
id: "art-1",
|
||||
name: "Urban Expression #47",
|
||||
price: "$450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/line-prints-multicolor-powder_23-2147964336.jpg?_wi=1",
|
||||
imageAlt: "Abstract street art in vibrant colors",
|
||||
},
|
||||
id: "art-1", name: "Urban Expression #47", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/line-prints-multicolor-powder_23-2147964336.jpg?_wi=1", imageAlt: "Abstract street art in vibrant colors"},
|
||||
{
|
||||
id: "art-2",
|
||||
name: "Street Soul Portrait",
|
||||
price: "$380",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-halloween-zombie-collection_52683-74814.jpg?_wi=1",
|
||||
imageAlt: "Character portrait street art",
|
||||
},
|
||||
id: "art-2", name: "Street Soul Portrait", price: "$380", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-halloween-zombie-collection_52683-74814.jpg?_wi=1", imageAlt: "Character portrait street art"},
|
||||
{
|
||||
id: "art-3",
|
||||
name: "Geometric Dreams",
|
||||
price: "$520",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-abstract-painting-pattern_23-2148970396.jpg?_wi=2",
|
||||
imageAlt: "Abstract geometric art composition",
|
||||
},
|
||||
id: "art-3", name: "Geometric Dreams", price: "$520", imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-abstract-painting-pattern_23-2148970396.jpg?_wi=2", imageAlt: "Abstract geometric art composition"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Featured"
|
||||
buttons={[
|
||||
{ text: "View All Artworks", href: "/gallery" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -95,33 +83,13 @@ export default function HomePage() {
|
||||
description="Meet the talented artists leading our creative community. Connect with verified creators and explore their unique styles."
|
||||
groups={[
|
||||
{
|
||||
id: "verified-artists",
|
||||
groupTitle: "Verified Community",
|
||||
members: [
|
||||
id: "verified-artists", groupTitle: "Verified Community", members: [
|
||||
{
|
||||
id: "artist-1",
|
||||
title: "Marcus Rivera",
|
||||
subtitle: "Graffiti Specialist",
|
||||
detail: "@marcusrivera",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweaty-male-couch-trainer-wears-hood-listens-music-with-earphones-electronic-device_273609-8618.jpg?_wi=1",
|
||||
imageAlt: "Marcus Rivera artist portrait",
|
||||
},
|
||||
id: "artist-1", title: "Marcus Rivera", subtitle: "Graffiti Specialist", detail: "@marcusrivera", imageSrc: "http://img.b2bpic.net/free-photo/sweaty-male-couch-trainer-wears-hood-listens-music-with-earphones-electronic-device_273609-8618.jpg?_wi=1", imageAlt: "Marcus Rivera artist portrait"},
|
||||
{
|
||||
id: "artist-2",
|
||||
title: "Sofia Chen",
|
||||
subtitle: "Mural Artist",
|
||||
detail: "@sofiamuralart",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-teen-sitting-skateboard_23-2149633169.jpg?_wi=1",
|
||||
imageAlt: "Sofia Chen artist portrait",
|
||||
},
|
||||
id: "artist-2", title: "Sofia Chen", subtitle: "Mural Artist", detail: "@sofiamuralart", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-teen-sitting-skateboard_23-2149633169.jpg?_wi=1", imageAlt: "Sofia Chen artist portrait"},
|
||||
{
|
||||
id: "artist-3",
|
||||
title: "Alex Thompson",
|
||||
subtitle: "Street Photographer & Artist",
|
||||
detail: "@alexstreetart",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-painter-showing-his-collection-paint-brushes-sitting-colorful-painting-art-gallery_662251-345.jpg?_wi=1",
|
||||
imageAlt: "Alex Thompson artist portrait",
|
||||
},
|
||||
id: "artist-3", title: "Alex Thompson", subtitle: "Street Photographer & Artist", detail: "@alexstreetart", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-painter-showing-his-collection-paint-brushes-sitting-colorful-painting-art-gallery_662251-345.jpg?_wi=1", imageAlt: "Alex Thompson artist portrait"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -138,37 +106,13 @@ export default function HomePage() {
|
||||
description="Join thousands of artists and art enthusiasts building a vibrant creative community worldwide."
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-artists",
|
||||
value: "12K+",
|
||||
title: "Verified Artists",
|
||||
description: "Active creators sharing their passion",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/line-prints-multicolor-powder_23-2147964336.jpg?_wi=2",
|
||||
imageAlt: "Community of artists",
|
||||
},
|
||||
id: "metric-artists", value: "12K+", title: "Verified Artists", description: "Active creators sharing their passion", imageSrc: "http://img.b2bpic.net/free-photo/line-prints-multicolor-powder_23-2147964336.jpg?_wi=2", imageAlt: "Community of artists"},
|
||||
{
|
||||
id: "metric-artworks",
|
||||
value: "85K+",
|
||||
title: "Artworks Shared",
|
||||
description: "Diverse creations from around the world",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-halloween-zombie-collection_52683-74814.jpg?_wi=2",
|
||||
imageAlt: "Gallery of artworks",
|
||||
},
|
||||
id: "metric-artworks", value: "85K+", title: "Artworks Shared", description: "Diverse creations from around the world", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-halloween-zombie-collection_52683-74814.jpg?_wi=2", imageAlt: "Gallery of artworks"},
|
||||
{
|
||||
id: "metric-events",
|
||||
value: "240+",
|
||||
title: "Events Hosted",
|
||||
description: "Exhibitions and street art festivals",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-abstract-painting-pattern_23-2148970396.jpg?_wi=3",
|
||||
imageAlt: "Art events and gatherings",
|
||||
},
|
||||
id: "metric-events", value: "240+", title: "Events Hosted", description: "Exhibitions and street art festivals", imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-abstract-painting-pattern_23-2148970396.jpg?_wi=3", imageAlt: "Art events and gatherings"},
|
||||
{
|
||||
id: "metric-engagement",
|
||||
value: "2.5M",
|
||||
title: "Monthly Interactions",
|
||||
description: "Likes, comments, and connections",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-abstract-painting-pattern_23-2148970396.jpg?_wi=4",
|
||||
imageAlt: "Community engagement",
|
||||
},
|
||||
id: "metric-engagement", value: "2.5M", title: "Monthly Interactions", description: "Likes, comments, and connections", imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-abstract-painting-pattern_23-2148970396.jpg?_wi=4", imageAlt: "Community engagement"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -183,71 +127,23 @@ export default function HomePage() {
|
||||
description="Discover exhibitions, festivals, and street art events happening near you."
|
||||
blogs={[
|
||||
{
|
||||
id: "event-1",
|
||||
category: ["Exhibition", "Gallery"],
|
||||
title: "Downtown Street Art Festival 2024",
|
||||
excerpt: "Join us for three days of live street art performances, artist showcases, and interactive workshops featuring emerging urban artists.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/talented-artist-her-apprentice-engage-finger-painting-hobby_482257-122890.jpg?_wi=1",
|
||||
imageAlt: "Street art festival crowd",
|
||||
authorName: "Urban Art Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/sweaty-male-couch-trainer-wears-hood-listens-music-with-earphones-electronic-device_273609-8618.jpg",
|
||||
date: "March 15-17, 2024",
|
||||
},
|
||||
id: "event-1", category: ["Exhibition", "Gallery"],
|
||||
title: "Downtown Street Art Festival 2024", excerpt: "Join us for three days of live street art performances, artist showcases, and interactive workshops featuring emerging urban artists.", imageSrc: "http://img.b2bpic.net/free-photo/talented-artist-her-apprentice-engage-finger-painting-hobby_482257-122890.jpg?_wi=1", imageAlt: "Street art festival crowd", authorName: "Urban Art Team", authorAvatar: "http://img.b2bpic.net/free-photo/sweaty-male-couch-trainer-wears-hood-listens-music-with-earphones-electronic-device_273609-8618.jpg", date: "March 15-17, 2024"},
|
||||
{
|
||||
id: "event-2",
|
||||
category: ["Workshop", "Community"],
|
||||
title: "Graffiti Techniques Masterclass",
|
||||
excerpt: "Learn advanced graffiti and spray paint techniques from Marcus Rivera. Perfect for beginners and experienced artists looking to refine their skills.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-hairstyle-joy-white-wall_1157-2781.jpg?_wi=1",
|
||||
imageAlt: "Workshop session",
|
||||
authorName: "Marcus Rivera",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/sweaty-male-couch-trainer-wears-hood-listens-music-with-earphones-electronic-device_273609-8618.jpg",
|
||||
date: "March 22, 2024",
|
||||
},
|
||||
id: "event-2", category: ["Workshop", "Community"],
|
||||
title: "Graffiti Techniques Masterclass", excerpt: "Learn advanced graffiti and spray paint techniques from Marcus Rivera. Perfect for beginners and experienced artists looking to refine their skills.", imageSrc: "http://img.b2bpic.net/free-photo/two-hairstyle-joy-white-wall_1157-2781.jpg?_wi=1", imageAlt: "Workshop session", authorName: "Marcus Rivera", authorAvatar: "http://img.b2bpic.net/free-photo/sweaty-male-couch-trainer-wears-hood-listens-music-with-earphones-electronic-device_273609-8618.jpg", date: "March 22, 2024"},
|
||||
{
|
||||
id: "event-3",
|
||||
category: ["Competition", "Awards"],
|
||||
title: "Urban Art Competition - $10K Prize",
|
||||
excerpt: "Showcase your best work and compete for recognition and cash prizes. Open to all verified artists in our community.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/line-prints-multicolor-powder_23-2147964336.jpg?_wi=3",
|
||||
imageAlt: "Art competition",
|
||||
authorName: "Community Organizers",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/low-angle-smiley-teen-sitting-skateboard_23-2149633169.jpg",
|
||||
date: "April 5-12, 2024",
|
||||
},
|
||||
id: "event-3", category: ["Competition", "Awards"],
|
||||
title: "Urban Art Competition - $10K Prize", excerpt: "Showcase your best work and compete for recognition and cash prizes. Open to all verified artists in our community.", imageSrc: "http://img.b2bpic.net/free-photo/line-prints-multicolor-powder_23-2147964336.jpg?_wi=3", imageAlt: "Art competition", authorName: "Community Organizers", authorAvatar: "http://img.b2bpic.net/free-photo/low-angle-smiley-teen-sitting-skateboard_23-2149633169.jpg", date: "April 5-12, 2024"},
|
||||
{
|
||||
id: "event-4",
|
||||
category: ["Exhibition", "Networking"],
|
||||
title: "Emerging Artists Showcase",
|
||||
excerpt: "A dedicated exhibition featuring fresh talent from our community. Network with collectors, galleries, and fellow artists.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-halloween-zombie-collection_52683-74814.jpg?_wi=3",
|
||||
imageAlt: "Artist showcase event",
|
||||
authorName: "Sofia Chen",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/low-angle-smiley-teen-sitting-skateboard_23-2149633169.jpg",
|
||||
date: "April 20-22, 2024",
|
||||
},
|
||||
id: "event-4", category: ["Exhibition", "Networking"],
|
||||
title: "Emerging Artists Showcase", excerpt: "A dedicated exhibition featuring fresh talent from our community. Network with collectors, galleries, and fellow artists.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-halloween-zombie-collection_52683-74814.jpg?_wi=3", imageAlt: "Artist showcase event", authorName: "Sofia Chen", authorAvatar: "http://img.b2bpic.net/free-photo/low-angle-smiley-teen-sitting-skateboard_23-2149633169.jpg", date: "April 20-22, 2024"},
|
||||
{
|
||||
id: "event-5",
|
||||
category: ["Festival", "Community"],
|
||||
title: "Global Street Art Week",
|
||||
excerpt: "Connect with street artists worldwide. Virtual and in-person events celebrating urban art from every continent.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-abstract-painting-pattern_23-2148970396.jpg?_wi=5",
|
||||
imageAlt: "Global street art week",
|
||||
authorName: "Urban Art Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-smiling-male-painter-showing-his-collection-paint-brushes-sitting-colorful-painting-art-gallery_662251-345.jpg",
|
||||
date: "May 1-7, 2024",
|
||||
},
|
||||
id: "event-5", category: ["Festival", "Community"],
|
||||
title: "Global Street Art Week", excerpt: "Connect with street artists worldwide. Virtual and in-person events celebrating urban art from every continent.", imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-abstract-painting-pattern_23-2148970396.jpg?_wi=5", imageAlt: "Global street art week", authorName: "Urban Art Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-smiling-male-painter-showing-his-collection-paint-brushes-sitting-colorful-painting-art-gallery_662251-345.jpg", date: "May 1-7, 2024"},
|
||||
{
|
||||
id: "event-6",
|
||||
category: ["Workshop", "Artist Talk"],
|
||||
title: "Digital Art & Traditional Fusion",
|
||||
excerpt: "Explore how artists blend traditional street art with digital tools. Panel discussion followed by live demonstration.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/talented-artist-her-apprentice-engage-finger-painting-hobby_482257-122890.jpg?_wi=2",
|
||||
imageAlt: "Digital art fusion workshop",
|
||||
authorName: "Alex Thompson",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-smiling-male-painter-showing-his-collection-paint-brushes-sitting-colorful-painting-art-gallery_662251-345.jpg",
|
||||
date: "May 15, 2024",
|
||||
},
|
||||
id: "event-6", category: ["Workshop", "Artist Talk"],
|
||||
title: "Digital Art & Traditional Fusion", excerpt: "Explore how artists blend traditional street art with digital tools. Panel discussion followed by live demonstration.", imageSrc: "http://img.b2bpic.net/free-photo/talented-artist-her-apprentice-engage-finger-painting-hobby_482257-122890.jpg?_wi=2", imageAlt: "Digital art fusion workshop", authorName: "Alex Thompson", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-smiling-male-painter-showing-his-collection-paint-brushes-sitting-colorful-painting-art-gallery_662251-345.jpg", date: "May 15, 2024"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -318,4 +214,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user