Update src/app/page.tsx
This commit is contained in:
@@ -129,17 +129,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Golden Retriever (Mascul)", price: "Disponibil", imageSrc: "http://img.b2bpic.net/free-photo/adorable-beagle-enjoying-walk-nature_23-2148576910.jpg"},
|
||||
id: "p1", name: "Golden Retriever (Mascul)", price: "Disponibil", imageSrc: ""},
|
||||
{
|
||||
id: "p2", name: "Labrador Chocolate (Femelă)", price: "Disponibil", imageSrc: "http://img.b2bpic.net/free-photo/woman-summer-forest-playing-with-dog_1157-32819.jpg"},
|
||||
id: "p2", name: "Labrador Chocolate (Femelă)", price: "Disponibil", imageSrc: ""},
|
||||
{
|
||||
id: "p3", name: "Ciobănesc German (Mascul)", price: "Disponibil", imageSrc: "http://img.b2bpic.net/free-photo/woman-feeding-puppy_329181-10906.jpg"},
|
||||
id: "p3", name: "Ciobănesc German (Mascul)", price: "Disponibil", imageSrc: ""},
|
||||
{
|
||||
id: "p4", name: "Golden Retriever (Femelă)", price: "Disponibil", imageSrc: "http://img.b2bpic.net/free-photo/cocker-spaniel-eating-birthday-cake-home_1303-27306.jpg"},
|
||||
id: "p4", name: "Golden Retriever (Femelă)", price: "Disponibil", imageSrc: ""},
|
||||
{
|
||||
id: "p5", name: "Border Collie (Mascul)", price: "Disponibil", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-hugging-her-pet-grass_23-2148045755.jpg"},
|
||||
id: "p5", name: "Border Collie (Mascul)", price: "Disponibil", imageSrc: ""},
|
||||
{
|
||||
id: "p6", name: "Labrador Negru (Mascul)", price: "Disponibil", imageSrc: "http://img.b2bpic.net/free-photo/labrador-dog-portrait-outdoor_23-2148861559.jpg"},
|
||||
id: "p6", name: "Labrador Negru (Mascul)", price: "Disponibil", imageSrc: ""},
|
||||
]}
|
||||
title="Puii Disponibili"
|
||||
description="Descoperă puii care sunt gata să își găsească o casă primitoare."
|
||||
@@ -259,4 +259,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user