diff --git a/apps/website/components/page-components/header/index.tsx b/apps/website/components/page-components/header/index.tsx index 43c84c3443..7062ec869d 100644 --- a/apps/website/components/page-components/header/index.tsx +++ b/apps/website/components/page-components/header/index.tsx @@ -1,38 +1,32 @@ 'use client'; -import React, { useContext, useState } from 'react'; import { Badge, BadgeText } from '@/components/ui/badge'; +import { Box } from '@/components/ui/box'; import { HStack } from '@/components/ui/hstack'; -import { Icon, ChevronUpIcon, ChevronDownIcon } from '@/components/ui/icon'; +import { ChevronDownIcon, ChevronUpIcon, Icon } from '@/components/ui/icon'; import { Link } from '@/components/ui/link'; +import { Menu, MenuItem } from '@/components/ui/menu'; import { Pressable } from '@/components/ui/pressable'; import { Text } from '@/components/ui/text'; import { VStack } from '@/components/ui/vstack'; -import { Box } from '@/components/ui/box'; -import { Menu, MenuItem } from '@/components/ui/menu'; -import Image from 'next/image'; import GluestackLogo from '@/public/svg/gluestack_logo.svg'; import GluestackLogoDark from '@/public/svg/gluestack_logo_dark.svg'; import { MenuIcon, MoonIcon, SunIcon, X } from 'lucide-react-native'; +import Image from 'next/image'; +import React, { useContext, useState } from 'react'; -import NewsletterModal from './NewsLetterModal'; -import AppLaunchKitLogo from '@/public/icon/logo/app-launch-kit/dark-mode.svg'; -import GluestackProLogo from '@/public/icon/logo/gluestack-pro/logo.svg'; -import AppLaunchKitLogoDark from '@/public/icon/logo/app-launch-kit/light-mode.svg'; +import { useColorMode } from '@/app/provider'; +import { LayoutContext } from '@/components/custom/layout/LayoutContext'; +import AppLighterLogo from '@/public/icon/logo/applighter/logo.png'; +import GluestackMarketLogo from '@/public/icon/logo/gluestack-market/logo.png'; import StarterKitLogo from '@/public/icon/logo/gluestack/logo-dark.svg'; import StarterKitLogoDark from '@/public/icon/logo/gluestack/logo-light.svg'; -import AppMarketLogo from '@/public/icon/logo/theappmarket/appmarket-logo.svg'; -import ScopeDeskLogo from '@/public/icon/logo/scopedesk/logo.svg'; -import GluestackMarketLogo from '@/public/icon/logo/gluestack-market/logo.png'; import RapidNativelogo from '@/public/icon/logo/rapidnative/logo.png'; -import AppLighterLogo from '@/public/icon/logo/applighter/logo.png'; -import FlyDashLogo from '@/public/icon/logo/flydash/logo.png'; -import { useColorMode } from '@/app/provider'; -import NextLink from 'next/link'; import { Nav } from '@expo/html-elements'; +import NextLink from 'next/link'; import { usePathname } from 'next/navigation'; import { UiDocSearch } from './Docsearch'; -import { LayoutContext } from '@/components/custom/layout/LayoutContext'; +import NewsletterModal from './NewsLetterModal'; // Updated Header component with internal state management const Header = ({ @@ -108,32 +102,6 @@ const Header = ({ action: 'info', }, }, - { - href: 'https://scopedesk.ai/?utm_source=gluestack.io&utm_medium=header&utm_campaign=site-navigation', - logo: { - light: ScopeDeskLogo, - dark: ScopeDeskLogo, - }, - title: 'ScopeDesk', - description: 'AI-Powered Project Scoping', - badge: { - text: 'Partner', - action: 'info', - }, - }, - { - href: 'https://flydash.io/?utm_source=gluestack.io&utm_medium=header&utm_campaign=brand-awareness', - logo: { - light: FlyDashLogo, - dark: FlyDashLogo, - }, - title: 'FlyDash', - description: 'AI-Powered Internal Tools & Dashboard Builder', - badge: { - text: 'Partner', - action: 'info', - }, - }, { href: 'https://market.gluestack.io/', logo: { diff --git a/apps/website/components/page-components/landing-page/Footer/index.tsx b/apps/website/components/page-components/landing-page/Footer/index.tsx index 0f42f060a3..061159a624 100644 --- a/apps/website/components/page-components/landing-page/Footer/index.tsx +++ b/apps/website/components/page-components/landing-page/Footer/index.tsx @@ -74,21 +74,11 @@ const footerItems = [ href: 'https://rapidnative.com/?utm_source=gluestack.io&utm_medium=footer&utm_campaign=brand-awareness', isExternal: true, }, - { - title: 'FlyDash', - href: 'https://flydash.io/?utm_source=gluestack.io&utm_medium=footer&utm_campaign=brand-awareness', - isExternal: true, - }, { title: 'AppLighter', href: 'https://www.applighter.com/?utm_source=gluestack.io&utm_medium=footer&utm_campaign=brand-awareness', isExternal: true, }, - { - title: 'ScopeDesk', - href: 'https://scopedesk.ai/?utm_source=gluestack.io&utm_medium=footer&utm_campaign=brand-awareness', - isExternal: true, - }, ], }, ]; diff --git a/apps/website/components/page-components/landing-page/HireTeam/index.tsx b/apps/website/components/page-components/landing-page/HireTeam/index.tsx index d77665bd56..7edfa0ced4 100644 --- a/apps/website/components/page-components/landing-page/HireTeam/index.tsx +++ b/apps/website/components/page-components/landing-page/HireTeam/index.tsx @@ -17,22 +17,6 @@ const partnerAppsRows = [ description: 'React Native Templates', }, ], - [ - { - name: 'ScopeDesk', - logo: '/icon/logo/scopedesk/logo.svg', - url: 'https://scopedesk.com/?utm_source=gluestack.io&utm_medium=partner_apps&utm_campaign=brand-awareness', - description: 'AI-Powered Project Scoping', - }, - ], - [ - { - name: 'FlyDash', - logo: '/icon/logo/flydash/logo.png', - url: 'https://flydash.io/?utm_source=gluestack.io&utm_medium=partner_apps&utm_campaign=brand-awareness', - description: 'Dashboard builder', - }, - ], ]; const HireTeam = () => { diff --git a/src/docs-components/quick-start-components/Card1.tsx b/src/docs-components/quick-start-components/Card1.tsx index 90c2e763e6..c1d95555b5 100644 --- a/src/docs-components/quick-start-components/Card1.tsx +++ b/src/docs-components/quick-start-components/Card1.tsx @@ -46,22 +46,6 @@ function Card1() { description: 'React Native Templates', }, ], - [ - { - name: 'ScopeDesk', - logo: '/icon/logo/scopedesk/logo.svg', - url: 'https://scopedesk.com/?utm_source=gluestack.io&utm_medium=quick_start&utm_campaign=brand-awareness', - description: 'AI-Powered Project Scoping', - }, - ], - [ - { - name: 'FlyDash', - logo: '/icon/logo/flydash/logo.png', - url: 'https://flydash.io/?utm_source=gluestack.io&utm_medium=quick_start&utm_campaign=brand-awareness', - description: 'Dashboard builder', - }, - ], ]; return (