29 Commits

Author SHA1 Message Date
d3b1a07415 Update src/app/page.tsx 2026-06-10 04:25:23 +00:00
0bab1ca5e1 Merge version_3 into main
Merge version_3 into main
2026-06-10 03:48:25 +00:00
3da5b6890f Update src/app/page.tsx 2026-06-10 03:48:22 +00:00
cbbc0d83ca Merge version_3 into main
Merge version_3 into main
2026-06-10 03:47:59 +00:00
438ea8dcf3 Update src/app/page.tsx 2026-06-10 03:47:56 +00:00
75428e2744 Merge version_3 into main
Merge version_3 into main
2026-06-10 03:47:44 +00:00
39e35fffe3 Update src/app/page.tsx 2026-06-10 03:47:41 +00:00
e0a4c9781e Merge version_3 into main
Merge version_3 into main
2026-06-10 03:47:26 +00:00
6ed29e53b7 Update src/app/page.tsx 2026-06-10 03:47:23 +00:00
1fb762ce72 Merge version_3 into main
Merge version_3 into main
2026-06-10 03:47:15 +00:00
c9cfda6af5 Update src/app/page.tsx 2026-06-10 03:47:12 +00:00
5f4e97eaae Merge version_3 into main
Merge version_3 into main
2026-06-10 03:47:07 +00:00
dbfc0b78f6 Update src/app/page.tsx 2026-06-10 03:47:01 +00:00
7d5315032b Merge version_3 into main
Merge version_3 into main
2026-06-10 03:46:23 +00:00
cb092fac89 Update src/app/page.tsx 2026-06-10 03:46:20 +00:00
d9d1d0841f Merge version_3 into main
Merge version_3 into main
2026-06-10 03:46:15 +00:00
64a65d6e6e Update src/app/page.tsx 2026-06-10 03:46:09 +00:00
5c2f8dfd6f Merge version_3 into main
Merge version_3 into main
2026-06-10 03:46:02 +00:00
05709e24f8 Update src/app/page.tsx 2026-06-10 03:45:59 +00:00
9324b0a34c Merge version_3 into main
Merge version_3 into main
2026-06-10 03:45:49 +00:00
3113e5f94d Update src/app/page.tsx 2026-06-10 03:45:46 +00:00
3fef6c0cd1 Merge version_3 into main
Merge version_3 into main
2026-06-10 03:43:29 +00:00
19a5648a49 Update src/app/page.tsx 2026-06-10 03:43:26 +00:00
c5a962aed2 Merge version_3 into main
Merge version_3 into main
2026-06-10 03:41:46 +00:00
8d749bb718 Update src/app/page.tsx 2026-06-10 03:41:40 +00:00
a67641a259 Merge version_2 into main
Merge version_2 into main
2026-06-10 03:35:20 +00:00
a3833471b8 Update src/app/page.tsx 2026-06-10 03:35:17 +00:00
d72336ed5d Merge version_2 into main
Merge version_2 into main
2026-06-10 03:34:36 +00:00
b82d71e4fa Update src/app/page.tsx 2026-06-10 03:34:33 +00:00

View File

@@ -12,7 +12,8 @@ import TeamCardFive from "@/components/sections/team/TeamCardFive";
import FaqBase from "@/components/sections/faq/FaqBase"; 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 TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; 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" }}
@@ -65,6 +67,19 @@ export default function WebAgency2Page() {
]} ]}
carouselItemClassName="!aspect-[4/5]" carouselItemClassName="!aspect-[4/5]"
/> />
<div id="social-proof" data-section="social-proof">
<SocialProofOne
names={[
"Performance Optimization", "Project Leadership", "Website Strategy", "UX & Conversion", "Project Leadership", "Performance Optimization", "Digital Growth", "UX & Conversion", "Website Strategy", "Project Leadership", "UX & Conversion", "Digital Growth"
]}
title=""
description=""
textboxLayout="default"
useInvertedBackground={false}
showCard={false}
ariaLabel="Companies that trust Amy"
/>
</div>
<FeatureBento <FeatureBento
title="Strategic Services for Unmatched Growth" title="Strategic Services for Unmatched Growth"
description="Bridging client vision with exceptional web design, data-driven marketing, and cohesive brand strategy." description="Bridging client vision with exceptional web design, data-driven marketing, and cohesive brand strategy."
@@ -146,17 +161,30 @@ export default function WebAgency2Page() {
completedLabel: "Continuous Impact"}, completedLabel: "Continuous Impact"},
]} ]}
/> />
<TestimonialCardFifteen <div id="feedback" data-section="feedback">
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!" <TestimonialCardOne
rating={5} title="What Our Clients Say"
author="— Emily R., Founder of 'Veridian Wellness'" 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."
avatars={[ testimonials={[
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman-talking-mobile-phone_1262-16443.jpg", alt: "Emily R., Founder of 'Veridian Wellness'" }, {
]} id: "emily-r", name: "Emily R.", role: "Founder", company: "Veridian Wellness", rating: 5,
ratingAnimation="slide-up" imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman-talking-mobile-phone_1262-16443.jpg", imageAlt: "Emily R., Founder of 'Veridian Wellness'"},
avatarsAnimation="slide-up" {
useInvertedBackground={false} 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."
@@ -251,4 +279,4 @@ export default function WebAgency2Page() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }