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