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 ContactText from "@/components/sections/contact/ContactText";
|
||||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
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() {
|
export default function PermitSchoolPage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
@@ -52,7 +52,7 @@ export default function PermitSchoolPage() {
|
|||||||
rating={5}
|
rating={5}
|
||||||
ratingText="Plus de 500 élèves satisfaits"
|
ratingText="Plus de 500 élèves satisfaits"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Réserver un cours", href: "#services" },
|
{ text: "Réserver mon cours maintenant", href: "#services" },
|
||||||
{ text: "Nous contacter", href: "#contact" },
|
{ text: "Nous contacter", href: "#contact" },
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #fffefe;
|
--background: #ffffff;
|
||||||
--card: #f6f7f4;
|
--card: #f9f9f9;
|
||||||
--foreground: #080908;
|
--foreground: #120006e6;
|
||||||
--primary-cta: #0e3a29;
|
--primary-cta: #e63946;
|
||||||
--primary-cta-text: #fffefe;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #e7eecd;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #080908;
|
--secondary-cta-text: #120006e6;
|
||||||
--accent: #35c18b;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #ecebe4;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user