From 1b33c6ae67276e173927e155b8ba55f6714da826 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 17:09:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ae1d62..7065acc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,8 @@ export default function LandingPage() { description="Вашият надежден денонощен магазин за технологии и аксесоари." buttons={[{ text: "Научете повече", href: "#about" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-preparing-bag-with-purchase-elderly-client-modern-boutique-fashionable-woman-buying-stylish-casual-wear-store-making-electronic-payment-pos-terminal_482257-71889.jpg", imageAlt: "Retail store interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_52683-100423.jpg", imageAlt: "Friendly staff assistant" }, + { imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-preparing-bag-with-purchase-elderly-client-modern-boutique-fashionable-woman-buying-stylish-casual-wear-store-making-electronic-payment-pos-terminal_482257-71889.jpg?_wi=1", imageAlt: "Retail store interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_52683-100423.jpg?_wi=1", imageAlt: "Friendly staff assistant" }, { imageSrc: "http://img.b2bpic.net/free-photo/abandoned-house-with-metallic-doors_23-2149454806.jpg", imageAlt: "Modern storefront" }, { imageSrc: "http://img.b2bpic.net/free-photo/coworking-coffee-shop-owner-barista_1098-20960.jpg", imageAlt: "Service counter" }, { imageSrc: "http://img.b2bpic.net/free-photo/yogurt-drinks-section-supermarket_53876-63415.jpg", imageAlt: "Well stocked shelves" }, @@ -76,8 +76,8 @@ export default function LandingPage() { description="Защо клиентите избират EVOMAG:" features={[ { id: "1", title: "Денонощно обслужване", description: "На разположение по всяко време на денонощието.", tag: "24/7", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "professional male customer portrait" }, - { id: "2", title: "Професионален екип", description: "Винаги усмихнати и готови да съдействат.", tag: "Екип", imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-preparing-bag-with-purchase-elderly-client-modern-boutique-fashionable-woman-buying-stylish-casual-wear-store-making-electronic-payment-pos-terminal_482257-71889.jpg", imageAlt: "professional male customer portrait" }, - { id: "3", title: "Разумни цени", description: "Отлично качество на достъпни цени.", tag: "Оферти", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_52683-100423.jpg", imageAlt: "professional male customer portrait" }, + { id: "2", title: "Професионален екип", description: "Винаги усмихнати и готови да съдействат.", tag: "Екип", imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-preparing-bag-with-purchase-elderly-client-modern-boutique-fashionable-woman-buying-stylish-casual-wear-store-making-electronic-payment-pos-terminal_482257-71889.jpg?_wi=2", imageAlt: "professional male customer portrait" }, + { id: "3", title: "Разумни цени", description: "Отлично качество на достъпни цени.", tag: "Оферти", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_52683-100423.jpg?_wi=2", imageAlt: "professional male customer portrait" }, ]} /> -- 2.49.1