From 097102a8a399fe7a601a043be5ba34922fdc6f25 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 07:26:27 +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 c3c55c8..d64e03c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,8 +84,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { title: "Handmade Khinkali", description: "Traditional delicate folds.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/plate-georgian-khinkali-served-with-tomato-paste-wine_140725-10703.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/plate-georgian-khinkali-served-with-tomato-paste-wine_140725-10703.jpg" } }, - { title: "Golden Khachapuri", description: "Oven-fresh cheesy delight.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-egg-bread-baked-grey-rustic-desk_140725-79489.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-egg-bread-baked-grey-rustic-desk_140725-79489.jpg" } } + { title: "Handmade Khinkali", description: "Traditional delicate folds.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/plate-georgian-khinkali-served-with-tomato-paste-wine_140725-10703.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/plate-georgian-khinkali-served-with-tomato-paste-wine_140725-10703.jpg?_wi=2" } }, + { title: "Golden Khachapuri", description: "Oven-fresh cheesy delight.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-egg-bread-baked-grey-rustic-desk_140725-79489.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-egg-bread-baked-grey-rustic-desk_140725-79489.jpg?_wi=2" } } ]} /> -- 2.49.1