Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-05 10:50:04 +00:00
2 changed files with 7 additions and 41 deletions

View File

@@ -1,53 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Raleway } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const raleway = Raleway({
variable: "--font-raleway", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "VESTIQUE - Premium Fashion Clothing Store | Shop Curated Collections", description: "Discover premium fashion at VESTIQUE. Curated clothing collections, timeless designs, and exceptional quality. Fast shipping, easy returns, and style for every occasion.", keywords: "fashion store, clothing, premium apparel, online shopping, designer wear, trendy fashion", metadataBase: new URL("https://vestique.com"),
alternates: {
canonical: "https://vestique.com"},
openGraph: {
title: "VESTIQUE - Premium Fashion Clothing Store", description: "Discover curated fashion collections that elevate your personal style", url: "https://vestique.com", siteName: "VESTIQUE", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/beautiful-stylish-blond-girl-knitted-sweater-with-shopping-bags-dreamily-walking-city-street_574295-2269.jpg", alt: "Premium fashion collection showcase"},
],
},
twitter: {
card: "summary_large_image", title: "VESTIQUE - Premium Fashion Store", description: "Curated clothing collections with exceptional quality and style", images: ["http://img.b2bpic.net/free-photo/beautiful-stylish-blond-girl-knitted-sweater-with-shopping-bags-dreamily-walking-city-street_574295-2269.jpg"],
},
};
title: "VESTIQUE | Premium Fashion", description: "Discover curated fashion collections that elevate your personal style."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1415,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -59,7 +59,7 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardOne
title="Featured Collections"
title="Featured Collections (3 Items)"
description="Handpicked pieces designed to complement your wardrobe with style and elegance"
tag="New Arrivals"
textboxLayout="default"