Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d150247a04 | |||
| 0e5bb03c3c | |||
| b062b71c30 | |||
| 3c9c979f75 | |||
| eb87196f78 | |||
| 6b5c3edc05 | |||
| d9dad2c4f6 | |||
| e3675c478f | |||
| 65edba136d | |||
| c83247081a | |||
| c78daac4bb |
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "animated-grid" }}
|
||||
buttons={[
|
||||
{ text: "📞 Call Now: 04 263 1366", href: "tel:04-263-1366" },
|
||||
{ text: "🛵 Order Pickup", href: "#contact" },
|
||||
{ text: "🛵 Order Now - 30 Min Delivery", href: "#contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
|
||||
@@ -2,23 +2,23 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #f5f5f5;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #1c1c1c;;
|
||||
--primary-cta: #6139e6;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #6139e6;;
|
||||
--background-accent: #b3a8e8;; */
|
||||
/* --background: #0a0a0a;;;;
|
||||
--card: #1a1a1a;;;;
|
||||
--foreground: #f5f5f5;;;;
|
||||
--primary-cta: #ff0000;;;;
|
||||
--secondary-cta: #1a1a1a;;;;
|
||||
--accent: #991b1b;;;;
|
||||
--background-accent: #7f1d1d;;;; */
|
||||
|
||||
--background: #f5f5f5;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #1c1c1c;;
|
||||
--primary-cta: #6139e6;;
|
||||
--primary-cta-text: #f5f5f5;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--secondary-cta-text: #1c1c1c;;
|
||||
--accent: #6139e6;;
|
||||
--background-accent: #b3a8e8;;
|
||||
--background: #0a0a0a;;;;
|
||||
--card: #1a1a1a;;;;
|
||||
--foreground: #f5f5f5;;;;
|
||||
--primary-cta: #ff0000;;;;
|
||||
--primary-cta-text: #ffffff;;;;
|
||||
--secondary-cta: #1a1a1a;;;;
|
||||
--secondary-cta-text: #ffffff;;;;
|
||||
--accent: #991b1b;;;;
|
||||
--background-accent: #7f1d1d;;;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user