From 572f9feea343b6b151ad10307a5d8184e95ffeb2 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Wed, 25 Feb 2026 00:04:31 -0800 Subject: [PATCH] feat: expand landing page and move Header to layout Add Features and Built for Groups sections. Move Header from page.tsx to layout.tsx for all sub-routes. Co-Authored-By: Claude Opus 4.6 --- src/app/layout.tsx | 2 + src/app/page.tsx | 162 +++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 152 insertions(+), 12 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f605b6a..f157155 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,6 +2,7 @@ import type { Metadata } from 'next' import { Inter } from 'next/font/google' import './globals.css' import { AuthProvider } from '@/components/AuthProvider' +import { Header } from '@/components/Header' const inter = Inter({ subsets: ['latin'], @@ -34,6 +35,7 @@ export default function RootLayout({ +
{children} diff --git a/src/app/page.tsx b/src/app/page.tsx index 49d5d14..34fdfd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,21 +1,9 @@ import Link from 'next/link' -import { Header } from '@/components/Header' import { EcosystemFooter } from '@/components/EcosystemFooter' export default function Home() { return (
- {/* Nav */} -
- Demo - Plan a Trip - - } - /> - {/* Hero */}
@@ -95,6 +83,156 @@ export default function Home() {
+ {/* Features */} +
+
+

Everything You Need to Travel Together

+

+ rTrips brings every piece of trip planning into one place — so your group + spends less time coordinating and more time exploring. +

+
+
+ {/* Collaborative Itineraries */} +
+
+ + + +
+

Collaborative Itineraries

+

+ Build day-by-day plans together in real-time. Everyone can add destinations, + suggest activities, and rearrange the schedule — changes sync instantly. +

+
+ + {/* Smart Suggestions */} +
+
+ + + +
+

Smart Suggestions

+

+ AI-powered recommendations for destinations, restaurants, and activities based + on your group's interests, budget, and travel dates. +

+
+ + {/* Budget Tracking */} +
+
+ + + +
+

Budget Tracking

+

+ Split costs, track expenses across the group, and keep a running total so + everyone knows exactly where the money goes. No more messy spreadsheets. +

+
+ + {/* Map Integration */} +
+
+ + + +
+

Map Integration

+

+ Visualize your entire trip on rMaps. See routes between destinations, + nearby points of interest, and real-time location sharing during travel days. +

+
+ + {/* Packing Lists */} +
+
+ + + +
+

Packing Lists

+

+ Shared checklists so nothing gets forgotten. Assign items to people, mark + off as you pack, and see at a glance what the group still needs. +

+
+ + {/* Offline Access */} +
+
+ + + +
+

Offline Access

+

+ Download your full itinerary, maps, and booking confirmations for travel + without connectivity. Everything you need, even without a signal. +

+
+
+
+ + {/* Built for Groups */} +
+
+

Built for Groups

+

+ Solo trip planners are everywhere. rTrips is purpose-built for the messy, beautiful + reality of traveling with other people. +

+
+
+ {/* Friends & Family */} +
+
+ + + +
+

Friends & Family

+

+ Family reunions, friend getaways, multi-generational trips. Everyone contributes + ideas, votes on restaurants, and stays in sync without endless group chats. +

+
+ + {/* Teams & Offsites */} +
+
+ + + +
+

Teams & Offsites

+

+ Company retreats, conference travel, team offsites. Coordinate logistics, + share flight details, and manage group bookings from a single shared workspace. +

+
+ + {/* Retreats & Events */} +
+
+ + + +
+

Retreats & Events

+

+ Yoga retreats, wedding trips, festival crews. Organize large groups with + sub-itineraries, optional activities, and shared costs that stay transparent. +

+
+
+
+ {/* CTA */}

Ready to plan your next adventure?