diff --git a/src/app/page.tsx b/src/app/page.tsx index 2dfa576..75abdfd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,14 +43,17 @@ export default function LandingPage() { @@ -63,6 +66,7 @@ export default function LandingPage() { { value: "Print", title: "Editorial & Packaging" }, { value: "Digital", title: "UI & Motion Design" } ]} + useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/female-graphic-designer-working-office_23-2149749876.jpg" /> @@ -90,6 +94,7 @@ export default function LandingPage() { textboxLayout="split" title="Collaborator Reviews" description="What clients say about working together on design projects." + useInvertedBackground={false} testimonials={[ { id: "t1", name: "Anna Smith", handle: "@design_lead", testimonial: "The attention to detail in the layout and typography was exceptional. A true design professional.", icon: PenTool }, { id: "t2", name: "David Jones", handle: "@brand_owner", testimonial: "They understood my brand vision immediately and translated it into a beautiful visual language.", icon: PenTool }, @@ -107,6 +112,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Tell me about your project..." }} buttonText="Send Message" + useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/person-holding-color-samples_23-2148425265.jpg" />