Merge version_1 into main #1
237
src/app/page.tsx
237
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Restaurant Gino"
|
||||
/>
|
||||
@@ -55,92 +47,51 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Authentic Flavors at Gino"
|
||||
description="Experience the best Kebab and traditional dishes in the heart of Krimpen. Warm atmosphere and fresh ingredients."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah",
|
||||
handle: "@sarah_d",
|
||||
testimonial: "The best kebab in Krimpen! Always fresh and delicious.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-coffee-cup_23-2149005429.jpg",
|
||||
},
|
||||
name: "Sarah", handle: "@sarah_d", testimonial: "The best kebab in Krimpen! Always fresh and delicious.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-coffee-cup_23-2149005429.jpg"},
|
||||
{
|
||||
name: "Mark",
|
||||
handle: "@mark_r",
|
||||
testimonial: "Friendly service and great atmosphere. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-drinking-tasty-sweet-cocktail-city-terrace-casual-trendy-outfit-weekend-travel-mood_291049-1725.jpg",
|
||||
},
|
||||
name: "Mark", handle: "@mark_r", testimonial: "Friendly service and great atmosphere. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-drinking-tasty-sweet-cocktail-city-terrace-casual-trendy-outfit-weekend-travel-mood_291049-1725.jpg"},
|
||||
{
|
||||
name: "Emily",
|
||||
handle: "@emily_v",
|
||||
testimonial: "Everything we ordered was perfectly prepared.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people_273609-1727.jpg",
|
||||
},
|
||||
name: "Emily", handle: "@emily_v", testimonial: "Everything we ordered was perfectly prepared.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people_273609-1727.jpg"},
|
||||
{
|
||||
name: "Jan",
|
||||
handle: "@jan_k",
|
||||
testimonial: "Quick delivery and always tasty.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-fashionable-woman-wears-sunglasses-white-sweater-red-headband-listens-audio-her-own-playlist-enjoys-leisure-time-coffee-shop-pretty-woman-entertain-herself-with-electonic-device_273609-2298.jpg",
|
||||
},
|
||||
name: "Jan", handle: "@jan_k", testimonial: "Quick delivery and always tasty.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-fashionable-woman-wears-sunglasses-white-sweater-red-headband-listens-audio-her-own-playlist-enjoys-leisure-time-coffee-shop-pretty-woman-entertain-herself-with-electonic-device_273609-2298.jpg"},
|
||||
{
|
||||
name: "Lisa",
|
||||
handle: "@lisa_s",
|
||||
testimonial: "Cozy place for a family dinner.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg",
|
||||
},
|
||||
name: "Lisa", handle: "@lisa_s", testimonial: "Cozy place for a family dinner.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-golden-suit-sits-cafe_8353-301.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-wicker-lamps-ceiling-inside-building_181624-47099.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-wicker-lamps-ceiling-inside-building_181624-47099.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-chef-cooking_23-2148471871.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-chef-cooking_23-2148471871.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Ingredients",
|
||||
},
|
||||
type: "text", text: "Fresh Ingredients"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Daily Specials",
|
||||
},
|
||||
type: "text", text: "Daily Specials"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Recipes",
|
||||
},
|
||||
type: "text", text: "Authentic Recipes"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Friendly Service",
|
||||
},
|
||||
type: "text", text: "Friendly Service"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Quick Delivery",
|
||||
},
|
||||
type: "text", text: "Quick Delivery"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -160,41 +111,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Grote Schotel Kebab",
|
||||
price: "€ 14.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-vegetables-potatoes-eggplants-fresh-off-oven-dark-space_140725-79607.jpg",
|
||||
},
|
||||
id: "p1", name: "Grote Schotel Kebab", price: "€ 14.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-vegetables-potatoes-eggplants-fresh-off-oven-dark-space_140725-79607.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Mediterraanse Salade",
|
||||
price: "€ 10.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-bell-pepper-chicken-salad-with-dip-sauce-served-with-olives_114579-968.jpg",
|
||||
},
|
||||
id: "p2", name: "Mediterraanse Salade", price: "€ 10.50", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-bell-pepper-chicken-salad-with-dip-sauce-served-with-olives_114579-968.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Gino Speciale Burger",
|
||||
price: "€ 12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-hamburger-menu-arrangement-with-copy-space_23-2148614055.jpg",
|
||||
},
|
||||
id: "p3", name: "Gino Speciale Burger", price: "€ 12.00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-hamburger-menu-arrangement-with-copy-space_23-2148614055.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Kebab Mix Schotel",
|
||||
price: "€ 16.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-served-with-rice-tomato-cucumber-onion-salad-grilled-vegetables_140725-2544.jpg",
|
||||
},
|
||||
id: "p4", name: "Kebab Mix Schotel", price: "€ 16.50", imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-served-with-rice-tomato-cucumber-onion-salad-grilled-vegetables_140725-2544.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Vegetarische Schotel",
|
||||
price: "€ 13.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cream-mushroom-soup-disposable-cup-bowl-served-with-green-vegetables-mushroom-cream-stew-vegetable-salad_114579-889.jpg",
|
||||
},
|
||||
id: "p5", name: "Vegetarische Schotel", price: "€ 13.00", imageSrc: "http://img.b2bpic.net/free-photo/cream-mushroom-soup-disposable-cup-bowl-served-with-green-vegetables-mushroom-cream-stew-vegetable-salad_114579-889.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Huisgemaakte Soep",
|
||||
price: "€ 6.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tuscan-panzanella-traditional-italian-salad-with-tomatoes-bread_127032-3586.jpg",
|
||||
},
|
||||
id: "p6", name: "Huisgemaakte Soep", price: "€ 6.50", imageSrc: "http://img.b2bpic.net/free-photo/tuscan-panzanella-traditional-italian-salad-with-tomatoes-bread_127032-3586.jpg"},
|
||||
]}
|
||||
title="Our Specialties"
|
||||
description="Taste our handcrafted traditional dishes."
|
||||
@@ -203,30 +130,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
description: "Serving fresh quality food since 2008.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg",
|
||||
},
|
||||
id: "m1", value: "15+", title: "Years Experience", description: "Serving fresh quality food since 2008.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
title: "Fresh Ingredients",
|
||||
description: "Locally sourced and carefully prepared.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg",
|
||||
},
|
||||
id: "m2", value: "100%", title: "Fresh Ingredients", description: "Locally sourced and carefully prepared.", imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5k+",
|
||||
title: "Happy Diners",
|
||||
description: "Delivering smiles across Krimpen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727955.jpg",
|
||||
},
|
||||
id: "m3", value: "5k+", title: "Happy Diners", description: "Delivering smiles across Krimpen.", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727955.jpg"},
|
||||
]}
|
||||
title="Quality You Can Trust"
|
||||
description="More than just a meal, a tradition of quality."
|
||||
@@ -238,20 +151,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Are you open for delivery?",
|
||||
content: "Yes, we offer home delivery services daily.",
|
||||
},
|
||||
id: "f1", title: "Are you open for delivery?", content: "Yes, we offer home delivery services daily."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Where are you located?",
|
||||
content: "We are located at Raadhuisplein 133B, Krimpen aan den IJssel.",
|
||||
},
|
||||
id: "f2", title: "Where are you located?", content: "We are located at Raadhuisplein 133B, Krimpen aan den IJssel."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open from 15:00 onwards.",
|
||||
},
|
||||
id: "f3", title: "What are your opening hours?", content: "We are open from 15:00 onwards."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -260,44 +164,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah",
|
||||
role: "Local",
|
||||
testimonial: "Incredible fresh taste!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-sitting_23-2149481036.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah", role: "Local", testimonial: "Incredible fresh taste!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-sitting_23-2149481036.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark",
|
||||
role: "Diner",
|
||||
testimonial: "Very friendly staff.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg",
|
||||
},
|
||||
id: "t2", name: "Mark", role: "Diner", testimonial: "Very friendly staff.", imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily",
|
||||
role: "Regular",
|
||||
testimonial: "Always a pleasure.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily", role: "Regular", testimonial: "Always a pleasure.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Jan",
|
||||
role: "Diner",
|
||||
testimonial: "Great portions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-posing-with-horn-gesture-selfie_1262-5168.jpg",
|
||||
},
|
||||
id: "t4", name: "Jan", role: "Diner", testimonial: "Great portions.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-posing-with-horn-gesture-selfie_1262-5168.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Lisa",
|
||||
role: "Local",
|
||||
testimonial: "Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswoman-drinking-coffee-enjoying-cafe-after-work_637285-248.jpg",
|
||||
},
|
||||
id: "t5", name: "Lisa", role: "Local", testimonial: "Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswoman-drinking-coffee-enjoying-cafe-after-work_637285-248.jpg"},
|
||||
]}
|
||||
title="Hear from Our Customers"
|
||||
description="We value every guest's feedback."
|
||||
@@ -308,8 +188,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Contact Us"
|
||||
title="Visit Us Today"
|
||||
description="Join us at Raadhuisplein 133B for a great dining experience or order for delivery."
|
||||
@@ -322,33 +201,21 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Kebab",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Kebab", href: "#menu"},
|
||||
{
|
||||
label: "Salads",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Salads", href: "#menu"},
|
||||
{
|
||||
label: "Specials",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Specials", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:0180520066",
|
||||
},
|
||||
label: "Call Us", href: "tel:0180520066"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:info@restaurantgino.nl",
|
||||
},
|
||||
label: "Email", href: "mailto:info@restaurantgino.nl"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user