Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Coffee, Leaf, Music, Wifi } from "lucide-react";
|
||||
import { Coffee } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -97,6 +97,7 @@ export default function LandingPage() {
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
useInvertedBackground={true}
|
||||
textboxLayout="default"
|
||||
names={["חוות עינב", "מאפיית הנגב", "קפה פרימיום"]}
|
||||
title="שותפים לדרך"
|
||||
description="גאים להגיש תוצרת איכותית."
|
||||
@@ -123,6 +124,7 @@ export default function LandingPage() {
|
||||
description="יש לכם שאלות או הזמנות לאירועים? נשמח לשמוע מכם!"
|
||||
buttons={[{ text: "שלחו לנו הודעה", href: "mailto:info@eb.co.il" }]}
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user