From 9b26b1da723589bce4917e88c5e77758d2fda0e1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:05:08 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 46 ++++++++---------------------------------- 1 file changed, 8 insertions(+), 38 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index dfe632a..e742d24 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,7 +3,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; -import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import FooterBase from "@/components/sections/footer/FooterBase"; export default function AboutPage() { @@ -24,10 +23,10 @@ export default function AboutPage() { -
- -
- @@ -66,11 +70,14 @@ export default function CatalogPage() { useInvertedBackground={true} products={[ { - id: "prod-5", name: "Premium Selection E", price: "$179.99", imageSrc: "http://img.b2bpic.net/free-photo/yellow-model-career-kit-arrangement_23-2150083956.jpg?_wi=4", imageAlt: "Premium selection E"}, + id: "prod-5", name: "Premium Selection E", price: "$179.99", imageSrc: "http://img.b2bpic.net/free-photo/yellow-model-career-kit-arrangement_23-2150083956.jpg?_wi=4", imageAlt: "Premium selection E" + }, { - id: "prod-6", name: "Signature Line F", price: "$219.99", imageSrc: "http://img.b2bpic.net/free-psd/cyber-monday-landing-page-template_23-2149839009.jpg?_wi=4", imageAlt: "Signature line F"}, + id: "prod-6", name: "Signature Line F", price: "$219.99", imageSrc: "http://img.b2bpic.net/free-psd/cyber-monday-landing-page-template_23-2149839009.jpg?_wi=4", imageAlt: "Signature line F" + }, { - id: "prod-7", name: "Exclusive Premium G", price: "$279.99", imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994248.jpg?_wi=5", imageAlt: "Exclusive premium G"}, + id: "prod-7", name: "Exclusive Premium G", price: "$279.99", imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994248.jpg?_wi=5", imageAlt: "Exclusive premium G" + }, ]} /> @@ -86,9 +93,11 @@ export default function CatalogPage() { useInvertedBackground={false} products={[ { - id: "prod-8", name: "Customer Favorite H", price: "$189.99", imageSrc: "http://img.b2bpic.net/free-photo/yellow-model-career-kit-arrangement_23-2150083956.jpg?_wi=5", imageAlt: "Customer favorite H"}, + id: "prod-8", name: "Customer Favorite H", price: "$189.99", imageSrc: "http://img.b2bpic.net/free-photo/yellow-model-career-kit-arrangement_23-2150083956.jpg?_wi=5", imageAlt: "Customer favorite H" + }, { - id: "prod-9", name: "Best Seller I", price: "$239.99", imageSrc: "http://img.b2bpic.net/free-psd/cyber-monday-landing-page-template_23-2149839009.jpg?_wi=5", imageAlt: "Best seller I"}, + id: "prod-9", name: "Best Seller I", price: "$239.99", imageSrc: "http://img.b2bpic.net/free-psd/cyber-monday-landing-page-template_23-2149839009.jpg?_wi=5", imageAlt: "Best seller I" + }, ]} /> @@ -100,26 +109,16 @@ export default function CatalogPage() { columns={[ { title: "Product", items: [ - { label: "Features", href: "/#features" }, { label: "Catalog", href: "/catalog" }, - { label: "Bulk Import", href: "#" }, + { label: "Features", href: "/about" }, { label: "Admin Dashboard", href: "/admin" }, ], }, - { - title: "Resources", items: [ - { label: "Documentation", href: "#" }, - { label: "API Reference", href: "#" }, - { label: "Guides", href: "#" }, - { label: "Support", href: "/contact" }, - ], - }, { title: "Company", items: [ { label: "About Us", href: "/about" }, - { label: "Blog", href: "#" }, - { label: "Careers", href: "#" }, - { label: "Contact", href: "/contact" }, + { label: "Contact Us", href: "/contact" }, + { label: "Support", href: "/contact" }, ], }, ]} -- 2.49.1 From db684b19325ea34159e9f64eff416a7976aaff0b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:05:08 +0000 Subject: [PATCH 3/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 78 ++++++++-------------------------------- 1 file changed, 14 insertions(+), 64 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2aa5365..0100b45 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,15 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FaqSplitText from "@/components/sections/faq/FaqSplitText"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBase from "@/components/sections/footer/FooterBase"; export default function ContactPage() { - const handleContactSubmit = (data: Record) => { - console.log("Contact form submitted:", data); - }; - return ( -
- + -
- -
- console.log("Contact email:", email)} />
@@ -91,26 +51,16 @@ export default function ContactPage() { columns={[ { title: "Product", items: [ - { label: "Features", href: "/#features" }, { label: "Catalog", href: "/catalog" }, - { label: "Bulk Import", href: "#" }, + { label: "Features", href: "/about" }, { label: "Admin Dashboard", href: "/admin" }, ], }, - { - title: "Resources", items: [ - { label: "Documentation", href: "#" }, - { label: "API Reference", href: "#" }, - { label: "Guides", href: "#" }, - { label: "Support", href: "/contact" }, - ], - }, { title: "Company", items: [ { label: "About Us", href: "/about" }, - { label: "Blog", href: "#" }, - { label: "Careers", href: "#" }, - { label: "Contact", href: "/contact" }, + { label: "Contact Us", href: "/contact" }, + { label: "Support", href: "/contact" }, ], }, ]} -- 2.49.1 From 1b61d7aedf6260b254509bcbc5e7f172eb76b672 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:05:09 +0000 Subject: [PATCH 4/5] Update src/app/layout.tsx --- src/app/layout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1f8437a..a9a5aea 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,11 +22,13 @@ const openSans = Open_Sans({ export const metadata: Metadata = { title: "CatalogOS | Professional Product Catalog Platform", description: "Image-first product catalog platform with admin dashboard, bulk image import, hierarchical organization, and optional e-commerce. Built for scale and designed for minimal aesthetics.", keywords: "product catalog, image gallery, admin dashboard, e-commerce, SaaS, bulk upload, inventory management", metadataBase: new URL("https://catalogos.io"), alternates: { - canonical: "https://catalogos.io"}, + canonical: "https://catalogos.io" + }, openGraph: { title: "CatalogOS - Product Catalog Platform", description: "Build and manage professional product catalogs with image browsing, admin controls, and e-commerce capabilities.", siteName: "CatalogOS", type: "website", images: [ { - url: "http://img.b2bpic.net/free-vector/ecommerce-email-template_52683-49444.jpg", alt: "CatalogOS Platform"}, + url: "http://img.b2bpic.net/free-vector/ecommerce-email-template_52683-49444.jpg", alt: "CatalogOS Platform" + }, ], }, twitter: { -- 2.49.1 From 95e125180dc7089f5f29676c904dc2e18de23d15 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:05:09 +0000 Subject: [PATCH 5/5] Update src/app/page.tsx --- src/app/page.tsx | 175 ++++++----------------------------------------- 1 file changed, 21 insertions(+), 154 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 839ac36..5cd12ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,13 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial"; -import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; -import ProductCardOne from "@/components/sections/product/ProductCardOne"; -import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; -import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; -import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; import FooterBase from "@/components/sections/footer/FooterBase"; -import Link from "next/link"; export default function HomePage() { return ( @@ -29,10 +23,10 @@ export default function HomePage() { -
- -
- -
- -
- -
- -
- -
- -
- -
- -
-