Merge version_5 into main #7

Merged
bender merged 5 commits from version_5 into main 2026-02-19 02:36:33 +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>
);
}
}