Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 23:29:22 +00:00

View File

@@ -5,7 +5,7 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS
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 } from "lucide-react";
import { Calendar, CheckCircle, Package, Users, Zap, Shield, Award, Zap as Camera } from "lucide-react";
export default function ForSchoolsPage() {
const navItems = [
@@ -34,9 +34,7 @@ export default function ForSchoolsPage() {
navItems={navItems}
brandName="Azurity Studio"
button={{
text: "Book Your Ceremony",
href: "/contact",
}}
text: "Book Your Ceremony", href: "/contact"}}
/>
</div>
@@ -52,20 +50,14 @@ export default function ForSchoolsPage() {
buttons={[{ text: "Request an Institutional Proposal", href: "/contact" }]}
features={[
{
title: "Event Workflow",
description: "Seamless event planning with dedicated coordination, shot lists, timeline management, and communication with your event planners.",
bentoComponent: "3d-task-list",
items: [
title: "Event Workflow", description: "Seamless event planning with dedicated coordination, shot lists, timeline management, and communication with your event planners.", bentoComponent: "3d-task-list", items: [
{ icon: Calendar, label: "Pre-event consultation", time: "1 week prior" },
{ icon: CheckCircle, label: "Day-of coordination", time: "Event day" },
{ icon: Package, label: "Post-event delivery", time: "48-72 hours" },
],
},
{
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: [
{ icon: Camera, ring: 1 },
{ icon: Zap, ring: 2 },
@@ -73,10 +65,7 @@ export default function ForSchoolsPage() {
],
},
{
title: "Print Sales & Management",
description: "Branded digital galleries with integrated print sales, handled fulfillment, inventory management, and revenue sharing options tailored to your institution.",
bentoComponent: "line-chart",
},
title: "Print Sales & Management", description: "Branded digital galleries with integrated print sales, handled fulfillment, inventory management, and revenue sharing options tailored to your institution.", bentoComponent: "line-chart"},
]}
/>
</div>