Update src/app/page.tsx

This commit is contained in:
2026-04-26 14:09:42 +00:00
parent 14c60f2cb3
commit 670a01e849

View File

@@ -34,7 +34,6 @@ export default function LandingPage() {
]}
brandName="CleanScene Restroom Rentals"
className="w-80"
topBarClassName="font-bold text-green-700"
/>
</div>
@@ -55,20 +54,6 @@ export default function LandingPage() {
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-large-transparent-window-with-opened-door-outside-which-newlyweds-posing-embracing-balcony-their-wedding-day_8353-12102.jpg"
mediaAnimation="slide-up"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/couple-backs-sitting-bed-with-her-head-resting-his-shoulder_1157-1293.jpg", alt: "Couple of backs sitting on a bed with her head resting on his shoulder" },
{ src: "http://img.b2bpic.net/long-white-dinner-table-with-sparkling-glassware-candleholders-stands-beach_1304-3243.jpg", alt: "Long white dinner table with sparkling glassware and candleholders stands on the beach" },
{ src: "http://img.b2bpic.net/free-photo/table-setting-with-decorated-newlyweds-chairs-wedding-reception-hall_637285-989.jpg", alt: "Table setting with decorated newlyweds chairs in wedding reception hall" },
{ src: "http://img.b2bpic.net/free-photo/table-setting-with-floral-centerpiece-wedding-reception-venue_637285-5627.jpg", alt: "Table setting with floral centerpiece at wedding reception venue." },
{ src: "http://img.b2bpic.net/free-photo/floral-compositions-made-greenery-outdoors-wedding-ceremony_8353-9788.jpg", alt: "Floral compositions made of greenery at the outdoors wedding ceremony" },
]}
marqueeItems={[
{ type: "text", text: "Luxury Restroom Trailers" },
{ type: "text", text: "Northeast Wisconsin" },
{ type: "text", text: "Event Perfection" },
{ type: "text", text: "Seamless Logistics" },
{ type: "text", text: "Premium Hospitality" },
]}
/>
</div>