Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e69d9bd29 | |||
| e349aeecaf |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fffefe;
|
||||
--card: #f6f7f4;
|
||||
--foreground: #080908;
|
||||
--primary-cta: #0e3a29;
|
||||
--primary-cta-text: #fffefe;
|
||||
--secondary-cta: #e7eecd;
|
||||
--secondary-cta-text: #080908;
|
||||
--accent: #35c18b;
|
||||
--background-accent: #ecebe4;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120006e6;
|
||||
--primary-cta: #e63946;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120006e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user