diff --git a/src/app/page.tsx b/src/app/page.tsx index 14b4b78..e517cc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,12 +5,10 @@ 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, Quote } from "lucide-react"; +import { Sparkles, Users, Globe, Zap, Star, Layers } from "lucide-react"; import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; -import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; -import { Check, Code, Palette, TrendingUp } from "lucide-react"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import TeamCardTwo from "@/components/sections/team/TeamCardTwo"; @@ -129,8 +127,8 @@ export default function WebAgencyThemePage() { tag="Testimonials" tagIcon={Star} testimonials={[ - { id: "1", name: "Sarah Johnson", date: "CEO, TechStart", title: "Transformed Our Presence", quote: "Working with Studio was a game-changer. They delivered a website that converts visitors at twice our previous rate.", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero2.webp", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero2.webp" }, - { id: "2", name: "Michael Chen", date: "Founder, GrowthLab", title: "Exceeded Expectations", quote: "The team's attention to detail and creative vision brought our brand to life in ways we never imagined.", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero3.webp", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero3.webp" } + { id: "1", name: "Sarah Johnson", date: "CEO, TechStart", title: "Transformed Our Presence", tag: "Review", quote: "Working with Studio was a game-changer. They delivered a website that converts visitors at twice our previous rate.", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero2.webp", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero2.webp" }, + { id: "2", name: "Michael Chen", date: "Founder, GrowthLab", title: "Exceeded Expectations", tag: "Review", quote: "The team's attention to detail and creative vision brought our brand to life in ways we never imagined.", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero3.webp", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero3.webp" } ]} textboxLayout="default" useInvertedBackground={false}