Update src/app/page.tsx
This commit is contained in:
@@ -57,17 +57,17 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Chen", handle: "@ecommerce_boss", testimonial: "AT Digital increased our landing page conversions by 280% in just 3 months. Their team understood our budget constraints and delivered incredible results.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-welcome-gesture_1149-1755.jpg", imageAlt: "Sarah Chen, E-commerce Business Owner"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-welcome-gesture_1149-1755.jpg?_wi=1", imageAlt: "Sarah Chen, E-commerce Business Owner"
|
||||
},
|
||||
{
|
||||
name: "Marcus Rodriguez", handle: "@local_service_pro", testimonial: "Finally found a marketing agency that speaks our language. AT Digital's landing pages are conversion machines without breaking the bank.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "Marcus Rodriguez, Service Business Owner"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=1", imageAlt: "Marcus Rodriguez, Service Business Owner"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tablet-computer-with-company-statistics-screen-standing-table-startup-office-millennial-multiethnic-businesspeople-discussing-marketing-strategy-working-business-collaboration_482257-33798.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tablet-computer-with-company-statistics-screen-standing-table-startup-office-millennial-multiethnic-businesspeople-discussing-marketing-strategy-working-business-collaboration_482257-33798.jpg?_wi=1"
|
||||
imageAlt="AT Digital Marketing Dashboard"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -158,10 +158,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "280% Increase in Conversions", quote: "AT Digital completely transformed our e-commerce site. Within 3 months, our landing page conversions skyrocketed. They understood our budget and delivered like a team of 10.", name: "Sarah Chen", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-welcome-gesture_1149-1755.jpg", imageAlt: "Sarah Chen"
|
||||
id: "1", title: "280% Increase in Conversions", quote: "AT Digital completely transformed our e-commerce site. Within 3 months, our landing page conversions skyrocketed. They understood our budget and delivered like a team of 10.", name: "Sarah Chen", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-welcome-gesture_1149-1755.jpg?_wi=2", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Doubled Our Monthly Revenue", quote: "The landing pages AT Digital created for us generated 2x more qualified leads. Their copywriting is phenomenal and the design is both beautiful and conversion-focused.", name: "Marcus Rodriguez", role: "Owner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "Marcus Rodriguez"
|
||||
id: "2", title: "Doubled Our Monthly Revenue", quote: "The landing pages AT Digital created for us generated 2x more qualified leads. Their copywriting is phenomenal and the design is both beautiful and conversion-focused.", name: "Marcus Rodriguez", role: "Owner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=2", imageAlt: "Marcus Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Finally Affordable Marketing Expertise", quote: "We tried other agencies but couldn't afford them. AT Digital proved you don't need to spend a fortune to get professional, results-driven marketing. Best decision we made.", name: "Jessica Thompson", role: "Marketing Manager", imageSrc: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6368.jpg", imageAlt: "Jessica Thompson"
|
||||
@@ -232,7 +232,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tablet-computer-with-company-statistics-screen-standing-table-startup-office-millennial-multiethnic-businesspeople-discussing-marketing-strategy-working-business-collaboration_482257-33798.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tablet-computer-with-company-statistics-screen-standing-table-startup-office-millennial-multiethnic-businesspeople-discussing-marketing-strategy-working-business-collaboration_482257-33798.jpg?_wi=2"
|
||||
imageAlt="Get Started with AT Digital"
|
||||
inputs={[
|
||||
{ name: "fullName", type: "text", placeholder: "Your Full Name", required: true },
|
||||
|
||||
Reference in New Issue
Block a user