Update src/app/portfolio/page.tsx
This commit is contained in:
@@ -71,7 +71,7 @@ export default function PortfolioPage() {
|
||||
buttons={[
|
||||
{ text: "Book Your Session", href: "/contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-beautiful-bride-bridegroom-which-hugging-kissing-each-other-while-guests-holding-cold-sparkles-which-burning-creating-glowing-arch-night-ceremony-outdoor_8353-12110.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-beautiful-bride-bridegroom-which-hugging-kissing-each-other-while-guests-holding-cold-sparkles-which-burning-creating-glowing-arch-night-ceremony-outdoor_8353-12110.jpg?_wi=3"
|
||||
imageAlt="Portfolio showcase"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -88,7 +88,7 @@ export default function PortfolioPage() {
|
||||
name: "Wedding Ceremony",
|
||||
price: "View Gallery",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/side-view-beautiful-bride-bridegroom-which-hugging-kissing-each-other-while-guests-holding-cold-sparkles-which-burning-creating-glowing-arch-night-ceremony-outdoor_8353-12110.jpg",
|
||||
"http://img.b2bpic.net/free-photo/side-view-beautiful-bride-bridegroom-which-hugging-kissing-each-other-while-guests-holding-cold-sparkles-which-burning-creating-glowing-arch-night-ceremony-outdoor_8353-12110.jpg?_wi=4",
|
||||
imageAlt: "Wedding ceremony photography",
|
||||
},
|
||||
{
|
||||
@@ -96,7 +96,7 @@ export default function PortfolioPage() {
|
||||
name: "Pre-Wedding Shoot",
|
||||
price: "View Gallery",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-couple-having-walk-woods_1303-22349.jpg",
|
||||
"http://img.b2bpic.net/free-photo/young-couple-having-walk-woods_1303-22349.jpg?_wi=2",
|
||||
imageAlt: "Pre-wedding outdoor shoot",
|
||||
},
|
||||
{
|
||||
@@ -104,7 +104,7 @@ export default function PortfolioPage() {
|
||||
name: "Baby Portrait",
|
||||
price: "View Gallery",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/child-hat-like-rabbit-ears-sleeps-fluffy-carpet_1304-3627.jpg",
|
||||
"http://img.b2bpic.net/free-photo/child-hat-like-rabbit-ears-sleeps-fluffy-carpet_1304-3627.jpg?_wi=2",
|
||||
imageAlt: "Baby photography session",
|
||||
},
|
||||
{
|
||||
@@ -112,7 +112,7 @@ export default function PortfolioPage() {
|
||||
name: "Maternity Session",
|
||||
price: "View Gallery",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-attractive-pregnant-woman-dark-haired-woman-dress-cardigan-touching-big-belly-looking-up-pregnancy-expectation-concept_74855-24508.jpg",
|
||||
"http://img.b2bpic.net/free-photo/portrait-attractive-pregnant-woman-dark-haired-woman-dress-cardigan-touching-big-belly-looking-up-pregnancy-expectation-concept_74855-24508.jpg?_wi=2",
|
||||
imageAlt: "Maternity photography shoot",
|
||||
},
|
||||
{
|
||||
@@ -120,7 +120,7 @@ export default function PortfolioPage() {
|
||||
name: "Outdoor Portraits",
|
||||
price: "View Gallery",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/family-with-little-son-together-forest_1303-21482.jpg",
|
||||
"http://img.b2bpic.net/free-photo/family-with-little-son-together-forest_1303-21482.jpg?_wi=2",
|
||||
imageAlt: "Outdoor family portraits",
|
||||
},
|
||||
{
|
||||
@@ -128,7 +128,7 @@ export default function PortfolioPage() {
|
||||
name: "Wedding Reception",
|
||||
price: "View Gallery",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/wedding-couple-dancing-their-first-dance_1303-10483.jpg",
|
||||
"http://img.b2bpic.net/free-photo/wedding-couple-dancing-their-first-dance_1303-10483.jpg?_wi=2",
|
||||
imageAlt: "Wedding reception photography",
|
||||
},
|
||||
]}
|
||||
@@ -148,7 +148,7 @@ export default function PortfolioPage() {
|
||||
{ text: "Get in Touch", href: "/contact" },
|
||||
{ text: "Call Us", href: "tel:+919876543210" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885663.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885663.jpg?_wi=4"
|
||||
imageAlt="Photography studio"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -156,7 +156,7 @@ export default function PortfolioPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/groom-bride-their-wedding-day-forest_1303-29404.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/groom-bride-their-wedding-day-forest_1303-29404.jpg?_wi=4"
|
||||
imageAlt="Komal Photo Studio footer"
|
||||
logoText="Komal Photo Studio"
|
||||
copyrightText="© 2025 Komal Photo Studio. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user