Update src/app/page.tsx
This commit is contained in:
@@ -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 (
|
||||
@@ -38,14 +38,14 @@ export default function LandingPage() {
|
||||
]}
|
||||
brandName="Poof Sites"
|
||||
bottomLeftText="Web Development Studio"
|
||||
bottomRightText="hello@poofsites.com"
|
||||
bottomRightText="poofsite@yahoo.com | 803-848-6793"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
title="We Build Websites That Convert"
|
||||
description="Poof Sites specializes in creating stunning, responsive websites that drive business growth. Over 2 years, we've helped clients across industries establish powerful online presences."
|
||||
description="Poof Sites specializes in creating stunning, responsive websites that drive business growth. Over 2 years, we've helped clients across industries establish powerful online presences. Contact us at poofsite@yahoo.com or call 803-848-6793 for questions and quotes."
|
||||
tag="Web Development Studio"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Two Years of Building Excellence"
|
||||
description="Poof Sites was founded on the belief that every business deserves a website that works as hard as they do."
|
||||
subdescription="Since 2023, we've delivered 50+ projects for startups and established brands"
|
||||
subdescription="Since 2023, we've delivered 50+ projects for startups and established brands. Have questions? Email us at poofsite@yahoo.com or call 803-848-6793."
|
||||
icon={CheckCircle}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZmcpWHeWm1sUG9szF2sfVbKeH/a-screenshot-of-a-completed-website-for--1772808625106-91872e5a.png?_wi=2"
|
||||
imageAlt="Poof Sites team collaboration"
|
||||
@@ -90,7 +90,7 @@ export default function LandingPage() {
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardMedia
|
||||
title="What We Deliver"
|
||||
description="Our comprehensive web development services cover everything your business needs to thrive online"
|
||||
description="Our comprehensive web development services cover everything your business needs to thrive online. For questions about our services, contact us at poofsite@yahoo.com or 803-848-6793."
|
||||
tag="Services"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
@@ -117,7 +117,7 @@ export default function LandingPage() {
|
||||
<div id="work" data-section="work">
|
||||
<ProductCardOne
|
||||
title="Featured Projects"
|
||||
description="Explore some of our recent work showcasing diverse industries and creative solutions"
|
||||
description="Explore some of our recent work showcasing diverse industries and creative solutions. For inquiries about your project, reach out to poofsite@yahoo.com or call 803-848-6793."
|
||||
tag="Portfolio"
|
||||
tagIcon={Star}
|
||||
tagAnimation="blur-reveal"
|
||||
@@ -194,7 +194,7 @@ export default function LandingPage() {
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardNine
|
||||
title="Let's Discuss Your Project"
|
||||
description="Every project is unique. Contact us for a custom quote tailored to your specific needs and requirements."
|
||||
description="Every project is unique. Contact us for a custom quote tailored to your specific needs and requirements. Reach us at poofsite@yahoo.com or call 803-848-6793 for a detailed consultation."
|
||||
tag="Pricing"
|
||||
tagIcon={DollarSign}
|
||||
tagAnimation="slide-up"
|
||||
@@ -224,10 +224,10 @@ 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. Contact us at poofsite@yahoo.com, call 803-848-6793, or schedule a consultation below."
|
||||
buttons={[
|
||||
{ text: "Schedule Consultation", href: "mailto:hello@poofsites.com" },
|
||||
{ text: "View Pricing", href: "#pricing" }
|
||||
{ text: "Email: poofsite@yahoo.com", href: "mailto:poofsite@yahoo.com" },
|
||||
{ text: "Call: 803-848-6793", href: "tel:8038486793" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "plain" }}
|
||||
@@ -258,10 +258,10 @@ 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: "#" }
|
||||
{ label: "Privacy Policy", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user