Update src/app/page.tsx

This commit is contained in:
2026-03-06 16:39:50 +00:00
parent 352e198644
commit d71bcf361e

View File

@@ -11,7 +11,7 @@ import TeamCardTen from '@/components/sections/team/TeamCardTen';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Sparkles, Rocket, CheckCircle, Zap, Star, Mail, ThumbsUp, DollarSign } from 'lucide-react';
import { Sparkles, Rocket, CheckCircle, Zap, Star, Mail, ThumbsUp, DollarSign, Phone } from 'lucide-react';
export default function LandingPage() {
return (
@@ -224,7 +224,7 @@ export default function LandingPage() {
tagIcon={Mail}
tagAnimation="slide-up"
title="Let's Build Something Amazing Together"
description="Whether you're a startup launching your first website or an established business looking to redesign, we're here to help. Get in touch today for a free consultation."
description="Whether you're a startup launching your first website or an established business looking to redesign, we're here to help. Get in touch today for a free consultation. You can reach us at poofsite@yahoo.com or call us at 803-848-6793 with any questions or to discuss quotes."
buttons={[
{ text: "Schedule Consultation", href: "mailto:hello@poofsites.com" },
{ text: "View Pricing", href: "#pricing" }
@@ -258,9 +258,9 @@ export default function LandingPage() {
},
{
title: "Contact", items: [
{ label: "Email", href: "mailto:hello@poofsites.com" },
{ label: "Email: poofsite@yahoo.com", href: "mailto:poofsite@yahoo.com" },
{ label: "Phone: 803-848-6793", href: "tel:8038486793" },
{ label: "Get in Touch", href: "#contact" },
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
]
}