Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-07 08:07:03 +00:00
2 changed files with 37 additions and 62 deletions

View File

@@ -1,44 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } 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 inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Super Cloth House | Premium Designer Clothing in Nakodar, Punjab", description: "Luxury designer sherwanis, lehengas & traditional wear. 15+ years of heritage, 4.9★ rated. Premium quality, authentic craftsmanship for weddings & celebrations.", keywords: "designer sherwanis, luxury lehengas, punjabi wedding wear, designer clothing nakodar, premium traditional wear, bridal collection", openGraph: {
title: "Super Cloth House - Luxury Designer Clothing", description: "Discover premium designer collections curated for Punjab's most discerning patrons.", siteName: "Super Cloth House", type: "website"},
twitter: {
card: "summary_large_image", title: "Super Cloth House | Premium Designer Wear", description: "Luxury sherwanis, lehengas & traditional wear from Punjab's finest designer boutique."},
robots: {
index: true,
follow: true,
},
};
title: "Super Cloth House - Premium Designer Wear", description: "Discover luxury designer clothing curated for Punjab's most discerning patrons. 15+ years of heritage, thousands of satisfied customers, 4.9★ rated excellence."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1406,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -74,6 +74,37 @@ export default function LandingPage() {
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText
sideTitle="Frequently Asked Questions"
sideDescription="Everything you need to know about our premium collections and services."
textPosition="left"
useInvertedBackground={false}
animationType="smooth"
faqsAnimation="blur-reveal"
faqs={[
{
id: "1", title: "What makes Super Cloth House different?", content: "With 15+ years of heritage, we specialize in authentic, handcrafted designer clothing that celebrates Punjabi traditions. Our pieces are curated for discerning patrons who value quality, exclusivity, and authentic craftsmanship."
},
{
id: "2", title: "Do you offer customization services?", content: "Absolutely! We provide personalized styling consultations and custom tailoring to ensure perfect fit and design. Our team works closely with you to bring your vision to life."
},
{
id: "3", title: "What is your return and exchange policy?", content: "We offer a 30-day satisfaction guarantee on all purchases. If you're not completely satisfied, we'll exchange or refund your order. We also provide professional alteration services."
},
{
id: "4", title: "How can I schedule a consultation?", content: "You can visit us at our Nakodar location or reach out via WhatsApp, phone, or email. Our styling experts will be happy to assist you in finding the perfect piece for your occasion."
},
{
id: "5", title: "Do you ship internationally?", content: "Yes, we offer nationwide and international shipping with secure packaging. All pieces are carefully packaged to ensure they arrive in pristine condition."
},
{
id: "6", title: "Are all garments authenticated?", content: "Yes, every piece is 100% authentic designer wear with premium fabric certification. We guarantee authenticity and quality on all our collections."
}
]}
/>
</div>
<div id="products" data-section="products">
<ProductCardOne
title="Featured Collections"
@@ -180,37 +211,6 @@ export default function LandingPage() {
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText
sideTitle="Frequently Asked Questions"
sideDescription="Everything you need to know about our premium collections and services."
textPosition="left"
useInvertedBackground={false}
animationType="smooth"
faqsAnimation="blur-reveal"
faqs={[
{
id: "1", title: "What makes Super Cloth House different?", content: "With 15+ years of heritage, we specialize in authentic, handcrafted designer clothing that celebrates Punjabi traditions. Our pieces are curated for discerning patrons who value quality, exclusivity, and authentic craftsmanship."
},
{
id: "2", title: "Do you offer customization services?", content: "Absolutely! We provide personalized styling consultations and custom tailoring to ensure perfect fit and design. Our team works closely with you to bring your vision to life."
},
{
id: "3", title: "What is your return and exchange policy?", content: "We offer a 30-day satisfaction guarantee on all purchases. If you're not completely satisfied, we'll exchange or refund your order. We also provide professional alteration services."
},
{
id: "4", title: "How can I schedule a consultation?", content: "You can visit us at our Nakodar location or reach out via WhatsApp, phone, or email. Our styling experts will be happy to assist you in finding the perfect piece for your occasion."
},
{
id: "5", title: "Do you ship internationally?", content: "Yes, we offer nationwide and international shipping with secure packaging. All pieces are carefully packaged to ensure they arrive in pristine condition."
},
{
id: "6", title: "Are all garments authenticated?", content: "Yes, every piece is 100% authentic designer wear with premium fabric certification. We guarantee authenticity and quality on all our collections."
}
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Super Cloth House"