diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index 8f12f52..a7675db 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -7,17 +7,30 @@ import ProductCart from '@/components/ecommerce/cart/ProductCart'; export default function CartPage() { return ( - + - +
{}} items={[]} total="₹0" buttons={[{ text: "Proceed to Checkout", href: "/checkout" }]} />
diff --git a/src/app/checkout/page.tsx b/src/app/checkout/page.tsx index efd85fb..a6f0f55 100644 --- a/src/app/checkout/page.tsx +++ b/src/app/checkout/page.tsx @@ -6,17 +6,30 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS export default function CheckoutPage() { return ( - + - +

Checkout

Secure payment portal under construction.

diff --git a/src/app/page.tsx b/src/app/page.tsx index 38a314e..de36955 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,120 +20,115 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="mediumLargeSizeMediumTitles" - background="noiseDiagonalGradient" - cardStyle="outline" - primaryButtonStyle="radial-glow" - secondaryButtonStyle="layered" - headingFontWeight="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -

1. Foundation: Inventory & Logistics Optimization.

-

2. Growth: Customer Acquisition through Social Ads.

-

3. Retention: Loyalty Programs for long-term profit.

-
-
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 658363d..522e71f 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -7,23 +7,37 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; export default function ProductListingPage() { return ( - + - +