Merge version_1 into main #1
@@ -11,7 +11,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { Code, Users, Award, TrendingUp, Quote } from "lucide-react";
|
||||
import { Code, Users, Award, TrendingUp, Quote, Sparkles } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
title="Transform Your Software Vision into Reality"
|
||||
description="Cutting-edge IT solutions and custom software development for enterprises and startups. We deliver innovation, security, and scalability that drives business growth."
|
||||
tag="Expert Software Development"
|
||||
tagIcon="Sparkles"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "View Our Work", href: "#portfolio" },
|
||||
@@ -136,7 +136,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
animationType="scale-rotate"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
metrics={[
|
||||
{ id: "1", value: "99.9%", description: "Uptime Guarantee" },
|
||||
{ id: "2", value: "48hrs", description: "Average Response Time" },
|
||||
|
||||
Reference in New Issue
Block a user