Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar
|
||||
import PricingCardNine from "@/components/sections/pricing/PricingCardNine";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Award, CheckCircle, DollarSign, Gallery, Lightbulb, MessageCircle, Sparkles, Users, Zap, ArrowRight } from "lucide-react";
|
||||
import { Award, CheckCircle, DollarSign, Lightbulb, MessageCircle, Sparkles, Users, Zap, ArrowRight, Images } from "lucide-react";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
@@ -147,7 +147,7 @@ export default function Page() {
|
||||
title="Recent Work"
|
||||
description="Explore our portfolio of successful projects transforming businesses across industries."
|
||||
tag="Portfolio"
|
||||
tagIcon={Gallery}
|
||||
tagIcon={Images}
|
||||
tagAnimation="opacity"
|
||||
products={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user