Merge version_1_1781768022356 into main #1

Merged
bender merged 1 commits from version_1_1781768022356 into main 2026-06-18 07:34:46 +00:00

View File

@@ -19,20 +19,14 @@ export default function HomePage() {
title="Crafting Digital Experiences with Passion"
description="I help brands transform their vision into impactful digital experiences. Specialized in design, development, and strategic growth."
primaryButton={{
text: "View Projects",
href: "#features",
}}
text: "View Projects", href: "#features"}}
secondaryButton={{
text: "Get In Touch",
href: "#contact",
}}
text: "Get In Touch", href: "#contact"}}
items={[
{
imageSrc: "http://img.b2bpic.net/free-photo/glasses-lying-laptop_23-2147831938.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/glasses-lying-laptop_23-2147831938.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/creative-design-blue-red-orange-wallpaper_23-2147981632.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/creative-design-blue-red-orange-wallpaper_23-2147981632.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -59,19 +53,13 @@ export default function HomePage() {
features={[
{
icon: Layout,
title: "UI/UX Design",
description: "Intuitive interfaces focused on user goals and accessibility.",
},
title: "UI/UX Design", description: "Intuitive interfaces focused on user goals and accessibility."},
{
icon: Code,
title: "Frontend Development",
description: "Clean, scalable code using modern web frameworks.",
},
title: "Frontend Development", description: "Clean, scalable code using modern web frameworks."},
{
icon: Palette,
title: "Brand Identity",
description: "Crafting visual stories that resonate with your audience.",
},
title: "Brand Identity", description: "Crafting visual stories that resonate with your audience."},
]}
/>
</SectionErrorBoundary>
@@ -85,11 +73,7 @@ export default function HomePage() {
description="Results driven by data and creative strategy."
metrics={[
{
value: "100+",
title: "Projects Completed",
description: "A diverse portfolio across various industries.",
imageSrc: "http://img.b2bpic.net/free-photo/studio-arrangement-shooting_23-2148503652.jpg",
},
value: "100+", title: "Projects Completed", description: "A diverse portfolio across various industries.", imageSrc: "http://img.b2bpic.net/free-photo/studio-arrangement-shooting_23-2148503652.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -103,45 +87,20 @@ export default function HomePage() {
description="Hear what my clients have to say about our collaborative success."
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "CEO",
company: "Tech Innovate",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/headshot-fashionable-young-man-with-laptop-computer-using-high-speed-internet-connection-lunch-cozy-cafe-interior_273609-1945.jpg",
},
name: "Sarah J.", role: "CEO", company: "Tech Innovate", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/headshot-fashionable-young-man-with-laptop-computer-using-high-speed-internet-connection-lunch-cozy-cafe-interior_273609-1945.jpg"},
{
id: "2",
name: "Michael B.",
role: "Marketing Director",
company: "Growth Co",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg",
},
name: "Michael B.", role: "Marketing Director", company: "Growth Co", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg"},
{
id: "3",
name: "Elena R.",
role: "Creative Lead",
company: "Design Studio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg",
},
name: "Elena R.", role: "Creative Lead", company: "Design Studio", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg"},
{
id: "4",
name: "David W.",
role: "Founder",
company: "StartUp Labs",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg",
},
name: "David W.", role: "Founder", company: "StartUp Labs", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg"},
{
id: "5",
name: "Jessica M.",
role: "Brand Manager",
company: "Global Corp",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-stylish-male-wearing-elegant-suit-dark-background_613910-11359.jpg",
},
name: "Jessica M.", role: "Brand Manager", company: "Global Corp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-stylish-male-wearing-elegant-suit-dark-background_613910-11359.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -154,14 +113,7 @@ export default function HomePage() {
title="Recognized by Industry Leaders"
description="I've had the pleasure of working with these exceptional organizations."
names={[
"Google",
"Microsoft",
"Airbnb",
"Spotify",
"Netflix",
"Adobe",
"Figma",
]}
"Google", "Microsoft", "Airbnb", "Spotify", "Netflix", "Adobe", "Figma"]}
/>
</SectionErrorBoundary>
</div>
@@ -174,17 +126,11 @@ export default function HomePage() {
description="Answers to common questions about working together."
items={[
{
question: "What is your typical process?",
answer: "I follow a design-thinking methodology to ensure we solve the right problems.",
},
question: "What is your typical process?", answer: "I follow a design-thinking methodology to ensure we solve the right problems."},
{
question: "Are you available for freelance work?",
answer: "I am currently accepting new freelance projects and collaborations.",
},
question: "Are you available for freelance work?", answer: "I am currently accepting new freelance projects and collaborations."},
{
question: "How can we start?",
answer: "Simply fill out the contact form or send me an email, and we can schedule an intro call.",
},
question: "How can we start?", answer: "Simply fill out the contact form or send me an email, and we can schedule an intro call."},
]}
/>
</SectionErrorBoundary>
@@ -196,13 +142,9 @@ export default function HomePage() {
tag="Let's Connect"
text="Ready to bring your project to life? Let's discuss how we can work together."
primaryButton={{
text: "Email Me",
href: "mailto:hello@example.com",
}}
text: "Email Me", href: "mailto:hello@example.com"}}
secondaryButton={{
text: "Schedule Call",
href: "#",
}}
text: "Schedule Call", href: "#"}}
/>
</SectionErrorBoundary>
</div>