9 Commits

Author SHA1 Message Date
149f801feb Merge version_3 into main
Merge version_3 into main
2026-03-06 04:05:37 +00:00
fcf14f3075 Update src/app/page.tsx 2026-03-06 04:05:33 +00:00
2081db666f Update src/app/layout.tsx 2026-03-06 04:05:32 +00:00
0854005250 Merge version_2 into main
Merge version_2 into main
2026-03-06 04:03:16 +00:00
1f645dc012 Update src/app/page.tsx 2026-03-06 04:03:12 +00:00
ac8c6f5867 Update src/app/layout.tsx 2026-03-06 04:03:11 +00:00
2c5dd2c1e4 Merge version_1 into main
Merge version_1 into main
2026-03-06 04:02:02 +00:00
4e343ea764 Merge version_1 into main
Merge version_1 into main
2026-03-06 04:01:17 +00:00
3e42c19e0f Merge version_1 into main
Merge version_1 into main
2026-03-06 04:00:03 +00:00
2 changed files with 7 additions and 47 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 { Open_Sans } 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 openSans = Open_Sans({
variable: "--font-open-sans", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Tanishq Trends - Premium Fashion & Jewelry for Models", description: "Discover exclusive designer dresses and luxury jewelry collections curated for professional models. Explore premium fashion pieces from Tanishq Trends.", keywords: "fashion, jewelry, designer dresses, models, luxury, fashion design, trending styles", metadataBase: new URL("https://tanishqtrends.com"),
alternates: {
canonical: "https://tanishqtrends.com"
},
openGraph: {
title: "Tanishq Trends - Luxury Fashion Designer App", description: "Exquisite dresses and jewelry collections for fashion-forward models and style enthusiasts.", url: "https://tanishqtrends.com", siteName: "Tanishq Trends", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/young-sexy-blond-woman-model-evening-dress-posing-blue-sky-background_158538-9215.jpg", alt: "Tanishq Trends Premium Dress Collection"
}
]
},
twitter: {
card: "summary_large_image", title: "Tanishq Trends - Luxury Fashion Collections", description: "Premium dresses and jewelry for models. Discover exclusive collections.", images: ["http://img.b2bpic.net/free-photo/young-sexy-blond-woman-model-evening-dress-posing-blue-sky-background_158538-9215.jpg"]
},
robots: {
index: true,
follow: true
}
};
title: "Tanishq Trends - Fashion & Jewelry", description: "Discover premium dresses and exquisite jewelry collections for professional models"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1421,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -221,7 +221,7 @@ export default function LandingPage() {
<ContactSplit
tag="Stay Connected"
title="Get Exclusive Updates"
description="Subscribe to our newsletter for early access to new collections, behind-the-scenes content, and exclusive model opportunities."
description="Get early access to new collections (48 hours before launch), behind-the-scenes content, and exclusive modeling opportunities—plus 10% off your first order"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg"