Compare commits
1 Commits
version_17
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
| c77fa0eb24 |
@@ -14,6 +14,7 @@ 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) => {
|
||||||
@@ -128,7 +129,7 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "m1", value: "10+", description: "лет успешного опыта" },
|
{ id: "m1", value: "Текст ", 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: "комфортное лечение" },
|
||||||
@@ -192,6 +193,16 @@ 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"
|
||||||
@@ -303,24 +314,6 @@ 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://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2891.802373722976!2d45.69634947683935!3d43.315747671128145!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4051d9500b1a03db%3A0x868351b8c2ec1b9b!2z0YPQu9C40YbQsCDQkdC10LnRh9CxINCQ0LvQuCDQnNCit9Cw0LXQstCwLCA1OSwg0JPRg9C20L3QvtC9LCDQp9C70LXQutCwLCDQhtC10YfQvdC10L3QuNC1!5e0!3m2!1sru!2sru!4v1716382000000!5m2!1sru!2sru"
|
|
||||||
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"
|
||||||
@@ -350,4 +343,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user