8 Commits

Author SHA1 Message Date
3eb9c86bc3 Update src/app/page.tsx 2026-05-09 09:57:30 +00:00
160007c33c Update src/app/dashboard/page.tsx 2026-05-09 09:57:30 +00:00
4312bc35d6 Update src/app/product-management/page.tsx 2026-05-09 09:57:06 +00:00
31d56fcdf6 Update src/app/page.tsx 2026-05-09 09:57:06 +00:00
048df62e5a Update src/app/dashboard/page.tsx 2026-05-09 09:57:05 +00:00
6f4fa76888 Merge version_2 into main
Merge version_2 into main
2026-05-09 09:53:38 +00:00
6e8b6f1aa8 Merge version_2 into main
Merge version_2 into main
2026-05-09 09:53:12 +00:00
58f6d4c3df Merge version_2 into main
Merge version_2 into main
2026-05-09 09:52:50 +00:00
3 changed files with 17 additions and 18 deletions

View File

@@ -27,9 +27,8 @@ export default function DashboardPage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Dashboard", id: "/dashboard" },
{ name: "Contact", id: "/contact" },
]}
brandName="E-Store Admin"
brandName="novamart"
/>
</div>
@@ -58,9 +57,9 @@ export default function DashboardPage() {
title="Product Inventory"
description="Manage your catalog items."
products={[
{ id: "p1", name: "Minimalist Watch", price: "$129", variant: "In Stock", imageSrc: "http://img.b2bpic.net/free-photo/computer-mouse-paper-bag-blue-background-top-view_169016-43225.jpg" },
{ id: "p2", name: "Leather Wallet", price: "$59", variant: "Low Stock", imageSrc: "http://img.b2bpic.net/free-photo/still-life-refillable-reusable-container_23-2150936068.jpg" },
{ id: "p3", name: "Smart Speaker", price: "$199", variant: "In Stock", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232242.jpg" }
{ id: "p1", name: "Minimalist Watch", price: "$129", variant: "In Stock", imageSrc: "http://img.b2bpic.net/free-photo/computer-mouse-paper-bag-blue-background-top-view_169016-43225.jpg?_wi=2" },
{ id: "p2", name: "Leather Wallet", price: "$59", variant: "Low Stock", imageSrc: "http://img.b2bpic.net/free-photo/still-life-refillable-reusable-container_23-2150936068.jpg?_wi=2" },
{ id: "p3", name: "Smart Speaker", price: "$199", variant: "In Stock", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232242.jpg?_wi=2" }
]}
/>
</div>
@@ -70,7 +69,7 @@ export default function DashboardPage() {
columns={[
{ items: [{ label: "Catalog", href: "#" }, { label: "Settings", href: "#" }] }
]}
logoText="E-Store"
logoText="novamart"
/>
</div>
</ReactLenis>

View File

@@ -43,9 +43,9 @@ export default function LandingPage() {
{
name: "Contact", id: "contact"},
{
name: "Dashboard", id: "/product-management"},
name: "Dashboard", id: "/dashboard"},
]}
brandName="E-Store"
brandName="novamart"
/>
</div>
@@ -54,7 +54,7 @@ export default function LandingPage() {
background={{
variant: "sparkles-gradient"}}
title="Elevate Your Lifestyle"
description="Discover curated collections designed for modern living. Quality, style, and innovation in every detail."
description="Discover curated collections designed for modern living. Quality, style, and innovation in every detail. Ready to set up your store? Connect your domain in Settings {'>'} Domain Management to get started!"
buttons={[
{
text: "Shop Now", href: "#products"},
@@ -69,7 +69,7 @@ export default function LandingPage() {
{
src: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-woman-wearing-casual-sweater-standing-red-background-pointing-fingers-camera-with-happy-funny-face-good-energy-vibes_839833-6469.jpg", alt: "Customer profile 3"},
{
src: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg", alt: "Customer profile 4"},
src: "http://img.b2bpic.net/close-up-young-businesswoman_23-2149153829.jpg", alt: "Customer profile 4"},
{
src: "http://img.b2bpic.net/free-photo/smart-man_1098-14700.jpg", alt: "Customer profile 5"},
]}
@@ -118,11 +118,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Minimalist Watch", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/computer-mouse-paper-bag-blue-background-top-view_169016-43225.jpg"},
id: "1", name: "Minimalist Watch", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/computer-mouse-paper-bag-blue-background-top-view_169016-43225.jpg?_wi=1"},
{
id: "2", name: "Leather Wallet", price: "$59.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-refillable-reusable-container_23-2150936068.jpg"},
id: "2", name: "Leather Wallet", price: "$59.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-refillable-reusable-container_23-2150936068.jpg?_wi=1"},
{
id: "3", name: "Smart Speaker", price: "$199.00", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232242.jpg"},
id: "3", name: "Smart Speaker", price: "$199.00", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232242.jpg?_wi=1"},
{
id: "4", name: "Ceramic Mug", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150084003.jpg"},
{
@@ -257,7 +257,7 @@ export default function LandingPage() {
],
},
]}
logoText="E-Store"
logoText="novamart"
/>
</div>
</ReactLenis>

View File

@@ -36,7 +36,7 @@ export default function ProductManagement() {
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleCentered navItems={[{name: "Home", id: "/"}, {name: "Dashboard", id: "/product-management"}]} brandName="E-Store" />
<NavbarStyleCentered navItems={[{name: "Home", id: "/"}, {name: "Dashboard", id: "/product-management"}]} brandName="novamart" />
</div>
<div className="container mx-auto py-20 px-4">
<h1 className="text-3xl font-bold mb-8">Product Management Dashboard</h1>