Update src/app/shop/page.tsx
This commit is contained in:
@@ -28,31 +28,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "shop",
|
||||
href: "/shop",
|
||||
},
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Kings Arts"
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/shop",
|
||||
}}
|
||||
text: "Shop Now", href: "/shop"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -61,69 +47,29 @@ export default function LandingPage() {
|
||||
layout="section"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Painting",
|
||||
name: "Vibrant Abstract Canvas",
|
||||
price: "$120.00",
|
||||
rating: 5,
|
||||
reviewCount: "42 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/frame-reflected-desk_1203-260.jpg?_wi=2",
|
||||
imageAlt: "Colorful abstract painting on canvas",
|
||||
},
|
||||
id: "1", category: "Painting", name: "Vibrant Abstract Canvas", price: "$120.00", rating: 5,
|
||||
reviewCount: "42 reviews", imageSrc: "http://img.b2bpic.net/free-photo/frame-reflected-desk_1203-260.jpg", imageAlt: "Colorful abstract painting on canvas"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Sculpture",
|
||||
name: "Modern Ceramic Sculpture",
|
||||
price: "$280.00",
|
||||
rating: 4,
|
||||
reviewCount: "18 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-abstract-art-cover-collection_23-2148972447.jpg?_wi=2",
|
||||
imageAlt: "Abstract ceramic sculpture",
|
||||
},
|
||||
id: "2", category: "Sculpture", name: "Modern Ceramic Sculpture", price: "$280.00", rating: 4,
|
||||
reviewCount: "18 reviews", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-abstract-art-cover-collection_23-2148972447.jpg", imageAlt: "Abstract ceramic sculpture"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Prints",
|
||||
name: "Serene Landscape Print",
|
||||
price: "$65.00",
|
||||
rating: 5,
|
||||
reviewCount: "30 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/painter-works-with-finger-painting-technique-her-latest-artwork-piece_482257-124724.jpg?_wi=2",
|
||||
imageAlt: "Limited edition fine art print",
|
||||
},
|
||||
id: "3", category: "Prints", name: "Serene Landscape Print", price: "$65.00", rating: 5,
|
||||
reviewCount: "30 reviews", imageSrc: "http://img.b2bpic.net/free-photo/painter-works-with-finger-painting-technique-her-latest-artwork-piece_482257-124724.jpg", imageAlt: "Limited edition fine art print"},
|
||||
{
|
||||
id: "4",
|
||||
category: "Supplies",
|
||||
name: "Premium Acrylic Set",
|
||||
price: "$45.99",
|
||||
rating: 4,
|
||||
reviewCount: "55 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-paint-pencils_23-2148662973.jpg?_wi=1",
|
||||
imageAlt: "Set of premium acrylic paints",
|
||||
},
|
||||
id: "4", category: "Supplies", name: "Premium Acrylic Set", price: "$45.99", rating: 4,
|
||||
reviewCount: "55 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-paint-pencils_23-2148662973.jpg", imageAlt: "Set of premium acrylic paints"},
|
||||
]}
|
||||
searchPlaceholder="Search for art supplies or original pieces..."
|
||||
filters={[
|
||||
{
|
||||
label: "Category",
|
||||
options: [
|
||||
"All",
|
||||
"Painting",
|
||||
"Sculpture",
|
||||
"Prints",
|
||||
"Supplies",
|
||||
],
|
||||
selected: "All",
|
||||
label: "Category", options: [
|
||||
"All", "Painting", "Sculpture", "Prints", "Supplies"],
|
||||
selected: "All", onChange: () => {},
|
||||
},
|
||||
{
|
||||
label: "Medium",
|
||||
options: [
|
||||
"All",
|
||||
"Acrylic",
|
||||
"Oil",
|
||||
"Watercolor",
|
||||
"Ceramic",
|
||||
],
|
||||
selected: "All",
|
||||
label: "Medium", options: [
|
||||
"All", "Acrylic", "Oil", "Watercolor", "Ceramic"],
|
||||
selected: "All", onChange: () => {},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -136,29 +82,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Curated Collections",
|
||||
description: "Explore hand-picked artworks and supplies from talented artists worldwide.",
|
||||
tag: "Quality",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-vase_23-2148986269.jpg?_wi=2",
|
||||
imageAlt: "Sculpture modern abstract art studio",
|
||||
},
|
||||
id: "1", title: "Curated Collections", description: "Explore hand-picked artworks and supplies from talented artists worldwide.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-vase_23-2148986269.jpg", imageAlt: "Sculpture modern abstract art studio"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Expert Advice",
|
||||
description: "Our knowledgeable team provides personalized recommendations and support.",
|
||||
tag: "Guidance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-painter_8353-11006.jpg?_wi=2",
|
||||
imageAlt: "Art workshop painting class students",
|
||||
},
|
||||
id: "2", title: "Expert Advice", description: "Our knowledgeable team provides personalized recommendations and support.", tag: "Guidance", imageSrc: "http://img.b2bpic.net/free-photo/happy-painter_8353-11006.jpg", imageAlt: "Art workshop painting class students"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Community Support",
|
||||
description: "Join workshops, events, and connect with fellow art enthusiasts.",
|
||||
tag: "Connect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-red-hanging-art-pictures_1398-1920.jpg?_wi=2",
|
||||
imageAlt: "Watercolor painting landscape serene view",
|
||||
},
|
||||
id: "3", title: "Community Support", description: "Join workshops, events, and connect with fellow art enthusiasts.", tag: "Connect", imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-red-hanging-art-pictures_1398-1920.jpg", imageAlt: "Watercolor painting landscape serene view"},
|
||||
]}
|
||||
title="Why Shop at Kings Arts?"
|
||||
description="Discover the difference that quality and passion make. We're more than just a store; we're a community dedicated to your creative journey."
|
||||
@@ -172,41 +100,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sophia R.",
|
||||
handle: "@artful_sophia",
|
||||
testimonial: "Kings Arts is my go-to for all my painting needs! The quality of their canvases and pigments is unmatched, and I always find unique pieces to inspire me.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confused-superwoman-with-red-cape-optical-glasses-stands-sideways-putting-hand-chin-isolated-orange-wall_141793-95619.jpg?_wi=2",
|
||||
imageAlt: "Sophia R. smiling",
|
||||
},
|
||||
id: "1", name: "Sophia R.", handle: "@artful_sophia", testimonial: "Kings Arts is my go-to for all my painting needs! The quality of their canvases and pigments is unmatched, and I always find unique pieces to inspire me.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confused-superwoman-with-red-cape-optical-glasses-stands-sideways-putting-hand-chin-isolated-orange-wall_141793-95619.jpg", imageAlt: "Sophia R. smiling"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus L.",
|
||||
handle: "@marcus_creates",
|
||||
testimonial: "The staff here are incredibly knowledgeable and passionate. They helped me find the perfect set of brushes for my new project, making a huge difference in my workflow.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-smiling-cheerfully-pointin-with-thumbs-back_141793-55345.jpg?_wi=2",
|
||||
imageAlt: "Marcus L. in a studio",
|
||||
},
|
||||
id: "2", name: "Marcus L.", handle: "@marcus_creates", testimonial: "The staff here are incredibly knowledgeable and passionate. They helped me find the perfect set of brushes for my new project, making a huge difference in my workflow.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-smiling-cheerfully-pointin-with-thumbs-back_141793-55345.jpg", imageAlt: "Marcus L. in a studio"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena P.",
|
||||
handle: "@elena_sketches",
|
||||
testimonial: "I love the variety of art prints available. I've found so many beautiful pieces that fit perfectly into my home decor. The online shopping experience is seamless too!",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unknown-young-man-posing-front-view_23-2149417576.jpg?_wi=2",
|
||||
imageAlt: "Elena P. smiling happily",
|
||||
},
|
||||
id: "3", name: "Elena P.", handle: "@elena_sketches", testimonial: "I love the variety of art prints available. I've found so many beautiful pieces that fit perfectly into my home decor. The online shopping experience is seamless too!", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unknown-young-man-posing-front-view_23-2149417576.jpg", imageAlt: "Elena P. smiling happily"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "@davidk_art",
|
||||
testimonial: "Attended a workshop last month and it was fantastic! The instructor was brilliant, and I learned new techniques that have significantly improved my artwork.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-painting-with-acrylics_23-2148854549.jpg?_wi=2",
|
||||
imageAlt: "David K. painting",
|
||||
},
|
||||
id: "4", name: "David K.", handle: "@davidk_art", testimonial: "Attended a workshop last month and it was fantastic! The instructor was brilliant, and I learned new techniques that have significantly improved my artwork.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-painting-with-acrylics_23-2148854549.jpg", imageAlt: "David K. painting"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Hear From Our Creative Community"
|
||||
@@ -218,20 +122,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Questions About Our Products?"
|
||||
title="Our Team Is Here to Help"
|
||||
description="Don't hesitate to reach out if you need assistance with product selection, order details, or any artistic advice."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Support", href: "/contact"},
|
||||
{
|
||||
text: "Explore FAQs",
|
||||
href: "/contact#faq",
|
||||
},
|
||||
text: "Explore FAQs", href: "/contact#faq"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -240,62 +139,37 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "Paintings",
|
||||
href: "/shop",
|
||||
},
|
||||
label: "Paintings", href: "/shop"},
|
||||
{
|
||||
label: "Sculptures",
|
||||
href: "/shop",
|
||||
},
|
||||
label: "Sculptures", href: "/shop"},
|
||||
{
|
||||
label: "Art Supplies",
|
||||
href: "/shop",
|
||||
},
|
||||
label: "Art Supplies", href: "/shop"},
|
||||
{
|
||||
label: "Prints",
|
||||
href: "/shop",
|
||||
},
|
||||
label: "Prints", href: "/shop"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Our Story", href: "/about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Our Team", href: "/about"},
|
||||
{
|
||||
label: "Workshops",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Workshops", href: "/about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/contact#faq",
|
||||
},
|
||||
label: "FAQ", href: "/contact#faq"},
|
||||
{
|
||||
label: "Shipping",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping", href: "#"},
|
||||
{
|
||||
label: "Returns",
|
||||
href: "#",
|
||||
},
|
||||
label: "Returns", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user