diff --git a/src/app/page.tsx b/src/app/page.tsx index d6de963..6dc4d84 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,11 @@ export default function LandingPage() {
@@ -189,36 +93,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - id: "s1", - title: "Birthdays", - author: "Dare to Dream", - description: "Unforgettable birthday celebrations.", - tags: [ - "parties", - ], - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-blonde-caucasian-lady-pajamas-sits-sofa-decorated-festive-room-christmas-preparation-concept_197531-31682.jpg?_wi=2", - }, - { - id: "s2", - title: "Baby Showers", - author: "Dare to Dream", - description: "Sweet and sophisticated arrivals.", - tags: [ - "celebrations", - ], - imageSrc: "http://img.b2bpic.net/free-photo/cute-wedding-buffet_1157-18554.jpg", - }, - { - id: "s3", - title: "Luxury Picnics", - author: "Dare to Dream", - description: "Elegant outdoor dining experiences.", - tags: [ - "picnics", - ], - imageSrc: "http://img.b2bpic.net/free-photo/bouquet-holly-berries-peonies-dry-lemon-slices_114579-2539.jpg", - }, + { id: "s1", title: "Birthdays", author: "Dare to Dream", description: "Unforgettable birthday celebrations.", tags: ["parties"], imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-blonde-caucasian-lady-pajamas-sits-sofa-decorated-festive-room-christmas-preparation-concept_197531-31682.jpg" }, + { id: "s2", title: "Baby Showers", author: "Dare to Dream", description: "Sweet and sophisticated arrivals.", tags: ["celebrations"], imageSrc: "http://img.b2bpic.net/free-photo/cute-wedding-buffet_1157-18554.jpg" }, + { id: "s3", title: "Luxury Picnics", author: "Dare to Dream", description: "Elegant outdoor dining experiences.", tags: ["picnics"], imageSrc: "http://img.b2bpic.net/free-photo/bouquet-holly-berries-peonies-dry-lemon-slices_114579-2539.jpg" }, ]} title="Our Services" description="Premium event planning and party styling for every milestone." @@ -229,62 +106,15 @@ export default function LandingPage() {