diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f27942..c9b70c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,68 +47,41 @@ export default function LandingPage() {
@@ -124,67 +89,44 @@ export default function LandingPage() {
@@ -284,45 +188,20 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Sarah J.", - handle: "@client", - testimonial: "Jovan's work exceeded all our expectations.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/international-womens-day-beautiful-young-woman-with-tulip-her-hand_169016-67269.jpg?_wi=2", - }, + id: "1", name: "Sarah J.", handle: "@client", testimonial: "Jovan's work exceeded all our expectations.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/international-womens-day-beautiful-young-woman-with-tulip-her-hand_169016-67269.jpg"}, { - id: "2", - name: "Mark D.", - handle: "@tech", - testimonial: "Exceptional eye for design and branding.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-hipster-male-dressed-casual-clothes-with-glasses-full-beard-standing-with-crossed-arms-studio-isolated-dark-background_613910-20093.jpg?_wi=2", - }, + id: "2", name: "Mark D.", handle: "@tech", testimonial: "Exceptional eye for design and branding.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-hipster-male-dressed-casual-clothes-with-glasses-full-beard-standing-with-crossed-arms-studio-isolated-dark-background_613910-20093.jpg"}, { - id: "3", - name: "Emma R.", - handle: "@marketing", - testimonial: "One of the best freelancers we have collaborated with.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg?_wi=2", - }, + id: "3", name: "Emma R.", handle: "@marketing", testimonial: "One of the best freelancers we have collaborated with.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg"}, { - id: "4", - name: "Leon K.", - handle: "@music", - testimonial: "Fast, creative, and professional.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg", - }, + id: "4", name: "Leon K.", handle: "@music", testimonial: "Fast, creative, and professional.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg"}, { - id: "5", - name: "Alice T.", - handle: "@studio", - testimonial: "His work defined our brand identity perfectly.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-with-camera-looking-away_23-2148503575.jpg", - }, + id: "5", name: "Alice T.", handle: "@studio", testimonial: "His work defined our brand identity perfectly.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/man-with-camera-looking-away_23-2148503575.jpg"}, ]} showRating={true} title="Client Feedback" @@ -335,20 +214,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "How do you start a project?", - content: "I usually start with a discovery phase followed by mood boards.", - }, + id: "1", title: "How do you start a project?", content: "I usually start with a discovery phase followed by mood boards."}, { - id: "2", - title: "Do you work with international clients?", - content: "Yes, I collaborate with agencies and brands globally.", - }, + id: "2", title: "Do you work with international clients?", content: "Yes, I collaborate with agencies and brands globally."}, { - id: "3", - title: "What is your typical turnaround time?", - content: "It depends on project complexity, usually 1-2 weeks.", - }, + id: "3", title: "What is your typical turnaround time?", content: "It depends on project complexity, usually 1-2 weeks."}, ]} sideTitle="Common Questions" faqsAnimation="slide-up" @@ -362,22 +232,14 @@ export default function LandingPage() { description="Ready to bring your vision to life? Get in touch." inputs={[ { - name: "name", - type: "text", - placeholder: "Name", - required: true, + name: "name", type: "text", placeholder: "Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email", - required: true, + name: "email", type: "email", placeholder: "Email", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Describe your project...", - required: true, + name: "message", placeholder: "Describe your project...", required: true, }} imageSrc="http://img.b2bpic.net/free-photo/image-bearded-man-stretching-lips-happy-smile-faking-happiness-standing-light-blue-backgr_1258-155337.jpg" /> @@ -389,29 +251,19 @@ export default function LandingPage() { { items: [ { - label: "Portfolio", - href: "#portfolio", - }, + label: "Portfolio", href: "#portfolio"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}