Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d17ba8beb | |||
| 815017986b | |||
| aaa76fb29b | |||
| b44e4938f7 | |||
| 6ea86821d3 | |||
| 22efcad96c | |||
| 1fdebe82e2 | |||
| cc61d2bf4c | |||
| 024ad3b2b6 | |||
| 054b83dac5 | |||
| 88e9f3a40b | |||
| aab5675f1a |
@@ -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,10 +259,10 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2023 AERRATRIC TECHNOLOGY INC. All rights reserved."
|
copyrightText="© 2024 AERRATRIC TECHNOLOGY INC. All rights reserved."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user