diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3dba410..b95c8b9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,7 +5,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
import TextAbout from "@/components/sections/about/TextAbout";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
-import { Sparkles, Users, Globe, Zap, Star, Layers, Twitter, Instagram, Linkedin } from "lucide-react";
+import { Sparkles, Users, Globe, Zap, Star, Layers, Twitter, Instagram, Linkedin, Smartphone } from "lucide-react";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
@@ -54,14 +54,8 @@ export default function WebAgencyThemePage() {
{ value: "12+", label: "Years Experience" },
]}
buttons={[
- {
- text: "Start Project",
- href: "#contact",
- },
- {
- text: "View Work",
- href: "#work",
- },
+ { text: "Start Project", href: "#contact" },
+ { text: "View Work", href: "#work" },
]}
avatars={[
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero2.webp", alt: "Team member 1" },
@@ -73,19 +67,6 @@ export default function WebAgencyThemePage() {
imageAlt="Web design showcase"
mediaAnimation="slide-up"
showMarqueeCard={false}
- marqueeItems={[
- { type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logo.svg", alt: "Logo" },
- { type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logo.svg", alt: "Logo" },
- { type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logo.svg", alt: "Logo" },
- { type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logo.svg", alt: "Logo" },
- { type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logo.svg", alt: "Logo" },
- { type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logo.svg", alt: "Logo" },
- { type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logo.svg", alt: "Logo" },
- { type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logo.svg", alt: "Logo" },
- { type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logo.svg", alt: "Logo" },
- { type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logo.svg", alt: "Logo" },
- ]}
- marqueeClassName="md:mb-5"
/>
@@ -267,12 +145,12 @@ export default function WebAgencyThemePage() {
logoText="Studio"
copyrightText="© 2025 Studio. All rights reserved."
socialLinks={[
- { icon: Twitter, href: "https://twitter.com", ariaLabel: "Follow us on Twitter" },
- { icon: Instagram, href: "https://instagram.com", ariaLabel: "Follow us on Instagram" },
- { icon: Linkedin, href: "https://linkedin.com", ariaLabel: "Connect on LinkedIn" },
+ { icon: Twitter, href: "https://twitter.com" },
+ { icon: Instagram, href: "https://instagram.com" },
+ { icon: Linkedin, href: "https://linkedin.com" },
]}
/>
);
-}
+}
\ No newline at end of file