8 Commits

Author SHA1 Message Date
9b516f3a15 Update src/app/page.tsx 2026-03-14 12:48:50 +00:00
6038c7aa3c Update src/app/page.tsx 2026-03-14 12:48:28 +00:00
53b9709822 Update theme colors 2026-03-12 15:11:51 +00:00
69a2434c85 Update theme colors 2026-03-12 15:11:32 +00:00
a3b0324481 Update theme colors 2026-03-12 15:10:55 +00:00
f33aa6700b Update theme colors 2026-03-12 15:10:32 +00:00
b39a15ac4b Update src/app/page.tsx 2026-03-12 15:09:27 +00:00
84ae75e3fa Merge version_2 into main
Merge version_2 into main
2026-03-12 15:05:43 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -26,7 +26,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Mok's Burgers"
brandName="MoksBurgers"
navItems={[
{ name: "Menu", id: "featured" },
{ name: "About", id: "why" },
@@ -41,7 +41,7 @@ export default function LandingPage() {
<HeroSplitDoubleCarousel
title="The Burger You'll Come Back For"
description="Juicy halal smash burgers, fresh ingredients, and bold flavor that keeps people coming back. Perfectly cooked every time."
tag="Cult Favorite Burgers"
tag="Dearborn's Favorite Burgers"
tagIcon={Flame}
tagAnimation="slide-up"
buttons={[
@@ -132,9 +132,9 @@ export default function LandingPage() {
<div id="signature" data-section="signature">
<ProductCardOne
products={[
{ id: "og-sig", name: "The OG Burger", price: "Double Halal Patties • Signature Sauce", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-knife-delicious-meat-sandwich-green-black-tray-left-side-blurred-surface_179666-34361.jpg?_wi=2", imageAlt: "The OG Burger Signature" },
{ id: "mushroom-sig", name: "Sweet Mushroom Burger", price: "Caramelized Mushrooms • Honey Glaze", imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165557.jpg?_wi=2", imageAlt: "Sweet Mushroom Signature" },
{ id: "pickle-sig", name: "Dill Pickle Burger", price: "Crispy Fried Pickles • Tangy House Sauce", imageSrc: "http://img.b2bpic.net/free-photo/tasty-classic-burger-with-tomato-slices-close-up_23-2148290718.jpg", imageAlt: "Dill Pickle Signature" }
{ id: "og-sig", name: "The OG Burger", price: "Double Halal Patties • Signature Sauce", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqjBOM6f6auqmQIJkQltGbf7OM/uploaded-1773328127261-l4ipban9.jpg", imageAlt: "The OG Burger Signature" },
{ id: "mushroom-sig", name: "Sweet Mushroom Burger", price: "Caramelized Mushrooms • Honey Glaze", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqjBOM6f6auqmQIJkQltGbf7OM/uploaded-1773328127261-o64l8mo8.jpg", imageAlt: "Sweet Mushroom Signature" },
{ id: "pickle-sig", name: "Dill Pickle Burger", price: "Crispy Fried Pickles • Tangy House Sauce", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqjBOM6f6auqmQIJkQltGbf7OM/uploaded-1773328127261-mqa0806q.jpg", imageAlt: "Dill Pickle Signature" }
]}
title="Signature Collection"
description="The burgers that started it all. Each one tells a story of flavor, technique, and uncompromising quality that keeps customers coming back."

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #0c1325;
--primary-cta: #0798ff;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #0c1325;
--accent: #93c7ff;
--background-accent: #a8cde8;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ffdf7d;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #b8860b;
--background-accent: #8b6914;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);