Merge version_2 into main #2
205
src/app/page.tsx
205
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Menu", id: "#products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
]}
|
||||
brandName="Porkito"
|
||||
/>
|
||||
@@ -53,71 +45,46 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Authentic Greek Street Food in Tirana"
|
||||
description="Experience the legendary flavor of real Greek Souvlaki and Gyro, made fresh with love. Join us at Rruga Don Bosko."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Menu", href: "#products"},
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "tel:+355696767500",
|
||||
},
|
||||
text: "Order Now", href: "tel:+355696767500"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-kebab-with-tomatoes-other-dish_23-2148685493.jpg"
|
||||
imageAlt="Fresh Greek pita and gyro"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-preparing-propose-his-lover_23-2148060327.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-preparing-propose-his-lover_23-2148060327.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156204.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156204.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-5132.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-5132.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-food_23-2148899055.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-food_23-2148899055.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Loved by 500+ happy foodies"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Authentic Flavors",
|
||||
icon: Flame,
|
||||
type: "text-icon", text: "Authentic Flavors", icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fresh Daily",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Fresh Daily", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Greek Tradition",
|
||||
icon: MapPin,
|
||||
type: "text-icon", text: "Greek Tradition", icon: MapPin,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Open Late",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "Open Late", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Quality Ingredients",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Quality Ingredients", icon: Award,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -131,17 +98,11 @@ export default function LandingPage() {
|
||||
description="At Porkito, we bring the heart of Greece to the streets of Tirana. From our signature Mayo-topped tables to the authentic Greek beats playing in the background, we offer more than just a meal—we offer an experience."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Traditional Recipes",
|
||||
description: "Authentic Greek preparation methods.",
|
||||
},
|
||||
title: "Traditional Recipes", description: "Authentic Greek preparation methods."},
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "High-quality meats and vegetables daily.",
|
||||
},
|
||||
title: "Fresh Ingredients", description: "High-quality meats and vegetables daily."},
|
||||
{
|
||||
title: "Vibrant Atmosphere",
|
||||
description: "Enjoy the vibe with great music.",
|
||||
},
|
||||
title: "Vibrant Atmosphere", description: "Enjoy the vibe with great music."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/garnish-bruschetta-fresh-ingredient-cooking-brown-table_23-2148195043.jpg"
|
||||
imageAlt="Our fresh ingredients"
|
||||
@@ -157,41 +118,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Chicken Souvlaki Pita",
|
||||
price: "350 LEK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-with-vegetables-herbs-pita-bread_141793-57.jpg",
|
||||
},
|
||||
id: "1", name: "Chicken Souvlaki Pita", price: "350 LEK", imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-with-vegetables-herbs-pita-bread_141793-57.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Authentic Gyro Plate",
|
||||
price: "550 LEK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-arrangement-wooden-background_23-2148601636.jpg",
|
||||
},
|
||||
id: "2", name: "Authentic Gyro Plate", price: "550 LEK", imageSrc: "http://img.b2bpic.net/free-photo/food-arrangement-wooden-background_23-2148601636.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Feta Fries",
|
||||
price: "200 LEK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-aubergine-wraps-stuffed-with-fillings_140725-8643.jpg",
|
||||
},
|
||||
id: "3", name: "Feta Fries", price: "200 LEK", imageSrc: "http://img.b2bpic.net/free-photo/plate-aubergine-wraps-stuffed-with-fillings_140725-8643.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Signature Pita Wrap",
|
||||
price: "400 LEK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949081.jpg",
|
||||
},
|
||||
id: "4", name: "Signature Pita Wrap", price: "400 LEK", imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-tasty-food_23-2148949081.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mixed Meat Platter",
|
||||
price: "750 LEK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-leg-topped-with-sauce-served-with-lettuce-rocket-salad-grilled-pita-tomato_141793-2234.jpg",
|
||||
},
|
||||
id: "5", name: "Mixed Meat Platter", price: "750 LEK", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-leg-topped-with-sauce-served-with-lettuce-rocket-salad-grilled-pita-tomato_141793-2234.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Greek Dessert",
|
||||
price: "250 LEK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portioned-russian-napoleon-cake-plate_140725-7048.jpg",
|
||||
},
|
||||
id: "6", name: "Greek Dessert", price: "250 LEK", imageSrc: "http://img.b2bpic.net/free-photo/portioned-russian-napoleon-cake-plate_140725-7048.jpg"},
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="The best pitas, gyros, and authentic street food snacks in town."
|
||||
@@ -206,45 +143,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Albix 90",
|
||||
role: "Local Guide",
|
||||
company: "Reviewer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-propose-his-lover_23-2148060327.jpg",
|
||||
},
|
||||
id: "1", name: "Albix 90", role: "Local Guide", company: "Reviewer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-propose-his-lover_23-2148060327.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dominique Wagner",
|
||||
role: "Foodie",
|
||||
company: "Reviewer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156204.jpg",
|
||||
},
|
||||
id: "2", name: "Dominique Wagner", role: "Foodie", company: "Reviewer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156204.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Julia Repchenko",
|
||||
role: "Regular",
|
||||
company: "Reviewer",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-5132.jpg",
|
||||
},
|
||||
id: "3", name: "Julia Repchenko", role: "Regular", company: "Reviewer", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-5132.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Local Patron",
|
||||
role: "Visitor",
|
||||
company: "Reviewer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-food_23-2148899055.jpg",
|
||||
},
|
||||
id: "4", name: "Local Patron", role: "Visitor", company: "Reviewer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-food_23-2148899055.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Late Night Snacker",
|
||||
role: "Frequent",
|
||||
company: "Reviewer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg",
|
||||
},
|
||||
id: "5", name: "Late Night Snacker", role: "Frequent", company: "Reviewer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Join our community of happy food lovers in Tirana."
|
||||
@@ -255,20 +167,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
tag="Visit Us"
|
||||
title="Ready for a Taste?"
|
||||
description="We are open until 2 AM! Come visit us at Rruga Don Bosko or order for takeout and delivery."
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Vizitoni Porkito"
|
||||
title="Gati për një shije autentike?"
|
||||
description="Jemi hapur deri në 2 të mëngjesit! Na vizitoni në Rrugën Don Bosko ose porosisni për 'takeout' dhe dërgesë."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+355696767500",
|
||||
},
|
||||
text: "Na Telefononi", href: "tel:+355696767500"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#footer",
|
||||
},
|
||||
text: "Merrni Drejtimin", href: "#footer"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -278,33 +185,21 @@ export default function LandingPage() {
|
||||
logoText="Porkito"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Souvlaki",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Souvlaki", href: "#products"},
|
||||
{
|
||||
label: "Gyro",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Gyro", href: "#products"},
|
||||
{
|
||||
label: "Sides",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Shtesa", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "Rruga Don Bosko, Tirana",
|
||||
href: "#",
|
||||
},
|
||||
label: "Rruga Don Bosko, Tiranë", href: "#"},
|
||||
{
|
||||
label: "+355 69 676 7500",
|
||||
href: "tel:+355696767500",
|
||||
},
|
||||
label: "+355 69 676 7500", href: "tel:+355696767500"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -314,4 +209,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user