21 Commits

Author SHA1 Message Date
da13857b39 Update src/app/styles/variables.css 2026-02-18 07:36:21 +00:00
2adb72466a Update src/app/shop/page.tsx 2026-02-18 07:36:20 +00:00
b626d02149 Update src/app/shop/[id]/page.tsx 2026-02-18 07:36:20 +00:00
3d61c83848 Update src/app/page.tsx 2026-02-18 07:36:19 +00:00
ec95fbfc5e Update src/app/layout.tsx 2026-02-18 07:36:18 +00:00
7a3af958d6 Update src/app/blog/page.tsx 2026-02-18 07:36:17 +00:00
c897e9ee5f Merge version_3 into main
Merge version_3 into main
2026-02-18 07:24:32 +00:00
b6665ba840 Update theme colors 2026-02-18 07:24:25 +00:00
318db34b6b Merge version_3 into main
Merge version_3 into main
2026-02-18 07:22:35 +00:00
9135ca0d24 Update src/app/shop/page.tsx 2026-02-18 07:22:31 +00:00
4d829ffc4b Update src/app/shop/[id]/page.tsx 2026-02-18 07:22:31 +00:00
e4c94c91c0 Update src/app/page.tsx 2026-02-18 07:22:30 +00:00
e177db9bfc Update src/app/layout.tsx 2026-02-18 07:22:29 +00:00
b4141b768e Update src/app/blog/page.tsx 2026-02-18 07:22:28 +00:00
a7fa5fd233 Merge version_2 into main
Merge version_2 into main
2026-02-18 07:21:21 +00:00
ac5a4126a7 Update theme colors 2026-02-18 07:21:15 +00:00
39120121bb Merge version_2 into main
Merge version_2 into main
2026-02-18 07:21:09 +00:00
450b6e3ea3 Update src/app/page.tsx 2026-02-18 07:21:04 +00:00
fcd7931ad5 Merge version_2 into main
Merge version_2 into main
2026-02-18 07:17:37 +00:00
7c8496fdc6 Update src/app/page.tsx 2026-02-18 07:17:32 +00:00
a2c528c349 Merge version_1 into main
Merge version_1 into main
2026-02-18 07:15:55 +00:00
6 changed files with 40 additions and 54 deletions

View File

@@ -19,7 +19,7 @@ export default function BlogPage() {
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="solid"
cardStyle="glass-elevated"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
headingFontWeight="medium"
@@ -74,4 +74,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -1,40 +1,27 @@
import type { Metadata } from "next";
import { Karla } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import "./styles/variables.css";
import "./styles/base.css";
const karla = Karla({
variable: "--font-karla", subsets: ["latin"],
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
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 | 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"]
}
title: "Wanderlust Boutique", description: "Curated luxury travel experiences"
};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${karla.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.variable}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1316,7 +1303,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}
}

View File

@@ -21,7 +21,7 @@ export default function TravelPage() {
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="solid"
cardStyle="glass-elevated"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
headingFontWeight="medium"
@@ -68,11 +68,11 @@ export default function TravelPage() {
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Personalized Travel Experiences" },
{ type: "text", content: "Personalized Travel Experiences Crafted for Your Dreams and Desires" },
{
type: "image", src: "https://img.b2bpic.net/free-photo/beach-water-beautiful-leisure-health_1203-4902.jpg", alt: "Travel experience"
},
{ type: "text", content: "Crafted for You" }
{ type: "text", content: "" }
]}
useInvertedBackground={false}
buttons={[
@@ -247,4 +247,4 @@ export default function TravelPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -76,7 +76,7 @@ export default function ProductPage({ params }: ProductPageProps) {
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="solid"
cardStyle="glass-elevated"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
headingFontWeight="medium"
@@ -120,7 +120,7 @@ export default function ProductPage({ params }: ProductPageProps) {
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="solid"
cardStyle="glass-elevated"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
headingFontWeight="medium"
@@ -171,7 +171,7 @@ export default function ProductPage({ params }: ProductPageProps) {
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="solid"
cardStyle="glass-elevated"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
headingFontWeight="medium"
@@ -237,4 +237,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -26,7 +26,7 @@ export default function ShopPage() {
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="solid"
cardStyle="glass-elevated"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
headingFontWeight="medium"
@@ -69,7 +69,7 @@ export default function ShopPage() {
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="solid"
cardStyle="glass-elevated"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
headingFontWeight="medium"
@@ -110,4 +110,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -2,21 +2,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #f6f0e9;;
--card: #efe7dd;;
--foreground: #2b180a;;
--primary-cta: #2b180a;;
--secondary-cta: #efe7dd;;
--accent: #94877c;;
--background-accent: #afa094;; */
/* --background: #000000;;;;
--card: #1a1a1a;;;;
--foreground: #ffdd00;;;;
--primary-cta: #ffdd00;;;;
--secondary-cta: #000000;;;;
--accent: #ffdd00;;;;
--background-accent: #333333;;;; */
--background: #f6f0e9;;
--card: #efe7dd;;
--foreground: #2b180a;;
--primary-cta: #2b180a;;
--secondary-cta: #efe7dd;;
--accent: #94877c;;
--background-accent: #afa094;;
--background: #000000;;;;
--card: #1a1a1a;;;;
--foreground: #ffdd00;;;;
--primary-cta: #ffdd00;;;;
--secondary-cta: #000000;;;;
--accent: #ffdd00;;;;
--background-accent: #333333;;;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);