Merge version_1 into main #1
@@ -47,9 +47,9 @@ export default function LandingPage() {
|
||||
buttons={[{ text: "View Portfolio", href: "#portfolio" }]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-family-with-one-child-spend-lot-time-together-have-fun_132075-10441.jpg", imageAlt: "Wedding couple portrait" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066398.jpg", imageAlt: "Corporate event photography" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/dry-thistle-burdock-reeds-common-bulrush-vase-isolated-white-wall-background_8353-8483.jpg", imageAlt: "Brand commercial photography" },
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-family-with-one-child-spend-lot-time-together-have-fun_132075-10441.jpg?_wi=1", imageAlt: "Wedding couple portrait" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066398.jpg?_wi=1", imageAlt: "Corporate event photography" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/dry-thistle-burdock-reeds-common-bulrush-vase-isolated-white-wall-background_8353-8483.jpg?_wi=1", imageAlt: "Brand commercial photography" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-pink-flowers_23-2149708068.jpg", imageAlt: "Lifestyle photography" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-interviewee-with-microphone-taking-statements_23-2149037880.jpg", imageAlt: "Videography production" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/modern-newlyweds-kissing-park_1153-906.jpg", imageAlt: "Wedding videography" }
|
||||
@@ -72,15 +72,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "wedding-series", brand: "Wedding Collections", name: "Romantic Celebrations", price: "Premium", rating: 5,
|
||||
reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-family-with-one-child-spend-lot-time-together-have-fun_132075-10441.jpg", imageAlt: "Wedding photography collection"
|
||||
reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-family-with-one-child-spend-lot-time-together-have-fun_132075-10441.jpg?_wi=2", imageAlt: "Wedding photography collection"
|
||||
},
|
||||
{
|
||||
id: "event-series", brand: "Event Coverage", name: "Corporate & Social Events", price: "Premium", rating: 5,
|
||||
reviewCount: "36", imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066398.jpg", imageAlt: "Event photography collection"
|
||||
reviewCount: "36", imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066398.jpg?_wi=2", imageAlt: "Event photography collection"
|
||||
},
|
||||
{
|
||||
id: "commercial-series", brand: "Commercial Work", name: "Brand & Product Photography", price: "Premium", rating: 5,
|
||||
reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/dry-thistle-burdock-reeds-common-bulrush-vase-isolated-white-wall-background_8353-8483.jpg", imageAlt: "Commercial photography collection"
|
||||
reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/dry-thistle-burdock-reeds-common-bulrush-vase-isolated-white-wall-background_8353-8483.jpg?_wi=2", imageAlt: "Commercial photography collection"
|
||||
}
|
||||
]}
|
||||
buttons={[{ text: "Browse Full Portfolio", href: "#" }]}
|
||||
|
||||
Reference in New Issue
Block a user