4 Commits

Author SHA1 Message Date
ab8abd46fb Switch to version 1: modified src/app/styles/variables.css 2026-03-13 16:47:27 +00:00
07a2db2799 Switch to version 1: modified src/app/page.tsx 2026-03-13 16:47:26 +00:00
9798ece517 Merge version_2 into main
Merge version_2 into main
2026-03-12 13:59:07 +00:00
0204904b98 Merge version_2 into main
Merge version_2 into main
2026-03-12 13:58:09 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="MARHABA"
description="The art of the daily indulgence. Boksburg's finest artisanal treats—5-star craftsmanship with a local heart. Uncompromising service. Accessible opulence."
background={{ variant: "radial-gradient" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Experience the Taste", href: "#collection" },
{ text: "Find the Bakery", href: "#contact" }
@@ -179,7 +179,7 @@ export default function LandingPage() {
{ text: "Call Now", href: "tel:0746219325" },
{ text: "Get Directions", href: "https://maps.google.com/?q=24+Main+St,+Witfield,+Boksburg" }
]}
background={{ variant: "radial-gradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #efe7dd;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #94877c;
--background-accent: #afa094;
--accent: #15479c;
--background-accent: #a8cce8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);