Compare commits
2 Commits
b538ba9a0c
...
version_2
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f229359f3 | |||
| acab25b4cf |
@@ -7,7 +7,7 @@
|
||||
--background: #f8fcff;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #00101f;;
|
||||
--primary-cta: #409fff;;
|
||||
--primary-cta: #9ca3af;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #c7e2fc;;
|
||||
--background-accent: #9bcfff;;
|
||||
|
||||
@@ -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★" }
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user