Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-04-17 10:00:11 +00:00

View File

@@ -9,7 +9,7 @@ import TimelineProcessFlow from "@/components/cardStack/layouts/timelines/Timeli
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
import ContactText from "@/components/sections/contact/ContactText";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Sparkles, MessageCircle, ArrowRight, Zap, Target, BarChart3, Users } from "lucide-react";
import { Target, Zap, BarChart3 } from "lucide-react";
export default function ZeeshanWebDesignerPage() {
return (
@@ -55,6 +55,7 @@ export default function ZeeshanWebDesignerPage() {
gridVariant="bento-grid"
animationType="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
features={[
{ title: "Clinic Websites", description: "Patient-focused design for dentists.", imageSrc: "", titleImageSrc: "", buttonText: "Learn More" },
{ title: "Local SEO", description: "Rank higher in your local area.", imageSrc: "", titleImageSrc: "", buttonText: "Learn More" },
@@ -81,7 +82,9 @@ export default function ZeeshanWebDesignerPage() {
<TestimonialCardTwelve
testimonials={[{ id: "1", name: "Dr. Smith - City Dental", imageSrc: "" }]}
cardTitle="Trusted by Professionals"
cardTag="Clients"
cardAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -89,6 +92,7 @@ export default function ZeeshanWebDesignerPage() {
<ContactText
text="Ready to take your business online?"
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
buttons={[{ text: "Contact Us Now", onClick: () => window.open('https://wa.me/yournumber', '_blank') }]}
/>
</div>