diff --git a/src/app/for-schools/page.tsx b/src/app/for-schools/page.tsx index 4915ecb..b548fe4 100644 --- a/src/app/for-schools/page.tsx +++ b/src/app/for-schools/page.tsx @@ -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"}} /> @@ -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"}, ]} />