From c1f017d6357e6fc9436ff92da970f106ac9bd7eb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:59:11 +0000 Subject: [PATCH 1/5] Update src/app/layout.tsx --- src/app/layout.tsx | 30 +++++++++--------------------- 1 file changed, 9 insertions(+), 21 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9970575..ecc7050 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,33 +1,23 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; -import { Archivo } from "next/font/google"; +import { Poppins } 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 archivo = Archivo({ - variable: "--font-archivo", subsets: ["latin"], +const poppins = Poppins({ + variable: "--font-poppins", subsets: ["latin"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export const metadata: Metadata = { - title: "Lumière Skincare | Premium Natural Skincare Products", description: "Discover luxurious skincare formulated with natural ingredients. Transform your skin with Lumière's premium collection of serums, creams, and cleansers.", keywords: "skincare, luxury cosmetics, natural skincare, organic beauty, anti-aging", openGraph: { - title: "Lumière Skincare | Premium Natural Skincare", description: "Experience transformative skincare with our luxury collection of natural products.", siteName: "Lumière Skincare", type: "website", images: [ + title: "Premium Wigs & Professional Hair Care | Elite Beauty Supply", description: "Discover luxury wigs and professional hair care products for the modern beauty community. Premium quality, expert service, locally-owned beauty supply store.", keywords: "premium wigs, professional hair care, beauty supply, luxury wigs, hair extensions, hair care products", openGraph: { + title: "Premium Wigs & Professional Hair Care | Elite Beauty Supply", description: "Luxury wigs and professional hair care for the beauty community.", siteName: "Elite Beauty Supply", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/selfcare-products-arrangement_23-2149249587.jpg", alt: "Lumière Skincare Collection"}, + url: "http://img.b2bpic.net/free-photo/beauty-self-care-products-arrangement_23-2148976971.jpg", alt: "Elite Beauty Supply Premium Collection"}, ], }, twitter: { - card: "summary_large_image", title: "Lumière Skincare | Premium Natural Skincare", description: "Discover luxurious skincare formulated with natural ingredients.", images: ["http://img.b2bpic.net/free-photo/selfcare-products-arrangement_23-2149249587.jpg"], + card: "summary_large_image", title: "Premium Wigs & Professional Hair Care | Elite Beauty Supply", description: "Discover luxury wigs and professional hair care products.", images: ["http://img.b2bpic.net/free-photo/beauty-self-care-products-arrangement_23-2148976971.jpg"], }, robots: { index: true, @@ -43,9 +33,7 @@ export default function RootLayout({ return ( - + {children} -- 2.49.1 From b2d207549af626367f6886443a9f1b9d81cf90a7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:59:11 +0000 Subject: [PATCH 2/5] Update src/app/page.tsx --- src/app/page.tsx | 160 ++++++++++++++++++++++++++--------------------- 1 file changed, 88 insertions(+), 72 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf9e4d8..d4b32e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,48 +10,49 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Award, Droplet, Heart, HelpCircle, Leaf, Mail, Shield, Sparkles, Zap } from 'lucide-react'; +import { Award, Droplet, Heart, HelpCircle, Leaf, Mail, Shield, Sparkles, Zap, Crown, Star } from 'lucide-react'; export default function LandingPage() { return (
@@ -104,37 +109,42 @@ export default function LandingPage() {
-- 2.49.1 From f6aa39da39b4f7a0de7d1a29ff1fdb2afc4f195c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:59:12 +0000 Subject: [PATCH 3/5] Update src/app/styles/base.css --- src/app/styles/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index 0435273..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-archivo), 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-archivo), sans-serif; + font-family: var(--font-poppins), sans-serif; } -- 2.49.1 From 81de848dfd93369eebddeaa050de6bf9eee3113e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:59:12 +0000 Subject: [PATCH 4/5] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d45b6e6..b2ca4d0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcf6ec; - --card: #f3ede2; - --foreground: #2e2521; - --primary-cta: #2e2521; + --background: #fef8f3; + --card: #fff9f5; + --foreground: #1a1a1a; + --primary-cta: #ffc107; --primary-cta-text: #fcf6ec; - --secondary-cta: #ffffff; + --secondary-cta: #000000; --secondary-cta-text: #2e2521; - --accent: #b2a28b; - --background-accent: #b2a28b; + --accent: #e74c3c; + --background-accent: #f9e4d8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1 From 98ce165479b8c923ba8c4448c4faed0c8a2c2a1a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:07:07 +0000 Subject: [PATCH 5/5] Update theme colors --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b2ca4d0..3d0e32c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fef8f3; - --card: #fff9f5; - --foreground: #1a1a1a; - --primary-cta: #ffc107; - --primary-cta-text: #fcf6ec; - --secondary-cta: #000000; - --secondary-cta-text: #2e2521; - --accent: #e74c3c; - --background-accent: #f9e4d8; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #000f06e6; + --primary-cta: #0a7039; + --primary-cta-text: #ffffff; + --secondary-cta: #f9f9f9; + --secondary-cta-text: #000f06e6; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1