diff --git a/src/app/page.tsx b/src/app/page.tsx index d5e9e21..d7b54e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,14 +5,14 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import ParallaxAbout from '@/components/sections/about/ParallaxAbout'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; -import ContactText from '@/components/sections/contact/ContactText'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Sparkles, CheckCircle, Star, DollarSign, Users, Crown, TrendingUp, Building, Globe, Award } from "lucide-react"; +import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen'; +import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; +import MetricCardFive from '@/components/sections/metrics/MetricCardFive'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import { Sparkles, CheckCircle, Star, DollarSign, Users, Crown, TrendingUp, Building, Globe, Award, Package } from "lucide-react"; export default function LandingPage() { return ( @@ -83,28 +83,28 @@ export default function LandingPage() { tagIcon={CheckCircle} features={[ { - id: 1, + id: "1", title: "Advanced Analytics", description: "Real-time insights and comprehensive reporting to drive informed decision-making", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697694989-2tzhxsyk.jpg", imageAlt: "Analytics dashboard" }, { - id: 2, + id: "2", title: "Smart Automation", description: "Streamline repetitive tasks and focus on what matters most to your business", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697695831-3m347obl.jpg", imageAlt: "Automation workflow" }, { - id: 3, + id: "3", title: "Enterprise Security", description: "Bank-grade encryption and compliance standards to protect your sensitive data", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697696774-ms83vt7x.jpg", imageAlt: "Security protection" }, { - id: 4, + id: "4", title: "Team Collaboration", description: "Work together seamlessly with integrated communication and project management tools", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697697861-n3ip2w85.jpg", @@ -122,32 +122,63 @@ export default function LandingPage() {