Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-02 15:03:55 +00:00

View File

@@ -44,14 +44,14 @@ export default function LandingPage() {
title="Transforming Ideas into Powerful Visual Stories"
description="I help brands cut through the noise with bold, minimalist, and high-impact design solutions. Let's build your identity together."
testimonials={[
{ name: "Alice M.", handle: "@alicedesign", testimonial: "Exceptional work on our branding project. Professional, fast, and highly creative.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/memory-cards-camera-lens-pen-succulent-plant-concrete-background_23-2148038912.jpg", imageAlt: "dark abstract background red glow" },
{ name: "Bob R.", handle: "@bobtech", testimonial: "The best designer I've worked with. Understood our needs perfectly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379231.jpg", imageAlt: "graphic designer in studio" },
{ name: "Carol S.", handle: "@carolmedia", testimonial: "Transformed our digital presence. Incredible attention to detail.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-cards-brochure_23-2147728503.jpg", imageAlt: "brand identity mockup" },
{ name: "David L.", handle: "@dlstudio", testimonial: "Fantastic creative vision and flawless execution.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-render-code-testing-functional-test-usability_107791-16607.jpg", imageAlt: "app dashboard ui design" },
{ name: "Emily P.", handle: "@emilypdesign", testimonial: "Reliable, talented, and truly cares about the final product.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-new-ideas_176420-1660.jpg", imageAlt: "logo design mockup wall" },
{ name: "Alice M.", handle: "@alicedesign", testimonial: "Exceptional work on our branding project. Professional, fast, and highly creative.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/memory-cards-camera-lens-pen-succulent-plant-concrete-background_23-2148038912.jpg?_wi=1", imageAlt: "dark abstract background red glow" },
{ name: "Bob R.", handle: "@bobtech", testimonial: "The best designer I've worked with. Understood our needs perfectly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379231.jpg?_wi=1", imageAlt: "graphic designer in studio" },
{ name: "Carol S.", handle: "@carolmedia", testimonial: "Transformed our digital presence. Incredible attention to detail.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-cards-brochure_23-2147728503.jpg?_wi=1", imageAlt: "brand identity mockup" },
{ name: "David L.", handle: "@dlstudio", testimonial: "Fantastic creative vision and flawless execution.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-render-code-testing-functional-test-usability_107791-16607.jpg?_wi=1", imageAlt: "app dashboard ui design" },
{ name: "Emily P.", handle: "@emilypdesign", testimonial: "Reliable, talented, and truly cares about the final product.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-new-ideas_176420-1660.jpg?_wi=1", imageAlt: "logo design mockup wall" },
]}
buttons={[{ text: "View My Work", href: "#portfolio" }, { text: "Contact Me", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/memory-cards-camera-lens-pen-succulent-plant-concrete-background_23-2148038912.jpg"
imageSrc="http://img.b2bpic.net/free-photo/memory-cards-camera-lens-pen-succulent-plant-concrete-background_23-2148038912.jpg?_wi=2"
imageAlt="Abstract creative visual identity"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/extreme-close-up-shot-worker-server-hub-using-tablet_482257-90062.jpg", alt: "Client 1" },
@@ -82,7 +82,7 @@ export default function LandingPage() {
{ title: "Web Design", description: "Modern, functional digital experiences." },
{ title: "No-Code Sites", description: "Custom websites built for performance." },
]}
imageSrc="http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379231.jpg"
imageSrc="http://img.b2bpic.net/free-photo/interior-designer-working-out-office_23-2150379231.jpg?_wi=2"
imageAlt="Designer at work"
mediaAnimation="slide-up"
/>
@@ -95,12 +95,12 @@ export default function LandingPage() {
useInvertedBackground={true}
animationType="slide-up"
products={[
{ id: "1", name: "Tech Brand Identity", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/business-cards-brochure_23-2147728503.jpg" },
{ id: "2", name: "Fintech Dashboard", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-code-testing-functional-test-usability_107791-16607.jpg" },
{ id: "3", name: "Luxury Logo Design", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-new-ideas_176420-1660.jpg" },
{ id: "4", name: "Portfolio Website", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/technology-creativity-meet-modern-studio-generative-ai_188544-19475.jpg" },
{ id: "5", name: "Poster Series", price: "View Project", imageSrc: "http://img.b2bpic.net/free-vector/text-repetition-cover-collection_79603-736.jpg" },
{ id: "6", name: "Corporate Identity Guide", price: "View Project", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-technology-brochure_23-2149056380.jpg" },
{ id: "1", name: "Tech Brand Identity", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/business-cards-brochure_23-2147728503.jpg?_wi=2" },
{ id: "2", name: "Fintech Dashboard", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-code-testing-functional-test-usability_107791-16607.jpg?_wi=2" },
{ id: "3", name: "Luxury Logo Design", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-new-ideas_176420-1660.jpg?_wi=2" },
{ id: "4", name: "Portfolio Website", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/technology-creativity-meet-modern-studio-generative-ai_188544-19475.jpg?_wi=1" },
{ id: "5", name: "Poster Series", price: "View Project", imageSrc: "http://img.b2bpic.net/free-vector/text-repetition-cover-collection_79603-736.jpg?_wi=1" },
{ id: "6", name: "Corporate Identity Guide", price: "View Project", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-technology-brochure_23-2149056380.jpg?_wi=1" },
]}
title="Selected Projects"
description="A collection of recent work, showcasing branding, web design, and visual identities for forward-thinking clients."
@@ -112,9 +112,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah K.", date: "Oct 2023", title: "Marketing Manager", quote: "Incredible creative talent. The design was exactly what we envisioned.", tag: "Brand Identity", avatarSrc: "http://img.b2bpic.net/free-photo/extreme-close-up-shot-worker-server-hub-using-tablet_482257-90062.jpg", imageSrc: "http://img.b2bpic.net/free-photo/technology-creativity-meet-modern-studio-generative-ai_188544-19475.jpg" },
{ id: "2", name: "David L.", date: "Nov 2023", title: "Startup Founder", quote: "Transformed our app design. Highly professional and efficient process.", tag: "Web Design", avatarSrc: "http://img.b2bpic.net/free-photo/videographer-smiling-camera-working-computer-editing-video-footage-audio-app-sitting-mo_482257-2649.jpg", imageSrc: "http://img.b2bpic.net/free-vector/text-repetition-cover-collection_79603-736.jpg" },
{ id: "3", name: "Emily P.", date: "Jan 2024", title: "Director", quote: "Seamless collaboration. The result was world-class work.", tag: "Corporate Design", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195341.jpg", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-technology-brochure_23-2149056380.jpg" },
{ id: "1", name: "Sarah K.", date: "Oct 2023", title: "Marketing Manager", quote: "Incredible creative talent. The design was exactly what we envisioned.", tag: "Brand Identity", avatarSrc: "http://img.b2bpic.net/free-photo/extreme-close-up-shot-worker-server-hub-using-tablet_482257-90062.jpg", imageSrc: "http://img.b2bpic.net/free-photo/technology-creativity-meet-modern-studio-generative-ai_188544-19475.jpg?_wi=2" },
{ id: "2", name: "David L.", date: "Nov 2023", title: "Startup Founder", quote: "Transformed our app design. Highly professional and efficient process.", tag: "Web Design", avatarSrc: "http://img.b2bpic.net/free-photo/videographer-smiling-camera-working-computer-editing-video-footage-audio-app-sitting-mo_482257-2649.jpg", imageSrc: "http://img.b2bpic.net/free-vector/text-repetition-cover-collection_79603-736.jpg?_wi=2" },
{ id: "3", name: "Emily P.", date: "Jan 2024", title: "Director", quote: "Seamless collaboration. The result was world-class work.", tag: "Corporate Design", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195341.jpg", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-technology-brochure_23-2149056380.jpg?_wi=2" },
{ id: "4", name: "Michael B.", date: "Feb 2024", title: "Owner", quote: "Patient, insightful, and talented. Highly recommend for any business.", tag: "Logo Design", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", imageSrc: "http://img.b2bpic.net/free-photo/extreme-close-up-shot-worker-server-hub-using-tablet_482257-90062.jpg" },
{ id: "5", name: "Jessica T.", date: "Mar 2024", title: "Creative Lead", quote: "Understands minimalism perfectly. Very satisfied with the final deliverables.", tag: "Branding", avatarSrc: "http://img.b2bpic.net/free-photo/young-painter-desk-joyfully-choosing-paint-brush-with-big-pattern-canvas-background-home_574295-3722.jpg", imageSrc: "http://img.b2bpic.net/free-photo/videographer-smiling-camera-working-computer-editing-video-footage-audio-app-sitting-mo_482257-2649.jpg" },
]}