Merge version_1 into main #1
291
src/app/page.tsx
291
src/app/page.tsx
@@ -32,30 +32,18 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Order Online", href: "#"}}
|
||||
brandName="Kebab - Pizza Anatolie"
|
||||
/>
|
||||
</div>
|
||||
@@ -66,39 +54,23 @@ export default function LandingPage() {
|
||||
description="Authentic Flavors, Unforgettable Taste. Your Go-To for Kebab & Pizza in Plzeň."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
},
|
||||
text: "Order Online", href: "#"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lahmacun-slices-with-meat-oily-stuff-herbs-it-red-tablecloth_114579-2950.jpg",
|
||||
imageAlt: "Delicious kebab plate, pizza, and French tacos",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lahmacun-slices-with-meat-oily-stuff-herbs-it-red-tablecloth_114579-2950.jpg", imageAlt: "Delicious kebab plate, pizza, and French tacos"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-served-with-pilaf-with-dried-fruits-served-stewed-meat-with-herbs-bowls_140725-12864.jpg",
|
||||
imageAlt: "Chef preparing food in a clean kitchen",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-served-with-pilaf-with-dried-fruits-served-stewed-meat-with-herbs-bowls_140725-12864.jpg", imageAlt: "Chef preparing food in a clean kitchen"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-ingredients_23-2148925190.jpg",
|
||||
imageAlt: "Assortment of kebab wraps, pizzas, and French tacos",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-ingredients_23-2148925190.jpg", imageAlt: "Assortment of kebab wraps, pizzas, and French tacos"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/juicy-meat-cutlets-with-cranberry-sauce-salad-wooden-table-rustic-style-top-view_2829-6758.jpg",
|
||||
imageAlt: "Crispy chicken kebab and hot pepperoni pizza",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/juicy-meat-cutlets-with-cranberry-sauce-salad-wooden-table-rustic-style-top-view_2829-6758.jpg", imageAlt: "Crispy chicken kebab and hot pepperoni pizza"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tacos-arrangement_23-2150799455.jpg",
|
||||
imageAlt: "Gourmet beef kebab and Mediterranean style pizza",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tacos-arrangement_23-2150799455.jpg", imageAlt: "Gourmet beef kebab and Mediterranean style pizza"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-pizza-hand-closeup-selective-focus-lunch-time-tratoria-delicious-pizza-with-sundried-tomatoes-with-mozzarella-cheese-cut-into-slices-lunch-pizzeria_166373-3656.jpg",
|
||||
imageAlt: "Freshly baked pita bread and melting cheese on pizza",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-pizza-hand-closeup-selective-focus-lunch-time-tratoria-delicious-pizza-with-sundried-tomatoes-with-mozzarella-cheese-cut-into-slices-lunch-pizzeria_166373-3656.jpg", imageAlt: "Freshly baked pita bread and melting cheese on pizza"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -110,15 +82,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Story & Passion",
|
||||
},
|
||||
type: "text", content: "Our Story & Passion"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Discover More", href: "#"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
@@ -130,26 +98,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Authentic Kebabs",
|
||||
description: "Succulent, marinated meats grilled to perfection, served with fresh vegetables and our signature sauces in warm flatbread.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-stick-mash_140725-3410.jpg",
|
||||
imageAlt: "Gourmet kebab plate with fresh salad",
|
||||
},
|
||||
title: "Authentic Kebabs", description: "Succulent, marinated meats grilled to perfection, served with fresh vegetables and our signature sauces in warm flatbread.", imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-stick-mash_140725-3410.jpg", imageAlt: "Gourmet kebab plate with fresh salad"},
|
||||
{
|
||||
title: "Delicious Pizzas",
|
||||
description: "Hand-tossed dough, rich tomato sauce, premium toppings, and a perfect golden crust. A slice of heaven in every bite.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-vegan-margherita-pizza-food-photography_53876-63239.jpg",
|
||||
imageAlt: "Hot pepperoni pizza with melted cheese",
|
||||
},
|
||||
title: "Delicious Pizzas", description: "Hand-tossed dough, rich tomato sauce, premium toppings, and a perfect golden crust. A slice of heaven in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/homemade-vegan-margherita-pizza-food-photography_53876-63239.jpg", imageAlt: "Hot pepperoni pizza with melted cheese"},
|
||||
{
|
||||
title: "French Tacos",
|
||||
description: "Our new sensation! Fresh chicken, crispy fries, melted cheddar, and secret sauce wrapped in a tortilla and pressed to golden perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-fajitos-french-fries_140725-2265.jpg",
|
||||
imageAlt: "Golden brown French tacos with chicken and cheese",
|
||||
},
|
||||
title: "French Tacos", description: "Our new sensation! Fresh chicken, crispy fries, melted cheddar, and secret sauce wrapped in a tortilla and pressed to golden perfection.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-fajitos-french-fries_140725-2265.jpg", imageAlt: "Golden brown French tacos with chicken and cheese"},
|
||||
]}
|
||||
title="Our Irresistible Specialties"
|
||||
description="Discover why our customers keep coming back for more. Each dish is a testament to our culinary dedication."
|
||||
animationType="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -160,68 +117,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Kebab",
|
||||
name: "Chicken Kebab (Large)",
|
||||
price: "150 Kč",
|
||||
rating: 4.7,
|
||||
reviewCount: "228",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-wrapped-aluminium-foil_23-2148651085.jpg",
|
||||
imageAlt: "Chicken Kebab Wrap",
|
||||
},
|
||||
id: "p1", brand: "Kebab", name: "Chicken Kebab (Large)", price: "150 Kč", rating: 4.7,
|
||||
reviewCount: "228", imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-wrapped-aluminium-foil_23-2148651085.jpg", imageAlt: "Chicken Kebab Wrap"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Kebab",
|
||||
name: "Beef Kebab (Large)",
|
||||
price: "160 Kč",
|
||||
rating: 4.6,
|
||||
reviewCount: "228",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-kebab-slate-with-salad_23-2148685501.jpg",
|
||||
imageAlt: "Beef Kebab Plate",
|
||||
},
|
||||
id: "p2", brand: "Kebab", name: "Beef Kebab (Large)", price: "160 Kč", rating: 4.6,
|
||||
reviewCount: "228", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-kebab-slate-with-salad_23-2148685501.jpg", imageAlt: "Beef Kebab Plate"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Pizza",
|
||||
name: "Margherita Pizza (Medium)",
|
||||
price: "180 Kč",
|
||||
rating: 4.5,
|
||||
reviewCount: "228",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3304.jpg",
|
||||
imageAlt: "Margherita Pizza",
|
||||
},
|
||||
id: "p3", brand: "Pizza", name: "Margherita Pizza (Medium)", price: "180 Kč", rating: 4.5,
|
||||
reviewCount: "228", imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3304.jpg", imageAlt: "Margherita Pizza"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Pizza",
|
||||
name: "Pepperoni Pizza (Medium)",
|
||||
price: "200 Kč",
|
||||
rating: 4.8,
|
||||
reviewCount: "228",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-wooden-cutting-board-dark-blue-surface-with-free-space-vertical-view_179666-42207.jpg",
|
||||
imageAlt: "Pepperoni Pizza",
|
||||
},
|
||||
id: "p4", brand: "Pizza", name: "Pepperoni Pizza (Medium)", price: "200 Kč", rating: 4.8,
|
||||
reviewCount: "228", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-wooden-cutting-board-dark-blue-surface-with-free-space-vertical-view_179666-42207.jpg", imageAlt: "Pepperoni Pizza"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Tacos",
|
||||
name: "French Tacos (Classic)",
|
||||
price: "190 Kč",
|
||||
rating: 5,
|
||||
reviewCount: "228",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tacos-arrangement_23-2150770603.jpg",
|
||||
imageAlt: "French Tacos with chicken and cheese",
|
||||
},
|
||||
id: "p5", brand: "Tacos", name: "French Tacos (Classic)", price: "190 Kč", rating: 5,
|
||||
reviewCount: "228", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tacos-arrangement_23-2150770603.jpg", imageAlt: "French Tacos with chicken and cheese"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Kebab",
|
||||
name: "Vegetarian Kebab (Large)",
|
||||
price: "140 Kč",
|
||||
rating: 4.5,
|
||||
reviewCount: "228",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hummus-chickpeas-arrangement_23-2149483903.jpg",
|
||||
imageAlt: "Vegetarian Kebab Wrap",
|
||||
},
|
||||
id: "p6", brand: "Kebab", name: "Vegetarian Kebab (Large)", price: "140 Kč", rating: 4.5,
|
||||
reviewCount: "228", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hummus-chickpeas-arrangement_23-2149483903.jpg", imageAlt: "Vegetarian Kebab Wrap"},
|
||||
]}
|
||||
title="Explore Our Diverse Menu"
|
||||
description="From classic Turkish kebabs to Italian pizzas and innovative French Tacos, there’s something for everyone."
|
||||
animationType="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -231,41 +147,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Popular",
|
||||
price: "250 Kč",
|
||||
subtitle: "Solo Feast",
|
||||
features: [
|
||||
"Choice of 1 Kebab or Pizza",
|
||||
"Crispy Fries",
|
||||
"Refreshing Drink",
|
||||
],
|
||||
id: "basic", badge: "Popular", price: "250 Kč", subtitle: "Solo Feast", features: [
|
||||
"Choice of 1 Kebab or Pizza", "Crispy Fries", "Refreshing Drink"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Best Value",
|
||||
price: "450 Kč",
|
||||
subtitle: "Duo Delight",
|
||||
features: [
|
||||
"Choice of 2 Kebabs or Pizzas",
|
||||
"2 Crispy Fries",
|
||||
"2 Refreshing Drinks",
|
||||
],
|
||||
id: "pro", badge: "Best Value", price: "450 Kč", subtitle: "Duo Delight", features: [
|
||||
"Choice of 2 Kebabs or Pizzas", "2 Crispy Fries", "2 Refreshing Drinks"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Family Favorite",
|
||||
price: "800 Kč",
|
||||
subtitle: "Family Pack",
|
||||
features: [
|
||||
"2 Large Pizzas",
|
||||
"1 Large Kebab",
|
||||
"4 Refreshing Drinks",
|
||||
],
|
||||
id: "premium", badge: "Family Favorite", price: "800 Kč", subtitle: "Family Pack", features: [
|
||||
"2 Large Pizzas", "1 Large Kebab", "4 Refreshing Drinks"],
|
||||
},
|
||||
]}
|
||||
title="Unbeatable Value Combos"
|
||||
description="Enjoy more for less with our specially curated meal deals, perfect for individuals or groups."
|
||||
animationType="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -277,25 +173,15 @@ export default function LandingPage() {
|
||||
author="Google Reviews (4.6/5 from 228 reviews)"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2149445972.jpg",
|
||||
alt: "Štěpán Varvařovský",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2149445972.jpg", alt: "Štěpán Varvařovský"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg",
|
||||
alt: "evkateo1987",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg", alt: "evkateo1987"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17984.jpg",
|
||||
alt: "hamza bousfia",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17984.jpg", alt: "hamza bousfia"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-blonde-girl-posing-studio_176420-29659.jpg",
|
||||
alt: "Anna Nováková",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-blonde-girl-posing-studio_176420-29659.jpg", alt: "Anna Nováková"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-wearing-headphone-listening-music-looking-camera_23-2148193914.jpg",
|
||||
alt: "Petr Svoboda",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-wearing-headphone-listening-music-looking-camera_23-2148193914.jpg", alt: "Petr Svoboda"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -308,25 +194,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we offer food delivery! You can order directly through our website or partner platforms. Please check our 'Order Online' button for details.",
|
||||
},
|
||||
id: "faq1", title: "Do you offer delivery?", content: "Yes, we offer food delivery! You can order directly through our website or partner platforms. Please check our 'Order Online' button for details."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open daily from 10:00 AM to 11:00 PM. We look forward to serving you!",
|
||||
},
|
||||
id: "faq2", title: "What are your opening hours?", content: "We are open daily from 10:00 AM to 11:00 PM. We look forward to serving you!"},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Can I make a reservation?",
|
||||
content: "Currently, we do not accept reservations. Our seating is available on a first-come, first-served basis. We typically have ample space!",
|
||||
},
|
||||
id: "faq3", title: "Can I make a reservation?", content: "Currently, we do not accept reservations. Our seating is available on a first-come, first-served basis. We typically have ample space!"},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Do you have vegetarian options?",
|
||||
content: "Absolutely! We offer a variety of delicious vegetarian kebabs, pizzas, and other dishes to cater to all preferences.",
|
||||
},
|
||||
id: "faq4", title: "Do you have vegetarian options?", content: "Absolutely! We offer a variety of delicious vegetarian kebabs, pizzas, and other dishes to cater to all preferences."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2151231344.jpg"
|
||||
imageAlt="Restaurant front desk with menu board"
|
||||
@@ -345,22 +219,14 @@ export default function LandingPage() {
|
||||
description="Have a question, feedback, or want to place a large order? Fill out the form below or find us at our convenient Plzeň location."
|
||||
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: 5,
|
||||
name: "message", placeholder: "Your Message", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg"
|
||||
@@ -375,62 +241,37 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Our Menu",
|
||||
items: [
|
||||
title: "Our Menu", items: [
|
||||
{
|
||||
label: "Kebabs",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Kebabs", href: "#menu"},
|
||||
{
|
||||
label: "Pizzas",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Pizzas", href: "#menu"},
|
||||
{
|
||||
label: "French Tacos",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "French Tacos", href: "#menu"},
|
||||
{
|
||||
label: "Drinks",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Drinks", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Address: Šimerova 18/402, 301 00 Plzeň 3",
|
||||
href: "#",
|
||||
},
|
||||
label: "Address: Šimerova 18/402, 301 00 Plzeň 3", href: "#"},
|
||||
{
|
||||
label: "Phone: +420 774 276 023",
|
||||
href: "#",
|
||||
},
|
||||
label: "Phone: +420 774 276 023", href: "#"},
|
||||
{
|
||||
label: "Email: info@kebabpizzaanatolie.cz",
|
||||
href: "#",
|
||||
},
|
||||
label: "Email: info@kebabpizzaanatolie.cz", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user