11 Commits

Author SHA1 Message Date
d150247a04 Merge version_4 into main
Merge version_4 into main
2026-03-03 05:08:01 +00:00
0e5bb03c3c Update src/app/page.tsx 2026-03-03 05:07:58 +00:00
b062b71c30 Update src/app/layout.tsx 2026-03-03 05:07:57 +00:00
3c9c979f75 Merge version_2 into main
Merge version_2 into main
2026-03-03 05:05:01 +00:00
eb87196f78 Update theme colors 2026-03-03 05:04:55 +00:00
6b5c3edc05 Merge version_2 into main
Merge version_2 into main
2026-03-03 05:04:33 +00:00
d9dad2c4f6 Update theme colors 2026-03-03 05:04:26 +00:00
e3675c478f Switch to version 2: modified src/app/page.tsx 2026-03-03 05:03:38 +00:00
65edba136d Switch to version 2: modified src/app/layout.tsx 2026-03-03 05:03:37 +00:00
c83247081a Merge version_3 into main
Merge version_3 into main
2026-03-03 05:02:26 +00:00
c78daac4bb Merge version_3 into main
Merge version_3 into main
2026-03-03 05:01:16 +00:00
2 changed files with 17 additions and 17 deletions

View File

@@ -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={[

View File

@@ -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);