6 Commits

Author SHA1 Message Date
a067253365 Update src/app/shop/page.tsx 2026-02-19 02:36:28 +00:00
8e2ade47fa Update src/app/shop/[id]/page.tsx 2026-02-19 02:36:28 +00:00
53f019dff9 Update src/app/page.tsx 2026-02-19 02:36:27 +00:00
f9ce71359f Update src/app/layout.tsx 2026-02-19 02:36:26 +00:00
8e7be681ed Update src/app/blog/page.tsx 2026-02-19 02:36:25 +00:00
0037ff80ff Merge version_4 into main
Merge version_4 into main
2026-02-19 02:34:01 +00:00
5 changed files with 8 additions and 7 deletions

View File

@@ -72,4 +72,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -1332,4 +1332,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -65,7 +65,7 @@ export default function LandingPage() {
/>
</div>
<div id="about" data-section="about">
<div id="about" data-section="about" data-webild-id="webild-1771468504563-ab8lwg93a">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Crafting unforgettable journeys since" },
@@ -74,7 +74,8 @@ export default function LandingPage() {
]}
buttons={[
{ text: "Our Story", href: "#about" },
{ text: "Work With Us", href: "contact" }
{ text: "Work With Us", href: "contact" },
{ text: "Learn More", href: "contact" }
]}
useInvertedBackground={false}
/>
@@ -250,4 +251,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -246,4 +246,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -116,4 +116,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}