Merge version_1 into main #2
@@ -16,9 +16,7 @@ const navItems = [
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Check Availability",
|
||||
href: "/contact",
|
||||
};
|
||||
text: "Check Availability", href: "/contact"};
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
@@ -28,7 +26,7 @@ export default function AboutPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -58,39 +56,27 @@ export default function AboutPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Emotion-Driven Storytelling",
|
||||
description:
|
||||
"We focus on capturing the real emotions and connections that make your wedding day special. Every frame is crafted to evoke feeling and preserve memories that will last a lifetime.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg?_wi=5",
|
||||
},
|
||||
title: "Emotion-Driven Storytelling", description:
|
||||
"We focus on capturing the real emotions and connections that make your wedding day special. Every frame is crafted to evoke feeling and preserve memories that will last a lifetime.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg?_wi=5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Technical Excellence",
|
||||
description:
|
||||
"Our team combines years of experience with professional-grade equipment including cinema cameras, drones, and advanced editing software to deliver cinema-quality results.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-two-young-men-getting-their-picture-taken_171337-12592.jpg",
|
||||
},
|
||||
title: "Technical Excellence", description:
|
||||
"Our team combines years of experience with professional-grade equipment including cinema cameras, drones, and advanced editing software to deliver cinema-quality results.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-two-young-men-getting-their-picture-taken_171337-12592.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-wedding-ritual-with-putting-bracelets_8353-10045.jpg?_wi=4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-wedding-ritual-with-putting-bracelets_8353-10045.jpg"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Personalized Experience",
|
||||
description:
|
||||
"We work closely with each couple during pre-wedding consultations to understand your vision, preferences, and must-have moments. Your story guides every creative decision we make.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-wedding-ritual-with-putting-bracelets_8353-10045.jpg?_wi=5",
|
||||
},
|
||||
title: "Personalized Experience", description:
|
||||
"We work closely with each couple during pre-wedding consultations to understand your vision, preferences, and must-have moments. Your story guides every creative decision we make.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-wedding-ritual-with-putting-bracelets_8353-10045.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg?_wi=6",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -106,8 +92,7 @@ export default function AboutPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
@@ -115,8 +100,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call Now", href: "tel:+919876543210" },
|
||||
{ label: "Email", href: "mailto:hello@overthemoonstory.com" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/919876543210" },
|
||||
@@ -124,8 +108,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Booking Terms", href: "#" },
|
||||
|
||||
@@ -16,9 +16,7 @@ const navItems = [
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Check Availability",
|
||||
href: "/contact",
|
||||
};
|
||||
text: "Check Availability", href: "/contact"};
|
||||
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
@@ -28,7 +26,7 @@ export default function ContactPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -77,8 +75,7 @@ export default function ContactPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
@@ -86,8 +83,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call Now", href: "tel:+919876543210" },
|
||||
{ label: "Email", href: "mailto:hello@overthemoonstory.com" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/919876543210" },
|
||||
@@ -95,8 +91,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Booking Terms", href: "#" },
|
||||
|
||||
@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const nunito = Nunito({
|
||||
variable: "--font-nunito",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-nunito", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Wedding Films & Photography in Bengaluru | Overthemoonstory",
|
||||
description: "Premium wedding cinematography and photography in Bengaluru. Cinematic wedding films capturing timeless moments with emotion and elegance. Check availability today.",
|
||||
keywords: "wedding filmmaker Bengaluru, wedding videographer Bengaluru, wedding cinematography BTM Layout, wedding photography Karnataka, cinematic wedding films",
|
||||
metadataBase: new URL("https://overthemoonstory.com"),
|
||||
title: "Wedding Films & Photography in Bengaluru | Overthemoonstory", description: "Premium wedding cinematography and photography in Bengaluru. Cinematic wedding films capturing timeless moments with emotion and elegance. Check availability today.", keywords: "wedding filmmaker Bengaluru, wedding videographer Bengaluru, wedding cinematography BTM Layout, wedding photography Karnataka, cinematic wedding films", metadataBase: new URL("https://overthemoonstory.com"),
|
||||
alternates: {
|
||||
canonical: "https://overthemoonstory.com",
|
||||
},
|
||||
canonical: "https://overthemoonstory.com"},
|
||||
openGraph: {
|
||||
title: "Overthemoonstory - Wedding Films & Photography Bengaluru",
|
||||
description: "Cinematic wedding films capturing your love story with elegance and emotion in Bengaluru and Karnataka.",
|
||||
url: "https://overthemoonstory.com",
|
||||
siteName: "Overthemoonstory",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Overthemoonstory - Wedding Films & Photography Bengaluru", description: "Cinematic wedding films capturing your love story with elegance and emotion in Bengaluru and Karnataka.", url: "https://overthemoonstory.com", siteName: "Overthemoonstory", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/bride-groom-taste-red-wedding-cake-standing-before-altar-night_8353-7092.jpg",
|
||||
alt: "Overthemoonstory wedding cinematography showcase",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/bride-groom-taste-red-wedding-cake-standing-before-altar-night_8353-7092.jpg", alt: "Overthemoonstory wedding cinematography showcase"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Overthemoonstory - Wedding Films Bengaluru",
|
||||
description: "Premium cinematic wedding films capturing timeless moments in Bengaluru and Karnataka.",
|
||||
images: ["http://img.b2bpic.net/free-photo/bride-groom-taste-red-wedding-cake-standing-before-altar-night_8353-7092.jpg"],
|
||||
card: "summary_large_image", title: "Overthemoonstory - Wedding Films Bengaluru", description: "Premium cinematic wedding films capturing timeless moments in Bengaluru and Karnataka.", images: ["http://img.b2bpic.net/free-photo/bride-groom-taste-red-wedding-cake-standing-before-altar-night_8353-7092.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
123
src/app/page.tsx
123
src/app/page.tsx
@@ -19,9 +19,7 @@ const navItems = [
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Check Availability",
|
||||
href: "/contact",
|
||||
};
|
||||
text: "Check Availability", href: "/contact"};
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -31,7 +29,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -53,8 +51,8 @@ export default function HomePage() {
|
||||
{ text: "Check Availability", href: "/contact" },
|
||||
{ text: "Call Now", href: "tel:+919876543210" },
|
||||
]}
|
||||
background={{ variant: "blurBottom" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bride-groom-taste-red-wedding-cake-standing-before-altar-night_8353-7092.jpg?_wi=1"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bride-groom-taste-red-wedding-cake-standing-before-altar-night_8353-7092.jpg"
|
||||
imageAlt="Cinematic wedding celebration with couple dancing"
|
||||
frameStyle="card"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -78,27 +76,19 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Wedding Cinematography",
|
||||
description:
|
||||
"Full-day cinematic coverage with professional editing, color grading, and emotional storytelling that transforms your wedding into a timeless film.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg?_wi=1",
|
||||
},
|
||||
title: "Wedding Cinematography", description:
|
||||
"Full-day cinematic coverage with professional editing, color grading, and emotional storytelling that transforms your wedding into a timeless film.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Highlight Reels & Teasers",
|
||||
description:
|
||||
"Beautifully edited 3-5 minute highlight reels and 15-30 second teasers perfect for sharing with family and on social media.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-wedding-ritual-with-putting-bracelets_8353-10045.jpg?_wi=1",
|
||||
},
|
||||
title: "Highlight Reels & Teasers", description:
|
||||
"Beautifully edited 3-5 minute highlight reels and 15-30 second teasers perfect for sharing with family and on social media.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-wedding-ritual-with-putting-bracelets_8353-10045.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -118,39 +108,27 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Cinematic Storytelling",
|
||||
description:
|
||||
"We don't just record events—we craft narratives that capture the emotions, connections, and joy of your wedding day.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg?_wi=2",
|
||||
},
|
||||
title: "Cinematic Storytelling", description:
|
||||
"We don't just record events—we craft narratives that capture the emotions, connections, and joy of your wedding day.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg?_wi=3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "High-End Equipment & Expertise",
|
||||
description:
|
||||
"Professional-grade cameras, drones, stabilizers, and lighting combined with years of wedding filmmaking experience.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg?_wi=4",
|
||||
},
|
||||
title: "High-End Equipment & Expertise", description:
|
||||
"Professional-grade cameras, drones, stabilizers, and lighting combined with years of wedding filmmaking experience.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-wedding-ritual-with-putting-bracelets_8353-10045.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-wedding-ritual-with-putting-bracelets_8353-10045.jpg"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Seamless Experience",
|
||||
description:
|
||||
"Our team works discreetly and professionally to capture authentic moments without disrupting your celebrations.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-wedding-ritual-with-putting-bracelets_8353-10045.jpg?_wi=3",
|
||||
},
|
||||
title: "Seamless Experience", description:
|
||||
"Our team works discreetly and professionally to capture authentic moments without disrupting your celebrations.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-wedding-ritual-with-putting-bracelets_8353-10045.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg?_wi=3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -169,41 +147,21 @@ export default function HomePage() {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya & Arun",
|
||||
handle: "@priyaarun_wedding",
|
||||
testimonial:
|
||||
"Overthemoonstory captured every precious moment of our wedding with such elegance and emotion. Their team was professional, discreet, and made us feel completely comfortable throughout the day. The final film brought tears to our eyes.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-portrait-beautiful-loving-brides-couple-man-stylish-suit-with-girl-wedding-dress-hugging-touching-each-other-celebrating-wedding-day-enjoying-happy-moment_8353-11872.jpg",
|
||||
},
|
||||
id: "1", name: "Priya & Arun", handle: "@priyaarun_wedding", testimonial:
|
||||
"Overthemoonstory captured every precious moment of our wedding with such elegance and emotion. Their team was professional, discreet, and made us feel completely comfortable throughout the day. The final film brought tears to our eyes.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-portrait-beautiful-loving-brides-couple-man-stylish-suit-with-girl-wedding-dress-hugging-touching-each-other-celebrating-wedding-day-enjoying-happy-moment_8353-11872.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sophia & Rahul",
|
||||
handle: "@sophiarahul2023",
|
||||
testimonial:
|
||||
"We couldn't have asked for better filmmakers. The cinematography is absolutely stunning, and the editing captures the essence of our relationship perfectly. Everyone who watched our wedding film was blown away.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-loving-couple-husband-wife-wedding-ceremony-hugging-beautiful-bride-puffy-dress-with-groom-elegant-suit-happy-family-married-couple-wedding-day_8353-12321.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Sophia & Rahul", handle: "@sophiarahul2023", testimonial:
|
||||
"We couldn't have asked for better filmmakers. The cinematography is absolutely stunning, and the editing captures the essence of our relationship perfectly. Everyone who watched our wedding film was blown away.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-loving-couple-husband-wife-wedding-ceremony-hugging-beautiful-bride-puffy-dress-with-groom-elegant-suit-happy-family-married-couple-wedding-day_8353-12321.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ananya & Vikram",
|
||||
handle: "@ananyavikram_wed",
|
||||
testimonial:
|
||||
"Professional, creative, and incredibly thoughtful. Overthemoonstory went above and beyond to deliver a wedding film that exceeded our expectations. Highly recommended for any couple in Bengaluru.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-loving-couple-husband-wife-wedding-ceremony-hugging-beautiful-bride-puffy-dress-with-groom-elegant-suit-happy-family-married-couple-wedding-day_8353-12321.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Ananya & Vikram", handle: "@ananyavikram_wed", testimonial:
|
||||
"Professional, creative, and incredibly thoughtful. Overthemoonstory went above and beyond to deliver a wedding film that exceeded our expectations. Highly recommended for any couple in Bengaluru.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-loving-couple-husband-wife-wedding-ceremony-hugging-beautiful-bride-puffy-dress-with-groom-elegant-suit-happy-family-married-couple-wedding-day_8353-12321.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Divya & Arjun",
|
||||
handle: "@divyaarjun_love",
|
||||
testimonial:
|
||||
"Our wedding film is a masterpiece. The team captured not just the events, but the feelings and connections between everyone. It's a memory we'll treasure forever. Thank you, Overthemoonstory!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg?_wi=4",
|
||||
},
|
||||
id: "4", name: "Divya & Arjun", handle: "@divyaarjun_love", testimonial:
|
||||
"Our wedding film is a masterpiece. The team captured not just the events, but the feelings and connections between everyone. It's a memory we'll treasure forever. Thank you, Overthemoonstory!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -228,8 +186,7 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
@@ -237,8 +194,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call Now", href: "tel:+919876543210" },
|
||||
{ label: "Email", href: "mailto:hello@overthemoonstory.com" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/919876543210" },
|
||||
@@ -246,8 +202,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Booking Terms", href: "#" },
|
||||
|
||||
@@ -16,9 +16,7 @@ const navItems = [
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Check Availability",
|
||||
href: "/contact",
|
||||
};
|
||||
text: "Check Availability", href: "/contact"};
|
||||
|
||||
export default function PortfolioPage() {
|
||||
return (
|
||||
@@ -28,7 +26,7 @@ export default function PortfolioPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -58,39 +56,27 @@ export default function PortfolioPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Traditional Wedding Cinematography",
|
||||
description:
|
||||
"Capturing the sacred rituals, joyful celebrations, and intimate moments of traditional Indian weddings with cultural sensitivity and artistic excellence.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-wedding-ritual-with-putting-bracelets_8353-10045.jpg?_wi=6",
|
||||
},
|
||||
title: "Traditional Wedding Cinematography", description:
|
||||
"Capturing the sacred rituals, joyful celebrations, and intimate moments of traditional Indian weddings with cultural sensitivity and artistic excellence.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-wedding-ritual-with-putting-bracelets_8353-10045.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg?_wi=6",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Modern & Fusion Weddings",
|
||||
description:
|
||||
"From contemporary ceremonies to fusion celebrations, we adapt our cinematic approach to match your unique wedding style and aesthetic vision.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg?_wi=7",
|
||||
},
|
||||
title: "Modern & Fusion Weddings", description:
|
||||
"From contemporary ceremonies to fusion celebrations, we adapt our cinematic approach to match your unique wedding style and aesthetic vision.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-taste-red-wedding-cake-standing-before-altar-night_8353-7092.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-taste-red-wedding-cake-standing-before-altar-night_8353-7092.jpg"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Pre-Wedding & Engagement Shoots",
|
||||
description:
|
||||
"Beautifully captured romantic moments during pre-wedding shoots at scenic Bengaluru locations and engagement celebrations.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg?_wi=7",
|
||||
},
|
||||
title: "Pre-Wedding & Engagement Shoots", description:
|
||||
"Beautifully captured romantic moments during pre-wedding shoots at scenic Bengaluru locations and engagement celebrations.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg?_wi=8",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -106,8 +92,7 @@ export default function PortfolioPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
@@ -115,8 +100,7 @@ export default function PortfolioPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call Now", href: "tel:+919876543210" },
|
||||
{ label: "Email", href: "mailto:hello@overthemoonstory.com" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/919876543210" },
|
||||
@@ -124,8 +108,7 @@ export default function PortfolioPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Booking Terms", href: "#" },
|
||||
|
||||
@@ -16,9 +16,7 @@ const navItems = [
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Check Availability",
|
||||
href: "/contact",
|
||||
};
|
||||
text: "Check Availability", href: "/contact"};
|
||||
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
@@ -28,7 +26,7 @@ export default function ServicesPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -58,39 +56,27 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Full-Day Wedding Cinematography",
|
||||
description:
|
||||
"Complete coverage from pre-wedding preparations through celebration with professional editing, color grading, and emotional storytelling that transforms your wedding into a timeless film.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-taste-red-wedding-cake-standing-before-altar-night_8353-7092.jpg?_wi=3",
|
||||
},
|
||||
title: "Full-Day Wedding Cinematography", description:
|
||||
"Complete coverage from pre-wedding preparations through celebration with professional editing, color grading, and emotional storytelling that transforms your wedding into a timeless film.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-taste-red-wedding-cake-standing-before-altar-night_8353-7092.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg?_wi=9",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Highlight Reels & Teasers",
|
||||
description:
|
||||
"Beautifully edited 3-5 minute highlight reels and 15-30 second teasers perfect for sharing with family and on social media. Fast turnaround within 1-2 weeks.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-wedding-ritual-with-putting-bracelets_8353-10045.jpg?_wi=7",
|
||||
},
|
||||
title: "Highlight Reels & Teasers", description:
|
||||
"Beautifully edited 3-5 minute highlight reels and 15-30 second teasers perfect for sharing with family and on social media. Fast turnaround within 1-2 weeks.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-wedding-ritual-with-putting-bracelets_8353-10045.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg?_wi=8",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Pre-Wedding & Premium Photography",
|
||||
description:
|
||||
"Romantic pre-wedding shoots at scenic Bengaluru locations, engagement films, and premium still photography complementing our cinematography services.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg?_wi=9",
|
||||
},
|
||||
title: "Pre-Wedding & Premium Photography", description:
|
||||
"Romantic pre-wedding shoots at scenic Bengaluru locations, engagement films, and premium still photography complementing our cinematography services.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg?_wi=10",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -106,8 +92,7 @@ export default function ServicesPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
@@ -115,8 +100,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call Now", href: "tel:+919876543210" },
|
||||
{ label: "Email", href: "mailto:hello@overthemoonstory.com" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/919876543210" },
|
||||
@@ -124,8 +108,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Booking Terms", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user