diff --git a/src/data.jsx b/src/data.jsx index 82dae11..49c75e0 100644 --- a/src/data.jsx +++ b/src/data.jsx @@ -361,7 +361,7 @@ const PORTFOLIO_DATA = { name: "Glamours Touch", tagline: "Beauty & Lifestyle E-Commerce", description: - "Aura's own fully-operational e-commerce store in the beauty & lifestyle space. Built end-to-end on our stack — custom storefront, product catalog, cart, payment integration, and admin dashboard. Clients see exactly what we ship for them.", + "Aura's own live e-commerce brand in the beauty & lifestyle space. We built it, we run it, we sell from it — end to end. Custom storefront, product catalog, cart, payment integration, and admin dashboard. Not a demo. A real business.", url: "https://glamourstouch.com", badge: "Live Product", stack: ["Next.js", "Stripe", "PostgreSQL", "Tailwind", "Vercel"], @@ -374,11 +374,6 @@ const PORTFOLIO_DATA = { "Real-time stock tracking & secure checkout flow", ], color: "rose", - stats: [ - { label: "Products live", value: "50+" }, - { label: "Avg load time", value: "<1.2s" }, - { label: "Mobile score", value: "98/100" }, - ], }, ], diff --git a/src/sections.jsx b/src/sections.jsx index d184fde..13457df 100644 --- a/src/sections.jsx +++ b/src/sections.jsx @@ -351,9 +351,9 @@ const FlagshipProduct = () => { background: "var(--bg-card)", }}> - {/* ── LEFT: Visual preview ─────────────────────────────── */} + {/* ── LEFT: Brand panel ────────────────────────────────── */}
{ position: "relative", overflow: "hidden", minHeight: 380, - borderRight: `1px solid rgba(244,63,94,0.14)`, + borderRight: `1px solid rgba(244,63,94,0.13)`, }}> - {/* Decorative blobs */} + {/* Subtle radial glows */}
- {/* Top bar */} + {/* Top: live badge */}
{ background: "#22c55e", boxShadow: "0 0 7px rgba(34,197,94,0.9)", display: "inline-block", animation: "glamour-pulse 2s ease-in-out infinite", }} /> - LIVE STORE + LIVE Built by Aura + }}>Our Own Product
- {/* Brand hero */} -
- {/* Fake browser chrome */} + {/* Center: brand identity */} +
Glamours Touch
+
Beauty · Lifestyle · E-Commerce
+ + {/* Divider line */} +
+ +

- {/* Dots */} -

- {["#ef4444","#f59e0b","#22c55e"].map(c => ( -
- ))} -
- - glamourstouch.com - -
-
- - {/* Brand name */} -
Glamours Touch
-
Beauty · Lifestyle · E-Commerce
- - {/* Mock product row */} -
- {[ - { color: "rgba(253,164,175,0.3)", label: "Skincare" }, - { color: "rgba(167,139,250,0.3)", label: "Makeup" }, - { color: "rgba(103,232,249,0.3)", label: "Fragrance" }, - ].map(({ color, label }) => ( -
- {label} -
- ))} -
-
+ A real, live store — browse it, buy from it. This is what Aura ships. +

- {/* Stats row */} -