Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7436e6eae1 | |||
| 5279d8900c | |||
| 7021207b68 |
@@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||||
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
||||||
import FeatureBento from "@/components/sections/feature/FeatureBento";
|
import FeatureBento from "@/components/sections/feature/FeatureBento";
|
||||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { Calendar, CheckCircle, Package, Users, Zap, Shield, Award, Zap as Camera } from "lucide-react";
|
import { Calendar, CheckCircle, Package, Users, Zap, Shield, Award } from "lucide-react";
|
||||||
|
|
||||||
export default function ForSchoolsPage() {
|
export default function ForSchoolsPage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
@@ -41,11 +41,12 @@ export default function ForSchoolsPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlay
|
<HeroBillboard
|
||||||
title="For Schools & Institutions"
|
title="For Schools & Institutions"
|
||||||
description="Partnership model designed to simplify event planning, scalable coverage, and professional print sales management."
|
description="Partnership model designed to simplify event planning, scalable coverage, and professional print sales management."
|
||||||
tag="Institutional Partnerships"
|
tag="Institutional Partnerships"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
|
background={{ variant: "plain" }}
|
||||||
imageSrc="/placeholder-hero.jpg"
|
imageSrc="/placeholder-hero.jpg"
|
||||||
imageAlt="School event photography"
|
imageAlt="School event photography"
|
||||||
buttons={[{ text: "Request an Institutional Proposal", href: "/contact" }]}
|
buttons={[{ text: "Request an Institutional Proposal", href: "/contact" }]}
|
||||||
@@ -72,9 +73,9 @@ export default function ForSchoolsPage() {
|
|||||||
{
|
{
|
||||||
title: "Scalable Team Coverage", description: "Multiple photographers deployed based on event size, ensuring comprehensive coverage from intimate ceremonies to large institutional celebrations.", bentoComponent: "orbiting-icons", centerIcon: Users,
|
title: "Scalable Team Coverage", description: "Multiple photographers deployed based on event size, ensuring comprehensive coverage from intimate ceremonies to large institutional celebrations.", bentoComponent: "orbiting-icons", centerIcon: Users,
|
||||||
items: [
|
items: [
|
||||||
{ icon: Camera, ring: 1 },
|
{ icon: Zap, ring: 1 },
|
||||||
{ icon: Zap, ring: 2 },
|
{ icon: Shield, ring: 2 },
|
||||||
{ icon: Shield, ring: 3 },
|
{ icon: Award, ring: 3 },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user