Update src/app/page.tsx
This commit is contained in:
@@ -65,9 +65,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", name: "אספרסו קצר", price: "10 ₪", variant: "קפה", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hot-coffee_53876-31294.jpg" },
|
||||
@@ -82,7 +82,6 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
title="זוגות משתפים"
|
||||
|
||||
Reference in New Issue
Block a user