Merge version_2 into main #4
@@ -1,64 +1,29 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Manrope } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import "./styles/base.css";
|
||||
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 geist = Geist({
|
||||
variable: "--font-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
const geistMono = Geist_Mono({
|
||||
variable: "--font-mono", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Web Design & Performance Marketing | Precision Lead Systems", description: "Modern web design ($250 AUD) + organic marketing + performance-based paid ads. We grow when you grow. Book a call with our Sydney-based agency.", keywords: "web design, performance marketing, paid advertising, organic social media, digital marketing agency, Sydney, Australia", metadataBase: new URL("https://www.precisionleadsystems.com"),
|
||||
alternates: {
|
||||
canonical: "https://www.precisionleadsystems.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Precision Lead Systems - Web Design & Marketing for Growing Businesses", description: "Get a stunning website at $250 AUD + performance-based marketing. We earn 10% commission on revenue generated. Aligned incentives. Real results.", url: "https://www.precisionleadsystems.com", siteName: "Precision Lead Systems", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKcwj0XHqsibbvpukeOn0v4r/a-sleek-modern-web-design-dashboard-inte-1772796761150-8f8cc140.png", alt: "Precision Lead Systems - Web Design & Marketing Dashboard"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Web Design & Performance Marketing - Precision Lead Systems", description: "Designed to Be Seen. Built to Perform. Modern web design, organic growth, and performance-based advertising.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKcwj0XHqsibbvpukeOn0v4r/a-sleek-modern-web-design-dashboard-inte-1772796761150-8f8cc140.png"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
title: "Precision Lead Systems - Web Design & Performance Marketing", description: "Web design and performance marketing for growing businesses. Custom websites, organic growth, and paid advertising with commission-based pricing."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${manrope.variable} ${dmSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={`${geist.variable} ${geistMono.variable}`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1426,7 +1391,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -49,16 +49,16 @@ export default function LandingPage() {
|
||||
description="Web Design & Performance Marketing for Growing Businesses. We craft stunning websites at $250 AUD and grow your business through organic marketing and paid advertising with commission-based performance. Let's book a call and show you how we're different."
|
||||
background={{ variant: "glowing-orb" }}
|
||||
tag="Web Design & Marketing Agency"
|
||||
tagAnimation="slide-up"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "Book a Discovery Call", href: "#contact" },
|
||||
{ text: "See Our Work", href: "#why-us" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKcwj0XHqsibbvpukeOn0v4r/a-sleek-modern-web-design-dashboard-inte-1772796761150-8f8cc140.png"
|
||||
imageAlt="Modern web design dashboard showcasing our work"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
title="Our Services"
|
||||
description="Complete web design and digital marketing solutions tailored for growing businesses. From stunning websites to data-driven marketing campaigns."
|
||||
tag="What We Offer"
|
||||
tagAnimation="slide-up"
|
||||
tagAnimation="blur-reveal"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1", title: "Website Design - $250 AUD", content: "Custom-designed, fully responsive websites built for conversions. Every site is optimized for speed, SEO, and user experience. We may use AI tools to assist with generation of your website components. Post-launch optimizations available at $20-$30 AUD per update."
|
||||
@@ -84,7 +84,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKcwj0XHqsibbvpukeOn0v4r/multiple-responsive-website-mockups-disp-1772796760962-e732266d.png?_wi=1"
|
||||
imageAlt="Website design showcase across multiple devices"
|
||||
mediaAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="left"
|
||||
/>
|
||||
@@ -95,7 +95,7 @@ export default function LandingPage() {
|
||||
title="Why Precision Lead Systems?"
|
||||
description="We're not just another web design agency. We're growth partners invested in your success through our commission-based model and integrated approach."
|
||||
tag="Our Difference"
|
||||
tagAnimation="slide-up"
|
||||
tagAnimation="blur-reveal"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1", title: "Aligned Incentives - We Grow When You Grow", content: "Unlike traditional agencies, our commission-based model means we're genuinely invested in your revenue. When you succeed, we succeed. This alignment creates accountability and focus on measurable business growth rather than vanity metrics."
|
||||
@@ -118,7 +118,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKcwj0XHqsibbvpukeOn0v4r/an-upward-trending-growth-chart-or-graph-1772796760773-6cac6248.png"
|
||||
imageAlt="Business growth chart showing consistent revenue increase"
|
||||
mediaAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="right"
|
||||
/>
|
||||
@@ -129,7 +129,7 @@ export default function LandingPage() {
|
||||
title="Simple, Transparent Pricing"
|
||||
description="Start small, grow big. Our pricing model rewards your success and keeps us accountable to real results."
|
||||
tag="Clear & Aligned"
|
||||
tagAnimation="slide-up"
|
||||
tagAnimation="blur-reveal"
|
||||
plans={[
|
||||
{
|
||||
id: "1", badge: "Perfect Starting Point", badgeIcon: Sparkles,
|
||||
@@ -161,7 +161,7 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -172,7 +172,7 @@ export default function LandingPage() {
|
||||
title="Proven Results"
|
||||
description="Our integrated approach delivers measurable growth across design, marketing, and revenue generation."
|
||||
tag="Impact & Performance"
|
||||
tagAnimation="slide-up"
|
||||
tagAnimation="blur-reveal"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "250+", title: "Websites Launched", description: "From startups to established businesses, all optimized for conversions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKcwj0XHqsibbvpukeOn0v4r/multiple-responsive-website-mockups-disp-1772796760962-e732266d.png?_wi=2", imageAlt: "Multiple website designs across devices"
|
||||
@@ -184,7 +184,7 @@ export default function LandingPage() {
|
||||
id: "3", value: "500K+", title: "Social Followers Grown", description: "Organic community building before monetization", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKcwj0XHqsibbvpukeOn0v4r/a-content-creator-working-on-social-medi-1772796761123-9ec35286.png", imageAlt: "Content creator working on social media strategy"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -209,7 +209,7 @@ export default function LandingPage() {
|
||||
cardTitle="Trusted by growing businesses across industries who've seen real revenue growth through our integrated approach"
|
||||
cardTag="Client Success Stories"
|
||||
cardTagIcon={Users}
|
||||
cardAnimation="slide-up"
|
||||
cardAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -219,7 +219,7 @@ export default function LandingPage() {
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about working with Precision Lead Systems."
|
||||
tag="FAQ"
|
||||
tagAnimation="slide-up"
|
||||
tagAnimation="blur-reveal"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What's included in the $250 website?", content: "A fully custom, responsive website optimized for mobile, desktop, and SEO. We build for conversions with fast loading times, modern design, and clear calls-to-action. Post-launch updates cost $20-$30 AUD. Note: We may use AI tools to assist with website generation."
|
||||
@@ -247,7 +247,7 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
animationType="smooth"
|
||||
faqsAnimation="slide-up"
|
||||
faqsAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -270,7 +270,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZOKcwj0XHqsibbvpukeOn0v4r/a-diverse-professional-team-collaboratin-1772796760711-f5dc27ab.png"
|
||||
imageAlt="Team collaborating on web design and marketing strategy"
|
||||
mediaAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
buttonText="Schedule Call"
|
||||
/>
|
||||
</div>
|
||||
@@ -284,4 +284,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1c1c1c;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffffe6;
|
||||
--primary-cta: #00ffff;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #e63946;
|
||||
--background-accent: #e8bea8;
|
||||
--accent: #ff00ff;
|
||||
--background-accent: #00ffff;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user