Update src/app/page.tsx

This commit is contained in:
2026-05-10 18:42:11 +00:00
parent 1d235477a9
commit fcf70cbe84

View File

@@ -32,131 +32,56 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Viking Pizza"
button={{
text: "Order Online",
href: "https://eatonline.dk",
}}
text: "Order Online", href: "https://eatonline.dk"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "plain",
}}
variant: "plain"}}
title="Hobro's Favorite Wood-Fired Pizza"
description="Experience the true taste of tradition at Viking Pizza. Hand-stretched dough, fresh toppings, and authentic recipes served with warmth in the heart of Adelgade."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-pizza-arrangement_23-2148921293.jpg?_wi=1",
imageAlt: "Wood fired pizza",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-covered-with-cloth-oil-tomatoes_23-2148753769.jpg",
imageAlt: "Wood fired pizza",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sliced-pizza-with-copy-space_23-2148753765.jpg",
imageAlt: "Wood fired pizza",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-frame-with-copy-space_23-2148574220.jpg",
imageAlt: "Wood fired pizza",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-delight_23-2151950796.jpg",
imageAlt: "Wood fired pizza",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-pizza-arrangement_23-2148921293.jpg", imageAlt: "Wood fired pizza" },
{ imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-covered-with-cloth-oil-tomatoes_23-2148753769.jpg", imageAlt: "Wood fired pizza" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sliced-pizza-with-copy-space_23-2148753765.jpg", imageAlt: "Wood fired pizza" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-frame-with-copy-space_23-2148574220.jpg", imageAlt: "Wood fired pizza" },
{ imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-delight_23-2151950796.jpg", imageAlt: "Wood fired pizza" },
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-leaves_23-2149235631.jpg",
imageAlt: "Wood fired pizza",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-pizza-assortment_23-2148921315.jpg",
imageAlt: "Wood fired pizza",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-frame-vegetables-dough-pizza_23-2148570401.jpg",
imageAlt: "Wood fired pizza",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/frame-near-pizza-vegetables_23-2147772093.jpg",
imageAlt: "Wood fired pizza",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/salmon-caesar-pizza-table_140725-6798.jpg",
imageAlt: "Wood fired pizza",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-leaves_23-2149235631.jpg", imageAlt: "Wood fired pizza" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-pizza-assortment_23-2148921315.jpg", imageAlt: "Wood fired pizza" },
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-frame-vegetables-dough-pizza_23-2148570401.jpg", imageAlt: "Wood fired pizza" },
{ imageSrc: "http://img.b2bpic.net/free-photo/frame-near-pizza-vegetables_23-2147772093.jpg", imageAlt: "Wood fired pizza" },
{ imageSrc: "http://img.b2bpic.net/free-photo/salmon-caesar-pizza-table_140725-6798.jpg", imageAlt: "Wood fired pizza" },
]}
buttons={[
{
text: "View Menu",
href: "#menu",
},
{
text: "Order Now",
href: "https://eatonline.dk",
},
{ text: "View Menu", href: "#menu" },
{ text: "Order Now", href: "https://eatonline.dk" },
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/freshly-baked-pizza-wooden-surface_181624-5783.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/high-angle-bread-with-seeds_23-2148544852.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/high-angle-man-putting-arugula-baked-pizza-dough-with-smoked-salmon-slices_23-2148785696.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/woman-pressing-dough-with-hands-wooden-table-top-view_176474-5536.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3291.jpg",
alt: "Customer 5",
},
{ src: "http://img.b2bpic.net/free-photo/freshly-baked-pizza-wooden-surface_181624-5783.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/high-angle-bread-with-seeds_23-2148544852.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/high-angle-man-putting-arugula-baked-pizza-dough-with-smoked-salmon-slices_23-2148785696.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/woman-pressing-dough-with-hands-wooden-table-top-view_176474-5536.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3291.jpg", alt: "Customer 5" },
]}
avatarText="Join 100k+ happy pizza lovers"
marqueeItems={[
{
type: "text",
text: "WOOD FIRED",
},
{
type: "text",
text: "LOCAL INGREDIENTS",
},
{
type: "text",
text: "HAND-STRETCHED",
},
{
type: "text",
text: "TRADITIONAL",
},
{
type: "text",
text: "AUTHENTIC",
},
{ type: "text", text: "WOOD FIRED" },
{ type: "text", text: "LOCAL INGREDIENTS" },
{ type: "text", text: "HAND-STRETCHED" },
{ type: "text", text: "TRADITIONAL" },
{ type: "text", text: "AUTHENTIC" },
]}
/>
</div>
@@ -166,21 +91,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Tradition in Every Slice"
metrics={[
{
icon: Flame,
label: "Years Active",
value: "15+",
},
{
icon: Pizza,
label: "Pizzas Baked",
value: "50k+",
},
{
icon: Users,
label: "Happy Guests",
value: "100k+",
},
{ icon: Flame, label: "Years Active", value: "15+" },
{ icon: Pizza, label: "Pizzas Baked", value: "50k+" },
{ icon: Users, label: "Happy Guests", value: "100k+" },
]}
metricsAnimation="slide-up"
/>
@@ -193,49 +106,25 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Fresh Ingredients",
description: "We source the finest local ingredients for every topping.",
icon: Leaf,
title: "Fresh Ingredients", description: "We source the finest local ingredients for every topping.", icon: Leaf,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-cherry-tomato-salad_53876-64869.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/spread-tomato-sauce-pizza-dough_23-2148357186.jpg",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-cherry-tomato-salad_53876-64869.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/spread-tomato-sauce-pizza-dough_23-2148357186.jpg" },
],
imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-pizza-arrangement_23-2148921293.jpg?_wi=2",
imageAlt: "fresh pizza ingredients fresh vegetables wood table",
},
{
title: "Stone Oven Baked",
description: "Traditional stone oven baking for the perfect crust.",
icon: Flame,
title: "Stone Oven Baked", description: "Traditional stone oven baking for the perfect crust.", icon: Flame,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/chef-making-pizza-kitchen_1150-17792.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134277.jpg",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-making-pizza-kitchen_1150-17792.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134277.jpg" },
],
imageSrc: "http://img.b2bpic.net/free-photo/experienced-chef-is-putting-his-pizza-oven-using-special-giant-spatula_613910-3392.jpg",
imageAlt: "fresh pizza ingredients fresh vegetables wood table",
},
{
title: "Quick Delivery",
description: "Hot and ready at your doorstep, fast.",
icon: Flame,
title: "Quick Delivery", description: "Hot and ready at your doorstep, fast.", icon: Flame,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/delivery-woman-posing-with-pizza-orders_114579-30985.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-delivery-man-red-uniform-cap-wearing-glasses-holding-pizza-packages-talking-phone-looking-down-isolated-orange-wall_141793-110171.jpg",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/delivery-woman-posing-with-pizza-orders_114579-30985.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-delivery-man-red-uniform-cap-wearing-glasses-holding-pizza-packages-talking-phone-looking-down-isolated-orange-wall_141793-110171.jpg" },
],
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cooked-pizza-pan_23-2148361360.jpg?_wi=1",
imageAlt: "fresh pizza ingredients fresh vegetables wood table",
},
]}
title="Why Viking Pizza?"
@@ -250,42 +139,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Margherita",
price: "85 kr",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cooked-pizza-pan_23-2148361360.jpg?_wi=2",
},
{
id: "p2",
name: "Pepperoni Special",
price: "95 kr",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fluffy-pizza-with-mushrooms_23-2148574234.jpg",
},
{
id: "p3",
name: "Viking Meat Lovers",
price: "105 kr",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-cheese-salad_23-2150096949.jpg",
},
{
id: "p4",
name: "Vegetarian Feast",
price: "90 kr",
imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-mushroom-green-pepper_114579-4305.jpg",
},
{
id: "p5",
name: "Hawaiian Classic",
price: "85 kr",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-pizza-with-fresh-red-tomatoes-dark-salad-food-dough-cake-color-photo-fast-food_140725-160918.jpg",
},
{
id: "p6",
name: "Truffle Mushroom",
price: "110 kr",
imageSrc: "http://img.b2bpic.net/free-photo/decorated-lunch-serving-pizza-marble-surface_114579-25628.jpg",
},
{ id: "p1", name: "Margherita", price: "85 kr", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cooked-pizza-pan_23-2148361360.jpg" },
{ id: "p2", name: "Pepperoni Special", price: "95 kr", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fluffy-pizza-with-mushrooms_23-2148574234.jpg" },
{ id: "p3", name: "Viking Meat Lovers", price: "105 kr", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-cheese-salad_23-2150096949.jpg" },
{ id: "p4", name: "Vegetarian Feast", price: "90 kr", imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-mushroom-green-pepper_114579-4305.jpg" },
{ id: "p5", name: "Hawaiian Classic", price: "85 kr", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-pizza-with-fresh-red-tomatoes-dark-salad-food-dough-cake-color-photo-fast-food_140725-160918.jpg" },
{ id: "p6", name: "Truffle Mushroom", price: "110 kr", imageSrc: "http://img.b2bpic.net/free-photo/decorated-lunch-serving-pizza-marble-surface_114579-25628.jpg" },
]}
title="Our Signature Pizzas"
description="Choose your flavor."
@@ -299,27 +158,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "12",
title: "Adelgade Location",
description: "Find us centrally.",
icon: MapPin,
},
{
id: "m2",
value: "21:00",
title: "Closing Time",
description: "Open until late.",
icon: Clock,
},
{
id: "m3",
value: "4.5",
title: "Customer Rating",
description: "Highly reviewed.",
icon: Star,
},
{ id: "m1", value: "12", title: "Adelgade Location", description: "Find us centrally.", icon: MapPin },
{ id: "m2", value: "21:00", title: "Closing Time", description: "Open until late.", icon: Clock },
{ id: "m3", value: "4.5", title: "Customer Rating", description: "Highly reviewed.", icon: Star },
]}
title="Local Quality"
description="Serving the heart of Hobro."
@@ -331,46 +172,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
title: "Best in Hobro!",
quote: "The crust is consistently perfect. My go-to spot.",
name: "Anders Jensen",
role: "Local Resident",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
},
{
id: "t2",
title: "Fresh & Fast",
quote: "Always arrives hot and fresh. Great value for money.",
name: "Mette Nielsen",
role: "Regular Customer",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-writing-shcedule-diary-with-cup-coffee-desk-caf_23-2147925430.jpg",
},
{
id: "t3",
title: "Traditional Taste",
quote: "Real wood-fired flavor. You can tell they use quality ingredients.",
name: "Søren Madsen",
role: "Pizza Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/photo-satisfied-teenage-girl-with-dark-healthy-skin-enjoys-delicious-meal-holds-piece-pizza_273609-18724.jpg",
},
{
id: "t4",
title: "Fantastic Experience",
quote: "Great atmosphere and friendly staff. Highly recommend.",
name: "Line Poulsen",
role: "Diner",
imageSrc: "http://img.b2bpic.net/free-photo/three-friends-together-eating-pizza-cafe_1303-26163.jpg",
},
{
id: "t5",
title: "Authentic Pizza",
quote: "The best pizza experience in North Jutland. Consistent quality.",
name: "Jesper Holm",
role: "Foodie",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-eating-break-time_23-2149256896.jpg",
},
{ id: "t1", title: "Best in Hobro!", quote: "The crust is consistently perfect. My go-to spot.", name: "Anders Jensen", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg" },
{ id: "t2", title: "Fresh & Fast", quote: "Always arrives hot and fresh. Great value for money.", name: "Mette Nielsen", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-writing-shcedule-diary-with-cup-coffee-desk-caf_23-2147925430.jpg" },
{ id: "t3", title: "Traditional Taste", quote: "Real wood-fired flavor. You can tell they use quality ingredients.", name: "Søren Madsen", role: "Pizza Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/photo-satisfied-teenage-girl-with-dark-healthy-skin-enjoys-delicious-meal-holds-piece-pizza_273609-18724.jpg" },
{ id: "t4", title: "Fantastic Experience", quote: "Great atmosphere and friendly staff. Highly recommend.", name: "Line Poulsen", role: "Diner", imageSrc: "http://img.b2bpic.net/free-photo/three-friends-together-eating-pizza-cafe_1303-26163.jpg" },
{ id: "t5", title: "Authentic Pizza", quote: "The best pizza experience in North Jutland. Consistent quality.", name: "Jesper Holm", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-eating-break-time_23-2149256896.jpg" },
]}
title="What Our Neighbors Say"
description="Genuine reviews from our community."
@@ -383,24 +189,10 @@ export default function LandingPage() {
title="Visit or Order"
description="Drop by for a slice or give us a call to order."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
required: true,
},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
]}
textarea={{
name: "message",
placeholder: "Your request or question",
rows: 4,
}}
textarea={{ name: "message", placeholder: "Your request or question", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/top-view-wood-board-with-mini-pretzels-beer-rustic-with-copy-space_141793-6634.jpg"
/>
</div>
@@ -409,33 +201,16 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Navigation",
items: [
{
label: "Menu",
href: "#menu",
},
{
label: "About",
href: "#about",
},
{
label: "Contact",
href: "#contact",
},
title: "Navigation", items: [
{ label: "Menu", href: "#menu" },
{ label: "About", href: "#about" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Cookie Policy",
href: "#",
},
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Cookie Policy", href: "#" },
],
},
]}