Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e946e257ec | |||
| 553fe1a12d |
@@ -114,7 +114,7 @@ export default function LandingPage() {
|
|||||||
tag="Interactive Map"
|
tag="Interactive Map"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
animationType="scale-rotate"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
@@ -216,7 +216,7 @@ export default function LandingPage() {
|
|||||||
tag="Impact"
|
tag="Impact"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
animationType="slide-up"
|
animationType="depth-3d"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "1", icon: Users, title: "Active Explorers", value: "50K+" },
|
{ id: "1", icon: Users, title: "Active Explorers", value: "50K+" },
|
||||||
{ id: "2", icon: Globe, title: "Countries Reached", value: "45" },
|
{ id: "2", icon: Globe, title: "Countries Reached", value: "45" },
|
||||||
@@ -286,6 +286,9 @@ export default function LandingPage() {
|
|||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
buttonText="Start Exploring"
|
buttonText="Start Exploring"
|
||||||
|
className="perspective-3d hover:shadow-2xl transition-shadow duration-500"
|
||||||
|
containerClassName="transform-gpu"
|
||||||
|
contentClassName="backface-hidden"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -299,6 +302,11 @@ export default function LandingPage() {
|
|||||||
{ icon: Linkedin, href: "https://linkedin.com/company/bharatbeachsafari", ariaLabel: "Connect on LinkedIn" },
|
{ icon: Linkedin, href: "https://linkedin.com/company/bharatbeachsafari", ariaLabel: "Connect on LinkedIn" },
|
||||||
{ icon: Mail, href: "mailto:hello@bharatbeachsafari.com", ariaLabel: "Email us" }
|
{ 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>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user