Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e8a233de8 | |||
| 77aab589bd | |||
| 880540d593 | |||
| ccbedf4c8d | |||
| 5d6a112b82 | |||
| 091454b251 |
@@ -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,29 @@ 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="Τα Προϊόντα μας"
|
||||
description="Δοκιμάστε τις χειροποίητες δημιουργίες μας."
|
||||
textboxLayout="default"
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Χωριάτικο Ψωμί", price: "2.50€", variant: "Παραδοσιακά", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-croissant-bread-basket_23-2148288048.jpg?_wi=1" },
|
||||
{
|
||||
id: "p2", name: "Κρουασάν Βουτύρου", price: "1.80€", variant: "Πρωινό", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-delicious-croissants-being-prerpared_181624-56837.jpg?_wi=1" },
|
||||
{
|
||||
id: "p3", name: "Παραδοσιακός Μπακλαβάς", price: "3.20€", variant: "Γλυκά", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-top-view_23-2149629039.jpg?_wi=1" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
@@ -76,13 +93,13 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Παραδοσιακά", name: "Χωριάτικο Ψωμί", price: "2.50€", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-croissant-bread-basket_23-2148288048.jpg"},
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-croissant-bread-basket_23-2148288048.jpg?_wi=2"},
|
||||
{
|
||||
id: "p2", brand: "Πρωινό", name: "Κρουασάν Βουτύρου", price: "1.80€", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-delicious-croissants-being-prerpared_181624-56837.jpg"},
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-delicious-croissants-being-prerpared_181624-56837.jpg?_wi=2"},
|
||||
{
|
||||
id: "p3", brand: "Γλυκά", name: "Παραδοσιακός Μπακλαβάς", price: "3.20€", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-top-view_23-2149629039.jpg"},
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-top-view_23-2149629039.jpg?_wi=2"},
|
||||
]}
|
||||
title="Τα Προϊόντα μας"
|
||||
description="Δοκιμάστε τις χειροποίητες δημιουργίες μας."
|
||||
|
||||
Reference in New Issue
Block a user