Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 536570a6e4 | |||
| 28caa9fadb | |||
| c0e48afd60 |
@@ -10,7 +10,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar
|
|||||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||||
import { Youtube, MessageCircle, Facebook, Instagram, BookOpen, Users, Award } from "lucide-react";
|
import { Youtube, MessageCircle, Facebook, Instagram, BookOpen, Users, Award, Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
@@ -84,7 +84,7 @@ export default function HomePage() {
|
|||||||
title="Featured Sewing Tutorials"
|
title="Featured Sewing Tutorials"
|
||||||
description="Learn essential sewing and tailoring skills through our comprehensive, step-by-step video guides and tutorials designed for beginners."
|
description="Learn essential sewing and tailoring skills through our comprehensive, step-by-step video guides and tutorials designed for beginners."
|
||||||
tag="Popular Guides"
|
tag="Popular Guides"
|
||||||
tagIcon={undefined}
|
tagIcon={Zap}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Sewing Machine Basics", description:
|
title: "Sewing Machine Basics", description:
|
||||||
|
|||||||
Reference in New Issue
Block a user