Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import TeamCardTen from "@/components/sections/team/TeamCardTen";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { CheckCircle, BookOpen, GraduationCap, Phone, Clock, Award } from "lucide-react";
|
||||
import { CheckCircle, BookOpen, GraduationCap, Phone, Clock, Award, Users } from "lucide-react";
|
||||
|
||||
export default function PermitSchoolPage() {
|
||||
const navItems = [
|
||||
@@ -52,7 +52,7 @@ export default function PermitSchoolPage() {
|
||||
rating={5}
|
||||
ratingText="Plus de 500 élèves satisfaits"
|
||||
buttons={[
|
||||
{ text: "Réserver un cours", href: "#services" },
|
||||
{ text: "Réserver mon cours maintenant", href: "#services" },
|
||||
{ text: "Nous contacter", href: "#contact" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -145,4 +145,4 @@ export default function PermitSchoolPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user