Merge version_3 into main #4
@@ -2,11 +2,11 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
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 FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
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() {
|
||||
const navItems = [
|
||||
@@ -41,11 +41,12 @@ export default function ForSchoolsPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
<HeroBillboard
|
||||
title="For Schools & Institutions"
|
||||
description="Partnership model designed to simplify event planning, scalable coverage, and professional print sales management."
|
||||
tag="Institutional Partnerships"
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="/placeholder-hero.jpg"
|
||||
imageAlt="School event photography"
|
||||
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,
|
||||
items: [
|
||||
{ icon: Camera, ring: 1 },
|
||||
{ icon: Zap, ring: 2 },
|
||||
{ icon: Shield, ring: 3 },
|
||||
{ icon: Zap, ring: 1 },
|
||||
{ icon: Shield, ring: 2 },
|
||||
{ icon: Award, ring: 3 },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user