From 0ac8f81dd2179d966f79746187c8d362e92eb007 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:36:05 +0000 Subject: [PATCH 1/4] Update src/app/layout.tsx --- src/app/layout.tsx | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 39c6b64..764dd11 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,36 +1,33 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; +import { Poppins } from "next/font/google"; import { Inter } from "next/font/google"; -import { Raleway } 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 raleway = Raleway({ - variable: "--font-raleway", subsets: ["latin"], -}); - export const metadata: Metadata = { - title: "Lumière Fashion | Premium Fashion Brand for Women", description: "Discover premium fashion collections with sustainable practices. Luxury designs from Lumière Fashion featuring timeless pieces and modern flair.", keywords: "women fashion, luxury fashion, sustainable fashion, premium clothing, designer fashion, womens clothing", metadataBase: new URL("https://lumiere-fashion.com"), + title: "Premium Skincare | Science-Backed Beauty Solutions", description: "Discover skincare formulated with natural botanicals and backed by dermatological research. Experience radiant, healthy skin with our premium skincare collection.", keywords: "skincare, premium skincare, natural skincare, dermatologist-approved, skincare products, beauty, skin health", metadataBase: new URL("https://skincare-premium.com"), alternates: { - canonical: "https://lumiere-fashion.com"}, + canonical: "https://skincare-premium.com" + }, openGraph: { - title: "Lumière Fashion | Premium Fashion Brand", description: "Elevate your style with Lumière Fashion. Luxury, sustainable, and beautifully crafted pieces for the modern woman.", url: "https://lumiere-fashion.com", siteName: "Lumière Fashion", type: "website", images: [ + title: "Premium Skincare | Science-Backed Beauty Solutions", description: "Discover skincare formulated with natural botanicals and backed by dermatological research. Experience radiant, healthy skin.", url: "https://skincare-premium.com", siteName: "Premium Skincare", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/dermatologist-performing-laser-hair-removal-patient_107420-65631.jpg", alt: "Lumière Fashion Premium Collection"}, + url: "http://img.b2bpic.net/free-photo/dermatologist-performing-laser-hair-removal-patient_107420-65631.jpg", alt: "Premium Skincare Collection" + }, ], }, twitter: { - card: "summary_large_image", title: "Lumière Fashion | Premium Fashion Brand", description: "Discover luxury fashion with sustainable practices. Shop Lumière Fashion today.", images: ["http://img.b2bpic.net/free-photo/dermatologist-performing-laser-hair-removal-patient_107420-65631.jpg"], + card: "summary_large_image", title: "Premium Skincare | Science-Backed Beauty Solutions", description: "Discover premium skincare with natural botanicals. Shop our collection today.", images: ["http://img.b2bpic.net/free-photo/dermatologist-performing-laser-hair-removal-patient_107420-65631.jpg"], }, robots: { index: true, @@ -47,7 +44,7 @@ export default function RootLayout({ {children} -- 2.49.1 From 950349a92ff58b45cf14bb2d37ce4824b7d6eba7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:36:06 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 92 ++++++++++++++++++++++++------------------------ 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0631813..530c0aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Award, Heart, Leaf, Mail, Sparkles, Star, TrendingUp, Users } from "lucide-react"; +import { Award, Heart, Leaf, Mail, Sparkles, Star, TrendingUp, Users, Droplets } from "lucide-react"; export default function LandingPage() { return ( @@ -28,7 +28,7 @@ export default function LandingPage() { >