Update src/app/page.tsx
This commit is contained in:
@@ -76,13 +76,13 @@ export default function HomePage() {
|
||||
<HeroBillboard
|
||||
title="D5 Studio"
|
||||
description="Where Every Moment Becomes Art"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="5.0 ★ Rated"
|
||||
tagIcon={Star}
|
||||
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?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-pretty-woman-posing-dark-sweater-standing-near-lamps_114579-81908.jpg"
|
||||
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?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
|
||||
},
|
||||
{
|
||||
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?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-brunette-female-black-dress-looking-camera_273609-9531.jpg",
|
||||
},
|
||||
{
|
||||
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?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3632.jpg",
|
||||
},
|
||||
{
|
||||
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?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-flirty-beautiful-woman-biting-lower-lip_74855-3629.jpg",
|
||||
},
|
||||
{
|
||||
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?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-posing-studio_158595-1801.jpg",
|
||||
},
|
||||
{
|
||||
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?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-portrait-white-shirt_158595-1487.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -222,7 +222,7 @@ export default function HomePage() {
|
||||
<div id="contact-cta" data-section="contact-cta">
|
||||
<ContactText
|
||||
text="Get In Touch\n\nReady to book your photography session? Contact D5 Studio today!\n\nAddress: Morattammal Building, Vezhupoor Rd, Thamarassery, Kerala 673573\nPhone: 099950 23841\nEmail: hello@d5studio.com\n\nFollow us on social media for daily inspiration and behind-the-scenes content."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Book Now", href: "/contact" },
|
||||
{ text: "Call Us", href: "tel:+919995023841" },
|
||||
|
||||
Reference in New Issue
Block a user