Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
<ProductCardFour
|
||||
useInvertedBackground={false}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
title="Τα Προϊόντα μας"
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Χωριάτικο Ψωμί", price: "2.50€", variant: "Παραδοσιακά", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-croissant-bread-basket_23-2148288048.jpg" },
|
||||
{
|
||||
id: "p2", name: "Κρουασάν Βουτύρου", price: "1.80€", variant: "Πρωινό", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-delicious-croissants-being-prerpared_181624-56837.jpg" },
|
||||
{
|
||||
id: "p3", name: "Παραδοσιακός Μπακλαβάς", price: "3.20€", variant: "Γλυκά", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-top-view_23-2149629039.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
|
||||
Reference in New Issue
Block a user