Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ccf801102 | |||
| 73263bf579 | |||
| b1c5eb5bc6 | |||
| d26cd44cdc | |||
| 2b7f2c5a84 | |||
| ce7b0de9c3 | |||
| 20a08fc3f0 |
@@ -11,11 +11,13 @@ const nunito = Nunito({
|
||||
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"),
|
||||
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: [
|
||||
{
|
||||
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: {
|
||||
@@ -1409,4 +1411,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,8 @@ const navItems = [
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Check Availability", href: "/contact"};
|
||||
text: "Check Availability", href: "/contact"
|
||||
};
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -65,7 +66,7 @@ export default function HomePage() {
|
||||
tag="Based in BTM Layout, Bengaluru"
|
||||
title="Professional wedding cinematography serving engaged couples across Bengaluru and Karnataka with premium storytelling and high-end production quality."
|
||||
useInvertedBackground={false}
|
||||
buttons={[]}
|
||||
buttons={[{ text: "View Our Work", href: "portfolio" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -176,7 +177,7 @@ export default function HomePage() {
|
||||
description="We take on a limited number of weddings each season to ensure exceptional quality and personal attention. Get in touch today to check availability and discuss your wedding vision."
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="your@email.com"
|
||||
inputPlaceholder="Enter your email to check availability"
|
||||
buttonText="Check Availability"
|
||||
termsText="By submitting your information, you agree to be contacted about your wedding. We respect your privacy and will never share your details."
|
||||
/>
|
||||
@@ -214,4 +215,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user