Update src/app/page.tsx
This commit is contained in:
212
src/app/page.tsx
212
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Rreth Nesh",
|
||||
id: "about",
|
||||
},
|
||||
name: "Rreth Nesh", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Galeri",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Galeri", id: "gallery"},
|
||||
{
|
||||
name: "Vlerësime",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Vlerësime", id: "reviews"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="Restorant Brazili"
|
||||
/>
|
||||
@@ -61,9 +51,7 @@ export default function LandingPage() {
|
||||
description="Shije autentike • Mish premium • Atmosferë familjare"
|
||||
buttons={[
|
||||
{
|
||||
text: "Rezervo Tavolinë",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Rezervo Tavolinë", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-private-room-with-fireplace-wooden-ceilings-brick-walls_140725-8458.jpg"
|
||||
/>
|
||||
@@ -74,14 +62,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Rreth Nesh",
|
||||
},
|
||||
type: "text", content: "Rreth Nesh"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-cocktail_23-2150124818.jpg",
|
||||
alt: "Restorant Brazili ambient",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-cocktail_23-2150124818.jpg", alt: "Restorant Brazili ambient"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -93,47 +76,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Bifteku premium",
|
||||
subtitle: "Mish i zgjedhur",
|
||||
category: "Main",
|
||||
value: "1200 Lek",
|
||||
},
|
||||
id: "1", title: "Bifteku premium", subtitle: "Mish i zgjedhur", category: "Main", value: "1200 Lek"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Brinjë qengji",
|
||||
subtitle: "Pjekje tradicionale",
|
||||
category: "Main",
|
||||
value: "1400 Lek",
|
||||
},
|
||||
id: "2", title: "Brinjë qengji", subtitle: "Pjekje tradicionale", category: "Main", value: "1400 Lek"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Pasta e freskët",
|
||||
subtitle: "Recetë shtëpie",
|
||||
category: "Main",
|
||||
value: "800 Lek",
|
||||
},
|
||||
id: "3", title: "Pasta e freskët", subtitle: "Recetë shtëpie", category: "Main", value: "800 Lek"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Sallatë Caesar",
|
||||
subtitle: "Produkte të freskëta",
|
||||
category: "Side",
|
||||
value: "600 Lek",
|
||||
},
|
||||
id: "4", title: "Sallatë Caesar", subtitle: "Produkte të freskëta", category: "Side", value: "600 Lek"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Patate të skuqura",
|
||||
subtitle: "Me erëza",
|
||||
category: "Side",
|
||||
value: "400 Lek",
|
||||
},
|
||||
id: "5", title: "Patate të skuqura", subtitle: "Me erëza", category: "Side", value: "400 Lek"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Ëmbëlsira tradicionale",
|
||||
subtitle: "Për ëmbëlsim",
|
||||
category: "Dessert",
|
||||
value: "400 Lek",
|
||||
},
|
||||
id: "6", title: "Ëmbëlsira tradicionale", subtitle: "Për ëmbëlsim", category: "Dessert", value: "400 Lek"},
|
||||
]}
|
||||
title="Menu"
|
||||
description="Zbuloni specialitetet tona premium."
|
||||
@@ -148,41 +101,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "g1",
|
||||
brand: "Food",
|
||||
name: "Steak",
|
||||
price: "Premium",
|
||||
rating: 5,
|
||||
reviewCount: "100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-eggplants-tomatoes-served-with-glass-wine_141793-745.jpg",
|
||||
},
|
||||
id: "g1", brand: "Food", name: "Steak", price: "Premium", rating: 5,
|
||||
reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-eggplants-tomatoes-served-with-glass-wine_141793-745.jpg"},
|
||||
{
|
||||
id: "g2",
|
||||
brand: "Food",
|
||||
name: "Pasta",
|
||||
price: "Fresh",
|
||||
rating: 5,
|
||||
reviewCount: "80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-boiled-red-fish-with-stew-greens-sauce-plate_141793-3940.jpg",
|
||||
},
|
||||
id: "g2", brand: "Food", name: "Pasta", price: "Fresh", rating: 5,
|
||||
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/top-view-boiled-red-fish-with-stew-greens-sauce-plate_141793-3940.jpg"},
|
||||
{
|
||||
id: "g3",
|
||||
brand: "Ambient",
|
||||
name: "Interior",
|
||||
price: "Cozy",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-dancing-with-woman-restaurant_23-2148016782.jpg",
|
||||
},
|
||||
id: "g3", brand: "Ambient", name: "Interior", price: "Cozy", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/man-dancing-with-woman-restaurant_23-2148016782.jpg"},
|
||||
{
|
||||
id: "g4",
|
||||
brand: "Dessert",
|
||||
name: "Sweet",
|
||||
price: "Traditional",
|
||||
rating: 5,
|
||||
reviewCount: "90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-white-plate-decorated-with-flowers_23-2151973729.jpg",
|
||||
},
|
||||
id: "g4", brand: "Dessert", name: "Sweet", price: "Traditional", rating: 5,
|
||||
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-white-plate-decorated-with-flowers_23-2151973729.jpg"},
|
||||
]}
|
||||
title="Galeria Jonë"
|
||||
description="Pamje nga kuzhina dhe ambienti ynë."
|
||||
@@ -196,59 +125,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah",
|
||||
role: "Kliente",
|
||||
company: "Tirana",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laughing-woman-with-dish-menu_23-2147681115.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah", role: "Kliente", company: "Tirana", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laughing-woman-with-dish-menu_23-2147681115.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael",
|
||||
role: "Klient",
|
||||
company: "Tirana",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg",
|
||||
},
|
||||
id: "t2", name: "Michael", role: "Klient", company: "Tirana", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily",
|
||||
role: "Kliente",
|
||||
company: "Tirana",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily", role: "Kliente", company: "Tirana", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David",
|
||||
role: "Klient",
|
||||
company: "Tirana",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cafe-dines-traditional-shakshuka-ayran_169016-16512.jpg",
|
||||
},
|
||||
id: "t4", name: "David", role: "Klient", company: "Tirana", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cafe-dines-traditional-shakshuka-ayran_169016-16512.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "John",
|
||||
role: "Klient",
|
||||
company: "Tirana",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-different-dishes-food_23-2147681101.jpg",
|
||||
},
|
||||
id: "t5", name: "John", role: "Klient", company: "Tirana", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-different-dishes-food_23-2147681101.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.5",
|
||||
label: "Rating",
|
||||
},
|
||||
value: "4.5", label: "Rating"},
|
||||
{
|
||||
value: "1000+",
|
||||
label: "Klientë",
|
||||
},
|
||||
value: "1000+", label: "Klientë"},
|
||||
{
|
||||
value: "5",
|
||||
label: "Vite",
|
||||
},
|
||||
value: "5", label: "Vite"},
|
||||
]}
|
||||
title="Vlerësimet"
|
||||
description="Çfarë thonë klientët tanë."
|
||||
@@ -261,20 +159,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "A ofroni rezervime?",
|
||||
content: "Po, mund të rezervoni përmes formularit më poshtë.",
|
||||
},
|
||||
id: "q1", title: "A ofroni rezervime?", content: "Po, mund të rezervoni përmes formularit më poshtë."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Cilat janë oraret?",
|
||||
content: "Jemi të hapur çdo ditë nga 10:00 - 23:00.",
|
||||
},
|
||||
id: "q2", title: "Cilat janë oraret?", content: "Jemi të hapur çdo ditë nga 10:00 - 23:00."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "A keni parkim?",
|
||||
content: "Po, ofrojmë parkim të dedikuar për klientët tanë.",
|
||||
},
|
||||
id: "q3", title: "A keni parkim?", content: "Po, ofrojmë parkim të dedikuar për klientët tanë."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/making-order-cafe_1098-13290.jpg"
|
||||
title="Pyetje të shpeshta"
|
||||
@@ -287,11 +176,10 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Kontakt"
|
||||
title="Rezervo Tavolinë"
|
||||
description="📍 Tirana, Shqipëri | 📞 +355 XX XXX XXX"
|
||||
description="📍 Rruga e Barrikadave, Tirana, Shqipëri | 📞 +355 69 123 4567"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -300,25 +188,17 @@ export default function LandingPage() {
|
||||
logoText="Restorant Brazili"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigim",
|
||||
items: [
|
||||
title: "Navigim", items: [
|
||||
{
|
||||
label: "Rreth Nesh",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Rreth Nesh", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "Rezervime",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Rezervime", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -328,4 +208,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user