Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
150
src/app/page.tsx
150
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Pari Studio"
|
brandName="Pari Studio"
|
||||||
/>
|
/>
|
||||||
@@ -53,32 +45,15 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroSplitDualMedia
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
title="Pari Studio: Celebrating Indian Cultural Artistry"
|
title="Pari Studio: Celebrating Indian Cultural Artistry"
|
||||||
description="Led by Mritunjay Mishra, we capture the soulful essence of every celebration through professional photography and cinematic videography, keeping the spirit of Indian tradition alive."
|
description="Led by Mritunjay Mishra, we capture the soulful essence of every celebration through professional photography and cinematic videography, keeping the spirit of Indian tradition alive."
|
||||||
tag="Your Memories, Our Art"
|
tag="Your Memories, Our Art"
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-specialized-photographer-working-studio_23-2150247198.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-specialized-photographer-working-studio_23-2150247198.jpg", imageAlt: "Cultural Portrait"},
|
||||||
imageAlt: "Cultural Portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-flowers_23-2149461684.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-flowers_23-2149461684.jpg", imageAlt: "Event Videography"}
|
||||||
imageAlt: "Event Videography",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-specialized-photographer-working-studio_23-2150247201.jpg",
|
|
||||||
imageAlt: "Specialized photographer working in studio",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-indian-man-videographer-with-gimball-video-slr-ronin-isolated-studio-background_231208-3693.jpg",
|
|
||||||
imageAlt: "Professional videographer equipment",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-specialized-photographer-working-studio_23-2150247213.jpg",
|
|
||||||
imageAlt: "Studio lighting setup",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
rating={5}
|
rating={5}
|
||||||
@@ -103,30 +78,15 @@ export default function LandingPage() {
|
|||||||
description="We offer a wide range of services tailored to preserve your precious moments, from grand weddings to intimate cultural rituals."
|
description="We offer a wide range of services tailored to preserve your precious moments, from grand weddings to intimate cultural rituals."
|
||||||
accordionItems={[
|
accordionItems={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Wedding Photography", content: "Capturing timeless moments from traditional Indian weddings."},
|
||||||
title: "Wedding Photography",
|
|
||||||
content: "Capturing timeless moments from traditional Indian weddings.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Cinematic Videography", content: "Story-driven films that capture the soul of your special days."},
|
||||||
title: "Cinematic Videography",
|
|
||||||
content: "Story-driven films that capture the soul of your special days.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Portrait Sessions", content: "Professional portraiture for families, events, and cultural ceremonies."},
|
||||||
title: "Portrait Sessions",
|
|
||||||
content: "Professional portraiture for families, events, and cultural ceremonies.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "Event Planning", content: "Comprehensive booking and planning for your photography/videography needs."},
|
||||||
title: "Event Planning",
|
|
||||||
content: "Comprehensive booking and planning for your photography/videography needs.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", title: "Cultural Event Coverage", content: "Specialized coverage for festivals, Pujas, and traditional celebrations."},
|
||||||
title: "Cultural Event Coverage",
|
|
||||||
content: "Specialized coverage for festivals, Pujas, and traditional celebrations.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-specialized-photographer-working-studio_23-2150247202.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-specialized-photographer-working-studio_23-2150247202.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -140,59 +100,28 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Aarav Sharma", role: "Client", company: "Mumbai", rating: 5,
|
||||||
name: "Aarav Sharma",
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-girl-wearing-white-t-shirt-holding-hands-head-isolated-purple_141793-86538.jpg"},
|
||||||
role: "Client",
|
|
||||||
company: "Mumbai",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-girl-wearing-white-t-shirt-holding-hands-head-isolated-purple_141793-86538.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Priya Verma", role: "Client", company: "Delhi", rating: 5,
|
||||||
name: "Priya Verma",
|
imageSrc: "http://img.b2bpic.net/free-photo/indian-man-forest-male-traditional-turban-international-family-summer-forest_1157-41075.jpg"},
|
||||||
role: "Client",
|
|
||||||
company: "Delhi",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-man-forest-male-traditional-turban-international-family-summer-forest_1157-41075.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Rajesh Gupta", role: "Client", company: "Indore", rating: 5,
|
||||||
name: "Rajesh Gupta",
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-elegant-white-wedding-dress_1296-481.jpg"},
|
||||||
role: "Client",
|
|
||||||
company: "Indore",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-elegant-white-wedding-dress_1296-481.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Sneha Iyer", role: "Client", company: "Bangalore", rating: 5,
|
||||||
name: "Sneha Iyer",
|
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg"},
|
||||||
role: "Client",
|
|
||||||
company: "Bangalore",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Vikram Singh", role: "Client", company: "Jaipur", rating: 5,
|
||||||
name: "Vikram Singh",
|
imageSrc: "http://img.b2bpic.net/free-photo/man-with-her-girlfriend-arms_1149-620.jpg"},
|
||||||
role: "Client",
|
|
||||||
company: "Jaipur",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-her-girlfriend-arms_1149-620.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{
|
||||||
value: "10+",
|
value: "10+", label: "Years Experience"},
|
||||||
label: "Years Experience",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "500+",
|
value: "500+", label: "Events Covered"},
|
||||||
label: "Events Covered",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "100%",
|
value: "100%", label: "Happy Clients"},
|
||||||
label: "Happy Clients",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Voices of Our Community"
|
title="Voices of Our Community"
|
||||||
description="Families across India trust Mritunjay Mishra and Pari Studio to tell their unique stories."
|
description="Families across India trust Mritunjay Mishra and Pari Studio to tell their unique stories."
|
||||||
@@ -203,8 +132,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
title="Book Your Appointment"
|
title="Book Your Appointment"
|
||||||
description="Ready to capture your culture? Contact Mritunjay Mishra at 8827183649 to discuss your event and lock in your dates."
|
description="Ready to capture your culture? Contact Mritunjay Mishra at 8827183649 to discuss your event and lock in your dates."
|
||||||
@@ -215,33 +143,21 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Pari Studio",
|
title: "Pari Studio", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Booking Info",
|
label: "Booking Info", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user