Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d17ba8beb | |||
| 815017986b | |||
| aaa76fb29b | |||
| b44e4938f7 | |||
| 6ea86821d3 | |||
| 22efcad96c | |||
| 1fdebe82e2 | |||
| cc61d2bf4c | |||
| 024ad3b2b6 | |||
| 054b83dac5 | |||
| 88e9f3a40b | |||
| aab5675f1a | |||
| fd91093895 | |||
| bb7231411c | |||
| e95a731824 | |||
| 36abdb888e | |||
| 651a66dd53 | |||
| 2836237319 |
@@ -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={{
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user