diff --git a/src/app/page.tsx b/src/app/page.tsx
index c6a982c..203e24e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -59,42 +44,19 @@ export default function LandingPage() {
@@ -107,18 +69,9 @@ export default function LandingPage() {
title="A Touch of Color"
description="At CatAndBru, we believe art should be accessible and joyful. Whether you are looking for a unique greeting card for a birthday, or a vibrant poster to brighten up your home, we've got you covered. Each piece is crafted with care to add a special touch to your daily life."
bulletPoints={[
- {
- title: "Quality Assured",
- description: "High-quality prints, posters, and postcards.",
- },
- {
- title: "Digital & Printed",
- description: "Choose the format that works for your project.",
- },
- {
- title: "Custom Friendly",
- description: "We love creating bespoke art just for you.",
- },
+ { title: "Quality Assured", description: "High-quality prints, posters, and postcards." },
+ { title: "Digital & Printed", description: "Choose the format that works for your project." },
+ { title: "Custom Friendly", description: "We love creating bespoke art just for you." }
]}
imageSrc="http://img.b2bpic.net/free-photo/young-attractive-female-painter-wearing-casual-shirt-standing-her-workshop-looking-attentively-her-smartphone_273609-904.jpg"
imageAlt="The CatAndBru creative studio"
@@ -133,42 +86,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "1",
- name: "Birthday Joy Poster",
- price: "$15.00",
- imageSrc: "http://img.b2bpic.net/free-photo/flower-with-psychedelic-painting_23-2149372232.jpg",
- },
- {
- id: "2",
- name: "Anniversary Floral",
- price: "$8.00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-painting-elements-fram_23-2147961583.jpg",
- },
- {
- id: "3",
- name: "Abstract Geometric Print",
- price: "$25.00",
- imageSrc: "http://img.b2bpic.net/free-photo/purple-exotic-leaf-purple-vase_23-2149292983.jpg",
- },
- {
- id: "4",
- name: "Greeting Card Set",
- price: "$12.00",
- imageSrc: "http://img.b2bpic.net/free-photo/rose-easter-eggs-near-cans-with-dye-liquid_23-2148068482.jpg",
- },
- {
- id: "5",
- name: "Modern Art Canvas",
- price: "$45.00",
- imageSrc: "http://img.b2bpic.net/free-photo/flower-with-psychedelic-painting_23-2149372240.jpg",
- },
- {
- id: "6",
- name: "Watercolor Postcard",
- price: "$5.00",
- imageSrc: "http://img.b2bpic.net/free-photo/stack-invitations-yellow-background_23-2148252437.jpg",
- },
+ { id: "1", name: "Birthday Joy Poster", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/flower-with-psychedelic-painting_23-2149372232.jpg" },
+ { id: "2", name: "Anniversary Floral", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-painting-elements-fram_23-2147961583.jpg" },
+ { id: "3", name: "Abstract Geometric Print", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/purple-exotic-leaf-purple-vase_23-2149292983.jpg" },
+ { id: "4", name: "Greeting Card Set", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/rose-easter-eggs-near-cans-with-dye-liquid_23-2148068482.jpg" },
+ { id: "5", name: "Modern Art Canvas", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/flower-with-psychedelic-painting_23-2149372240.jpg" },
+ { id: "6", name: "Watercolor Postcard", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/stack-invitations-yellow-background_23-2148252437.jpg" }
]}
title="Our Creations"
description="Explore our curated collection of vibrant art prints, postcards, and home decor pieces."
@@ -179,49 +102,28 @@ export default function LandingPage() {
@@ -315,21 +167,9 @@ export default function LandingPage() {
@@ -359,31 +194,17 @@ export default function LandingPage() {
logoText="CatAndBru"
columns={[
{
- title: "Shop",
- items: [
- {
- label: "Products",
- href: "#products",
- },
- {
- label: "About",
- href: "#about",
- },
- ],
+ title: "Shop", items: [
+ { label: "Products", href: "#products" },
+ { label: "About", href: "#about" }
+ ]
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
- {
- label: "Terms",
- href: "#",
- },
- ],
- },
+ title: "Legal", items: [
+ { label: "Privacy Policy", href: "#" },
+ { label: "Terms", href: "#" }
+ ]
+ }
]}
copyrightText="© 2025 CatAndBru Shop"
/>