Merge version_1 into main #2
@@ -1,14 +1,14 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
|
||||
import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree";
|
||||
import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
|
||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Sparkles, Award, Briefcase, Palette, Package, Monitor, Zap, Lightbulb, Target, TrendingUp, User, HelpCircle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
tag="Graphic Designer"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/eid-tea-cup-front-side_187299-9592.jpg", imageAlt: "Portfolio project one"},
|
||||
@@ -162,7 +162,7 @@ export default function LandingPage() {
|
||||
title: "Continuous Learning", description: "Staying ahead of design trends and tools ensures I deliver modern, innovative solutions that keep your brand competitive.", icon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/women-working-office-together_23-2147651543.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/women-working-office-together_23-2147651543.jpg"
|
||||
imageAlt="About Me - Designer at work"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -220,7 +220,7 @@ export default function LandingPage() {
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/women-working-office-together_23-2147651543.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/women-working-office-together_23-2147651543.jpg"
|
||||
imageAlt="Contact - Design studio workspace"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user