Merge version_1 into main #1
@@ -58,7 +58,7 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a3zdy1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a3zdy1&_wi=2"
|
||||
imageAlt="Fashion store environment"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -1,18 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Inter_Tight } 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 { Inter_Tight } 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 interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight",
|
||||
@@ -20,6 +24,39 @@ const interTight = Inter_Tight({
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "StyleHub - Premium Online Clothing Store",
|
||||
description: "Shop premium clothing and fashion with StyleHub. Discover curated collections, authentic brands, and exceptional customer service. Free shipping on orders over $50.",
|
||||
keywords: "online clothing store, fashion boutique, premium apparel, women's clothing, men's fashion, designer brands",
|
||||
metadataBase: new URL("https://stylehub.example.com"),
|
||||
alternates: {
|
||||
canonical: "https://stylehub.example.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "StyleHub - Premium Online Clothing Store",
|
||||
description: "Discover curated fashion collections with premium quality and exceptional service.",
|
||||
url: "https://stylehub.example.com",
|
||||
siteName: "StyleHub",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n3zo80",
|
||||
alt: "StyleHub Premium Clothing Collection",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "StyleHub - Premium Online Clothing",
|
||||
description: "Discover curated fashion collections with premium quality.",
|
||||
images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n3zo80"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -28,7 +65,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${interTight.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${interTight.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -40,4 +79,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -76,7 +76,7 @@ export default function HomePage() {
|
||||
testimonial:
|
||||
"StyleHub has become my go-to for quality fashion. The selection is incredible and delivery is always on time!",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8x0zp5",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8x0zp5&_wi=1",
|
||||
imageAlt: "Emma Richardson",
|
||||
},
|
||||
{
|
||||
@@ -85,7 +85,7 @@ export default function HomePage() {
|
||||
testimonial:
|
||||
"Best online clothing store I've found. The quality is unmatched and customer service is exceptional.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wk89wa",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wk89wa&_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
]}
|
||||
@@ -109,21 +109,21 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Classic Cotton T-Shirt",
|
||||
price: "$34.99",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hkfcw",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hkfcw&_wi=1",
|
||||
imageAlt: "Classic Cotton T-Shirt",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elegant Evening Dress",
|
||||
price: "$89.99",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=snddqc",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=snddqc&_wi=1",
|
||||
imageAlt: "Elegant Evening Dress",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Premium Denim Jeans",
|
||||
price: "$64.99",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=itikf6",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=itikf6&_wi=1",
|
||||
imageAlt: "Premium Denim Jeans",
|
||||
},
|
||||
]}
|
||||
@@ -234,7 +234,7 @@ export default function HomePage() {
|
||||
handle: "@fashionista_sarah",
|
||||
testimonial:
|
||||
"Amazing quality and selection! I've been shopping here for months and never been disappointed. The fit is always perfect.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8x0zp5",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8x0zp5&_wi=2",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
@@ -243,7 +243,7 @@ export default function HomePage() {
|
||||
handle: "Style Maven",
|
||||
testimonial:
|
||||
"StyleHub is my go-to for professional attire. Great prices and excellent customer service. Highly recommended!",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wk89wa",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wk89wa&_wi=2",
|
||||
imageAlt: "David Kumar",
|
||||
},
|
||||
{
|
||||
@@ -331,7 +331,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a3zdy1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a3zdy1&_wi=1"
|
||||
imageAlt="Fashion store environment"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -54,21 +54,21 @@ export default function ShopPage() {
|
||||
id: "1",
|
||||
name: "Classic Cotton T-Shirt",
|
||||
price: "$34.99",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hkfcw",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hkfcw&_wi=2",
|
||||
imageAlt: "Classic Cotton T-Shirt",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elegant Evening Dress",
|
||||
price: "$89.99",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=snddqc",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=snddqc&_wi=2",
|
||||
imageAlt: "Elegant Evening Dress",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Premium Denim Jeans",
|
||||
price: "$64.99",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=itikf6",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=itikf6&_wi=2",
|
||||
imageAlt: "Premium Denim Jeans",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user