Merge version_1_1781434594108 into main #2
@@ -5,7 +5,6 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent
|
||||
import FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCards';
|
||||
import HeroBrand from '@/components/sections/hero/HeroBrand';
|
||||
import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards';
|
||||
import { CheckCircle, Smile, Star } from "lucide-react";
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -16,10 +15,8 @@ export default function HomePage() {
|
||||
<HeroBrand
|
||||
brand="Kawaii Coloring Book"
|
||||
description="Unlock your creativity with our aesthetic and fun-to-color doodle books. Perfect for kids and adults alike."
|
||||
primaryButton={{
|
||||
text: "Shop Now", href: "#products"}}
|
||||
secondaryButton={{
|
||||
text: "Learn More", href: "#about"}}
|
||||
primaryButton={{ text: "Shop Now", href: "#products" }}
|
||||
secondaryButton={{ text: "Learn More", href: "#about" }}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/mother-son-cooking_1411-94.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -32,12 +29,9 @@ export default function HomePage() {
|
||||
title="Creative, Aesthetic, and Fun Designs"
|
||||
description="We are dedicated to providing the most creative coloring books in the market. Each page is designed with care to ensure a smooth, professional, and joyful coloring experience for everyone."
|
||||
items={[
|
||||
{
|
||||
icon: "Star", title: "Unique Designs", description: "Every page features a unique kawaii-inspired illustration."},
|
||||
{
|
||||
icon: "CheckCircle", title: "High Quality", description: "10/10 page quality and crystal clear professional prints."},
|
||||
{
|
||||
icon: "Smile", title: "For Everyone", description: "Fun and engaging for both kids and adults."},
|
||||
{ icon: "Star", title: "Unique Designs", description: "Every page features a unique kawaii-inspired illustration." },
|
||||
{ icon: "CheckCircle", title: "High Quality", description: "10/10 page quality and crystal clear professional prints." },
|
||||
{ icon: "Smile", title: "For Everyone", description: "Fun and engaging for both kids and adults." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/young-person-with-hobbies-interests-illustrated_23-2148880577.jpg"
|
||||
/>
|
||||
@@ -72,7 +66,7 @@ export default function HomePage() {
|
||||
items={[
|
||||
{ title: "Smooth Communication", description: "We pride ourselves on our 10/10 customer communication.", imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=hl6og2" },
|
||||
{ title: "High Print Quality", description: "Crisp prints for a premium coloring experience.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-coloring-page-illustration_52683-157383.jpg" },
|
||||
{ title: "Highly Recommended", description: "Loved by local guides and coloring enthusiasts.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fantasy-landscape_23-2151890259.jpg" },
|
||||
{ title: "Highly Recommended", description: "Loved by local guides and coloring enthusiasts.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fantasy-landscape_23-2151890259.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -89,7 +83,7 @@ export default function HomePage() {
|
||||
{ name: "Asma Malik", role: "Fan", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-brunet-darkskinned-man-orange-jacket-beige-shorts-smiles-sincerely-shows-peace-sign-outside_197531-28753.jpg" },
|
||||
{ name: "Mirza Ammar", role: "Supporter", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg" },
|
||||
{ name: "Ayesha Shahbaz", role: "Enthusiast", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/brunette-painter-posing-with-canvas-brush-gray-wall_114579-47171.jpg" },
|
||||
{ name: "Mustafa Garmanri", role: "Colorist", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-painter-desk-joyfully-choosing-paint-brush-with-big-pattern-canvas-background-home_574295-3722.jpg" },
|
||||
{ name: "Mustafa Garmanri", role: "Colorist", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-painter-desk-joyfully-choosing-paint-brush-with-big-pattern-canvas-background-home_574295-3722.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -105,7 +99,7 @@ export default function HomePage() {
|
||||
{ question: "Are these books suitable for adults?", answer: "Yes, our designs are creative and detailed enough for adults to enjoy too." },
|
||||
{ question: "How is the print quality?", answer: "Our customers consistently rate our print quality 10/10." },
|
||||
{ question: "Can I reach you easily?", answer: "Absolutely, we are proud of our professional and friendly communication." },
|
||||
{ question: "Are these available for shipping?", answer: "Yes, please contact us via our provided phone number to place your order." },
|
||||
{ question: "Are these available for shipping?", answer: "Yes, please contact us via our provided phone number to place your order." }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
|
||||
Reference in New Issue
Block a user