Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 17bfca0a5e | |||
| da13857b39 | |||
| 2adb72466a | |||
| b626d02149 | |||
| 3d61c83848 | |||
| ec95fbfc5e | |||
| 7a3af958d6 | |||
| c897e9ee5f | |||
| b6665ba840 | |||
| 318db34b6b | |||
| 9135ca0d24 | |||
| 4d829ffc4b | |||
| e4c94c91c0 | |||
| e177db9bfc | |||
| b4141b768e | |||
| a7fa5fd233 | |||
| 39120121bb | |||
| fcd7931ad5 |
@@ -19,7 +19,7 @@ export default function BlogPage() {
|
|||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="none"
|
background="none"
|
||||||
cardStyle="solid"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="shadow"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="medium"
|
headingFontWeight="medium"
|
||||||
|
|||||||
@@ -1,39 +1,26 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Karla } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
import "./styles/variables.css";
|
||||||
import Tag from "@/tag/Tag";
|
import "./styles/base.css";
|
||||||
|
|
||||||
const karla = Karla({
|
const inter = Inter({
|
||||||
variable: "--font-karla", subsets: ["latin"],
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Luxury Travel Boutique | Curated Journeys & Experiences", description: "Discover personalized luxury travel experiences. From tropical escapes to adventure expeditions, we craft unforgettable journeys tailored to your dreams.", keywords: "luxury travel, boutique travel agency, curated vacations, travel experiences, adventure travel, luxury resorts", openGraph: {
|
title: "Wanderlust Boutique", description: "Curated luxury travel experiences"
|
||||||
title: "Wanderlust Boutique | Luxury Travel Experiences", description: "Discover personalized luxury travel experiences. From tropical escapes to adventure expeditions, we craft unforgettable journeys.", siteName: "Wanderlust Boutique", type: "website", images: [
|
|
||||||
{
|
|
||||||
url: "https://img.b2bpic.net/free-photo/travel-relaxation-umbrella-luxury-hotels_1253-653.jpg", alt: "Luxury travel destination"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
twitter: {
|
|
||||||
card: "summary_large_image", title: "Wanderlust Boutique | Luxury Travel", description: "Curated luxury travel experiences and personalized journeys.", images: ["https://img.b2bpic.net/free-photo/travel-relaxation-umbrella-luxury-hotels_1253-653.jpg"]
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en">
|
||||||
<ServiceWrapper>
|
<body className={inter.variable}>
|
||||||
<body
|
{children}
|
||||||
className={`${karla.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
@@ -1316,7 +1303,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -21,7 +21,7 @@ export default function TravelPage() {
|
|||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="none"
|
background="none"
|
||||||
cardStyle="solid"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="shadow"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="medium"
|
headingFontWeight="medium"
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="none"
|
background="none"
|
||||||
cardStyle="solid"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="shadow"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="medium"
|
headingFontWeight="medium"
|
||||||
@@ -120,7 +120,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="none"
|
background="none"
|
||||||
cardStyle="solid"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="shadow"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="medium"
|
headingFontWeight="medium"
|
||||||
@@ -171,7 +171,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="none"
|
background="none"
|
||||||
cardStyle="solid"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="shadow"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="medium"
|
headingFontWeight="medium"
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ export default function ShopPage() {
|
|||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="none"
|
background="none"
|
||||||
cardStyle="solid"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="shadow"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="medium"
|
headingFontWeight="medium"
|
||||||
@@ -69,7 +69,7 @@ export default function ShopPage() {
|
|||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="none"
|
background="none"
|
||||||
cardStyle="solid"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="shadow"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="medium"
|
headingFontWeight="medium"
|
||||||
|
|||||||
@@ -2,21 +2,21 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #ffffff;;;
|
/* --background: #000000;;;;
|
||||||
--card: #f9f9f9;;;
|
--card: #1a1a1a;;;;
|
||||||
--foreground: #120a00e6;;;
|
--foreground: #ffdd00;;;;
|
||||||
--primary-cta: #ff8c42;;;
|
--primary-cta: #ffdd00;;;;
|
||||||
--secondary-cta: #f9f9f9;;;
|
--secondary-cta: #000000;;;;
|
||||||
--accent: #e2e2e2;;;
|
--accent: #ffdd00;;;;
|
||||||
--background-accent: #c4c4c4;;; */
|
--background-accent: #333333;;;; */
|
||||||
|
|
||||||
--background: #ffffff;;;
|
--background: #000000;;;;
|
||||||
--card: #f9f9f9;;;
|
--card: #1a1a1a;;;;
|
||||||
--foreground: #120a00e6;;;
|
--foreground: #ffdd00;;;;
|
||||||
--primary-cta: #ff8c42;;;
|
--primary-cta: #ffdd00;;;;
|
||||||
--secondary-cta: #f9f9f9;;;
|
--secondary-cta: #000000;;;;
|
||||||
--accent: #e2e2e2;;;
|
--accent: #ffdd00;;;;
|
||||||
--background-accent: #c4c4c4;;;
|
--background-accent: #333333;;;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user