Update src/app/page.tsx
This commit is contained in:
@@ -8,7 +8,7 @@ import FeatureBento from "@/components/sections/feature/FeatureBento";
|
||||
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import { Sparkles, Play, Lightbulb, Target, Zap, Palette, CheckCircle, Trophy, Calendar } from "lucide-react";
|
||||
import { Sparkles, Play, Lightbulb, Target, Zap, Palette, CheckCircle, Trophy, Calendar, Award } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -18,17 +18,17 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="large"
|
||||
background="noise"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="layered"
|
||||
background="none"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="Your Name"
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "About", id: "video-intro" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Work", id: "work" },
|
||||
{ name: "Book a Call", id: "booking" },
|
||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
||||
tagIcon={Play}
|
||||
title="Brief Video Introduction"
|
||||
description="Watch me present my core services and areas of expertise. This 2-minute overview covers my approach to delivering exceptional results for creative and strategic projects."
|
||||
videoSrc="http://img.b2bpic.net/free-photo/content-creator-films-smartphone-review_482257-81580.jpg"
|
||||
videoSrc="https://commondatastorage.googleapis.com/gtv-videos-library/sample/BigBuckBunny.mp4"
|
||||
videoAriaLabel="Freelancer service introduction video"
|
||||
metrics={[
|
||||
{ value: "10+", title: "Years of Experience" },
|
||||
|
||||
Reference in New Issue
Block a user