Merge version_1 into main #1
@@ -88,28 +88,28 @@ export default function CollectionsPage() {
|
||||
id: 1,
|
||||
title: "Traditional Wear",
|
||||
description: "Authentic ethnic clothing honoring time-honored traditions and cultural heritage. From elegant sarees to festive lehengas, each piece is a celebration of tradition.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gg8nj1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gg8nj1&_wi=4",
|
||||
imageAlt: "Traditional ethnic wear collection",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Contemporary Fusion",
|
||||
description: "Modern interpretations of traditional styles for the contemporary fashion enthusiast. These pieces blend heritage with current trends for a fresh, versatile look.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pl6514",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pl6514&_wi=4",
|
||||
imageAlt: "Contemporary fusion clothing collection",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Fusion Elegance",
|
||||
description: "Perfect blend of traditional craftsmanship and modern design aesthetics. These timeless pieces work for casual wear as well as special occasions.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1v51t2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1v51t2&_wi=3",
|
||||
imageAlt: "Fusion elegance clothing collection",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Accessories & Ornaments",
|
||||
description: "Handcrafted accessories that complement and enhance your ethnic wardrobe. From jewelry to dupattas, complete your look with authentic cultural pieces.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a4qz0x",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a4qz0x&_wi=3",
|
||||
imageAlt: "Ethnic accessories collection",
|
||||
},
|
||||
]}
|
||||
@@ -133,7 +133,7 @@ export default function CollectionsPage() {
|
||||
name: "Silk Saree - Peacock Blue",
|
||||
price: "$189.99",
|
||||
variant: "Traditional",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gg8nj1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gg8nj1&_wi=5",
|
||||
imageAlt: "Silk Saree Peacock Blue",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -142,7 +142,7 @@ export default function CollectionsPage() {
|
||||
name: "Lehenga - Rose Gold",
|
||||
price: "$249.99",
|
||||
variant: "Fusion",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pl6514",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pl6514&_wi=5",
|
||||
imageAlt: "Lehenga Rose Gold",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -151,7 +151,7 @@ export default function CollectionsPage() {
|
||||
name: "Anarkali Kurta - Emerald",
|
||||
price: "$159.99",
|
||||
variant: "Contemporary",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1v51t2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1v51t2&_wi=4",
|
||||
imageAlt: "Anarkali Kurta Emerald",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -160,7 +160,7 @@ export default function CollectionsPage() {
|
||||
name: "Ethnic Jewelry Set",
|
||||
price: "$119.99",
|
||||
variant: "Accessories",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a4qz0x",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a4qz0x&_wi=4",
|
||||
imageAlt: "Ethnic Jewelry Set",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -169,7 +169,7 @@ export default function CollectionsPage() {
|
||||
name: "Handwoven Dupatta",
|
||||
price: "$89.99",
|
||||
variant: "Accessories",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gg8nj1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gg8nj1&_wi=6",
|
||||
imageAlt: "Handwoven Dupatta",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -178,7 +178,7 @@ export default function CollectionsPage() {
|
||||
name: "Banarasi Saree - Gold",
|
||||
price: "$299.99",
|
||||
variant: "Traditional",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pl6514",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pl6514&_wi=6",
|
||||
imageAlt: "Banarasi Saree Gold",
|
||||
isFavorited: false,
|
||||
},
|
||||
|
||||
@@ -1,24 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Manrope } 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 { Manrope } 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 manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Ethnic Aura - Premium Cultural Clothing & Fashion",
|
||||
description: "Shop authentic ethnic clothing, traditional sarees, lehengas, and handcrafted accessories. Celebrate cultural heritage with Ethnic Aura's curated collections.",
|
||||
keywords: "ethnic clothing, traditional wear, cultural fashion, sarees, lehengas, ethnic jewelry, authentic clothing, artisan wear",
|
||||
metadataBase: new URL("https://www.ethnicaura.com"),
|
||||
alternates: {
|
||||
canonical: "https://www.ethnicaura.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Ethnic Aura - Premium Cultural Clothing",
|
||||
description: "Discover authentic ethnic wear celebrating cultural heritage and artisanal craftsmanship with 24/7 AI styling assistance.",
|
||||
url: "https://www.ethnicaura.com",
|
||||
siteName: "Ethnic Aura",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://www.ethnicaura.com/og-image.jpg",
|
||||
alt: "Ethnic Aura Clothing Store",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Ethnic Aura - Premium Cultural Fashion",
|
||||
description: "Shop authentic ethnic clothing with AI-powered styling assistance. Celebrate heritage and tradition.",
|
||||
images: ["https://www.ethnicaura.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={`${manrope.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -186,28 +186,28 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Traditional Wear",
|
||||
description: "Authentic ethnic clothing honoring time-honored traditions and cultural heritage.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gg8nj1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gg8nj1&_wi=1",
|
||||
imageAlt: "Traditional ethnic wear collection",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Contemporary Fusion",
|
||||
description: "Modern interpretations of traditional styles for the contemporary fashion enthusiast.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pl6514",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pl6514&_wi=1",
|
||||
imageAlt: "Contemporary fusion clothing collection",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Fusion Elegance",
|
||||
description: "Perfect blend of traditional craftsmanship and modern design aesthetics.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1v51t2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1v51t2&_wi=1",
|
||||
imageAlt: "Fusion elegance clothing collection",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Accessories & Ornaments",
|
||||
description: "Handcrafted accessories that complement and enhance your ethnic wardrobe.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a4qz0x",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a4qz0x&_wi=1",
|
||||
imageAlt: "Ethnic accessories collection",
|
||||
},
|
||||
]}
|
||||
@@ -236,7 +236,7 @@ export default function HomePage() {
|
||||
name: "Silk Saree - Peacock Blue",
|
||||
price: "$189.99",
|
||||
variant: "Traditional",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gg8nj1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gg8nj1&_wi=2",
|
||||
imageAlt: "Silk Saree Peacock Blue",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -245,7 +245,7 @@ export default function HomePage() {
|
||||
name: "Lehenga - Rose Gold",
|
||||
price: "$249.99",
|
||||
variant: "Fusion",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pl6514",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pl6514&_wi=2",
|
||||
imageAlt: "Lehenga Rose Gold",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -254,7 +254,7 @@ export default function HomePage() {
|
||||
name: "Anarkali Kurta - Emerald",
|
||||
price: "$159.99",
|
||||
variant: "Contemporary",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1v51t2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1v51t2&_wi=2",
|
||||
imageAlt: "Anarkali Kurta Emerald",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -263,7 +263,7 @@ export default function HomePage() {
|
||||
name: "Ethnic Jewelry Set",
|
||||
price: "$119.99",
|
||||
variant: "Accessories",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a4qz0x",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a4qz0x&_wi=2",
|
||||
imageAlt: "Ethnic Jewelry Set",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -272,7 +272,7 @@ export default function HomePage() {
|
||||
name: "Handwoven Dupatta",
|
||||
price: "$89.99",
|
||||
variant: "Accessories",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gg8nj1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gg8nj1&_wi=3",
|
||||
imageAlt: "Handwoven Dupatta",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -281,7 +281,7 @@ export default function HomePage() {
|
||||
name: "Banarasi Saree - Gold",
|
||||
price: "$299.99",
|
||||
variant: "Traditional",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pl6514",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pl6514&_wi=3",
|
||||
imageAlt: "Banarasi Saree Gold",
|
||||
isFavorited: false,
|
||||
},
|
||||
|
||||
@@ -97,7 +97,7 @@ export default function ShopPage() {
|
||||
name: "Silk Saree - Peacock Blue",
|
||||
price: "$189.99",
|
||||
variant: "Traditional",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gg8nj1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gg8nj1&_wi=7",
|
||||
imageAlt: "Silk Saree Peacock Blue",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -106,7 +106,7 @@ export default function ShopPage() {
|
||||
name: "Lehenga - Rose Gold",
|
||||
price: "$249.99",
|
||||
variant: "Fusion",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pl6514",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pl6514&_wi=7",
|
||||
imageAlt: "Lehenga Rose Gold",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -115,7 +115,7 @@ export default function ShopPage() {
|
||||
name: "Anarkali Kurta - Emerald",
|
||||
price: "$159.99",
|
||||
variant: "Contemporary",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1v51t2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1v51t2&_wi=5",
|
||||
imageAlt: "Anarkali Kurta Emerald",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -124,7 +124,7 @@ export default function ShopPage() {
|
||||
name: "Ethnic Jewelry Set",
|
||||
price: "$119.99",
|
||||
variant: "Accessories",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a4qz0x",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a4qz0x&_wi=5",
|
||||
imageAlt: "Ethnic Jewelry Set",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -133,7 +133,7 @@ export default function ShopPage() {
|
||||
name: "Handwoven Dupatta",
|
||||
price: "$89.99",
|
||||
variant: "Accessories",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gg8nj1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gg8nj1&_wi=8",
|
||||
imageAlt: "Handwoven Dupatta",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -142,7 +142,7 @@ export default function ShopPage() {
|
||||
name: "Banarasi Saree - Gold",
|
||||
price: "$299.99",
|
||||
variant: "Traditional",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pl6514",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pl6514&_wi=8",
|
||||
imageAlt: "Banarasi Saree Gold",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -174,28 +174,28 @@ export default function ShopPage() {
|
||||
id: 1,
|
||||
title: "Traditional Wear",
|
||||
description: "Authentic ethnic clothing honoring time-honored traditions and cultural heritage.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gg8nj1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gg8nj1&_wi=9",
|
||||
imageAlt: "Traditional ethnic wear collection",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Contemporary Fusion",
|
||||
description: "Modern interpretations of traditional styles for the contemporary fashion enthusiast.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pl6514",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pl6514&_wi=9",
|
||||
imageAlt: "Contemporary fusion clothing collection",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Fusion Elegance",
|
||||
description: "Perfect blend of traditional craftsmanship and modern design aesthetics.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1v51t2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1v51t2&_wi=6",
|
||||
imageAlt: "Fusion elegance clothing collection",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Accessories & Ornaments",
|
||||
description: "Handcrafted accessories that complement and enhance your ethnic wardrobe.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a4qz0x",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a4qz0x&_wi=6",
|
||||
imageAlt: "Ethnic accessories collection",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user