7 Commits

Author SHA1 Message Date
f153592fba Update src/pages/HomePage.tsx 2026-06-21 12:09:19 +00:00
ad6f587094 Update src/pages/HomePage.tsx 2026-06-21 12:06:30 +00:00
27c8a9501e Update src/pages/HomePage.tsx 2026-06-21 12:06:11 +00:00
7ef3d3b9f1 Update src/pages/HomePage.tsx 2026-06-21 11:57:28 +00:00
f28a5cbb7a Update src/pages/HomePage.tsx 2026-06-21 10:58:47 +00:00
kudinDmitriyUp
97a329a6fc Bob AI: Update the href of the contact button in the contact section to https://wa.me/77 2026-06-21 10:57:51 +00:00
51cec26a75 Merge version_4_1782039148252 into main
Merge version_4_1782039148252 into main
2026-06-21 10:52:59 +00:00

View File

@@ -19,7 +19,7 @@ export default function HomePage() {
description="Қазақ даласының дәмі, сапалы кофе дәндері. Тary — нағыз талғампаздарға арналған кофе."
primaryButton={{
text: "Тапсырыс беру",
href: "#contact",
href: "",
}}
secondaryButton={{
text: "Толығырақ",
@@ -46,7 +46,7 @@ export default function HomePage() {
<SectionErrorBoundary name="products">
<FeaturesImageBento
tag="Өнімдер"
title="Біздің таңдаулы кофелер"
title="Біздің таңдаулы кофе"
description="Ең сапалы дәндерді таңдап, арнайы технологиямен қуырамыз."
items={[
{
@@ -233,12 +233,12 @@ export default function HomePage() {
tag="Байланыс"
text="Кофе туралы сұрақтарыңыз бар ма? Бізбен байланысыңыз."
primaryButton={{
text: "WhatsApp-қа жазу",
text: "WhatsApp-қа  жазу",
href: "",
}}
secondaryButton={{
text: "Қоңырау шалу",
href: "https://wa.me/message/KFNREVRG4FZ2G1",
href: "",
}}
/>
</SectionErrorBoundary>