Compare commits
37 Commits
version_16
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e529a12e69 | |||
| 328c45b38a | |||
| 69b3fd5bf4 | |||
| 1a3e034be9 | |||
| 9b48b3d769 | |||
| 24004addad | |||
| 15823918c9 | |||
| ab32600a1b | |||
| 9206127356 | |||
| 52dc696b3e | |||
| 4c5bb7b524 | |||
| 9fd4b2a8cb | |||
| 3d1d6e0860 | |||
| 3f2737df62 | |||
| 35dd388e43 | |||
| 9e4b020c8a | |||
| 44ad334a87 | |||
| e390b3489d | |||
| 9f6996fe4a | |||
| ed8896ce04 | |||
| c4d7736cba | |||
| cb5cdebbef | |||
| 3a34f67cfc | |||
| 83e9e7e0a2 | |||
| ef2c28d89d | |||
| 906c521efc | |||
| 005bea9f7b | |||
| 93a371fab3 | |||
| 41eabd96a8 | |||
| 72df297206 | |||
| 6b8025c993 | |||
| 6a3143464d | |||
| 9bfc597629 | |||
| 38bdfa488e | |||
| 4572a326c9 | |||
| 7268088497 | |||
| 0aad7b83e5 |
@@ -14,7 +14,6 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
|||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
const handleScroll = (id: string) => {
|
const handleScroll = (id: string) => {
|
||||||
@@ -129,7 +128,7 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "m1", value: "Текст ", description: "Текст " },
|
{ id: "m1", value: "10+", description: "лет успешного опыта" },
|
||||||
{ id: "m2", value: "5000+", description: "довольных пациентов" },
|
{ id: "m2", value: "5000+", description: "довольных пациентов" },
|
||||||
{ id: "m3", value: "100%", description: "безопасное оборудование" },
|
{ id: "m3", value: "100%", description: "безопасное оборудование" },
|
||||||
{ id: "m4", value: "Без боли", description: "комфортное лечение" },
|
{ id: "m4", value: "Без боли", description: "комфортное лечение" },
|
||||||
@@ -193,16 +192,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="video-section" data-section="video-section">
|
|
||||||
<HeroCentered
|
|
||||||
title="На открытии нашей клиники присутствовал Герой России, Глава Чеченской Республики Рамзан Ахматович Кадыров"
|
|
||||||
description=""
|
|
||||||
avatars={[]}
|
|
||||||
background={{ variant: 'plain' }}
|
|
||||||
className="py-20"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardOne
|
<TestimonialCardOne
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -314,14 +303,32 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="map" data-section="map">
|
||||||
|
<section className="py-16 md:py-24">
|
||||||
|
<div className="container mx-auto px-4">
|
||||||
|
<h2 className="text-3xl font-bold mb-8 text-center">Как нас найти</h2>
|
||||||
|
<div className="w-full h-[450px]">
|
||||||
|
<iframe
|
||||||
|
src="https://yandex.ru/map-widget/v1/?ll=45.696349%2C43.315748&mode=search&ol=geo&ouri=ymapsbm1%3A%2F%2Fgeo%3Ftext%3D%25D0%25A3%25D0%25BB.%2520%25D0%25A8%25D0%25B5%25D0%25B9%25D1%2585%2520%25D0%2590%25D0%25BB%25D0%25B8%2520%25D0%259C%25D0%25B8%25D1%2582%25D0%25B0%25D0%25B5%25D0%25B2%25D0%25B0%252C%252059%252C%2520%25D0%2593%25D1%2580%25D0%25BE%25D0%25B7%25D0%25BD%25D1%258B%25D0%25B9&z=17"
|
||||||
|
width="100%"
|
||||||
|
height="100%"
|
||||||
|
style={{ border: 0 }}
|
||||||
|
allowFullScreen
|
||||||
|
loading="lazy">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dw84RnSEOsmbFdYVY2F51sVH09/uploaded-1779347445955-xba4vklv.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dw84RnSEOsmbFdYVY2F51sVH09/uploaded-1779347445955-xba4vklv.jpg"
|
||||||
logoText="Diamond Dent"
|
logoText=""
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Контакты", items: [
|
title: "Контакты", items: [
|
||||||
{ label: "Ул. Шейх Али Митаева, 59, Грозный", href: "#" },
|
{ label: "Ул. Кунта", href: "#" },
|
||||||
{ label: "+7 929 103 30 03", href: "https://wa.me/+79291033003?text=Здравствуйте!%20Хочу%20записаться%20на%20приём%20в%20Diamond%20Dent%20Grozny" },
|
{ label: "+7 929 103 30 03", href: "https://wa.me/+79291033003?text=Здравствуйте!%20Хочу%20записаться%20на%20приём%20в%20Diamond%20Dent%20Grozny" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -333,7 +340,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Соцсети", items: [
|
title: "Соцсети", items: [
|
||||||
{ label: "Instagram", href: "https://instagram.com/diamonddent_grozny" },
|
{ label: "Instagram", href: "https://www.instagram.com/diamond_dent_grozny?igsh=MW9scTNkcndjMnR6" },
|
||||||
{ label: "WhatsApp", href: "https://wa.me/+79291033003?text=Здравствуйте!%20Хочу%20записаться%20на%20приём%20в%20Diamond%20Dent%20Grozny" },
|
{ label: "WhatsApp", href: "https://wa.me/+79291033003?text=Здравствуйте!%20Хочу%20записаться%20на%20приём%20в%20Diamond%20Dent%20Grozny" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -343,4 +350,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user