Update src/app/progetto/page.tsx
This commit is contained in:
@@ -49,11 +49,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", title: "Storyboard", author: "Fase 02", description: "Organizzazione del ritmo visivo e pianificazione della sequenza blob.", tags: ["Pianificazione"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg?_wi=3"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Sceneggiatura", author: "Fase 03", description: "Stesura del copione come guida flessibile tra dati e provocazioni.", tags: ["Scripting"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-walking-evening-outside-street_1303-17071.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-walking-evening-outside-street_1303-17071.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
title="Le Fasi del Progetto"
|
||||
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg?_wi=4"
|
||||
logoText="ARIA DI CASA"
|
||||
columns={[
|
||||
{ title: "Pagine", items: [{ label: "Home", href: "/" }, { label: "Progetto", href: "/progetto" }] },
|
||||
|
||||
Reference in New Issue
Block a user