6 Commits

Author SHA1 Message Date
eb87196f78 Update theme colors 2026-03-03 05:04:55 +00:00
d9dad2c4f6 Update theme colors 2026-03-03 05:04:26 +00:00
7ebda5c230 Update src/app/page.tsx 2026-03-03 04:54:12 +00:00
a6bde6cc8f Merge version_1 into main
Merge version_1 into main
2026-03-03 04:52:54 +00:00
b738be05e7 Merge version_1 into main
Merge version_1 into main
2026-03-03 04:51:49 +00:00
f5bc1ac956 Merge version_1 into main
Merge version_1 into main
2026-03-03 04:50:27 +00:00
2 changed files with 18 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ import FeatureHoverPattern from "@/components/sections/feature/featureHoverPatte
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import { Clock, Star, DollarSign, MapPin, Flame, CheckCircle, Zap, Leaf, Users, Heart, MessageCircle } from "lucide-react";
import { Clock, Star, DollarSign, MapPin, Flame, CheckCircle, Zap, Leaf, Users, Heart, MessageCircle, FileText } from "lucide-react";
const handleOrderSubmit = (data: Record<string, string>) => {
console.log("Order submitted:", data);
@@ -144,7 +144,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "📞 Call to Order", href: "tel:04-263-1366" }]}
buttons={[{ text: "📞 Call to Order", href: "tel:04-263-1366" }, { text: "📋 View Full Menu", href: "#" }]}
/>
</div>

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