18 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
fd91093895 Update src/app/layout.tsx 2026-03-25 22:22:49 +00:00
bb7231411c Merge version_1 into main
Merge version_1 into main
2026-03-25 20:19:19 +00:00
e95a731824 Merge version_1 into main
Merge version_1 into main
2026-03-25 20:18:52 +00:00
36abdb888e Merge version_1 into main
Merge version_1 into main
2026-03-25 20:16:56 +00:00
651a66dd53 Merge version_1 into main
Merge version_1 into main
2026-03-25 20:15:46 +00:00
2836237319 Merge version_1 into main
Merge version_1 into main
2026-03-25 20:14:00 +00:00
2 changed files with 7 additions and 8 deletions

View File

@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
import "./globals.css";
import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Archivo } from "next/font/google";
@@ -55,7 +54,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${archivo.variable} antialiased`}>
<Tag />
{children}
<script
dangerouslySetInnerHTML={{

View File

@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
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() {
return (
@@ -98,10 +98,10 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
icon: Layout,
icon: Target,
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."},
{
icon: Code2,
@@ -113,7 +113,7 @@ export default function LandingPage() {
icon: Sparkles,
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."
/>
</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>
</ReactLenis>
</ThemeProvider>
);
}
}