Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d82181ded9 | |||
| d40d50f71f | |||
| 8da8f9ff5c |
@@ -10,7 +10,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
|||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -65,9 +65,9 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Mysuru's Most Aesthetic Cafe"
|
title="Mysuru's Most Aesthetic Cafe"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ icon: Coffee, label: "Multi-Cuisine", value: "20+" },
|
{ icon: Coffee, label: "Global Menu", value: "20+" },
|
||||||
{ icon: Music, label: "Live Events", value: "Nightly" },
|
{ icon: Music, label: "Live Events", value: "Nightly" },
|
||||||
{ icon: Coffee, label: "Pet Friendly", value: "Yes" },
|
{ icon: CheckCircle, label: "Pet Friendly", value: "Yes" },
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user