Update src/app/page.tsx

This commit is contained in:
2026-03-22 09:11:24 +00:00
parent 57c5da1d48
commit d51dcabb46

View File

@@ -1,6 +1,6 @@
"use client";
import { Award, Heart, Phone, ShoppingBag, Sparkles, Needle, Crown, Shield } from "lucide-react";
import { Award, Heart, Phone, ShoppingBag, Sparkles, Crown, Shield } from "lucide-react";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
@@ -84,7 +84,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
icon: Needle,
icon: Phone,
title: "Custom Tailoring", description: "Expert tailoring services to ensure perfect fit and personalized designs for every occasion."
},
{