Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-12 13:58:10 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="mediumLarge"
background="circleGradient"
background="sparkles-gradient"
cardStyle="solid"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
@@ -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: "plain" }}
background={{ variant: "sparkles-gradient" }}
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: "plain" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>

View File

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