|
|
|
|
@@ -5,14 +5,14 @@ import ReactLenis from "lenis/react";
|
|
|
|
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
|
|
|
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
|
|
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
|
|
|
|
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
|
|
|
|
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
|
|
|
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
|
|
|
|
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
|
|
|
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
|
|
|
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
|
|
|
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|
|
|
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
|
|
|
|
import { Building, Building2, Coffee, MapPin, Smile, GraduationCap } from "lucide-react";
|
|
|
|
|
import { Building2, Coffee, Smile } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -35,8 +35,9 @@ export default function LandingPage() {
|
|
|
|
|
{ name: "Home", id: "#hero" },
|
|
|
|
|
{ name: "Sobre", id: "#sobre" },
|
|
|
|
|
{ name: "Quartos", id: "#quartos" },
|
|
|
|
|
{ name: "Preços", id: "#preco" },
|
|
|
|
|
{ name: "Localização", id: "#localizacao" },
|
|
|
|
|
{ name: "Contacto", id: "#contact" },
|
|
|
|
|
{ name: "Contactos", id: "#contact" },
|
|
|
|
|
]}
|
|
|
|
|
brandName="Alojamento Local Duarte's"
|
|
|
|
|
/>
|
|
|
|
|
@@ -73,24 +74,16 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="localizacao" data-section="localizacao">
|
|
|
|
|
<FeatureCardTen
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
<FeatureCardNineteen
|
|
|
|
|
textboxLayout="split"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
title: "Pontos de Interesse", description: "Localização privilegiada na R. Castro Matoso em Coimbra, próxima aos principais polos universitários e áreas históricas.", media: {
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3COvKTlxezUgmb9mzgmhtRTL3Uf/uploaded-1776271224486-9za0y7b1.png?_wi=2", imageAlt: "Localização"},
|
|
|
|
|
items: [
|
|
|
|
|
{ icon: MapPin, text: "Jardim Botânico" },
|
|
|
|
|
{ icon: GraduationCap, text: "Universidade de Coimbra" },
|
|
|
|
|
{ icon: Building, text: "Centro Histórico" },
|
|
|
|
|
],
|
|
|
|
|
reverse: false
|
|
|
|
|
tag: "Localização", title: "Perto de Tudo", subtitle: "Localização Privilegiada", description: "Estamos no centro de Coimbra, facilitando o acesso aos principais pontos da cidade.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3COvKTlxezUgmb9mzgmhtRTL3Uf/uploaded-1776271224486-9za0y7b1.png?_wi=2", imageAlt: "Localização"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
title="Localização Privilegiada"
|
|
|
|
|
description="Estamos no centro de Coimbra, facilitando o acesso a tudo o que necessita."
|
|
|
|
|
description="O local ideal para explorar a cidade."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -168,7 +161,7 @@ export default function LandingPage() {
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterSimple
|
|
|
|
|
columns={[
|
|
|
|
|
{ title: "Links", items: [{ label: "Home", href: "#hero" }, { label: "Quartos", href: "#quartos" }] },
|
|
|
|
|
{ title: "Links", items: [{ label: "Home", href: "#hero" }, { label: "Quartos", href: "#quartos" }, { label: "Preços", href: "#preco" }, { label: "Contactos", href: "#contact" }] },
|
|
|
|
|
{ title: "Contacto", items: [{ label: "+351 239 051 403", href: "tel:+351239051403" }] },
|
|
|
|
|
]}
|
|
|
|
|
bottomLeftText="© 2025 Alojamento Local Duarte's"
|
|
|
|
|
|