Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-22 14:01:43 +00:00
2 changed files with 32 additions and 31 deletions

View File

@@ -5,6 +5,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Shield, CreditCard, Lock } from "lucide-react";
export default function CheckoutPage() {
const navItems = [
@@ -87,7 +88,7 @@ export default function CheckoutPage() {
title="Secure Checkout Process"
description="Follow these simple steps to complete your purchase securely. Your payment information is encrypted and protected."
tag="Safe & Secure"
tagIcon="Shield"
tagIcon={Shield}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -98,28 +99,28 @@ export default function CheckoutPage() {
id: "step-1",
title: "Shipping Address",
description: "Enter or select your delivery address and verify contact details",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/an-interface-showing-the-browse-and-sear-1774188009951-abffab32.png?_wi=2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/an-interface-showing-the-browse-and-sear-1774188009951-abffab32.png",
imageAlt: "Shipping address entry interface",
},
{
id: "step-2",
title: "Shipping Method",
description: "Choose your preferred shipping speed and track your delivery",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-shopping-cart-interface-showing-select-1774188010205-6b240e28.png?_wi=2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-shopping-cart-interface-showing-select-1774188010205-6b240e28.png",
imageAlt: "Shipping method selection interface",
},
{
id: "step-3",
title: "Payment Details",
description: "Select your payment method and enter secure payment information",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-secure-payment-checkout-interface-show-1774188011014-60e8956a.png?_wi=2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-secure-payment-checkout-interface-show-1774188011014-60e8956a.png",
imageAlt: "Secure payment entry interface",
},
{
id: "step-4",
title: "Order Review",
description: "Review your complete order and confirm your purchase",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/an-order-tracking-interface-showing-pack-1774188010786-e0ea30f9.png?_wi=2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/an-order-tracking-interface-showing-pack-1774188010786-e0ea30f9.png",
imageAlt: "Order review and confirmation interface",
},
]}
@@ -142,7 +143,7 @@ export default function CheckoutPage() {
title="Available Payment Methods"
description="ShopHub accepts multiple secure payment options. Choose the method that works best for you."
tag="Multiple Options"
tagIcon="CreditCard"
tagIcon={CreditCard}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
@@ -153,21 +154,21 @@ export default function CheckoutPage() {
id: "payment-1",
title: "Digital Wallets",
description: "Pay instantly using UPI, Google Pay, or Apple Pay for quick transactions",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-modern-electronics-and-gadgets-display-1774188009135-75e7ef12.png?_wi=4",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-modern-electronics-and-gadgets-display-1774188009135-75e7ef12.png",
imageAlt: "Digital wallet payment options",
},
{
id: "payment-2",
title: "Credit & Debit Cards",
description: "Use Visa, Mastercard, or RuPay cards with complete encryption",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-warm-and-inviting-home-and-lifestyle-c-1774188010859-e078b789.png?_wi=4",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-warm-and-inviting-home-and-lifestyle-c-1774188010859-e078b789.png",
imageAlt: "Credit and debit card payment options",
},
{
id: "payment-3",
title: "Net Banking",
description: "Direct bank transfer from your account with instant confirmation",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/an-active-sports-and-outdoor-equipment-d-1774188010136-6ed91439.png?_wi=3",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/an-active-sports-and-outdoor-equipment-d-1774188010136-6ed91439.png",
imageAlt: "Net banking payment option",
},
]}
@@ -186,7 +187,7 @@ export default function CheckoutPage() {
title="Why Checkout with Confidence"
description="ShopHub is committed to protecting your information and ensuring a safe shopping experience."
tag="Trust & Security"
tagIcon="Lock"
tagIcon={Lock}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -197,21 +198,21 @@ export default function CheckoutPage() {
id: "trust-1",
title: "SSL Encryption",
description: "All transactions are protected with 256-bit SSL encryption technology",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-beauty-and-personal-care-collection-sh-1774188009745-5b85297c.png?_wi=2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-beauty-and-personal-care-collection-sh-1774188009745-5b85297c.png",
imageAlt: "Security encryption technology",
},
{
id: "trust-2",
title: "Money Back Guarantee",
description: "100% satisfaction guaranteed or get your money back within 30 days",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-books-and-media-collection-display-sho-1774188009400-5a944c33.png?_wi=2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-books-and-media-collection-display-sho-1774188009400-5a944c33.png",
imageAlt: "Money back guarantee",
},
{
id: "trust-3",
title: "24/7 Customer Support",
description: "Our support team is always available to help with any questions",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-dynamic-electronics-category-banner-sh-1774188009810-a486fba5.png?_wi=3",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-dynamic-electronics-category-banner-sh-1774188009810-a486fba5.png",
imageAlt: "Customer support service",
},
]}

View File

@@ -94,27 +94,27 @@ export default function HomePage() {
description="Discover millions of products from trusted sellers. Shop confidently with secure payments, easy returns, and 24/7 customer support."
slides={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-vibrant-summer-fashion-collection-disp-1774188009678-b599fe70.png?_wi=1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-vibrant-summer-fashion-collection-disp-1774188009678-b599fe70.png",
imageAlt: "Summer Fashion Collection",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-modern-electronics-and-gadgets-display-1774188009135-75e7ef12.png?_wi=1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-modern-electronics-and-gadgets-display-1774188009135-75e7ef12.png",
imageAlt: "Electronics & Gadgets",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-warm-and-inviting-home-and-lifestyle-c-1774188010859-e078b789.png?_wi=1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-warm-and-inviting-home-and-lifestyle-c-1774188010859-e078b789.png",
imageAlt: "Home & Lifestyle",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/an-active-sports-and-outdoor-equipment-d-1774188010136-6ed91439.png?_wi=1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/an-active-sports-and-outdoor-equipment-d-1774188010136-6ed91439.png",
imageAlt: "Sports & Accessories",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-beauty-and-personal-care-collection-sh-1774188009745-5b85297c.png?_wi=1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-beauty-and-personal-care-collection-sh-1774188009745-5b85297c.png",
imageAlt: "Beauty & Personal Care",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-books-and-media-collection-display-sho-1774188009400-5a944c33.png?_wi=1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-books-and-media-collection-display-sho-1774188009400-5a944c33.png",
imageAlt: "Books & Media",
},
]}
@@ -160,7 +160,7 @@ export default function HomePage() {
price: "₹2,499",
rating: 4.8,
reviewCount: "2,340",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-premium-wireless-bluetooth-headphone-p-1774188008969-62a91280.png?_wi=1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-premium-wireless-bluetooth-headphone-p-1774188008969-62a91280.png",
imageAlt: "Premium wireless headphones with noise cancellation",
},
{
@@ -170,7 +170,7 @@ export default function HomePage() {
price: "₹599",
rating: 4.6,
reviewCount: "1,856",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-premium-cotton-t-shirt-product-photo-s-1774188009098-14e3327c.png?_wi=1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-premium-cotton-t-shirt-product-photo-s-1774188009098-14e3327c.png",
imageAlt: "Comfortable premium cotton t-shirt in multiple colors",
},
{
@@ -180,7 +180,7 @@ export default function HomePage() {
price: "₹3,999",
rating: 4.7,
reviewCount: "3,124",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-classic-leather-shoes-product-photo-sh-1774188009714-8053a751.png?_wi=1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-classic-leather-shoes-product-photo-sh-1774188009714-8053a751.png",
imageAlt: "Elegant leather shoes perfect for casual and formal wear",
},
{
@@ -190,7 +190,7 @@ export default function HomePage() {
price: "₹1,299",
rating: 4.5,
reviewCount: "892",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-smart-led-bulb-set-product-photo-show--1774188010302-454ab9b6.png?_wi=1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-smart-led-bulb-set-product-photo-show--1774188010302-454ab9b6.png",
imageAlt: "Energy-efficient smart LED bulbs with WiFi control",
},
]}
@@ -203,7 +203,7 @@ export default function HomePage() {
description="Explore our wide range of product categories. Find exactly what you're looking for with our organized and easy-to-navigate shopping experience."
tag="All Categories"
tagIcon={Grid3x3}
tagAnimation="fade-in"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
gridVariant="three-columns-all-equal-width"
@@ -213,21 +213,21 @@ export default function HomePage() {
id: "cat-1",
title: "Electronics",
description: "Smartphones, laptops, cameras, and more from top brands",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-dynamic-electronics-category-banner-sh-1774188009810-a486fba5.png?_wi=1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-dynamic-electronics-category-banner-sh-1774188009810-a486fba5.png",
imageAlt: "Electronics category featuring phones and gadgets",
},
{
id: "cat-2",
title: "Fashion & Apparel",
description: "Clothing, shoes, accessories for men, women, and kids",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-stylish-fashion-category-banner-show-d-1774188009026-d0c69bf4.png?_wi=1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-stylish-fashion-category-banner-show-d-1774188009026-d0c69bf4.png",
imageAlt: "Fashion category showing stylish clothing collection",
},
{
id: "cat-3",
title: "Home & Kitchen",
description: "Furniture, decor, appliances, and kitchenware",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-warm-home-and-kitchen-category-banner--1774188009438-2387265b.png?_wi=1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-warm-home-and-kitchen-category-banner--1774188009438-2387265b.png",
imageAlt: "Home category displaying furniture and decor items",
},
{
@@ -378,28 +378,28 @@ export default function HomePage() {
id: "step-1",
title: "Browse & Search",
description: "Explore our vast collection of products using search and filters",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/an-interface-showing-the-browse-and-sear-1774188009951-abffab32.png?_wi=1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/an-interface-showing-the-browse-and-sear-1774188009951-abffab32.png",
imageAlt: "Browse products interface",
},
{
id: "step-2",
title: "Add to Cart",
description: "Select items and add them to your shopping cart",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-shopping-cart-interface-showing-select-1774188010205-6b240e28.png?_wi=1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-shopping-cart-interface-showing-select-1774188010205-6b240e28.png",
imageAlt: "Shopping cart interface",
},
{
id: "step-3",
title: "Secure Checkout",
description: "Complete payment safely using UPI, card, or other methods",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-secure-payment-checkout-interface-show-1774188011014-60e8956a.png?_wi=1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/a-secure-payment-checkout-interface-show-1774188011014-60e8956a.png",
imageAlt: "Secure payment interface",
},
{
id: "step-4",
title: "Track & Receive",
description: "Track your order and receive it at your doorstep",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/an-order-tracking-interface-showing-pack-1774188010786-e0ea30f9.png?_wi=1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BIsKhtkddHHdwEJbqWY56S4JhN/an-order-tracking-interface-showing-pack-1774188010786-e0ea30f9.png",
imageAlt: "Order tracking interface",
},
]}