3 Commits

Author SHA1 Message Date
bc9f100386 Update src/app/page.tsx 2026-05-13 14:14:24 +00:00
0b4e587d16 Merge version_2 into main
Merge version_2 into main
2026-05-13 14:12:08 +00:00
42916c349f Update src/app/page.tsx 2026-05-13 14:12:04 +00:00

View File

@@ -32,46 +32,31 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Hanan Ahmed"
button={{
text: "Contact Me",
href: "#contact",
}}
text: "Contact Me", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "glowing-orb",
}}
variant: "glowing-orb"}}
logoText="Hanan Ahmed"
description="Professional Digital Services Provider. Delivering cutting-edge web development, design, and digital solutions with a futuristic edge."
buttons={[
{
text: "Contact Me",
href: "#contact",
},
text: "Contact Me", href: "#contact"},
{
text: "Learn More",
href: "#about",
},
text: "Learn More", href: "#about"},
]}
imageSrc="http://img.b2bpic.net/free-photo/low-angle-view-skylight-hong-kong-residential-old-architecture_181624-34813.jpg"
mediaAnimation="blur-reveal"
@@ -99,24 +84,16 @@ export default function LandingPage() {
features={[
{
icon: Globe,
title: "Web Development",
description: "Responsive, fast, and secure websites tailored to your unique business needs.",
},
title: "Web Development", description: "Responsive, fast, and secure websites tailored to your unique business needs."},
{
icon: Palette,
title: "Logo Design",
description: "Striking, memorable brand identities that resonate with your target audience.",
},
title: "Logo Design", description: "Striking, memorable brand identities that resonate with your target audience."},
{
icon: Video,
title: "Video Editing",
description: "Professional editing services for cinematic storytelling and engaging digital content.",
},
title: "Video Editing", description: "Professional editing services for cinematic storytelling and engaging digital content."},
{
icon: Database,
title: "Data Entry",
description: "Accurate, structured, and efficient data management services for small and large projects.",
},
title: "Data Entry", description: "Accurate, structured, and efficient data management services for small and large projects."},
]}
title="Digital Expertise"
description="Transforming concepts into high-performing digital assets."
@@ -128,14 +105,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Cybernet",
"Flux Design",
"Nova Tech",
"Digital Spark",
"Pixel Perfect",
"DataCore",
"FutureFlow",
]}
"Cybernet", "Flux Design", "Nova Tech", "Digital Spark", "Pixel Perfect", "DataCore", "FutureFlow"]}
title="Clients & Partners"
description="Trusted by forward-thinking brands across the digital sector."
/>
@@ -149,20 +119,11 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "1",
value: "150+",
description: "Projects Completed",
},
id: "1", value: "150+", description: "Projects Completed"},
{
id: "2",
value: "100%",
description: "Client Satisfaction",
},
id: "2", value: "100%", description: "Client Satisfaction"},
{
id: "3",
value: "24/7",
description: "Service Availability",
},
id: "3", value: "24/7", description: "Always Available Support"},
]}
title="Performance Impact"
description="Evidence of high-quality delivery and client success."
@@ -175,20 +136,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "How do I start a project?",
content: "Simply fill out the contact form or send me an email, and we'll discuss your requirements.",
},
id: "q1", title: "How do I start a project?", content: "Fill out our discovery form, and we'll schedule a 15-minute scoping call to define your goals and deliverables."},
{
id: "q2",
title: "What is your turnaround time?",
content: "It depends on the complexity of the project, but I prioritize fast and reliable delivery.",
},
id: "q2", title: "What is your turnaround time?", content: "Most projects are completed within 7-14 business days, depending on scope, with regular milestones for your feedback."},
{
id: "q3",
title: "Do you offer maintenance?",
content: "Yes, I offer ongoing maintenance for web projects to ensure long-term stability and performance.",
},
id: "q3", title: "Do you offer maintenance?", content: "I provide 30 days of post-launch support included, plus optional monthly maintenance packages for ongoing updates."},
]}
title="Common Inquiries"
description="Frequently asked questions about working with me."
@@ -200,18 +152,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{
variant: "rotated-rays-animated",
}}
variant: "rotated-rays-animated"}}
text="Ready to bring your digital vision to life? Let's connect."
buttons={[
{
text: "Email Me",
href: "mailto:hanan@digital.com",
},
text: "Email Me", href: "mailto:hanan@digital.com"},
{
text: "Call Now",
href: "tel:+123456789",
},
text: "Call Now", href: "tel:+123456789"},
]}
/>
</div>
@@ -222,37 +169,25 @@ export default function LandingPage() {
{
items: [
{
label: "Services",
href: "#services",
},
label: "Services", href: "#services"},
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
],
},
{
items: [
{
label: "X (Twitter)",
href: "https://twitter.com",
},
label: "X (Twitter)", href: "https://twitter.com"},
{
label: "Instagram",
href: "https://instagram.com",
},
label: "Instagram", href: "https://instagram.com"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Use",
href: "#",
},
label: "Terms of Use", href: "#"},
],
},
]}