diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1a8ed21..edea723 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,32 +47,15 @@ export default function LandingPage() {
@@ -185,45 +127,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Alex Rivet",
- handle: "@alex",
- testimonial: "Exceptional quality. The 3D render exceeded all our expectations.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-with-amulet-neck-is-posing-photographer-dark-photo-studio_613910-3849.jpg",
- },
+ id: "1", name: "Alex Rivet", handle: "@alex", testimonial: "Exceptional quality. The 3D render exceeded all our expectations.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-with-amulet-neck-is-posing-photographer-dark-photo-studio_613910-3849.jpg"},
{
- id: "2",
- name: "Jamie Sohn",
- handle: "@jamie",
- testimonial: "Vertex3D transformed our product vision into a breathtaking experience.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/calm-face-bearded-man-with-blue-eyes_8353-1318.jpg",
- },
+ id: "2", name: "Jamie Sohn", handle: "@jamie", testimonial: "Vertex3D transformed our product vision into a breathtaking experience.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/calm-face-bearded-man-with-blue-eyes_8353-1318.jpg"},
{
- id: "3",
- name: "Elena Berg",
- handle: "@elena",
- testimonial: "Unmatched attention to detail and creative depth.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg",
- },
+ id: "3", name: "Elena Berg", handle: "@elena", testimonial: "Unmatched attention to detail and creative depth.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg"},
{
- id: "4",
- name: "Sam Thorne",
- handle: "@sam",
- testimonial: "Their workflow is efficient and the artistic output is second to none.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-charismatic-sensual-male-black-sweater-with-wet_613910-11158.jpg",
- },
+ id: "4", name: "Sam Thorne", handle: "@sam", testimonial: "Their workflow is efficient and the artistic output is second to none.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-charismatic-sensual-male-black-sweater-with-wet_613910-11158.jpg"},
{
- id: "5",
- name: "Kai Wei",
- handle: "@kai",
- testimonial: "A truly modern approach to 3D asset production.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278643.jpg",
- },
+ id: "5", name: "Kai Wei", handle: "@kai", testimonial: "A truly modern approach to 3D asset production.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278643.jpg"},
]}
showRating={true}
title="Client Feedback"
@@ -237,20 +154,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "f1",
- title: "How long does a typical project take?",
- content: "Depending on complexity, projects usually range from 2 to 6 weeks.",
- },
+ id: "f1", title: "How long does a typical project take?", content: "Depending on complexity, projects usually range from 2 to 6 weeks."},
{
- id: "f2",
- title: "Do you provide custom animation files?",
- content: "Yes, we deliver industry-standard formats ready for any engine.",
- },
+ id: "f2", title: "Do you provide custom animation files?", content: "Yes, we deliver industry-standard formats ready for any engine."},
{
- id: "f3",
- title: "Can you handle high-polygon counts?",
- content: "Yes, our pipeline is optimized for heavy geometry and high-fidelity rendering.",
- },
+ id: "f3", title: "Can you handle high-polygon counts?", content: "Yes, our pipeline is optimized for heavy geometry and high-fidelity rendering."},
]}
title="Frequently Asked"
description="Have questions about our process? We have answers."
@@ -262,8 +170,7 @@ export default function LandingPage() {