diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1f10180..139a086 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,101 +31,44 @@ export default function LandingPage() {
@@ -135,9 +78,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Tradition by the Harbor"
description={[
- "Founded on a love for simple, delicious food, Joanna's Place brings a touch of premium dining to Klintholm Havn.",
- "Every burger is crafted with passion, featuring fresh ingredients and local flavors that keep guests coming back year after year.",
- ]}
+ "Founded on a love for simple, delicious food, Joanna's Place brings a touch of premium dining to Klintholm Havn.", "Every burger is crafted with passion, featuring fresh ingredients and local flavors that keep guests coming back year after year."]}
/>
@@ -148,48 +89,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Classic Harbor",
- price: "145 DKK",
- variant: "Beef",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sdswn5",
- },
- {
- id: "2",
- name: "Klintholm Special",
- price: "165 DKK",
- variant: "Bacon Cheese",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7osnsl",
- },
- {
- id: "3",
- name: "Forest Burger",
- price: "155 DKK",
- variant: "Mushroom",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3e6ddz",
- },
- {
- id: "4",
- name: "Veggie Delight",
- price: "135 DKK",
- variant: "Plant-based",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7sp5i5",
- },
- {
- id: "5",
- name: "Spicy Harbor",
- price: "150 DKK",
- variant: "Chili",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vx2ibo",
- },
- {
- id: "6",
- name: "Double Smash",
- price: "180 DKK",
- variant: "Beef",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6zkdzb",
- },
+ { id: "1", name: "Classic Harbor", price: "145 DKK", variant: "Beef", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sdswn5" },
+ { id: "2", name: "Klintholm Special", price: "165 DKK", variant: "Bacon Cheese", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7osnsl" },
+ { id: "3", name: "Forest Burger", price: "155 DKK", variant: "Mushroom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3e6ddz" },
+ { id: "4", name: "Veggie Delight", price: "135 DKK", variant: "Plant-based", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7sp5i5" },
+ { id: "5", name: "Spicy Harbor", price: "150 DKK", variant: "Chili", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vx2ibo" },
+ { id: "6", name: "Double Smash", price: "180 DKK", variant: "Beef", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6zkdzb" },
]}
title="Our Signature Creations"
description="Discover our curated selection of premium burgers, each prepared to order."
@@ -202,27 +107,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "50k+",
- title: "Served",
- description: "Burgers served over years",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rg8snl",
- },
- {
- id: "m2",
- value: "100%",
- title: "Local",
- description: "Local fresh meat",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gwb8rl",
- },
- {
- id: "m3",
- value: "5.0",
- title: "Rating",
- description: "Average guest rating",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ol1e35",
- },
+ { id: "m1", value: "50k+", title: "Served", description: "Burgers served over years", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rg8snl" },
+ { id: "m2", value: "100%", title: "Local", description: "Local fresh meat", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gwb8rl" },
+ { id: "m3", value: "5.0", title: "Rating", description: "Average guest rating", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ol1e35" },
]}
title="Our Success"
description="Numbers that define our journey."
@@ -236,27 +123,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
members={[
- {
- id: "t1",
- name: "Joanna",
- role: "Owner & Founder",
- description: "Head of culinary vision",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ubx031",
- },
- {
- id: "t2",
- name: "Erik",
- role: "Head Chef",
- description: "Master of the grill",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=36ildq",
- },
- {
- id: "t3",
- name: "Sara",
- role: "Service Lead",
- description: "Ensuring great harbor vibes",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v8amwm",
- },
+ { id: "t1", name: "Joanna", role: "Owner & Founder", description: "Head of culinary vision", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ubx031" },
+ { id: "t2", name: "Erik", role: "Head Chef", description: "Master of the grill", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=36ildq" },
+ { id: "t3", name: "Sara", role: "Service Lead", description: "Ensuring great harbor vibes", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v8amwm" },
]}
title="Meet The Crew"
description="The passionate people behind Joanna's Place."
@@ -269,41 +138,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- name: "Anders Jensen",
- handle: "@andersj",
- testimonial: "Best burger in Denmark!",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=05xi4v",
- },
- {
- id: "2",
- name: "Mette Nielsen",
- handle: "@metten",
- testimonial: "Amazing location and food.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w5ai71",
- },
- {
- id: "3",
- name: "Thomas Holm",
- handle: "@thomash",
- testimonial: "The atmosphere is top notch.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2u5z87",
- },
- {
- id: "4",
- name: "Lise Petersen",
- handle: "@lisep",
- testimonial: "Juicy and perfect every time.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6yt3v6",
- },
- {
- id: "5",
- name: "Jens V.",
- handle: "@jensv",
- testimonial: "A must-visit when at the harbor.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9mxt0y",
- },
+ { id: "1", name: "Anders Jensen", handle: "@andersj", testimonial: "Best burger in Denmark!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=05xi4v" },
+ { id: "2", name: "Mette Nielsen", handle: "@metten", testimonial: "Amazing location and food.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w5ai71" },
+ { id: "3", name: "Thomas Holm", handle: "@thomash", testimonial: "The atmosphere is top notch.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2u5z87" },
+ { id: "4", name: "Lise Petersen", handle: "@lisep", testimonial: "Juicy and perfect every time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6yt3v6" },
+ { id: "5", name: "Jens V.", handle: "@jensv", testimonial: "A must-visit when at the harbor.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9mxt0y" },
]}
title="Guest Voices"
description="What people say about our burgers."
@@ -315,21 +154,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "Do you accept reservations?",
- content: "Yes, for larger groups.",
- },
- {
- id: "q2",
- title: "Are there vegan options?",
- content: "Absolutely, try our Veggie Delight.",
- },
- {
- id: "q3",
- title: "Is parking available?",
- content: "Free parking at Klintholm Havn.",
- },
+ { id: "q1", title: "Do you accept reservations?", content: "Yes, for larger groups." },
+ { id: "q2", title: "Are there vegan options?", content: "Absolutely, try our Veggie Delight." },
+ { id: "q3", title: "Is parking available?", content: "Free parking at Klintholm Havn." },
]}
title="Common Questions"
description="Everything you need to know about us."
@@ -343,18 +170,8 @@ export default function LandingPage() {
title="Visit Us Today"
description="Join us at the harbor for the best burger experience in the area."
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 },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=os2qec"
/>
@@ -363,30 +180,8 @@ export default function LandingPage() {