2 Commits

Author SHA1 Message Date
6f229359f3 Update src/app/globals.css 2026-01-05 10:37:48 +00:00
acab25b4cf Update src/app/page.tsx 2026-01-05 09:15:20 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
--background: #f8fcff;;
--card: #ffffff;;
--foreground: #00101f;;
--primary-cta: #409fff;;
--primary-cta: #9ca3af;;
--secondary-cta: #ffffff;;
--accent: #c7e2fc;;
--background-accent: #9bcfff;;

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -10,7 +10,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { Utensils, Clock, Users, Chef, Star, Mail } from "lucide-react";
import { Utensils, Clock, Users, ChefHat, Star, Mail } from "lucide-react";
export default function LandingPage() {
return (
@@ -65,7 +65,7 @@ export default function LandingPage() {
metrics={[
{ icon: Clock, label: "Years of Excellence", value: "14+" },
{ icon: Users, label: "Happy Guests", value: "50k+" },
{ icon: Chef, label: "Signature Dishes", value: "40+" },
{ icon: ChefHat, label: "Signature Dishes", value: "40+" },
{ icon: Star, label: "Rating", value: "4.9★" }
]}
/>