Update src/app/page.tsx
This commit is contained in:
328
src/app/page.tsx
328
src/app/page.tsx
@@ -32,34 +32,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonial", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book a Table", href: "#contact"}}
|
||||
brandName="Trofta e Drinit"
|
||||
/>
|
||||
</div>
|
||||
@@ -70,13 +56,9 @@ export default function LandingPage() {
|
||||
description="Experience the freshest trout and traditional Albanian flavors by the Drin River."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Make a Reservation", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-raw-fishes-pepper-fresh-foods-white-plate-left-side-gray-ice-surface-with-free-space_179666-42555.jpg"
|
||||
imageAlt="Fresh grilled trout dish with a river view background"
|
||||
@@ -84,25 +66,15 @@ export default function LandingPage() {
|
||||
textPosition="bottom"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236902.jpg",
|
||||
alt: "Happy customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236902.jpg", alt: "Happy customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-girl-table_23-2148972774.jpg",
|
||||
alt: "Happy customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-girl-table_23-2148972774.jpg", alt: "Happy customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/focused-chinese-food-with-cup-juice_23-2148242615.jpg",
|
||||
alt: "Happy customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/focused-chinese-food-with-cup-juice_23-2148242615.jpg", alt: "Happy customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286105.jpg",
|
||||
alt: "Happy customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286105.jpg", alt: "Happy customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mature-couple-enjoying-some-drinks-new-year-party_23-2149173241.jpg",
|
||||
alt: "Happy customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/mature-couple-enjoying-some-drinks-new-year-party_23-2149173241.jpg", alt: "Happy customer 5"},
|
||||
]}
|
||||
avatarText="Join our 2000+ happy diners!"
|
||||
/>
|
||||
@@ -113,11 +85,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Story: Freshness from the Drin",
|
||||
},
|
||||
type: "text", content: "Our Story: Freshness from the Drin"},
|
||||
]}
|
||||
description="Nestled by the picturesque Drin River, Trofta e Drinit has been serving exquisite trout dishes and authentic Albanian cuisine for generations. We pride ourselves on sourcing the freshest ingredients, with our signature trout caught daily from the pristine waters of the Drin. Join us for an unforgettable culinary journey."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-girl-sitting-outdoors_23-2148629702.jpg"
|
||||
imageAlt="Interior of Trofta e Drinit restaurant"
|
||||
/>
|
||||
@@ -130,35 +99,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Grilled Drin Trout",
|
||||
tags: [
|
||||
"Fresh Catch",
|
||||
"Chef's Special",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/oysters-plate-topped-with-herbs_141793-328.jpg",
|
||||
imageAlt: "Perfectly grilled trout with herbs and lemon",
|
||||
},
|
||||
id: "1", title: "Grilled Drin Trout", tags: [
|
||||
"Fresh Catch", "Chef's Special"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/oysters-plate-topped-with-herbs_141793-328.jpg", imageAlt: "Perfectly grilled trout with herbs and lemon"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Traditional Fish Soup",
|
||||
tags: [
|
||||
"Local Recipe",
|
||||
"Appetizer",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361475.jpg",
|
||||
imageAlt: "Bowl of creamy traditional fish soup",
|
||||
},
|
||||
id: "2", title: "Traditional Fish Soup", tags: [
|
||||
"Local Recipe", "Appetizer"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361475.jpg", imageAlt: "Bowl of creamy traditional fish soup"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Mediterranean Salad",
|
||||
tags: [
|
||||
"Vegetarian",
|
||||
"Light Fare",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-smoked-salmon-meat-fish_74190-6174.jpg",
|
||||
imageAlt: "Colorful fresh Mediterranean salad",
|
||||
},
|
||||
id: "3", title: "Mediterranean Salad", tags: [
|
||||
"Vegetarian", "Light Fare"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-smoked-salmon-meat-fish_74190-6174.jpg", imageAlt: "Colorful fresh Mediterranean salad"},
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
description="Hand-picked favorites showcasing the best of our culinary tradition and fresh catches from the Drin River."
|
||||
@@ -173,65 +124,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Main Course",
|
||||
name: "Whole Baked Drin Trout",
|
||||
price: "Lek 1800",
|
||||
rating: 5,
|
||||
reviewCount: "245",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-cleaning-process-kitchen_23-2150171472.jpg",
|
||||
imageAlt: "Whole baked trout on a rustic plate",
|
||||
},
|
||||
id: "p1", brand: "Main Course", name: "Whole Baked Drin Trout", price: "Lek 1800", rating: 5,
|
||||
reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/seafood-cleaning-process-kitchen_23-2150171472.jpg", imageAlt: "Whole baked trout on a rustic plate"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Main Course",
|
||||
name: "Trout Fillet with Vegetables",
|
||||
price: "Lek 1650",
|
||||
rating: 4,
|
||||
reviewCount: "190",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-roasted-fish-lunch-delicious_1203-4109.jpg",
|
||||
imageAlt: "Trout fillet served with steamed vegetables",
|
||||
},
|
||||
id: "p2", brand: "Main Course", name: "Trout Fillet with Vegetables", price: "Lek 1650", rating: 4,
|
||||
reviewCount: "190", imageSrc: "http://img.b2bpic.net/free-photo/seafood-roasted-fish-lunch-delicious_1203-4109.jpg", imageAlt: "Trout fillet served with steamed vegetables"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Appetizers",
|
||||
name: "Seafood Mezze Platter",
|
||||
price: "Lek 1200",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cooked-sea-food_23-2149409235.jpg",
|
||||
imageAlt: "Assortment of seafood appetizers",
|
||||
},
|
||||
id: "p3", brand: "Appetizers", name: "Seafood Mezze Platter", price: "Lek 1200", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cooked-sea-food_23-2149409235.jpg", imageAlt: "Assortment of seafood appetizers"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Traditional Dishes",
|
||||
name: "Tavë Kosi (Baked Lamb)",
|
||||
price: "Lek 1500",
|
||||
rating: 4,
|
||||
reviewCount: "180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-beef-stew-pottery-pan_114579-2575.jpg",
|
||||
imageAlt: "Traditional Albanian baked lamb with yogurt",
|
||||
},
|
||||
id: "p4", brand: "Traditional Dishes", name: "Tavë Kosi (Baked Lamb)", price: "Lek 1500", rating: 4,
|
||||
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-beef-stew-pottery-pan_114579-2575.jpg", imageAlt: "Traditional Albanian baked lamb with yogurt"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Desserts",
|
||||
name: "Baklava with Walnuts",
|
||||
price: "Lek 450",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cupcake-appetizing-cupcake-white-plate-black-wall_140725-117155.jpg",
|
||||
imageAlt: "Delicious, syrupy baklava slices",
|
||||
},
|
||||
id: "p5", brand: "Desserts", name: "Baklava with Walnuts", price: "Lek 450", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cupcake-appetizing-cupcake-white-plate-black-wall_140725-117155.jpg", imageAlt: "Delicious, syrupy baklava slices"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Beverages",
|
||||
name: "Local Albanian Wine (Glass)",
|
||||
price: "Lek 600",
|
||||
rating: 4,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-wine-glass-with-bunch-green-grapes-around_114579-33244.jpg",
|
||||
imageAlt: "Glass of red wine",
|
||||
},
|
||||
id: "p6", brand: "Beverages", name: "Local Albanian Wine (Glass)", price: "Lek 600", rating: 4,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/white-wine-glass-with-bunch-green-grapes-around_114579-33244.jpg", imageAlt: "Glass of red wine"},
|
||||
]}
|
||||
title="Our Full Menu"
|
||||
description="From freshly caught trout to traditional Albanian delights, explore our diverse offerings for a complete dining experience."
|
||||
@@ -245,64 +154,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elira H.",
|
||||
role: "Food Blogger",
|
||||
company: "Tirana",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-good-looking-dark-skinned-man-happy-about-good-news-from-internet-has-lunch-drinks-water_273609-8926.jpg",
|
||||
imageAlt: "Portrait of Elira H.",
|
||||
},
|
||||
id: "t1", name: "Elira H.", role: "Food Blogger", company: "Tirana", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-good-looking-dark-skinned-man-happy-about-good-news-from-internet-has-lunch-drinks-water_273609-8926.jpg", imageAlt: "Portrait of Elira H."},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
role: "Traveler",
|
||||
company: "Prishtina",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg",
|
||||
imageAlt: "Portrait of Mark D.",
|
||||
},
|
||||
id: "t2", name: "Mark D.", role: "Traveler", company: "Prishtina", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg", alt: "Portrait of Mark D."},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Drita M.",
|
||||
role: "Local Resident",
|
||||
company: "Shkodra",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491774.jpg",
|
||||
imageAlt: "Portrait of Drita M.",
|
||||
},
|
||||
id: "t3", name: "Drita M.", role: "Local Resident", company: "Shkodra", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491774.jpg", alt: "Portrait of Drita M."},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ben L.",
|
||||
role: "Chef",
|
||||
company: "London",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149215767.jpg",
|
||||
imageAlt: "Portrait of Ben L.",
|
||||
},
|
||||
id: "t4", name: "Ben L.", role: "Chef", company: "London", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149215767.jpg", alt: "Portrait of Ben L."},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sofia R.",
|
||||
role: "Retiree",
|
||||
company: "Durrës",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-people-clinking-with-glasses-cafe_23-2147735749.jpg",
|
||||
imageAlt: "Portrait of Sofia R.",
|
||||
},
|
||||
id: "t5", name: "Sofia R.", role: "Retiree", company: "Durrës", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-people-clinking-with-glasses-cafe_23-2147735749.jpg", alt: "Portrait of Sofia R."},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "4.9/5", label: "Average Rating"},
|
||||
{
|
||||
value: "100+",
|
||||
label: "Years of Tradition",
|
||||
},
|
||||
value: "100+", label: "Years of Tradition"},
|
||||
{
|
||||
value: "2000+",
|
||||
label: "Happy Customers Annually",
|
||||
},
|
||||
value: "2000+", label: "Happy Customers Annually"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from our delighted customers about their dining experience by the beautiful Drin River and our exquisite cuisine."
|
||||
@@ -315,20 +188,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, we highly recommend making a reservation, especially during peak hours or for larger groups. You can book a table directly through our contact form or by calling us.",
|
||||
},
|
||||
id: "faq1", title: "Do you accept reservations?", content: "Yes, we highly recommend making a reservation, especially during peak hours or for larger groups. You can book a table directly through our contact form or by calling us."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Are there vegetarian options available?",
|
||||
content: "While we specialize in fish, we do offer a selection of fresh salads and grilled vegetable dishes. Please inform our staff of any dietary restrictions.",
|
||||
},
|
||||
id: "faq2", title: "Are there vegetarian options available?", content: "While we specialize in fish, we do offer a selection of fresh salads and grilled vegetable dishes. Please inform our staff of any dietary restrictions."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Is the trout locally sourced?",
|
||||
content: "Absolutely! Our signature trout is freshly caught daily from the pristine waters of the Drin River, ensuring the highest quality and taste.",
|
||||
},
|
||||
id: "faq3", title: "Is the trout locally sourced?", content: "Absolutely! Our signature trout is freshly caught daily from the pristine waters of the Drin River, ensuring the highest quality and taste."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chef-seasoning-delicious-salade-his-restaurant-kitchen_482257-24431.jpg"
|
||||
imageAlt="Chef preparing fish in a clean kitchen"
|
||||
@@ -345,15 +209,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Albanian Culinary Reviews",
|
||||
"Taste of Shkodra Magazine",
|
||||
"Drin River Local Fishers Association",
|
||||
"Slow Food Albania",
|
||||
"Balkan Food Critics",
|
||||
"Gourmet Albania Guide",
|
||||
"TripAdvisor Excellence",
|
||||
"Local Farmers Network",
|
||||
]}
|
||||
"Albanian Culinary Reviews", "Taste of Shkodra Magazine", "Drin River Local Fishers Association", "Slow Food Albania", "Balkan Food Critics", "Gourmet Albania Guide", "TripAdvisor Excellence", "Local Farmers Network"]}
|
||||
title="Proudly Recognized & Supported"
|
||||
description="We are honored by the recognition we've received and grateful for our local partnerships that help us bring you the best."
|
||||
/>
|
||||
@@ -366,46 +222,26 @@ export default function LandingPage() {
|
||||
description="We look forward to welcoming you to Trofta e Drinit. Fill out the form below to make a reservation or inquire about our services and special events."
|
||||
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,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: false,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: false,
|
||||
},
|
||||
{
|
||||
name: "date",
|
||||
type: "date",
|
||||
placeholder: "Reservation Date",
|
||||
required: true,
|
||||
name: "date", type: "date", placeholder: "Reservation Date", required: true,
|
||||
},
|
||||
{
|
||||
name: "time",
|
||||
type: "time",
|
||||
placeholder: "Reservation Time",
|
||||
required: true,
|
||||
name: "time", type: "time", placeholder: "Reservation Time", required: true,
|
||||
},
|
||||
{
|
||||
name: "guests",
|
||||
type: "number",
|
||||
placeholder: "Number of Guests",
|
||||
required: true,
|
||||
name: "guests", type: "number", placeholder: "Number of Guests", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Special requests or message",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Special requests or message", rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wooden-breakfast-kitchen-top-people_1203-5720.jpg"
|
||||
@@ -423,57 +259,35 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Our Menu", href: "#menu"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Make a Reservation",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Make a Reservation", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Google Maps",
|
||||
href: "#",
|
||||
},
|
||||
label: "Google Maps", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user