diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx
index 5a20676..6a352f1 100644
--- a/src/app/admin/page.tsx
+++ b/src/app/admin/page.tsx
@@ -19,8 +19,7 @@ export default function AdminPage() {
const footerColumns = [
{
- title: "Shop",
- items: [
+ title: "Shop", items: [
{ label: "All Products", href: "/products" },
{ label: "Categories", href: "/products" },
{ label: "Best Sellers", href: "/products" },
@@ -28,8 +27,7 @@ export default function AdminPage() {
]
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Careers", href: "#" },
{ label: "Blog", href: "#" },
@@ -37,8 +35,7 @@ export default function AdminPage() {
]
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{ label: "Help Center", href: "#faq" },
{ label: "Contact Us", href: "#contact" },
{ label: "Shipping Info", href: "#" },
@@ -46,8 +43,7 @@ export default function AdminPage() {
]
},
{
- title: "Seller",
- items: [
+ title: "Seller", items: [
{ label: "Seller Portal", href: "/admin" },
{ label: "Pricing", href: "/pricing" },
{ label: "Seller Guide", href: "#" },
@@ -55,8 +51,7 @@ export default function AdminPage() {
]
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -72,7 +67,7 @@ export default function AdminPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="largeSizeMediumTitles"
- background="aurora"
+ background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -83,8 +78,7 @@ export default function AdminPage() {
brandName="ShopHub"
navItems={navItems}
button={{
- text: "Get Started",
- href: "/admin"
+ text: "Get Started", href: "/admin"
}}
animateOnLoad={true}
/>
@@ -94,66 +88,30 @@ export default function AdminPage() {
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 87a8aab..4a4cba0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -26,7 +26,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="largeSizeMediumTitles"
- background="aurora"
+ background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -38,9 +38,7 @@ export default function HomePage() {
brandName="ShopHub"
navItems={navItems}
button={{
- text: "Get Started",
- href: "/admin",
- }}
+ text: "Get Started", href: "/admin"}}
animateOnLoad={true}
/>
@@ -53,52 +51,32 @@ export default function HomePage() {
tag="Welcome to ShopHub"
tagIcon={ShoppingBag}
tagAnimation="slide-up"
- background={{ variant: "aurora" }}
+ background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg?_wi=1",
- imageAlt: "Premium product display",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg", imageAlt: "Premium product display"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg?_wi=1",
- imageAlt: "Exclusive collection item",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-old-books_23-2148171374.jpg", imageAlt: "Exclusive collection item"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/electronic-devices-listen-music-cup-coffee_1150-6689.jpg?_wi=1",
- imageAlt: "Electronics category",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/electronic-devices-listen-music-cup-coffee_1150-6689.jpg", imageAlt: "Electronics category"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg?_wi=1",
- imageAlt: "Fashion items",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-view_23-2150264147.jpg", imageAlt: "Fashion items"},
]}
rightCarouselItems={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg?_wi=1",
- imageAlt: "Featured product",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669121.jpg", imageAlt: "Featured product"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1804.jpg?_wi=1",
- imageAlt: "Home decor collection",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1804.jpg", imageAlt: "Home decor collection"},
{
- imageSrc: "http://img.b2bpic.net/free-vector/flat-design-shopping-landing-page-template_23-2149325242.jpg",
- imageAlt: "Shopping experience",
- },
+ imageSrc: "http://img.b2bpic.net/free-vector/flat-design-shopping-landing-page-template_23-2149325242.jpg", imageAlt: "Shopping experience"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg?_wi=2",
- imageAlt: "Quality products",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-2021-minimalist-room_23-2148763956.jpg", imageAlt: "Quality products"},
]}
buttons={[
{
- text: "Start Shopping",
- href: "/products",
- },
+ text: "Start Shopping", href: "/products"},
{
- text: "Learn More",
- href: "#features",
- },
+ text: "Learn More", href: "#features"},
]}
buttonAnimation="blur-reveal"
carouselPosition="right"
@@ -110,32 +88,14 @@ export default function HomePage() {
@@ -308,108 +198,63 @@ export default function HomePage() {
logoText="ShopHub"
columns={[
{
- title: "Shop",
- items: [
+ title: "Shop", items: [
{
- label: "All Products",
- href: "/products",
- },
+ label: "All Products", href: "/products"},
{
- label: "Categories",
- href: "/products",
- },
+ label: "Categories", href: "/products"},
{
- label: "Best Sellers",
- href: "/products",
- },
+ label: "Best Sellers", href: "/products"},
{
- label: "New Arrivals",
- href: "/products",
- },
+ label: "New Arrivals", href: "/products"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#features",
- },
+ label: "About Us", href: "#features"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
{
- label: "Blog",
- href: "#",
- },
+ label: "Blog", href: "#"},
{
- label: "Press",
- href: "#",
- },
+ label: "Press", href: "#"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Help Center",
- href: "#faq",
- },
+ label: "Help Center", href: "#faq"},
{
- label: "Contact Us",
- href: "#contact",
- },
+ label: "Contact Us", href: "#contact"},
{
- label: "Shipping Info",
- href: "#",
- },
+ label: "Shipping Info", href: "#"},
{
- label: "Track Order",
- href: "#",
- },
+ label: "Track Order", href: "#"},
],
},
{
- title: "Seller",
- items: [
+ title: "Seller", items: [
{
- label: "Seller Portal",
- href: "/admin",
- },
+ label: "Seller Portal", href: "/admin"},
{
- label: "Pricing",
- href: "/pricing",
- },
+ label: "Pricing", href: "/pricing"},
{
- label: "Seller Guide",
- href: "#",
- },
+ label: "Seller Guide", href: "#"},
{
- label: "Partner Program",
- href: "#",
- },
+ label: "Partner Program", href: "#"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
{
- label: "Cookie Policy",
- href: "#",
- },
+ label: "Cookie Policy", href: "#"},
{
- label: "Accessibility",
- href: "#",
- },
+ label: "Accessibility", href: "#"},
],
},
]}
diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx
index 7e60d3c..0d40cbc 100644
--- a/src/app/pricing/page.tsx
+++ b/src/app/pricing/page.tsx
@@ -18,8 +18,7 @@ export default function PricingPage() {
const footerColumns = [
{
- title: "Shop",
- items: [
+ title: "Shop", items: [
{ label: "All Products", href: "/products" },
{ label: "Categories", href: "/products" },
{ label: "Best Sellers", href: "/products" },
@@ -27,8 +26,7 @@ export default function PricingPage() {
]
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Careers", href: "#" },
{ label: "Blog", href: "#" },
@@ -36,8 +34,7 @@ export default function PricingPage() {
]
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{ label: "Help Center", href: "#faq" },
{ label: "Contact Us", href: "#contact" },
{ label: "Shipping Info", href: "#" },
@@ -45,8 +42,7 @@ export default function PricingPage() {
]
},
{
- title: "Seller",
- items: [
+ title: "Seller", items: [
{ label: "Seller Portal", href: "/admin" },
{ label: "Pricing", href: "/pricing" },
{ label: "Seller Guide", href: "#" },
@@ -54,8 +50,7 @@ export default function PricingPage() {
]
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -71,7 +66,7 @@ export default function PricingPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="largeSizeMediumTitles"
- background="aurora"
+ background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -82,8 +77,7 @@ export default function PricingPage() {
brandName="ShopHub"
navItems={navItems}
button={{
- text: "Get Started",
- href: "/admin"
+ text: "Get Started", href: "/admin"
}}
animateOnLoad={true}
/>
@@ -93,66 +87,30 @@ export default function PricingPage() {