Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -97,7 +97,7 @@ export default function AboutPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/school-scene-with-queer-teens_23-2150379373.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-toilet-bag-products_23-2149879474.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-toilet-bag-products_23-2149879474.jpg?_wi=3",
|
||||
},
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,24 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Montserrat } 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";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "NIVARO - Premium Luxury Streetwear | Born for the Bold",
|
||||
description: "Discover NIVARO's exclusive collection of premium luxury streetwear. Bold designs, premium quality, timeless pieces for the unapologetic.",
|
||||
keywords: "luxury streetwear, premium clothing, exclusive fashion, bold design, luxury apparel, streetwear brand",
|
||||
metadataBase: new URL("https://nivaro.com"),
|
||||
alternates: {
|
||||
canonical: "https://nivaro.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "NIVARO - Born for the Bold",
|
||||
description: "Premium luxury streetwear designed for those who dare to stand out.",
|
||||
url: "https://nivaro.com",
|
||||
siteName: "NIVARO",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://nivaro.com/og-image.jpg",
|
||||
alt: "NIVARO luxury streetwear collection",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "NIVARO - Born for the Bold",
|
||||
description: "Premium luxury streetwear for the unapologetic.",
|
||||
images: ["https://nivaro.com/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${montserrat.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -83,7 +83,7 @@ export default function HomePage() {
|
||||
id: "prod-1",
|
||||
name: "Premium Black Hoodie",
|
||||
price: "$189",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-relaxing-with-electric-scooter_23-2149356827.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-relaxing-with-electric-scooter_23-2149356827.jpg?_wi=1",
|
||||
imageAlt: "NIVARO premium black hoodie",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -91,7 +91,7 @@ export default function HomePage() {
|
||||
id: "prod-2",
|
||||
name: "Essential Oversized Tee",
|
||||
price: "$89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-casual-clothing_23-2148323629.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-casual-clothing_23-2148323629.jpg?_wi=1",
|
||||
imageAlt: "NIVARO essential oversized tee",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -99,7 +99,7 @@ export default function HomePage() {
|
||||
id: "prod-3",
|
||||
name: "Luxury Cargo Pants",
|
||||
price: "$229",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-blue-material-texture_23-2148383704.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-blue-material-texture_23-2148383704.jpg?_wi=1",
|
||||
imageAlt: "NIVARO luxury cargo pants",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -129,10 +129,10 @@ export default function HomePage() {
|
||||
title: "Limited Edition Spring Collection",
|
||||
description: "50 pieces worldwide. Premium Italian fabrics. Signature NIVARO silhouettes reimagined for the bold.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-fashion-collection-landing-page_23-2149985152.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-fashion-collection-landing-page_23-2149985152.jpg?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-toilet-bag-products_23-2149879474.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-toilet-bag-products_23-2149879474.jpg?_wi=1",
|
||||
},
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -67,7 +67,7 @@ export default function ShopPage() {
|
||||
id: "shop-prod-1",
|
||||
name: "Premium Black Hoodie",
|
||||
price: "$189",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-relaxing-with-electric-scooter_23-2149356827.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-relaxing-with-electric-scooter_23-2149356827.jpg?_wi=2",
|
||||
imageAlt: "NIVARO premium black hoodie",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -75,7 +75,7 @@ export default function ShopPage() {
|
||||
id: "shop-prod-2",
|
||||
name: "Essential Oversized Tee",
|
||||
price: "$89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-casual-clothing_23-2148323629.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-casual-clothing_23-2148323629.jpg?_wi=2",
|
||||
imageAlt: "NIVARO essential oversized tee",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -83,7 +83,7 @@ export default function ShopPage() {
|
||||
id: "shop-prod-3",
|
||||
name: "Luxury Cargo Pants",
|
||||
price: "$229",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-blue-material-texture_23-2148383704.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-blue-material-texture_23-2148383704.jpg?_wi=2",
|
||||
imageAlt: "NIVARO luxury cargo pants",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -99,7 +99,7 @@ export default function ShopPage() {
|
||||
id: "shop-prod-5",
|
||||
name: "Premium Joggers",
|
||||
price: "$179",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-fashion-collection-landing-page_23-2149985152.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-fashion-collection-landing-page_23-2149985152.jpg?_wi=2",
|
||||
imageAlt: "NIVARO premium joggers",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -107,7 +107,7 @@ export default function ShopPage() {
|
||||
id: "shop-prod-6",
|
||||
name: "Luxury Windbreaker",
|
||||
price: "$249",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-toilet-bag-products_23-2149879474.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-toilet-bag-products_23-2149879474.jpg?_wi=2",
|
||||
imageAlt: "NIVARO luxury windbreaker",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user