13 Commits

Author SHA1 Message Date
65c1b6f3d4 Update src/app/page.tsx 2026-06-04 11:16:25 +00:00
3bdda09ddc Merge version_2 into main
Merge version_2 into main
2026-06-04 11:04:07 +00:00
c815259f24 Update theme fonts 2026-06-04 11:04:04 +00:00
7655e789dc Update theme fonts 2026-06-04 11:04:04 +00:00
c42ec69901 Merge version_2 into main
Merge version_2 into main
2026-06-04 11:02:20 +00:00
b13e888ef2 Update src/app/testimonials/page.tsx 2026-06-04 11:02:17 +00:00
b3055e5060 Update src/app/styles/variables.css 2026-06-04 11:02:16 +00:00
2525cb63c4 Update src/app/services/page.tsx 2026-06-04 11:02:16 +00:00
820b1a537f Update src/app/portfolio/page.tsx 2026-06-04 11:02:15 +00:00
8b21fb243c Update src/app/page.tsx 2026-06-04 11:02:15 +00:00
61228d6e51 Update src/app/contact/page.tsx 2026-06-04 11:02:14 +00:00
249e49354b Update src/app/about/page.tsx 2026-06-04 11:02:14 +00:00
79ea8a1856 Merge version_1 into main
Merge version_1 into main
2026-06-04 10:56:39 +00:00
9 changed files with 140 additions and 435 deletions

View File

@@ -26,29 +26,17 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "Portfolio", name: "Portfolio", id: "/portfolio"},
id: "/portfolio",
},
{ {
name: "About Us", name: "About Us", id: "/about"},
id: "/about",
},
{ {
name: "Testimonials", name: "Testimonials", id: "/testimonials"},
id: "/testimonials",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
logoSrc="http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149292241.jpg" logoSrc="http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149292241.jpg"
logoAlt="TRONIX Solutions Logo" logoAlt="TRONIX Solutions Logo"
@@ -63,14 +51,10 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="Our Story, Your Success" title="Our Story, Your Success"
description={[ description={[
"TRONIX Solutions was founded on the belief that every business deserves a powerful digital presence. Originating in Egypt, our journey has been about empowering local and regional enterprises with world-class digital strategies.", "TRONIX Solutions was founded on the belief that every business deserves a powerful digital presence. Originating in Egypt, our journey has been about empowering local and regional enterprises with world-class digital strategies.", "Our mission is to be the catalyst for your digital growth, leveraging innovation and expertise to transform your vision into tangible results. We are more than just a service provider; we are your dedicated digital partner, committed to your long-term success. We envision a future where Egyptian businesses lead in the global digital landscape, and we're here to make that a reality."]}
"Our mission is to be the catalyst for your digital growth, leveraging innovation and expertise to transform your vision into tangible results. We are more than just a service provider; we are your dedicated digital partner, committed to your long-term success. We envision a future where Egyptian businesses lead in the global digital landscape, and we're here to make that a reality.",
]}
buttons={[ buttons={[
{ {
text: "Meet Our Team", text: "Meet Our Team", href: "#team-about"},
href: "#team-about",
},
]} ]}
/> />
</div> </div>
@@ -82,33 +66,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
team={[ team={[
{ {
id: "tm1", id: "tm1", name: "Ahmed Kamal", role: "Chief Executive Officer", imageSrc: "http://img.b2bpic.net/free-photo/diverse-espionage-duo-bureau-reading-top-secret-documents_482257-125686.jpg", imageAlt: "Ahmed Kamal"},
name: "Ahmed Kamal",
role: "Chief Executive Officer",
imageSrc: "http://img.b2bpic.net/free-photo/diverse-espionage-duo-bureau-reading-top-secret-documents_482257-125686.jpg",
imageAlt: "Ahmed Kamal",
},
{ {
id: "tm2", id: "tm2", name: "Layla Hassan", role: "Chief Technology Officer", imageSrc: "http://img.b2bpic.net/free-photo/team-diverse-secret-agents-analyzing-evidence-paperwork-hq-library_482257-120008.jpg", imageAlt: "Layla Hassan"},
name: "Layla Hassan",
role: "Chief Technology Officer",
imageSrc: "http://img.b2bpic.net/free-photo/team-diverse-secret-agents-analyzing-evidence-paperwork-hq-library_482257-120008.jpg",
imageAlt: "Layla Hassan",
},
{ {
id: "tm3", id: "tm3", name: "Omar Ali", role: "Head of Digital Marketing", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "Omar Ali"},
name: "Omar Ali",
role: "Head of Digital Marketing",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg",
imageAlt: "Omar Ali",
},
{ {
id: "tm4", id: "tm4", name: "Nour Samir", role: "Lead Web Developer", imageSrc: "http://img.b2bpic.net/free-photo/young-man-works-computer-night_169016-62545.jpg", imageAlt: "Nour Samir"},
name: "Nour Samir",
role: "Lead Web Developer",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-works-computer-night_169016-62545.jpg",
imageAlt: "Nour Samir",
},
]} ]}
title="Meet the Innovators" title="Meet the Innovators"
description="Our diverse team of experts brings passion, creativity, and technical prowess to every project, ensuring exceptional results for our clients." description="Our diverse team of experts brings passion, creativity, and technical prowess to every project, ensuring exceptional results for our clients."
@@ -121,13 +85,9 @@ export default function LandingPage() {
logoAlt="TRONIX Solutions Logo" logoAlt="TRONIX Solutions Logo"
logoText="TRONIX Solutions" logoText="TRONIX Solutions"
leftLink={{ leftLink={{
text: "Privacy Policy", text: "Privacy Policy", href: "#"}}
href: "#",
}}
rightLink={{ rightLink={{
text: "Terms of Service", text: "Terms of Service", href: "#"}}
href: "#",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -26,29 +26,17 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "Portfolio", name: "Portfolio", id: "/portfolio"},
id: "/portfolio",
},
{ {
name: "About Us", name: "About Us", id: "/about"},
id: "/about",
},
{ {
name: "Testimonials", name: "Testimonials", id: "/testimonials"},
id: "/testimonials",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
logoSrc="http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149292241.jpg" logoSrc="http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149292241.jpg"
logoAlt="TRONIX Solutions Logo" logoAlt="TRONIX Solutions Logo"
@@ -62,18 +50,13 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
text="Let's Begin Your Digital Transformation Journey. Reach Out Today!" text="Let's Begin Your Digital Transformation Journey. Reach Out Today!"
buttons={[ buttons={[
{ {
text: "Send a Message", text: "Send a Message", href: "mailto:info@tronix.solutions"},
href: "mailto:info@tronix.solutions",
},
{ {
text: "Call Us Directly", text: "Call Us Directly", href: "tel:+201001234567"},
href: "tel:+201001234567",
},
]} ]}
/> />
</div> </div>
@@ -83,14 +66,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Enterprise Solutions Inc.", "Enterprise Solutions Inc.", "Digital Dynamics LLC", "Innovate Hub", "FutureCraft Agency", "Global Ventures Group", "Pioneer Tech", "Stratagem Corp."]}
"Digital Dynamics LLC",
"Innovate Hub",
"FutureCraft Agency",
"Global Ventures Group",
"Pioneer Tech",
"Stratagem Corp.",
]}
title="Join Our Growing Network" title="Join Our Growing Network"
description="Become one of the many satisfied clients who trust TRONIX Solutions with their digital future." description="Become one of the many satisfied clients who trust TRONIX Solutions with their digital future."
/> />
@@ -102,13 +78,9 @@ export default function LandingPage() {
logoAlt="TRONIX Solutions Logo" logoAlt="TRONIX Solutions Logo"
logoText="TRONIX Solutions" logoText="TRONIX Solutions"
leftLink={{ leftLink={{
text: "Privacy Policy", text: "Privacy Policy", href: "#"}}
href: "#",
}}
rightLink={{ rightLink={{
text: "Terms of Service", text: "Terms of Service", href: "#"}}
href: "#",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Public_Sans } from "next/font/google"; import { Public_Sans } from "next/font/google";
import { Poppins } from "next/font/google";
@@ -41,9 +42,11 @@ export const metadata: Metadata = {
}, },
}; };
const publicSans = Public_Sans({
variable: "--font-public-sans", const poppins = Poppins({
variable: "--font-poppins",
subsets: ["latin"], subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
}); });
export default function RootLayout({ export default function RootLayout({
@@ -54,7 +57,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${publicSans.variable} antialiased`}> <body className={`${poppins.variable} antialiased`}>
<Tag /> <Tag />
{children} {children}
<script <script

View File

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

View File

@@ -26,29 +26,17 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "Portfolio", name: "Portfolio", id: "/portfolio"},
id: "/portfolio",
},
{ {
name: "About Us", name: "About Us", id: "/about"},
id: "/about",
},
{ {
name: "Testimonials", name: "Testimonials", id: "/testimonials"},
id: "/testimonials",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
logoSrc="http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149292241.jpg" logoSrc="http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149292241.jpg"
logoAlt="TRONIX Solutions Logo" logoAlt="TRONIX Solutions Logo"
@@ -66,64 +54,28 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", name: "E-commerce Platform Redesign", price: "View Case Study", imageSrc: "http://img.b2bpic.net/free-photo/virtual-beauty-shopping_23-2151952961.jpg", imageAlt: "E-commerce platform redesign screenshot", priceButtonProps: {
name: "E-commerce Platform Redesign", href: "#"},
price: "View Case Study",
imageSrc: "http://img.b2bpic.net/free-photo/virtual-beauty-shopping_23-2151952961.jpg",
imageAlt: "E-commerce platform redesign screenshot",
priceButtonProps: {
href: "#",
},
}, },
{ {
id: "p2", id: "p2", name: "Global Brand Digital Campaign", price: "View Case Study", imageSrc: "http://img.b2bpic.net/free-photo/cool-background-blank-wallpaper-place-your-concept_1194-641481.jpg", imageAlt: "Digital marketing campaign visual", priceButtonProps: {
name: "Global Brand Digital Campaign", href: "#"},
price: "View Case Study",
imageSrc: "http://img.b2bpic.net/free-photo/cool-background-blank-wallpaper-place-your-concept_1194-641481.jpg",
imageAlt: "Digital marketing campaign visual",
priceButtonProps: {
href: "#",
},
}, },
{ {
id: "p3", id: "p3", name: "Fintech Startup Branding", price: "View Case Study", imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-office-with-notebook_23-2149749857.jpg", imageAlt: "Fintech startup brand identity design", priceButtonProps: {
name: "Fintech Startup Branding", href: "#"},
price: "View Case Study",
imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-office-with-notebook_23-2149749857.jpg",
imageAlt: "Fintech startup brand identity design",
priceButtonProps: {
href: "#",
},
}, },
{ {
id: "p4", id: "p4", name: "Interactive Explainer Video", price: "View Case Study", imageSrc: "http://img.b2bpic.net/free-photo/abstract-waves-3d-illustration_183364-119233.jpg", imageAlt: "Motion graphics animation still", priceButtonProps: {
name: "Interactive Explainer Video", href: "#"},
price: "View Case Study",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-waves-3d-illustration_183364-119233.jpg",
imageAlt: "Motion graphics animation still",
priceButtonProps: {
href: "#",
},
}, },
{ {
id: "p5", id: "p5", name: "Healthcare Mobile App UI/UX", price: "View Case Study", imageSrc: "http://img.b2bpic.net/free-photo/floating-screen-colorized-glass-phone-16-pro-max_187299-46131.jpg", imageAlt: "Mobile application UI design screenshot", priceButtonProps: {
name: "Healthcare Mobile App UI/UX", href: "#"},
price: "View Case Study",
imageSrc: "http://img.b2bpic.net/free-photo/floating-screen-colorized-glass-phone-16-pro-max_187299-46131.jpg",
imageAlt: "Mobile application UI design screenshot",
priceButtonProps: {
href: "#",
},
}, },
{ {
id: "p6", id: "p6", name: "Supply Chain Automation System", price: "View Case Study", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-data-particles-flowing-cyber-particles-technology-background_1048-13357.jpg", imageAlt: "Business automation workflow visualization", priceButtonProps: {
name: "Supply Chain Automation System", href: "#"},
price: "View Case Study",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-data-particles-flowing-cyber-particles-technology-background_1048-13357.jpg",
imageAlt: "Business automation workflow visualization",
priceButtonProps: {
href: "#",
},
}, },
]} ]}
title="Our Impactful Work" title="Our Impactful Work"
@@ -138,50 +90,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "TRONIX Solutions revolutionized our online presence. Their web development team delivered a stunning and highly functional e-commerce site that exceeded our expectations. Our sales have skyrocketed!", rating: 5,
name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-autumn-coat-posing-street_1303-29532.jpg", imageAlt: "Sarah Johnson"},
handle: "@sarahj",
testimonial: "TRONIX Solutions revolutionized our online presence. Their web development team delivered a stunning and highly functional e-commerce site that exceeded our expectations. Our sales have skyrocketed!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-autumn-coat-posing-street_1303-29532.jpg",
imageAlt: "Sarah Johnson",
},
{ {
id: "t2", id: "t2", name: "Michael Chen", handle: "@mikec", testimonial: "The branding expertise at TRONIX is unparalleled. They truly understood our vision and crafted an identity that perfectly represents our company's values. Professional and innovative!", rating: 5,
name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-casual-woman-holding-laptop_93675-132969.jpg", imageAlt: "Michael Chen"},
handle: "@mikec",
testimonial: "The branding expertise at TRONIX is unparalleled. They truly understood our vision and crafted an identity that perfectly represents our company's values. Professional and innovative!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-casual-woman-holding-laptop_93675-132969.jpg",
imageAlt: "Michael Chen",
},
{ {
id: "t3", id: "t3", name: "Emily Rodriguez", handle: "@emilyr", testimonial: "Their digital marketing strategies are game-changers. We saw a significant increase in lead generation and customer engagement thanks to TRONIX's targeted campaigns and SEO prowess.", rating: 5,
name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg", imageAlt: "Emily Rodriguez"},
handle: "@emilyr",
testimonial: "Their digital marketing strategies are game-changers. We saw a significant increase in lead generation and customer engagement thanks to TRONIX's targeted campaigns and SEO prowess.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg",
imageAlt: "Emily Rodriguez",
},
{ {
id: "t4", id: "t4", name: "David Kim", handle: "@davidk", testimonial: "TRONIX Solutions provided exceptional business automation. Their tailored solutions streamlined our internal processes, saving us countless hours and resources. Highly recommend their efficiency!", rating: 5,
name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136872.jpg", imageAlt: "David Kim"},
handle: "@davidk",
testimonial: "TRONIX Solutions provided exceptional business automation. Their tailored solutions streamlined our internal processes, saving us countless hours and resources. Highly recommend their efficiency!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136872.jpg",
imageAlt: "David Kim",
},
{ {
id: "t5", id: "t5", name: "Jessica Lee", handle: "@jessical", testimonial: "The motion graphics created by TRONIX for our product launch were absolutely phenomenal. They captured our audience's attention and conveyed our message with stunning clarity and creativity.", rating: 5,
name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5105.jpg", imageAlt: "Jessica Lee"},
handle: "@jessical",
testimonial: "The motion graphics created by TRONIX for our product launch were absolutely phenomenal. They captured our audience's attention and conveyed our message with stunning clarity and creativity.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-male-model-color-flash-light_158595-5105.jpg",
imageAlt: "Jessica Lee",
},
]} ]}
showRating={true} showRating={true}
title="What Our Clients Say" title="What Our Clients Say"
@@ -195,13 +117,9 @@ export default function LandingPage() {
logoAlt="TRONIX Solutions Logo" logoAlt="TRONIX Solutions Logo"
logoText="TRONIX Solutions" logoText="TRONIX Solutions"
leftLink={{ leftLink={{
text: "Privacy Policy", text: "Privacy Policy", href: "#"}}
href: "#",
}}
rightLink={{ rightLink={{
text: "Terms of Service", text: "Terms of Service", href: "#"}}
href: "#",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -27,29 +27,17 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "Portfolio", name: "Portfolio", id: "/portfolio"},
id: "/portfolio",
},
{ {
name: "About Us", name: "About Us", id: "/about"},
id: "/about",
},
{ {
name: "Testimonials", name: "Testimonials", id: "/testimonials"},
id: "/testimonials",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
logoSrc="http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149292241.jpg" logoSrc="http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149292241.jpg"
logoAlt="TRONIX Solutions Logo" logoAlt="TRONIX Solutions Logo"
@@ -66,54 +54,19 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "s1", id: "s1", title: "Social Media Marketing", subtitle: "Engage your audience and build your brand's online community.", category: "Marketing", value: "Targeted Campaigns"},
title: "Social Media Marketing",
subtitle: "Engage your audience and build your brand's online community.",
category: "Marketing",
value: "Targeted Campaigns",
},
{ {
id: "s2", id: "s2", title: "Branding & Identity Design", subtitle: "Craft a memorable brand identity that resonates with your vision.", category: "Design", value: "Unique Visuals"},
title: "Branding & Identity Design",
subtitle: "Craft a memorable brand identity that resonates with your vision.",
category: "Design",
value: "Unique Visuals",
},
{ {
id: "s3", id: "s3", title: "Website Development", subtitle: "Build high-performance, responsive websites that convert visitors into clients.", category: "Development", value: "Scalable Platforms"},
title: "Website Development",
subtitle: "Build high-performance, responsive websites that convert visitors into clients.",
category: "Development",
value: "Scalable Platforms",
},
{ {
id: "s4", id: "s4", title: "Motion Graphics", subtitle: "Captivate your audience with dynamic animations and engaging video content.", category: "Creative", value: "Dynamic Content"},
title: "Motion Graphics",
subtitle: "Captivate your audience with dynamic animations and engaging video content.",
category: "Creative",
value: "Dynamic Content",
},
{ {
id: "s5", id: "s5", title: "Graphic Design", subtitle: "From stunning visuals to compelling infographics, elevate your brand's aesthetic.", category: "Design", value: "Visual Storytelling"},
title: "Graphic Design",
subtitle: "From stunning visuals to compelling infographics, elevate your brand's aesthetic.",
category: "Design",
value: "Visual Storytelling",
},
{ {
id: "s6", id: "s6", title: "SEO & Digital Advertising", subtitle: "Boost your visibility and drive targeted traffic with expert SEO and ad campaigns.", category: "Marketing", value: "Maximized Reach"},
title: "SEO & Digital Advertising",
subtitle: "Boost your visibility and drive targeted traffic with expert SEO and ad campaigns.",
category: "Marketing",
value: "Maximized Reach",
},
{ {
id: "s7", id: "s7", title: "Business Automation Solutions", subtitle: "Streamline your operations and enhance efficiency with smart automation tools.", category: "Operations", value: "Optimized Workflows"},
title: "Business Automation Solutions",
subtitle: "Streamline your operations and enhance efficiency with smart automation tools.",
category: "Operations",
value: "Optimized Workflows",
},
]} ]}
title="Comprehensive Digital Solutions" title="Comprehensive Digital Solutions"
description="Tailored services designed to propel your business forward in the competitive digital landscape." description="Tailored services designed to propel your business forward in the competitive digital landscape."
@@ -127,45 +80,19 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "basic-plan", id: "basic-plan", badge: "Starter", badgeIcon: Lightbulb,
badge: "Starter", price: "EGP 4,999/mo", subtitle: "Ideal for startups and small businesses.", features: [
badgeIcon: Lightbulb, "Basic Social Media Management", "Essential SEO Setup", "Single Page Website", "Monthly Analytics Report"],
price: "EGP 4,999/mo",
subtitle: "Ideal for startups and small businesses.",
features: [
"Basic Social Media Management",
"Essential SEO Setup",
"Single Page Website",
"Monthly Analytics Report",
],
}, },
{ {
id: "pro-plan", id: "pro-plan", badge: "Professional", badgeIcon: Zap,
badge: "Professional", price: "EGP 9,999/mo", subtitle: "Perfect for growing businesses seeking impact.", features: [
badgeIcon: Zap, "Advanced Social Media Strategy", "Comprehensive SEO Optimization", "Multi-Page Custom Website", "Bi-Weekly Performance Review", "Basic Branding Support"],
price: "EGP 9,999/mo",
subtitle: "Perfect for growing businesses seeking impact.",
features: [
"Advanced Social Media Strategy",
"Comprehensive SEO Optimization",
"Multi-Page Custom Website",
"Bi-Weekly Performance Review",
"Basic Branding Support",
],
}, },
{ {
id: "enterprise-plan", id: "enterprise-plan", badge: "Enterprise", badgeIcon: Crown,
badge: "Enterprise", price: "Custom Quote", subtitle: "Tailored solutions for large enterprises.", features: [
badgeIcon: Crown, "Full-Scale Digital Marketing", "Advanced Web Development & CRM Integration", "Complete Brand Overhaul", "Dedicated Account Manager", "Business Automation Consulting"],
price: "Custom Quote",
subtitle: "Tailored solutions for large enterprises.",
features: [
"Full-Scale Digital Marketing",
"Advanced Web Development & CRM Integration",
"Complete Brand Overhaul",
"Dedicated Account Manager",
"Business Automation Consulting",
],
}, },
]} ]}
title="Flexible Pricing for Every Scale" title="Flexible Pricing for Every Scale"
@@ -179,13 +106,9 @@ export default function LandingPage() {
logoAlt="TRONIX Solutions Logo" logoAlt="TRONIX Solutions Logo"
logoText="TRONIX Solutions" logoText="TRONIX Solutions"
leftLink={{ leftLink={{
text: "Privacy Policy", text: "Privacy Policy", href: "#"}}
href: "#",
}}
rightLink={{ rightLink={{
text: "Terms of Service", text: "Terms of Service", href: "#"}}
href: "#",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-public-sans), sans-serif; font-family: var(--font-poppins), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-public-sans), sans-serif; font-family: var(--font-poppins), sans-serif;
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0A0A0A; --background: #D9D6CF;
--card: #121212; --card: #FFFFFF;
--foreground: #FFFFFF; --foreground: #000000;
--primary-cta: #00FF88; --primary-cta: #A30000;
--primary-cta-text: #0A0A0A; --primary-cta-text: #FFFFFF;
--secondary-cta: #FFFFFF; --secondary-cta: #9A9691;
--secondary-cta-text: #0A0A0A; --secondary-cta-text: #000000;
--accent: #00FF88; --accent: #A30000;
--background-accent: #121212; --background-accent: #9A9691;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);