Merge version_2 into main #4
@@ -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", 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", 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", 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", 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", 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", 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" },
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user