8 Commits

Author SHA1 Message Date
4add5e0ae4 Update theme fonts 2026-05-12 17:50:01 +00:00
b343641dbd Update theme fonts 2026-05-12 17:50:01 +00:00
aae7849e92 Update src/app/page.tsx 2026-05-12 17:48:55 +00:00
a4ab862111 Update theme fonts 2026-05-12 17:46:20 +00:00
56ce4e3e24 Update theme fonts 2026-05-12 17:46:20 +00:00
20a9fb7f00 Update src/app/page.tsx 2026-05-12 17:43:32 +00:00
33e33c3cf1 Update theme colors 2026-05-12 17:08:08 +00:00
51b604e130 Update theme colors 2026-05-12 17:07:57 +00:00
2 changed files with 4 additions and 2 deletions

View File

@@ -25,6 +25,8 @@ export const metadata: Metadata = {
},
};
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville",
subsets: ["latin"],

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{ variant: "gradient-bars" }}
title="Klintholm's Finest Burgers"
title=""
description="Experience hand-crafted, locally sourced ingredients served right by the harbor. Joanna's Place offers premium comfort food in a relaxed seaside setting."
kpis={[
{ value: "4 ", label: "Signature Burgers" },
@@ -90,7 +90,7 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{ id: "1", name: "bøf burger + fries ", price: "145 DKK", variant: "57cm lang ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DS8UoOI3K0nEh8oaeUFTFna0oG/uploaded-1778266489472-x9k3bvp2.png" },
{ id: "2", name: "nakkefilet burger + fries ", price: "149DKK", variant: "Bacon Cheese", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DS8UoOI3K0nEh8oaeUFTFna0oG/uploaded-1778266535533-6ndqlvdx.png" },
{ id: "2", name: "nakkefilet burger + fries ", price: "149DKK", variant: "Bacon Cheese", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DS8UoOI3K0nEh8oaeUFTFna0oG/uploaded-1778607807781-0exoaulf.png" },
{ id: "3", name: "Kylling Burger", price: "139DKK", variant: "chicken ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DS8UoOI3K0nEh8oaeUFTFna0oG/uploaded-1778266688832-lz1q07yg.png" },
{ id: "4", name: "korytko ", price: "135 DKK", variant: "Plant-based", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DS8UoOI3K0nEh8oaeUFTFna0oG/uploaded-1778266737732-r5kpjluh.png" },
{ id: "5", name: "goulash ", price: "89DKK", variant: "Chili", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DS8UoOI3K0nEh8oaeUFTFna0oG/uploaded-1778266694774-4o8iuxwe.png" },