Merge version_1 into main #2
@@ -1,15 +1,15 @@
|
||||
"use client"
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
|
||||
import TextAbout from "@/components/sections/about/TextAbout";
|
||||
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
|
||||
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
|
||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Award, CheckCircle, Sparkles, Star, Zap, Shield } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -66,6 +66,7 @@ export default function LandingPage() {
|
||||
imageAlt="Modern digital workspace interface showcase"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
background={{ variant: "plain" }}
|
||||
className="w-full"
|
||||
containerClassName="max-w-7xl mx-auto"
|
||||
titleClassName="text-5xl font-bold text-foreground"
|
||||
@@ -105,11 +106,11 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Web Design", title: "Beautiful & Functional Design", subtitle: "User-Centered Interfaces", description: "Creating stunning, intuitive interfaces that engage users and drive conversions. Our design philosophy balances aesthetics with functionality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hq0tst&_wi=1", imageAlt: "Modern minimal product design", buttons: [{ text: "Discover More", href: "#" }]
|
||||
tag: "Web Design", title: "Beautiful & Functional Design", subtitle: "User-Centered Interfaces", description: "Creating stunning, intuitive interfaces that engage users and drive conversions. Our design philosophy balances aesthetics with functionality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hq0tst", imageAlt: "Modern minimal product design", buttons: [{ text: "Discover More", href: "#" }]
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Analytics", title: "Data-Driven Insights", subtitle: "Performance Tracking", description: "Comprehensive analytics and performance tracking to measure success. We provide actionable insights that fuel continuous improvement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b87339&_wi=1", imageAlt: "Data analytics dashboard visualization", buttons: [{ text: "Learn More", href: "#" }]
|
||||
tag: "Analytics", title: "Data-Driven Insights", subtitle: "Performance Tracking", description: "Comprehensive analytics and performance tracking to measure success. We provide actionable insights that fuel continuous improvement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b87339", imageAlt: "Data analytics dashboard visualization", buttons: [{ text: "Learn More", href: "#" }]
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
@@ -214,7 +215,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "advanced-1", title: "Intelligent Automation", description: "Streamline workflows and reduce manual work. Let smart systems handle repetitive tasks while your team focuses on strategy.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hq0tst&_wi=2", imageAlt: "Automation interface" },
|
||||
id: "advanced-1", title: "Intelligent Automation", description: "Streamline workflows and reduce manual work. Let smart systems handle repetitive tasks while your team focuses on strategy.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hq0tst", imageAlt: "Automation interface" },
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Automated workflows" },
|
||||
{ icon: Zap, text: "Real-time processing" },
|
||||
@@ -223,7 +224,7 @@ export default function LandingPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "advanced-2", title: "Advanced Analytics", description: "Gain deeper insights into your performance with comprehensive analytics and custom dashboards.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b87339&_wi=2", imageAlt: "Analytics dashboard" },
|
||||
id: "advanced-2", title: "Advanced Analytics", description: "Gain deeper insights into your performance with comprehensive analytics and custom dashboards.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b87339", imageAlt: "Analytics dashboard" },
|
||||
items: [
|
||||
{ icon: Star, text: "Custom reports" },
|
||||
{ icon: Award, text: "Predictive analytics" },
|
||||
@@ -247,7 +248,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
text="Ready to Transform Your Digital Presence?"
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{ text: "Get in Touch", href: "mailto:hello@webild.com" },
|
||||
|
||||
Reference in New Issue
Block a user