Update src/app/page.tsx

This commit is contained in:
2026-05-04 09:59:06 +00:00
parent 5cf0769c5e
commit 09f10d1597

View File

@@ -9,7 +9,7 @@ import TeamCardSix from "@/components/sections/team/TeamCardSix";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import ContactText from "@/components/sections/contact/ContactText";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { Zap, Target, Users, Mail } from "lucide-react";
import { Zap, Target, Users } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -21,7 +21,7 @@ export default function HomePage() {
return (
<ThemeProvider>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen navItems={navItems} logoText="Logo" />
<NavbarStyleFullscreen navItems={navItems} />
</div>
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
@@ -39,6 +39,7 @@ export default function HomePage() {
title="Our Impact"
description="Quantifiable results for our clients."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="about" data-section="about">
@@ -49,6 +50,7 @@ export default function HomePage() {
subdescription="Driven by passion and dedication to excellence."
icon={Target}
imageSrc="https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=2071"
useInvertedBackground={false}
/>
</div>
<div id="services" data-section="services">
@@ -56,7 +58,8 @@ export default function HomePage() {
title="Our Services"
description="Comprehensive solutions designed to grow your business."
textboxLayout="default"
features={[{ title: "Strategic Consulting", description: "Expert guidance to navigate market shifts.", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=2070" }, { title: "Digital Transformation", description: "Upgrading your tech stack for the future.", imageSrc: "https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=2015" }]}
features={[{ title: "Strategic Consulting", description: "Expert guidance to navigate market shifts.", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=2071" }, { title: "Digital Transformation", description: "Upgrading your tech stack for the future.", imageSrc: "https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=2071" }]}
useInvertedBackground={false}
/>
</div>
<div id="dr-hani" data-section="dr-hani">
@@ -67,6 +70,7 @@ export default function HomePage() {
animationType="slide-up"
textboxLayout="default"
members={[{ id: "1", name: "Dr. Hani", role: "Founder & CEO", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=1974" }]}
useInvertedBackground={false}
/>
</div>
<div id="testimonials" data-section="testimonials">
@@ -76,6 +80,7 @@ export default function HomePage() {
animationType="slide-up"
textboxLayout="default"
testimonials={[{ id: "1", name: "John Doe", handle: "@john", testimonial: "The team transformed our operations completely.", icon: Users }]}
useInvertedBackground={false}
/>
</div>
<div id="cta" data-section="cta">
@@ -83,6 +88,7 @@ export default function HomePage() {
text="Ready to start your journey?"
background={{ variant: "gradient-bars" }}
buttons={[{ text: "Get In Touch", href: "/contact" }]}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">