diff --git a/src/app/page.tsx b/src/app/page.tsx
index bc33644..55cd7e6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -59,14 +44,8 @@ export default function LandingPage() {
logoText="The Social Edit Co."
description="We don’t just rent… We set the scene."
buttons={[
- {
- text: "View Rentals",
- href: "/rentals",
- },
- {
- text: "Get a Quote",
- href: "/contact",
- },
+ { text: "View Rentals", href: "/rentals" },
+ { text: "Get a Quote", href: "/contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/rich-dinner-table-served-pink-golden-tones_8353-662.jpg"
/>
@@ -78,26 +57,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Tables, Chairs & Tents",
- description: "High-end furniture for upscale gatherings.",
- imageSrc: "http://img.b2bpic.net/free-photo/geometric-pastel-chair_23-2152002515.jpg",
- },
- {
- title: "Bounce Houses",
- description: "Modern play setups for kids.",
- imageSrc: "http://img.b2bpic.net/free-vector/new-year-party-element-collection-different-colors_23-2147727532.jpg",
- },
- {
- title: "Lounge & Backdrops",
- description: "Beautiful lounge setups for events.",
- imageSrc: "http://img.b2bpic.net/free-photo/ornate-costume-gold-colored-mask-create-mysterious-elegance-generated-by-ai_188544-36382.jpg",
- },
- {
- title: "Full Service Styling",
- description: "We design and style your event.",
- imageSrc: "http://img.b2bpic.net/free-photo/file-folder-document-paper-ui-icon-sign-symbol-3d-rendering_56104-1927.jpg",
- },
+ { title: "Tables, Chairs & Tents", description: "High-end furniture for upscale gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/geometric-pastel-chair_23-2152002515.jpg" },
+ { title: "Bounce Houses", description: "Modern play setups for kids.", imageSrc: "http://img.b2bpic.net/free-vector/new-year-party-element-collection-different-colors_23-2147727532.jpg" },
+ { title: "Lounge & Backdrops", description: "Beautiful lounge setups for events.", imageSrc: "http://img.b2bpic.net/free-photo/ornate-costume-gold-colored-mask-create-mysterious-elegance-generated-by-ai_188544-36382.jpg" },
+ { title: "Full Service Styling", description: "We design and style your event.", imageSrc: "http://img.b2bpic.net/free-photo/file-folder-document-paper-ui-icon-sign-symbol-3d-rendering_56104-1927.jpg" },
]}
title="Our Services"
description="Curated luxury event rentals for every occasion."
@@ -106,34 +69,15 @@ export default function LandingPage() {
@@ -263,53 +134,9 @@ export default function LandingPage() {