From 5067fce927425bb60792c1357761be381c054863 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 20:08:50 +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 b6c45ab..f9f9496 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} leftCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/sac-ichi-with-chicken-legs-vegetables_114579-2167.jpg" }]} rightCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/racks-salmon-smoking-small-smoker_169016-36710.jpg" }]} - buttons={[{ text: "Explore", href: "#menu" }, { text: "Visit", href: "#contact" }]} + buttons={[{ text: "View Our Menu", href: "#menu" }, { text: "Visit", href: "#contact" }]} /> -- 2.49.1