Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f7c1099dff | |||
| 995adb588d |
@@ -9,7 +9,7 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
||||
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { Sparkles, Award, TrendingUp, Star, Phone, Mail, MapPin, Clock } from "lucide-react";
|
||||
import { Sparkles, Award, TrendingUp, Star, Phone } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -170,7 +170,7 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Home", href: "#" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
|
||||
Reference in New Issue
Block a user