12 Commits

Author SHA1 Message Date
8d17ba8beb Update src/app/page.tsx 2026-03-25 23:11:11 +00:00
815017986b Merge version_5 into main
Merge version_5 into main
2026-03-25 23:09:55 +00:00
aaa76fb29b Update src/app/page.tsx 2026-03-25 23:09:49 +00:00
b44e4938f7 Merge version_5 into main
Merge version_5 into main
2026-03-25 23:09:27 +00:00
6ea86821d3 Update src/app/page.tsx 2026-03-25 23:09:21 +00:00
22efcad96c Merge version_4 into main
Merge version_4 into main
2026-03-25 23:08:05 +00:00
1fdebe82e2 Update src/app/page.tsx 2026-03-25 23:07:59 +00:00
cc61d2bf4c Merge version_3 into main
Merge version_3 into main
2026-03-25 23:06:08 +00:00
024ad3b2b6 Update src/app/page.tsx 2026-03-25 23:06:05 +00:00
054b83dac5 Merge version_3 into main
Merge version_3 into main
2026-03-25 23:05:42 +00:00
88e9f3a40b Update src/app/page.tsx 2026-03-25 23:05:39 +00:00
aab5675f1a Merge version_2 into main
Merge version_2 into main
2026-03-25 22:22:52 +00:00

View File

@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Cloud, Code2, Globe, Layout, Sparkles } from "lucide-react"; import { Cloud, Code2, Globe, Target, Palette, Sparkles } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -98,10 +98,10 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
icon: Layout, icon: Target,
title: "Strategy", description: "Defining clear roadmaps and innovative solutions that align with your long-term business objectives."}, title: "Strategy", description: "Defining clear roadmaps and innovative solutions that align with your long-term business objectives."},
{ {
icon: Layout, icon: Palette,
title: "Product Design", description: "Crafting intuitive, engaging, and high-performing digital products with user-centric design principles."}, title: "Product Design", description: "Crafting intuitive, engaging, and high-performing digital products with user-centric design principles."},
{ {
icon: Code2, icon: Code2,
@@ -113,7 +113,7 @@ export default function LandingPage() {
icon: Sparkles, icon: Sparkles,
title: "AI & Automation", description: "Integrating intelligent automation and AI solutions to enhance efficiency, drive insights, and unlock new capabilities."}, title: "AI & Automation", description: "Integrating intelligent automation and AI solutions to enhance efficiency, drive insights, and unlock new capabilities."},
]} ]}
title="Our Expert Services" title="Strategic Services for Your Digital Growth"
description="Leveraging technology, intelligence, and structure for your organic growth across every stage of your digital journey." description="Leveraging technology, intelligence, and structure for your organic growth across every stage of your digital journey."
/> />
</div> </div>
@@ -259,7 +259,7 @@ export default function LandingPage() {
], ],
}, },
]} ]}
copyrightText="© 2023 AERRATRIC TECHNOLOGY INC. All rights reserved." copyrightText="© 2024 AERRATRIC TECHNOLOGY INC. All rights reserved."
/> />
</div> </div>
</ReactLenis> </ReactLenis>