From b3cd02893773ae931a473fd61f21eecb8b21d07d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 01:48:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7319a31..79c0d92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,12 +98,12 @@ export default function LandingPage() { { type: "text", text: "Delicious Food"}, { - type: "text-icon", text: "Friendly Atmosphere", icon: Sparkles, + type: "text-icon", text: "Friendly Atmosphere", icon: Sparkles }, { - type: "text", text: "Memorable Moments"}, + type: "text", text: "Memorable Moments"},, { - type: "text-icon", text: "Signature Desserts", icon: CakeSlice, + type: "text-icon", text: "Signature Desserts", icon: CakeSlice }, { type: "text", text: "Perfect for Any Occasion"}, -- 2.49.1