Merge version_3 into main #3
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Plus } from "lucide-react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
@@ -44,7 +45,7 @@ export default function LandingPage() {
|
||||
<HeroOverlay
|
||||
title="TEEjay MEDIA"
|
||||
description="Professional printing services for premium posters and custom bags. Designed by Lorenzo Mainza."
|
||||
buttons={[{ text: "Get Started", href: "#contact" }]}
|
||||
buttons={[{ text: "Post Design", onClick: () => console.log('3D Preview Modal Opened') }, { text: "Get Started", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17172.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user