From f2a3708306afafb8206fd1ba344bc48cc454885d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 15:59:45 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 87 ++++++++++++------------------------------ 1 file changed, 25 insertions(+), 62 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index aee11dc..71c965d 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Camera, Palette, Sparkles } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -22,18 +21,12 @@ export default function HomePage() { secondaryButton={{ text: "Contact Me", href: "#contact"}} items={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453475.jpg"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/female-artist-studio_23-2147781618.jpg"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-afro-american-guy-holding-digital-camera_171337-1353.jpg"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/nobody-artwork-studio-with-creativity-equipment_482257-27218.jpg"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-photo-camera-indoors-still-life_23-2150630644.jpg"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-experiencing-spiritual-awakening_23-2150771771.jpg"}, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453475.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/female-artist-studio_23-2147781618.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/stylish-afro-american-guy-holding-digital-camera_171337-1353.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/nobody-artwork-studio-with-creativity-equipment_482257-27218.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-photo-camera-indoors-still-life_23-2150630644.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-experiencing-spiritual-awakening_23-2150771771.jpg" }, ]} /> @@ -46,12 +39,9 @@ export default function HomePage() { title="A Visionary Behind the Lens" description="I believe every photograph tells a story. Based in creativity, I strive to turn transient moments into timeless visuals." items={[ - { - icon: "Camera", title: "Precision", description: "Focused on details and perfect composition."}, - { - icon: "Palette", title: "Artistic Flair", description: "Bringing a unique artistic perspective to every project."}, - { - icon: "Sparkles", title: "Innovation", description: " Constantly evolving my style and technique."}, + { icon: "Camera", title: "Precision", description: "Focused on details and perfect composition." }, + { icon: "Palette", title: "Artistic Flair", description: "Bringing a unique artistic perspective to every project." }, + { icon: "Sparkles", title: "Innovation", description: " Constantly evolving my style and technique." }, ]} imageSrc="http://img.b2bpic.net/free-photo/blank-dark-wall-mockup-living-room_53876-102390.jpg" /> @@ -65,20 +55,13 @@ export default function HomePage() { title="Selected Works" description="A curated collection of my most impactful work across various styles." items={[ - { - title: "Minimalist", description: "Focus on simplicity", imageSrc: "http://img.b2bpic.net/free-photo/building-bottom-view-with-plane_23-2148107063.jpg"}, - { - title: "Urban", description: "Street life captured", imageSrc: "http://img.b2bpic.net/free-photo/dark-archway-with-building-visible-background_181624-5602.jpg"}, - { - title: "Portraiture", description: "Human connection", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-albinism-posing-studio_23-2150535712.jpg"}, - { - title: "Nature", description: "Raw landscape power", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tall-trees-reflection-lake-park_181624-30524.jpg"}, - { - title: "Detail", description: "Life in textures", imageSrc: "http://img.b2bpic.net/free-photo/single-orange-table-tennis-ball-against-solid-black-background_1308-189582.jpg"}, - { - title: "Candid", description: "Authentic fleeting moments", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-couple-date-night_23-2149131759.jpg"}, - { - title: "Night", description: "The city at dusk", imageSrc: "http://img.b2bpic.net/free-photo/vertical-greyscale-shot-o-person-getting-into-water-with-surfing-desk_181624-4416.jpg"}, + { title: "Minimalist", description: "Focus on simplicity", imageSrc: "http://img.b2bpic.net/free-photo/building-bottom-view-with-plane_23-2148107063.jpg" }, + { title: "Urban", description: "Street life captured", imageSrc: "http://img.b2bpic.net/free-photo/dark-archway-with-building-visible-background_181624-5602.jpg" }, + { title: "Portraiture", description: "Human connection", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-albinism-posing-studio_23-2150535712.jpg" }, + { title: "Nature", description: "Raw landscape power", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tall-trees-reflection-lake-park_181624-30524.jpg" }, + { title: "Detail", description: "Life in textures", imageSrc: "http://img.b2bpic.net/free-photo/single-orange-table-tennis-ball-against-solid-black-background_1308-189582.jpg" }, + { title: "Candid", description: "Authentic fleeting moments", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-couple-date-night_23-2149131759.jpg" }, + { title: "Night", description: "The city at dusk", imageSrc: "http://img.b2bpic.net/free-photo/vertical-greyscale-shot-o-person-getting-into-water-with-surfing-desk_181624-4416.jpg" }, ]} /> @@ -91,18 +74,9 @@ export default function HomePage() { title="What I Offer" description="Professional photography services tailored to your creative needs." items={[ - { - title: "Commercial Portraits", tags: [ - "Corporate", "Personal Branding"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-lens-professional-lens-digital-camera_169016-52938.jpg"}, - { - title: "Events & Behind the Scenes", tags: [ - "Candid", "Dynamic"], - imageSrc: "http://img.b2bpic.net/free-photo/male-product-photographer-doing-his-job-studio_23-2148970194.jpg"}, - { - title: "Post-Production", tags: [ - "Editing", "Grading"], - imageSrc: "http://img.b2bpic.net/free-photo/retro-product-with-vintage-packaging_52683-107885.jpg"}, + { title: "Commercial Portraits", tags: [ "Corporate", "Personal Branding" ], imageSrc: "http://img.b2bpic.net/free-photo/close-up-lens-professional-lens-digital-camera_169016-52938.jpg" }, + { title: "Events & Behind the Scenes", tags: [ "Candid", "Dynamic" ], imageSrc: "http://img.b2bpic.net/free-photo/male-product-photographer-doing-his-job-studio_23-2148970194.jpg" }, + { title: "Post-Production", tags: [ "Editing", "Grading" ], imageSrc: "http://img.b2bpic.net/free-photo/retro-product-with-vintage-packaging_52683-107885.jpg" }, ]} /> @@ -115,8 +89,7 @@ export default function HomePage() { title="Impact in Numbers" description="Years of experience and happy clients served globally." metrics={[ - { - value: "500+", title: "Projects Completed", description: "High-quality shoots delivered.", imageSrc: "http://img.b2bpic.net/free-photo/bedroom-view-with-bed-arrangement-decor_23-2150551131.jpg"}, + { value: "500+", title: "Projects Completed", description: "High-quality shoots delivered.", imageSrc: "http://img.b2bpic.net/free-photo/bedroom-view-with-bed-arrangement-decor_23-2150551131.jpg" }, ]} /> @@ -129,21 +102,11 @@ export default function HomePage() { title="Client Feedback" description="What people say about working with me." testimonials={[ - { - name: "Sarah Miller", role: "Marketing Director", quote: "Youssef captured our brand essence perfectly. Truly amazing work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-restoring-wooden-furniture_23-2150062530.jpg"}, - { - name: "James Chen", role: "Art Director", quote: "Professional, creative, and extremely easy to work with. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-lady-keeping-hands-hip-oversized-shirt-looking-pretty-front-view_176474-106754.jpg"}, - { - name: "Emily Davis", role: "Founder", quote: "The portraits were beyond our expectations. Thank you for everything.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg"}, - { - name: "Robert Smith", role: "Producer", quote: "Great eye for details and composition. Will hire again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg"}, - { - name: "Alice Wong", role: "Brand Manager", quote: "Simply the best photography experience I've had so far.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cute-young-lady-wearing-her-dark-hair-loose-keeping-hand-neck-having-flirting-look-staring-with-subtle-smile-charming-young-european-woman-relaxing-coffee-shop-free-time_273609-79.jpg"}, + { name: "Sarah Miller", role: "Marketing Director", quote: "Youssef captured our brand essence perfectly. Truly amazing work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-restoring-wooden-furniture_23-2150062530.jpg" }, + { name: "James Chen", role: "Art Director", quote: "Professional, creative, and extremely easy to work with. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-lady-keeping-hands-hip-oversized-shirt-looking-pretty-front-view_176474-106754.jpg" }, + { name: "Emily Davis", role: "Founder", quote: "The portraits were beyond our expectations. Thank you for everything.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg" }, + { name: "Robert Smith", role: "Producer", quote: "Great eye for details and composition. Will hire again.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg" }, + { name: "Alice Wong", role: "Brand Manager", quote: "Simply the best photography experience I've had so far.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cute-young-lady-wearing-her-dark-hair-loose-keeping-hand-neck-having-flirting-look-staring-with-subtle-smile-charming-young-european-woman-relaxing-coffee-shop-free-time_273609-79.jpg" }, ]} /> -- 2.49.1