Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 08:21:17 +00:00

View File

@@ -59,13 +59,13 @@ export default function LandingPage() {
tag="Portfolio"
features={[
{
id: "01", title: "Brand Identity", description: "Complete visual identity system including logo design, color palette, and brand guidelines for a tech startup.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg", imageAlt: "Brand identity project"
id: "01", title: "Brand Identity", description: "Complete visual identity system including logo design, color palette, and brand guidelines for a tech startup.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg?_wi=1", imageAlt: "Brand identity project"
},
{
id: "02", title: "Web Experience", description: "Responsive website design and development for a luxury e-commerce brand with focus on user engagement.", imageSrc: "http://img.b2bpic.net/free-photo/stationery-concept_23-2147800658.jpg", imageAlt: "Web design project"
id: "02", title: "Web Experience", description: "Responsive website design and development for a luxury e-commerce brand with focus on user engagement.", imageSrc: "http://img.b2bpic.net/free-photo/stationery-concept_23-2147800658.jpg?_wi=1", imageAlt: "Web design project"
},
{
id: "03", title: "Product Design", description: "Mobile app interface and user experience design for a productivity platform used by thousands.", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-car-sharing-landing-page_23-2150431825.jpg", imageAlt: "Product design project"
id: "03", title: "Product Design", description: "Mobile app interface and user experience design for a productivity platform used by thousands.", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-car-sharing-landing-page_23-2150431825.jpg?_wi=1", imageAlt: "Product design project"
}
]}
textboxLayout="default"
@@ -97,19 +97,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Anderson", handle: "@sarahdesign", testimonial: "Exceptional attention to detail and a clear vision for the project. The design work transformed our brand presence completely.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Anderson"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Anderson"
},
{
id: "2", name: "Michael Chen", handle: "@mchen_founder", testimonial: "Professional, creative, and deeply understands user experience. A true partner in building our product.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"
},
{
id: "3", name: "Emma Roberts", handle: "@emmacreative", testimonial: "Brought our vision to life with stunning visuals and seamless functionality. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Roberts"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emma Roberts"
},
{
id: "4", name: "David Park", handle: "@davidpark_ceo", testimonial: "Outstanding work from start to finish. The design system created has been invaluable for our team.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Park"
}
]}
showRating={true}
@@ -126,13 +126,13 @@ export default function LandingPage() {
tag="What I Offer"
features={[
{
id: "01", title: "UI/UX Design", description: "User-centered design approach creating intuitive interfaces that delight users and drive engagement.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg", imageAlt: "UI/UX design services"
id: "01", title: "UI/UX Design", description: "User-centered design approach creating intuitive interfaces that delight users and drive engagement.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg?_wi=2", imageAlt: "UI/UX design services"
},
{
id: "02", title: "Brand Strategy", description: "Strategic brand development including positioning, visual identity, and comprehensive brand guidelines.", imageSrc: "http://img.b2bpic.net/free-photo/stationery-concept_23-2147800658.jpg", imageAlt: "Brand strategy services"
id: "02", title: "Brand Strategy", description: "Strategic brand development including positioning, visual identity, and comprehensive brand guidelines.", imageSrc: "http://img.b2bpic.net/free-photo/stationery-concept_23-2147800658.jpg?_wi=2", imageAlt: "Brand strategy services"
},
{
id: "03", title: "Web Development", description: "Converting designs into fully functional, responsive websites optimized for performance and conversion.", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-car-sharing-landing-page_23-2150431825.jpg", imageAlt: "Web development services"
id: "03", title: "Web Development", description: "Converting designs into fully functional, responsive websites optimized for performance and conversion.", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-car-sharing-landing-page_23-2150431825.jpg?_wi=2", imageAlt: "Web development services"
}
]}
textboxLayout="default"