Merge version_1_1781348858742 into main
Merge version_1_1781348858742 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -2,7 +2,6 @@ import FooterMinimal from '@/components/sections/footer/FooterMinimal';
|
||||
import NavbarFloatingLogo from '@/components/ui/NavbarFloatingLogo';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot";
|
||||
import { Facebook, Instagram, Linkedin } from "lucide-react";
|
||||
import { Outlet } from 'react-router-dom';
|
||||
import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
|
||||
|
||||
@@ -5,153 +5,146 @@ import FeaturesBento from '@/components/sections/features/FeaturesBento';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards';
|
||||
import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards';
|
||||
import { Award, Briefcase, Camera, Globe, Lightbulb, Monitor, Target, Users } from "lucide-react";
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboardCarousel
|
||||
tag="Global Media Algérie"
|
||||
title="Agence de Communication & Conseil Stratégique"
|
||||
description="Global Media Algérie accompagne les entreprises, institutions et porteurs de projets dans la conception, le développement et la mise en œuvre de stratégies de communication performantes."
|
||||
primaryButton={{
|
||||
text: "Découvrir nos services", href: "#expertise"}}
|
||||
secondaryButton={{
|
||||
text: "Contactez-nous", href: "#contact"}}
|
||||
items={[
|
||||
{ imageSrc: "https://images.pexels.com/photos/34657189/pexels-photo-34657189.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" },
|
||||
{ imageSrc: "https://images.pexels.com/photos/7688336/pexels-photo-7688336.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" },
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=9g08rp" },
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=xm426u" },
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=auf74k" },
|
||||
{ imageSrc: "https://images.pexels.com/photos/7875896/pexels-photo-7875896.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Global Media Algérie"
|
||||
title="Agence de Communication & Conseil Stratégique"
|
||||
description="Global Media Algérie accompagne les entreprises, institutions et porteurs de projets dans la conception, le développement et la mise en œuvre de stratégies de communication performantes."
|
||||
primaryButton={{ text: "Découvrir nos services", href: "#expertise" }}
|
||||
secondaryButton={{ text: "Contactez-nous", href: "#contact" }}
|
||||
items={[
|
||||
{ imageSrc: "https://images.pexels.com/photos/34657189/pexels-photo-34657189.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" },
|
||||
{ imageSrc: "https://images.pexels.com/photos/7688336/pexels-photo-7688336.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" },
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=9g08rp" },
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=xm426u" },
|
||||
{ imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=auf74k" },
|
||||
{ imageSrc: "https://images.pexels.com/photos/7875896/pexels-photo-7875896.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutFeaturesSplit
|
||||
tag="Notre Expertise"
|
||||
title="À Propos de Global Media Algérie"
|
||||
description="Grâce à une expertise reconnue dans les médias et l'audiovisuel, nous proposons des solutions innovantes et adaptées aux enjeux de nos clients."
|
||||
items={[
|
||||
{ icon: "Lightbulb", title: "Stratégie", description: "Conseil en communication et stratégie" },
|
||||
{ icon: "Camera", title: "Production", description: "Films institutionnels et documentaires" },
|
||||
{ icon: "Monitor", title: "Médias", description: "Achat et gestion d'espaces médias" },
|
||||
]}
|
||||
imageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=jz2xqa"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Notre Expertise"
|
||||
title="À Propos de Global Media Algérie"
|
||||
description="Grâce à une expertise reconnue dans les médias et l'audiovisuel, nous proposons des solutions innovantes et adaptées aux enjeux de nos clients."
|
||||
items={[
|
||||
{ icon: "Lightbulb", title: "Stratégie", description: "Conseil en communication et stratégie" },
|
||||
{ icon: "Camera", title: "Production", description: "Films institutionnels et documentaires" },
|
||||
{ icon: "Monitor", title: "Médias", description: "Achat et gestion d'espaces médias" },
|
||||
]}
|
||||
imageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=jz2xqa"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="expertise" data-section="expertise">
|
||||
<SectionErrorBoundary name="expertise">
|
||||
<div id="expertise" data-section="expertise">
|
||||
<SectionErrorBoundary name="expertise">
|
||||
<FeaturesBento
|
||||
tag="Services"
|
||||
title="Nos Domaines d'Expertise"
|
||||
description="Des solutions complètes pour transformer vos idées en impact médiatique durable."
|
||||
features={[
|
||||
{
|
||||
title: "Conseil Stratégique", description: "Élaboration de plans de communication sur mesure.", bentoComponent: "info-card-marquee", infoCards: [
|
||||
{ icon: "Briefcase", label: "Conseil", value: "Expert" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Production Audiovisuelle", description: "Reportages, documentaires et spots publicitaires.", bentoComponent: "media-stack", mediaItems: [
|
||||
{ imageSrc: "https://images.pexels.com/photos/7661185/pexels-photo-7661185.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" },
|
||||
{ imageSrc: "https://images.pexels.com/photos/8154527/pexels-photo-8154527.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" },
|
||||
{ imageSrc: "https://images.pexels.com/photos/7970815/pexels-photo-7970815.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Gestion Média", description: "Achat et diffusion sur tous les canaux.", bentoComponent: "orbiting-icons", centerIcon: "Globe", orbitIcons: ["Radio", "Tv", "Smartphone"]
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Services"
|
||||
title="Nos Domaines d'Expertise"
|
||||
description="Des solutions complètes pour transformer vos idées en impact médiatique durable."
|
||||
features={[
|
||||
{
|
||||
title: "Conseil Stratégique", description: "Élaboration de plans de communication sur mesure.", bentoComponent: "info-card-marquee", infoCards: [{ icon: "Briefcase", label: "Conseil", value: "Expert" }]
|
||||
},
|
||||
{
|
||||
title: "Production Audiovisuelle", description: "Reportages, documentaires et spots publicitaires.", bentoComponent: "media-stack", mediaItems: [
|
||||
{ imageSrc: "https://images.pexels.com/photos/7661185/pexels-photo-7661185.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" },
|
||||
{ imageSrc: "https://images.pexels.com/photos/8154527/pexels-photo-8154527.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" },
|
||||
{ imageSrc: "https://images.pexels.com/photos/7970815/pexels-photo-7970815.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Gestion Média", description: "Achat et diffusion sur tous les canaux.", bentoComponent: "orbiting-icons", centerIcon: "Globe", orbitIcons: ["Radio", "Tv", "Smartphone"]
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="mission" data-section="mission">
|
||||
<SectionErrorBoundary name="mission">
|
||||
<div id="mission" data-section="mission">
|
||||
<SectionErrorBoundary name="mission">
|
||||
<AboutFeaturesSplit
|
||||
tag="Notre Mission"
|
||||
title="L'Impact Médiatique Durable"
|
||||
description="Mettre notre savoir-faire au service de la visibilité et du développement de nos partenaires."
|
||||
items={[
|
||||
{ icon: "Award", title: "Créativité", description: "Approche innovante et audacieuse" },
|
||||
{ icon: "Target", title: "Performance", description: "Résultats mesurables et durables" },
|
||||
{ icon: "Users", title: "Partenariat", description: "Relation de confiance sur le long terme" },
|
||||
]}
|
||||
imageSrc="https://images.pexels.com/photos/5520284/pexels-photo-5520284.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Notre Mission"
|
||||
title="L'Impact Médiatique Durable"
|
||||
description="Mettre notre savoir-faire au service de la visibilité et du développement de nos partenaires."
|
||||
items={[
|
||||
{ icon: "Award", title: "Créativité", description: "Approche innovante et audacieuse" },
|
||||
{ icon: "Target", title: "Performance", description: "Résultats mesurables et durables" },
|
||||
{ icon: "Users", title: "Partenariat", description: "Relation de confiance sur le long terme" },
|
||||
]}
|
||||
imageSrc="https://images.pexels.com/photos/5520284/pexels-photo-5520284.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<SectionErrorBoundary name="why-us">
|
||||
<div id="why-us" data-section="why-us">
|
||||
<SectionErrorBoundary name="why-us">
|
||||
<FaqSimple
|
||||
tag="Pourquoi Nous"
|
||||
title="Les Avantages GMA"
|
||||
description="Pourquoi choisir Global Media Algérie comme partenaire stratégique."
|
||||
items={[
|
||||
{ question: "Expertise reconnue", answer: "Une équipe chevronnée dans le secteur des médias." },
|
||||
{ question: "Solutions sur mesure", answer: "Chaque projet bénéficie d'une approche unique et personnalisée." },
|
||||
{ question: "Production professionnelle", answer: "Matériel de pointe pour des résultats haute qualité." },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Pourquoi Nous"
|
||||
title="Les Avantages GMA"
|
||||
description="Pourquoi choisir Global Media Algérie comme partenaire stratégique."
|
||||
items={[
|
||||
{ question: "Expertise reconnue", answer: "Une équipe chevronnée dans le secteur des médias." },
|
||||
{ question: "Solutions sur mesure", answer: "Chaque projet bénéficie d'une approche unique et personnalisée." },
|
||||
{ question: "Production professionnelle", answer: "Matériel de pointe pour des résultats haute qualité." },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="stats" data-section="stats">
|
||||
<SectionErrorBoundary name="stats">
|
||||
<div id="stats" data-section="stats">
|
||||
<SectionErrorBoundary name="stats">
|
||||
<MetricsSimpleCards
|
||||
tag="Chiffres Clés"
|
||||
title="Notre Impact en Chiffres"
|
||||
metrics={[
|
||||
{ value: "150+", description: "Clients accompagnés" },
|
||||
{ value: "300+", description: "Projets réalisés" },
|
||||
{ value: "50+", description: "Campagnes lancées" },
|
||||
{ value: "20+", description: "Partenaires médias" },
|
||||
]}
|
||||
description="La preuve par les résultats."
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Chiffres Clés"
|
||||
title="Notre Impact en Chiffres"
|
||||
metrics={[
|
||||
{ value: "150+", description: "Clients accompagnés" },
|
||||
{ value: "300+", description: "Projets réalisés" },
|
||||
{ value: "50+", description: "Campagnes lancées" },
|
||||
{ value: "20+", description: "Partenaires médias" },
|
||||
]}
|
||||
description="La preuve par les résultats."
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialQuoteCards
|
||||
tag="Témoignages"
|
||||
title="Ce que disent nos clients"
|
||||
testimonials={[
|
||||
{ name: "Sarah A.", role: "CEO", quote: "Une expertise exemplaire.", imageSrc: "https://images.pexels.com/photos/7693157/pexels-photo-7693157.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" },
|
||||
{ name: "Karim M.", role: "Marketing", quote: "Une équipe créative.", imageSrc: "https://images.pexels.com/photos/8837733/pexels-photo-8837733.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" },
|
||||
{ name: "Yasmine B.", role: "Fondatrice", quote: "Rapides et efficaces.", imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=qmgug4" },
|
||||
{ name: "Omar K.", role: "DG", quote: "Partenaire incontournable.", imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=hvydje" },
|
||||
{ name: "Leila F.", role: "Manager", quote: "Qualité exceptionnelle.", imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=rb9jg7" },
|
||||
]}
|
||||
description="La satisfaction de nos partenaires est notre priorité."
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Témoignages"
|
||||
title="Ce que disent nos clients"
|
||||
testimonials={[
|
||||
{ name: "Sarah A.", role: "CEO", quote: "Une expertise exemplaire.", imageSrc: "https://images.pexels.com/photos/7693157/pexels-photo-7693157.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" },
|
||||
{ name: "Karim M.", role: "Marketing", quote: "Une équipe créative.", imageSrc: "https://images.pexels.com/photos/8837733/pexels-photo-8837733.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" },
|
||||
{ name: "Yasmine B.", role: "Fondatrice", quote: "Rapides et efficaces.", imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=qmgug4" },
|
||||
{ name: "Omar K.", role: "DG", quote: "Partenaire incontournable.", imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=hvydje" },
|
||||
{ name: "Leila F.", role: "Manager", quote: "Qualité exceptionnelle.", imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=rb9jg7" },
|
||||
]}
|
||||
description="La satisfaction de nos partenaires est notre priorité."
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Contactez-nous"
|
||||
text="Prêt à transformer vos idées ? Contactez notre équipe dès aujourd'hui."
|
||||
primaryButton={{
|
||||
text: "Envoyer un message", href: "#"}}
|
||||
secondaryButton={{
|
||||
text: "WhatsApp", href: "https://wa.me/213555555555"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Contactez-nous"
|
||||
text="Prêt à transformer vos idées ? Contactez notre équipe dès aujourd'hui."
|
||||
primaryButton={{ text: "Envoyer un message", href: "#" }}
|
||||
secondaryButton={{ text: "WhatsApp", href: "https://wa.me/213555555555" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user