Merge version_1 into main #1
@@ -141,7 +141,7 @@ export default function AboutPage() {
|
||||
quote: "D5 Studio captured our wedding day perfectly. Every emotion, every detail, every precious moment was preserved beautifully. We couldn't have asked for better.",
|
||||
name: "Aysha Zaiha",
|
||||
role: "Bride",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg?_wi=2",
|
||||
imageAlt: "professional woman portrait smiling confident",
|
||||
},
|
||||
{
|
||||
@@ -150,7 +150,7 @@ export default function AboutPage() {
|
||||
quote: "From the initial consultation to the final edit, D5 Studio demonstrated professionalism at every step. The results speak volumes about their expertise.",
|
||||
name: "Sreedivya Lakshmi",
|
||||
role: "Corporate Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-brunette-female-black-dress-looking-camera_273609-9531.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-brunette-female-black-dress-looking-camera_273609-9531.jpg?_wi=2",
|
||||
imageAlt: "professional woman portrait photography",
|
||||
},
|
||||
{
|
||||
@@ -159,7 +159,7 @@ export default function AboutPage() {
|
||||
quote: "The creative vision and artistic eye of the D5 Studio team transformed our vision into reality. Absolutely brilliant work!",
|
||||
name: "Binil Paul",
|
||||
role: "Groom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3632.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3632.jpg?_wi=2",
|
||||
imageAlt: "professional man portrait studio",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,27 +1,60 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "D5 Studio - Premium Photography in Kerala | 5-Star Rated",
|
||||
description: "D5 Studio offers stunning wedding photography, portrait sessions, and videography in Thamarassery, Kerala. 5-star rated, LGBTQ+ friendly, and serving clients across Kerala.",
|
||||
keywords: "photography studio Kerala, wedding photography, portrait photography, Thamarassery, premium photography, videography",
|
||||
metadataBase: new URL("https://d5studio.com"),
|
||||
alternates: {
|
||||
canonical: "https://d5studio.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "D5 Studio - Where Every Moment Becomes Art",
|
||||
description: "Discover D5 Studio's stunning photography and videography services in Thamarassery, Kerala. 5-star rated photography studio.",
|
||||
url: "https://d5studio.com",
|
||||
siteName: "D5 Studio",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-posing-dark-sweater-standing-near-lamps_114579-81908.jpg",
|
||||
alt: "D5 Studio - Premium Photography",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "D5 Studio - Where Every Moment Becomes Art",
|
||||
description: "5-star rated photography studio in Thamarassery, Kerala specializing in weddings, portraits, and videography.",
|
||||
images: ["http://img.b2bpic.net/free-photo/portrait-pretty-woman-posing-dark-sweater-standing-near-lamps_114579-81908.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -31,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${dmSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -82,7 +82,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[{ text: "Book a Session", href: "/contact" }]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-pretty-woman-posing-dark-sweater-standing-near-lamps_114579-81908.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-pretty-woman-posing-dark-sweater-standing-near-lamps_114579-81908.jpg?_wi=1"
|
||||
imageAlt="D5 Studio cinematic photography studio with bokeh lighting"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -173,7 +173,7 @@ export default function HomePage() {
|
||||
quote: "Attention to detail and creative input truly stood out — I can't wait to work with them again! D5 Studio exceeded all my expectations.",
|
||||
name: "Aysha Zaiha",
|
||||
role: "Bride",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -181,7 +181,7 @@ export default function HomePage() {
|
||||
quote: "The quality and style of the images stand out in a crowd of wedding photographers. D5 Studio is truly exceptional.",
|
||||
name: "Sreedivya Lakshmi",
|
||||
role: "Event Planner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-brunette-female-black-dress-looking-camera_273609-9531.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-brunette-female-black-dress-looking-camera_273609-9531.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -189,7 +189,7 @@ export default function HomePage() {
|
||||
quote: "Very nice photography, thanks team D5 Studios. We absolutely loved the final images and the experience working with your team.",
|
||||
name: "Binil Paul",
|
||||
role: "Groom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3632.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3632.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -197,7 +197,7 @@ export default function HomePage() {
|
||||
quote: "D5 Studio brought our vision to life with stunning creativity and professionalism. Highly recommended for any photography needs!",
|
||||
name: "Amita Sharma",
|
||||
role: "Corporate Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-flirty-beautiful-woman-biting-lower-lip_74855-3629.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-flirty-beautiful-woman-biting-lower-lip_74855-3629.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -205,7 +205,7 @@ export default function HomePage() {
|
||||
quote: "Working with D5 Studio was an absolute pleasure. Their artistic eye and technical skill created timeless photographs we'll treasure forever.",
|
||||
name: "Rajesh Kumar",
|
||||
role: "Portrait Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-posing-studio_158595-1801.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-posing-studio_158595-1801.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
@@ -213,7 +213,7 @@ export default function HomePage() {
|
||||
quote: "The entire experience with D5 Studio was seamless. From consultation to final delivery, they showed incredible professionalism and care.",
|
||||
name: "Nidhi Verma",
|
||||
role: "Bride",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-portrait-white-shirt_158595-1487.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-portrait-white-shirt_158595-1487.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -79,7 +79,7 @@ export default function ReviewsPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[{ text: "Book Your Session", href: "/contact" }]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-pretty-woman-posing-dark-sweater-standing-near-lamps_114579-81908.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-pretty-woman-posing-dark-sweater-standing-near-lamps_114579-81908.jpg?_wi=2"
|
||||
imageAlt="D5 Studio client testimonials and reviews"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -103,7 +103,7 @@ export default function ReviewsPage() {
|
||||
name: "Aysha Zaiha",
|
||||
role: "Bride",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
|
||||
"http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg?_wi=3",
|
||||
imageAlt: "Aysha Zaiha - D5 Studio client",
|
||||
},
|
||||
{
|
||||
@@ -114,7 +114,7 @@ export default function ReviewsPage() {
|
||||
name: "Sreedivya Lakshmi",
|
||||
role: "Event Planner",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-brunette-female-black-dress-looking-camera_273609-9531.jpg",
|
||||
"http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-brunette-female-black-dress-looking-camera_273609-9531.jpg?_wi=3",
|
||||
imageAlt: "Sreedivya Lakshmi - D5 Studio client",
|
||||
},
|
||||
{
|
||||
@@ -125,7 +125,7 @@ export default function ReviewsPage() {
|
||||
name: "Binil Paul",
|
||||
role: "Groom",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3632.jpg",
|
||||
"http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3632.jpg?_wi=3",
|
||||
imageAlt: "Binil Paul - D5 Studio client",
|
||||
},
|
||||
{
|
||||
@@ -136,7 +136,7 @@ export default function ReviewsPage() {
|
||||
name: "Amita Sharma",
|
||||
role: "Corporate Client",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-flirty-beautiful-woman-biting-lower-lip_74855-3629.jpg",
|
||||
"http://img.b2bpic.net/free-photo/positive-flirty-beautiful-woman-biting-lower-lip_74855-3629.jpg?_wi=2",
|
||||
imageAlt: "Amita Sharma - D5 Studio client",
|
||||
},
|
||||
{
|
||||
@@ -147,7 +147,7 @@ export default function ReviewsPage() {
|
||||
name: "Rajesh Kumar",
|
||||
role: "Portrait Client",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-posing-studio_158595-1801.jpg",
|
||||
"http://img.b2bpic.net/free-photo/man-posing-studio_158595-1801.jpg?_wi=2",
|
||||
imageAlt: "Rajesh Kumar - D5 Studio client",
|
||||
},
|
||||
{
|
||||
@@ -158,7 +158,7 @@ export default function ReviewsPage() {
|
||||
name: "Nidhi Verma",
|
||||
role: "Bride",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/attractive-girl-portrait-white-shirt_158595-1487.jpg",
|
||||
"http://img.b2bpic.net/free-photo/attractive-girl-portrait-white-shirt_158595-1487.jpg?_wi=2",
|
||||
imageAlt: "Nidhi Verma - D5 Studio client",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user