diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7065acc..dd7c700 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
-import { Clock, Star, ThumbsUp } from "lucide-react";
+import { ShoppingBag, Truck, Store } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,10 +31,10 @@ export default function LandingPage() {
@@ -45,14 +45,11 @@ export default function LandingPage() {
background={{ variant: "plain" }}
title="Качество и професионализъм"
description="Вашият надежден денонощен магазин за технологии и аксесоари."
- buttons={[{ text: "Научете повече", href: "#about" }]}
+ 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?_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" },
- { imageSrc: "http://img.b2bpic.net/free-photo/row-decorative-light-bulbs-hanging-cafe_181624-58119.jpg", imageAlt: "Shopping environment" },
]}
/>
@@ -60,8 +57,8 @@ export default function LandingPage() {
@@ -72,12 +69,12 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
- title="Нашите предимства"
- description="Защо клиентите избират EVOMAG:"
+ title="Какво предлагаме"
+ description="Удобство и качество за всеки клиент:"
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?_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" },
+ { id: "1", title: "Денонощен достъп", description: "На разположение 24/7 за вашите нужди.", tag: "24/7", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "service availability" },
+ { 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: "delivery options" },
+ { id: "3", title: "Лично вземане", description: "Изберете 'Вземане от магазин' за още по-бързо обслужване.", tag: "Pickup", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_52683-100423.jpg?_wi=2", imageAlt: "pickup service" },
]}
/>
@@ -88,27 +85,23 @@ export default function LandingPage() {
useInvertedBackground={true}
animationType="slide-up"
metrics={[
- { id: "m1", icon: Star, title: "Клиенти", value: "1000+" },
- { id: "m2", icon: Clock, title: "Часа работа", value: "24/7" },
- { id: "m3", icon: ThumbsUp, title: "Отзиви", value: "500+" },
+ { id: "m1", icon: ShoppingBag, title: "Продукти", value: "500+" },
+ { id: "m2", icon: Truck, title: "Доставки", value: "1000+" },
+ { id: "m3", icon: Store, title: "Обекти", value: "24/7" },
]}
- title="Статистика"
- description="Доверие, изградено с времето."
+ title="Статистика на магазина"
+ description="Повече от просто магазин – вашето доверено място за технологии."
/>
@@ -138,8 +131,8 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Контакти"
- title="Свържете се с нас"
- description="Имате въпроси? Пишете ни!"
+ title="Нуждаете се от съдействие?"
+ description="Свържете се с нашия екип за информация относно наличност на продукти или статус на вашата поръчка."
/>
@@ -147,13 +140,14 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file