diff --git a/src/app/layout.tsx b/src/app/layout.tsx index cae2a44..5f9b348 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,35 +1,28 @@ import type { Metadata } from "next"; -import { Poppins } from "next/font/google"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; +import { Manrope } from "next/font/google"; +import { Source_Sans_3 } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; -const poppins = Poppins({ - variable: "--font-poppins", subsets: ["latin"], - weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], +const manrope = Manrope({ + variable: "--font-manrope", subsets: ["latin"], }); -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], +const sourceSans3 = Source_Sans_3({ + variable: "--font-source-sans-3", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Luxe Journeys | Curated Luxury Travel Experiences", description: "Discover bespoke luxury travel experiences curated for the discerning traveler. Private yachts, exclusive resorts, cultural immersion tours from Luxe Journeys.", keywords: "luxury travel, luxury vacations, travel concierge, bespoke travel, private yacht charter, exclusive resorts", openGraph: { - title: "Luxe Journeys | Curated Luxury Travel Experiences", description: "Experience unforgettable luxury journeys curated by world-class travel experts.", siteName: "Luxe Journeys", type: "website", images: [ + title: "Stillness Retreats | Nature & Quiet Luxury Experiences", description: "Discover refined quiet luxury experiences in nature. Serene retreats, mindful wellness, and stillness journeys curated for the discerning traveler seeking peace and restoration.", keywords: "luxury nature retreats, wellness travel, quiet luxury, mindfulness retreats, eco-luxury, serene destinations, stillness experiences", openGraph: { + title: "Stillness Retreats | Nature & Quiet Luxury Experiences", description: "Experience the art of stillness through curated nature retreats and quiet luxury escapes.", siteName: "Stillness Retreats", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/beautiful-beach-view-koh-chang-island-tour-boat-tourists-seascape_1150-10249.jpg", alt: "Luxury yacht sailing through azure waters" + url: "http://img.b2bpic.net/free-photo/beautiful-landscape-with-green-trees-mountains-during-daytime_1150-44386.jpg", alt: "Serene mountain landscape" } ] }, twitter: { - card: "summary_large_image", title: "Luxe Journeys | Curated Luxury Travel Experiences", description: "Discover bespoke luxury travel curated for the discerning traveler.", images: ["http://img.b2bpic.net/free-photo/beautiful-beach-view-koh-chang-island-tour-boat-tourists-seascape_1150-10249.jpg"] + card: "summary_large_image", title: "Stillness Retreats | Nature & Quiet Luxury Experiences", description: "Discover refined quiet luxury experiences in nature.", images: ["http://img.b2bpic.net/free-photo/beautiful-landscape-with-green-trees-mountains-during-daytime_1150-44386.jpg"] } }; @@ -42,7 +35,7 @@ export default function RootLayout({ {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ebdaf7..50c1c85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Anchor, Award, Briefcase, CheckCircle, Crown, Eye, Gem, Heart, Mail, Map, Palette, Sparkles, UtensilsCrossed, Star, Users, Wine } from 'lucide-react'; +import { Anchor, Award, Briefcase, CheckCircle, Crown, Eye, Gem, Heart, Mail, Map, Palette, Sparkles, UtensilsCrossed, Star, Users, Wine, Leaf, Mountain, Droplets, Wind } from 'lucide-react'; export default function LandingPage() { return ( @@ -28,12 +28,12 @@ export default function LandingPage() { >