10 Commits

Author SHA1 Message Date
17c7a456bc Merge version_2 into main
Merge version_2 into main
2026-03-06 06:52:07 +00:00
8ba7a7e45f Update theme colors 2026-03-06 06:52:01 +00:00
657cace36a Merge version_2 into main
Merge version_2 into main
2026-03-06 06:49:13 +00:00
e6c947dada Update theme colors 2026-03-06 06:49:06 +00:00
3f1720183f Merge version_2 into main
Merge version_2 into main
2026-03-06 06:47:08 +00:00
49b18d948a Update src/app/page.tsx 2026-03-06 06:47:04 +00:00
ddeb518c1a Update src/app/layout.tsx 2026-03-06 06:47:04 +00:00
6ac0328079 Merge version_1 into main
Merge version_1 into main
2026-03-06 06:46:18 +00:00
66f24a9c41 Merge version_1 into main
Merge version_1 into main
2026-03-06 06:45:33 +00:00
440f24ce8d Merge version_1 into main
Merge version_1 into main
2026-03-06 06:44:23 +00:00
3 changed files with 17 additions and 54 deletions

View File

@@ -1,56 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Roboto } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import "@/styles/globals.css";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const roboto = Roboto({
variable: "--font-roboto", subsets: ["latin"],
weight: ["100", "300", "400", "500", "700", "900"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Premium Muslin Hijabs - Luxury Modest Fashion", description: "Discover handcrafted muslin hijabs combining traditional craftsmanship with contemporary elegance. Premium quality, sustainable, and beautifully designed.", keywords: "muslin hijab, premium hijab, modest fashion, luxury headscarf, ethical fashion, handcrafted hijab", openGraph: {
title: "Muslin & Grace - Premium Hijabs", description: "Experience luxury and elegance with our handcrafted muslin hijabs. Premium quality and timeless style.", type: "website", siteName: "Muslin & Grace", images: [
{
url: "http://img.b2bpic.net/free-photo/portrait-woman-beach-with-face-covered-by-veil_23-2149460624.jpg", alt: "Premium muslin hijab collection"
}
]
},
twitter: {
card: "summary_large_image", title: "Muslin & Grace - Premium Hijabs", description: "Luxury muslin hijabs crafted with tradition and style", images: ["http://img.b2bpic.net/free-photo/portrait-woman-beach-with-face-covered-by-veil_23-2149460624.jpg"]
},
robots: {
index: true,
follow: true
}
};
title: "Muslin & Grace - Premium Hijabs", description: "Luxurious handcrafted muslin hijabs combining traditional craftsmanship with contemporary elegance."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1418,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
imageAlt="Elegant muslin hijab showcase"
mediaAnimation="slide-up"
buttons={[
{ text: "Explore Collection", href: "#products" },
{ text: "Shop Premium Hijabs", href: "#products" },
{ text: "Learn More", href: "#about" }
]}
buttonAnimation="slide-up"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #efebe5;
--card: #f7f2ea;
--foreground: #000000;
--primary-cta: #000000;
--primary-cta-text: #efebe5;
--secondary-cta: #ffffff;
--secondary-cta-text: #000000;
--accent: #ffffff;
--background-accent: #e1b875;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);