Merge version_1 into main #2
184
src/app/page.tsx
184
src/app/page.tsx
@@ -30,23 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "why-us",
|
||||
},
|
||||
name: "Why Us", id: "why-us"},
|
||||
{
|
||||
name: "Order",
|
||||
id: "order",
|
||||
},
|
||||
name: "Order", id: "order"},
|
||||
]}
|
||||
brandName="Prison Pizza"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+421900123456",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+421900123456"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -56,35 +48,21 @@ export default function LandingPage() {
|
||||
description="Hot Pizza in Trnava — Fast Delivery Until Midnight. Order now or pick up fresh from our window."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+421900123456",
|
||||
},
|
||||
text: "Call Now", href: "tel:+421900123456"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#order",
|
||||
},
|
||||
text: "Order Online", href: "#order"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-ingredient-pizza-with-chopped-red-pepper_114579-4470.jpg?_wi=1",
|
||||
imageAlt: "Hot Pizza Delivery",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-ingredient-pizza-with-chopped-red-pepper_114579-4470.jpg", imageAlt: "Hot Pizza Delivery"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sliced-pizza-with-fresh-vegetables-white-table_140725-148626.jpg?_wi=1",
|
||||
imageAlt: "Classic Pizza",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sliced-pizza-with-fresh-vegetables-white-table_140725-148626.jpg", imageAlt: "Classic Pizza"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-pizza-with-olives-mushrooms-tomatoes-blue-surface_114579-14427.jpg?_wi=1",
|
||||
imageAlt: "Special Pizza",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-pizza-with-olives-mushrooms-tomatoes-blue-surface_114579-14427.jpg", imageAlt: "Special Pizza"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/take-away-pizza-chips-nuggets_114579-4280.jpg?_wi=1",
|
||||
imageAlt: "Best Seller Pizza",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/take-away-pizza-chips-nuggets_114579-4280.jpg", imageAlt: "Best Seller Pizza"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-ingredient-pizza-with-chopped-red-pepper_114579-4470.jpg?_wi=2",
|
||||
imageAlt: "Hot Pizza Delivery",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-ingredient-pizza-with-chopped-red-pepper_114579-4470.jpg", imageAlt: "Hot Pizza Delivery"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,45 +75,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah",
|
||||
role: "Local",
|
||||
company: "Trnava",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sarah", role: "Local", company: "Trnava", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael",
|
||||
role: "Student",
|
||||
company: "Trnava",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-green-eyed-redhead-woman-posing-sitting-green-house_197531-12355.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Michael", role: "Student", company: "Trnava", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-green-eyed-redhead-woman-posing-sitting-green-house_197531-12355.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily",
|
||||
role: "Professional",
|
||||
company: "Trnava",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Emily", role: "Professional", company: "Trnava", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David",
|
||||
role: "Local",
|
||||
company: "Trnava",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-lively-friendly-redhead-european-girl-pointing-herself-suggesting-help-boasting-telling-own-ac_1258-134592.jpg",
|
||||
},
|
||||
id: "4", name: "David", role: "Local", company: "Trnava", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-lively-friendly-redhead-european-girl-pointing-herself-suggesting-help-boasting-telling-own-ac_1258-134592.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "John",
|
||||
role: "Visitor",
|
||||
company: "Trnava",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-his-work-time-office-job_23-2149571041.jpg",
|
||||
},
|
||||
id: "5", name: "John", role: "Visitor", company: "Trnava", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-his-work-time-office-job_23-2149571041.jpg"},
|
||||
]}
|
||||
title="Local Favorite"
|
||||
description="Rated 4.4/5 by our community."
|
||||
@@ -150,47 +103,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Margarita",
|
||||
price: "7.50€",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sliced-pizza-with-fresh-vegetables-white-table_140725-148626.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Classic Margarita", price: "7.50€", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sliced-pizza-with-fresh-vegetables-white-table_140725-148626.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pepperoni Special",
|
||||
price: "8.50€",
|
||||
variant: "Best Seller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-pizza-with-olives-mushrooms-tomatoes-blue-surface_114579-14427.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", name: "Pepperoni Special", price: "8.50€", variant: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-pizza-with-olives-mushrooms-tomatoes-blue-surface_114579-14427.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Hawaiian Delight",
|
||||
price: "8.00€",
|
||||
variant: "Special",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sliced-pizza-with-fresh-vegetables-white-table_140725-148626.jpg?_wi=3",
|
||||
},
|
||||
id: "p3", name: "Hawaiian Delight", price: "8.00€", variant: "Special", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sliced-pizza-with-fresh-vegetables-white-table_140725-148626.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Supreme Prison Pizza",
|
||||
price: "9.50€",
|
||||
variant: "Special",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/take-away-pizza-chips-nuggets_114579-4280.jpg?_wi=2",
|
||||
},
|
||||
id: "p4", name: "Supreme Prison Pizza", price: "9.50€", variant: "Special", imageSrc: "http://img.b2bpic.net/free-photo/take-away-pizza-chips-nuggets_114579-4280.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Veggie Feast",
|
||||
price: "7.50€",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sliced-pizza-with-fresh-vegetables-white-table_140725-148626.jpg?_wi=4",
|
||||
},
|
||||
id: "p5", name: "Veggie Feast", price: "7.50€", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sliced-pizza-with-fresh-vegetables-white-table_140725-148626.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "BBQ Chicken",
|
||||
price: "8.50€",
|
||||
variant: "Best Seller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/take-away-pizza-chips-nuggets_114579-4280.jpg?_wi=3",
|
||||
},
|
||||
id: "p6", name: "BBQ Chicken", price: "8.50€", variant: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/take-away-pizza-chips-nuggets_114579-4280.jpg"},
|
||||
]}
|
||||
title="Menu Preview"
|
||||
description="Our most popular pizzas."
|
||||
@@ -204,36 +127,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Fast Delivery",
|
||||
description: "Until midnight every day.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-ingredient-pizza-with-chopped-red-pepper_114579-4470.jpg?_wi=3",
|
||||
imageAlt: "fresh pizza rustic wood table",
|
||||
title: "Fast Delivery", description: "Until midnight every day.", bentoComponent: "reveal-icon", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "Local products daily.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg?_wi=2",
|
||||
imageAlt: "portrait smiling satisfied customer",
|
||||
title: "Fresh Ingredients", description: "Local products daily.", bentoComponent: "reveal-icon", icon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Pickup Window",
|
||||
description: "Easy and quick pickup.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ShoppingBag,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-green-eyed-redhead-woman-posing-sitting-green-house_197531-12355.jpg?_wi=2",
|
||||
imageAlt: "happy customer pizza delivery",
|
||||
title: "Pickup Window", description: "Easy and quick pickup.", bentoComponent: "reveal-icon", icon: ShoppingBag,
|
||||
},
|
||||
{
|
||||
title: "Local Favorite",
|
||||
description: "Loved by Trnava.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Star,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg?_wi=2",
|
||||
imageAlt: "satisfied customer dining portrait",
|
||||
title: "Local Favorite", description: "Loved by Trnava.", bentoComponent: "reveal-icon", icon: Star,
|
||||
},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
@@ -245,12 +148,11 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Order Now"
|
||||
title="Hungry?"
|
||||
description="Fill in your details and we will call you to confirm your order."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-retro-luxury-light-lamp-decor-glowing_1253-1445.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-retro-luxury-light-lamp-decor-glowing_1253-1445.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Enter your phone number"
|
||||
buttonText="Submit Order"
|
||||
@@ -259,29 +161,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-retro-luxury-light-lamp-decor-glowing_1253-1445.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-retro-luxury-light-lamp-decor-glowing_1253-1445.jpg"
|
||||
logoText="Prison Pizza"
|
||||
columns={[
|
||||
{
|
||||
title: "Info",
|
||||
items: [
|
||||
title: "Info", items: [
|
||||
{
|
||||
label: "Štefánikova 8, Trnava",
|
||||
href: "#",
|
||||
},
|
||||
label: "Štefánikova 8, Trnava", href: "#"},
|
||||
{
|
||||
label: "Open until 00:00",
|
||||
href: "#",
|
||||
},
|
||||
label: "Open until 00:00", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Call: +421 900 123 456",
|
||||
href: "tel:+421900123456",
|
||||
},
|
||||
label: "Call: +421 900 123 456", href: "tel:+421900123456"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user