From daec1f22998ffcc43f5b486faf54b215be051e1a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 05:16:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 04126c4..47fee63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,10 +57,10 @@ export default function LandingPage() { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-with-beard-posing-as-model-photography-studio-making-fish-face-with-lips-crazy-comical-gesture-funny-expression_839833-31907.jpg", imageAlt: "Professional studio photography" }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-family_1328-3786.jpg", imageAlt: "Family portrait session" + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-family_1328-3786.jpg?_wi=1", imageAlt: "Family portrait session" }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/newborn-gnome-hat-sleeping-wooden-green-rug_669006-29.jpg", imageAlt: "Baby photography" + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/newborn-gnome-hat-sleeping-wooden-green-rug_669006-29.jpg?_wi=1", imageAlt: "Baby photography" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-young-students-wearing-graduation-cap-holding-tea-cup_114579-92488.jpg", imageAlt: "Graduation photography" @@ -69,7 +69,7 @@ export default function LandingPage() { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-two-young-men-getting-their-picture-taken_171337-12592.jpg", imageAlt: "Event photography" }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg", imageAlt: "Professional portrait" + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg?_wi=1", imageAlt: "Professional portrait" } ]} autoPlay={true} @@ -149,16 +149,16 @@ export default function LandingPage() { tagAnimation="slide-up" blogs={[ { - id: "1", category: "Portraits", title: "Professional Studio Portraits", excerpt: "Stunning professional portraits captured in our modern studio with professional lighting and setup.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg", imageAlt: "Professional portrait", authorName: "Al Dhiyafa Studio", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Recent" + id: "1", category: "Portraits", title: "Professional Studio Portraits", excerpt: "Stunning professional portraits captured in our modern studio with professional lighting and setup.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg?_wi=2", imageAlt: "Professional portrait", authorName: "Al Dhiyafa Studio", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Recent" }, { - id: "2", category: "Baby Photos", title: "Newborn Baby Photography", excerpt: "Precious moments captured with gentle care and professional expertise in our comfortable studio.", imageSrc: "http://img.b2bpic.net/free-photo/newborn-gnome-hat-sleeping-wooden-green-rug_669006-29.jpg", imageAlt: "Baby photography", authorName: "Al Dhiyafa Studio", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Recent" + id: "2", category: "Baby Photos", title: "Newborn Baby Photography", excerpt: "Precious moments captured with gentle care and professional expertise in our comfortable studio.", imageSrc: "http://img.b2bpic.net/free-photo/newborn-gnome-hat-sleeping-wooden-green-rug_669006-29.jpg?_wi=2", imageAlt: "Baby photography", authorName: "Al Dhiyafa Studio", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Recent" }, { id: "3", category: "Events", title: "Event Photography Coverage", excerpt: "Professional event photography capturing all the important moments of your special day.", imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-fun-costumes-party_23-2149303858.jpg", imageAlt: "Event photography", authorName: "Al Dhiyafa Studio", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Recent" }, { - id: "4", category: "Family", title: "Family Portrait Sessions", excerpt: "Beautiful family portraits capturing love and connection in a relaxed studio environment.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-family_1328-3786.jpg", imageAlt: "Family photography", authorName: "Al Dhiyafa Studio", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Recent" + id: "4", category: "Family", title: "Family Portrait Sessions", excerpt: "Beautiful family portraits capturing love and connection in a relaxed studio environment.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-family_1328-3786.jpg?_wi=2", imageAlt: "Family photography", authorName: "Al Dhiyafa Studio", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", date: "Recent" } ]} animationType="slide-up" -- 2.49.1