diff --git a/src/app/page.tsx b/src/app/page.tsx
index ec1d1d6..bd478fb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,77 +33,44 @@ export default function LandingPage() {
@@ -143,17 +104,11 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
- "Frozen Dough",
- "Artificial Flavors",
- "Pre-packaged Ingredients",
- ],
+ "Frozen Dough", "Artificial Flavors", "Pre-packaged Ingredients"],
}}
positiveCard={{
items: [
- "Hand-Stretched Dough",
- "Premium Quality Toppings",
- "Authentic Italian Recipes",
- ],
+ "Hand-Stretched Dough", "Premium Quality Toppings", "Authentic Italian Recipes"],
}}
title="Why Choose Star Pizza?"
description="Experience the difference with our dedication to fresh, high-quality ingredients and traditional recipes passed down through generations."
@@ -168,47 +123,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Classic Margherita",
- price: "99 DKK",
- imageSrc: "http://img.b2bpic.net/free-photo/italian-fast-food-pizza-with-full-vegetables-greenery_114579-1960.jpg",
- imageAlt: "Classic Margherita Pizza",
- },
+ id: "p1", name: "Classic Margherita", price: "99 DKK", imageSrc: "http://img.b2bpic.net/free-photo/italian-fast-food-pizza-with-full-vegetables-greenery_114579-1960.jpg", imageAlt: "Classic Margherita Pizza"},
{
- id: "p2",
- name: "Spicy Pepperoni",
- price: "109 DKK",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187950.jpg",
- imageAlt: "Spicy Pepperoni Pizza",
- },
+ id: "p2", name: "Spicy Pepperoni", price: "109 DKK", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187950.jpg", imageAlt: "Spicy Pepperoni Pizza"},
{
- id: "p3",
- name: "Garden Vegetable",
- price: "105 DKK",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-pink-background_23-2148601607.jpg",
- imageAlt: "Garden Vegetable Pizza",
- },
+ id: "p3", name: "Garden Vegetable", price: "105 DKK", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-pink-background_23-2148601607.jpg", imageAlt: "Garden Vegetable Pizza"},
{
- id: "p4",
- name: "Hawaiian Delight",
- price: "109 DKK",
- imageSrc: "http://img.b2bpic.net/free-photo/hawaiian-pizza_74190-7223.jpg",
- imageAlt: "Hawaiian Delight Pizza",
- },
+ id: "p4", name: "Hawaiian Delight", price: "109 DKK", imageSrc: "http://img.b2bpic.net/free-photo/hawaiian-pizza_74190-7223.jpg", imageAlt: "Hawaiian Delight Pizza"},
{
- id: "p5",
- name: "BBQ Chicken",
- price: "115 DKK",
- imageSrc: "http://img.b2bpic.net/free-photo/pizza-topped-with-extra-cheese-basil_141793-337.jpg",
- imageAlt: "BBQ Chicken Pizza",
- },
+ id: "p5", name: "BBQ Chicken", price: "115 DKK", imageSrc: "http://img.b2bpic.net/free-photo/pizza-topped-with-extra-cheese-basil_141793-337.jpg", imageAlt: "BBQ Chicken Pizza"},
{
- id: "p6",
- name: "Savory Calzone",
- price: "109 DKK",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-sausage-sandwich-with-cheese_140725-5178.jpg",
- imageAlt: "Savory Calzone",
- },
+ id: "p6", name: "Savory Calzone", price: "109 DKK", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sausage-sandwich-with-cheese_140725-5178.jpg", imageAlt: "Savory Calzone"},
]}
title="Our Delicious Menu"
description="Explore our wide range of freshly baked pizzas, delicious sides, and refreshing drinks. There's something for every craving at Star Pizza Ryomgård!"
@@ -222,57 +147,31 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "p-lunch",
- badge: "Value",
- badgeIcon: Sparkles,
- price: "79 DKK",
- subtitle: "Perfect for a quick bite",
- buttons: [
+ id: "p-lunch", badge: "Value", badgeIcon: Sparkles,
+ price: "79 DKK", subtitle: "Perfect for a quick bite", buttons: [
{
- text: "Order Lunch",
- },
+ text: "Order Lunch"},
],
features: [
- "Any Small Pizza",
- "1 Soft Drink",
- "Available Mon-Fri 11am-2pm",
- ],
+ "Any Small Pizza", "1 Soft Drink", "Available Mon-Fri 11am-2pm"],
},
{
- id: "p-family",
- badge: "Best Seller",
- badgeIcon: Crown,
- price: "249 DKK",
- subtitle: "Feast for the whole family",
- buttons: [
+ id: "p-family", badge: "Best Seller", badgeIcon: Crown,
+ price: "249 DKK", subtitle: "Feast for the whole family", buttons: [
{
- text: "Get Family Pack",
- },
+ text: "Get Family Pack"},
],
features: [
- "2 Large Pizzas",
- "4 Soft Drinks",
- "2 Sides (e.g. Garlic Bread)",
- "Perfect for 4-6 people",
- ],
+ "2 Large Pizzas", "4 Soft Drinks", "2 Sides (e.g. Garlic Bread)", "Perfect for 4-6 people"],
},
{
- id: "p-party",
- badge: "Big Savings",
- badgeIcon: Gift,
- price: "399 DKK",
- subtitle: "Ideal for gatherings",
- buttons: [
+ id: "p-party", badge: "Big Savings", badgeIcon: Gift,
+ price: "399 DKK", subtitle: "Ideal for gatherings", buttons: [
{
- text: "Book for Party",
- },
+ text: "Book for Party"},
],
features: [
- "3 Large Pizzas",
- "6 Soft Drinks",
- "3 Sides of Your Choice",
- "Serves 6-8 people",
- ],
+ "3 Large Pizzas", "6 Soft Drinks", "3 Sides of Your Choice", "Serves 6-8 people"],
},
]}
title="Great Deals & Combos"
@@ -288,50 +187,20 @@ export default function LandingPage() {
carouselMode="buttons"
testimonials={[
{
- id: "t1",
- name: "Mette Jensen",
- handle: "@MetteJ",
- testimonial: "Absolutely the best pizza in Ryomgård! Always fresh, hot, and delicious. The service is fantastic too!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-africanamerican-woman-showing-okay-sign-smiling-recommending-something-good_1258-179439.jpg",
- imageAlt: "Mette Jensen",
- },
+ id: "t1", name: "Mette Jensen", handle: "@MetteJ", testimonial: "Absolutely the best pizza in Ryomgård! Always fresh, hot, and delicious. The service is fantastic too!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-africanamerican-woman-showing-okay-sign-smiling-recommending-something-good_1258-179439.jpg", imageAlt: "Mette Jensen"},
{
- id: "t2",
- name: "Lars Sørensen",
- handle: "@LarsS",
- testimonial: "Star Pizza is my go-to for family dinner. The ingredients are top-notch, and they never disappoint. Highly recommended!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/headshot-happy-redhead-man-with-beard-wearing-white-long-sleeve-looking-left-copy-space-sm_1258-160125.jpg",
- imageAlt: "Lars Sørensen",
- },
+ id: "t2", name: "Lars Sørensen", handle: "@LarsS", testimonial: "Star Pizza is my go-to for family dinner. The ingredients are top-notch, and they never disappoint. Highly recommended!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/headshot-happy-redhead-man-with-beard-wearing-white-long-sleeve-looking-left-copy-space-sm_1258-160125.jpg", imageAlt: "Lars Sørensen"},
{
- id: "t3",
- name: "Sofie Hansen",
- handle: "@SofieH",
- testimonial: "Fantastic pizzas and super quick delivery! Their Margherita is authentic and truly reminds me of Italy.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/laughing-woman-with-paper-bags_23-2147786761.jpg",
- imageAlt: "Sofie Hansen",
- },
+ id: "t3", name: "Sofie Hansen", handle: "@SofieH", testimonial: "Fantastic pizzas and super quick delivery! Their Margherita is authentic and truly reminds me of Italy.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/laughing-woman-with-paper-bags_23-2147786761.jpg", imageAlt: "Sofie Hansen"},
{
- id: "t4",
- name: "Jesper Nielsen",
- handle: "@JesperN",
- testimonial: "Great quality and fair prices. The staff is always friendly, and the atmosphere in the restaurant is cozy. A real local gem!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-posing-with-striped-shirt_343059-1140.jpg",
- imageAlt: "Jesper Nielsen",
- },
+ id: "t4", name: "Jesper Nielsen", handle: "@JesperN", testimonial: "Great quality and fair prices. The staff is always friendly, and the atmosphere in the restaurant is cozy. A real local gem!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-posing-with-striped-shirt_343059-1140.jpg", imageAlt: "Jesper Nielsen"},
{
- id: "t5",
- name: "Anna Petersen",
- handle: "@AnnaP",
- testimonial: "I love the variety on their menu. The BBQ Chicken pizza is a must-try! Fresh and flavorful every time.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-dances-happily-laughing-isolated_273609-36646.jpg",
- imageAlt: "Anna Petersen",
- },
+ id: "t5", name: "Anna Petersen", handle: "@AnnaP", testimonial: "I love the variety on their menu. The BBQ Chicken pizza is a must-try! Fresh and flavorful every time.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-dances-happily-laughing-isolated_273609-36646.jpg", imageAlt: "Anna Petersen"},
]}
showRating={true}
title="What Our Customers Say"
@@ -345,30 +214,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "faq1",
- title: "What are your opening hours?",
- content: "We are open Monday to Saturday from 11:00 AM to 9:00 PM, and Sunday from 12:00 PM to 8:00 PM.",
- },
+ id: "faq1", title: "What are your opening hours?", content: "We are open Monday to Saturday from 11:00 AM to 9:00 PM, and Sunday from 12:00 PM to 8:00 PM."},
{
- id: "faq2",
- title: "Do you offer delivery?",
- content: "Yes, we offer local delivery within Ryomgård and surrounding areas. Delivery fees may apply depending on your location.",
- },
+ id: "faq2", title: "Do you offer delivery?", content: "Yes, we offer local delivery within Ryomgård and surrounding areas. Delivery fees may apply depending on your location."},
{
- id: "faq3",
- title: "Can I customize my pizza?",
- content: "Absolutely! You can add or remove toppings to create your perfect pizza. Please mention any special requests when ordering.",
- },
+ id: "faq3", title: "Can I customize my pizza?", content: "Absolutely! You can add or remove toppings to create your perfect pizza. Please mention any special requests when ordering."},
{
- id: "faq4",
- title: "Do you have gluten-free options?",
- content: "We do not currently offer gluten-free crusts, but we are working on introducing them soon. Please check back for updates!",
- },
+ id: "faq4", title: "Do you have gluten-free options?", content: "We do not currently offer gluten-free crusts, but we are working on introducing them soon. Please check back for updates!"},
{
- id: "faq5",
- title: "What payment methods do you accept?",
- content: "We accept cash, most major credit cards, and mobile payment options for both in-store and delivery orders.",
- },
+ id: "faq5", title: "What payment methods do you accept?", content: "We accept cash, most major credit cards, and mobile payment options for both in-store and delivery orders."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about ordering, delivery, our menu, and more. If you can't find what you're looking for, feel free to contact us directly."
@@ -380,8 +234,7 @@ export default function LandingPage() {