Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 77ac94d9ab | |||
| 5c94ce7584 |
@@ -9,7 +9,7 @@ import BlogCardOne from '@/components/sections/blog/BlogCardOne';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Camera, Clock, Heart, MapPin, Phone, Scissors, Sparkles, Star } from 'lucide-react';
|
||||
import { Camera, Clock, Heart, MapPin, Phone, Scissors, Sparkles, Star, ArrowDown } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -178,7 +178,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
tag="Get In Touch"
|
||||
title="Ready to Transform Your Look?"
|
||||
description="Book your appointment today. We're located in Santa Maria da Feira, open Monday-Saturday 7h-20h. Closed Sundays at 12h."
|
||||
description="Book your appointment today. We're located in Santa Maria da Feira, open Monday-Saturday 7h-20h. Closed Sundays at 12h. Let us create your perfect beauty experience with our professional and elegant services."
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
@@ -226,4 +226,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user