diff --git a/backend/app/api/deps.py b/backend/app/api/deps.py index e75d240..6e85d9b 100644 --- a/backend/app/api/deps.py +++ b/backend/app/api/deps.py @@ -105,5 +105,6 @@ async def get_current_user_optional( CurrentUser = Annotated[User, Depends(get_current_user)] ActiveUser = Annotated[User, Depends(get_current_active_user)] OptionalUser = Annotated[Optional[User], Depends(get_current_user_optional)] +CurrentUserOptional = OptionalUser # Alias for backward compatibility Database = Annotated[AsyncSession, Depends(get_db)] diff --git a/frontend/src/app/auctions/page.tsx b/frontend/src/app/auctions/page.tsx index be6111e..58a99d3 100644 --- a/frontend/src/app/auctions/page.tsx +++ b/frontend/src/app/auctions/page.tsx @@ -191,11 +191,11 @@ export default function AuctionsPage() { Smart Pounce

- Domain Auctions + Live Auctions. One Feed.

- Aggregated auctions from GoDaddy, Sedo, NameJet & more. - Find undervalued domains before anyone else. + GoDaddy, Sedo, NameJet & more. All in one place. + Spot undervalued domains. Strike first.

diff --git a/frontend/src/app/blog/page.tsx b/frontend/src/app/blog/page.tsx index 96f7c6d..b7c6251 100644 --- a/frontend/src/app/blog/page.tsx +++ b/frontend/src/app/blog/page.tsx @@ -8,8 +8,8 @@ import { BookOpen, Calendar, Clock, ArrowRight, TrendingUp, Shield, Zap, Loader2 import Link from 'next/link' const featuredPost = { - title: 'The Complete Guide to Domain Investing in 2025', - excerpt: 'Everything you need to know about finding, evaluating, and acquiring valuable domains in today\'s market.', + title: 'Domain Investing 2025: The No-BS Guide', + excerpt: 'Find. Evaluate. Acquire. Everything you need to hunt valuable domains in today\'s market.', category: 'Guide', date: 'Dec 5, 2025', readTime: '12 min read', @@ -18,24 +18,24 @@ const featuredPost = { const posts = [ { - title: 'Understanding TLD Pricing Trends', - excerpt: 'How domain extension prices fluctuate and what it means for your portfolio.', - category: 'Market Analysis', + title: 'TLD Pricing: Reading the Market', + excerpt: 'Prices move. Know why. Know when. Protect your portfolio.', + category: 'Market', date: 'Dec 3, 2025', readTime: '5 min read', icon: TrendingUp, }, { - title: 'WHOIS Privacy: What You Need to Know', - excerpt: 'A deep dive into domain privacy protection and why it matters.', + title: 'WHOIS Privacy: The Quick Guide', + excerpt: 'Your identity. Your strategy. Keep them hidden.', category: 'Security', date: 'Nov 28, 2025', readTime: '4 min read', icon: Shield, }, { - title: 'Quick Wins: Domain Flipping Strategies', - excerpt: 'Proven tactics for finding and selling domains at a profit.', + title: 'Flip Domains: Proven Plays', + excerpt: 'Find low. Sell high. Tactics that actually work.', category: 'Strategy', date: 'Nov 22, 2025', readTime: '7 min read', @@ -93,10 +93,10 @@ export default function BlogPage() { Domain Insights

- The pounce Blog + The Hunt Report

- Expert insights on domain investing, market trends, and portfolio management. + Market intel. Strategies. Plays that work. For domain hunters.

diff --git a/frontend/src/app/careers/page.tsx b/frontend/src/app/careers/page.tsx index e5ea387..bf192b1 100644 --- a/frontend/src/app/careers/page.tsx +++ b/frontend/src/app/careers/page.tsx @@ -64,10 +64,10 @@ const benefits = [ ] const values = [ - 'We ship fast and iterate based on feedback', - 'We value transparency and open communication', - 'We prioritize user experience over features', - 'We believe in work-life balance', + 'Ship fast. Iterate faster.', + 'Transparency over politics.', + 'User experience wins. Always.', + 'Work hard. Rest well.', ] export default function CareersPage() { @@ -89,13 +89,13 @@ export default function CareersPage() { Join Our Team

- Build the future of + Build tools.
- domain intelligence + For hunters.

- We're a small, focused team building tools that help thousands of people - monitor and acquire valuable domains. Join us. + Small team. Big impact. We're building the domain intelligence + platform that thousands rely on. Want in?

diff --git a/frontend/src/app/forgot-password/page.tsx b/frontend/src/app/forgot-password/page.tsx index 3b85cfc..28a4dff 100644 --- a/frontend/src/app/forgot-password/page.tsx +++ b/frontend/src/app/forgot-password/page.tsx @@ -49,11 +49,11 @@ export default function ForgotPasswordPage() {

- Check your email + Check your inbox

- If an account with {email} exists, - we've sent a password reset link. The link expires in 1 hour. + If {email} is registered, + you'll get a reset link. Valid for 1 hour.

Didn't receive the email? Check your spam folder or{' '} @@ -69,10 +69,10 @@ export default function ForgotPasswordPage() {

- Forgot your password? + Reset your password

- Enter your email and we'll send you a reset link. + Enter your email. We'll send a reset link.

diff --git a/frontend/src/app/settings/page.tsx b/frontend/src/app/settings/page.tsx index 7549e5a..d92d6bb 100644 --- a/frontend/src/app/settings/page.tsx +++ b/frontend/src/app/settings/page.tsx @@ -166,7 +166,7 @@ export default function SettingsPage() {

- Manage your account preferences and notifications + Your account. Your rules.