Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f9b162937f | |||
| e946e257ec | |||
| 553fe1a12d | |||
| d814c6daf2 | |||
| a33901ad93 | |||
| 79313c7c98 | |||
| a891d7331e |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user