Update src/app/page.tsx

This commit is contained in:
2026-06-04 11:02:15 +00:00
parent 61228d6e51
commit 8b21fb243c

View File

@@ -30,29 +30,17 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Portfolio",
id: "/portfolio",
},
name: "Portfolio", id: "/portfolio"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Testimonials",
id: "/testimonials",
},
name: "Testimonials", id: "/testimonials"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
logoSrc="http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149292241.jpg"
logoAlt="TRONIX Solutions Logo"
@@ -65,20 +53,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "glowing-orb",
}}
variant: "glowing-orb"}}
imagePosition="right"
title="Transforming Ideas Into Digital Success"
description="TRONIX Solutions is your strategic partner for innovative digital marketing, powerful branding, cutting-edge web development, and streamlined business automation. We empower Egyptian businesses to thrive in the digital age."
buttons={[
{
text: "Get Started",
href: "/contact",
},
text: "Get Started", href: "/contact"},
{
text: "View Portfolio",
href: "/portfolio",
},
text: "View Portfolio", href: "/portfolio"},
]}
imageSrc="http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg"
imageAlt="Digital marketing dashboard with electric green accents"
@@ -86,57 +69,35 @@ export default function LandingPage() {
fixedMediaHeight={true}
avatars={[
{
src: "asset://hero-avatar-1",
alt: "Satisfied client avatar",
},
src: "asset://hero-avatar-1", alt: "Satisfied client avatar"},
{
src: "asset://hero-avatar-2",
alt: "Happy client avatar",
},
src: "asset://hero-avatar-2", alt: "Happy client avatar"},
{
src: "asset://hero-avatar-3",
alt: "Key partner avatar",
},
src: "asset://hero-avatar-3", alt: "Key partner avatar"},
{
src: "asset://hero-avatar-4",
alt: "Successful collaboration avatar",
},
src: "asset://hero-avatar-4", alt: "Successful collaboration avatar"},
{
src: "asset://hero-avatar-5",
alt: "Trusted business client avatar",
},
src: "asset://hero-avatar-5", alt: "Trusted business client avatar"},
]}
avatarText="Join 250+ Happy Clients"
marqueeItems={[
{
type: "text-icon",
text: "Digital Strategy",
icon: Target,
type: "text-icon", text: "Digital Strategy", icon: Target,
},
{
type: "text-icon",
text: "Web Development",
icon: Code,
type: "text-icon", text: "Web Development", icon: Code,
},
{
type: "text-icon",
text: "Brand Innovation",
icon: Sparkles,
type: "text-icon", text: "Brand Innovation", icon: Sparkles,
},
{
type: "text-icon",
text: "SEO Excellence",
icon: Search,
type: "text-icon", text: "SEO Excellence", icon: Search,
},
{
type: "text-icon",
text: "Business Automation",
icon: Cog,
type: "text-icon", text: "Business Automation", icon: Cog,
},
{
type: "text-icon",
text: "Social Media Growth",
icon: Share2,
type: "text-icon", text: "Social Media Growth", icon: Share2,
},
]}
/>
@@ -149,29 +110,17 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: Users,
title: "Happy Clients",
value: "250+",
},
id: "m1", icon: Users,
title: "Happy Clients", value: "250+"},
{
id: "m2",
icon: Code,
title: "Projects Completed",
value: "400+",
},
id: "m2", icon: Code,
title: "Projects Completed", value: "400+"},
{
id: "m3",
icon: TrendingUp,
title: "Avg. Client Growth",
value: "75%",
},
id: "m3", icon: TrendingUp,
title: "Avg. Client Growth", value: "75%"},
{
id: "m4",
icon: Award,
title: "Years in Business",
value: "8",
},
id: "m4", icon: Award,
title: "Years in Business", value: "8"},
]}
title="Our Achievements Speak Volumes"
description="Driving measurable results and fostering growth for businesses across Egypt and beyond."
@@ -183,14 +132,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Tech Innovators",
"Global Reach Solutions",
"Apex Ventures",
"Future Systems Co.",
"Digital Edge Group",
"Synergy Corp",
"Zenith Marketing",
]}
"Tech Innovators", "Global Reach Solutions", "Apex Ventures", "Future Systems Co.", "Digital Edge Group", "Synergy Corp", "Zenith Marketing"]}
title="Trusted by Industry Leaders"
description="Partnering with top businesses to achieve their digital ambitions."
/>
@@ -201,14 +143,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Empowering Your Digital Journey"
description={[
"At TRONIX Solutions, we are dedicated to crafting bespoke digital strategies that deliver tangible results. From captivating branding to robust web platforms, our expertise ensures your business stands out.",
"Our integrated approach combines creativity with data-driven insights, providing solutions that not only look good but perform exceptionally. Experience the TRONIX difference.",
]}
"At TRONIX Solutions, we are dedicated to crafting bespoke digital strategies that deliver tangible results. From captivating branding to robust web platforms, our expertise ensures your business stands out.", "Our integrated approach combines creativity with data-driven insights, providing solutions that not only look good but perform exceptionally. Experience the TRONIX difference."]}
buttons={[
{
text: "Learn More About Us",
href: "/about",
},
text: "Learn More About Us", href: "/about"},
]}
/>
</div>
@@ -217,18 +155,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
text="Ready to elevate your brand? Let's connect and build something extraordinary."
buttons={[
{
text: "Get in Touch",
href: "/contact",
},
text: "Get in Touch", href: "/contact"},
{
text: "WhatsApp Us",
href: "https://wa.me/201001234567",
},
text: "WhatsApp Us", href: "https://wa.me/201001234567"},
]}
/>
</div>
@@ -239,16 +172,12 @@ export default function LandingPage() {
logoAlt="TRONIX Solutions Logo"
logoText="TRONIX Solutions"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}