diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c3807e..7dec482 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -155,36 +89,12 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} features={[ - { - title: "Weddings", - description: "Elegant snack bars to delight your guests throughout the reception.", - imageSrc: "http://img.b2bpic.net/free-photo/lady-blue-dress-with-flower-her-wirst-sits-table_8353-1736.jpg?_wi=1", - }, - { - title: "Quinceañeras", - description: "A dream come true with custom treat tables perfectly matching your theme.", - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-wedding-timeline_23-2148329945.jpg?_wi=1", - }, - { - title: "Corporate Events", - description: "Impress your clients and colleagues with high-end, professionally styled catering.", - imageSrc: "http://img.b2bpic.net/free-photo/love-quotes-romance-valentines-website-concept_53876-125547.jpg?_wi=1", - }, - { - title: "Birthday Parties", - description: "Fun, delicious, and beautifully curated for celebrations of all ages.", - imageSrc: "http://img.b2bpic.net/free-photo/love-letter-with-heart-shape-valentine-s-day-envelope-with-heart-romantic-design_40876-3594.jpg", - }, - { - title: "Baby Showers", - description: "Gentle, sweet additions for your special day.", - imageSrc: "http://img.b2bpic.net/free-vector/plain-wedding-timeline-lineal-style_23-2148356854.jpg", - }, - { - title: "School Events", - description: "Treat tables that students and families will love.", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-rings-lie-wooden-block_1304-5581.jpg", - }, + { title: "Weddings", description: "Elegant snack bars to delight your guests throughout the reception.", imageSrc: "http://img.b2bpic.net/free-photo/lady-blue-dress-with-flower-her-wirst-sits-table_8353-1736.jpg" }, + { title: "Quinceañeras", description: "A dream come true with custom treat tables perfectly matching your theme.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-wedding-timeline_23-2148329945.jpg" }, + { title: "Corporate Events", description: "Impress your clients and colleagues with high-end, professionally styled catering.", imageSrc: "http://img.b2bpic.net/free-photo/love-quotes-romance-valentines-website-concept_53876-125547.jpg" }, + { title: "Birthday Parties", description: "Fun, delicious, and beautifully curated for celebrations of all ages.", imageSrc: "http://img.b2bpic.net/free-photo/love-letter-with-heart-shape-valentine-s-day-envelope-with-heart-romantic-design_40876-3594.jpg" }, + { title: "Baby Showers", description: "Gentle, sweet additions for your special day.", imageSrc: "http://img.b2bpic.net/free-vector/plain-wedding-timeline-lineal-style_23-2148356854.jpg" }, + { title: "School Events", description: "Treat tables that students and families will love.", imageSrc: "http://img.b2bpic.net/free-photo/wedding-rings-lie-wooden-block_1304-5581.jpg" } ]} title="Services for Every Occasion" description="From intimate weddings to grand corporate galas, we curate the perfect snack experience." @@ -193,46 +103,17 @@ export default function LandingPage() {