Merge version_2 into main #2
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Viziteaza-ne", href: "/#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-with-heart-pattern-wooden-background_1232-2090.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-with-heart-pattern-wooden-background_1232-2090.jpg?_wi=1"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -86,9 +86,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Burger Nou", price: "45.00 lei", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637348.jpg"},
|
||||
id: "p1", name: "Burger Nou", price: "45.00 lei", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637348.jpg?_wi=1"},
|
||||
{
|
||||
id: "p2", name: "Ciorba Radauteana", price: "24.00 lei", imageSrc: "http://img.b2bpic.net/free-photo/side-view-tomato-soup-wooden-table_176474-3239.jpg"},
|
||||
id: "p2", name: "Ciorba Radauteana", price: "24.00 lei", imageSrc: "http://img.b2bpic.net/free-photo/side-view-tomato-soup-wooden-table_176474-3239.jpg?_wi=1"},
|
||||
{
|
||||
id: "p3", name: "Mic Dejun Ritual", price: "32.00 lei", imageSrc: "http://img.b2bpic.net/free-photo/avocado-open-toast-with-avocado-slices-lemon-flax-seeds-sesame-seeds-black-bread-slices-top-view_2831-794.jpg"},
|
||||
{
|
||||
|
||||
@@ -40,9 +40,9 @@ export default function ShopPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Burger Nou", price: "45.00 lei", variant: "Mancare", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637348.jpg" },
|
||||
{ id: "2", name: "Ciorba Radauteana", price: "24.00 lei", variant: "Mancare", imageSrc: "http://img.b2bpic.net/free-photo/side-view-tomato-soup-wooden-table_176474-3239.jpg" },
|
||||
{ id: "3", name: "Specialty Coffee", price: "15.00 lei", variant: "Bauturi", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-heart-pattern-wooden-background_1232-2090.jpg" }
|
||||
{ id: "1", name: "Burger Nou", price: "45.00 lei", variant: "Mancare", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637348.jpg?_wi=2" },
|
||||
{ id: "2", name: "Ciorba Radauteana", price: "24.00 lei", variant: "Mancare", imageSrc: "http://img.b2bpic.net/free-photo/side-view-tomato-soup-wooden-table_176474-3239.jpg?_wi=2" },
|
||||
{ id: "3", name: "Specialty Coffee", price: "15.00 lei", variant: "Bauturi", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-heart-pattern-wooden-background_1232-2090.jpg?_wi=2" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user