@@ -59,14 +47,8 @@ export default function LandingPage() {
logoText="Vortex Agency"
description="Architecting the digital future. We transform ambitious brands into industry-defining icons through 3D storytelling and precision marketing."
buttons={[
- {
- text: "Explore Services",
- href: "#features",
- },
- {
- text: "Get a Quote",
- href: "#contact",
- },
+ { text: "Explore Services", href: "#features" },
+ { text: "Get a Quote", href: "#contact" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/hex-textured-background-networking_23-2150080750.jpg"
@@ -79,12 +61,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Who We Are"
description="We are a boutique studio of developers, strategists, and artists. We don't just build websites; we create immersive brand experiences that leave a lasting impact."
- buttons={[
- {
- text: "Learn More",
- href: "#features",
- },
- ]}
+ buttons={[{ text: "Learn More", href: "#features" }]}
imageSrc="http://img.b2bpic.net/free-photo/corporate-employee-wearing-formal-suit-having-fun-startup-office_482257-77721.jpg"
imageAlt="Team brainstorming"
/>
@@ -93,41 +70,21 @@ export default function LandingPage() {
@@ -202,46 +128,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- name: "Mark J.",
- handle: "@markj",
- testimonial: "Vortex delivered incredible results. Their 3D design work is world-class.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg",
- },
- {
- id: "2",
- name: "Lisa K.",
- handle: "@lisak",
- testimonial: "Strategic thinking and top-tier execution. Highly recommended agency.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg",
- },
- {
- id: "3",
- name: "Robert B.",
- handle: "@robby",
- testimonial: "The best design partner we have ever collaborated with.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-strict-young-handsome-caucasian-man-wearing-glasses-standing-profile-view-isolated-crimson-wall_141793-79811.jpg",
- },
- {
- id: "4",
- name: "Sarah P.",
- handle: "@speter",
- testimonial: "Exceptional communication and high-impact visual design.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/positive-relaxed-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder_74855-15188.jpg",
- },
- {
- id: "5",
- name: "James L.",
- handle: "@jlue",
- testimonial: "Transformed our digital identity in just one month.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg",
- },
+ { id: "1", name: "Mark J.", handle: "@markj", testimonial: "Vortex delivered incredible results. Their 3D design work is world-class.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg" },
+ { id: "2", name: "Lisa K.", handle: "@lisak", testimonial: "Strategic thinking and top-tier execution. Highly recommended agency.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg" },
+ { id: "3", name: "Robert B.", handle: "@robby", testimonial: "The best design partner we have ever collaborated with.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-strict-young-handsome-caucasian-man-wearing-glasses-standing-profile-view-isolated-crimson-wall_141793-79811.jpg" },
+ { id: "4", name: "Sarah P.", handle: "@speter", testimonial: "Exceptional communication and high-impact visual design.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-relaxed-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder_74855-15188.jpg" },
+ { id: "5", name: "James L.", handle: "@jlue", testimonial: "Transformed our digital identity in just one month.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg" }
]}
showRating={true}
title="Client Success"
@@ -253,15 +144,7 @@ export default function LandingPage() {
@@ -272,21 +155,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
- {
- id: "q1",
- title: "How do we start?",
- content: "Just schedule a call via our contact form.",
- },
- {
- id: "q2",
- title: "What is the timeline?",
- content: "Depends on scope, typically 4-8 weeks.",
- },
- {
- id: "q3",
- title: "Do you offer maintenance?",
- content: "Yes, we offer ongoing support packages.",
- },
+ { id: "q1", title: "How do we start?", content: "Just schedule a call via our contact form." },
+ { id: "q2", title: "What is the timeline?", content: "Depends on scope, typically 4-8 weeks." },
+ { id: "q3", title: "Do you offer maintenance?", content: "Yes, we offer ongoing support packages." }
]}
imageSrc="http://img.b2bpic.net/free-photo/vivid-blurred-colorful-wallpaper-background_58702-3920.jpg"
mediaAnimation="slide-up"
@@ -299,9 +170,7 @@ export default function LandingPage() {