Merge version_1 into main #1
256
src/app/page.tsx
256
src/app/page.tsx
@@ -31,117 +31,71 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Pizzas",
|
||||
id: "pizzas",
|
||||
},
|
||||
name: "Pizzas", id: "pizzas"},
|
||||
{
|
||||
name: "Kebabs",
|
||||
id: "kebabs",
|
||||
},
|
||||
name: "Kebabs", id: "kebabs"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Flash Pizzas"
|
||||
button={{
|
||||
text: "Order Online", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
title="Flash Pizzas"
|
||||
description="Lightning-fast deliveries in Clarens! Real pizza, real speed, real flavor."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Montreux Local",
|
||||
handle: "@localfoodie",
|
||||
testimonial: "The fastest delivery in Clarens, and super delicious!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-tomato-cheese_140725-6768.jpg",
|
||||
},
|
||||
name: "Montreux Local", handle: "@localfoodie", testimonial: "The fastest delivery in Clarens, and super delicious!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-tomato-cheese_140725-6768.jpg"},
|
||||
{
|
||||
name: "Satisfied Customer",
|
||||
handle: "@pizzalover",
|
||||
testimonial: "Best Kebab in town. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-pepperoni-red-chili-sauce_114579-4477.jpg",
|
||||
},
|
||||
name: "Satisfied Customer", handle: "@pizzalover", testimonial: "Best Kebab in town. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-pepperoni-red-chili-sauce_114579-4477.jpg"},
|
||||
{
|
||||
name: "Happy Diner",
|
||||
handle: "@foodie",
|
||||
testimonial: "I love the speed, and the pizza is authentic.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-melted-white-cheese-top_114579-4349.jpg",
|
||||
},
|
||||
name: "Happy Diner", handle: "@foodie", testimonial: "I love the speed, and the pizza is authentic.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-melted-white-cheese-top_114579-4349.jpg"},
|
||||
{
|
||||
name: "Regular Guest",
|
||||
handle: "@clarensfood",
|
||||
testimonial: "Flash Pizzas saved my dinner party!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-sausage-pizza-with-napkin-fork-board-cookware_176474-3211.jpg",
|
||||
},
|
||||
name: "Regular Guest", handle: "@clarensfood", testimonial: "Flash Pizzas saved my dinner party!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-sausage-pizza-with-napkin-fork-board-cookware_176474-3211.jpg"},
|
||||
{
|
||||
name: "Lunch Break",
|
||||
handle: "@officeworker",
|
||||
testimonial: "Fast, cheap, and tasty. Perfect lunch spot.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg",
|
||||
},
|
||||
name: "Lunch Break", handle: "@officeworker", testimonial: "Fast, cheap, and tasty. Perfect lunch spot.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Du0bPo9ecawr8rVGQDgQ7qMV26/uploaded-1779117555134-qursbj7i.png"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pizza-with-pepperoni-slices-tomato-sauce_114579-2944.jpg",
|
||||
alt: "Customer profile 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pizza-with-pepperoni-slices-tomato-sauce_114579-2944.jpg", alt: "Customer profile 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3984.jpg",
|
||||
alt: "Customer profile 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3984.jpg", alt: "Customer profile 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/freshly-baked-pizza-wooden-surface_181624-5783.jpg",
|
||||
alt: "Customer profile 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/freshly-baked-pizza-wooden-surface_181624-5783.jpg", alt: "Customer profile 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_1203-8919.jpg",
|
||||
alt: "Customer profile 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_1203-8919.jpg", alt: "Customer profile 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-sliced-pizza_23-2148753763.jpg",
|
||||
alt: "Customer profile 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-sliced-pizza_23-2148753763.jpg", alt: "Customer profile 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "HOT & FRESH",
|
||||
type: "text", text: "HOT & FRESH"},
|
||||
{
|
||||
type: "text-icon", text: "LIGHTNING SPEED", icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "LIGHTNING SPEED",
|
||||
icon: Zap,
|
||||
type: "text", text: "CLARENS FAVORITE"},
|
||||
{
|
||||
type: "text-icon", text: "AUTHENTIC TASTE", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "CLARENS FAVORITE",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "AUTHENTIC TASTE",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "OPEN 7 DAYS",
|
||||
},
|
||||
type: "text", text: "OPEN 7 DAYS"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -154,47 +108,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Margherita",
|
||||
price: "16 / 28 / 42 CHF",
|
||||
variant: "Tomate, mozzarella, origan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-pepperoni-pizza-rustic-wooden-board_84443-74892.jpg",
|
||||
},
|
||||
id: "p1", name: "Margherita", price: "16 / 28 / 42 CHF", variant: "Tomate, mozzarella, origan", imageSrc: "http://img.b2bpic.net/free-photo/classic-pepperoni-pizza-rustic-wooden-board_84443-74892.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pizza Flash",
|
||||
price: "19 / 32 / 42 CHF",
|
||||
variant: "Champignons, jambon",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/round-pepperoni-pizza-table_140725-892.jpg",
|
||||
},
|
||||
id: "p2", name: "Pizza Flash", price: "19 / 32 / 42 CHF", variant: "Champignons, jambon", imageSrc: "http://img.b2bpic.net/free-photo/round-pepperoni-pizza-table_140725-892.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Parma",
|
||||
price: "19 / 32 / 42 CHF",
|
||||
variant: "Jambon cru",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-with-arugula-cherry-tomates-wooden-table_23-2148305680.jpg",
|
||||
},
|
||||
id: "p3", name: "Parma", price: "19 / 32 / 42 CHF", variant: "Jambon cru", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-with-arugula-cherry-tomates-wooden-table_23-2148305680.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Napolitena",
|
||||
price: "19 / 32 / 42 CHF",
|
||||
variant: "Câpre, anchois",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-slice-pizza-wooden-board_176474-120139.jpg",
|
||||
},
|
||||
id: "p4", name: "Napolitena", price: "19 / 32 / 42 CHF", variant: "Câpre, anchois", imageSrc: "http://img.b2bpic.net/free-photo/side-view-slice-pizza-wooden-board_176474-120139.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Dubai",
|
||||
price: "19 / 32 / 42 CHF",
|
||||
variant: "Jambon, crevettes, ananas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-full-tomato-sauce-ketchup-with-fresh-roka-leaves_114579-1871.jpg",
|
||||
},
|
||||
id: "p5", name: "Dubai", price: "19 / 32 / 42 CHF", variant: "Jambon, crevettes, ananas", imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-full-tomato-sauce-ketchup-with-fresh-roka-leaves_114579-1871.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Pizza Kebab",
|
||||
price: "19 / 32 / 42 CHF",
|
||||
variant: "Viande kebab, oignons, poivrons",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-sausage-corn-beans-shrimp-bacon-wooden-plate_1150-27202.jpg",
|
||||
},
|
||||
id: "p6", name: "Pizza Kebab", price: "19 / 32 / 42 CHF", variant: "Viande kebab, oignons, poivrons", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-sausage-corn-beans-shrimp-bacon-wooden-plate_1150-27202.jpg"},
|
||||
]}
|
||||
title="Our Pizzas"
|
||||
description="Handcrafted to order. Available in 30cm, 36cm, and 45cm."
|
||||
@@ -208,29 +132,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "k1",
|
||||
title: "Sandwich Kebab",
|
||||
descriptions: [
|
||||
"Traditional pita with fresh salad and meat.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-some-delicious-italian-food_23-2149028578.jpg",
|
||||
},
|
||||
id: "k1", title: "Sandwich Kebab", descriptions: [
|
||||
"Traditional pita with fresh salad and meat."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-some-delicious-italian-food_23-2149028578.jpg"},
|
||||
{
|
||||
id: "k2",
|
||||
title: "Suisse Kebab",
|
||||
descriptions: [
|
||||
"A local favorite with special sauce.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-box_23-2149962670.jpg",
|
||||
},
|
||||
id: "k2", title: "Suisse Kebab", descriptions: [
|
||||
"A local favorite with special sauce."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-box_23-2149962670.jpg"},
|
||||
{
|
||||
id: "k3",
|
||||
title: "Flash Burger XL",
|
||||
descriptions: [
|
||||
"125g juicy patty with fresh toppings.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-hand-grabbing-piece-delicious-prosciutto-pizza_181624-55392.jpg",
|
||||
},
|
||||
id: "k3", title: "Flash Burger XL", descriptions: [
|
||||
"125g juicy patty with fresh toppings."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-hand-grabbing-piece-delicious-prosciutto-pizza_181624-55392.jpg"},
|
||||
]}
|
||||
title="Kebab & Snacks"
|
||||
description="Authentic flavors, lightning-fast preparation."
|
||||
@@ -244,48 +156,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "taco",
|
||||
title: "Tacos",
|
||||
price: "13 CHF",
|
||||
period: "Any meat",
|
||||
features: [
|
||||
"Kebab",
|
||||
"Poulet",
|
||||
"Merguez",
|
||||
],
|
||||
id: "taco", title: "Tacos", price: "13 CHF", period: "Any meat", features: [
|
||||
"Kebab", "Poulet", "Merguez"],
|
||||
button: {
|
||||
text: "Order Now",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-pizza-rustic-wooden-table-generated-by-ai_188544-18550.jpg",
|
||||
},
|
||||
text: "Order Now"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-pizza-rustic-wooden-table-generated-by-ai_188544-18550.jpg"},
|
||||
{
|
||||
id: "panini",
|
||||
title: "Panini",
|
||||
price: "10 CHF",
|
||||
period: "Freshly Grilled",
|
||||
features: [
|
||||
"Tomate Mozzarella",
|
||||
"Salami",
|
||||
],
|
||||
id: "panini", title: "Panini", price: "10 CHF", period: "Freshly Grilled", features: [
|
||||
"Tomate Mozzarella", "Salami"],
|
||||
button: {
|
||||
text: "Order Now",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-wooden-cutting-board-left-side-isolated-dark-surface-with-free-space-close-up-view_179666-42211.jpg",
|
||||
},
|
||||
text: "Order Now"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-wooden-cutting-board-left-side-isolated-dark-surface-with-free-space-close-up-view_179666-42211.jpg"},
|
||||
{
|
||||
id: "salad",
|
||||
title: "Salads",
|
||||
price: "From 7 CHF",
|
||||
period: "Fresh & Crisp",
|
||||
features: [
|
||||
"Grecque",
|
||||
"Italienne",
|
||||
],
|
||||
id: "salad", title: "Salads", price: "From 7 CHF", period: "Fresh & Crisp", features: [
|
||||
"Grecque", "Italienne"],
|
||||
button: {
|
||||
text: "Order Now",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lump-dough-wooden-table-surrounded-with-tomatoes-pepper_181624-21061.jpg",
|
||||
},
|
||||
text: "Order Now"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lump-dough-wooden-table-surrounded-with-tomatoes-pepper_181624-21061.jpg"},
|
||||
]}
|
||||
title="Quick Bites"
|
||||
description="Tacos, Panini, and Salads."
|
||||
@@ -300,25 +187,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "d1",
|
||||
value: "7 CHF",
|
||||
title: "Tiramisu",
|
||||
description: "Classic Italian treat",
|
||||
icon: Star,
|
||||
id: "d1", value: "7 CHF", title: "Tiramisu", description: "Classic Italian treat", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "d2",
|
||||
value: "3.50 CHF",
|
||||
title: "Sodas",
|
||||
description: "Coca, Fanta, Sprite",
|
||||
icon: Zap,
|
||||
id: "d2", value: "3.50 CHF", title: "Sodas", description: "Coca, Fanta, Sprite", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "d3",
|
||||
value: "7 CHF",
|
||||
title: "Künefe",
|
||||
description: "Warm sweet pastry",
|
||||
icon: Award,
|
||||
id: "d3", value: "7 CHF", title: "Künefe", description: "Warm sweet pastry", icon: Award,
|
||||
},
|
||||
]}
|
||||
title="Drinks & Desserts"
|
||||
@@ -330,8 +205,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
tag="Delivering Fast"
|
||||
title="Order Online"
|
||||
description="Rue des Artisans 6, Clarens. Open 7 days a week."
|
||||
@@ -345,14 +219,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:+41219602323",
|
||||
ariaLabel: "Call us",
|
||||
},
|
||||
href: "tel:+41219602323", ariaLabel: "Call us"},
|
||||
{
|
||||
icon: MessageCircle,
|
||||
href: "https://wa.me/41795500522",
|
||||
ariaLabel: "WhatsApp Order",
|
||||
},
|
||||
href: "https://wa.me/41795500522", ariaLabel: "WhatsApp Order"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user