Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-07 20:58:05 +00:00
2 changed files with 9 additions and 49 deletions

View File

@@ -1,59 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Archivo } from "next/font/google";
import { Lenis } from "./providers/lenis";
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 archivo = Archivo({
variable: "--font-archivo", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Vestra | Luxury Fashion Brand Stay Rare", description: "Discover Vestra: Premium, minimalist luxury fashion blending German precision engineering with timeless design. Exclusive collections for the discerning.", keywords: "luxury fashion, minimalist design, premium clothing, exclusive apparel, German precision, handcrafted fashion", metadataBase: new URL("https://vestra.com"),
alternates: {
canonical: "https://vestra.com"
},
openGraph: {
title: "Vestra Luxury Fashion Brand", description: "Experience the intersection of minimalist design and exceptional craftsmanship with Vestra. Stay Rare.", siteName: "Vestra", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275086.jpg", alt: "Vestra luxury fashion collection"
}
]
},
twitter: {
card: "summary_large_image", title: "Vestra Stay Rare", description: "Premium luxury fashion with German-inspired precision and minimalist design.", images: ["http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275086.jpg"]
},
robots: {
index: true,
follow: true
}
};
title: "Vestra - Luxury Fashion", description: "Discover Vestra—where exclusivity meets precision craftsmanship."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${archivo.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body>
<Lenis>{children}</Lenis>
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1421,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
title="Stay Rare"
description="Discover Vestra—where exclusivity meets precision craftsmanship. Each piece is meticulously designed to reflect your unique identity and sophistication."
description="Exclusivity, craftsmanship, and investment-grade design define every Vestra creation. Discover pieces meticulously engineered for those who understand that true luxury transcends trends—where precision meets your unique identity and sophistication."
tag="Luxury Collection"
tagIcon={Sparkles}
tagAnimation="slide-up"