Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a39af2451e |
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||
@@ -9,7 +9,7 @@ import ProductCardFive from '@/components/sections/product/ProductCardFive';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterSocial from '@/components/sections/footer/FooterSocial';
|
||||
import { History, Leaf, ChefHat, Users, Calendar, Instagram, Facebook } from 'lucide-react';
|
||||
import { Sparkles, Crown, Diamond, Star, Calendar, Instagram, Facebook } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -75,22 +75,22 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Heritage",
|
||||
description: "Recipes passed down through generations, honoring Estonian culinary traditions and techniques.",
|
||||
icon: History
|
||||
icon: Sparkles
|
||||
},
|
||||
{
|
||||
title: "Local Sourcing",
|
||||
description: "gtr",
|
||||
icon: Leaf
|
||||
icon: Crown
|
||||
},
|
||||
{
|
||||
title: "Authentic Preparation",
|
||||
description: "Every dish is crafted using traditional methods that enhance natural flavors and preserve nutritional value.",
|
||||
icon: ChefHat
|
||||
icon: Diamond
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
description: "We believe food brings people together. Our dining space celebrates Estonian warmth and hospitality.",
|
||||
icon: Users
|
||||
icon: Star
|
||||
}
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184198716-cikhqvmg.jpg"
|
||||
|
||||
Reference in New Issue
Block a user