Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -51,12 +51,12 @@ export default function LandingPage() {
|
||||
{ text: "Contact Me", href: "#contact" }
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-business-caucasian-man-black-suit-office-background_609648-1007.jpg", imageAlt: "Mir Abdul Baset Mirzada professional portrait" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/linear-flat-ui-ux-landing-page-template_23-2149047074.jpg", imageAlt: "Project showcase 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-psd/watercolor-business-landing-page-template_23-2148997427.jpg", imageAlt: "Project showcase 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-gen-z-girl-excited-film-unboxing-video_482257-92878.jpg", imageAlt: "Project showcase 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-business-caucasian-man-black-suit-office-background_609648-1007.jpg", imageAlt: "Portfolio highlight" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/linear-flat-ui-ux-landing-page-template_23-2149047074.jpg", imageAlt: "Recent work example" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-business-caucasian-man-black-suit-office-background_609648-1007.jpg?_wi=1", imageAlt: "Mir Abdul Baset Mirzada professional portrait" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/linear-flat-ui-ux-landing-page-template_23-2149047074.jpg?_wi=1", imageAlt: "Project showcase 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-psd/watercolor-business-landing-page-template_23-2148997427.jpg?_wi=1", imageAlt: "Project showcase 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-gen-z-girl-excited-film-unboxing-video_482257-92878.jpg?_wi=1", imageAlt: "Project showcase 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-business-caucasian-man-black-suit-office-background_609648-1007.jpg?_wi=2", imageAlt: "Portfolio highlight" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/linear-flat-ui-ux-landing-page-template_23-2149047074.jpg?_wi=2", imageAlt: "Recent work example" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -86,15 +86,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Web Development", name: "E-Commerce Platform", price: "Full Stack", rating: 5,
|
||||
reviewCount: "Enterprise", imageSrc: "http://img.b2bpic.net/free-vector/linear-flat-ui-ux-landing-page-template_23-2149047074.jpg", imageAlt: "E-Commerce Platform project"
|
||||
reviewCount: "Enterprise", imageSrc: "http://img.b2bpic.net/free-vector/linear-flat-ui-ux-landing-page-template_23-2149047074.jpg?_wi=3", imageAlt: "E-Commerce Platform project"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Design & Strategy", name: "Brand Identity System", price: "Complete Suite", rating: 5,
|
||||
reviewCount: "Multi-Brand", imageSrc: "http://img.b2bpic.net/free-psd/watercolor-business-landing-page-template_23-2148997427.jpg", imageAlt: "Brand Identity System project"
|
||||
reviewCount: "Multi-Brand", imageSrc: "http://img.b2bpic.net/free-psd/watercolor-business-landing-page-template_23-2148997427.jpg?_wi=2", imageAlt: "Brand Identity System project"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Innovation", name: "SaaS Dashboard", price: "Real-time", rating: 5,
|
||||
reviewCount: "Analytics", imageSrc: "http://img.b2bpic.net/free-photo/happy-gen-z-girl-excited-film-unboxing-video_482257-92878.jpg", imageAlt: "SaaS Dashboard project"
|
||||
reviewCount: "Analytics", imageSrc: "http://img.b2bpic.net/free-photo/happy-gen-z-girl-excited-film-unboxing-video_482257-92878.jpg?_wi=2", imageAlt: "SaaS Dashboard project"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -139,10 +139,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj_ceo", testimonial: "Mir's technical expertise and attention to detail transformed our vision into a robust, scalable platform. A true professional.", imageSrc: "http://img.b2bpic.net/free-photo/adult-businesswoman-her-40-s-smiling-camera-her-office_482257-25808.jpg", imageAlt: "Sarah Johnson"
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj_ceo", testimonial: "Mir's technical expertise and attention to detail transformed our vision into a robust, scalable platform. A true professional.", imageSrc: "http://img.b2bpic.net/free-photo/adult-businesswoman-her-40-s-smiling-camera-her-office_482257-25808.jpg?_wi=1", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", handle: "@mchen_dev", testimonial: "Working with Mir was exceptional. The code quality, communication, and problem-solving skills are outstanding. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael Chen"
|
||||
id: "2", name: "Michael Chen", handle: "@mchen_dev", testimonial: "Working with Mir was exceptional. The code quality, communication, and problem-solving skills are outstanding. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", handle: "@emma_design", testimonial: "Mir perfectly bridges design and development. The collaborative approach and creative solutions made our project a success.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-team-waiting-someone-street-cafe_74855-1520.jpg", imageAlt: "Emma Rodriguez"
|
||||
@@ -151,10 +151,10 @@ export default function LandingPage() {
|
||||
id: "4", name: "David Park", handle: "@david_founder", testimonial: "From concept to deployment, Mir delivered excellence. A reliable partner who takes ownership and exceeds expectations.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-sitting-office-with-crossed-arms-looking-computer-monitor-while-reviewing-financial-statistics-marketing-office-employee-brainstorming-management-ideas_482257-40316.jpg", imageAlt: "David Park"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lisa Anderson", handle: "@lisadev", testimonial: "The technical documentation and code maintainability Mir provided are exceptional. A developer who truly cares about quality.", imageSrc: "http://img.b2bpic.net/free-photo/adult-businesswoman-her-40-s-smiling-camera-her-office_482257-25808.jpg", imageAlt: "Lisa Anderson"
|
||||
id: "5", name: "Lisa Anderson", handle: "@lisadev", testimonial: "The technical documentation and code maintainability Mir provided are exceptional. A developer who truly cares about quality.", imageSrc: "http://img.b2bpic.net/free-photo/adult-businesswoman-her-40-s-smiling-camera-her-office_482257-25808.jpg?_wi=2", imageAlt: "Lisa Anderson"
|
||||
},
|
||||
{
|
||||
id: "6", name: "James Wilson", handle: "@jwilson_tech", testimonial: "Mir's ability to understand business requirements and translate them into technical solutions is impressive. Great to work with!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "James Wilson"
|
||||
id: "6", name: "James Wilson", handle: "@jwilson_tech", testimonial: "Mir's ability to understand business requirements and translate them into technical solutions is impressive. Great to work with!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "James Wilson"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user