diff --git a/src/app/case-studies/page.tsx b/src/app/case-studies/page.tsx
index a31f415..6595dd6 100644
--- a/src/app/case-studies/page.tsx
+++ b/src/app/case-studies/page.tsx
@@ -19,8 +19,7 @@ export default function CaseStudiesPage() {
const footerColumns = [
{
- title: "Product",
- items: [
+ title: "Product", items: [
{ label: "Website Design", href: "#services" },
{ label: "Lead Generation", href: "#services" },
{ label: "AI Chatbots", href: "#services" },
@@ -28,8 +27,7 @@ export default function CaseStudiesPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "How It Works", href: "/#how-it-works" },
{ label: "Case Studies", href: "/case-studies" },
@@ -37,8 +35,7 @@ export default function CaseStudiesPage() {
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Blog", href: "#" },
{ label: "Documentation", href: "#" },
{ label: "FAQ", href: "#" },
@@ -46,8 +43,7 @@ export default function CaseStudiesPage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -76,9 +72,7 @@ export default function CaseStudiesPage() {
id: item.id,
}))}
button={{
- text: "Book Free Consultation",
- href: "/contact",
- }}
+ text: "Book Free Consultation", href: "/contact"}}
animateOnLoad={true}
/>
@@ -92,52 +86,29 @@ export default function CaseStudiesPage() {
tagAnimation="slide-up"
buttons={[
{
- text: "Start Your Growth",
- href: "/contact",
- },
+ text: "Start Your Growth", href: "/contact"},
{
- text: "Learn Our Process",
- href: "/#how-it-works",
- },
+ text: "Learn Our Process", href: "/#how-it-works"},
]}
buttonAnimation="slide-up"
- imageSrc="http://img.b2bpic.net/free-vector/find-your-time-travel-landing-page-with-photo_23-2148300336.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-vector/find-your-time-travel-landing-page-with-photo_23-2148300336.jpg"
imageAlt="Case studies and business success stories"
mediaAnimation="slide-up"
useInvertedBackground={false}
+ background={{ variant: "plain" }}
testimonials={[
{
- name: "Michael Rodriguez",
- handle: "Restaurant Owner",
- testimonial: "More customers almost every day after launching. Professional website transformed our online presence completely.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg?_wi=3",
- imageAlt: "Michael Rodriguez",
- },
+ name: "Michael Rodriguez", handle: "Restaurant Owner", testimonial: "More customers almost every day after launching. Professional website transformed our online presence completely.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg", imageAlt: "Michael Rodriguez"},
{
- name: "Sarah Patel",
- handle: "Beauty Salon Owner",
- testimonial: "Huge increase in bookings. The AI chatbot handles appointments instantly and customers love the experience.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-client_23-2149319756.jpg?_wi=3",
- imageAlt: "Sarah Patel",
- },
+ name: "Sarah Patel", handle: "Beauty Salon Owner", testimonial: "Huge increase in bookings. The AI chatbot handles appointments instantly and customers love the experience.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-client_23-2149319756.jpg", imageAlt: "Sarah Patel"},
{
- name: "Daniel Thompson",
- handle: "Fitness Gym Owner",
- testimonial: "Delivered beyond expectations. Website looks amazing and actually brings in new clients weekly.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-business-coach-posing-with-arms-folded_74855-3084.jpg?_wi=3",
- imageAlt: "Daniel Thompson",
- },
+ name: "Daniel Thompson", handle: "Fitness Gym Owner", testimonial: "Delivered beyond expectations. Website looks amazing and actually brings in new clients weekly.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-business-coach-posing-with-arms-folded_74855-3084.jpg", imageAlt: "Daniel Thompson"},
{
- name: "Jessica Kim",
- handle: "Dental Clinic Manager",
- testimonial: "Clean, fast, and professional. Patients can easily find us online now and inquiries increased significantly.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=3",
- imageAlt: "Jessica Kim",
- },
+ name: "Jessica Kim", handle: "Dental Clinic Manager", testimonial: "Clean, fast, and professional. Patients can easily find us online now and inquiries increased significantly.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Jessica Kim"},
]}
testimonialRotationInterval={5000}
ariaLabel="Case studies hero section with client success testimonials"
@@ -148,41 +119,13 @@ export default function CaseStudiesPage() {
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7eafc6b..9c67dbd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
const footerColumns = [
{
- title: "Product",
- items: [
+ title: "Product", items: [
{ label: "Website Design", href: "/services" },
{ label: "Lead Generation", href: "/services" },
{ label: "AI Chatbots", href: "/services" },
@@ -32,8 +31,7 @@ export default function HomePage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "How It Works", href: "#how-it-works" },
{ label: "Case Studies", href: "/case-studies" },
@@ -41,8 +39,7 @@ export default function HomePage() {
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Blog", href: "#" },
{ label: "Documentation", href: "#" },
{ label: "FAQ", href: "#" },
@@ -50,8 +47,7 @@ export default function HomePage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -80,9 +76,7 @@ export default function HomePage() {
id: item.id,
}))}
button={{
- text: "Book Free Consultation",
- href: "#contact",
- }}
+ text: "Book Free Consultation", href: "#contact"}}
animateOnLoad={true}
/>
@@ -99,47 +93,28 @@ export default function HomePage() {
{ text: "Book Free Consultation", href: "#contact" },
]}
buttonAnimation="slide-up"
- imageSrc="http://img.b2bpic.net/free-vector/find-your-time-travel-landing-page-with-photo_23-2148300336.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-vector/find-your-time-travel-landing-page-with-photo_23-2148300336.jpg"
imageAlt="AI-powered business dashboard showing automation and analytics"
mediaAnimation="slide-up"
useInvertedBackground={false}
+ background={{ variant: "plain" }}
testimonials={[
{
- name: "Michael Rodriguez",
- handle: "Restaurant Owner",
- testimonial:
- "More customers almost every day after launching. Professional website transformed our online presence completely.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg?_wi=1",
- imageAlt: "Michael Rodriguez",
- },
+ name: "Michael Rodriguez", handle: "Restaurant Owner", testimonial:
+ "More customers almost every day after launching. Professional website transformed our online presence completely.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg", imageAlt: "Michael Rodriguez"},
{
- name: "Sarah Patel",
- handle: "Beauty Salon Owner",
- testimonial:
- "Huge increase in bookings. The AI chatbot handles appointments instantly and customers love the experience.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-client_23-2149319756.jpg?_wi=1",
- imageAlt: "Sarah Patel",
- },
+ name: "Sarah Patel", handle: "Beauty Salon Owner", testimonial:
+ "Huge increase in bookings. The AI chatbot handles appointments instantly and customers love the experience.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-client_23-2149319756.jpg", imageAlt: "Sarah Patel"},
{
- name: "Daniel Thompson",
- handle: "Fitness Gym Owner",
- testimonial:
- "Delivered beyond expectations. Website looks amazing and actually brings in new clients weekly.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-business-coach-posing-with-arms-folded_74855-3084.jpg?_wi=1",
- imageAlt: "Daniel Thompson",
- },
+ name: "Daniel Thompson", handle: "Fitness Gym Owner", testimonial:
+ "Delivered beyond expectations. Website looks amazing and actually brings in new clients weekly.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-business-coach-posing-with-arms-folded_74855-3084.jpg", imageAlt: "Daniel Thompson"},
{
- name: "Jessica Kim",
- handle: "Dental Clinic Manager",
- testimonial:
- "Clean, fast, and professional. Patients can easily find us online now and inquiries increased significantly.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1",
- imageAlt: "Jessica Kim",
- },
+ name: "Jessica Kim", handle: "Dental Clinic Manager", testimonial:
+ "Clean, fast, and professional. Patients can easily find us online now and inquiries increased significantly.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Jessica Kim"},
]}
testimonialRotationInterval={5000}
ariaLabel="Hero section with AI website automation message and customer testimonials"
@@ -177,28 +152,20 @@ export default function HomePage() {
features={[
{
icon: Globe,
- title: "Website Design",
- description:
- "Modern, mobile-friendly websites designed to make businesses look professional and convert more visitors into leads and customers.",
- },
+ title: "Website Design", description:
+ "Modern, mobile-friendly websites designed to make businesses look professional and convert more visitors into leads and customers."},
{
icon: Target,
- title: "Lead Generation Systems",
- description:
- "Conversion-focused systems built to help businesses get more calls, bookings, and customer inquiries automatically.",
- },
+ title: "Lead Generation Systems", description:
+ "Conversion-focused systems built to help businesses get more calls, bookings, and customer inquiries automatically."},
{
icon: MessageCircle,
- title: "AI Chatbots",
- description:
- "Smart AI chatbot solutions that answer questions, qualify leads, improve response time, and capture customer information 24/7.",
- },
+ title: "AI Chatbots", description:
+ "Smart AI chatbot solutions that answer questions, qualify leads, improve response time, and capture customer information 24/7."},
{
icon: Zap,
- title: "Business Automation",
- description:
- "Automation tools that streamline follow-up, improve communication, save time, and help organize customer interactions efficiently.",
- },
+ title: "Business Automation", description:
+ "Automation tools that streamline follow-up, improve communication, save time, and help organize customer interactions efficiently."},
]}
animationType="slide-up"
textboxLayout="default"
@@ -213,32 +180,14 @@ export default function HomePage() {