6 Commits

Author SHA1 Message Date
9a381fe61f Update src/app/page.tsx 2026-06-06 14:46:15 +00:00
93b3eea050 Merge version_1 into main
Merge version_1 into main
2026-06-06 14:42:24 +00:00
8b55fbcd22 Merge version_1 into main
Merge version_1 into main
2026-06-06 14:41:20 +00:00
dc537aee2f Merge version_1 into main
Merge version_1 into main
2026-06-06 14:40:29 +00:00
24b67e9543 Merge version_1 into main
Merge version_1 into main
2026-06-06 14:39:32 +00:00
c4d117bce6 Merge version_1 into main
Merge version_1 into main
2026-06-06 14:38:40 +00:00

View File

@@ -11,9 +11,8 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Building, HelpCircle, Quote, Sparkles, Star, Users, BedDouble, Utensils, PartyPopper, Leaf } from "lucide-react";
import { Building, HelpCircle, Quote, Sparkles, Star, BedDouble, Utensils, PartyPopper, Leaf } from "lucide-react";
export default function LandingPage() {
return (
@@ -43,8 +42,6 @@ export default function LandingPage() {
name: "Dining & Rooms", id: "#dining-rooms"},
{
name: "Rates", id: "#rates"},
{
name: "Our Team", id: "#team"},
{
name: "Testimonials", id: "#testimonials"},
{
@@ -195,26 +192,6 @@ export default function LandingPage() {
/>
</div>
<div id="team" data-section="team">
<TeamCardFive
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
team={[
{
id: "t-1", name: "Chef Elena Petrova", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-male-chef-wearing-uniform-smiling-with-closed-eyes-isolated-brown-background_141793-133505.jpg", imageAlt: "Portrait of Chef Elena Petrova"},
{
id: "t-2", name: "Ivan Volkov", role: "Hotel Manager", imageSrc: "http://img.b2bpic.net/free-photo/front-view-valet-suit-working_23-2150274534.jpg", imageAlt: "Portrait of Ivan Volkov, Hotel Manager"},
{
id: "t-3", name: "Maria Popovic", role: "Head Sommelier", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-holding-glass_23-2149428773.jpg", imageAlt: "Portrait of Maria Popovic, Head Sommelier"},
]}
title="Meet Our Dedicated Team"
description="Behind every exceptional experience at Moklište is a team of passionate professionals committed to making your stay and dining truly remarkable."
tag="Our People"
tagIcon={Users}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
@@ -324,8 +301,6 @@ export default function LandingPage() {
title: "About Moklište", items: [
{
label: "Our Story", href: "#about"},
{
label: "Our Team", href: "#team"},
{
label: "Guest Reviews", href: "#testimonials"},
],
@@ -348,4 +323,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}