diff --git a/src/app/page.tsx b/src/app/page.tsx index fa2c394..3ebdaac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Crown, Heart, Moon, ShieldCheck, Sparkles } from "lucide-react"; +import { Crown, Heart, Moon, ShieldCheck, Sparkles, Coffee } from "lucide-react"; export default function LandingPage() { return ( @@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -174,34 +85,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Confiance et chaleur", - description: "Un accueil qui réchauffe le cœur, où la sécurité n'est pas un concept, mais un sentiment profond qui vous enveloppe dès votre arrivée.", - buttonIcon: "Heart", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-hotel-stylish-dress-sensual-mood-drinking-coffee-holding-cup_285396-6152.jpg", - imageAlt: "Young beautiful woman sitting on bed in hotel, stylish dress, sensual mood, drinking coffee, holding cup", - }, - { - title: "Le refuge des songes", - description: "Chambres pensées comme des cocons, où le calme devient la norme et l'élégance se mêle à une quiétude absolue.", - buttonIcon: "Moon", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119027.jpg?_wi=2", - imageAlt: "Young beautiful woman sitting on bed in hotel, stylish dress, sensual mood, drinking coffee, holding cup", - }, - { - title: "Passion et sérénité", - description: "Retrouvez cette sensation précieuse de vacances réelles, où le temps s'efface pour laisser place à la tendresse d'une expérience authentique.", - buttonIcon: "Sparkles", - imageSrc: "http://img.b2bpic.net/free-photo/woman-close-up-portrait-leather-sofa-expressive-pose-looking-camera_8353-8002.jpg?_wi=1", - imageAlt: "Young beautiful woman sitting on bed in hotel, stylish dress, sensual mood, drinking coffee, holding cup", - }, - { - title: "Douceur de vivre", - description: "Un espace préservé où l'attention portée à chaque invité transforme votre séjour en une parenthèse enchantée.", - buttonIcon: "Coffee", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-hipster-businessman-model-wearing-casual-black-suit_158538-989.jpg?_wi=1", - imageAlt: "Young beautiful woman sitting on bed in hotel, stylish dress, sensual mood, drinking coffee, holding cup", - }, + { title: "Confiance et chaleur", description: "Un accueil qui réchauffe le cœur, où la sécurité n'est pas un concept, mais un sentiment profond qui vous enveloppe dès votre arrivée.", buttonIcon: Heart, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-hotel-stylish-dress-sensual-mood-drinking-coffee-holding-cup_285396-6152.jpg", imageAlt: "Young beautiful woman sitting on bed in hotel" }, + { title: "Le refuge des songes", description: "Chambres pensées comme des cocons, où le calme devient la norme et l'élégance se mêle à une quiétude absolue.", buttonIcon: Moon, imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119027.jpg", imageAlt: "Cozy home interior design" }, + { title: "Passion et sérénité", description: "Retrouvez cette sensation précieuse de vacances réelles, où le temps s'efface pour laisser place à la tendresse d'une expérience authentique.", buttonIcon: Sparkles, imageSrc: "http://img.b2bpic.net/free-photo/woman-close-up-portrait-leather-sofa-expressive-pose-looking-camera_8353-8002.jpg", imageAlt: "Woman close up portrait" }, + { title: "Douceur de vivre", description: "Un espace préservé où l'attention portée à chaque invité transforme votre séjour en une parenthèse enchantée.", buttonIcon: Coffee, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-hipster-businessman-model-wearing-casual-black-suit_158538-989.jpg", imageAlt: "Portrait handsome smiling businessman" } ]} title="Une expérience sensorielle" description="Chaque détail raconte une histoire de bienveillance et de douceur, pensée pour que vous vous sentiez, ici, comme dans un secret bien gardé." @@ -212,15 +99,7 @@ export default function LandingPage() {