5 Commits

Author SHA1 Message Date
1b23eb0c6a Merge version_4 into main
Merge version_4 into main
2026-03-03 10:58:12 +00:00
ed8a27480b Update src/app/page.tsx 2026-03-03 10:58:05 +00:00
bf66774b39 Merge version_4 into main
Merge version_4 into main
2026-03-03 10:57:30 +00:00
53b0e44276 Update src/app/page.tsx 2026-03-03 10:57:26 +00:00
0c227406a1 Merge version_3 into main
Merge version_3 into main
2026-03-03 10:26:47 +00:00

View File

@@ -10,17 +10,8 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import ContactText from "@/components/sections/contact/ContactText";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Sparkles, Briefcase, Award } from "lucide-react";
import Link from "next/link";
export default function HomePage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Work", id: "/work" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Contact", id: "/contact" },
];
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
@@ -107,15 +98,15 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
id: "branding", label: "Branding", title: "Complete Brand Identity Systems that Establish Market Authority", items: [
id: "branding", label: "Branding", title: "Build Market Authority with Complete Brand Identity Systems", items: [
"Logo design and mark systems", "Brand guidelines and documentation", "Visual identity frameworks", "Color and typography systems"],
},
{
id: "design", label: "Design", title: "Strategic Visual Communication that Drives Audience Engagement", items: [
id: "design", label: "Design", title: "Drive Audience Engagement with Strategic Visual Communication", items: [
"Packaging design", "Marketing collateral", "Environmental design", "Print and digital design"],
},
{
id: "direction", label: "Direction", title: "Creative Direction & Strategy that Accelerates Brand Growth", items: [
id: "direction", label: "Direction", title: "Accelerate Brand Growth through Creative Direction & Strategy", items: [
"Campaign strategy and development", "Art direction", "Brand positioning", "Creative consulting"],
},
]}