Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Sparkles, Mail, CheckCircle } from "lucide-react";
|
||||
import { Mail, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -79,6 +79,7 @@ export default function LandingPage() {
|
||||
cardTag="Feedback"
|
||||
cardTagIcon={CheckCircle}
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Creative Lead at Studio X", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-working-design-studio_23-2148405068.jpg" },
|
||||
{ id: "2", name: "Founder of TechHub", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-creative-workspace_23-2148405069.jpg" }
|
||||
@@ -96,6 +97,8 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/creative-tools-workspace_23-2148405062.jpg"
|
||||
description="Common questions."
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -107,6 +110,7 @@ export default function LandingPage() {
|
||||
description="Open for new projects and creative partnerships."
|
||||
buttons={[{ text: "Email me", href: "mailto:hello@ntcreations.com" }]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user