From 47296759b128f15e16ee8e41cc288df071c92155 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 16:30:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b89b599..9c6cfb4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -218,7 +218,7 @@ export default function LandingPage() { imageAlt={getAssetAlt("asset://signature-experience")} mediaAnimation="slide-up" title="What Customers Keep Talking About" - description="\"Food should arrive as if it just left the kitchen.\" That's our standard." + description={`"Food should arrive as if it just left the kitchen." That's our standard.`} faqsAnimation="slide-up" /> -- 2.49.1