diff --git a/src/app/page.tsx b/src/app/page.tsx index 411279b..4f6626d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -62,39 +52,31 @@ export default function LandingPage() { description="Capturing timeless moments and cinematic stories through high-end photography and film production." buttons={[ { - text: "View Portfolio", - href: "#products", + text: "View Portfolio", onClick: () => { + const element = document.getElementById('products'); + element?.scrollIntoView({ behavior: 'smooth' }); + } }, { - text: "Book Session", - href: "#contact", + text: "Book Session", onClick: () => { + const element = document.getElementById('contact'); + element?.scrollIntoView({ behavior: 'smooth' }); + } }, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488850.jpg", - imageAlt: "Cinematic photography", - }, + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488850.jpg", imageAlt: "Cinematic photography"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-cafe-racer-style-motorbike_23-2148189624.jpg", - imageAlt: "Film production", - }, + imageSrc: "http://img.b2bpic.net/free-photo/man-cafe-racer-style-motorbike_23-2148189624.jpg", imageAlt: "Film production"}, { - imageSrc: "http://img.b2bpic.net/free-photo/macro-green-tropical-leaf_23-2148211805.jpg", - imageAlt: "Studio setup", - }, + imageSrc: "http://img.b2bpic.net/free-photo/macro-green-tropical-leaf_23-2148211805.jpg", imageAlt: "Studio setup"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-camera_23-2150438983.jpg", - imageAlt: "Portrait photography", - }, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-camera_23-2150438983.jpg", imageAlt: "Portrait photography"}, { - imageSrc: "http://img.b2bpic.net/free-photo/camera-lenses-arrangement-table_23-2150438984.jpg", - imageAlt: "Creative cinematic", - }, + imageSrc: "http://img.b2bpic.net/free-photo/camera-lenses-arrangement-table_23-2150438984.jpg", imageAlt: "Creative cinematic"}, { - imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915109.jpg", - imageAlt: "Premium studio", - }, + imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915109.jpg", imageAlt: "Premium studio"}, ]} /> @@ -106,17 +88,11 @@ export default function LandingPage() { description="With over a decade of experience, we transform fleeting moments into lasting cinematic masterpieces. Our philosophy combines technical precision with deep emotional resonance." metrics={[ { - value: "15+", - title: "Years Experience", - }, + value: "15+", title: "Years Experience"}, { - value: "500+", - title: "Sessions Completed", - }, + value: "500+", title: "Sessions Completed"}, { - value: "100%", - title: "Client Satisfaction", - }, + value: "100%", title: "Client Satisfaction"}, ]} imageSrc="http://img.b2bpic.net/free-photo/portrait-male-hiker-adjusting-camera-lens_23-2148148686.jpg" imageAlt="Pavan Jadhav Profile" @@ -131,26 +107,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - tag: "Cinematic", - title: "Film Quality", - subtitle: "Storytelling Focus", - description: "Every frame is treated like cinema, ensuring deep emotional impact.", - imageSrc: "http://img.b2bpic.net/free-photo/photographers-workplace-with-camera-lens-flat-lay_169016-21271.jpg", - }, + tag: "Cinematic", title: "Film Quality", subtitle: "Storytelling Focus", description: "Every frame is treated like cinema, ensuring deep emotional impact.", imageSrc: "http://img.b2bpic.net/free-photo/photographers-workplace-with-camera-lens-flat-lay_169016-21271.jpg"}, { - tag: "Professional", - title: "Top-Tier Gear", - subtitle: "Unmatched Clarity", - description: "We use the latest high-resolution cinema cameras and lighting rigs.", - imageSrc: "http://img.b2bpic.net/free-photo/professional-photographer-recording-presentation-silver-beauty-dish-online-workshop-professional-studio-video-photo-equipment-technology-work-photo-studio-social-media-star-influe_482257-3935.jpg", - }, + tag: "Professional", title: "Top-Tier Gear", subtitle: "Unmatched Clarity", description: "We use the latest high-resolution cinema cameras and lighting rigs.", imageSrc: "http://img.b2bpic.net/free-photo/professional-photographer-recording-presentation-silver-beauty-dish-online-workshop-professional-studio-video-photo-equipment-technology-work-photo-studio-social-media-star-influe_482257-3935.jpg"}, { - tag: "Creative", - title: "Expert Editing", - subtitle: "Polished Finishes", - description: "Sophisticated post-production that enhances natural beauty.", - imageSrc: "http://img.b2bpic.net/free-photo/person-living-room-using-ai-virtual-assistant-producing-clips_482257-119704.jpg", - }, + tag: "Creative", title: "Expert Editing", subtitle: "Polished Finishes", description: "Sophisticated post-production that enhances natural beauty.", imageSrc: "http://img.b2bpic.net/free-photo/person-living-room-using-ai-virtual-assistant-producing-clips_482257-119704.jpg"}, ]} title="Why Choose Us" description="We blend artistic vision with professional-grade gear to deliver unparalleled results for your most important events." @@ -165,59 +126,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - brand: "Standard", - name: "Premium Photo Album", - price: "$299", - rating: 5, - reviewCount: "24", - imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-top-view_23-2148837327.jpg", - }, + id: "p1", brand: "Standard", name: "Premium Photo Album", price: "$299", rating: 5, + reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-top-view_23-2148837327.jpg"}, { - id: "p2", - brand: "Portrait", - name: "Studio Portrait Session", - price: "$450", - rating: 5, - reviewCount: "18", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-camera-while-standing-against-red-background-high-quality-photo_114579-60916.jpg", - }, + id: "p2", brand: "Portrait", name: "Studio Portrait Session", price: "$450", rating: 5, + reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-camera-while-standing-against-red-background-high-quality-photo_114579-60916.jpg"}, { - id: "p3", - brand: "Film", - name: "Full Wedding Film Production", - price: "$2,500", - rating: 5, - reviewCount: "42", - imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera_23-2149066320.jpg", - }, + id: "p3", brand: "Film", name: "Full Wedding Film Production", price: "$2,500", rating: 5, + reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera_23-2149066320.jpg"}, { - id: "p4", - brand: "Workshop", - name: "Photography Masterclass", - price: "$800", - rating: 4, - reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/beauty-blogger-taking-photo-cosmetics_53876-40971.jpg", - }, + id: "p4", brand: "Workshop", name: "Photography Masterclass", price: "$800", rating: 4, + reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/beauty-blogger-taking-photo-cosmetics_53876-40971.jpg"}, { - id: "p5", - brand: "Lifestyle", - name: "Commercial Brand Session", - price: "$1,200", - rating: 5, - reviewCount: "9", - imageSrc: "http://img.b2bpic.net/free-photo/woman-photographer-photo-art-concept_23-2148565570.jpg", - }, + id: "p5", brand: "Lifestyle", name: "Commercial Brand Session", price: "$1,200", rating: 5, + reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/woman-photographer-photo-art-concept_23-2148565570.jpg"}, { - id: "p6", - brand: "Fine Art", - name: "Canvas Fine Art Print", - price: "$150", - rating: 5, - reviewCount: "35", - imageSrc: "http://img.b2bpic.net/free-photo/concept-cinema-with-film-elements_23-2150063118.jpg", - }, + id: "p6", brand: "Fine Art", name: "Canvas Fine Art Print", price: "$150", rating: 5, + reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/concept-cinema-with-film-elements_23-2150063118.jpg"}, ]} title="Services & Packages" description="Tailored packages designed to fit your unique requirements, from intimate portraits to full-scale wedding film productions." @@ -231,31 +156,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "100+", - title: "Weddings Captured", - items: [ - "Cinematic Films", - "High-End Photography", - ], + id: "m1", value: "100+", title: "Weddings Captured", items: [ + "Cinematic Films", "High-End Photography"], }, { - id: "m2", - value: "2000+", - title: "Portrait Shoots", - items: [ - "Lifestyle", - "Editorial", - ], + id: "m2", value: "2000+", title: "Portrait Shoots", items: [ + "Lifestyle", "Editorial"], }, { - id: "m3", - value: "5000+", - title: "Prints Delivered", - items: [ - "Fine Art", - "Premium Albums", - ], + id: "m3", value: "5000+", title: "Prints Delivered", items: [ + "Fine Art", "Premium Albums"], }, ]} title="By The Numbers" @@ -271,25 +181,15 @@ export default function LandingPage() { author="Sarah & Michael" avatars={[ { - src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", - alt: "Testimonial 1", - }, + src: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", alt: "Testimonial 1"}, { - src: "http://img.b2bpic.net/free-photo/shy-cute-girl-holding-professional-camera_23-2148565503.jpg", - alt: "Testimonial 2", - }, + src: "http://img.b2bpic.net/free-photo/shy-cute-girl-holding-professional-camera_23-2148565503.jpg", alt: "Testimonial 2"}, { - src: "http://img.b2bpic.net/free-photo/loving-wedding-couple_23-2148106066.jpg", - alt: "Testimonial 3", - }, + src: "http://img.b2bpic.net/free-photo/loving-wedding-couple_23-2148106066.jpg", alt: "Testimonial 3"}, { - src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", - alt: "Testimonial 4", - }, + src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", alt: "Testimonial 4"}, { - src: "http://img.b2bpic.net/free-photo/front-view-happy-family-showing-thumb-up-sign-sitting-sofa_23-2148045479.jpg", - alt: "Testimonial 5", - }, + src: "http://img.b2bpic.net/free-photo/front-view-happy-family-showing-thumb-up-sign-sitting-sofa_23-2148045479.jpg", alt: "Testimonial 5"}, ]} ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" @@ -302,20 +202,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "What is the turnaround time for photos?", - content: "Our standard turnaround time is 2-4 weeks depending on the package.", - }, + id: "q1", title: "What is the turnaround time for photos?", content: "Our standard turnaround time is 2-4 weeks depending on the package."}, { - id: "q2", - title: "Do you provide RAW files?", - content: "We provide edited, high-resolution JPEG files ready for print and social media.", - }, + id: "q2", title: "Do you provide RAW files?", content: "We provide edited, high-resolution JPEG files ready for print and social media."}, { - id: "q3", - title: "How do I secure my date?", - content: "A 30% deposit and signed agreement are required to lock in your requested date.", - }, + id: "q3", title: "How do I secure my date?", content: "A 30% deposit and signed agreement are required to lock in your requested date."}, ]} imageSrc="http://img.b2bpic.net/free-photo/creative-artistic-good-looking-mature-male-photographer-black-hipster-beanie-transparent-glasses-holding-professional-camera-gazing-with-interest-forward-taking-pictures_176420-23588.jpg" mediaAnimation="blur-reveal" @@ -329,8 +220,7 @@ export default function LandingPage() {