2 Commits

Author SHA1 Message Date
f7c1099dff Switch to version 1: modified src/app/page.tsx 2026-03-07 11:08:17 +00:00
995adb588d Merge version_3 into main
Merge version_3 into main
2026-03-07 11:07:24 +00:00

View File

@@ -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" },