8 Commits

Author SHA1 Message Date
d2c963794d Update src/app/page.tsx 2026-03-03 21:59:17 +00:00
a3bc5f18f5 Update src/app/layout.tsx 2026-03-03 21:59:16 +00:00
996e0e9338 Merge version_2 into main
Merge version_2 into main
2026-03-03 21:55:50 +00:00
49f136d1b4 Update src/app/page.tsx 2026-03-03 21:55:46 +00:00
e5a9be0012 Update src/app/layout.tsx 2026-03-03 21:55:45 +00:00
82ef2992bf Merge version_1 into main
Merge version_1 into main
2026-03-03 21:53:41 +00:00
f02f3388ad Merge version_1 into main
Merge version_1 into main
2026-03-03 21:52:29 +00:00
77a4d354f5 Merge version_1 into main
Merge version_1 into main
2026-03-03 21:51:03 +00:00
2 changed files with 13 additions and 39 deletions

View File

@@ -1,53 +1,28 @@
import type { Metadata } from "next";
import { Public_Sans } from "next/font/google";
import { Inter } from "next/font/google";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const publicSans = Public_Sans({
variable: "--font-public-sans", subsets: ["latin"],
const geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Hollow District | Minimalist Sustainable Fashion", description: "Contemporary minimalist clothing celebrating simplicity, quality, and timeless style. Shop sustainable fashion pieces designed for those who value substance over trend.", keywords: "sustainable fashion, minimalist clothing, ethical apparel, timeless style, contemporary fashion", metadataBase: new URL("https://hollowdistrict.com"),
alternates: {
canonical: "https://hollowdistrict.com"
},
openGraph: {
title: "Hollow District | Minimalist Sustainable Fashion", description: "Contemporary minimalist clothing celebrating simplicity, quality, and timeless style.", url: "https://hollowdistrict.com", siteName: "Hollow District", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/close-up-hands-holding-sweater_23-2149190431.jpg", alt: "Hollow District minimalist fashion collection"
}
]
},
twitter: {
card: "summary_large_image", title: "Hollow District | Minimalist Sustainable Fashion", description: "Contemporary minimalist clothing for those who value quality over quantity.", images: ["http://img.b2bpic.net/free-photo/close-up-hands-holding-sweater_23-2149190431.jpg"]
},
robots: {
index: true,
follow: true
}
};
title: "Create Next App", description: "Generated by create next app"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${publicSans.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1415,7 +1390,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Shop Now", href: "#products" },
{ text: "Explore Collection", href: "#collections" }
{ text: "Browse All Pieces", href: "#collections" }
]}
buttonAnimation="slide-up"
mediaItems={[