Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f975edab56 | |||
| e92703924c | |||
| 72f715ac13 |
@@ -10,6 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
|||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
|
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||||
import { Heart, Zap, Award, Globe } from "lucide-react";
|
import { Heart, Zap, Award, Globe } from "lucide-react";
|
||||||
|
|
||||||
export default function VitaliyPage() {
|
export default function VitaliyPage() {
|
||||||
@@ -41,6 +42,10 @@ export default function VitaliyPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="pricing" data-section="pricing">
|
||||||
|
<PricingCardTwo />
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
logoText="VITALIY"
|
logoText="VITALIY"
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ const HeroLogoBillboard = ({
|
|||||||
{logoText}
|
{logoText}
|
||||||
</FillWidthText>
|
</FillWidthText>
|
||||||
</div>
|
</div>
|
||||||
<div className="relative w-full md:w-1/2" >
|
<div className="relative w-full md:w-1/2">
|
||||||
<TextAnimation
|
<TextAnimation
|
||||||
type={theme.defaultTextAnimation}
|
type={theme.defaultTextAnimation}
|
||||||
text={description}
|
text={description}
|
||||||
@@ -134,6 +134,9 @@ const HeroLogoBillboard = ({
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
<div className="w-full flex justify-center items-center mt-10">
|
||||||
|
<div className="w-64 h-auto bg-gray-300"></div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user