Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { BookOpen, Facebook, Instagram, Leaf, MessageSquare, Palette, Sparkles, Brush, Shapes, SpellCheck, TreeDeciduous, Trampoline } from "lucide-react";
|
||||
import { BookOpen, Facebook, Instagram, Leaf, MessageSquare, Palette, Sparkles, Brush, Shapes, SpellCheck, TreeDeciduous, Play } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -139,7 +139,7 @@ export default function LandingPage() {
|
||||
icon: TreeDeciduous,
|
||||
text: "Nature Walks"},
|
||||
{
|
||||
icon: Trampoline,
|
||||
icon: Play,
|
||||
text: "Active Playground"},
|
||||
{
|
||||
icon: Leaf,
|
||||
|
||||
Reference in New Issue
Block a user