Merge version_3 into main #3
@@ -90,7 +90,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Mici de Dedulești", price: "20 lei", imageSrc: "http://img.b2bpic.net/free-photo/fork-with-roast-sausages-platter_23-2148167628.jpg" },
|
||||
{ id: "p2", name: "Hotdog Fenomenal", price: "25 lei", imageSrc: "http://img.b2bpic.net/free-photo/hot-dog-with-sausage-cucumber-tomato-lettuce-dark-wooden-table-summer-hotdog-top-view_2829-16979.jpg" }
|
||||
{ id: "p2", name: "Hotdog Fenomenal", price: "25 lei", imageSrc: "http://img.b2bpic.net/free-photo/hot-dog-with-sausage-cucumber-tomato-lettuce-dark-wooden-table-summer-hotdog-top-view_2829-16979.jpg" },
|
||||
{ id: "p3", name: "Cârnăciori", price: "22 lei", imageSrc: "http://img.b2bpic.net/free-photo/grilled-sausages-with-vegetables-wooden-table_23-2148167628.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -112,6 +113,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
title="Parteneri și Comunitate"
|
||||
names={["Comunitatea Locală", "Producători Locali", "Șimleu Silvaniei"]}
|
||||
description="Suntem mândri de comunitatea noastră."
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -126,6 +128,7 @@ export default function LandingPage() {
|
||||
{ id: "f2", title: "Cum pot comanda?", content: "Sună la 0771 747 500." }
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -135,7 +138,7 @@ export default function LandingPage() {
|
||||
title="Ești gata pentru un festin?"
|
||||
description="Sună acum sau vizitează-ne pentru o experiență culinară tradițională."
|
||||
buttons={[{ text: "Sună Acum", href: "tel:0771747500" }]}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user