Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import { Sparkles, ArrowUpRight, TrendingUp, Award, Users, Facebook, Twitter, Linkedin } from "lucide-react";
|
||||
import { Sparkles, ArrowUpRight, TrendingUp, Award, Users } from "lucide-react";
|
||||
|
||||
export default function WebAgency2Page() {
|
||||
return (
|
||||
@@ -37,11 +37,6 @@ export default function WebAgency2Page() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
socialLinks={[
|
||||
{ icon: Facebook, href: "#" },
|
||||
{ icon: Twitter, href: "#" },
|
||||
{ icon: Linkedin, href: "#" },
|
||||
]}
|
||||
/>
|
||||
<HeroSplitDoubleCarousel
|
||||
title="Salom: Digital Craftsmanship"
|
||||
|
||||
Reference in New Issue
Block a user