Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Home } from "lucide-react";
|
||||
import { Home, Phone, Mail } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
const toggleLanguage = () => {
|
||||
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboard
|
||||
background={{ variant: "plain" }}
|
||||
logoText="Villa Juric Crikvenica"
|
||||
description="Vaša oaza mira s pogledom na more. Uživajte u udobnosti naših apartmana uz ljubaznu obiteljsku atmosferu."
|
||||
description="Vaša oaza mira s pogledom na more. Uživajte u udobnosti naših apartmana uz ljubaznu obiteljsku atmosferu. Kontakt: 0913021997 | crikvenicaapartment@gmail.com"
|
||||
buttons={[{ text: "Rezervirajte smještaj", href: "#contact" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D8m7fbPJLZ4gl0tzPm4TbM9ONO/uploaded-1778414609045-ece64xm9.avif"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -98,7 +98,7 @@ export default function LandingPage() {
|
||||
{ id: "1", title: "Divan odmor", quote: "Odličan pogled i ljubazni domaćini!", name: "Ana", role: "Gost", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-standing-kitchen_107420-12358.jpg" },
|
||||
{ id: "2", title: "Uredno i čisto", quote: "Apartman je bio besprijekorno čist.", name: "Marko", role: "Gost", imageSrc: "http://img.b2bpic.net/free-photo/man-with-headphones-relaxing-outdoors_23-2148739306.jpg" },
|
||||
{ id: "3", title: "Mirna lokacija", quote: "Savršeno za odmor od gradske vreve.", name: "Ivana", role: "Gost", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-straw-hat-having-fun-stretches-hands-camera_273443-595.jpg" },
|
||||
{ id: "4", title: "Preporuka", quote: "Vratit ćemo se sigurno!", name: "Petar", role: "Gost", imageSrc: "http://img.b2bpic.net/free-photo/travel-concept-close-up-portrait-young-beautiful-attractive-girl-wtih-trendy-hat-smiling-white-b_1258-110449.jpg" },
|
||||
{ id: "4", title: "Preporuka", quote: "Vratit ćemo se sigurno!", name: "Petar", role: "Gost", imageSrc: "http://img.b2bpic.net/travel-concept-close-up-portrait-young-beautiful-attractive-girl-wtih-trendy-hat-smiling-white-b_1258-110449.jpg" },
|
||||
{ id: "5", title: "Odlično iskustvo", quote: "Sve pohvale za gostoprimstvo.", name: "Sara", role: "Gost", imageSrc: "http://img.b2bpic.net/restful-carefree-teenage-boy-with-trendy-mustache-beard-lies-green-lawn-near-his-skateboard_273609-8761.jpg" }
|
||||
]}
|
||||
title="Što kažu naši gosti"
|
||||
@@ -140,8 +140,8 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
tag="Kontaktirajte nas"
|
||||
title="Rezervirajte svoj termin"
|
||||
description="Kontaktirajte nas izravno za najbolje cijene i dostupnost vašeg termina."
|
||||
buttons={[{ text: "Pošaljite upit", href: "mailto:info@villajuric.hr" }]}
|
||||
description="Kontaktirajte nas izravno za najbolje cijene i dostupnost vašeg termina: 0913021997 | crikvenicaapartment@gmail.com"
|
||||
buttons={[{ text: "Pošaljite upit", href: "mailto:crikvenicaapartment@gmail.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -150,6 +150,7 @@ export default function LandingPage() {
|
||||
logoText="Villa Juric"
|
||||
columns={[
|
||||
{ title: "Smještaj", items: [{ label: "Apartmani", href: "#features" }, { label: "Lokacija", href: "#" }] },
|
||||
{ title: "Kontakt info", items: [{ label: "0913021997", href: "tel:0913021997" }, { label: "crikvenicaapartment@gmail.com", href: "mailto:crikvenicaapartment@gmail.com" }] },
|
||||
{ title: "Informacije", items: [{ label: "Kontakt", href: "#contact" }, { label: "Recenzije", href: "#testimonials" }] }
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user