Merge version_1 into main #1
@@ -50,7 +50,7 @@ export default function AboutPage() {
|
||||
description="Nova Nation was created for people who don't follow the crowd. We believe clothing is not just fashion — it's identity. Nova Nation represents confidence, individuality, and modern street culture."
|
||||
tag="About Us"
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-scary-bandage-mask-sitting_23-2147680394.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-scary-bandage-mask-sitting_23-2147680394.jpg?_wi=2"
|
||||
imageAlt="Nova Nation brand studio and creative workspace"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
@@ -75,21 +75,21 @@ export default function AboutPage() {
|
||||
id: "1",
|
||||
name: "Nova Classic Tee",
|
||||
price: "$89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-black-shirt_158595-4805.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-black-shirt_158595-4805.jpg?_wi=4",
|
||||
imageAlt: "Nova Classic Tee - Black shirt with small Nova Nation logo",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Nova Oversize Tee",
|
||||
price: "$99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-with-shopping-things-mannequin_23-2148302802.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-with-shopping-things-mannequin_23-2148302802.jpg?_wi=4",
|
||||
imageAlt: "Nova Oversize Tee - Oversized streetwear design with large back logo",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Nova Minimal Tee",
|
||||
price: "$79",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-man-wearing-shirt-standing-front-glass_23-2148175722.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-man-wearing-shirt-standing-front-glass_23-2148175722.jpg?_wi=4",
|
||||
imageAlt: "Nova Minimal Tee - Clean minimalist design for everyday fashion",
|
||||
},
|
||||
]}
|
||||
@@ -113,32 +113,32 @@ export default function AboutPage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=6",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Marcus Williams",
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=7",
|
||||
},
|
||||
]}
|
||||
cardTitle="Best quality shirt I've ever owned. The design is simple but feels premium. Nova Nation feels like a real fashion movement."
|
||||
|
||||
@@ -54,7 +54,7 @@ export default function ContactPage() {
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg?_wi=3"
|
||||
imageAlt="Nova Nation headquarters and creative workspace"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -1,28 +1,55 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Montserrat, Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Montserrat } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Nova Nation - Premium Luxury Streetwear | Born Different",
|
||||
description: "Discover Nova Nation: minimalist luxury streetwear for confident individuals. Premium quality, exclusive designs, and youth street culture aesthetic.",
|
||||
keywords: "streetwear, luxury clothing, premium fashion, streetwear brand, minimalist design, youth fashion",
|
||||
openGraph: {
|
||||
title: "Nova Nation - Born Different. Join the Nation.",
|
||||
description: "Premium luxury streetwear brand representing confidence, individuality, and modern street culture.",
|
||||
type: "website",
|
||||
siteName: "Nova Nation",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-outdoors_23-2149870219.jpg",
|
||||
alt: "Nova Nation - Premium Luxury Streetwear",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Nova Nation - Premium Streetwear",
|
||||
description: "Born Different. Join the Nation. Discover exclusive luxury streetwear designs.",
|
||||
images: ["http://img.b2bpic.net/free-photo/medium-shot-friends-posing-outdoors_23-2149870219.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -31,7 +58,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${montserrat.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${montserrat.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +72,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -136,21 +136,21 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Nova Classic Tee",
|
||||
price: "$89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-black-shirt_158595-4805.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-black-shirt_158595-4805.jpg?_wi=1",
|
||||
imageAlt: "Nova Classic Tee - Black shirt with small Nova Nation logo",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Nova Oversize Tee",
|
||||
price: "$99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-with-shopping-things-mannequin_23-2148302802.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-with-shopping-things-mannequin_23-2148302802.jpg?_wi=1",
|
||||
imageAlt: "Nova Oversize Tee - Oversized streetwear design with large back logo",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Nova Minimal Tee",
|
||||
price: "$79",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-man-wearing-shirt-standing-front-glass_23-2148175722.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-man-wearing-shirt-standing-front-glass_23-2148175722.jpg?_wi=1",
|
||||
imageAlt: "Nova Minimal Tee - Clean minimalist design for everyday fashion",
|
||||
},
|
||||
]}
|
||||
@@ -169,7 +169,7 @@ export default function HomePage() {
|
||||
description="Nova Nation was created for people who don't follow the crowd. We believe clothing is not just fashion — it's identity. Nova Nation represents confidence, individuality, and modern street culture."
|
||||
tag="About Us"
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-scary-bandage-mask-sitting_23-2147680394.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-scary-bandage-mask-sitting_23-2147680394.jpg?_wi=1"
|
||||
imageAlt="Nova Nation brand studio and creative workspace"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Join the Nation", href: "#contact" }]}
|
||||
@@ -206,7 +206,7 @@ export default function HomePage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
@@ -257,7 +257,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg?_wi=1"
|
||||
imageAlt="Nova Nation headquarters and creative workspace"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -80,42 +80,42 @@ export default function ShopPage() {
|
||||
id: "1",
|
||||
name: "Nova Classic Tee",
|
||||
price: "$89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-black-shirt_158595-4805.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-black-shirt_158595-4805.jpg?_wi=2",
|
||||
imageAlt: "Nova Classic Tee - Black shirt with small Nova Nation logo",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Nova Oversize Tee",
|
||||
price: "$99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-with-shopping-things-mannequin_23-2148302802.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-with-shopping-things-mannequin_23-2148302802.jpg?_wi=2",
|
||||
imageAlt: "Nova Oversize Tee - Oversized streetwear design with large back logo",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Nova Minimal Tee",
|
||||
price: "$79",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-man-wearing-shirt-standing-front-glass_23-2148175722.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-man-wearing-shirt-standing-front-glass_23-2148175722.jpg?_wi=2",
|
||||
imageAlt: "Nova Minimal Tee - Clean minimalist design for everyday fashion",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Nova Statement Hoodie",
|
||||
price: "$129",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-black-shirt_158595-4805.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-black-shirt_158595-4805.jpg?_wi=3",
|
||||
imageAlt: "Nova Statement Hoodie - Premium oversized hoodie with embroidered logo",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Nova Essential Cap",
|
||||
price: "$49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-man-wearing-shirt-standing-front-glass_23-2148175722.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-man-wearing-shirt-standing-front-glass_23-2148175722.jpg?_wi=3",
|
||||
imageAlt: "Nova Essential Cap - Classic 6-panel cap with minimal branding",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Nova Premium Joggers",
|
||||
price: "$119",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-with-shopping-things-mannequin_23-2148302802.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-with-shopping-things-mannequin_23-2148302802.jpg?_wi=3",
|
||||
imageAlt: "Nova Premium Joggers - Luxury joggers with signature tapered fit",
|
||||
},
|
||||
]}
|
||||
@@ -157,7 +157,7 @@ export default function ShopPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg?_wi=2"
|
||||
imageAlt="Nova Nation headquarters and creative workspace"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user