Update src/app/page.tsx

This commit is contained in:
2026-05-08 03:09:34 +00:00
parent 24408be131
commit 2cc67c098a

View File

@@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Clock, MapPin, Music } from "lucide-react";
import { Clock, MapPin, Music, Martini, Pizza, Sparkles } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,23 +32,18 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Pizziria Luxury"
button={{
text: "Reserve a Table", href: "#contact"
}}
/>
</div>
@@ -58,13 +53,9 @@ export default function LandingPage() {
description="Refined Italian cuisine, signature cocktails, and a DJ ambiance in the heart of the Marina."
buttons={[
{
text: "Reserve a Table",
href: "#contact",
},
text: "Reserve a Table", href: "#contact"},
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/baked-firewood-pizza-cooked-rustic-oven-generated-by-ai_188544-14066.jpg"
showDimOverlay={true}
@@ -79,17 +70,11 @@ export default function LandingPage() {
description="Pizziria Luxury is a hidden gem where Italian gastronomy meets an unforgettable night ambiance. Every detail—from soft lighting to curated DJ sets—is designed for pleasure."
bulletPoints={[
{
title: "Artisan Craft",
description: "Perfectly crafted pizzas and handmade pasta.",
},
title: "Artisan Craft", description: "Perfectly crafted pizzas and handmade pasta."},
{
title: "Night Ambiance",
description: "Elegant atmosphere with smooth DJ sets.",
},
title: "Night Ambiance", description: "Elegant atmosphere with smooth DJ sets."},
{
title: "Exceptional Value",
description: "Premium Marina location at accessible prices.",
},
title: "Exceptional Value", description: "Premium Marina location at accessible prices."},
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629588.jpg"
mediaAnimation="slide-up"
@@ -102,28 +87,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Signature Cocktails",
description: "Succulent, balanced, crafted for the night.",
imageSrc: "http://img.b2bpic.net/free-photo/halloween-party-food-arrangement_23-2149085635.jpg",
buttonIcon: "Martini",
title: "Signature Cocktails", description: "Succulent, balanced, crafted for the night.", imageSrc: "http://img.b2bpic.net/free-photo/halloween-party-food-arrangement_23-2149085635.jpg", buttonIcon: Martini,
},
{
title: "Italian Cuisine",
description: "Authentic flavors and quality ingredients.",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-italian-food-wooden-background_23-2148305677.jpg",
buttonIcon: "Pizza",
title: "Italian Cuisine", description: "Authentic flavors and quality ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-italian-food-wooden-background_23-2148305677.jpg", buttonIcon: Pizza,
},
{
title: "DJ Ambiance",
description: "Deep house vibes—elegant and vibrant.",
imageSrc: "http://img.b2bpic.net/free-photo/sequin-dress-headphones_23-2151949837.jpg",
buttonIcon: "Music",
title: "DJ Ambiance", description: "Deep house vibes—elegant and vibrant.", imageSrc: "http://img.b2bpic.net/free-photo/sequin-dress-headphones_23-2151949837.jpg", buttonIcon: Music,
},
{
title: "Soft Luxury",
description: "Tamisée lighting and warm Marina service.",
imageSrc: "http://img.b2bpic.net/free-photo/romantic-candlelight-dinner-elegant-decor-comfort-generated-by-ai_188544-16342.jpg",
buttonIcon: "Sparkles",
title: "Soft Luxury", description: "Tamisée lighting and warm Marina service.", imageSrc: "http://img.b2bpic.net/free-photo/romantic-candlelight-dinner-elegant-decor-comfort-generated-by-ai_188544-16342.jpg", buttonIcon: Sparkles,
},
]}
title="A Symphony of Senses"
@@ -139,41 +112,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "m1",
name: "Truffle Pizza",
price: "180 MAD",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-with-parmesan-cheese_23-2148753753.jpg",
},
id: "m1", name: "Truffle Pizza", price: "180 MAD", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-with-parmesan-cheese_23-2148753753.jpg"},
{
id: "m2",
name: "Burrata & Prosciutto",
price: "140 MAD",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-foods-ingredients_23-2148869877.jpg",
},
id: "m2", name: "Burrata & Prosciutto", price: "140 MAD", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-foods-ingredients_23-2148869877.jpg"},
{
id: "m3",
name: "Handmade Pasta",
price: "160 MAD",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-italian-food-plain-background_23-2148305627.jpg",
},
id: "m3", name: "Handmade Pasta", price: "160 MAD", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-italian-food-plain-background_23-2148305627.jpg"},
{
id: "m4",
name: "Perfect Tiramisu",
price: "90 MAD",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-tiramisuconcept_23-2148761669.jpg",
},
id: "m4", name: "Perfect Tiramisu", price: "90 MAD", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-tiramisuconcept_23-2148761669.jpg"},
{
id: "m5",
name: "Premium Cocktails",
price: "120 MAD",
imageSrc: "http://img.b2bpic.net/free-photo/fruit-juice-with-lemon-slice-cinnamon_140725-44198.jpg",
},
id: "m5", name: "Premium Cocktails", price: "120 MAD", imageSrc: "http://img.b2bpic.net/free-photo/fruit-juice-with-lemon-slice-cinnamon_140725-44198.jpg"},
{
id: "m6",
name: "Chef's Special",
price: "220 MAD",
imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-spaghetti-beautifully-arranged-white-plate_1150-22145.jpg",
},
id: "m6", name: "Chef's Special", price: "220 MAD", imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-spaghetti-beautifully-arranged-white-plate_1150-22145.jpg"},
]}
title="Chef's Curated Selection"
description="Indulge in our highlight selection of artisan Italian flavors."
@@ -188,25 +137,15 @@ export default function LandingPage() {
author="Guest Experience"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/glass-foamy-cocktail-garnished-with-dried-rose-petal-pieces-egg-shell_140725-6032.jpg",
alt: "Guest",
},
src: "http://img.b2bpic.net/free-photo/glass-foamy-cocktail-garnished-with-dried-rose-petal-pieces-egg-shell_140725-6032.jpg", alt: "Guest"},
{
src: "http://img.b2bpic.net/free-photo/tasty-pizza-with-cheese_1303-9615.jpg",
alt: "Guest",
},
src: "http://img.b2bpic.net/free-photo/tasty-pizza-with-cheese_1303-9615.jpg", alt: "Guest"},
{
src: "http://img.b2bpic.net/free-photo/male-dj-party-charge-music-entertainment_23-2149658398.jpg",
alt: "Guest",
},
src: "http://img.b2bpic.net/free-photo/male-dj-party-charge-music-entertainment_23-2149658398.jpg", alt: "Guest"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-white-poinsettia-assortement_23-2149138712.jpg",
alt: "Guest",
},
src: "http://img.b2bpic.net/free-photo/beautiful-white-poinsettia-assortement_23-2149138712.jpg", alt: "Guest"},
{
src: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg",
alt: "Guest",
},
src: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg", alt: "Guest"},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -220,23 +159,14 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "l1",
icon: Clock,
title: "Opening Hours",
value: "18:00 - 01:00",
},
id: "l1", icon: Clock,
title: "Opening Hours", value: "18:00 - 01:00"},
{
id: "l2",
icon: Music,
title: "Weekend Nights",
value: "Until 02:00",
},
id: "l2", icon: Music,
title: "Weekend Nights", value: "Until 02:00"},
{
id: "l3",
icon: MapPin,
title: "Location",
value: "Shanzoo Marina",
},
id: "l3", icon: MapPin,
title: "Location", value: "Shanzoo Marina"},
]}
title="Visit Us at the Marina"
description="Find us in the heart of Tangier Marina, open daily for evening indulgence."
@@ -250,28 +180,17 @@ export default function LandingPage() {
description="Reserve your evening of flavors, music, and elegance by the Marina."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
name: "email", type: "email", placeholder: "Email Address", required: true,
},
{
name: "date",
type: "date",
placeholder: "Select Date",
required: true,
name: "date", type: "date", placeholder: "Select Date", required: true,
},
]}
textarea={{
name: "notes",
placeholder: "Special requests?",
}}
name: "notes", placeholder: "Special requests?"}}
imageSrc="http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892972.jpg"
/>
</div>
@@ -280,33 +199,21 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "Reserve",
href: "#contact",
},
label: "Reserve", href: "#contact"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Instagram",
href: "https://instagram.com",
},
label: "Instagram", href: "https://instagram.com"},
{
label: "WhatsApp",
href: "https://wa.me",
},
label: "WhatsApp", href: "https://wa.me"},
],
},
]}