1 Commits

Author SHA1 Message Date
d3b1a07415 Update src/app/page.tsx 2026-06-10 04:25:23 +00:00

View File

@@ -13,6 +13,7 @@ import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCTA from "@/components/sections/contact/ContactCTA"; import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase"; import FooterBase from "@/components/sections/footer/FooterBase";
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
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"; 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";
export default function WebAgency2Page() { export default function WebAgency2Page() {
@@ -36,6 +37,7 @@ export default function WebAgency2Page() {
{ name: "Work", id: "work" }, { name: "Work", id: "work" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Feedback", id: "feedback" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
button={{ text: "Book a Call", href: "#contact" }} button={{ text: "Book a Call", href: "#contact" }}
@@ -60,7 +62,7 @@ export default function WebAgency2Page() {
]} ]}
rightCarouselItems={[ 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/tablet-with-colorful-arrows_1134-381.jpg", imageAlt: "Data-Driven Marketing Analytics" },
{ 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-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-vector/flat-design-minimal-technology-landing-page-template_23-2149200404.jpg", imageAlt: "Sleek Corporate Web 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]" carouselItemClassName="!aspect-[4/5]"
@@ -159,6 +161,30 @@ export default function WebAgency2Page() {
completedLabel: "Continuous Impact"}, completedLabel: "Continuous Impact"},
]} ]}
/> />
<div id="feedback" data-section="feedback">
<TestimonialCardOne
title="What Our Clients Say"
description="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! Here are some of our valued partners."
testimonials={[
{
id: "emily-r", name: "Emily R.", role: "Founder", company: "Veridian Wellness", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman-talking-mobile-phone_1262-16443.jpg", imageAlt: "Emily R., Founder of 'Veridian Wellness'"},
{
id: "john-d", name: "John D.", role: "CEO", company: "Tech Solutions", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-wearing-glasses-hat_23-2149089903.jpg", imageAlt: "John D., CEO of Tech Solutions"},
{
id: "sarah-p", name: "Sarah P.", role: "Marketing Director", company: "Innovate Co.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-businesswoman-holding-documents-while-talking-phone-office_23-2147883313.jpg", imageAlt: "Sarah P., Marketing Director of Innovate Co."},
]}
carouselMode="auto"
uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
ariaLabel="Client testimonials"
/>
</div>
<MetricCardOne <MetricCardOne
title="Impact & Results" title="Impact & Results"
description="Quantifiable success delivering tangible growth for ambitious brands and enterprises." description="Quantifiable success delivering tangible growth for ambitious brands and enterprises."