-
+
Enterprise-Level Commerce Experience
-
+
Built for Reliability, Designed for Trust
-
+
Riveto is a modern, responsive e-commerce platform designed to deliver a seamless and intuitive shopping experience.
We combine cutting-edge technology with exceptional design to create a shopping journey that's both enjoyable and efficient.
@@ -131,9 +131,9 @@ function About() {
{/* Trust Badges */}
{trustBadges.map((badge, index) => (
-
+
{badge.icon}
-
{badge.text}
+
{badge.text}
))}
@@ -141,7 +141,7 @@ function About() {
{/* Right: Visual */}
-
+
{/* SECTION 2: Operational Overview - bg-[#0f172a] */}
-
+
-
+
Operational Overview
-
-
Platform Stability
-
+
+
Platform Stability
+
99.9% uptime with enterprise-grade infrastructure ensuring your shopping experience is always available when you need it.
-
-
Fulfillment Network
-
+
+
Fulfillment Network
+
Strategic warehouse locations and vetted logistics partners enable fast, reliable delivery across all regions.
-
-
Customer Protection
-
+
+
Customer Protection
+
Comprehensive buyer protection policies, secure payment processing, and transparent return procedures.
@@ -186,14 +186,14 @@ function About() {
{/* SECTION 3: Scale Indicators - bg-[#111c33] Slab Strip */}
-
-
+
+
{stats.map((stat, index) => (
-
+
{stat.number}
-
@@ -202,29 +202,29 @@ function About() {
{/* SECTION 4: Platform Capabilities - bg-[#0b1220] with Contained Zone */}
-
+
-
+
Platform Capabilities
{/* Contained Platform Zone */}
-
+
{capabilities.map((capability, index) => (
{capability.icon}
-
+
{capability.title}
-
+
{capability.text}
@@ -237,9 +237,9 @@ function About() {
{/* SECTION 5: Core Principles - bg-[#0f172a] Pure Typography */}
-
+
-
+
Core Principles
@@ -250,10 +250,10 @@ function About() {
{ title: 'Community', desc: 'Fostering connections and supporting the communities we serve' }
].map((principle, index) => (
-
+
{principle.title}
-
+
{principle.desc}
diff --git a/frontend/src/pages/Contact.jsx b/frontend/src/pages/Contact.jsx
index c99522b..62ad979 100644
--- a/frontend/src/pages/Contact.jsx
+++ b/frontend/src/pages/Contact.jsx
@@ -32,80 +32,80 @@ function Contact() {
return (
<>
-
+
{/* Customer Support Center Hero */}
-
Customer Support Center
-
+
Customer Support Center
+
Our support team is available to assist with orders, product inquiries, and account management. Select your preferred contact method below.
{/* Trust Chips */}
-
+
- Avg. Response: 2 hours
+ Avg. Response: 2 hours
-
+
- 98% Satisfaction Rate
+ 98% Satisfaction Rate
-
+
- 24/7 Email Support
+ 24/7 Email Support
{/* Contact Methods Slab - Horizontal Strip */}
-
-
+
+
{/* Phone */}
-
+
-
+
-
Phone
-
+91-9307342318
-
Mon-Fri 9AM-6PM
+
Phone
+
+91-9307342318
+
Mon-Fri 9AM-6PM
{/* Email */}
-
+
-
+
-
Email
-
admin@riveto.com
-
24/7 Support
+
Email
+
admin@riveto.com
+
24/7 Support
{/* Address */}
-
+
-
+
-
Visit Us
-
123 lorem ipsum Street
-
lorem2, ipsum3, 10001
+
Visit Us
+
123 lorem ipsum Street
+
lorem2, ipsum3, 10001
{/* Business Hours */}
-
+
-
+
-
Hours
-
Mon - Fri: 9AM - 6PM
-
Sat: 10AM - 4PM
+
Hours
+
Mon - Fri: 9AM - 6PM
+
Sat: 10AM - 4PM
@@ -113,28 +113,28 @@ function Contact() {
{/* Support Panel - Contained */}
-
+
{/* Left: Support Topics */}
-
-
How can we help?
+
+
How can we help?
-
+
Order Status & Tracking
-
+
Product Information
-
+
Returns & Exchanges
-
+
Account Management
-
+
Technical Support
-
+
General Inquiry
@@ -142,7 +142,7 @@ function Contact() {
{/* Right: Contact Form */}
-
Submit a Request
+
Submit a Request
{isSubmitted ? (
@@ -155,14 +155,14 @@ function Contact() {
) : (