Merge version_3 into main #3
166
src/app/page.tsx
166
src/app/page.tsx
@@ -22,8 +22,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
@@ -31,8 +30,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "GitHub", href: "https://github.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
@@ -40,8 +38,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" }
|
||||
@@ -67,8 +64,7 @@ export default function HomePage() {
|
||||
navItems={navItems}
|
||||
brandName="Ali Hussan"
|
||||
button={{
|
||||
text: "Get In Touch",
|
||||
href: "/contact"
|
||||
text: "Get In Touch", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -82,12 +78,10 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "View My Work",
|
||||
href: "/portfolio"
|
||||
text: "Explore My Portfolio", href: "/portfolio"
|
||||
},
|
||||
{
|
||||
text: "Contact Me",
|
||||
href: "/contact"
|
||||
text: "Contact Me", href: "/contact"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -100,36 +94,20 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Williams",
|
||||
handle: "@designlover",
|
||||
testimonial: "Ali transformed my vision into reality. The attention to detail was incredible.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=1",
|
||||
imageAlt: "Sarah Williams testimonial"
|
||||
name: "Sarah Williams", handle: "@designlover", testimonial: "Ali transformed my vision into reality. The attention to detail was incredible.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=1", imageAlt: "Sarah Williams testimonial"
|
||||
},
|
||||
{
|
||||
name: "Michael Chen",
|
||||
handle: "@techstartup",
|
||||
testimonial: "Professional, creative, and delivers exceptional results. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen testimonial"
|
||||
name: "Michael Chen", handle: "@techstartup", testimonial: "Professional, creative, and delivers exceptional results. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg?_wi=1", imageAlt: "Michael Chen testimonial"
|
||||
},
|
||||
{
|
||||
name: "Emma Rodriguez",
|
||||
handle: "@brandstudio",
|
||||
testimonial: "Working with Ali was a game-changer for our digital presence.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-car-salesman-showcasing-dealership-vehicles-clients_482257-112788.jpg?_wi=1",
|
||||
imageAlt: "Emma Rodriguez testimonial"
|
||||
name: "Emma Rodriguez", handle: "@brandstudio", testimonial: "Working with Ali was a game-changer for our digital presence.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-car-salesman-showcasing-dealership-vehicles-clients_482257-112788.jpg?_wi=1", imageAlt: "Emma Rodriguez testimonial"
|
||||
},
|
||||
{
|
||||
name: "James Patterson",
|
||||
handle: "@entrepreneur",
|
||||
testimonial: "Exceptional creativity combined with solid technical expertise.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11505.jpg?_wi=1",
|
||||
imageAlt: "James Patterson testimonial"
|
||||
name: "James Patterson", handle: "@entrepreneur", testimonial: "Exceptional creativity combined with solid technical expertise.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11505.jpg?_wi=1", imageAlt: "James Patterson testimonial"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -150,8 +128,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/about"
|
||||
text: "Learn More", href: "/about"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -174,8 +151,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Projects",
|
||||
href: "/portfolio"
|
||||
text: "View All Projects", href: "/portfolio"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -185,34 +161,16 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "project-ecommerce",
|
||||
brand: "E-Commerce Platform",
|
||||
name: "Modern Shopping Experience",
|
||||
price: "2024",
|
||||
rating: 5,
|
||||
reviewCount: "Award Winner",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface-set_23-2148591123.jpg?_wi=1",
|
||||
imageAlt: "E-commerce platform design"
|
||||
id: "project-ecommerce", brand: "E-Commerce Platform", name: "Modern Shopping Experience", price: "2024", rating: 5,
|
||||
reviewCount: "Award Winner", imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface-set_23-2148591123.jpg?_wi=1", imageAlt: "E-commerce platform design"
|
||||
},
|
||||
{
|
||||
id: "project-mobile",
|
||||
brand: "Mobile Application",
|
||||
name: "Fitness Tracking App",
|
||||
price: "2024",
|
||||
rating: 5,
|
||||
reviewCount: "App Store Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/meditation-app-screens-collection_23-2148628203.jpg?_wi=1",
|
||||
imageAlt: "Mobile fitness app interface"
|
||||
id: "project-mobile", brand: "Mobile Application", name: "Fitness Tracking App", price: "2024", rating: 5,
|
||||
reviewCount: "App Store Featured", imageSrc: "http://img.b2bpic.net/free-vector/meditation-app-screens-collection_23-2148628203.jpg?_wi=1", imageAlt: "Mobile fitness app interface"
|
||||
},
|
||||
{
|
||||
id: "project-branding",
|
||||
brand: "Brand Identity",
|
||||
name: "Complete Brand System",
|
||||
price: "2023",
|
||||
rating: 5,
|
||||
reviewCount: "Client Testimonial",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-colorful-business-visiting-card-template_23-2148347127.jpg?_wi=1",
|
||||
imageAlt: "Brand identity design package"
|
||||
id: "project-branding", brand: "Brand Identity", name: "Complete Brand System", price: "2023", rating: 5,
|
||||
reviewCount: "Client Testimonial", imageSrc: "http://img.b2bpic.net/free-vector/abstract-colorful-business-visiting-card-template_23-2148347127.jpg?_wi=1", imageAlt: "Brand identity design package"
|
||||
}
|
||||
]}
|
||||
containerClassName="max-w-7xl mx-auto px-4"
|
||||
@@ -234,28 +192,16 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
value: "50+",
|
||||
title: "Projects Completed",
|
||||
description: "Successfully delivered across web, mobile, and branding"
|
||||
id: "metric-1", value: "50+", title: "Projects Completed", description: "Successfully delivered across web, mobile, and branding"
|
||||
},
|
||||
{
|
||||
id: "metric-2",
|
||||
value: "35+",
|
||||
title: "Happy Clients",
|
||||
description: "Building lasting relationships through quality work"
|
||||
id: "metric-2", value: "35+", title: "Happy Clients", description: "Building lasting relationships through quality work"
|
||||
},
|
||||
{
|
||||
id: "metric-3",
|
||||
value: "5+",
|
||||
title: "Years Experience",
|
||||
description: "Continuously growing and learning new technologies"
|
||||
id: "metric-3", value: "5+", title: "Years Experience", description: "Continuously growing and learning new technologies"
|
||||
},
|
||||
{
|
||||
id: "metric-4",
|
||||
value: "100%",
|
||||
title: "Satisfaction Rate",
|
||||
description: "Committed to exceeding client expectations"
|
||||
id: "metric-4", value: "100%", title: "Satisfaction Rate", description: "Committed to exceeding client expectations"
|
||||
}
|
||||
]}
|
||||
containerClassName="max-w-7xl mx-auto px-4"
|
||||
@@ -280,58 +226,28 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
name: "Sarah Williams",
|
||||
handle: "@designlover",
|
||||
testimonial: "Ali transformed my vision into reality. The attention to detail was incredible, and the final product exceeded all my expectations. Truly a pleasure to work with.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=2",
|
||||
imageAlt: "Sarah Williams"
|
||||
id: "testimonial-1", name: "Sarah Williams", handle: "@designlover", testimonial: "Ali transformed my vision into reality. The attention to detail was incredible, and the final product exceeded all my expectations. Truly a pleasure to work with.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=2", imageAlt: "Sarah Williams"
|
||||
},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
name: "Michael Chen",
|
||||
handle: "@techstartup",
|
||||
testimonial: "Professional, creative, and delivers exceptional results. Ali understood our startup's needs and built a digital presence that drives real results.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg?_wi=2",
|
||||
imageAlt: "Michael Chen"
|
||||
id: "testimonial-2", name: "Michael Chen", handle: "@techstartup", testimonial: "Professional, creative, and delivers exceptional results. Ali understood our startup's needs and built a digital presence that drives real results.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg?_wi=2", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
name: "Emma Rodriguez",
|
||||
handle: "@brandstudio",
|
||||
testimonial: "Working with Ali was a game-changer for our digital presence. The design is not only beautiful but also highly functional and user-friendly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-car-salesman-showcasing-dealership-vehicles-clients_482257-112788.jpg?_wi=2",
|
||||
imageAlt: "Emma Rodriguez"
|
||||
id: "testimonial-3", name: "Emma Rodriguez", handle: "@brandstudio", testimonial: "Working with Ali was a game-changer for our digital presence. The design is not only beautiful but also highly functional and user-friendly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-car-salesman-showcasing-dealership-vehicles-clients_482257-112788.jpg?_wi=2", imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
name: "James Patterson",
|
||||
handle: "@entrepreneur",
|
||||
testimonial: "Exceptional creativity combined with solid technical expertise. Ali delivers projects on time and within budget without compromising quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11505.jpg?_wi=2",
|
||||
imageAlt: "James Patterson"
|
||||
id: "testimonial-4", name: "James Patterson", handle: "@entrepreneur", testimonial: "Exceptional creativity combined with solid technical expertise. Ali delivers projects on time and within budget without compromising quality.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11505.jpg?_wi=2", imageAlt: "James Patterson"
|
||||
},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
name: "Lisa Anderson",
|
||||
handle: "@ecommerceboss",
|
||||
testimonial: "The best investment for our business. Ali's design and development skills took our online store to the next level. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=3",
|
||||
imageAlt: "Lisa Anderson"
|
||||
id: "testimonial-5", name: "Lisa Anderson", handle: "@ecommerceboss", testimonial: "The best investment for our business. Ali's design and development skills took our online store to the next level. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=3", imageAlt: "Lisa Anderson"
|
||||
},
|
||||
{
|
||||
id: "testimonial-6",
|
||||
name: "David Martinez",
|
||||
handle: "@creativedirector",
|
||||
testimonial: "Ali is a true professional. From concept to execution, every step was carefully thought through. The results speak for themselves.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg?_wi=3",
|
||||
imageAlt: "David Martinez"
|
||||
id: "testimonial-6", name: "David Martinez", handle: "@creativedirector", testimonial: "Ali is a true professional. From concept to execution, every step was carefully thought through. The results speak for themselves.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg?_wi=3", imageAlt: "David Martinez"
|
||||
}
|
||||
]}
|
||||
containerClassName="max-w-7xl mx-auto px-4"
|
||||
@@ -347,12 +263,10 @@ export default function HomePage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Project",
|
||||
href: "/contact"
|
||||
text: "Start Your Project", href: "/contact"
|
||||
},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/about"
|
||||
text: "Learn More", href: "/about"
|
||||
}
|
||||
]}
|
||||
background={{
|
||||
|
||||
Reference in New Issue
Block a user