Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b23eb0c6a | |||
| ed8a27480b | |||
| bf66774b39 | |||
| 53b0e44276 | |||
| 0c227406a1 |
@@ -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"],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user