Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1aab5cd5ab | |||
| b60e8e22d1 | |||
| ff85a7dc21 | |||
| 471f42beca | |||
| 5211a05c58 | |||
| eef2d4b176 | |||
| 1ef76c0646 | |||
| a9569d3418 |
@@ -1,56 +1,24 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Roboto } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import "./styles/variables.css";
|
||||
import "./styles/base.css";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const roboto = Roboto({
|
||||
variable: "--font-roboto", subsets: ["latin"],
|
||||
weight: ["100", "300", "400", "500", "700", "900"],
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "PrimeSignal - Premium Website Design for Local Businesses", description: "High-converting website design for local businesses. Transform your online presence and generate more leads with our premium web design services.", keywords: "web design, local business website, website design agency, high-converting websites, digital agency, website redesign", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "PrimeSignal - Premium Website Design", description: "Premium websites that convert. We design beautiful, high-performing websites for local businesses ready to dominate online.", type: "website", siteName: "PrimeSignal", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUdoegWOUpUgj0Yn66lSceHx8G/a-sleek-modern-dashboard-interface-with--1772651490722-baf1c45b.png", alt: "PrimeSignal Premium Website Design"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "PrimeSignal - Premium Website Design", description: "High-converting websites for local businesses. Transform your online presence today.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUdoegWOUpUgj0Yn66lSceHx8G/a-sleek-modern-dashboard-interface-with--1772651490722-baf1c45b.png"],
|
||||
},
|
||||
};
|
||||
title: "PrimeSignal - Premium Websites for Local Businesses", description: "High-converting websites designed for local businesses to attract customers and drive growth."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={dmSans.variable}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1418,7 +1386,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
100
src/app/meet-the-team/page.tsx
Normal file
100
src/app/meet-the-team/page.tsx
Normal file
@@ -0,0 +1,100 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Linkedin, MessageSquare, Rocket, Twitter, Instagram } from 'lucide-react';
|
||||
|
||||
export default function MeetTheTeamPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="large"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="PrimeSignal"
|
||||
navItems={[
|
||||
{ name: "Services", id: "/" },
|
||||
{ name: "Portfolio", id: "/" },
|
||||
{ name: "Why Us", id: "/" },
|
||||
{ name: "Team", id: "/meet-the-team" },
|
||||
{ name: "Contact", id: "/" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardOne
|
||||
title="Meet Our Team"
|
||||
description="Get to know the talented professionals behind PrimeSignal who are dedicated to bringing your vision to life."
|
||||
tag="Our Team"
|
||||
tagIcon={MessageSquare}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Alex Morgan", role: "Creative Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUdoegWOUpUgj0Yn66lSceHx8G/professional-headshot-of-a-business-owne-1772651490341-54fa1f0a.png?_wi=2", imageAlt: "Alex Morgan"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Jordan Lee", role: "Lead Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUdoegWOUpUgj0Yn66lSceHx8G/professional-headshot-of-a-female-busine-1772651490390-7b9ef09d.png?_wi=2", imageAlt: "Jordan Lee"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Casey Rivera", role: "UX/UI Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUdoegWOUpUgj0Yn66lSceHx8G/professional-headshot-of-a-business-owne-1772651490524-72a92781.png?_wi=2", imageAlt: "Casey Rivera"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Taylor Kim", role: "Project Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUdoegWOUpUgj0Yn66lSceHx8G/professional-headshot-of-a-female-entrep-1772651489974-d77adb76.png?_wi=2", imageAlt: "Taylor Kim"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Morgan Chen", role: "SEO Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUdoegWOUpUgj0Yn66lSceHx8G/professional-headshot-of-a-male-business-1772651489944-9d0d28df.png?_wi=2", imageAlt: "Morgan Chen"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Sam Patterson", role: "Conversion Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUdoegWOUpUgj0Yn66lSceHx8G/professional-headshot-of-a-female-busine-1772651491205-5f9f1d53.png?_wi=2", imageAlt: "Sam Patterson"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Ready to Work With Us?"
|
||||
tagIcon={Rocket}
|
||||
title="Let's Build Something Amazing Together"
|
||||
description="Our team is passionate about creating exceptional websites that drive real results. Schedule a free consultation to discuss your project and meet our team."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Get Your Free Consultation", href: "https://calendly.com" },
|
||||
{ text: "Back to Home", href: "/" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="PrimeSignal"
|
||||
copyrightText="© 2025 PrimeSignal. Premium websites for local businesses."
|
||||
socialLinks={[
|
||||
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "LinkedIn" },
|
||||
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" },
|
||||
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -33,6 +33,7 @@ export default function PrimeSignalPage() {
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Portfolio", id: "portfolio" },
|
||||
{ name: "Why Us", id: "why-primesignal" },
|
||||
{ name: "Team", id: "/meet-the-team" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
/>
|
||||
@@ -173,17 +174,17 @@ export default function PrimeSignalPage() {
|
||||
speed={40}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Johnson", handle: "@roofingtx", testimonial: "PrimeSignal completely transformed our business. Our new website is stunning and we've seen a 300% increase in qualified leads within the first three months. Best investment we've ever made.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUdoegWOUpUgj0Yn66lSceHx8G/professional-headshot-of-a-business-owne-1772651490341-54fa1f0a.png", imageAlt: "Marcus Johnson"},
|
||||
id: "1", name: "Marcus Johnson", handle: "@roofingtx", testimonial: "PrimeSignal completely transformed our business. Our new website is stunning and we've seen a 300% increase in qualified leads within the first three months. Best investment we've ever made.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUdoegWOUpUgj0Yn66lSceHx8G/professional-headshot-of-a-business-owne-1772651490341-54fa1f0a.png?_wi=1", imageAlt: "Marcus Johnson"},
|
||||
{
|
||||
id: "2", name: "Sarah Chen", handle: "Landscaping Pro", testimonial: "From initial consultation to launch, the PrimeSignal team was incredibly professional. Our site loads faster, looks incredible, and most importantly, it converts. Highly recommend them to any business owner.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUdoegWOUpUgj0Yn66lSceHx8G/professional-headshot-of-a-female-busine-1772651490390-7b9ef09d.png", imageAlt: "Sarah Chen"},
|
||||
id: "2", name: "Sarah Chen", handle: "Landscaping Pro", testimonial: "From initial consultation to launch, the PrimeSignal team was incredibly professional. Our site loads faster, looks incredible, and most importantly, it converts. Highly recommend them to any business owner.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUdoegWOUpUgj0Yn66lSceHx8G/professional-headshot-of-a-female-busine-1772651490390-7b9ef09d.png?_wi=1", imageAlt: "Sarah Chen"},
|
||||
{
|
||||
id: "3", name: "David Martinez", handle: "Martinez Plumbing", testimonial: "We had an old website that was costing us business. PrimeSignal redesigned everything and made it mobile-friendly. Our phone now rings constantly with new customers. Worth every penny.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUdoegWOUpUgj0Yn66lSceHx8G/professional-headshot-of-a-business-owne-1772651490524-72a92781.png", imageAlt: "David Martinez"},
|
||||
id: "3", name: "David Martinez", handle: "Martinez Plumbing", testimonial: "We had an old website that was costing us business. PrimeSignal redesigned everything and made it mobile-friendly. Our phone now rings constantly with new customers. Worth every penny.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUdoegWOUpUgj0Yn66lSceHx8G/professional-headshot-of-a-business-owne-1772651490524-72a92781.png?_wi=1", imageAlt: "David Martinez"},
|
||||
{
|
||||
id: "4", name: "Jennifer Williams", handle: "Williams HVAC", testimonial: "The premium design and attention to detail is unmatched. PrimeSignal didn't just build us a website—they built us a lead-generating machine. Our business has never been better.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUdoegWOUpUgj0Yn66lSceHx8G/professional-headshot-of-a-female-entrep-1772651489974-d77adb76.png", imageAlt: "Jennifer Williams"},
|
||||
id: "4", name: "Jennifer Williams", handle: "Williams HVAC", testimonial: "The premium design and attention to detail is unmatched. PrimeSignal didn't just build us a website—they built us a lead-generating machine. Our business has never been better.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUdoegWOUpUgj0Yn66lSceHx8G/professional-headshot-of-a-female-entrep-1772651489974-d77adb76.png?_wi=1", imageAlt: "Jennifer Williams"},
|
||||
{
|
||||
id: "5", name: "Robert Thompson", handle: "Thompson Electric", testimonial: "I was skeptical about website ROI until I worked with PrimeSignal. The results speak for themselves: more traffic, more calls, more customers. They truly understand how to build websites that convert.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUdoegWOUpUgj0Yn66lSceHx8G/professional-headshot-of-a-male-business-1772651489944-9d0d28df.png", imageAlt: "Robert Thompson"},
|
||||
id: "5", name: "Robert Thompson", handle: "Thompson Electric", testimonial: "I was skeptical about website ROI until I worked with PrimeSignal. The results speak for themselves: more traffic, more calls, more customers. They truly understand how to build websites that convert.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUdoegWOUpUgj0Yn66lSceHx8G/professional-headshot-of-a-male-business-1772651489944-9d0d28df.png?_wi=1", imageAlt: "Robert Thompson"},
|
||||
{
|
||||
id: "6", name: "Michelle Anderson", handle: "Anderson Design Studio", testimonial: "What impressed me most was how PrimeSignal listened to our goals and delivered beyond expectations. Our new website perfectly represents our brand and has completely changed how we attract clients.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUdoegWOUpUgj0Yn66lSceHx8G/professional-headshot-of-a-female-busine-1772651491205-5f9f1d53.png", imageAlt: "Michelle Anderson"},
|
||||
id: "6", name: "Michelle Anderson", handle: "Anderson Design Studio", testimonial: "What impressed me most was how PrimeSignal listened to our goals and delivered beyond expectations. Our new website perfectly represents our brand and has completely changed how we attract clients.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUdoegWOUpUgj0Yn66lSceHx8G/professional-headshot-of-a-female-busine-1772651491205-5f9f1d53.png?_wi=1", imageAlt: "Michelle Anderson"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user