Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 114ff349ca | |||
| 673e5072fe | |||
| 129b643bb5 | |||
| aebe04e45d | |||
| 7c0a97215a | |||
| a39af2451e | |||
| 6a1dca8322 | |||
| a73dd80219 | |||
| e94f150611 |
@@ -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 (
|
||||
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
sizing="largeSmall"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="shadow"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="minimal"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
@@ -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