Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cd5b7af1d6 | |||
| 2b0020c7f4 | |||
| 952b4ae69e | |||
| 6a19a55ecd | |||
| b5c1e81259 | |||
| b3916e4cac | |||
| 8dcc3bd2a8 | |||
| cf39fd5ac7 |
@@ -8,6 +8,7 @@ import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwen
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
|
||||
import { Building2 } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -44,7 +45,7 @@ export default function LandingPage() {
|
||||
title=" IC6 Bologna"
|
||||
description=""
|
||||
tag="Istituto Comprensivo N. 6"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brown-concrete-building-clear-blue-sky_250224-217.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brown-concrete-building-clear-blue-sky_250224-217.jpg?_wi=1"
|
||||
imageAlt="Scuola Media Irnerio facciata"
|
||||
showBlur={true}
|
||||
showDimOverlay={false}
|
||||
@@ -55,6 +56,27 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="gallery" data-section="gallery" className="w-full">
|
||||
<HeroBillboardGallery
|
||||
title="Galleria della Scuola"
|
||||
description="Scopri gli spazi e le strutture della nostra succursale Media Irnerio"
|
||||
tag="Strutture"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-futuristic-school-classroom_23-2150892664.jpg?_wi=1", imageAlt: "Interno della scuola - Aule"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-concrete-building-clear-blue-sky_250224-217.jpg?_wi=2", imageAlt: "Esterno della scuola"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-futuristic-school-classroom_23-2150892664.jpg?_wi=2", imageAlt: "Laboratori scolastici"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="info" data-section="info" className="py-20 px-6">
|
||||
<TestimonialAboutCard
|
||||
tag="Struttura"
|
||||
@@ -62,7 +84,7 @@ export default function LandingPage() {
|
||||
description="Succursale Media Irnerio"
|
||||
subdescription="Quartiere San Vitale, Bologna"
|
||||
icon={Building2}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-futuristic-school-classroom_23-2150892664.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-futuristic-school-classroom_23-2150892664.jpg?_wi=3"
|
||||
imageAlt="Interno della scuola"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user