Merge version_18 into main
Merge version_18 into main
This commit was merged in pull request #31.
This commit is contained in:
@@ -14,7 +14,7 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Seal } from "lucide-react";
|
||||
import { CheckCircle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
const handleScroll = (id: string) => {
|
||||
@@ -138,7 +138,7 @@ export default function LandingPage() {
|
||||
<div className="grid grid-cols-1 md:grid-cols-3 gap-8">
|
||||
{[1, 2, 3].map((item) => (
|
||||
<div key={item} className="border-2 border-[var(--background-accent)] rounded-lg p-8 flex flex-col items-center justify-center text-center">
|
||||
<Seal className="w-16 h-16 text-[var(--background-accent)] mb-4" />
|
||||
<CheckCircle className="w-16 h-16 text-[var(--background-accent)] mb-4" />
|
||||
<h3 className="font-semibold">Сертификат качества №{item}</h3>
|
||||
<p className="text-sm opacity-70">Соответствие стандартам ISO</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user