Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ab8abd46fb | |||
| 07a2db2799 | |||
| 9798ece517 | |||
| 0204904b98 |
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
|||||||
<HeroLogoBillboardSplit
|
<HeroLogoBillboardSplit
|
||||||
logoText="MARHABA"
|
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."
|
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={[
|
buttons={[
|
||||||
{ text: "Experience the Taste", href: "#collection" },
|
{ text: "Experience the Taste", href: "#collection" },
|
||||||
{ text: "Find the Bakery", href: "#contact" }
|
{ text: "Find the Bakery", href: "#contact" }
|
||||||
@@ -179,7 +179,7 @@ export default function LandingPage() {
|
|||||||
{ text: "Call Now", href: "tel:0746219325" },
|
{ text: "Call Now", href: "tel:0746219325" },
|
||||||
{ text: "Get Directions", href: "https://maps.google.com/?q=24+Main+St,+Witfield,+Boksburg" }
|
{ text: "Get Directions", href: "https://maps.google.com/?q=24+Main+St,+Witfield,+Boksburg" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f6f0e9;
|
--background: #f5f5f5;
|
||||||
--card: #efe7dd;
|
--card: #ffffff;
|
||||||
--foreground: #2b180a;
|
--foreground: #1c1c1c;
|
||||||
--primary-cta: #2b180a;
|
--primary-cta: #1c1c1c;
|
||||||
--primary-cta-text: #f5f5f5;
|
--primary-cta-text: #f5f5f5;
|
||||||
--secondary-cta: #efe7dd;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #1c1c1c;
|
--secondary-cta-text: #1c1c1c;
|
||||||
--accent: #94877c;
|
--accent: #15479c;
|
||||||
--background-accent: #afa094;
|
--background-accent: #a8cce8;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user