Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 508b72caf0 | |||
| 3f5d5e3c7c | |||
| 3abf5ccd67 | |||
| d720aa1fb0 | |||
| bff94802ad | |||
| 97db66c46c | |||
| fac64965af | |||
| f3fcc7e60b |
1417
src/app/layout.tsx
1417
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -10,7 +10,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Sparkles } from 'lucide-react';
|
||||
import { Sparkles, Star } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
{ text: "Get Itinerary" }
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-photo-sea-waves_58702-16628.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjzHENt2XDfb1LlyMRxMPa5vt2/uploaded-1773121323941-dq181t8c.jpg"
|
||||
imageAlt="Stunning view of Kotor Bay at sunset with medieval architecture"
|
||||
frameStyle="card"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -156,8 +156,9 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
title="Hear From Other Backpackers"
|
||||
description="Real experiences from Australian travelers who've already booked their Montenegro adventure with us."
|
||||
description="⭐ 4.9/5 Rating | 600+ Backpackers Booked – Real experiences from Australian travelers who've already embarked on their Montenegro adventure with us."
|
||||
tag="Testimonials"
|
||||
tagIcon={Star}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
|
||||
Reference in New Issue
Block a user