Merge version_1 into main #2
264
src/app/page.tsx
264
src/app/page.tsx
@@ -12,7 +12,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Camera } from "lucide-react";
|
||||
import { Camera, User, Briefcase, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,24 +32,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Lumina Lens"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,69 +47,19 @@ export default function LandingPage() {
|
||||
title="Capturing Moments, Defining Memories"
|
||||
description="Professional photography services tailored to your unique story and vision."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex River",
|
||||
handle: "@alexr",
|
||||
testimonial: "Lumina captured our wedding perfectly, every shot felt natural and artistic.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/realistic-camera-lens-with-watch-perfect-timing-shot-3d-rendering_460848-12008.jpg?_wi=1",
|
||||
imageAlt: "professional photography camera lens",
|
||||
},
|
||||
{
|
||||
name: "Jordan Smith",
|
||||
handle: "@jsmith",
|
||||
testimonial: "Incredible eye for detail! Highly recommend their studio sessions.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photographer-looking-camera-screen_23-2148086082.jpg?_wi=1",
|
||||
imageAlt: "professional photography camera lens",
|
||||
},
|
||||
{
|
||||
name: "Casey Bell",
|
||||
handle: "@cbell",
|
||||
testimonial: "Fast turnaround and high-quality editing. Will work with them again.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-still-life-arrangement_23-2149080525.jpg?_wi=1",
|
||||
imageAlt: "professional photography camera lens",
|
||||
},
|
||||
{
|
||||
name: "Taylor Ray",
|
||||
handle: "@tray",
|
||||
testimonial: "Professional, creative, and patient. Truly a talented photographer.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-chair-black-white_23-2149652049.jpg?_wi=1",
|
||||
imageAlt: "professional photography camera lens",
|
||||
},
|
||||
{
|
||||
name: "Morgan Lee",
|
||||
handle: "@mlee",
|
||||
testimonial: "Stunning lifestyle photography. The best experience I've had yet.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg?_wi=1",
|
||||
imageAlt: "professional photography camera lens",
|
||||
},
|
||||
{ name: "Alex River", handle: "@alexr", testimonial: "Lumina captured our wedding perfectly, every shot felt natural and artistic.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/realistic-camera-lens-with-watch-perfect-timing-shot-3d-rendering_460848-12008.jpg", imageAlt: "professional photography camera lens" },
|
||||
{ name: "Jordan Smith", handle: "@jsmith", testimonial: "Incredible eye for detail! Highly recommend their studio sessions.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/photographer-looking-camera-screen_23-2148086082.jpg", imageAlt: "professional photography camera lens" },
|
||||
{ name: "Casey Bell", handle: "@cbell", testimonial: "Fast turnaround and high-quality editing. Will work with them again.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/autumn-still-life-arrangement_23-2149080525.jpg", imageAlt: "professional photography camera lens" },
|
||||
{ name: "Taylor Ray", handle: "@tray", testimonial: "Professional, creative, and patient. Truly a talented photographer.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-chair-black-white_23-2149652049.jpg", imageAlt: "professional photography camera lens" },
|
||||
{ name: "Morgan Lee", handle: "@mlee", testimonial: "Stunning lifestyle photography. The best experience I've had yet.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", imageAlt: "professional photography camera lens" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/realistic-camera-lens-with-watch-perfect-timing-shot-3d-rendering_460848-12008.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/realistic-camera-lens-with-watch-perfect-timing-shot-3d-rendering_460848-12008.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg",
|
||||
alt: "Testimonial client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg",
|
||||
alt: "Testimonial client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg",
|
||||
alt: "Testimonial client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg",
|
||||
alt: "Testimonial client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg",
|
||||
alt: "Testimonial client 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg", alt: "Testimonial client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", alt: "Testimonial client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg", alt: "Testimonial client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg", alt: "Testimonial client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg", alt: "Testimonial client 5" },
|
||||
]}
|
||||
avatarText="Loved by 500+ clients"
|
||||
/>
|
||||
@@ -133,7 +72,7 @@ export default function LandingPage() {
|
||||
title="Professionalism Behind the Lens"
|
||||
description="With over a decade of experience, we specialize in capturing the essence of every scene, whether commercial or personal."
|
||||
subdescription="Our studio is dedicated to delivering timeless photography that exceeds expectations."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photographer-looking-camera-screen_23-2148086082.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photographer-looking-camera-screen_23-2148086082.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
icon={Camera}
|
||||
/>
|
||||
@@ -144,30 +83,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Wedding Photography",
|
||||
description: "Capturing timeless emotions with precision.",
|
||||
buttonIcon: "Camera",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-still-life-arrangement_23-2149080525.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "Portrait Sessions",
|
||||
description: "High-quality portraits for individuals or teams.",
|
||||
buttonIcon: "User",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-girl-holding-her-camera_23-2148316012.jpg",
|
||||
},
|
||||
{
|
||||
title: "Product Shoots",
|
||||
description: "High-resolution commercial product imagery.",
|
||||
buttonIcon: "Briefcase",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-photo-circular-room-with-pillar-center_250224-126.jpg",
|
||||
},
|
||||
{
|
||||
title: "Events & Lifestyle",
|
||||
description: "Dynamic coverage for all professional events.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crystal-balls-flower-arrangement_23-2150439086.jpg",
|
||||
},
|
||||
{ title: "Wedding Photography", description: "Capturing timeless emotions with precision.", buttonIcon: Camera, imageSrc: "http://img.b2bpic.net/free-photo/autumn-still-life-arrangement_23-2149080525.jpg" },
|
||||
{ title: "Portrait Sessions", description: "High-quality portraits for individuals or teams.", buttonIcon: User, imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-girl-holding-her-camera_23-2148316012.jpg" },
|
||||
{ title: "Product Shoots", description: "High-resolution commercial product imagery.", buttonIcon: Briefcase, imageSrc: "http://img.b2bpic.net/free-photo/black-white-photo-circular-room-with-pillar-center_250224-126.jpg" },
|
||||
{ title: "Events & Lifestyle", description: "Dynamic coverage for all professional events.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/crystal-balls-flower-arrangement_23-2150439086.jpg" },
|
||||
]}
|
||||
title="Our Specialized Services"
|
||||
description="Comprehensive photography packages designed for diverse needs."
|
||||
@@ -181,42 +100,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Wedding Collection",
|
||||
price: "$1200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-chair-black-white_23-2149652049.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Professional Headshots",
|
||||
price: "$300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/framing-landscape-while-traveling_23-2149887714.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Family Session",
|
||||
price: "$450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bridge_181624-1261.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Commercial Shoot",
|
||||
price: "$800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/process-creating-stand-up-comedy_23-2151058817.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lifestyle Package",
|
||||
price: "$500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-camera-while-standing-against-red-background-high-quality-photo_114579-60918.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Landscape Print",
|
||||
price: "$150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-photo-canvas-background-interior_493343-31123.jpg",
|
||||
},
|
||||
{ id: "1", name: "Wedding Collection", price: "$1200", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-chair-black-white_23-2149652049.jpg" },
|
||||
{ id: "2", name: "Professional Headshots", price: "$300", imageSrc: "http://img.b2bpic.net/free-photo/framing-landscape-while-traveling_23-2149887714.jpg" },
|
||||
{ id: "3", name: "Family Session", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/bridge_181624-1261.jpg" },
|
||||
{ id: "4", name: "Commercial Shoot", price: "$800", imageSrc: "http://img.b2bpic.net/free-photo/process-creating-stand-up-comedy_23-2151058817.jpg" },
|
||||
{ id: "5", name: "Lifestyle Package", price: "$500", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-camera-while-standing-against-red-background-high-quality-photo_114579-60918.jpg" },
|
||||
{ id: "6", name: "Landscape Print", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-photo-canvas-background-interior_493343-31123.jpg" },
|
||||
]}
|
||||
title="Featured Photography Prints"
|
||||
description="Select high-quality prints and sessions from our portfolio."
|
||||
@@ -229,41 +118,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena V.",
|
||||
handle: "@elena",
|
||||
testimonial: "Exceptional work, very happy!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
handle: "@markd",
|
||||
testimonial: "Very professional approach.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12859.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah P.",
|
||||
handle: "@sp",
|
||||
testimonial: "Loved the final images.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-newlyweds-smiling-embracing-park_176420-2276.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tom B.",
|
||||
handle: "@tomb",
|
||||
testimonial: "Best service in town.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-holding-hands-together-joyfully-looking-camera-modern-clothes-store_574295-2021.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jane W.",
|
||||
handle: "@jw",
|
||||
testimonial: "Stunning quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-casual-indoor-home_624325-1365.jpg",
|
||||
},
|
||||
{ id: "1", name: "Elena V.", handle: "@elena", testimonial: "Exceptional work, very happy!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg" },
|
||||
{ id: "2", name: "Mark D.", handle: "@markd", testimonial: "Very professional approach.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12859.jpg" },
|
||||
{ id: "3", name: "Sarah P.", handle: "@sp", testimonial: "Loved the final images.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-newlyweds-smiling-embracing-park_176420-2276.jpg" },
|
||||
{ id: "4", name: "Tom B.", handle: "@tomb", testimonial: "Best service in town.", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-holding-hands-together-joyfully-looking-camera-modern-clothes-store_574295-2021.jpg" },
|
||||
{ id: "5", name: "Jane W.", handle: "@jw", testimonial: "Stunning quality.", imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-casual-indoor-home_624325-1365.jpg" },
|
||||
]}
|
||||
title="Client Feedback"
|
||||
description="See why clients choose us for their photography needs."
|
||||
@@ -275,14 +134,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Studio X",
|
||||
"Lens & Focus",
|
||||
"Visual Arts Co",
|
||||
"Modern Frame",
|
||||
"Bright View",
|
||||
"Creative Edge",
|
||||
"Artisan Photos",
|
||||
]}
|
||||
"Studio X", "Lens & Focus", "Visual Arts Co", "Modern Frame", "Bright View", "Creative Edge", "Artisan Photos"]}
|
||||
title="Trusted by Brands"
|
||||
description="Partnering with industry leaders for high-end photography."
|
||||
/>
|
||||
@@ -293,21 +145,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you travel for shoots?",
|
||||
content: "Yes, we travel both domestically and internationally.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long is the turnaround?",
|
||||
content: "Usually 1-2 weeks depending on the project scope.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you provide edited files?",
|
||||
content: "All packages include professionally edited, high-resolution digital files.",
|
||||
},
|
||||
{ id: "1", title: "Do you travel for shoots?", content: "Yes, we travel both domestically and internationally." },
|
||||
{ id: "2", title: "How long is the turnaround?", content: "Usually 1-2 weeks depending on the project scope." },
|
||||
{ id: "3", title: "Do you provide edited files?", content: "All packages include professionally edited, high-resolution digital files." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Answers to our frequently asked questions."
|
||||
@@ -318,14 +158,12 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Ready for your session?"
|
||||
description="Get in touch to book your consultation today."
|
||||
mediaAnimation="slide-up"
|
||||
tag="Book Now"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/realistic-camera-lens-with-watch-perfect-timing-shot-3d-rendering_460848-12008.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/realistic-camera-lens-with-watch-perfect-timing-shot-3d-rendering_460848-12008.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -334,30 +172,10 @@ export default function LandingPage() {
|
||||
logoText="Lumina Lens"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
],
|
||||
title: "Explore", items: [{ label: "Services", href: "#services" }, { label: "Gallery", href: "#gallery" }],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
{
|
||||
label: "Philosophy",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
],
|
||||
title: "About", items: [{ label: "Philosophy", href: "#about" }, { label: "FAQ", href: "#faq" }],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user