Merge version_2 into main #5

Merged
bender merged 3 commits from version_2 into main 2026-03-09 01:54:03 +00:00
3 changed files with 1 additions and 12 deletions

View File

@@ -2,8 +2,6 @@ import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./styles/variables.css";
import "./styles/base.css";
import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper";
import { Tag } from "@/components/global/Tag";
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
@@ -20,10 +18,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<body className={`${inter.variable}`}>
<ServiceWrapper>
<Tag />
{children}
</ServiceWrapper>
{children}
<script
dangerouslySetInnerHTML={{
__html: `

View File

@@ -124,7 +124,6 @@ export default function Home() {
id: 3,
title: "Digital Strategy", description: "Strategic guidance for your digital journey. We analyze, plan, and execute strategies that align with your business goals and drive growth.", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop", imageAlt: "Digital Strategy"},
]}
animationType="blur-reveal"
title="Our Core Services"
description="Comprehensive digital solutions tailored to your business needs. We combine strategy, design, and technology to deliver measurable results."
tag="What We Offer"

View File

@@ -81,7 +81,6 @@ export default function ServicesPage() {
id: 3,
title: "Digital Strategy", description: "Strategic guidance for your digital journey. We analyze, plan, and execute strategies that align with your business goals and drive growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgZA6IQcr4Zlleho9QA1StWJGf/a-strategic-planning-session-showing-dig-1773016090553-341850eb.png", imageAlt: "Strategic planning and analytics dashboard"},
]}
animationType="blur-reveal"
title="Our Services"
description="Comprehensive digital solutions tailored to your business needs. We combine strategy, design, and technology to deliver measurable results."
tag="What We Offer"
@@ -89,10 +88,6 @@ export default function ServicesPage() {
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
buttons={[
{
text: "Back to Home", href: "/"},
]}
buttonAnimation="slide-up"
/>
</div>