Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
|||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
import { Award, Droplet, Feather, GraduationCap, Lightbulb, Palette, Scissors, Sparkle, Sparkles, Star, HairDryer, Hand, Brush } from "lucide-react";
|
import { Award, Droplet, Feather, GraduationCap, Lightbulb, Palette, Scissors, Sparkle, Sparkles, Star, Hand, Brush, Hair } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
|||||||
icon: Scissors,
|
icon: Scissors,
|
||||||
text: "Hair Colouring & Highlighting"},
|
text: "Hair Colouring & Highlighting"},
|
||||||
{
|
{
|
||||||
icon: HairDryer,
|
icon: Hair,
|
||||||
text: "Hairstyling & Extensions"},
|
text: "Hairstyling & Extensions"},
|
||||||
{
|
{
|
||||||
icon: Droplet,
|
icon: Droplet,
|
||||||
|
|||||||
Reference in New Issue
Block a user