Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a14eb08c0 | |||
| 46f5db281a | |||
| fe9f63c357 | |||
| 103237e092 | |||
| ce91e4ba32 | |||
| 0bab1ca5e1 | |||
| cbbc0d83ca | |||
| 75428e2744 | |||
| e0a4c9781e | |||
| 1fb762ce72 | |||
| 5f4e97eaae | |||
| 7d5315032b | |||
| d9d1d0841f | |||
| 5c2f8dfd6f | |||
| 9324b0a34c | |||
| 3fef6c0cd1 | |||
| c5a962aed2 |
@@ -12,7 +12,6 @@ import TeamCardFive from "@/components/sections/team/TeamCardFive";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users, User, Briefcase, Globe, BarChart3, Clock, Scale } from "lucide-react";
|
||||
|
||||
@@ -61,7 +60,7 @@ export default function WebAgency2Page() {
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg", imageAlt: "Data-Driven Marketing Analytics" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-planning-business-charts-digital-laptop-working-with-e-commerce-e-shopping-management-company-office-manager-using-statistics-develop-creative-project_482257-39076.jpg", imageAlt: "High-Converting Landing Page Design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/business-owner-analyzing-business-charts-digital-laptop-working-with-e-commerce-e-shopping-management-company-office-manager-using-statistics-develop-creative-project_482257-39076.jpg", imageAlt: "High-Converting Landing Page Design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-technology-landing-page-template_23-2149200404.jpg", imageAlt: "Sleek Corporate Web Design" }
|
||||
]}
|
||||
carouselItemClassName="!aspect-[4/5]"
|
||||
@@ -160,17 +159,6 @@ export default function WebAgency2Page() {
|
||||
completedLabel: "Continuous Impact"},
|
||||
]}
|
||||
/>
|
||||
<TestimonialCardFifteen
|
||||
testimonial="Working with Amy was a game-changer for our business. Her strategic insights and exceptional web design skills transformed our online presence, leading to a significant increase in client engagement and conversions. A truly invaluable partner!"
|
||||
rating={5}
|
||||
author="— Emily R., Founder of 'Veridian Wellness'"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman-talking-mobile-phone_1262-16443.jpg", alt: "Emily R., Founder of 'Veridian Wellness'" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<MetricCardOne
|
||||
title="Impact & Results"
|
||||
description="Quantifiable success delivering tangible growth for ambitious brands and enterprises."
|
||||
@@ -265,4 +253,4 @@ export default function WebAgency2Page() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user