From a0c751e718a649e22ad31f67e9995fec90c10ef6 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 11:42:22 +0000 Subject: [PATCH 1/5] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5e9e21..2b03afa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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", @@ -129,12 +129,12 @@ export default function LandingPage() { tagIcon={Sparkles} features={[ { - id: 1, + id: "1", title: "Feature One", description: "Description for feature one" }, { - id: 2, + id: "2", title: "Feature Two", description: "Description for feature two" } -- 2.49.1 From f38ca9000ef9fa52857dc547fc7ab7dce7d51d34 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 11:45:20 +0000 Subject: [PATCH 2/5] Update src/app/page.tsx --- src/app/page.tsx | 59 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 45 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b03afa..052a673 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,28 +83,28 @@ export default function LandingPage() { tagIcon={CheckCircle} features={[ { - id: "1", + id: "01", 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: "02", 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: "03", 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: "04", 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,27 +122,58 @@ export default function LandingPage() {
-
-- 2.49.1 From e30aa5c2b767c8d655d568fedb504e287ded463c Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 11:47:32 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 052a673..3d91178 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,28 +83,28 @@ export default function LandingPage() { tagIcon={CheckCircle} features={[ { - id: "01", + 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: "02", + 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: "03", + 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: "04", + 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", @@ -127,42 +127,42 @@ export default function LandingPage() { description="Discover more capabilities that power your success" features={[ { - id: "1", + id: 1, title: "Real-time Monitoring", description: "Track everything in real-time with instant notifications", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697694989-2tzhxsyk.jpg", imageAlt: "Monitoring dashboard" }, { - id: "2", + id: 2, title: "API Integration", description: "Seamlessly integrate with your favorite tools and services", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697695831-3m347obl.jpg", imageAlt: "API integration" }, { - id: "3", + id: 3, title: "Custom Workflows", description: "Build workflows tailored to your business needs", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697696774-ms83vt7x.jpg", imageAlt: "Custom workflows" }, { - id: "4", + id: 4, title: "Advanced Reporting", description: "Generate comprehensive reports with detailed analytics", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697697861-n3ip2w85.jpg", imageAlt: "Advanced reporting" }, { - id: "5", + id: 5, title: "Data Export", description: "Export your data in multiple formats for analysis", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697694989-2tzhxsyk.jpg", imageAlt: "Data export" }, { - id: "6", + id: 6, title: "Performance Optimization", description: "Optimize your workflow performance with advanced tools", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697695831-3m347obl.jpg", -- 2.49.1 From 1aeec11510a3070e5875cb81559e529019683fad Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 11:49:42 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d91178..b787168 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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", @@ -127,42 +127,42 @@ export default function LandingPage() { description="Discover more capabilities that power your success" features={[ { - id: 1, + id: "1", title: "Real-time Monitoring", description: "Track everything in real-time with instant notifications", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697694989-2tzhxsyk.jpg", imageAlt: "Monitoring dashboard" }, { - id: 2, + id: "2", title: "API Integration", description: "Seamlessly integrate with your favorite tools and services", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697695831-3m347obl.jpg", imageAlt: "API integration" }, { - id: 3, + id: "3", title: "Custom Workflows", description: "Build workflows tailored to your business needs", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697696774-ms83vt7x.jpg", imageAlt: "Custom workflows" }, { - id: 4, + id: "4", title: "Advanced Reporting", description: "Generate comprehensive reports with detailed analytics", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697697861-n3ip2w85.jpg", imageAlt: "Advanced reporting" }, { - id: 5, + id: "5", title: "Data Export", description: "Export your data in multiple formats for analysis", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697694989-2tzhxsyk.jpg", imageAlt: "Data export" }, { - id: 6, + id: "6", title: "Performance Optimization", description: "Optimize your workflow performance with advanced tools", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697695831-3m347obl.jpg", -- 2.49.1 From 4df925c547f9018101883233d9587425ad4a9ddb Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 11:51:59 +0000 Subject: [PATCH 5/5] Update src/app/page.tsx --- src/app/page.tsx | 203 ++++++++++++++++++++++------------------------- 1 file changed, 97 insertions(+), 106 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b787168..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 ( @@ -122,7 +122,7 @@ export default function LandingPage() {
-
-
-
-
-
-
-- 2.49.1