Merge version_2 into main #1
279
src/app/page.tsx
279
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Menú",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menú", id: "menu"},
|
||||
{
|
||||
name: "Reseñas",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reseñas", id: "reviews"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="EXPO-BAR"
|
||||
/>
|
||||
@@ -55,121 +47,30 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="EXPO-BAR"
|
||||
description="Tu bar de confianza en la Playa de San Juan"
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beach-restaurant-evening_661209-253.jpg",
|
||||
imageAlt: "Beach terrace at sunset",
|
||||
},
|
||||
imageSrc: "https://images.unsplash.com/photo-1572115312388-9557477cef9d?q=80&w=800", imageAlt: "EXPO-BAR exterior at dusk"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-beach-with-large-swimming-pool-hotel-sea-sunset_181624-900.jpg",
|
||||
imageAlt: "Coastal beach bar view",
|
||||
},
|
||||
imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=800", imageAlt: "The vibrant bar terrace"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-scenery-sunset-beach-with-clear-sky_181624-20826.jpg",
|
||||
imageAlt: "Sunset over San Juan beach",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-gulas-dish-arrangement_23-2149072617.jpg",
|
||||
imageAlt: "Relaxed beach atmosphere",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-summer-sky-white_1203-5683.jpg",
|
||||
imageAlt: "Summer evening at bar",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summertime-season-fun_23-2151977106.jpg",
|
||||
imageAlt: "Mediterranean sunset terrace",
|
||||
},
|
||||
imageSrc: "https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?q=80&w=800", imageAlt: "Refreshing signature drinks"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-seascape-with-bridge-sunset_169016-23089.jpg",
|
||||
imageAlt: "Beach terrace at sunset",
|
||||
},
|
||||
imageSrc: "https://images.unsplash.com/photo-1596422846543-75c6fc197f07?q=80&w=800", imageAlt: "EXPO-BAR lively patio scene"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessories-travel-beach-vintage-sailboat-with-shell-bicycle-wooden-background_1921-9.jpg",
|
||||
imageAlt: "Coastal beach bar view",
|
||||
},
|
||||
imageSrc: "https://images.unsplash.com/photo-1516997121685-36423c2d0f5c?q=80&w=800", imageAlt: "Cocktails served by our team"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-table-outdoor-patio-with-beautiful-tropical-beach-sea_74190-8182.jpg",
|
||||
imageAlt: "Sunset over San Juan beach",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-white-straw-hat-sitting-bench-looking-sea_413556-85.jpg",
|
||||
imageAlt: "Relaxed beach atmosphere",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-sea-beautiful-sunset-colorful-sky-captured-brazil_181624-27614.jpg",
|
||||
imageAlt: "Summer evening at bar",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pair-sunglasses-table-by-sea-sunset_181624-27113.jpg",
|
||||
imageAlt: "Mediterranean sunset terrace",
|
||||
},
|
||||
imageSrc: "https://images.unsplash.com/photo-1575444758702-4a6b9222836f?q=80&w=800", imageAlt: "Sunset view from the beach bar"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "See Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "See Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Find Us",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-charming-african-guy-smiling-boyfriend-waiting-date-head-hunter-dream-standing-white-wall_176420-12540.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-caucasian-woman-closes-eyes-with-pleasure-smiles-gently_273609-17904.jpg",
|
||||
alt: "Smiling woman",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-cheerful-young-female-model-with-bobbed-hairstyle-pleasant-gentle-smile-healthy-skin-wears-green-sweater_273609-3528.jpg",
|
||||
alt: "Friendly visitor",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-girl-relaxing-outdoor-cafe-sunny-day_273609-12538.jpg",
|
||||
alt: "Local resident",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-smiling-confident-standing-street_839833-33403.jpg",
|
||||
alt: "Summer guest",
|
||||
},
|
||||
]}
|
||||
avatarText="Join our community of over 500+ daily visitors"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/photo-body-water-golden-time_395237-246.jpg",
|
||||
alt: "Sunset view",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/embankment-marmaris-summer-evening_661209-403.jpg",
|
||||
alt: "Summer evening",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/sea-embankment-sunset-with-clear-cloudless-sky_169016-22016.jpg",
|
||||
alt: "Seaside view",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/port-embankment-dawn-alicante_1398-4609.jpg",
|
||||
alt: "Port side view",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/port-with-yachts-embankment-sunrise-alicante_1398-4323.jpg",
|
||||
alt: "Alicante sunrise",
|
||||
},
|
||||
text: "Find Us", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -179,8 +80,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="About EXPO-BAR"
|
||||
description="Situated right by Playa de San Juan, EXPO-BAR offers a welcoming atmosphere where the beach meets great service. Our friendly and attentive staff are here to ensure you have the best experience, whether you're relaxing with a drink or enjoying a quiet evening by the sea."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-woman-enjoying-alcohol-with-her-friends_23-2147828185.jpg"
|
||||
imageAlt="EXPO-BAR atmosphere"
|
||||
imageSrc="https://images.unsplash.com/photo-1517457373958-b7bdd45872b5?q=80&w=1200"
|
||||
imageAlt="EXPO-BAR interior and welcoming team"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -192,14 +93,10 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Star,
|
||||
title: "Dine-in",
|
||||
description: "Visit our terrace and enjoy the vibrant coastal breeze while sipping your favorite drinks.",
|
||||
},
|
||||
title: "Dine-in", description: "Visit our terrace and enjoy the vibrant coastal breeze while sipping your favorite drinks."},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Home Delivery",
|
||||
description: "Can't make it to the beach? We bring the refreshment to your doorstep.",
|
||||
},
|
||||
title: "Home Delivery", description: "Can't make it to the beach? We bring the refreshment to your doorstep."},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="We bring the best of the beach bar experience directly to you."
|
||||
@@ -214,41 +111,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Hamada Extra",
|
||||
price: "7.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangeemtn-with-smoothie-glasses_23-2148922343.jpg",
|
||||
},
|
||||
id: "1", name: "Signature Cocktails", price: "8.50€", imageSrc: "https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?q=80&w=600", imageAlt: "EXPO-BAR signature cocktail"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ron Cola",
|
||||
price: "6.00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-with-pineapple-still-life_23-2151018018.jpg",
|
||||
},
|
||||
id: "2", name: "Ice Cold Cerveza", price: "3.50€", imageSrc: "https://images.unsplash.com/photo-1556679343-c7306c1976bc?q=80&w=600", imageAlt: "Freshly poured beer"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Piña Colada",
|
||||
price: "8.00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-summer-cocktail-pina-colada-fresh-summer-drink-concept_185193-109331.jpg",
|
||||
},
|
||||
id: "3", name: "Mediterranean Tapas", price: "6.00€", imageSrc: "https://images.unsplash.com/photo-1516684732162-798a0062be99?q=80&w=600", imageAlt: "Selection of local tapas"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Cerveza de Grifo",
|
||||
price: "3.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beer-glasses-by-beach-product-backdrop_53876-94535.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tinto de Verano",
|
||||
price: "4.00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-bar-with-copy-space-ai-generative_123827-23510.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Tapas del día",
|
||||
price: "5.00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-empty-beer-glass_23-2148098848.jpg",
|
||||
},
|
||||
id: "4", name: "Refreshments & Sodas", price: "2.50€", imageSrc: "https://images.unsplash.com/photo-1595981267035-7b04ca84a82d?q=80&w=600", imageAlt: "Cool soft drinks"},
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="Discover our signature drinks and local favorites."
|
||||
@@ -262,59 +131,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Bibiana Sanz",
|
||||
role: "Client",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215876.jpg",
|
||||
},
|
||||
id: "1", name: "Bibiana Sanz", role: "Client", company: "Local", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?q=80&w=400"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Lucía López",
|
||||
role: "Client",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-laughing-restaurant_23-2149316808.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rafi M.",
|
||||
role: "Local Guide",
|
||||
company: "Alicante",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Client Name",
|
||||
role: "Local",
|
||||
company: "Alicante",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-pretty-girl-with-clean-skin-perfect-smile-having-fun-coffee-shop_273609-9039.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Client Name",
|
||||
role: "Local",
|
||||
company: "Alicante",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-headphones-smiling-beige-wall_176420-2695.jpg",
|
||||
},
|
||||
id: "2", name: "Lucía López", role: "Client", company: "Local", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?q=80&w=400"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.4",
|
||||
label: "Google Rating",
|
||||
},
|
||||
value: "4.4", label: "Google Rating"},
|
||||
{
|
||||
value: "289+",
|
||||
label: "Google Reviews",
|
||||
},
|
||||
value: "289+", label: "Google Reviews"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Beachside Vibe",
|
||||
},
|
||||
value: "100%", label: "Beachside Vibe"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="With a 4.4 star rating from 289 reviews, we are proud to be your local favorite."
|
||||
@@ -328,26 +157,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "17:30",
|
||||
title: "Opening Hour",
|
||||
description: "Daily openings",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sand-textures_1203-3553.jpg",
|
||||
},
|
||||
id: "m1", value: "17:30", title: "Opening Hour", description: "Daily openings", imageSrc: "https://images.unsplash.com/photo-1501785888041-af3ef285b470?q=80&w=600"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "WED",
|
||||
title: "Busiest Day",
|
||||
description: "Peak evening activity",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-city-coastline-turkey_158595-6080.jpg",
|
||||
},
|
||||
id: "m2", value: "WED", title: "Busiest Day", description: "Peak evening activity", imageSrc: "https://images.unsplash.com/photo-1549451371-623838383396?q=80&w=600"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "TERRACE",
|
||||
title: "Best Spot",
|
||||
description: "Grab a seat early",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/isometric-view-malaga-city_23-2150490054.jpg",
|
||||
},
|
||||
id: "m3", value: "TERRACE", title: "Best Spot", description: "Grab a seat early", imageSrc: "https://images.unsplash.com/photo-1507525428034-b723cf961d3e?q=80&w=600"},
|
||||
]}
|
||||
title="Peak Hours"
|
||||
description="Best visited after 17:30 daily. Come early on Wednesday evenings to grab a terrace spot!"
|
||||
@@ -358,12 +172,11 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Find Us"
|
||||
title="Contact EXPO-BAR"
|
||||
description="Av. Países Escandinavos, 8, 03540 Alicante. Phone: 645 65 78 82."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/traffic-road-sign-including-moscow-roma-london-berlin-paris-rio-de-janeiro-blue-sky-background-retro-style_158538-13743.jpg"
|
||||
imageSrc="https://images.unsplash.com/photo-1570129477492-45c003edd2be?q=80&w=1000"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -374,33 +187,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Av. Países Escandinavos, 8",
|
||||
href: "#",
|
||||
},
|
||||
label: "Av. Países Escandinavos, 8", href: "#"},
|
||||
{
|
||||
label: "03540 Alicante, Spain",
|
||||
href: "#",
|
||||
},
|
||||
label: "03540 Alicante, Spain", href: "#"},
|
||||
{
|
||||
label: "Tel: 645 65 78 82",
|
||||
href: "tel:645657882",
|
||||
},
|
||||
label: "Tel: 645 65 78 82", href: "tel:645657882"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "TikTok",
|
||||
href: "#",
|
||||
},
|
||||
label: "TikTok", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -410,4 +211,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user