From be3d4d1433f26c7d31521d2b0d833c3c8d15e1e7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 00:46:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 327c909..93ff1a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterSimple from "@/components/sections/footer/FooterSimple"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; -import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react"; +import { Sparkles, Search, ArrowUpRight } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -56,10 +56,12 @@ export default function WebAgency2Page() { leftCarouselItems={[ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp", imageAlt: "UI UX Design" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp", imageAlt: "UI UX Design" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp", imageAlt: "UI UX Design" }, ]} rightCarouselItems={[ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp", imageAlt: "UI UX Design" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-5.webp", imageAlt: "UI UX Design" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp", imageAlt: "UI UX Design" }, ]} /> @@ -71,8 +73,8 @@ export default function WebAgency2Page() { animationType="slide-up" features={[ { title: "SEO", description: "Rank higher and grow faster.", bentoComponent: "marquee", centerIcon: Search, variant: "text", texts: ["SEO", "Backlinks", "Analytics"] }, - { title: "Web Dev", description: "High-performance, custom builds.", bentoComponent: "media-stack", items: [{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp" }] }, - { title: "Branding", description: "Memorable brand identities.", bentoComponent: "media-stack", items: [{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp" }] }, + { title: "Web Dev", description: "High-performance, custom builds.", bentoComponent: "media-stack", items: [{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp" }] }, + { title: "Branding", description: "Memorable brand identities.", bentoComponent: "media-stack", items: [{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp" }] }, ]} /> @@ -80,6 +82,8 @@ export default function WebAgency2Page() {
@@ -113,6 +121,8 @@ export default function WebAgency2Page() { description="Expert digital architects." gridVariant="bento-grid" animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} members={[ { id: "p1", name: "Alex P.", role: "Founder", description: "Strategic lead." } ]} @@ -121,18 +131,22 @@ export default function WebAgency2Page() {