Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Cake, Coffee, DollarSign, Leaf, Music, Star, Utensils } from "lucide-react";
|
||||
import { Cake, Coffee, DollarSign, Leaf, Music, Star, Utensils, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -65,9 +65,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Mysuru's Most Aesthetic Cafe"
|
||||
metrics={[
|
||||
{ icon: Coffee, label: "Multi-Cuisine", value: "20+" },
|
||||
{ icon: Coffee, label: "Global Menu", value: "20+" },
|
||||
{ icon: Music, label: "Live Events", value: "Nightly" },
|
||||
{ icon: Coffee, label: "Pet Friendly", value: "Yes" },
|
||||
{ icon: CheckCircle, label: "Pet Friendly", value: "Yes" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user