Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
|||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import { Building, CalendarCheck, Droplets, Home, Leaf, ShieldCheck, Sparkles, Sun, Wrench, Shutter, Flower, Bug } from "lucide-react";
|
import { Building, CalendarCheck, Droplets, Home, Leaf, ShieldCheck, Sparkles, Sun, Wrench, Flower, Bug, Window } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -107,7 +107,7 @@ export default function LandingPage() {
|
|||||||
icon: Home,
|
icon: Home,
|
||||||
text: "Interior & Exterior"},
|
text: "Interior & Exterior"},
|
||||||
{
|
{
|
||||||
icon: Shutter,
|
icon: Window,
|
||||||
text: "All Window Types"},
|
text: "All Window Types"},
|
||||||
{
|
{
|
||||||
icon: ShieldCheck,
|
icon: ShieldCheck,
|
||||||
|
|||||||
Reference in New Issue
Block a user