diff --git a/src/app/page.tsx b/src/app/page.tsx
index 56965c0..86fccaa 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,6 +9,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
+import ProductCardFour from '@/components/sections/product/ProductCardFour';
export default function LandingPage() {
return (
@@ -46,13 +47,27 @@ export default function LandingPage() {
description="Ζυμώνουμε καθημερινά με αγνά υλικά και μεράκι, προσφέροντας φρεσκοψημένα προϊόντα για κάθε στιγμή της ημέρας."
buttons={[
{
- text: "Δείτε το Μενού", href: "#products"},
+ text: "Δείτε το Μενού", href: "/products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/low-angle-female-employees-coffee-break_23-2148347250.jpg"
imageAlt="Φρεσκοψημένα προϊόντα"
mediaAnimation="slide-up"
videoSrc="https://www.w3schools.com/tags/movie.mp4?_wi=1"
/>
+