diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9410bb4..88c5d1a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
const footerColumns = [
{
- title: "Shop",
- items: [
+ title: "Shop", items: [
{ label: "All Products", href: "/shop" },
{ label: "New Arrivals", href: "/shop?filter=new" },
{ label: "Sale", href: "/shop?filter=sale" },
@@ -32,8 +31,7 @@ export default function HomePage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Story", href: "/about" },
{ label: "Sustainability", href: "/about" },
@@ -41,8 +39,7 @@ export default function HomePage() {
],
},
{
- title: "Customer Care",
- items: [
+ title: "Customer Care", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "Shipping Info", href: "/shipping" },
{ label: "Returns", href: "/returns" },
@@ -50,8 +47,7 @@ export default function HomePage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -59,8 +55,7 @@ export default function HomePage() {
],
},
{
- title: "Follow Us",
- items: [
+ title: "Follow Us", items: [
{ label: "Instagram", href: "https://instagram.com/stylehub" },
{ label: "Twitter", href: "https://twitter.com/stylehub" },
{ label: "Facebook", href: "https://facebook.com/stylehub" },
@@ -76,7 +71,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="mediumLargeSizeLargeTitles"
- background="grid"
+ background="circleGradient"
cardStyle="solid"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -90,7 +85,7 @@ export default function HomePage() {
@@ -166,28 +140,13 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
- id: "1",
- name: "Premium Casual Jacket",
- price: "$89.99",
- imageSrc: "http://img.b2bpic.net/free-photo/young-spanish-man-with-tattoos-posing-street_181624-42709.jpg?_wi=1",
- imageAlt: "Casual mens jacket",
- initialQuantity: 1,
+ id: "1", name: "Premium Casual Jacket", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/young-spanish-man-with-tattoos-posing-street_181624-42709.jpg", imageAlt: "Casual mens jacket", initialQuantity: 1,
},
{
- id: "2",
- name: "Elegant Evening Dress",
- price: "$129.99",
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg?_wi=1",
- imageAlt: "Womens evening dress",
- initialQuantity: 1,
+ id: "2", name: "Elegant Evening Dress", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg", imageAlt: "Womens evening dress", initialQuantity: 1,
},
{
- id: "3",
- name: "Fashion Accessories Bundle",
- price: "$49.99",
- imageSrc: "http://img.b2bpic.net/free-photo/backpacker-map-wooden-outback-smartphone-phone_1428-743.jpg?_wi=1",
- imageAlt: "Fashion accessories",
- initialQuantity: 1,
+ id: "3", name: "Fashion Accessories Bundle", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/backpacker-map-wooden-outback-smartphone-phone_1428-743.jpg", imageAlt: "Fashion accessories", initialQuantity: 1,
},
]}
/>
@@ -197,41 +156,17 @@ export default function HomePage() {
@@ -268,32 +195,16 @@ export default function HomePage() {