diff --git a/src/app/page.tsx b/src/app/page.tsx index 433c628..9ac0ed8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,15 +80,6 @@ export default function LandingPage() { }, { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-gold-coast-skyline-beach-golden-hour_1308-189503.jpg", imageAlt: "Modern living room interior with AC unit" - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoors-clear-wet-healthy_1203-5625.jpg", imageAlt: "luxury outdoors clear wet healthy" - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/pool_74190-1975.jpg", imageAlt: "Pool" - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-pool-paradise-sky-relax_1203-4633.jpg", imageAlt: "outdoor pool paradise sky relax" } ]} mediaAnimation="slide-up" @@ -113,7 +104,6 @@ export default function LandingPage() {