diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx new file mode 100644 index 0000000..6d0831d --- /dev/null +++ b/src/app/about/page.tsx @@ -0,0 +1,164 @@ +"use client" + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import { Heart, Clock, Users } from 'lucide-react'; + +export default function AboutPage() { + return ( + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + +
+ ); +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..5db380c --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,262 @@ +"use client" + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import { MapPin, Phone, Clock } from 'lucide-react'; + +export default function ContactPage() { + const handleFormSubmit = (e: React.FormEvent) => { + e.preventDefault(); + // Form submission logic would go here + console.log('Form submitted'); + }; + + return ( + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+
+
+
+

Formulaire de Contact

+

Remplissez le formulaire ci-dessous et nous vous répondrons dans les plus brefs délais.

+
+ +
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ +