Merge version_2 into main #3
@@ -10,7 +10,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Home, MapPin, User, Mail, Phone, Instagram, Facebook } from "lucide-react";
|
||||
import { Home, User } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -136,13 +136,12 @@ export default function LandingPage() {
|
||||
description="Luxury, location, and heartfelt hospitality—all in one place. Reserve your dates now."
|
||||
buttons={[{ text: "Book Now", href: "https://booking.com" }]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="Villa Daizy"
|
||||
copyrightText="© 2025 Villa Daizy. All rights reserved."
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Rooms", href: "#rooms" }] },
|
||||
{ title: "Connect", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] }
|
||||
|
||||
Reference in New Issue
Block a user