Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d71bcf361e | |||
| 352e198644 | |||
| 5a89f624c6 | |||
| f918d9eef3 | |||
| 6ba51a0e99 | |||
| ffeb266a3b | |||
| 5f7412b9ed | |||
| 0fab1b9985 | |||
| 028d806da0 | |||
| 0baf323e71 | |||
| 6f647fb32d | |||
| c5fcf430c7 |
@@ -1,55 +1,18 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Halant } from "next/font/google";
|
|
||||||
import { Inter } from "next/font/google";
|
|
||||||
import { Nunito } from "next/font/google";
|
|
||||||
import "./globals.css";
|
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const halant = Halant({
|
|
||||||
variable: "--font-halant", subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const nunito = Nunito({
|
|
||||||
variable: "--font-nunito", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Poof Sites - Web Development Agency | 50+ Projects Delivered", description: "Professional web design and development services. We've built 50+ stunning websites for startups and brands in 2 years. Get your custom website today.", keywords: "web development, web design, website builder, responsive design, e-commerce, SaaS, digital agency", robots: {
|
title: "Poof Sites - Web Development Studio", description: "We build websites that convert. Poof Sites specializes in creating stunning, responsive websites that drive business growth."};
|
||||||
index: true,
|
|
||||||
follow: true,
|
|
||||||
},
|
|
||||||
openGraph: {
|
|
||||||
title: "Poof Sites - Web Development Agency", description: "Professional web design and development services. We've built 50+ stunning websites in 2 years.", siteName: "Poof Sites", type: "website", images: [
|
|
||||||
{
|
|
||||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZmcpWHeWm1sUG9szF2sfVbKeH/a-modern-website-homepage-with-clean-nav-1772808626140-2f2948c8.png", alt: "Poof Sites - Web Development Agency"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
twitter: {
|
|
||||||
card: "summary_large_image", title: "Poof Sites - Web Development Agency", description: "Professional web design and development services.", images: [
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZmcpWHeWm1sUG9szF2sfVbKeH/a-modern-website-homepage-with-clean-nav-1772808626140-2f2948c8.png"],
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en">
|
||||||
<ServiceWrapper>
|
<body>
|
||||||
<body
|
{children}
|
||||||
className={`${halant.variable} ${inter.variable} ${nunito.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1417,7 +1380,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
|||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -193,8 +193,8 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="pricing" data-section="pricing">
|
<div id="pricing" data-section="pricing">
|
||||||
<PricingCardNine
|
<PricingCardNine
|
||||||
title="Transparent Pricing"
|
title="Let's Discuss Your Project"
|
||||||
description="Choose the perfect plan for your project. All packages include ongoing support and maintenance."
|
description="Every project is unique. Contact us for a custom quote tailored to your specific needs and requirements."
|
||||||
tag="Pricing"
|
tag="Pricing"
|
||||||
tagIcon={DollarSign}
|
tagIcon={DollarSign}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -203,15 +203,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "starter", title: "Starter", price: "$3,500", period: "One-time", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZmcpWHeWm1sUG9szF2sfVbKeH/a-modern-website-homepage-with-clean-nav-1772808626140-2f2948c8.png?_wi=3", imageAlt: "Starter package", button: { text: "Get Started", href: "#contact" },
|
id: "starter", title: "Starter", price: "Contact for Quote", period: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZmcpWHeWm1sUG9szF2sfVbKeH/a-modern-website-homepage-with-clean-nav-1772808626140-2f2948c8.png?_wi=3", imageAlt: "Starter package", button: { text: "Request Quote", href: "#contact" },
|
||||||
features: ["5-page website", "Mobile responsive design", "Basic SEO optimization", "3 months free support"]
|
features: ["5-page website", "Mobile responsive design", "Basic SEO optimization", "3 months free support"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "professional", title: "Professional", price: "$8,500", period: "One-time", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZmcpWHeWm1sUG9szF2sfVbKeH/a-screenshot-of-a-completed-website-for--1772808625106-91872e5a.png?_wi=4", imageAlt: "Professional package", button: { text: "Choose Plan", href: "#contact" },
|
id: "professional", title: "Professional", price: "Contact for Quote", period: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZmcpWHeWm1sUG9szF2sfVbKeH/a-screenshot-of-a-completed-website-for--1772808625106-91872e5a.png?_wi=4", imageAlt: "Professional package", button: { text: "Request Quote", href: "#contact" },
|
||||||
features: ["Up to 15 pages", "Advanced SEO", "CMS Integration", "Ongoing maintenance included", "Analytics setup"]
|
features: ["Up to 15 pages", "Advanced SEO", "CMS Integration", "Ongoing maintenance included", "Analytics setup"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "enterprise", title: "Enterprise", price: "Custom", period: "Quote", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZmcpWHeWm1sUG9szF2sfVbKeH/a-completed-saas-platform-website-showin-1772808625893-c1835175.png?_wi=3", imageAlt: "Enterprise package", button: { text: "Request Quote", href: "#contact" },
|
id: "enterprise", title: "Enterprise", price: "Contact for Quote", period: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZmcpWHeWm1sUG9szF2sfVbKeH/a-completed-saas-platform-website-showin-1772808625893-c1835175.png?_wi=3", imageAlt: "Enterprise package", button: { text: "Request Quote", href: "#contact" },
|
||||||
features: ["Unlimited pages", "Custom functionality", "E-commerce integration", "Dedicated support", "Priority updates"]
|
features: ["Unlimited pages", "Custom functionality", "E-commerce integration", "Dedicated support", "Priority updates"]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
@@ -224,7 +224,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={Mail}
|
tagIcon={Mail}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
title="Let's Build Something Amazing Together"
|
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={[
|
buttons={[
|
||||||
{ text: "Schedule Consultation", href: "mailto:hello@poofsites.com" },
|
{ text: "Schedule Consultation", href: "mailto:hello@poofsites.com" },
|
||||||
{ text: "View Pricing", href: "#pricing" }
|
{ text: "View Pricing", href: "#pricing" }
|
||||||
@@ -258,9 +258,9 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact", items: [
|
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: "Get in Touch", href: "#contact" },
|
||||||
{ label: "Privacy Policy", href: "#" },
|
|
||||||
{ label: "Terms of Service", href: "#" }
|
{ label: "Terms of Service", href: "#" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user