Update src/app/page.tsx

This commit is contained in:
2026-05-13 23:56:20 +00:00
parent 3276b6f678
commit a59dfbf777

View File

@@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Calendar, Droplets, Fish, Heart, Star, Utensils } from "lucide-react";
import { Calendar, Droplets, Fish, Heart, Martini, Palmtree, Star, Utensils } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,100 +32,35 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Menu",
id: "products",
},
{
name: "About",
id: "about",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Menu", id: "products" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="Trader Vic's"
button={{ text: "Reservations", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="Authentic Polynesian Elegance"
description="Experience the legendary spirit of the South Seas. Trader Vic's combines classic cocktails, fresh island-inspired cuisine, and unparalleled atmosphere."
kpis={[
{
value: "1934",
label: "Founded",
},
{
value: "20+",
label: "Global Locations",
},
{
value: "5M+",
label: "Cocktails Served",
},
{ value: "1934", label: "Founded" },
{ value: "20+", label: "Global Locations" },
{ value: "5M+", label: "Cocktails Served" },
]}
enableKpiAnimation={true}
imageSrc="http://img.b2bpic.net/free-photo/stones-natural-room-interior-design_23-2151890380.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/stones-natural-room-interior-design_23-2151890380.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/black-wedding-background-restaurant-tableware_1203-3980.jpg",
alt: "Diner in atmosphere",
},
{
src: "http://img.b2bpic.net/free-photo/african-american-young-woman-using-smart-phone-luxury-restaurant_23-2147936113.jpg",
alt: "Diner in atmosphere",
},
{
src: "http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg",
alt: "Diner in atmosphere",
},
{
src: "http://img.b2bpic.net/free-photo/fresh-tropical-organic-smoothie-bowl-cafe-near-beach-asia-resort_273443-680.jpg",
alt: "Diner in atmosphere",
},
{
src: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517447.jpg",
alt: "Diner in atmosphere",
},
]}
avatarText="Join our global community"
marqueeItems={[
{
type: "text-icon",
text: "World-Class Mixology",
icon: Droplets,
},
{
type: "text-icon",
text: "Fresh Island Cuisine",
icon: Fish,
},
{
type: "text-icon",
text: "Authentic Tiki Ambiance",
icon: Star,
},
{
type: "text-icon",
text: "Signature Hospitality",
icon: Heart,
},
{
type: "text-icon",
text: "Since 1934",
icon: Calendar,
},
{ type: "text-icon", text: "World-Class Mixology", icon: Droplets },
{ type: "text-icon", text: "Fresh Island Cuisine", icon: Fish },
{ type: "text-icon", text: "Authentic Tiki Ambiance", icon: Star },
{ type: "text-icon", text: "Signature Hospitality", icon: Heart },
{ type: "text-icon", text: "Since 1934", icon: Calendar },
]}
/>
</div>
@@ -138,7 +73,7 @@ export default function LandingPage() {
description="Born from the wanderlust of Victor Bergeron, Trader Vic's has defined the tropical dining experience since 1934. We invite you to step into a world of exotic flavors."
subdescription="Every dish and cocktail is crafted with the same dedication to quality and adventure that started it all."
icon={Utensils}
imageSrc="http://img.b2bpic.net/free-photo/front-view-man-eating-lula-kebab-pita-bread-with-yogurt-tomatoes-grilled-hot-peppers-tray_141793-17487.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/front-view-man-eating-lula-kebab-pita-bread-with-yogurt-tomatoes-grilled-hot-peppers-tray_141793-17487.jpg"
mediaAnimation="blur-reveal"
/>
</div>
@@ -148,34 +83,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "World-Class Mixology",
description: "Original tiki cocktails.",
buttonIcon: "Martini",
imageSrc: "http://img.b2bpic.net/free-photo/man-making-photo-finished-meal_23-2148114296.jpg",
imageAlt: "food review platform logo",
},
{
title: "Island-Inspired Cuisine",
description: "Fresh, locally sourced ingredients.",
buttonIcon: "Fish",
imageSrc: "http://img.b2bpic.net/free-photo/stones-natural-room-interior-design_23-2151890380.jpg?_wi=2",
imageAlt: "food review platform logo",
},
{
title: "Unmatched Ambiance",
description: "Authentic, immersive decor.",
buttonIcon: "Palmtree",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-eating-lula-kebab-pita-bread-with-yogurt-tomatoes-grilled-hot-peppers-tray_141793-17487.jpg?_wi=2",
imageAlt: "food review platform logo",
},
{
title: "Celebratory Service",
description: "Hospitality done right.",
buttonIcon: "Heart",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cbd-drink_52683-136372.jpg?_wi=1",
imageAlt: "food review platform logo",
},
{ title: "World-Class Mixology", description: "Original tiki cocktails.", buttonIcon: Martini, imageSrc: "http://img.b2bpic.net/free-photo/man-making-photo-finished-meal_23-2148114296.jpg", imageAlt: "food review platform logo" },
{ title: "Island-Inspired Cuisine", description: "Fresh, locally sourced ingredients.", buttonIcon: Fish, imageSrc: "http://img.b2bpic.net/free-photo/stones-natural-room-interior-design_23-2151890380.jpg", imageAlt: "food review platform logo" },
{ title: "Unmatched Ambiance", description: "Authentic, immersive decor.", buttonIcon: Palmtree, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-eating-lula-kebab-pita-bread-with-yogurt-tomatoes-grilled-hot-peppers-tray_141793-17487.jpg", imageAlt: "food review platform logo" },
{ title: "Celebratory Service", description: "Hospitality done right.", buttonIcon: Heart, imageSrc: "http://img.b2bpic.net/free-photo/still-life-cbd-drink_52683-136372.jpg", imageAlt: "food review platform logo" },
]}
title="The Vic's Experience"
description="Immerse yourself in a signature blend of culture and comfort."
@@ -189,42 +100,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
{
id: "1",
name: "Original Mai Tai",
price: "$16",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cbd-drink_52683-136372.jpg?_wi=2",
},
{
id: "2",
name: "Crispy Prawns",
price: "$22",
imageSrc: "http://img.b2bpic.net/free-photo/some-pancakes-with-blackberries-cranberries-plate-textured-table-top-view_176474-8448.jpg",
},
{
id: "3",
name: "Trader Vic's Ribs",
price: "$28",
imageSrc: "http://img.b2bpic.net/free-photo/fruit-salad-glass-copy-space_23-2148494782.jpg",
},
{
id: "4",
name: "Island Poke Bowl",
price: "$24",
imageSrc: "http://img.b2bpic.net/free-photo/coconuts-filled-with-fruit-salad-top-view_23-2148494763.jpg",
},
{
id: "5",
name: "Polynesian Spiced Chicken",
price: "$26",
imageSrc: "http://img.b2bpic.net/free-photo/pineapple-other-exotic-fruits-basket-white-background-top-view_169016-23644.jpg",
},
{
id: "6",
name: "Passion Fruit Sorbet",
price: "$12",
imageSrc: "http://img.b2bpic.net/free-photo/watermelon-ice-tea-with-shots_140725-1253.jpg",
},
{ id: "1", name: "Original Mai Tai", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cbd-drink_52683-136372.jpg" },
{ id: "2", name: "Crispy Prawns", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/some-pancakes-with-blackberries-cranberries-plate-textured-table-top-view_176474-8448.jpg" },
{ id: "3", name: "Trader Vic's Ribs", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/fruit-salad-glass-copy-space_23-2148494782.jpg" },
{ id: "4", name: "Island Poke Bowl", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/coconuts-filled-with-fruit-salad-top-view_23-2148494763.jpg" },
{ id: "5", name: "Polynesian Spiced Chicken", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/pineapple-other-exotic-fruits-basket-white-background-top-view_169016-23644.jpg" },
{ id: "6", name: "Passion Fruit Sorbet", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/watermelon-ice-tea-with-shots_140725-1253.jpg" },
]}
title="Signature Menu"
description="Discover our most cherished culinary and beverage creations."
@@ -238,46 +119,11 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Alice M.",
role: "Food Blogger",
company: "EatWorld",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491790.jpg",
},
{
id: "2",
name: "Brian K.",
role: "Designer",
company: "Studio X",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-colorful-shrine-thailand-features-golden-statue_482257-124644.jpg",
},
{
id: "3",
name: "Claire R.",
role: "Traveler",
company: "Vagabond",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891048.jpg",
},
{
id: "4",
name: "David W.",
role: "Chef",
company: "Gourmet Lab",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fruit-iced-cocktail-table_141793-281.jpg",
},
{
id: "5",
name: "Elena S.",
role: "Art Critic",
company: "Visualist",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187187.jpg",
},
{ id: "1", name: "Alice M.", role: "Food Blogger", company: "EatWorld", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491790.jpg" },
{ id: "2", name: "Brian K.", role: "Designer", company: "Studio X", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-colorful-shrine-thailand-features-golden-statue_482257-124644.jpg" },
{ id: "3", name: "Claire R.", role: "Traveler", company: "Vagabond", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891048.jpg" },
{ id: "4", name: "David W.", role: "Chef", company: "Gourmet Lab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fruit-iced-cocktail-table_141793-281.jpg" },
{ id: "5", name: "Elena S.", role: "Art Critic", company: "Visualist", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187187.jpg" },
]}
title="What Our Guests Say"
description="Voices from our vibrant community of world travelers and food lovers."
@@ -289,15 +135,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Food & Wine",
"The New York Times",
"Travel + Leisure",
"Bon Appétit",
"Condé Nast Traveler",
"Eater",
"Michelin Guide",
"Food & Wine", "The New York Times", "Travel + Leisure", "Bon Appétit", "Condé Nast Traveler", "Eater", "Michelin Guide"
]}
title="As Featured In"
description="Recognized globally for our legendary island hospitality."
/>
</div>
@@ -305,21 +146,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Do I need a reservation?",
content: "We highly recommend reservations for evening service.",
},
{
id: "2",
title: "Is the dress code formal?",
content: "We maintain a 'smart casual' dress code for a comfortable atmosphere.",
},
{
id: "3",
title: "Can you host private parties?",
content: "Yes, we have specialized event packages for all group sizes.",
},
{ id: "1", title: "Do I need a reservation?", content: "We highly recommend reservations for evening service." },
{ id: "2", title: "Is the dress code formal?", content: "We maintain a 'smart casual' dress code for a comfortable atmosphere." },
{ id: "3", title: "Can you host private parties?", content: "Yes, we have specialized event packages for all group sizes." },
]}
sideTitle="Common Questions"
faqsAnimation="blur-reveal"
@@ -332,16 +161,8 @@ export default function LandingPage() {
title="Reserve Your Table"
description="Planning a visit or an event? Reach out and we'll handle the rest."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
},
{
name: "email",
type: "email",
placeholder: "Email Address",
},
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Email Address" },
]}
imageSrc="http://img.b2bpic.net/free-photo/chair-table-terrace-restaurant-with-sea-view_1339-7115.jpg"
/>
@@ -350,33 +171,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Locations",
items: [
{
label: "Find a Location",
href: "#",
},
],
},
{
title: "About",
items: [
{
label: "Our History",
href: "#about",
},
],
},
{
title: "Connect",
items: [
{
label: "Contact Us",
href: "#contact",
},
],
},
{ title: "Locations", items: [{ label: "Find a Location", href: "#" }] },
{ title: "About", items: [{ label: "Our History", href: "#about" }] },
{ title: "Connect", items: [{ label: "Contact Us", href: "#contact" }] },
]}
logoText="Trader Vic's"
/>
@@ -384,4 +181,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}