diff --git a/src/app/page.tsx b/src/app/page.tsx
index ff7485c..ea663c9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -52,100 +40,33 @@ export default function LandingPage() {
@@ -156,18 +77,9 @@ export default function LandingPage() {
title="A Passion for Balkan Tradition"
description="At Katrinelund Grill, we believe in the power of authentic recipes passed down through generations. Our commitment is to quality ingredients and an inviting atmosphere where every guest feels like family."
metrics={[
- {
- value: "10+",
- title: "Years of Experience",
- },
- {
- value: "5k+",
- title: "Happy Customers",
- },
- {
- value: "100%",
- title: "Authentic Ingredients",
- },
+ { value: "10+", title: "Years of Experience" },
+ { value: "5k+", title: "Happy Customers" },
+ { value: "100%", title: "Authentic Ingredients" }
]}
imageSrc="http://img.b2bpic.net/free-photo/low-angle-friends-enjoying-time-together_23-2148395330.jpg"
mediaAnimation="slide-up"
@@ -182,42 +94,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Signature Burek",
- price: "89 SEK",
- imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijan-dish-served-with-yogurt-wooden-board-with-cutlery_114579-4522.jpg",
- },
- {
- id: "2",
- name: "Classic Cevapi Plate",
- price: "149 SEK",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-saj-kebap-with-lamb-ribs-potatoes-colorful-bell-peppers-eggplants-wooden-board-table_140725-12835.jpg",
- },
- {
- id: "3",
- name: "Balkan Salad Bowl",
- price: "75 SEK",
- imageSrc: "http://img.b2bpic.net/free-photo/us-labor-day-celebration-with-delicious-food_23-2150347461.jpg",
- },
- {
- id: "4",
- name: "Homemade Baklava",
- price: "45 SEK",
- imageSrc: "http://img.b2bpic.net/free-photo/milk-white-chocolate-chips-plate_23-2148238812.jpg",
- },
- {
- id: "5",
- name: "Grilled Vegetable Platter",
- price: "110 SEK",
- imageSrc: "http://img.b2bpic.net/free-photo/pork-medallions-with-salsa_2829-16851.jpg",
- },
- {
- id: "6",
- name: "Traditional Soup",
- price: "60 SEK",
- imageSrc: "http://img.b2bpic.net/free-photo/mushroom-soup-table_140725-5337.jpg",
- },
+ { id: "1", name: "Signature Burek", price: "89 SEK", imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijan-dish-served-with-yogurt-wooden-board-with-cutlery_114579-4522.jpg" },
+ { id: "2", name: "Classic Cevapi Plate", price: "149 SEK", imageSrc: "http://img.b2bpic.net/free-photo/side-view-saj-kebap-with-lamb-ribs-potatoes-colorful-bell-peppers-eggplants-wooden-board-table_140725-12835.jpg" },
+ { id: "3", name: "Balkan Salad Bowl", price: "75 SEK", imageSrc: "http://img.b2bpic.net/free-photo/us-labor-day-celebration-with-delicious-food_23-2150347461.jpg" },
+ { id: "4", name: "Homemade Baklava", price: "45 SEK", imageSrc: "http://img.b2bpic.net/free-photo/milk-white-chocolate-chips-plate_23-2148238812.jpg" },
+ { id: "5", name: "Grilled Vegetable Platter", price: "110 SEK", imageSrc: "http://img.b2bpic.net/free-photo/pork-medallions-with-salsa_2829-16851.jpg" },
+ { id: "6", name: "Traditional Soup", price: "60 SEK", imageSrc: "http://img.b2bpic.net/free-photo/mushroom-soup-table_140725-5337.jpg" }
]}
title="Signature Dishes"
description="From traditional burek to expertly grilled meats, explore our curated selection of Balkan favorites."
@@ -226,9 +108,19 @@ export default function LandingPage() {
@@ -238,25 +130,10 @@ export default function LandingPage() {
title="Visit Us Today"
description="Have questions about our menu, events, or reservations? Send us a message and we'll get back to you promptly."
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
- },
- {
- name: "email",
- type: "email",
- placeholder: "Your Email",
- required: true,
- },
+ { name: "name", type: "text", placeholder: "Your Name", required: true },
+ { name: "email", type: "email", placeholder: "Your Email", required: true }
]}
- textarea={{
- name: "message",
- placeholder: "How can we help?",
- rows: 4,
- required: true,
- }}
+ textarea={{ name: "message", placeholder: "How can we help?", rows: 4, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3406.jpg"
/>
@@ -264,14 +141,8 @@ export default function LandingPage() {