Update src/app/page.tsx

This commit is contained in:
2026-05-13 23:56:44 +00:00
parent a59dfbf777
commit 0f2ec2d3dc

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
{ value: "5M+", label: "Cocktails Served" },
]}
enableKpiAnimation={true}
imageSrc="http://img.b2bpic.net/free-photo/stones-natural-room-interior-design_23-2151890380.jpg"
imageSrc="http://img.b2bpic.net/free-photo/stones-natural-room-interior-design_23-2151890380.jpg?_wi=1"
mediaAnimation="slide-up"
marqueeItems={[
{ type: "text-icon", text: "World-Class Mixology", icon: Droplets },
@@ -73,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"
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"
mediaAnimation="blur-reveal"
/>
</div>
@@ -84,9 +84,9 @@ export default function LandingPage() {
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", 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: "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="The Vic's Experience"
description="Immerse yourself in a signature blend of culture and comfort."
@@ -100,7 +100,7 @@ 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" },
{ 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" },