import React from 'react'; const ChatbotHelp = () => { return ( <> {/* TopAppBar (from JSON Source of Truth) */}
{/* Brand/Headline - Forced JSON content with requested styling adjustments where compliant */}

Order Review

{/* Main Content Canvas */}
{/* Central Glassmorphic Container */}
{/* Order Status Header */}
check_circle

Delivered: Order #HF-8821

schedule TODAY, 19:42 PM
{/* Dual-Column Feedback Section */}
{/* Left Column: Food */}

How was the food?

{/* Star Rating */}
star star star star star
{/* Technical Chips */}
{/* Right Column: Driver */}

How was Gaurav?

COURIER
{/* Star Rating */}
star star star star star
{/* Driver Chips */}
{/* Detailed Note Area */}
{/* Help & Support Block */}

Need Help with this Order?

{/* Action Footer */}
); }; export default ChatbotHelp;