Merge version_1 into main #2
145
src/app/page.tsx
145
src/app/page.tsx
@@ -10,7 +10,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Facebook, Instagram, Map, MapPin, Music, Palette, Sparkles, Star, Users, Wine } from "lucide-react";
|
||||
import { Facebook, Instagram, Map, MapPin, Music, Palette, Sparkles, Star, Train, Users, Wine } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "experience",
|
||||
},
|
||||
name: "Experience", id: "experience"},
|
||||
{
|
||||
name: "Events",
|
||||
id: "events",
|
||||
},
|
||||
name: "Events", id: "events"},
|
||||
{
|
||||
name: "Location",
|
||||
id: "location",
|
||||
},
|
||||
name: "Location", id: "location"},
|
||||
]}
|
||||
brandName="Tequila Town"
|
||||
/>
|
||||
@@ -57,15 +49,11 @@ export default function LandingPage() {
|
||||
description="Miami's only immersive tequila tasting experience — art, culture, agave, and a train ride to Jalisco."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Experience",
|
||||
href: "#book",
|
||||
},
|
||||
text: "Book Your Experience", href: "#book"},
|
||||
{
|
||||
text: "Explore the Journey",
|
||||
href: "#experience",
|
||||
},
|
||||
text: "Explore the Journey", href: "#experience"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-drink-with-lemon_23-2149617135.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-drink-with-lemon_23-2149617135.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -76,67 +64,46 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Curated Tastings",
|
||||
description: "Expertly guided exploration of the finest agave spirits.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tropical-plant_23-2147685449.jpg?_wi=1",
|
||||
id: "f1", title: "Curated Tastings", description: "Expertly guided exploration of the finest agave spirits.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tropical-plant_23-2147685449.jpg", imageAlt: "luxury hacienda interior tequila tasting"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Small batch",
|
||||
},
|
||||
text: "Small batch"},
|
||||
{
|
||||
icon: Wine,
|
||||
text: "Premium flights",
|
||||
},
|
||||
text: "Premium flights"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-drink-with-lemon_23-2149617135.jpg?_wi=2",
|
||||
imageAlt: "luxury hacienda interior tequila tasting",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Scenic Train Ride",
|
||||
description: "A virtual journey through the lush fields of Tequila.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/train-way-bridge_181624-29703.jpg?_wi=1",
|
||||
id: "f2", title: "Scenic Train Ride", description: "A virtual journey through the lush fields of Tequila.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/train-way-bridge_181624-29703.jpg", imageAlt: "tequila tasting flight glass top view"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Train,
|
||||
text: "Interactive ride",
|
||||
},
|
||||
text: "Interactive ride"},
|
||||
{
|
||||
icon: Map,
|
||||
text: "Scenic route",
|
||||
},
|
||||
text: "Scenic route"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tropical-plant_23-2147685449.jpg?_wi=2",
|
||||
imageAlt: "tequila tasting flight glass top view",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Immersive Art & Culture",
|
||||
description: "Walk through living history and traditional craftsmanship.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428481.jpg?_wi=1",
|
||||
id: "f3", title: "Immersive Art & Culture", description: "Walk through living history and traditional craftsmanship.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428481.jpg", imageAlt: "scenic train ride landscape jalisco"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Palette,
|
||||
text: "Cultural displays",
|
||||
},
|
||||
text: "Cultural displays"},
|
||||
{
|
||||
icon: Music,
|
||||
text: "Authentic vibes",
|
||||
},
|
||||
text: "Authentic vibes"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/train-way-bridge_181624-29703.jpg?_wi=2",
|
||||
imageAlt: "scenic train ride landscape jalisco",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="What Is Tequila Town?"
|
||||
@@ -151,19 +118,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
label: "Google Rating",
|
||||
value: "5.0",
|
||||
},
|
||||
label: "Google Rating", value: "5.0"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Reviews",
|
||||
value: "66+",
|
||||
},
|
||||
label: "Reviews", value: "66+"},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Miami Heart",
|
||||
value: "Miami",
|
||||
},
|
||||
label: "Miami Heart", value: "Miami"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -174,30 +135,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Matthew Ohashi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tropical-plant_23-2147685449.jpg?_wi=3",
|
||||
},
|
||||
id: "1", name: "Matthew Ohashi", imageSrc: "http://img.b2bpic.net/free-photo/tropical-plant_23-2147685449.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/train-way-bridge_181624-29703.jpg?_wi=3",
|
||||
},
|
||||
id: "2", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/train-way-bridge_181624-29703.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428481.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "David M.", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428481.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bartender-holding-tequila-shot-glass-bar-counter_107420-65453.jpg?_wi=1",
|
||||
},
|
||||
id: "4", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bartender-holding-tequila-shot-glass-bar-counter_107420-65453.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Carlos V.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg",
|
||||
},
|
||||
id: "5", name: "Carlos V.", imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg"},
|
||||
]}
|
||||
cardTitle="Guest Experiences"
|
||||
cardTag="5.0 Stars"
|
||||
@@ -212,12 +158,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Visit Us",
|
||||
value: "786-797-0200",
|
||||
description: "Call us to book your reservation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bartender-holding-tequila-shot-glass-bar-counter_107420-65453.jpg?_wi=2",
|
||||
},
|
||||
id: "m1", title: "Visit Us", value: "786-797-0200", description: "Call us to book your reservation", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bartender-holding-tequila-shot-glass-bar-counter_107420-65453.jpg"},
|
||||
]}
|
||||
title="Find Us in Miami"
|
||||
description="4710 NW 37th Ave, Miami, FL 33142 | Opens 4pm Daily"
|
||||
@@ -228,16 +169,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Inquire Today"
|
||||
title="Host Your Next Event at Tequila Town"
|
||||
description="Corporate events, birthdays, and private tastings with an authentic Mexican soul."
|
||||
buttons={[
|
||||
{
|
||||
text: "Inquire About Events",
|
||||
href: "#",
|
||||
},
|
||||
text: "Inquire About Events", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -246,16 +184,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Exclusive"
|
||||
title="Your Journey to Mexico Starts in Miami"
|
||||
description="Limited spots available for our immersive tequila tasting experience."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Spot",
|
||||
href: "https://tequilatownmiami.com",
|
||||
},
|
||||
text: "Reserve Your Spot", href: "https://tequilatownmiami.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -267,14 +202,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user