diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 195178e..dfe632a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -25,9 +25,9 @@ export default function AboutPage() { brandName="CatalogOS" navItems={[ { name: "Public", id: "/" }, - { name: "Features", id: "#features" }, - { name: "Pricing", id: "#pricing" }, - { name: "Docs", id: "#docs" }, + { name: "Catalog", id: "/catalog" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, ]} button={{ text: "Launch Admin", href: "/admin" }} animateOnLoad={true} @@ -61,29 +61,11 @@ export default function AboutPage() { useInvertedBackground={true} testimonials={[ { - id: "test-1", - name: "Sarah Mitchell", - role: "CEO, Fashion Collective", - testimonial: "We migrated from multiple tools to CatalogOS and cut our inventory management time by 60%. The team loves the intuitive admin panel.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=3", - imageAlt: "Sarah Mitchell", - }, + id: "test-1", name: "Sarah Mitchell", role: "CEO, Fashion Collective", testimonial: "We migrated from multiple tools to CatalogOS and cut our inventory management time by 60%. The team loves the intuitive admin panel.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=3", imageAlt: "Sarah Mitchell"}, { - id: "test-2", - name: "David Kumar", - role: "Founder, TechGear Store", - testimonial: "The bulk import feature is a game-changer. We onboarded 8,000 products in a single afternoon. Performance is flawless.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg?_wi=3", - imageAlt: "David Kumar", - }, + id: "test-2", name: "David Kumar", role: "Founder, TechGear Store", testimonial: "The bulk import feature is a game-changer. We onboarded 8,000 products in a single afternoon. Performance is flawless.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg?_wi=3", imageAlt: "David Kumar"}, { - id: "test-3", - name: "Elena Rodriguez", - role: "Operations Director, Luxury Goods Co", - testimonial: "CatalogOS gives us the minimal aesthetic we love with enterprise-grade power underneath. Exactly what we needed.", - imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=3", - imageAlt: "Elena Rodriguez", - }, + id: "test-3", name: "Elena Rodriguez", role: "Operations Director, Luxury Goods Co", testimonial: "CatalogOS gives us the minimal aesthetic we love with enterprise-grade power underneath. Exactly what we needed.", imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=3", imageAlt: "Elena Rodriguez"}, ]} /> @@ -94,30 +76,27 @@ export default function AboutPage() { copyrightText="© 2025 CatalogOS | Professional Product Catalog Platform" columns={[ { - title: "Product", - items: [ - { label: "Features", href: "#features" }, - { label: "Pricing", href: "#pricing" }, + title: "Product", items: [ + { label: "Features", href: "/#features" }, + { label: "Catalog", href: "/catalog" }, { label: "Bulk Import", href: "#" }, - { label: "Admin Dashboard", href: "#" }, + { label: "Admin Dashboard", href: "/admin" }, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "API Reference", href: "#" }, { label: "Guides", href: "#" }, - { label: "Support", href: "#" }, + { label: "Support", href: "/contact" }, ], }, { - title: "Company", - items: [ - { label: "About Us", href: "#" }, + title: "Company", items: [ + { label: "About Us", href: "/about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, - { label: "Contact", href: "#" }, + { label: "Contact", href: "/contact" }, ], }, ]} @@ -125,4 +104,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} diff --git a/src/app/catalog/page.tsx b/src/app/catalog/page.tsx index 8f89bf2..6904e20 100644 --- a/src/app/catalog/page.tsx +++ b/src/app/catalog/page.tsx @@ -24,9 +24,9 @@ export default function CatalogPage() { brandName="CatalogOS" navItems={[ { name: "Public", id: "/" }, - { name: "Features", id: "#features" }, - { name: "Pricing", id: "#pricing" }, - { name: "Docs", id: "#docs" }, + { name: "Catalog", id: "/catalog" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, ]} button={{ text: "Launch Admin", href: "/admin" }} animateOnLoad={true} @@ -44,33 +44,13 @@ export default function CatalogPage() { useInvertedBackground={false} products={[ { - id: "prod-1", - name: "Premium Product A", - price: "$149.99", - imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994248.jpg?_wi=3", - imageAlt: "Premium product A", - }, + id: "prod-1", name: "Premium Product A", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994248.jpg?_wi=3", imageAlt: "Premium product A"}, { - id: "prod-2", - name: "Deluxe Item B", - price: "$249.99", - imageSrc: "http://img.b2bpic.net/free-photo/yellow-model-career-kit-arrangement_23-2150083956.jpg?_wi=3", - imageAlt: "Deluxe item B", - }, + id: "prod-2", name: "Deluxe Item B", price: "$249.99", imageSrc: "http://img.b2bpic.net/free-photo/yellow-model-career-kit-arrangement_23-2150083956.jpg?_wi=3", imageAlt: "Deluxe item B"}, { - id: "prod-3", - name: "Exclusive Collection C", - price: "$199.99", - imageSrc: "http://img.b2bpic.net/free-psd/cyber-monday-landing-page-template_23-2149839009.jpg?_wi=3", - imageAlt: "Exclusive collection C", - }, + id: "prod-3", name: "Exclusive Collection C", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-psd/cyber-monday-landing-page-template_23-2149839009.jpg?_wi=3", imageAlt: "Exclusive collection C"}, { - id: "prod-4", - name: "Limited Edition D", - price: "$299.99", - imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994248.jpg?_wi=4", - imageAlt: "Limited edition D", - }, + id: "prod-4", name: "Limited Edition D", price: "$299.99", imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994248.jpg?_wi=4", imageAlt: "Limited edition D"}, ]} /> @@ -86,26 +66,11 @@ 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"}, ]} /> @@ -121,19 +86,9 @@ 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"}, ]} /> @@ -144,30 +99,27 @@ export default function CatalogPage() { copyrightText="© 2025 CatalogOS | Professional Product Catalog Platform" columns={[ { - title: "Product", - items: [ - { label: "Features", href: "#features" }, - { label: "Pricing", href: "#pricing" }, + title: "Product", items: [ + { label: "Features", href: "/#features" }, + { label: "Catalog", href: "/catalog" }, { label: "Bulk Import", href: "#" }, - { label: "Admin Dashboard", href: "#" }, + { label: "Admin Dashboard", href: "/admin" }, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "API Reference", href: "#" }, { label: "Guides", href: "#" }, - { label: "Support", href: "#" }, + { label: "Support", href: "/contact" }, ], }, { - title: "Company", - items: [ - { label: "About Us", href: "#" }, + title: "Company", items: [ + { label: "About Us", href: "/about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, - { label: "Contact", href: "#" }, + { label: "Contact", href: "/contact" }, ], }, ]} @@ -175,4 +127,4 @@ export default function CatalogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e9d67ed..2aa5365 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; +import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import FooterBase from "@/components/sections/footer/FooterBase"; export default function ContactPage() { @@ -29,9 +29,9 @@ export default function ContactPage() { brandName="CatalogOS" navItems={[ { name: "Public", id: "/" }, - { name: "Features", id: "#features" }, - { name: "Pricing", id: "#pricing" }, - { name: "Docs", id: "#docs" }, + { name: "Catalog", id: "/catalog" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, ]} button={{ text: "Launch Admin", href: "/admin" }} animateOnLoad={true} @@ -47,9 +47,7 @@ export default function ContactPage() { { name: "email", type: "email", placeholder: "Work Email", required: true }, ]} textarea={{ - name: "message", - placeholder: "Tell us about your catalog business and what you're looking for...", - rows: 5, + name: "message", placeholder: "Tell us about your catalog business and what you're looking for...", rows: 5, required: true, }} useInvertedBackground={false} @@ -63,48 +61,25 @@ export default function ContactPage() {