Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ca26c37d0 | |||
| ed0731871b | |||
| 0ed9a1617f | |||
| 97f4103267 | |||
| 2a6bdd170b | |||
| 4b61a6cb09 | |||
| c284ca2879 |
@@ -1,15 +1,15 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
import HeroSplit from "@/components/sections/hero/HeroSplit";
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||||
import { Sparkles, Award, Lightbulb, Zap, Heart, Trophy, Layout, Smartphone, BarChart, Palette, Cog, Images, Mail, Star } from 'lucide-react';
|
import { Sparkles, Award, Lightbulb, Zap, Heart, Trophy, Layout, Smartphone, BarChart, Palette, Cog, Images, Mail, Star } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "glowing-orb" }}
|
background={{ variant: "glowing-orb" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Your Project", href: "contact" },
|
{ text: "Get Your Free Design Audit", href: "contact" },
|
||||||
{ text: "View Our Work", href: "services" }
|
{ text: "View Our Work", href: "services" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user