Merge version_2 into main #1
166
src/app/page.tsx
166
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
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: "Testimonials",
|
name: "Testimonials", id: "testimonials"},
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="STUDIO SAVARNA"
|
brandName="STUDIO SAVARNA"
|
||||||
/>
|
/>
|
||||||
@@ -62,13 +52,9 @@ export default function LandingPage() {
|
|||||||
description="Premium photography services in Chakdaha, West Bengal. Capturing your most beautiful moments with professional precision and heart. 4.97 Google rating."
|
description="Premium photography services in Chakdaha, West Bengal. Capturing your most beautiful moments with professional precision and heart. 4.97 Google rating."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now",
|
text: "Call Now", href: "tel:08768888645"},
|
||||||
href: "tel:08768888645",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Get Directions",
|
text: "Get Directions", href: "https://maps.google.com"},
|
||||||
href: "https://maps.google.com",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/artist-props-photography-studio_23-2148885635.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/artist-props-photography-studio_23-2148885635.jpg"
|
||||||
/>
|
/>
|
||||||
@@ -79,14 +65,9 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: "Professional Photography in Chakdaha"},
|
||||||
content: "Professional Photography in Chakdaha",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/woman-holiday-journey-travel-relaxation_53876-15974.jpg", alt: "Studio Savarna Team"},
|
||||||
src: "http://img.b2bpic.net/free-photo/woman-holiday-journey-travel-relaxation_53876-15974.jpg",
|
|
||||||
alt: "Studio Savarna Team",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -99,20 +80,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Portrait Photography",
|
title: "Portrait Photography", description: "Beautiful, high-end portraits that highlight your unique personality.", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-sitting-armchair-talking-with-telephone-serious-business_114579-49674.jpg"},
|
||||||
description: "Beautiful, high-end portraits that highlight your unique personality.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-sitting-armchair-talking-with-telephone-serious-business_114579-49674.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Event Coverage",
|
title: "Event Coverage", description: "We cover weddings, birthdays, and corporate events with perfection.", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-outdoor-taking-photos_23-2148878267.jpg"},
|
||||||
description: "We cover weddings, birthdays, and corporate events with perfection.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-outdoor-taking-photos_23-2148878267.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Commercial Shoots",
|
title: "Commercial Shoots", description: "Professional product and commercial imagery to elevate your brand.", imageSrc: "http://img.b2bpic.net/free-photo/red-wall-with-row-spotlights-empty-room_53876-74941.jpg"},
|
||||||
description: "Professional product and commercial imagery to elevate your brand.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/red-wall-with-row-spotlights-empty-room_53876-74941.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Professional Services"
|
title="Our Professional Services"
|
||||||
description="We specialize in high-quality photography across various categories to make your memories timeless."
|
description="We specialize in high-quality photography across various categories to make your memories timeless."
|
||||||
@@ -126,38 +98,28 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "basic",
|
id: "basic", badge: "Essential", price: "₹1,999", subtitle: "Perfect for individual portraits.", buttons: [
|
||||||
badge: "Essential",
|
|
||||||
price: "₹1,999",
|
|
||||||
subtitle: "Perfect for individual portraits.",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Book Now",
|
text: "Book Now", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"1 Hour Session",
|
"1 Hour Session", "5 Edited Photos", "Online Gallery"],
|
||||||
"5 Edited Photos",
|
|
||||||
"Online Gallery",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pro",
|
id: "pro", badge: "Popular", price: "₹4,999", subtitle: "Ideal for families and small events.", buttons: [
|
||||||
badge: "Popular",
|
|
||||||
price: "₹4,999",
|
|
||||||
subtitle: "Ideal for families and small events.",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Book Now",
|
text: "Book Now", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"2 Hour Session",
|
"2 Hour Session", "15 Edited Photos", "Prints included"],
|
||||||
"15 Edited Photos",
|
},
|
||||||
"Prints included",
|
{
|
||||||
|
id: "custom", badge: "Tailored", price: "Custom", subtitle: "For weddings and large events.", buttons: [
|
||||||
|
{
|
||||||
|
text: "Enquire Now", href: "#contact"},
|
||||||
],
|
],
|
||||||
|
features: [
|
||||||
|
"Personalized Consultation", "Custom Event Coverage", "Tailored Packages"],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Photography Packages"
|
title="Our Photography Packages"
|
||||||
@@ -172,40 +134,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Rajesh Kumar", handle: "@rajeshk", testimonial: "Amazing work! They made my wedding day truly memorable.", imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg"},
|
||||||
name: "Rajesh Kumar",
|
|
||||||
handle: "@rajeshk",
|
|
||||||
testimonial: "Amazing work! They made my wedding day truly memorable.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Ananya Roy", handle: "@ananyar", testimonial: "Very professional and kind. Pictures came out perfect.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-wearing-accessories_250224-81.jpg"},
|
||||||
name: "Ananya Roy",
|
|
||||||
handle: "@ananyar",
|
|
||||||
testimonial: "Very professional and kind. Pictures came out perfect.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-wearing-accessories_250224-81.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Vikram Singh", handle: "@vikrams", testimonial: "Highly recommended for any family event.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-holding-camera_1187-3690.jpg"},
|
||||||
name: "Vikram Singh",
|
|
||||||
handle: "@vikrams",
|
|
||||||
testimonial: "Highly recommended for any family event.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-holding-camera_1187-3690.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Priya Das", handle: "@priyad", testimonial: "Professional photography at the best prices.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-showing-picture-shot-camera-her-boyfriend_23-2147840138.jpg"},
|
||||||
name: "Priya Das",
|
|
||||||
handle: "@priyad",
|
|
||||||
testimonial: "Professional photography at the best prices.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-showing-picture-shot-camera-her-boyfriend_23-2147840138.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Suman Basu", handle: "@sumanb", testimonial: "Studio Savarna is the best in town!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg"},
|
||||||
name: "Suman Basu",
|
|
||||||
handle: "@sumanb",
|
|
||||||
testimonial: "Studio Savarna is the best in town!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Loved by Our Clients"
|
title="Loved by Our Clients"
|
||||||
description="Trusted by hundreds in Chakdaha with a 4.97 rating."
|
description="Trusted by hundreds in Chakdaha with a 4.97 rating."
|
||||||
@@ -220,25 +157,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", value: "4.97", title: "Google Rating", description: "Highly rated by our clients.", icon: Star,
|
||||||
value: "4.97",
|
|
||||||
title: "Google Rating",
|
|
||||||
description: "Highly rated by our clients.",
|
|
||||||
icon: Star,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", value: "1000+", title: "Events Covered", description: "Moments captured with care.", icon: Camera,
|
||||||
value: "1000+",
|
|
||||||
title: "Events Covered",
|
|
||||||
description: "Moments captured with care.",
|
|
||||||
icon: Camera,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", value: "24/7", title: "Always Open", description: "Here for your convenience.", icon: Clock,
|
||||||
value: "24/7",
|
|
||||||
title: "Always Open",
|
|
||||||
description: "Here for your convenience.",
|
|
||||||
icon: Clock,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Trusted Excellence"
|
title="Trusted Excellence"
|
||||||
@@ -250,8 +175,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
title="Book Your Session Today"
|
title="Book Your Session Today"
|
||||||
description="Visit us near Bapuji Girls Highschool or give us a call at 087688 88645."
|
description="Visit us near Bapuji Girls Highschool or give us a call at 087688 88645."
|
||||||
@@ -265,29 +189,19 @@ export default function LandingPage() {
|
|||||||
logoText="STUDIO SAVARNA"
|
logoText="STUDIO SAVARNA"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Studio",
|
title: "Studio", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About",
|
label: "About", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Reviews",
|
label: "Reviews", href: "https://maps.google.com"},
|
||||||
href: "https://maps.google.com",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user