diff --git a/src/app/page.tsx b/src/app/page.tsx
index 28ce4e8..6b6db65 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,15 +3,16 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
-import FaqDouble from '@/components/sections/faq/FaqDouble';
-import FooterMedia from '@/components/sections/footer/FooterMedia';
+import FaqBase from '@/components/sections/faq/FaqBase';
+import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
-import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
+import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
-import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
+import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
+import { Heart, Star, Sparkles, Zap, ShieldCheck } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,22 +32,10 @@ export default function LandingPage() {
@@ -56,37 +45,11 @@ export default function LandingPage() {
@@ -99,18 +62,9 @@ export default function LandingPage() {
title="Crafting Joy, One Page at a Time"
description="We specialize in high-quality digital downloads designed to inspire creativity, organization, and fun. Every template is crafted with love, ready for you to download and enjoy today."
bulletPoints={[
- {
- title: "Artisanal Design",
- description: "Hand-crafted layouts tailored for aesthetics and usability.",
- },
- {
- title: "Instant Download",
- description: "Get your products immediately after purchase via Etsy.",
- },
- {
- title: "Family Friendly",
- description: "Activities for kids and drawing books for all ages.",
- },
+ { title: "Artisanal Design", description: "Hand-crafted layouts tailored for aesthetics and usability.", icon: Heart },
+ { title: "Instant Download", description: "Get your products immediately after purchase via Etsy.", icon: Zap },
+ { title: "Family Friendly", description: "Activities for kids and drawing books for all ages.", icon: Star },
]}
imageSrc="http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164872.jpg"
mediaAnimation="slide-up"
@@ -124,42 +78,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Daily Planner Journal",
- price: "$9.99",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-overloaded-bullet-journal_23-2150168636.jpg",
- },
- {
- id: "p2",
- name: "Healthy Recipe Book",
- price: "$12.99",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-book-still-life-concept_23-2149056018.jpg",
- },
- {
- id: "p3",
- name: "Zen Adult Coloring",
- price: "$7.99",
- imageSrc: "http://img.b2bpic.net/free-photo/line-art-mandala-illustration_23-2151800213.jpg",
- },
- {
- id: "p4",
- name: "Kids Alphabet Set",
- price: "$5.99",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-child-tutor-learning-about-numbers-letters_23-2148524549.jpg",
- },
- {
- id: "p5",
- name: "Maze & Puzzle Book",
- price: "$6.99",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9j8m3h",
- },
- {
- id: "p6",
- name: "Self-Care Workbook",
- price: "$8.99",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-arrangement-with-glasses_23-2149046719.jpg",
- },
+ { id: "p1", name: "Daily Planner Journal", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-overloaded-bullet-journal_23-2150168636.jpg" },
+ { id: "p2", name: "Healthy Recipe Book", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-book-still-life-concept_23-2149056018.jpg" },
+ { id: "p3", name: "Zen Adult Coloring", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/line-art-mandala-illustration_23-2151800213.jpg" },
]}
title="Shop Our Digital Collection"
description="Browse our latest journals, recipes, and coloring books."
@@ -167,88 +88,37 @@ export default function LandingPage() {
-
-
@@ -256,98 +126,44 @@ export default function LandingPage() {
-