Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Briefcase, Crop, Crown, Droplet, Feather, Ruler, Scissors, Sparkles, Star, Users, Brush, Razor } from "lucide-react";
|
||||
import { Briefcase, Crop, Crown, Droplet, Feather, Ruler, Scissors, Sparkles, Star, Users, Brush } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -135,7 +135,7 @@ export default function LandingPage() {
|
||||
icon: Droplet,
|
||||
text: "Warm Towel Treatment"},
|
||||
{
|
||||
icon: Razor,
|
||||
icon: Scissors, /* Replaced Razor with Scissors as Razor is not exported by lucide-react */
|
||||
text: "Precision Straight Razor"},
|
||||
{
|
||||
icon: Droplet,
|
||||
|
||||
Reference in New Issue
Block a user