diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 88cf9c0..e8a1afb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,36 +1,31 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; -import { Nunito } from "next/font/google"; +import { Poppins } from "next/font/google"; +import { DM_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 poppins = Poppins({ + variable: "--font-poppins", subsets: ["latin"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); - -const nunito = Nunito({ - variable: "--font-nunito", subsets: ["latin"], +const dmSans = DM_Sans({ + variable: "--font-dm-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Apna Mens Wear | Budget Mens Fashion in Bhawarkua, Indore", description: "Affordable mens wear store in Indore. 4 shirts for ₹1000, formal combos, casual wear & delivery. ⭐3.8 rating. Call 096301 05490 for orders.", keywords: "mens wear Indore, Bhawarkua clothing, affordable shirts, budget mens fashion, combo deals Indore", robots: { + title: "Apna Mens Wear | Premium Budget Mens Fashion in Bhawarkua, Indore", description: "Experience premium mens wear at budget prices. 4 shirts for ₹1000, formal combos, casual wear & delivery. ⭐3.8 rating. Call 096301 05490 for orders.", keywords: "mens wear Indore, Bhawarkua clothing, affordable shirts, budget mens fashion, combo deals Indore, premium mens wear", robots: { index: true, follow: true, }, openGraph: { - title: "Apna Mens Wear - Trusted Budget Mens Fashion in Indore", description: "Shop affordable, quality mens clothing at Apna Mens Wear. ⭐3.8 rating, fast delivery, combo offers. Open till 11 PM in Bhawarkua.", url: "https://yourwebsite.com", siteName: "Apna Mens Wear", type: "website", images: [{ + title: "Apna Mens Wear - Premium Budget Mens Fashion in Indore", description: "Shop premium quality mens clothing at budget prices. ⭐3.8 rating, fast delivery, exclusive combo offers. Open till 11 PM in Bhawarkua.", url: "https://yourwebsite.com", siteName: "Apna Mens Wear", type: "website", images: [{ url: "http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg", alt: "mens wear store clothing shop interior modern retail men clothing display" }], }, twitter: { - card: "summary_large_image", title: "Apna Mens Wear - Budget Mens Fashion Indore", description: "4 shirts for ₹1000 | Combo deals | Fast delivery | Call now!", images: ["http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg"], + card: "summary_large_image", title: "Apna Mens Wear - Premium Budget Mens Fashion Indore", description: "4 shirts for ₹1000 | Premium quality | Combo deals | Fast delivery | Call now!", images: ["http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg"], }, }; @@ -43,7 +38,7 @@ export default function RootLayout({ {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index 0abd572..b45c479 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,8 +44,8 @@ export default function LandingPage() {
@@ -193,14 +193,14 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/man-choosing-leather-belt-store_482257-85806.jpg" imageAlt="mens clothing store exterior retail shop front Indore store shopping destination" logoText="Apna Mens Wear" - copyrightText="© 2025 Apna Mens Wear. All rights reserved. | Bhawarkua, Indore" + copyrightText="© 2025 Apna Mens Wear. All rights reserved. | Premium Mens Fashion | Bhawarkua, Indore" columns={[ { title: "Quick Links", items: [ { label: "Home", href: "#hero" }, - { label: "Featured Offers", href: "#offers" }, - { label: "Why Us", href: "#why-us" }, - { label: "Reviews", href: "#testimonials" } + { label: "Premium Collection", href: "#offers" }, + { label: "Why Choose Us", href: "#why-us" }, + { label: "Customer Reviews", href: "#testimonials" } ] }, { diff --git a/src/app/styles/base.css b/src/app/styles/base.css index b9e5214..0f9f89d 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-nunito), sans-serif; + font-family: var(--font-poppins), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-nunito), sans-serif; + font-family: var(--font-poppins), sans-serif; } diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a83a1db..77b27d4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #ffffff;; - --card: #f9f9f9;; - --foreground: #000612e6;; - --primary-cta: #15479c;; - --secondary-cta: #f9f9f9;; - --accent: #e2e2e2;; - --background-accent: #c4c4c4;; */ + /* --background: #f5f5f5;; + --card: #ffffff;; + --foreground: #1c1c1c;; + --primary-cta: #1f3251;; + --secondary-cta: #ffffff;; + --accent: #d4af37;; + --background-accent: #e8e8e8;; */ - --background: #ffffff;; - --card: #f9f9f9;; - --foreground: #000612e6;; - --primary-cta: #15479c;; + --background: #f5f5f5;; + --card: #ffffff;; + --foreground: #1c1c1c;; + --primary-cta: #1f3251;; --primary-cta-text: #ffffff;; - --secondary-cta: #f9f9f9;; + --secondary-cta: #ffffff;; --secondary-cta-text: #000612e6;; - --accent: #e2e2e2;; - --background-accent: #c4c4c4;; + --accent: #d4af37;; + --background-accent: #e8e8e8;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);