7 Commits

Author SHA1 Message Date
f9b162937f Merge version_3 into main
Merge version_3 into main
2026-03-11 11:23:00 +00:00
e946e257ec Update src/app/page.tsx 2026-03-11 11:22:56 +00:00
553fe1a12d Merge version_2 into main
Merge version_2 into main
2026-03-11 11:19:17 +00:00
d814c6daf2 Update src/app/page.tsx 2026-03-11 11:19:13 +00:00
a33901ad93 Merge version_1 into main
Merge version_1 into main
2026-03-11 11:14:11 +00:00
79313c7c98 Merge version_1 into main
Merge version_1 into main
2026-03-11 11:13:46 +00:00
a891d7331e Merge version_1 into main
Merge version_1 into main
2026-03-11 11:12:41 +00:00

View File

@@ -114,7 +114,7 @@ export default function LandingPage() {
tag="Interactive Map"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
animationType="scale-rotate"
gridVariant="three-columns-all-equal-width"
products={[
{
@@ -216,7 +216,7 @@ export default function LandingPage() {
tag="Impact"
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
animationType="depth-3d"
metrics={[
{ id: "1", icon: Users, title: "Active Explorers", value: "50K+" },
{ id: "2", icon: Globe, title: "Countries Reached", value: "45" },
@@ -273,7 +273,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Begin Your BharatBeachSafari Adventure"
description="Join thousands of explorers discovering India's coastal beauty. Sign up for early access, exclusive updates, and personalized travel recommendations."
description="Join 50K+ explorers and get early access to exclusive underwater scenes"
inputs={[
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Your Email" },
@@ -286,6 +286,9 @@ export default function LandingPage() {
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Start Exploring"
className="perspective-3d hover:shadow-2xl transition-shadow duration-500"
containerClassName="transform-gpu"
contentClassName="backface-hidden"
/>
</div>
@@ -299,6 +302,11 @@ export default function LandingPage() {
{ icon: Linkedin, href: "https://linkedin.com/company/bharatbeachsafari", ariaLabel: "Connect on LinkedIn" },
{ icon: Mail, href: "mailto:hello@bharatbeachsafari.com", ariaLabel: "Email us" }
]}
className="perspective-3d"
containerClassName="transform-gpu backface-hidden"
cardClassName="hover:shadow-2xl transition-all duration-500"
socialContainerClassName="flex gap-6 justify-center will-change-transform"
socialIconClassName="transform hover:scale-110 transition-transform duration-300"
/>
</div>
</ThemeProvider>