Merge version_1 into main #2
@@ -204,7 +204,7 @@ export default function AboutPage() {
|
||||
description: "Customer Satisfaction Rate",
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -5,6 +5,7 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin
|
||||
import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import Link from "next/link";
|
||||
import { ShoppingBag } from "lucide-react";
|
||||
|
||||
export default function CartPage() {
|
||||
const navItems = [
|
||||
@@ -79,7 +80,7 @@ export default function CartPage() {
|
||||
title="Your Shopping Cart"
|
||||
description="Review and manage the items you've added to your cart. Proceed to checkout when ready."
|
||||
tag="Review Items"
|
||||
tagIcon="ShoppingBag"
|
||||
tagIcon={ShoppingBag}
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
|
||||
@@ -5,6 +5,7 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import Link from "next/link";
|
||||
import { Mail } from "lucide-react";
|
||||
|
||||
export default function ContactPage() {
|
||||
const navItems = [
|
||||
@@ -79,7 +80,7 @@ export default function ContactPage() {
|
||||
tag="Get in Touch"
|
||||
title="Stay Updated With Exclusive Offers"
|
||||
description="Subscribe to our newsletter for special promotions, new arrivals, and insider discounts."
|
||||
tagIcon="Mail"
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -360,6 +360,7 @@ export default function HomePage() {
|
||||
description="Browse our carefully curated product categories."
|
||||
tag="Shop by Category"
|
||||
tagIcon={Layers}
|
||||
animationType="slide-up"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -446,7 +447,7 @@ export default function HomePage() {
|
||||
description: "Massive discounts coming soon",
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -160,6 +160,7 @@ export default function ProductsPage() {
|
||||
description="Find the perfect products in our curated collections."
|
||||
tag="Shop Smarter"
|
||||
tagIcon={Layers}
|
||||
animationType="slide-up"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user