Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| df25a4bcba | |||
| a27ff2ed62 | |||
| a0de68b736 | |||
| 39931bde2a | |||
| aa9cc62ec2 |
@@ -10,7 +10,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
|
|||||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import { Sparkles, Wand2, Users, Star, MapPin, Utensils, Castle, Film, TrendingDown, Camera, Heart, Quote, Calendar } from 'lucide-react';
|
import { Sparkles, Wand2, Users, Star, MapPin, Utensils, Castle, Film, TrendingDown, Camera, Heart, Quote, Calendar, Calendar as BookingIcon } from 'lucide-react';
|
||||||
|
|
||||||
const handleEmailSubmit = (email: string) => {
|
const handleEmailSubmit = (email: string) => {
|
||||||
console.log('Email submitted:', email);
|
console.log('Email submitted:', email);
|
||||||
@@ -258,4 +258,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user