Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-13 16:04:23 +00:00
5 changed files with 116 additions and 414 deletions

View File

@@ -44,15 +44,12 @@ export default function AboutPage() {
tag="Our Journey"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jy9bly&_wi=3",
imageAlt: "Our restaurant interior space",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jy9bly", imageAlt: "Our restaurant interior space"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q21k7r&_wi=2",
imageAlt: "Traditional Nepalese cuisine",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q21k7r", imageAlt: "Traditional Nepalese cuisine"},
]}
mediaAnimation="slide-up"
rating={5}
@@ -81,19 +78,13 @@ export default function AboutPage() {
socialLinks={[
{
icon: Facebook,
href: "#",
ariaLabel: "Visit our Facebook page",
},
href: "#", ariaLabel: "Visit our Facebook page"},
{
icon: Instagram,
href: "#",
ariaLabel: "Follow us on Instagram",
},
href: "#", ariaLabel: "Follow us on Instagram"},
{
icon: Youtube,
href: "#",
ariaLabel: "Subscribe to our YouTube channel",
},
href: "#", ariaLabel: "Subscribe to our YouTube channel"},
]}
className="mt-20"
containerClassName="py-12"

View File

@@ -7,7 +7,7 @@ import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve";
import FooterCard from "@/components/sections/footer/FooterCard";
import Link from "next/link";
import { Phone, MapPin, Clock } from "lucide-react";
import { Phone, MapPin, Facebook, Instagram, Youtube } from "lucide-react";
const ContactPage = () => {
const navItems = [
@@ -47,15 +47,12 @@ const ContactPage = () => {
tag="Let's Connect"
tagIcon={Phone}
tagAnimation="slide-up"
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kp6qo4&_wi=4",
imageAlt: "Restaurant seating area",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kp6qo4", imageAlt: "Restaurant seating area"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5599er&_wi=3",
imageAlt: "Bar area",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5599er", imageAlt: "Bar area"},
]}
mediaAnimation="slide-up"
rating={5}
@@ -72,38 +69,24 @@ const ContactPage = () => {
description="Reserve your spot for an unforgettable evening. Share your details and preferences, and we'll take care of the rest."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Full Name",
required: true,
name: "name", type: "text", placeholder: "Your Full Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email Address",
required: true,
name: "email", type: "email", placeholder: "Your Email Address", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
required: true,
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
},
{
name: "date",
type: "date",
placeholder: "Preferred Date",
required: true,
name: "date", type: "date", placeholder: "Preferred Date", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Special requests, dietary preferences, or event details...",
rows: 5,
name: "message", placeholder: "Special requests, dietary preferences, or event details...", rows: 5,
required: false,
}}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jy9bly&_wi=4"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jy9bly"
imageAlt="Cozy lounge setting"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -126,34 +109,16 @@ const ContactPage = () => {
animationType="slide-up"
features={[
{
id: "location",
label: "ADDRESS",
title: "Faro, Portugal",
items: [
"Atlântico Lounge Bar",
"Faro, Algarve, Portugal",
"Distinctive fine dining destination",
],
id: "location", label: "ADDRESS", title: "Faro, Portugal", items: [
"Atlântico Lounge Bar", "Faro, Algarve, Portugal", "Distinctive fine dining destination"],
},
{
id: "contact",
label: "CONTACT",
title: "Get In Touch",
items: [
"Phone: +351 XXXX XXXX",
"Email: info@atlanticolounge.pt",
"Reservations: reservations@atlanticolounge.pt",
],
id: "contact", label: "CONTACT", title: "Get In Touch", items: [
"Phone: +351 XXXX XXXX", "Email: info@atlanticolounge.pt", "Reservations: reservations@atlanticolounge.pt"],
},
{
id: "hours",
label: "HOURS",
title: "Open Daily",
items: [
"Monday Sunday",
"12:00 PM 11:00 PM",
"Closed only on major holidays",
],
id: "hours", label: "HOURS", title: "Open Daily", items: [
"Monday Sunday", "12:00 PM 11:00 PM", "Closed only on major holidays"],
},
]}
className="py-20"
@@ -168,20 +133,14 @@ const ContactPage = () => {
copyrightText="© 2025 Atlântico Lounge Bar. All rights reserved. Faro, Portugal."
socialLinks={[
{
icon: "Facebook",
href: "#",
ariaLabel: "Visit our Facebook page",
},
icon: Facebook,
href: "#", ariaLabel: "Visit our Facebook page"},
{
icon: "Instagram",
href: "#",
ariaLabel: "Follow us on Instagram",
},
icon: Instagram,
href: "#", ariaLabel: "Follow us on Instagram"},
{
icon: "Youtube",
href: "#",
ariaLabel: "Subscribe to our YouTube channel",
},
icon: Youtube,
href: "#", ariaLabel: "Subscribe to our YouTube channel"},
]}
className="mt-20"
containerClassName="py-12"

View File

@@ -6,7 +6,7 @@ import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
import BlogCardOne from "@/components/sections/blog/BlogCardOne";
import FooterCard from "@/components/sections/footer/FooterCard";
import Link from "next/link";
import { Sparkles } from "lucide-react";
import { Sparkles, Facebook, Instagram, Youtube } from "lucide-react";
export default function GalleryPage() {
const navItems = [
@@ -44,15 +44,12 @@ export default function GalleryPage() {
tag="Visual Experience"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kp6qo4&_wi=2",
imageAlt: "Restaurant interior",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kp6qo4", imageAlt: "Restaurant interior"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l3irv7&_wi=2",
imageAlt: "Culinary presentation",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l3irv7", imageAlt: "Culinary presentation"},
]}
mediaAnimation="slide-up"
rating={5}
@@ -75,49 +72,13 @@ export default function GalleryPage() {
carouselMode="buttons"
blogs={[
{
id: "cocktails-gallery",
category: "Beverages",
title: "Handcrafted Cocktails",
excerpt: "Premium spirits combined with fresh ingredients and expert mixology.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5599er&_wi=2",
imageAlt: "Signature cocktails",
authorName: "Atlântico Team",
authorAvatar: "https://api.dicebear.com/7.x/avataaars/svg?seed=atlantico-cocktails",
date: "2025",
},
id: "cocktails-gallery", category: "Beverages", title: "Handcrafted Cocktails", excerpt: "Premium spirits combined with fresh ingredients and expert mixology.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5599er", imageAlt: "Signature cocktails", authorName: "Atlântico Team", authorAvatar: "https://api.dicebear.com/7.x/avataaars/svg?seed=atlantico-cocktails", date: "2025"},
{
id: "ambiance-gallery",
category: "Ambiance",
title: "Luxurious Lounge",
excerpt: "Warm lighting and elegant design create the perfect evening atmosphere.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kp6qo4&_wi=3",
imageAlt: "Lounge ambiance",
authorName: "Atlântico Team",
authorAvatar: "https://api.dicebear.com/7.x/avataaars/svg?seed=atlantico-ambiance",
date: "2025",
},
id: "ambiance-gallery", category: "Ambiance", title: "Luxurious Lounge", excerpt: "Warm lighting and elegant design create the perfect evening atmosphere.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kp6qo4", imageAlt: "Lounge ambiance", authorName: "Atlântico Team", authorAvatar: "https://api.dicebear.com/7.x/avataaars/svg?seed=atlantico-ambiance", date: "2025"},
{
id: "decor-gallery",
category: "Design",
title: "Cultural Heritage",
excerpt: "Traditional Nepalese elements blend harmoniously with modern aesthetics.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xwirix&_wi=2",
imageAlt: "Nepalese cultural decor",
authorName: "Atlântico Team",
authorAvatar: "https://api.dicebear.com/7.x/avataaars/svg?seed=atlantico-decor",
date: "2025",
},
id: "decor-gallery", category: "Design", title: "Cultural Heritage", excerpt: "Traditional Nepalese elements blend harmoniously with modern aesthetics.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xwirix", imageAlt: "Nepalese cultural decor", authorName: "Atlântico Team", authorAvatar: "https://api.dicebear.com/7.x/avataaars/svg?seed=atlantico-decor", date: "2025"},
{
id: "cuisine-gallery",
category: "Cuisine",
title: "Culinary Mastery",
excerpt: "Each dish is prepared with precision and passion by our expert chefs.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l3irv7&_wi=3",
imageAlt: "Gourmet food",
authorName: "Atlântico Team",
authorAvatar: "https://api.dicebear.com/7.x/avataaars/svg?seed=atlantico-cuisine",
date: "2025",
},
id: "cuisine-gallery", category: "Cuisine", title: "Culinary Mastery", excerpt: "Each dish is prepared with precision and passion by our expert chefs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l3irv7", imageAlt: "Gourmet food", authorName: "Atlântico Team", authorAvatar: "https://api.dicebear.com/7.x/avataaars/svg?seed=atlantico-cuisine", date: "2025"},
]}
className="py-20"
containerClassName="max-w-6xl mx-auto"
@@ -130,20 +91,14 @@ export default function GalleryPage() {
copyrightText="© 2025 Atlântico Lounge Bar. All rights reserved. Faro, Portugal."
socialLinks={[
{
icon: "Facebook" as unknown as any,
href: "#",
ariaLabel: "Visit our Facebook page",
},
icon: Facebook,
href: "#", ariaLabel: "Visit our Facebook page"},
{
icon: "Instagram" as unknown as any,
href: "#",
ariaLabel: "Follow us on Instagram",
},
icon: Instagram,
href: "#", ariaLabel: "Follow us on Instagram"},
{
icon: "Youtube" as unknown as any,
href: "#",
ariaLabel: "Subscribe to our YouTube channel",
},
icon: Youtube,
href: "#", ariaLabel: "Subscribe to our YouTube channel"},
]}
className="mt-20"
containerClassName="py-12"

View File

@@ -7,7 +7,7 @@ import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve";
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import FooterCard from "@/components/sections/footer/FooterCard";
import Link from "next/link";
import { Star, Utensils, MapPin } from "lucide-react";
import { Star, Utensils, Facebook, Instagram, Youtube } from "lucide-react";
export default function MenuPage() {
const navItems = [
@@ -45,15 +45,12 @@ export default function MenuPage() {
tag="Culinary Excellence"
tagIcon={Utensils}
tagAnimation="slide-up"
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=asr9ya&_wi=2",
imageAlt: "Momos appetizer",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=asr9ya", imageAlt: "Momos appetizer"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kxzmsy&_wi=2",
imageAlt: "Mutton khana signature dish",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kxzmsy", imageAlt: "Mutton khana signature dish"},
]}
mediaAnimation="slide-up"
rating={5}
@@ -75,34 +72,16 @@ export default function MenuPage() {
animationType="slide-up"
features={[
{
id: "starters",
label: "STARTERS",
title: "Appetizing Beginnings",
items: [
"Momos Nepalese steamed dumplings with aromatic fillings",
"Pakora Crispy vegetable fritters with traditional spices",
"Sekuwa Marinated grilled meat skewers with special sauce",
],
id: "starters", label: "STARTERS", title: "Appetizing Beginnings", items: [
"Momos Nepalese steamed dumplings with aromatic fillings", "Pakora Crispy vegetable fritters with traditional spices", "Sekuwa Marinated grilled meat skewers with special sauce"],
},
{
id: "mains",
label: "MAIN DISHES",
title: "Signature Creations",
items: [
"Mutton Khana Slow-cooked tender mutton in rich, spiced curry",
"Traditional Nepali Curry Authentic preparation with seasonal vegetables",
"Rice & Nepalese Specialties Perfectly paired with traditional sides",
],
id: "mains", label: "MAIN DISHES", title: "Signature Creations", items: [
"Mutton Khana Slow-cooked tender mutton in rich, spiced curry", "Traditional Nepali Curry Authentic preparation with seasonal vegetables", "Rice & Nepalese Specialties Perfectly paired with traditional sides"],
},
{
id: "drinks",
label: "BEVERAGES",
title: "Crafted Refreshments",
items: [
"Signature Cocktails House-made craft cocktails with unique flavors",
"Premium Beer Selection International and local craft beers",
"Soft Drinks Fresh juices, sodas, and non-alcoholic specialties",
],
id: "drinks", label: "BEVERAGES", title: "Crafted Refreshments", items: [
"Signature Cocktails House-made craft cocktails with unique flavors", "Premium Beer Selection International and local craft beers", "Soft Drinks Fresh juices, sodas, and non-alcoholic specialties"],
},
]}
className="py-20"
@@ -123,35 +102,14 @@ export default function MenuPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "mutton-khana-featured",
brand: "Signature",
name: "Mutton Khana",
price: "€16.50",
rating: 5,
reviewCount: "42",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kxzmsy&_wi=3",
imageAlt: "Signature mutton khana",
},
id: "mutton-khana-featured", brand: "Signature", name: "Mutton Khana", price: "€16.50", rating: 5,
reviewCount: "42", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kxzmsy", imageAlt: "Signature mutton khana"},
{
id: "momos-featured",
brand: "Traditional",
name: "Momos",
price: "€8.90",
rating: 5,
reviewCount: "58",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=asr9ya&_wi=3",
imageAlt: "Handmade momos",
},
id: "momos-featured", brand: "Traditional", name: "Momos", price: "€8.90", rating: 5,
reviewCount: "58", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=asr9ya", imageAlt: "Handmade momos"},
{
id: "sekuwa-featured",
brand: "Grilled",
name: "Sekuwa",
price: "€12.50",
rating: 5,
reviewCount: "31",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8jrq1z&_wi=2",
imageAlt: "Grilled meat skewers",
},
id: "sekuwa-featured", brand: "Grilled", name: "Sekuwa", price: "€12.50", rating: 5,
reviewCount: "31", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8jrq1z", imageAlt: "Grilled meat skewers"},
]}
className="py-20"
containerClassName="max-w-6xl mx-auto"
@@ -164,20 +122,14 @@ export default function MenuPage() {
copyrightText="© 2025 Atlântico Lounge Bar. All rights reserved. Faro, Portugal."
socialLinks={[
{
icon: "Facebook" as unknown as any,
href: "#",
ariaLabel: "Visit our Facebook page",
},
icon: Facebook,
href: "#", ariaLabel: "Visit our Facebook page"},
{
icon: "Instagram" as unknown as any,
href: "#",
ariaLabel: "Follow us on Instagram",
},
icon: Instagram,
href: "#", ariaLabel: "Follow us on Instagram"},
{
icon: "Youtube" as unknown as any,
href: "#",
ariaLabel: "Subscribe to our YouTube channel",
},
icon: Youtube,
href: "#", ariaLabel: "Subscribe to our YouTube channel"},
]}
className="mt-20"
containerClassName="py-12"

View File

@@ -52,24 +52,17 @@ export default function HomePage() {
tagAnimation="slide-up"
buttons={[
{
text: "View Menu",
href: "/menu",
},
text: "View Menu", href: "/menu"},
{
text: "Book a Table",
href: "/contact",
},
text: "Book a Table", href: "/contact"},
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jy9bly&_wi=1",
imageAlt: "Luxury lounge bar interior with warm lighting",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jy9bly", imageAlt: "Luxury lounge bar interior with warm lighting"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q21k7r&_wi=1",
imageAlt: "Authentic Nepalese cuisine presentation",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q21k7r", imageAlt: "Authentic Nepalese cuisine presentation"},
]}
mediaAnimation="slide-up"
rating={5}
@@ -87,9 +80,7 @@ export default function HomePage() {
title="Authentic Nepalese Flavors in Faro"
buttons={[
{
text: "Learn More",
href: "/about",
},
text: "Learn More", href: "/about"},
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
@@ -111,35 +102,14 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "mutton-khana",
brand: "Signature Dish",
name: "Mutton Khana",
price: "€16.50",
rating: 5,
reviewCount: "42",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kxzmsy&_wi=1",
imageAlt: "Tender mutton khana with aromatic spices",
},
id: "mutton-khana", brand: "Signature Dish", name: "Mutton Khana", price: "€16.50", rating: 5,
reviewCount: "42", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kxzmsy", imageAlt: "Tender mutton khana with aromatic spices"},
{
id: "momos",
brand: "Traditional Favorite",
name: "Momos (Dumplings)",
price: "€8.90",
rating: 5,
reviewCount: "58",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=asr9ya&_wi=1",
imageAlt: "Handmade momos with traditional filling",
},
id: "momos", brand: "Traditional Favorite", name: "Momos (Dumplings)", price: "€8.90", rating: 5,
reviewCount: "58", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=asr9ya", imageAlt: "Handmade momos with traditional filling"},
{
id: "sekuwa",
brand: "Grilled Specialty",
name: "Sekuwa (Kebab)",
price: "€12.50",
rating: 5,
reviewCount: "31",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8jrq1z&_wi=1",
imageAlt: "Marinated and grilled meat skewers",
},
id: "sekuwa", brand: "Grilled Specialty", name: "Sekuwa (Kebab)", price: "€12.50", rating: 5,
reviewCount: "31", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8jrq1z", imageAlt: "Marinated and grilled meat skewers"},
]}
className="py-20"
containerClassName="max-w-6xl mx-auto"
@@ -158,51 +128,27 @@ export default function HomePage() {
animationType="slide-up"
features={[
{
id: "starters",
label: "Starters",
title: "Appetizing Beginnings",
items: [
"Momos (Nepalese dumplings)",
"Pakora (Vegetable fritters)",
"Sekuwa (Grilled kebabs)",
],
id: "starters", label: "Starters", title: "Appetizing Beginnings", items: [
"Momos (Nepalese dumplings)", "Pakora (Vegetable fritters)", "Sekuwa (Grilled kebabs)"],
buttons: [
{
text: "Explore Starters",
href: "/menu",
},
text: "Explore Starters", href: "/menu"},
],
},
{
id: "mains",
label: "Main Dishes",
title: "Signature Creations",
items: [
"Mutton Khana (Rich curry)",
"Traditional Nepali Curry",
"Rice & Nepalese Specialties",
],
id: "mains", label: "Main Dishes", title: "Signature Creations", items: [
"Mutton Khana (Rich curry)", "Traditional Nepali Curry", "Rice & Nepalese Specialties"],
buttons: [
{
text: "Explore Mains",
href: "/menu",
},
text: "Explore Mains", href: "/menu"},
],
},
{
id: "drinks",
label: "Beverages",
title: "Crafted Refreshments",
items: [
"Signature Cocktails",
"Premium Beer Selection",
"Soft Drinks & Local Options",
],
id: "drinks", label: "Beverages", title: "Crafted Refreshments", items: [
"Signature Cocktails", "Premium Beer Selection", "Soft Drinks & Local Options"],
buttons: [
{
text: "Explore Drinks",
href: "/menu",
},
text: "Explore Drinks", href: "/menu"},
],
},
]}
@@ -224,67 +170,31 @@ export default function HomePage() {
carouselMode="buttons"
testimonials={[
{
id: "ganesh-kshetri",
name: "Ganesh Kshetri",
role: "Food Enthusiast",
company: "Faro",
rating: 5,
imageSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=ganesh",
},
id: "ganesh-kshetri", name: "Ganesh Kshetri", role: "Food Enthusiast", company: "Faro", rating: 5,
imageSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=ganesh"},
{
id: "prakash-thapa",
name: "Prakash Thapa Magar",
role: "Traveler",
company: "Portugal",
rating: 5,
imageSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=prakash",
},
id: "prakash-thapa", name: "Prakash Thapa Magar", role: "Traveler", company: "Portugal", rating: 5,
imageSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=prakash"},
{
id: "thaddeus",
name: "Thaddeus",
role: "Restaurant Critic",
company: "Algarve",
rating: 5,
imageSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=thaddeus",
},
id: "thaddeus", name: "Thaddeus", role: "Restaurant Critic", company: "Algarve", rating: 5,
imageSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=thaddeus"},
{
id: "ahava-das",
name: "Ahava Das",
role: "Regular Visitor",
company: "Faro",
rating: 5,
imageSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=ahava",
},
id: "ahava-das", name: "Ahava Das", role: "Regular Visitor", company: "Faro", rating: 5,
imageSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=ahava"},
{
id: "kritika-mittal",
name: "Kritika Mittal",
role: "Food Blogger",
company: "Portugal",
rating: 5,
imageSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=kritika",
},
id: "kritika-mittal", name: "Kritika Mittal", role: "Food Blogger", company: "Portugal", rating: 5,
imageSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=kritika"},
{
id: "sirjana-bhattarai",
name: "Sirjana Bhattarai",
role: "Hospitality Expert",
company: "Faro",
rating: 5,
imageSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=sirjana",
},
id: "sirjana-bhattarai", name: "Sirjana Bhattarai", role: "Hospitality Expert", company: "Faro", rating: 5,
imageSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=sirjana"},
]}
kpiItems={[
{
value: "5.0★",
label: "Average Rating",
},
value: "5.0★", label: "Average Rating"},
{
value: "250+",
label: "Happy Guests",
},
value: "250+", label: "Happy Guests"},
{
value: "3 Years",
label: "Excellence",
},
value: "3 Years", label: "Excellence"},
]}
className="py-20"
containerClassName="max-w-6xl mx-auto"
@@ -298,20 +208,11 @@ export default function HomePage() {
tagAnimation="slide-up"
metrics={[
{
id: "guests",
value: "3000+",
description: "Satisfied Guests Annually",
},
id: "guests", value: "3000+", description: "Satisfied Guests Annually"},
{
id: "dishes",
value: "40+",
description: "Authentic Dishes",
},
id: "dishes", value: "40+", description: "Authentic Dishes"},
{
id: "reviews",
value: "4.9★",
description: "Average Rating",
},
id: "reviews", value: "4.9★", description: "Average Rating"},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -333,49 +234,13 @@ export default function HomePage() {
carouselMode="buttons"
blogs={[
{
id: "cocktails",
category: "Drinks",
title: "Signature Cocktails",
excerpt: "Handcrafted cocktails blending modern mixology with traditional flavors.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5599er&_wi=1",
imageAlt: "Signature cocktails in elegant glassware",
authorName: "Atlântico Team",
authorAvatar: "https://api.dicebear.com/7.x/avataaars/svg?seed=atlantico-team",
date: "2025",
},
id: "cocktails", category: "Drinks", title: "Signature Cocktails", excerpt: "Handcrafted cocktails blending modern mixology with traditional flavors.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5599er", imageAlt: "Signature cocktails in elegant glassware", authorName: "Atlântico Team", authorAvatar: "https://api.dicebear.com/7.x/avataaars/svg?seed=atlantico-team", date: "2025"},
{
id: "ambiance",
category: "Atmosphere",
title: "Lounge Ambiance",
excerpt: "Experience luxury comfort in our sophisticated lounge setting with warm lighting.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kp6qo4&_wi=1",
imageAlt: "Interior lounge with warm elegant lighting",
authorName: "Atlântico Team",
authorAvatar: "https://api.dicebear.com/7.x/avataaars/svg?seed=atlantico-team",
date: "2025",
},
id: "ambiance", category: "Atmosphere", title: "Lounge Ambiance", excerpt: "Experience luxury comfort in our sophisticated lounge setting with warm lighting.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kp6qo4", imageAlt: "Interior lounge with warm elegant lighting", authorName: "Atlântico Team", authorAvatar: "https://api.dicebear.com/7.x/avataaars/svg?seed=atlantico-team", date: "2025"},
{
id: "decor",
category: "Design",
title: "Nepalese Heritage",
excerpt: "Traditional cultural elements blend with contemporary design throughout our space.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xwirix&_wi=1",
imageAlt: "Traditional Nepalese cultural decor elements",
authorName: "Atlântico Team",
authorAvatar: "https://api.dicebear.com/7.x/avataaars/svg?seed=atlantico-team",
date: "2025",
},
id: "decor", category: "Design", title: "Nepalese Heritage", excerpt: "Traditional cultural elements blend with contemporary design throughout our space.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xwirix", imageAlt: "Traditional Nepalese cultural decor elements", authorName: "Atlântico Team", authorAvatar: "https://api.dicebear.com/7.x/avataaars/svg?seed=atlantico-team", date: "2025"},
{
id: "cuisine",
category: "Culinary",
title: "Culinary Artistry",
excerpt: "Every dish is a masterpiece of flavor, tradition, and presentation.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l3irv7&_wi=1",
imageAlt: "Gourmet food presentation on elegant plate",
authorName: "Atlântico Team",
authorAvatar: "https://api.dicebear.com/7.x/avataaars/svg?seed=atlantico-team",
date: "2025",
},
id: "cuisine", category: "Culinary", title: "Culinary Artistry", excerpt: "Every dish is a masterpiece of flavor, tradition, and presentation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l3irv7", imageAlt: "Gourmet food presentation on elegant plate", authorName: "Atlântico Team", authorAvatar: "https://api.dicebear.com/7.x/avataaars/svg?seed=atlantico-team", date: "2025"},
]}
className="py-20"
containerClassName="max-w-6xl mx-auto"
@@ -388,38 +253,24 @@ export default function HomePage() {
description="Book a memorable evening at Atlântico Lounge Bar. Fill in your details and we'll confirm your reservation promptly."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Full Name",
required: true,
name: "name", type: "text", placeholder: "Your Full Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
required: true,
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
},
{
name: "date",
type: "date",
placeholder: "Preferred Date",
required: true,
name: "date", type: "date", placeholder: "Preferred Date", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Special requests or dietary preferences...",
rows: 4,
name: "message", placeholder: "Special requests or dietary preferences...", rows: 4,
required: false,
}}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jy9bly&_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jy9bly"
imageAlt="Cozy lounge seating area"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -436,19 +287,13 @@ export default function HomePage() {
socialLinks={[
{
icon: Facebook,
href: "#",
ariaLabel: "Visit our Facebook page",
},
href: "#", ariaLabel: "Visit our Facebook page"},
{
icon: Instagram,
href: "#",
ariaLabel: "Follow us on Instagram",
},
href: "#", ariaLabel: "Follow us on Instagram"},
{
icon: Youtube,
href: "#",
ariaLabel: "Subscribe to our YouTube channel",
},
href: "#", ariaLabel: "Subscribe to our YouTube channel"},
]}
className="mt-20"
containerClassName="py-12"