Merge version_2 into main #4
@@ -9,6 +9,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Zap, ShieldCheck } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -128,13 +129,13 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "1", title: "Scalable", description: "High performance.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BDV6CL9tXTVeeqMxQaP709NeP6/an-ai-workflow-visualization-card-with-n-1774783795572-26eff11b.png"},
|
||||
items: [],
|
||||
items: [{ icon: Zap, text: "1-click deployment" }],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2", title: "Secure", description: "Enterprise grade.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BDV6CL9tXTVeeqMxQaP709NeP6/a-prompt-output-visualization-card-with--1774783794238-950517b6.png"},
|
||||
items: [],
|
||||
items: [{ icon: ShieldCheck, text: "Enterprise-grade encryption" }],
|
||||
reverse: true,
|
||||
},
|
||||
]}
|
||||
@@ -175,4 +176,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user