Merge version_1 into main #2
349
src/app/page.tsx
349
src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Award, BookOpen, Facebook, Globe, Heart, Instagram, MapPin, Soup, Sparkles } from "lucide-react";
|
||||
import { Award, BookOpen, Facebook, Globe, Heart, Instagram, MapPin, RiceBowl, Soup, Sparkles, Sushi } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Koi Sushi"
|
||||
/>
|
||||
@@ -55,77 +47,50 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Experience Authentic Japanese Flavors at Koi Sushi 🍣"
|
||||
description="Discover our smart digital menu featuring the freshest sushi, maki, sashimi, hot dishes, and refreshing drinks. Located in Hagen, Luxembourg, we bring the taste of Japan to your table."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years of Craft",
|
||||
},
|
||||
value: "15+", label: "Years of Craft"},
|
||||
{
|
||||
value: "Daily",
|
||||
label: "Fresh Ingredients",
|
||||
},
|
||||
value: "Daily", label: "Fresh Ingredients"},
|
||||
{
|
||||
value: "5-Star",
|
||||
label: "Happy Customers",
|
||||
},
|
||||
value: "5-Star", label: "Happy Customers"},
|
||||
]}
|
||||
enableKpiAnimation={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-composition-delicious-poke-bowl_23-2148873849.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-composition-delicious-poke-bowl_23-2148873849.jpg"
|
||||
imageAlt="Gourmet sushi platter elegant setting"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-charming-sensual-feminine-female-bun-hairstyle-touching-shoulder-smiling-broadly-feeling-shy_176420-27258.jpg",
|
||||
alt: "Satisfied female diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-charming-sensual-feminine-female-bun-hairstyle-touching-shoulder-smiling-broadly-feeling-shy_176420-27258.jpg", alt: "Satisfied female diner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-young-man-smiling-camera_74855-2828.jpg",
|
||||
alt: "Happy male customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-young-man-smiling-camera_74855-2828.jpg", alt: "Happy male customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blissful-long-haired-woman-with-red-lips-making-selfie-winter-weekend-blithesome-ginger-girl-hat-expressing-happiness_197531-14132.jpg",
|
||||
alt: "Smiling young woman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blissful-long-haired-woman-with-red-lips-making-selfie-winter-weekend-blithesome-ginger-girl-hat-expressing-happiness_197531-14132.jpg", alt: "Smiling young woman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-man-smiling-close-up_23-2148508995.jpg",
|
||||
alt: "Confident male patron",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-man-smiling-close-up_23-2148508995.jpg", alt: "Confident male patron"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-woman-winter-outside_1303-13291.jpg",
|
||||
alt: "Woman enjoying her meal",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-woman-winter-outside_1303-13291.jpg", alt: "Woman enjoying her meal"},
|
||||
]}
|
||||
avatarText="Join our 5000+ happy customers!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Freshness Guaranteed",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Freshness Guaranteed", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Authentic Recipes",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Authentic Recipes", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Friendly Service",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Friendly Service", icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Global Flavors",
|
||||
icon: Globe,
|
||||
type: "text-icon", text: "Global Flavors", icon: Globe,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Quality Ingredients",
|
||||
icon: BookOpen,
|
||||
type: "text-icon", text: "Quality Ingredients", icon: BookOpen,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -136,20 +101,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Story: Crafting Culinary Excellence Since 2009",
|
||||
},
|
||||
type: "text", content: "Our Story: Crafting Culinary Excellence Since 2009"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/chef-arranging-sushi-front-view_23-2148516915.jpg",
|
||||
alt: "Chef preparing sushi",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/chef-arranging-sushi-front-view_23-2148516915.jpg", alt: "Chef preparing sushi"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Make a Reservation", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -161,46 +119,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Unmatched Freshness",
|
||||
description: "Our ingredients are sourced daily, ensuring every bite is a burst of authentic flavor.",
|
||||
bentoComponent: "globe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-people-learning-how-make-traditional-sushi-dish_23-2151186404.jpg",
|
||||
imageAlt: "fresh sushi ingredients colorful variety",
|
||||
title: "Unmatched Freshness", description: "Our ingredients are sourced daily, ensuring every bite is a burst of authentic flavor.", bentoComponent: "globe"
|
||||
},
|
||||
{
|
||||
title: "Masterful Craftsmanship",
|
||||
description: "Our experienced chefs combine traditional techniques with modern flair to create culinary art.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Award,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-delicious-poke-bowl_23-2148873849.jpg?_wi=2",
|
||||
imageAlt: "fresh sushi ingredients colorful variety",
|
||||
title: "Masterful Craftsmanship", description: "Our experienced chefs combine traditional techniques with modern flair to create culinary art.", bentoComponent: "reveal-icon", icon: Award
|
||||
},
|
||||
{
|
||||
title: "Diverse & Authentic Menu",
|
||||
description: "From classic sushi to innovative hot dishes, our menu offers a wide array of Japanese delights.",
|
||||
bentoComponent: "3d-stack-cards",
|
||||
items: [
|
||||
title: "Diverse & Authentic Menu", description: "From classic sushi to innovative hot dishes, our menu offers a wide array of Japanese delights.", bentoComponent: "3d-stack-cards", items: [
|
||||
{
|
||||
icon: Sushi,
|
||||
title: "Sushi & Sashimi",
|
||||
subtitle: "Traditional Delights",
|
||||
detail: "Fresh fish and expertly prepared rice.",
|
||||
},
|
||||
title: "Sushi & Sashimi", subtitle: "Traditional Delights", detail: "Fresh fish and expertly prepared rice."},
|
||||
{
|
||||
icon: RiceBowl,
|
||||
title: "Maki Rolls",
|
||||
subtitle: "Creative Combinations",
|
||||
detail: "Classic and signature rolls for every taste.",
|
||||
},
|
||||
title: "Maki Rolls", subtitle: "Creative Combinations", detail: "Classic and signature rolls for every taste."},
|
||||
{
|
||||
icon: Soup,
|
||||
title: "Hot Dishes",
|
||||
subtitle: "Savory & Warm",
|
||||
detail: "Comforting Japanese and Korean hot meals.",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-arranging-sushi-front-view_23-2148516915.jpg",
|
||||
imageAlt: "fresh sushi ingredients colorful variety",
|
||||
title: "Hot Dishes", subtitle: "Savory & Warm", detail: "Comforting Japanese and Korean hot meals."},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Why Choose Koi Sushi?"
|
||||
@@ -213,135 +148,40 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "নিগিরি স্যালমন",
|
||||
price: "€8.90",
|
||||
variant: "sushi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sushi-rolls-with-soy-sauce-table_23-2148494461.jpg",
|
||||
imageAlt: "nigiri salmon sushi close-up",
|
||||
},
|
||||
id: "1", name: "নিগিরি স্যালমন", price: "€8.90", variant: "sushi", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sushi-rolls-with-soy-sauce-table_23-2148494461.jpg", imageAlt: "nigiri salmon sushi close-up"},
|
||||
{
|
||||
id: "2",
|
||||
name: "নিগিরি টুনা",
|
||||
price: "€9.50",
|
||||
variant: "sushi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/isolated-sushi-closeup_181624-1300.jpg",
|
||||
imageAlt: "nigiri tuna sushi vibrant color",
|
||||
},
|
||||
id: "2", name: "নিগিরি টুনা", price: "€9.50", variant: "sushi", imageSrc: "http://img.b2bpic.net/free-photo/isolated-sushi-closeup_181624-1300.jpg", imageAlt: "nigiri tuna sushi vibrant color"},
|
||||
{
|
||||
id: "3",
|
||||
name: "নিগিরি ইবি (চিংড়ি)",
|
||||
price: "€8.50",
|
||||
variant: "sushi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-roll_74190-2834.jpg",
|
||||
imageAlt: "nigiri ebi shrimp sushi",
|
||||
},
|
||||
id: "3", name: "নিগিরি ইবি (চিংড়ি)", price: "€8.50", variant: "sushi", imageSrc: "http://img.b2bpic.net/free-photo/sushi-roll_74190-2834.jpg", imageAlt: "nigiri ebi shrimp sushi"},
|
||||
{
|
||||
id: "4",
|
||||
name: "ক্যালিফোর্নিয়া মাকি",
|
||||
price: "€10.90",
|
||||
variant: "maki",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-soy-sauce-placed-brown-plate_114579-90614.jpg",
|
||||
imageAlt: "california maki roll avocado cucumber",
|
||||
},
|
||||
id: "4", name: "ক্যালিফোর্নিয়া মাকি", price: "€10.90", variant: "maki", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-soy-sauce-placed-brown-plate_114579-90614.jpg", imageAlt: "california maki roll avocado cucumber"},
|
||||
{
|
||||
id: "5",
|
||||
name: "স্পাইসি টুনা রোল",
|
||||
price: "€11.50",
|
||||
variant: "maki",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/california-sushi-roll_74190-2899.jpg",
|
||||
imageAlt: "spicy tuna roll crunchy topping",
|
||||
},
|
||||
id: "5", name: "স্পাইসি টুনা রোল", price: "€11.50", variant: "maki", imageSrc: "http://img.b2bpic.net/free-photo/california-sushi-roll_74190-2899.jpg", imageAlt: "spicy tuna roll crunchy topping"},
|
||||
{
|
||||
id: "6",
|
||||
name: "ফিলাডেলফিয়া রোল",
|
||||
price: "€12.90",
|
||||
variant: "maki",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-is-plate-with-chopsticks-dipping-sauce-white-cement-floor_1150-22615.jpg",
|
||||
imageAlt: "philadelphia roll salmon cream cheese",
|
||||
},
|
||||
id: "6", name: "ফিলাডেলফিয়া রোল", price: "€12.90", variant: "maki", imageSrc: "http://img.b2bpic.net/free-photo/sushi-is-plate-with-chopsticks-dipping-sauce-white-cement-floor_1150-22615.jpg", imageAlt: "philadelphia roll salmon cream cheese"},
|
||||
{
|
||||
id: "7",
|
||||
name: "সাশিমি মিক্স (5pcs)",
|
||||
price: "€14.50",
|
||||
variant: "sashimi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-cut-raw-fishes-green-dark-color-tray-spices-kumquats-oil-bottle-blue-black-mix-colors-table_179666-18227.jpg",
|
||||
imageAlt: "sashimi mix platter 5 pieces",
|
||||
},
|
||||
id: "7", name: "সাশিমি মিক্স (5pcs)", price: "€14.50", variant: "sashimi", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-cut-raw-fishes-green-dark-color-tray-spices-kumquats-oil-bottle-blue-black-mix-colors-table_179666-18227.jpg", imageAlt: "sashimi mix platter 5 pieces"},
|
||||
{
|
||||
id: "8",
|
||||
name: "স্যালমন সাশিমি",
|
||||
price: "€13.00",
|
||||
variant: "sashimi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-raw-sashimi_1339-3839.jpg",
|
||||
imageAlt: "salmon sashimi 5 pieces norwegian",
|
||||
},
|
||||
id: "8", name: "স্যালমন সাশিমি", price: "€13.00", variant: "sashimi", imageSrc: "http://img.b2bpic.net/free-photo/salmon-raw-sashimi_1339-3839.jpg", imageAlt: "salmon sashimi 5 pieces norwegian"},
|
||||
{
|
||||
id: "9",
|
||||
name: "টেরিয়াকি চিকেন",
|
||||
price: "€12.90",
|
||||
variant: "hot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-dish-restaurant-table_7939-2128.jpg",
|
||||
imageAlt: "teriyaki chicken rice bowl",
|
||||
},
|
||||
id: "9", name: "টেরিয়াকি চিকেন", price: "€12.90", variant: "hot", imageSrc: "http://img.b2bpic.net/free-photo/chicken-dish-restaurant-table_7939-2128.jpg", imageAlt: "teriyaki chicken rice bowl"},
|
||||
{
|
||||
id: "10",
|
||||
name: "ইয়াকিসোবা (বীফ)",
|
||||
price: "€13.50",
|
||||
variant: "hot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/noodles-prepared-with-chicken-peppers-sesame-seeds-sauce_141793-1221.jpg",
|
||||
imageAlt: "yakisoba beef noodles vegetables",
|
||||
},
|
||||
id: "10", name: "ইয়াকিসোবা (বীফ)", price: "€13.50", variant: "hot", imageSrc: "http://img.b2bpic.net/free-photo/noodles-prepared-with-chicken-peppers-sesame-seeds-sauce_141793-1221.jpg", imageAlt: "yakisoba beef noodles vegetables"},
|
||||
{
|
||||
id: "11",
|
||||
name: "কিমচি জিজিগে (কোরিয়ান)",
|
||||
price: "€12.00",
|
||||
variant: "hot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529759.jpg",
|
||||
imageAlt: "kimchi jjigae korean tofu stew",
|
||||
},
|
||||
id: "11", name: "কিমচি জিজিগে (কোরিয়ান)", price: "€12.00", variant: "hot", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529759.jpg", imageAlt: "kimchi jjigae korean tofu stew"},
|
||||
{
|
||||
id: "12",
|
||||
name: "মিসো স্যুপ",
|
||||
price: "€3.90",
|
||||
variant: "hot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2149091590.jpg",
|
||||
imageAlt: "miso soup tofu wakame seaweed",
|
||||
},
|
||||
id: "12", name: "মিসো স্যুপ", price: "€3.90", variant: "hot", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2149091590.jpg", imageAlt: "miso soup tofu wakame seaweed"},
|
||||
{
|
||||
id: "13",
|
||||
name: "জাপানি গ্রিন টি",
|
||||
price: "€2.50",
|
||||
variant: "drinks",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/infused-healthy-water-drink-glasses_1220-3983.jpg",
|
||||
imageAlt: "japanese green tea hot cold",
|
||||
},
|
||||
id: "13", name: "জাপানি গ্রিন টি", price: "€2.50", variant: "drinks", imageSrc: "http://img.b2bpic.net/free-photo/infused-healthy-water-drink-glasses_1220-3983.jpg", imageAlt: "japanese green tea hot cold"},
|
||||
{
|
||||
id: "14",
|
||||
name: "সফট ড্রিংক",
|
||||
price: "€2.80",
|
||||
variant: "drinks",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-milky-cocktail-garnished-with-olive-apple-coffee-beans_140725-4853.jpg",
|
||||
imageAlt: "assorted soft drinks coke sprite fanta",
|
||||
},
|
||||
id: "14", name: "সফট ড্রিংক", price: "€2.80", variant: "drinks", imageSrc: "http://img.b2bpic.net/free-photo/glass-milky-cocktail-garnished-with-olive-apple-coffee-beans_140725-4853.jpg", imageAlt: "assorted soft drinks coke sprite fanta"},
|
||||
{
|
||||
id: "15",
|
||||
name: "সাপ্পোরো বিয়ার",
|
||||
price: "€5.00",
|
||||
variant: "drinks",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soju-bottles-korean-side-dishes-menu_1150-43009.jpg",
|
||||
imageAlt: "sapporo beer bottle glass",
|
||||
},
|
||||
id: "15", name: "সাপ্পোরো বিয়ার", price: "€5.00", variant: "drinks", imageSrc: "http://img.b2bpic.net/free-photo/soju-bottles-korean-side-dishes-menu_1150-43009.jpg", imageAlt: "sapporo beer bottle glass"},
|
||||
{
|
||||
id: "16",
|
||||
name: "মাঙ্গো জুস",
|
||||
price: "€3.50",
|
||||
variant: "drinks",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-jars-outdoors-with-dragon-fruit-juice_23-2150296002.jpg",
|
||||
imageAlt: "mango juice smoothie fresh",
|
||||
},
|
||||
id: "16", name: "মাঙ্গো জুস", price: "€3.50", variant: "drinks", imageSrc: "http://img.b2bpic.net/free-photo/glass-jars-outdoors-with-dragon-fruit-juice_23-2150296002.jpg", imageAlt: "mango juice smoothie fresh"},
|
||||
]}
|
||||
title="Our Exquisite Menu 🍱"
|
||||
description="Explore our diverse range of authentic Japanese cuisine, crafted with passion and the freshest ingredients."
|
||||
@@ -354,65 +194,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
date: "2024-03-10",
|
||||
title: "Exceptional Sushi!",
|
||||
quote: "Koi Sushi consistently delivers the freshest and most delicious sushi in Luxembourg. A true culinary gem!",
|
||||
tag: "Food Enthusiast",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/uplifting-beautiful-woman-creating-self-love-campaign-promote-beauty-cosmetics-skincare-routine-gentle-elegant-model-with-glowing-natural-skin-posing-with-imperfections-camera_482257-64080.jpg",
|
||||
avatarAlt: "female customer smiling happy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-restaurant_23-2148018758.jpg",
|
||||
imageAlt: "sushi plate with happy couple",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", date: "2024-03-10", title: "Exceptional Sushi!", quote: "Koi Sushi consistently delivers the freshest and most delicious sushi in Luxembourg. A true culinary gem!", tag: "Food Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/uplifting-beautiful-woman-creating-self-love-campaign-promote-beauty-cosmetics-skincare-routine-gentle-elegant-model-with-glowing-natural-skin-posing-with-imperfections-camera_482257-64080.jpg", avatarAlt: "female customer smiling happy", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-restaurant_23-2148018758.jpg", imageAlt: "sushi plate with happy couple"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
date: "2024-02-28",
|
||||
title: "A Taste of Japan",
|
||||
quote: "Every dish at Koi Sushi transports me straight to Japan. The quality and presentation are simply outstanding.",
|
||||
tag: "Travel Blogger",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-near-skyscrapers-sunglasses_158538-20763.jpg",
|
||||
avatarAlt: "male customer friendly face",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-barbeque-skewers-party_53876-70991.jpg",
|
||||
imageAlt: "chef preparing sushi rolls",
|
||||
},
|
||||
id: "2", name: "Michael Chen", date: "2024-02-28", title: "A Taste of Japan", quote: "Every dish at Koi Sushi transports me straight to Japan. The quality and presentation are simply outstanding.", tag: "Travel Blogger", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-near-skyscrapers-sunglasses_158538-20763.jpg", avatarAlt: "male customer friendly face", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-barbeque-skewers-party_53876-70991.jpg", imageAlt: "chef preparing sushi rolls"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
date: "2024-01-15",
|
||||
title: "Favorite Spot",
|
||||
quote: "Koi Sushi is my go-to for authentic Japanese food. The ambiance is perfect, and the staff are incredibly welcoming.",
|
||||
tag: "Local Foodie",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/stuido-portrait-happy-cheerful-young-businessman_273609-12506.jpg",
|
||||
avatarAlt: "young woman enjoying meal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-cafe-with-sofas-chairs-tables_169016-36774.jpg",
|
||||
imageAlt: "modern restaurant interior design",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", date: "2024-01-15", title: "Favorite Spot", quote: "Koi Sushi is my go-to for authentic Japanese food. The ambiance is perfect, and the staff are incredibly welcoming.", tag: "Local Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/stuido-portrait-happy-cheerful-young-businessman_273609-12506.jpg", avatarAlt: "young woman enjoying meal", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-cafe-with-sofas-chairs-tables_169016-36774.jpg", imageAlt: "modern restaurant interior design"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
date: "2023-12-01",
|
||||
title: "Unforgettable Experience",
|
||||
quote: "From the freshest sashimi to the perfect sake pairing, Koi Sushi offers an unforgettable dining experience.",
|
||||
tag: "Restaurant Critic",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-hipster-model-sexy-unshaven-man-dressed-yellow-summer-shirt-jeans-clothes-fashion-male-posing-near-blue-wall-studio-cheerful-happy-isolated_158538-26852.jpg",
|
||||
avatarAlt: "man looking confident and satisfied",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-pouring-drink-cups-high-angle_23-2149706096.jpg",
|
||||
imageAlt: "close-up of sake pouring",
|
||||
},
|
||||
id: "4", name: "David Kim", date: "2023-12-01", title: "Unforgettable Experience", quote: "From the freshest sashimi to the perfect sake pairing, Koi Sushi offers an unforgettable dining experience.", tag: "Restaurant Critic", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-hipster-model-sexy-unshaven-man-dressed-yellow-summer-shirt-jeans-clothes-fashion-male-posing-near-blue-wall-studio-cheerful-happy-isolated_158538-26852.jpg", avatarAlt: "man looking confident and satisfied", imageSrc: "http://img.b2bpic.net/free-photo/hand-pouring-drink-cups-high-angle_23-2149706096.jpg", imageAlt: "close-up of sake pouring"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sophia Lee",
|
||||
date: "2023-11-20",
|
||||
title: "Highly Recommended",
|
||||
quote: "I highly recommend Koi Sushi to anyone looking for exquisite Japanese cuisine. Their attention to detail is commendable.",
|
||||
tag: "Gastronomy Lover",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-scarf-outdoors_1303-25682.jpg",
|
||||
avatarAlt: "woman with warm friendly smile",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-eating-sushi-cafe_1157-27150.jpg",
|
||||
imageAlt: "sushi rolls with chopsticks",
|
||||
},
|
||||
id: "5", name: "Sophia Lee", date: "2023-11-20", title: "Highly Recommended", quote: "I highly recommend Koi Sushi to anyone looking for exquisite Japanese cuisine. Their attention to detail is commendable.", tag: "Gastronomy Lover", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-scarf-outdoors_1303-25682.jpg", avatarAlt: "woman with warm friendly smile", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-eating-sushi-cafe_1157-27150.jpg", imageAlt: "sushi rolls with chopsticks"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from our delighted customers who have savored the unique taste of Koi Sushi."
|
||||
@@ -424,14 +214,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Luxembourg Food Critics",
|
||||
"Taste of Luxembourg",
|
||||
"Best of Hagen Food Guide",
|
||||
"Asian Culinary Arts Society",
|
||||
"Top Rated Restaurants L.U.",
|
||||
"Luxembourg Culinary Institute",
|
||||
"Global Flavors Festival",
|
||||
]}
|
||||
"Luxembourg Food Critics", "Taste of Luxembourg", "Best of Hagen Food Guide", "Asian Culinary Arts Society", "Top Rated Restaurants L.U.", "Luxembourg Culinary Institute", "Global Flavors Festival"]}
|
||||
title="Recognized for Excellence"
|
||||
description="Proud to be a favorite among food enthusiasts and critics alike, earning accolades for our authentic flavors and exceptional service."
|
||||
/>
|
||||
@@ -444,22 +227,14 @@ export default function LandingPage() {
|
||||
description="Find us at 16 Rue Principale, Hagen, Luxembourg. Call us at +352 26 10 88 01. We are closed on Tuesdays. For reservations or inquiries, please use the form below."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9389.jpg"
|
||||
@@ -476,19 +251,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/koisushi",
|
||||
ariaLabel: "Facebook page",
|
||||
},
|
||||
href: "https://facebook.com/koisushi", ariaLabel: "Facebook page"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/koisushi",
|
||||
ariaLabel: "Instagram profile",
|
||||
},
|
||||
href: "https://instagram.com/koisushi", ariaLabel: "Instagram profile"},
|
||||
{
|
||||
icon: MapPin,
|
||||
href: "https://maps.google.com/?q=16+Rue+Principale,+Hagen,+Luxembourg",
|
||||
ariaLabel: "Find us on Google Maps",
|
||||
},
|
||||
href: "https://maps.google.com/?q=16+Rue+Principale,+Hagen,+Luxembourg", ariaLabel: "Find us on Google Maps"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user