Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -9,7 +9,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
import { Instagram, Facebook, Whatsapp } from 'lucide-react';
|
import { Instagram, Facebook, MessageCircle } from 'lucide-react';
|
||||||
|
|
||||||
export default function Page() {
|
export default function Page() {
|
||||||
return (
|
return (
|
||||||
@@ -207,7 +207,7 @@ export default function Page() {
|
|||||||
socialLinks={[
|
socialLinks={[
|
||||||
{ icon: Instagram, href: "https://www.instagram.com/yourhostal", ariaLabel: "Instagram" },
|
{ icon: Instagram, href: "https://www.instagram.com/yourhostal", ariaLabel: "Instagram" },
|
||||||
{ icon: Facebook, href: "https://www.facebook.com/yourhostal", ariaLabel: "Facebook" },
|
{ icon: Facebook, href: "https://www.facebook.com/yourhostal", ariaLabel: "Facebook" },
|
||||||
{ icon: Whatsapp, href: "https://wa.me/<your-whatsapp-number>", ariaLabel: "WhatsApp" }
|
{ icon: MessageCircle, href: "https://wa.me/<your-whatsapp-number>", ariaLabel: "WhatsApp" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user