diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index d18d3a8..8eda67d 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -12,295 +12,124 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
-
-
+
+
-
-
+ brand="AXEN MEDIA"
+ description="Consistent, Fast & Reliable. Everything a Freelancer Isn't. Global brands trust us for end-to-end production."
+ primaryButton={{ text: "See Our Work", href: "#projects" }}
+ secondaryButton={{ text: "Book a Free Call", href: "#contact" }}
+ imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-developing-photos_23-2149893933.jpg"
+ />
+
+
-
-
+
+
-
-
+ quote="The confidence of those who collaborate with us is unmatched. Axen Media delivers measurable results that we are truly proud to talk about."
+ rating={5}
+ author="Marcus Thorne"
+ avatars={[
+ { name: "Sarah", imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-hipster-man-posing-studio_158538-25512.jpg" },
+ { name: "John", imageSrc: "http://img.b2bpic.net/free-photo/super-hero-businessman-red-cape-glasses-looking-front-being-displeased-frowning-standing-orange-wall_141793-53246.jpg" },
+ { name: "Elena", imageSrc: "http://img.b2bpic.net/free-photo/being-creative-with-textures-colours_329181-18136.jpg" },
+ { name: "David", imageSrc: "http://img.b2bpic.net/free-photo/super-hero-businessman-red-cape-holding-speech-bubble-sign-with-word-idea-pointing-with-index-finger-camera-smiling-standing-green-background_141793-49163.jpg" },
+ { name: "Anna", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businesswoman-with-hands-crossed_1098-20032.jpg" }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Trusted By"
+ title="Used by 60+ brands who value storytelling"
+ description="Our work resonates with forward-thinking teams globally."
+ names={["Compass", "Miss Kay", "Flatpay", "Kajabi", "iTarget", "Williams", "Storybrand"]}
+ />
+
+
-
-
+
+
-
-
+ tag="Portfolio"
+ title="Watch the work that built our reputation"
+ description="Explore our latest video production work across various industries."
+ items={[
+ { title: "Cinematic Nature", description: "High-end drone cinematography.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/man-taking-photos-girlfriend-nature-with-smartphone_23-2148693662.jpg" },
+ { title: "Lifestyle Urban", description: "Authentic brand storytelling.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-posing-together_23-2149512420.jpg" },
+ { title: "Fashion Films", description: "High-fashion aesthetic visuals.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/front-view-boy-posing-studio_23-2149596296.jpg" },
+ { title: "Tech Commercial", description: "Sleek product marketing.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072178.jpg" },
+ { title: "Corporate Motion", description: "Dynamic motion graphics.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/3d-contemporary-empty-room_1048-15965.jpg" },
+ { title: "Event Energy", description: "High-energy festival coverage.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/sitting-man-watching-football-public-place-night_1268-17901.jpg" },
+ { title: "Abstract Motion", description: "Unique artistic motion.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/nice-blue-white-background-backdrop-purpose_1017-46757.jpg" }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Our Stats"
+ title="More than a service. A strategic partner."
+ description="We deliver measurable results across all creative fronts."
+ metrics={[
+ { value: "60+", description: "Satisfied Clients" },
+ { value: "2000+", description: "Projects Delivered" },
+ { value: "3+", description: "Years Experience" },
+ { value: "68%", description: "Video Retention" }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Our Workflow"
+ title="The process behind the magic"
+ description="We streamline creative production for maximum efficiency and quality."
+ features={[
+ { title: "The First Step", description: "You reach out and we define your goals together.", bentoComponent: "info-card-marquee", infoCards: [{ icon: "Zap", label: "Speed", value: "24h" }, { icon: "Phone", label: "Call", value: "Initial" }, { icon: "Target", label: "Goal", value: "Clear" }] },
+ { title: "Production", description: "We execute on your vision with precision.", bentoComponent: "tilted-stack-cards", stackCards: [{ icon: "Edit", title: "Editing", subtitle: "Crafting", detail: "The core cut." }, { icon: "Film", title: "Motion", subtitle: "Visuals", detail: "Animated assets." }, { icon: "Mic", title: "Audio", subtitle: "Sound", detail: "Polished audio." }] },
+ { title: "Delivery", description: "We ensure timely delivery for all your assets.", bentoComponent: "checklist-timeline", heading: "Final Delivery", subheading: "Timeline optimized", checklistItems: [{ label: "Review", detail: "Feedback loop" }, { label: "Polish", detail: "Final touch" }, { label: "Export", detail: "Ready format" }], completedLabel: "Finished" }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Q&A"
+ title="Everything you need to know"
+ description="Common questions about our video editing process and tools."
+ items={[
+ { question: "What software do you use?", answer: "We use Adobe Premiere Pro, After Effects, and Photoshop for professional results." },
+ { question: "How long does it take to edit a video?", answer: "Timeline depends on complexity, usually between 2-5 days." },
+ { question: "Can you remove background noise?", answer: "Yes, we use advanced AI audio processing to clean up your recordings." },
+ { question: "How much does it cost?", answer: "We provide custom quotes based on project scope." },
+ { question: "Can you do custom intros?", answer: "Absolutely, we specialize in motion graphics and custom intros." },
+ { question: "What is the revision process?", answer: "We include 2 rounds of revisions with every package." }
+ ]}
+ />
+
+
-
>
);
-}
+}
\ No newline at end of file