From 3834fb315c184c343d9680f8d61b7ccc0ac47fe5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 05:21:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b7efe3b..8721841 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,7 +23,7 @@ const navButton = { const heroProps = { title: "The Best Pizza in Midland. Two Years Running.", description: "48-hour fermented dough. Real wood-fired pizza. Limited daily availability.", tag: "MRT Best of Midland 2024 & 2025", tagIcon: Award, background: { variant: "plain" as const }, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATOPwaLclIhBPrud8y1xTqDki0/uploaded-1772617011051-vili4pw9.png", imageAlt: "Wood-fired pizza fresh from oven", imagePosition: "right" as const, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATOPwaLclIhBPrud8y1xTqDki0/uploaded-1772688083401-ri2hipbp.png", imageAlt: "Wood-fired pizza fresh from oven", imagePosition: "right" as const, mediaAnimation: "blur-reveal" as const, buttons: [ { text: "Reserve Your Slice", href: "#menu" }, @@ -198,4 +198,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1