Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Award, CheckCircle, Phone, Sparkles } from 'lucide-react';
|
||||
import { Award, CheckCircle, Phone, Sparkles, Instagram, MapPin } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -182,6 +182,8 @@ export default function LandingPage() {
|
||||
logoText="StyleBuddhas"
|
||||
copyrightText="© 2025 StyleBuddhas | Premium Hair & Beauty Salon Barcelona"
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "https://www.instagram.com", ariaLabel: "StyleBuddhas Instagram" },
|
||||
{ icon: MapPin, href: "https://www.google.com/maps/search/StyleBuddhas+Barcelona+Travessera+de+Gràcia+128", ariaLabel: "StyleBuddhas Location" },
|
||||
{ icon: Phone, href: "tel:+34656927129", ariaLabel: "Call StyleBuddhas" }
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user