From d5ec201e7b5a399e3ce61a82b53e109a07a619f9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 22:53:28 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0150317..5d42b4b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -27,7 +27,8 @@ export const metadata: Metadata = { openGraph: { title: "Via Café Shopping Center - Your Premier Destination", description: "Experience Southern Minas Gerais' leading shopping, dining, and entertainment destination.", type: "website", siteName: "Via Café Shopping Center", images: [ { - url: "http://img.b2bpic.net/free-photo/girl-library_1150-18018.jpg", alt: "Via Café Shopping Center - Modern Interior"}, + url: "http://img.b2bpic.net/free-photo/girl-library_1150-18018.jpg", alt: "Via Café Shopping Center - Modern Interior" + }, ], }, twitter: { @@ -41,7 +42,7 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - + ); -} +} \ No newline at end of file -- 2.49.1 From ee84b2dfaf47e236d810b09ea84a7979af901625 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 22:53:29 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 88 ++++++++++++++++++++++++------------------------ 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 553a1e2..a27a59c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -185,27 +185,27 @@ export default function LandingPage() { carouselMode="buttons" products={[ { - id: "1", brand: "Fast Food", name: "McDonald's", price: "$", rating: 4, + id: "1", brand: "Fast Food", name: "McDonald's", price: "R$", rating: 4, reviewCount: "8.2K", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3473.jpg", imageAlt: "McDonald's fast food restaurant" }, { - id: "2", brand: "Burgers", name: "Burger King", price: "$", rating: 4, + id: "2", brand: "Burgers", name: "Burger King", price: "R$", rating: 4, reviewCount: "6.5K", imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-having-coffee-indoors_23-2148422341.jpg", imageAlt: "Burger King restaurant and dining area" }, { - id: "3", brand: "Sandwiches", name: "Subway", price: "$", rating: 4, + id: "3", brand: "Sandwiches", name: "Subway", price: "R$", rating: 4, reviewCount: "5.1K", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-chicken-sandwiches-with-french-fries_141793-17527.jpg", imageAlt: "Subway sandwich restaurant" }, { - id: "4", brand: "Brazilian Food", name: "Bob's", price: "$", rating: 5, + id: "4", brand: "Brazilian Food", name: "Bob's", price: "R$", rating: 5, reviewCount: "7.3K", imageSrc: "http://img.b2bpic.net/free-photo/portrait-group-friends-having-fun-together-enjoying-good-time-while-drinking-fresh-fruit-juice-cafe_58466-16290.jpg", imageAlt: "Bob's Brazilian restaurant" }, { - id: "5", brand: "Café & Snacks", name: "Premium Coffee & Pastries", price: "$", rating: 5, + id: "5", brand: "Café & Snacks", name: "Premium Coffee & Pastries", price: "R$", rating: 5, reviewCount: "4.2K", imageSrc: "http://img.b2bpic.net/free-photo/side-view-wooden-chairs-restaurant_23-2148661123.jpg", imageAlt: "Coffee shop and café lounge" }, { - id: "6", brand: "Fine Dining", name: "Upscale Restaurants", price: "$$$", rating: 5, + id: "6", brand: "Fine Dining", name: "Upscale Restaurants", price: "R$$$", rating: 5, reviewCount: "3.8K", imageSrc: "http://img.b2bpic.net/free-photo/young-curly-woman-enjoying-her-wine-bar_627829-6890.jpg", imageAlt: "Fine dining restaurant interior" } ]} @@ -276,32 +276,32 @@ export default function LandingPage() {
@@ -309,16 +309,16 @@ export default function LandingPage() {
@@ -326,42 +326,42 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1