35 Commits

Author SHA1 Message Date
e5a274b856 Merge version_4 into main
Merge version_4 into main
2026-04-24 15:03:10 +00:00
96ab4b3fd9 Update src/app/page.tsx 2026-04-24 15:03:06 +00:00
0de12d2943 Merge version_4 into main
Merge version_4 into main
2026-04-24 15:00:48 +00:00
4aaf0c5e0e Update src/app/page.tsx 2026-04-24 15:00:45 +00:00
82dddab387 Merge version_4 into main
Merge version_4 into main
2026-04-24 14:57:39 +00:00
7d47676364 Update theme fonts 2026-04-24 14:57:36 +00:00
bc00594653 Update theme fonts 2026-04-24 14:57:35 +00:00
08c490cf55 Merge version_4 into main
Merge version_4 into main
2026-04-24 14:57:25 +00:00
09517f483a Update theme fonts 2026-04-24 14:57:21 +00:00
51399ec902 Update theme fonts 2026-04-24 14:57:21 +00:00
078c07dcbc Switch to version 4: modified src/app/page.tsx 2026-04-24 14:55:13 +00:00
4bdc9575e8 Switch to version 3: modified src/app/page.tsx 2026-04-24 14:55:09 +00:00
151f9268d2 Switch to version 4: modified src/app/styles/variables.css 2026-04-24 14:55:06 +00:00
c2de3184b8 Switch to version 5: modified src/app/styles/variables.css 2026-04-24 14:55:04 +00:00
d313f6eeb4 Switch to version 6: modified src/app/styles/variables.css 2026-04-24 14:55:01 +00:00
3164bbc149 Switch to version 7: modified src/app/styles/variables.css 2026-04-24 14:54:58 +00:00
507840ffb2 Switch to version 8: modified src/app/styles/variables.css 2026-04-24 14:54:55 +00:00
1fa07e788d Switch to version 9: modified src/app/styles/variables.css 2026-04-24 14:54:52 +00:00
2658799ee4 Switch to version 10: modified src/app/styles/variables.css 2026-04-24 14:54:49 +00:00
a86ea2e427 Switch to version 11: modified src/app/styles/variables.css 2026-04-24 14:54:43 +00:00
4872ce4d9b Switch to version 12: modified src/app/styles/variables.css 2026-04-24 14:54:37 +00:00
c43eadfe80 Switch to version 13: modified src/app/styles/variables.css 2026-04-24 14:54:35 +00:00
23e312d464 Merge version_14 into main
Merge version_14 into main
2026-04-24 14:53:29 +00:00
c0315b00b7 Update theme colors 2026-04-24 14:53:23 +00:00
a003ddb56f Merge version_13 into main
Merge version_13 into main
2026-04-24 14:53:16 +00:00
e4cb27e9ab Update theme colors 2026-04-24 14:53:10 +00:00
19543e22e7 Merge version_12 into main
Merge version_12 into main
2026-04-24 14:52:57 +00:00
98fc54be2d Merge version_11 into main
Merge version_11 into main
2026-04-24 14:52:40 +00:00
c27ef67564 Merge version_10 into main
Merge version_10 into main
2026-04-24 14:51:37 +00:00
708da8cc05 Merge version_9 into main
Merge version_9 into main
2026-04-24 14:51:29 +00:00
da190743dd Merge version_8 into main
Merge version_8 into main
2026-04-24 14:51:20 +00:00
b9e64d57c4 Merge version_7 into main
Merge version_7 into main
2026-04-24 14:51:04 +00:00
9de39162a7 Merge version_6 into main
Merge version_6 into main
2026-04-24 14:50:54 +00:00
3b5b926e1f Merge version_5 into main
Merge version_5 into main
2026-04-24 14:50:49 +00:00
74e9069a23 Merge version_4 into main
Merge version_4 into main
2026-04-24 14:48:55 +00:00
4 changed files with 19 additions and 15 deletions

View File

@@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Source_Sans_3 } from "next/font/google";
import { Roboto } from "next/font/google";
@@ -18,9 +19,12 @@ export const metadata: Metadata = {
},
};
const sourceSans3 = Source_Sans_3({
variable: "--font-source-sans-3",
const roboto = Roboto({
variable: "--font-roboto",
subsets: ["latin"],
weight: ["100", "300", "400", "500", "700", "900"],
});
export default function RootLayout({
@@ -31,7 +35,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${sourceSans3.variable} antialiased`}>
<body className={`${roboto.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
title="Sinner Smash Society"
description="Lisbon's most rebellious smash burger destination. Where hedonistic taste meets the concrete jungle."
buttons={[{ text: "Order Now", href: "https://glovoapp.com" }, { text: "Reserve", href: "#contact" }]}
imageSrc="https://img.b2bpic.net/free-photo/gourmet-burger-with-fries-dark-background_23-2148469878.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CoAg7Gpp45ZgrdDE5qcmlAKPj3/uploaded-1777042791687-clkkqemp.jpg"
mediaAnimation="blur-reveal"
/>
</div>
@@ -62,7 +62,7 @@ export default function LandingPage() {
{ value: "07", title: "Days Open" },
{ value: "24h", title: "Available" },
]}
imageSrc="https://img.b2bpic.net/free-photo/chef-cooking-burger-grill_23-2149177112.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CoAg7Gpp45ZgrdDE5qcmlAKPj3/uploaded-1777042977777-fw2yrsvi.jpg"
/>
</div>

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-source-sans-3), sans-serif;
font-family: var(--font-roboto), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-source-sans-3), sans-serif;
font-family: var(--font-roboto), sans-serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #FF5500;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #ff8c42;
--background: #0a0a0a;
--card: #171717;
--foreground: #f5f5f5;
--primary-cta: #ff4500;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--secondary-cta: #262626;
--secondary-cta-text: #f5f5f5;
--accent: #ff6347;
--background-accent: #262626;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);