diff --git a/.replit b/.replit index a930cc6..a45f89c 100644 --- a/.replit +++ b/.replit @@ -22,10 +22,6 @@ externalPort = 3001 localPort = 43349 externalPort = 3000 -[[ports]] -localPort = 46059 -externalPort = 3002 - [env] PORT = "5000" diff --git a/attached_assets/스크린샷 2025-09-30 오전 2.23.47_1759166643618.png b/attached_assets/스크린샷 2025-09-30 오전 2.23.47_1759166643618.png new file mode 100644 index 0000000..3976522 Binary files /dev/null and b/attached_assets/스크린샷 2025-09-30 오전 2.23.47_1759166643618.png differ diff --git a/client/src/components/Footer.tsx b/client/src/components/Footer.tsx index c58e43b..344d6d8 100644 --- a/client/src/components/Footer.tsx +++ b/client/src/components/Footer.tsx @@ -2,58 +2,8 @@ import { Facebook, Twitter } from "lucide-react"; import logoBlack from "@assets/logo_black_1759165229646.png"; export default function Footer() { - const footerLinks = { - column1: [ - { name: "Blog", href: "#" }, - { name: "Mobile", href: "#" }, - { name: "Portfolio", href: "#" }, - { name: "Widgets", href: "#" } - ], - column2: [ - { name: "About Us", href: "#" }, - { name: "Advertise", href: "#" }, - { name: "Help & Support", href: "#" }, - { name: "Authors", href: "#" } - ] - }; - return ( - ); } \ No newline at end of file