diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4087af3..805e8ee 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,13 +1,12 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; +import { Montserrat } 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 montserrat = Montserrat({ + variable: "--font-montserrat", subsets: ["latin"], }); const inter = Inter({ @@ -15,15 +14,15 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "Lumière Skincare | Natural Beauty Products", description: "Discover luxurious, science-backed skincare formulated with natural ingredients. Premium products for radiant, healthy skin.", keywords: "skincare, natural cosmetics, beauty products, luxury skincare, organic beauty", metadataBase: new URL("https://lumiereskincare.com"), + title: "Clínica Titanium | Medical Aesthetic Clinic Montevideo", description: "Premium medical aesthetic clinic in Montevideo offering facial rejuvenation, body contouring, and advanced laser treatments. Expert dermatologists and cutting-edge technology.", keywords: "medical aesthetics, facial rejuvenation, body contouring, laser hair removal, dermatology, Montevideo, aesthetic clinic", metadataBase: new URL("https://clinicatitanium.com"), alternates: { - canonical: "https://lumiereskincare.com" + canonical: "https://clinicatitanium.com" }, openGraph: { - title: "Lumière Skincare | Premium Natural Beauty", description: "Experience the power of nature-inspired skincare with our award-winning formulations.", url: "https://lumiereskincare.com", siteName: "Lumière Skincare", type: "website" + title: "Clínica Titanium | Premium Medical Aesthetic Clinic", description: "Experience luxury medical aesthetics with advanced technology and expert medical staff in Montevideo.", url: "https://clinicatitanium.com", siteName: "Clínica Titanium", type: "website" }, twitter: { - card: "summary_large_image", title: "Lumière Skincare", description: "Luxury skincare with natural ingredients for radiant skin." + card: "summary_large_image", title: "Clínica Titanium", description: "Premium medical aesthetic clinic with expert dermatologists." }, robots: { index: true, @@ -40,7 +39,7 @@ export default function RootLayout({ {children} @@ -1415,4 +1414,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index ea9f2a7..941bf62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,52 +6,51 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureBento from '@/components/sections/feature/FeatureBento'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Award, Beaker, CheckCircle, Globe, Heart, Leaf, Mail, Sparkles } from 'lucide-react'; +import { Sparkles, Zap, Users, MapPin, MessageCircle } from 'lucide-react'; export default function LandingPage() { return (
@@ -60,34 +59,34 @@ export default function LandingPage() {
-
+
-
+
-
- -
- -
- + @@ -180,57 +154,57 @@ export default function LandingPage() {
); -} \ No newline at end of file +} diff --git a/src/app/styles/base.css b/src/app/styles/base.css index 34aea07..aa7fd03 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-inter), sans-serif; + font-family: var(--font-montserrat), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-inter), sans-serif; + font-family: var(--font-montserrat), sans-serif; } diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a18bde8..029306a 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: #fcf6ec;; - --card: #f3ede2;; - --foreground: #2e2521;; - --primary-cta: #2e2521;; + /* --background: #f8f7f5;; + --card: #ffffff;; + --foreground: #2a2a2a;; + --primary-cta: #4a5568;; --secondary-cta: #ffffff;; - --accent: #b2a28b;; - --background-accent: #b2a28b;; */ + --accent: #7dd3c0;; + --background-accent: #e8f4f1;; */ - --background: #fcf6ec;; - --card: #f3ede2;; - --foreground: #2e2521;; - --primary-cta: #2e2521;; + --background: #f8f7f5;; + --card: #ffffff;; + --foreground: #2a2a2a;; + --primary-cta: #4a5568;; --primary-cta-text: #fcf6ec;; --secondary-cta: #ffffff;; --secondary-cta-text: #2e2521;; - --accent: #b2a28b;; - --background-accent: #b2a28b;; + --accent: #7dd3c0;; + --background-accent: #e8f4f1;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);