Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
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, Cream, Trim } from "lucide-react";
|
||||
import { Briefcase, Crop, Crown, Droplet, Feather, Ruler, Scissors, Sparkles, Star, Users, Brush, Blade } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -135,10 +135,10 @@ export default function LandingPage() {
|
||||
icon: Droplet,
|
||||
text: "Warm Towel Treatment"},
|
||||
{
|
||||
icon: Razor,
|
||||
icon: Blade,
|
||||
text: "Precision Straight Razor"},
|
||||
{
|
||||
icon: Cream,
|
||||
icon: Droplet,
|
||||
text: "Soothing Aftershave Balm"},
|
||||
],
|
||||
reverse: true,
|
||||
@@ -148,7 +148,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-male-with-tattooed-arms-dressed-plaid-flannel-shirt-sits-chair-dark-grey-background_613910-16042.jpg", imageAlt: "Barber trimming a man's beard"},
|
||||
items: [
|
||||
{
|
||||
icon: Trim,
|
||||
icon: Scissors,
|
||||
text: "Custom Beard Shaping"},
|
||||
{
|
||||
icon: Feather,
|
||||
|
||||
Reference in New Issue
Block a user