Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -9,6 +9,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Instagram, Facebook, Whatsapp } from 'lucide-react';
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
@@ -204,9 +205,9 @@ export default function Page() {
|
||||
logoText="Rincón del Mar Eco-Hostal"
|
||||
copyrightText="© 2024 Rincón del Mar Eco-Hostal. All rights reserved."
|
||||
socialLinks={[
|
||||
{ icon: "Instagram", href: "https://www.instagram.com/yourhostal", ariaLabel: "Instagram" },
|
||||
{ icon: "Facebook", href: "https://www.facebook.com/yourhostal", ariaLabel: "Facebook" },
|
||||
{ icon: "Whatsapp", href: "https://wa.me/<your-whatsapp-number>", ariaLabel: "WhatsApp" }
|
||||
{ icon: Instagram, href: "https://www.instagram.com/yourhostal", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "https://www.facebook.com/yourhostal", ariaLabel: "Facebook" },
|
||||
{ icon: Whatsapp, href: "https://wa.me/<your-whatsapp-number>", ariaLabel: "WhatsApp" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user