Merge version_2 into main #3
@@ -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() {
|
||||
@@ -55,6 +56,28 @@ 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"
|
||||
items={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/abstract-futuristic-school-classroom_23-2150892664.jpg", imageAlt: "Interno della scuola - Aule", title: "Aule Moderne"
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/brown-concrete-building-clear-blue-sky_250224-217.jpg", imageAlt: "Esterno della scuola", title: "Struttura Principale"
|
||||
},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/abstract-futuristic-school-classroom_23-2150892664.jpg", imageAlt: "Laboratori scolastici", title: "Laboratori Didattici"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="info" data-section="info" className="py-20 px-6">
|
||||
<TestimonialAboutCard
|
||||
tag="Struttura"
|
||||
|
||||
Reference in New Issue
Block a user