12 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
e86885f365 Update theme colors 2026-05-12 17:07:42 +00:00
dfaa343b6d Update theme colors 2026-05-12 17:07:24 +00:00
4bc87e22cc Update src/app/page.tsx 2026-05-12 17:05:35 +00:00
49d71aa19e Update theme colors 2026-05-12 17:03:22 +00:00
3 changed files with 14 additions and 12 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" },
@@ -124,7 +124,7 @@ export default function LandingPage() {
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/users/user_3DS8UoOI3K0nEh8oaeUFTFna0oG/uploaded-1778266791326-lh9imbsa.png" },
{ id: "t2", name: "Michał ", 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: "t2", name: "Michał ", role: "Head Chef", description: "Master of the grill", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DS8UoOI3K0nEh8oaeUFTFna0oG/uploaded-1778605524370-9vfphd0o.jpg" },
{ id: "t3", name: "ola/karol ", 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"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #106EFB;
--background: #f7f6f7;
--card: #ffffff;
--foreground: #25190c;
--primary-cta: #ff6207;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #25190c;
--accent: #ffce93;
--background-accent: #e8cfa8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);