Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f7664efbff | |||
| 691c596f13 |
@@ -77,9 +77,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
tag="Proven Track Record"
|
tag="Proven Track Record"
|
||||||
tagIcon={CheckCircle}
|
tagIcon={CheckCircle}
|
||||||
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "See What Customers Say", href: "#testimonials" }
|
{ text: "See What Customers Say", href: "#testimonials" }
|
||||||
]}
|
]}
|
||||||
|
buttonAnimation="slide-up"
|
||||||
|
cardClassName="backdrop-blur-md bg-white/10 border border-white/20 rounded-xl p-8 hover:bg-white/15 transition-all duration-300 shadow-lg"
|
||||||
|
valueClassName="text-4xl font-bold text-white mb-2"
|
||||||
|
titleClassName="text-xl font-semibold text-white mb-3"
|
||||||
|
descriptionClassName="text-sm text-white/80"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -106,9 +112,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
tag="Summer Specials"
|
tag="Summer Specials"
|
||||||
tagIcon={Zap}
|
tagIcon={Zap}
|
||||||
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Ask for Custom Package", href: "#contact" }
|
{ text: "Ask for Custom Package", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
|
buttonAnimation="slide-up"
|
||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -119,9 +127,11 @@ export default function LandingPage() {
|
|||||||
description="Based right here in Čačak, we combine deep local knowledge with personalized service. We don't just sell tickets — we craft memories."
|
description="Based right here in Čačak, we combine deep local knowledge with personalized service. We don't just sell tickets — we craft memories."
|
||||||
tag="Personalized Service"
|
tag="Personalized Service"
|
||||||
tagIcon={Heart}
|
tagIcon={Heart}
|
||||||
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get Free Consultation", href: "tel:+381648812345" }
|
{ text: "Get Free Consultation", href: "tel:+381648812345" }
|
||||||
]}
|
]}
|
||||||
|
buttonAnimation="slide-up"
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "Expert Local Knowledge", description: "Personal experience with top destinations ensures you get insider tips and authentic recommendations.", icon: MapPin
|
title: "Expert Local Knowledge", description: "Personal experience with top destinations ensures you get insider tips and authentic recommendations.", icon: MapPin
|
||||||
@@ -142,6 +152,9 @@ export default function LandingPage() {
|
|||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
bulletPointClassName="flex gap-4 items-start mb-6 last:mb-0"
|
||||||
|
bulletTitleClassName="font-semibold text-lg text-white mb-1"
|
||||||
|
bulletDescriptionClassName="text-sm text-white/80"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -174,6 +187,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
speed={40}
|
speed={40}
|
||||||
topMarqueeDirection="left"
|
topMarqueeDirection="left"
|
||||||
|
cardClassName="backdrop-blur-md bg-white/10 border border-white/20 rounded-xl p-6 shadow-lg hover:bg-white/15 transition-all duration-300"
|
||||||
|
imageWrapperClassName="w-16 h-16 rounded-full overflow-hidden border-2 border-white/30 flex-shrink-0"
|
||||||
|
imageClassName="w-full h-full object-cover"
|
||||||
|
nameClassName="font-semibold text-white text-lg"
|
||||||
|
handleClassName="text-white/70 text-sm"
|
||||||
|
testimonialClassName="text-white/90 text-base leading-relaxed mt-3"
|
||||||
|
iconClassName="w-5 h-5 text-yellow-400"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -190,6 +210,8 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttonAnimation="slide-up"
|
||||||
|
tagAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -236,4 +258,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user