diff --git a/src/app/page.tsx b/src/app/page.tsx
index 96cd01c..2ab3a3b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -38,14 +38,10 @@ export default function LandingPage() {
@@ -53,13 +49,11 @@ export default function LandingPage() {
@@ -144,16 +115,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1", name: "Sarah Chen", date: "Jan 2024", title: "CEO, Design Labs", quote: "T&B products have completely changed my workspace aesthetic.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-studio_23-2148532568.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-diagnosing-melanoma-body-female-patient_23-2149365767.jpg?_wi=2", imageAlt: "professional portrait minimalist"},
- {
- id: "t2", name: "Michael Ross", date: "Dec 2023", title: "Creative Director", quote: "Minimalism done right. The quality is simply unmatched.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-confident-adult-business-leader_1262-4819.jpg", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072189.jpg?_wi=2", imageAlt: "professional portrait minimalist"},
- {
- id: "t3", name: "Elena Gomez", date: "Nov 2023", title: "Entrepreneur", quote: "Functionality meeting beauty. Everything I need in one set.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/blurred-waiting-room_1203-1254.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vr-glasses_23-2148847740.jpg?_wi=2", imageAlt: "professional portrait minimalist"},
- {
- id: "t4", name: "David Park", date: "Oct 2023", title: "Product Designer", quote: "The attention to detail is evident in every curve.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/medium-shot-man-with-messy-bun-posing_23-2149435265.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-laptop-amidst-stationery_23-2147768899.jpg?_wi=2", imageAlt: "professional portrait minimalist"},
- {
- id: "t5", name: "Jessica Lee", date: "Sep 2023", title: "Tech Consultant", quote: "Elegant design that works seamlessly every single time.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/special-product-photography-studio-with-workers_23-2148970220.jpg", imageSrc: "http://img.b2bpic.net/free-photo/headphones-laptop-home_23-2149551432.jpg?_wi=2", imageAlt: "professional portrait minimalist"},
+ { id: "t1", name: "Sarah Chen", date: "Jan 2024", title: "CEO, Design Labs", quote: "T&B products have completely changed my workspace aesthetic.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-studio_23-2148532568.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-diagnosing-melanoma-body-female-patient_23-2149365767.jpg?_wi=2", imageAlt: "professional portrait minimalist" },
+ { id: "t2", name: "Michael Ross", date: "Dec 2023", title: "Creative Director", quote: "Minimalism done right. The quality is simply unmatched.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-confident-adult-business-leader_1262-4819.jpg", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072189.jpg?_wi=2", imageAlt: "professional portrait minimalist" },
+ { id: "t3", name: "Elena Gomez", date: "Nov 2023", title: "Entrepreneur", quote: "Functionality meeting beauty. Everything I need in one set.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/blurred-waiting-room_1203-1254.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vr-glasses_23-2148847740.jpg?_wi=2", imageAlt: "professional portrait minimalist" },
+ { id: "t4", name: "David Park", date: "Oct 2023", title: "Product Designer", quote: "The attention to detail is evident in every curve.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/medium-shot-man-with-messy-bun-posing_23-2149435265.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-laptop-amidst-stationery_23-2147768899.jpg?_wi=2", imageAlt: "professional portrait minimalist" },
+ { id: "t5", name: "Jessica Lee", date: "Sep 2023", title: "Tech Consultant", quote: "Elegant design that works seamlessly every single time.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/special-product-photography-studio-with-workers_23-2148970220.jpg", imageSrc: "http://img.b2bpic.net/free-photo/headphones-laptop-home_23-2149551432.jpg?_wi=2", imageAlt: "professional portrait minimalist" },
]}
title="Loved by Creators"
description="See why top professionals choose T&B."
@@ -165,14 +131,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "f1", title: "How long is shipping?", content: "We offer express global shipping within 3-5 business days."},
- {
- id: "f2", title: "Can I return products?", content: "Yes, we have a 30-day hassle-free return policy."},
- {
- id: "f3", title: "Do you offer international shipping?", content: "Yes, we ship to over 50 countries worldwide."},
- {
- id: "f4", title: "Are products covered by warranty?", content: "All items come with a standard 12-month manufacturer warranty."},
+ { id: "f1", title: "How long is shipping?", content: "We offer express global shipping within 3-5 business days." },
+ { id: "f2", title: "Can I return products?", content: "Yes, we have a 30-day hassle-free return policy." },
+ { id: "f3", title: "Do you offer international shipping?", content: "Yes, we ship to over 50 countries worldwide." },
+ { id: "f4", title: "Are products covered by warranty?", content: "All items come with a standard 12-month manufacturer warranty." },
]}
title="Frequently Asked Questions"
description="Everything you need to know about T&B."
@@ -186,12 +148,8 @@ export default function LandingPage() {
title="Join the T&B Inner Circle"
description="Get exclusive early access to new releases and design insights."
inputs={[
- {
- name: "name", type: "text", placeholder: "Your Name", required: true,
- },
- {
- name: "email", type: "email", placeholder: "Your Email", required: true,
- },
+ { name: "name", type: "text", placeholder: "Your Name", required: true },
+ { name: "email", type: "email", placeholder: "Your Email", required: true },
]}
imageSrc="http://img.b2bpic.net/free-photo/wide-shot-white-abstract-architectural-building_181624-30992.jpg"
buttonText="Subscribe"
@@ -204,20 +162,11 @@ export default function LandingPage() {
title="Get In Touch"
description="Our team is here to assist you with any questions."
inputs={[
- {
- name: "name", type: "text", placeholder: "Name", required: true,
- },
- {
- name: "email", type: "email", placeholder: "Email", required: true,
- },
- {
- name: "subject", type: "text", placeholder: "Subject", required: true,
- },
+ { name: "name", type: "text", placeholder: "Name", required: true },
+ { name: "email", type: "email", placeholder: "Email", required: true },
+ { name: "subject", type: "text", placeholder: "Subject", required: true },
]}
- textarea={{
- name: "message", placeholder: "How can we help?", rows: 4,
- required: true,
- }}
+ textarea={{ name: "message", placeholder: "How can we help?", rows: 4, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/corporate-building-with-minimalist-empty-room_23-2148727505.jpg"
/>
@@ -227,19 +176,13 @@ export default function LandingPage() {
logoText="T&B"
copyrightText="© 2025 T&B. All rights reserved."
socialLinks={[
- {
- icon: Twitter,
- href: "#", ariaLabel: "Twitter"},
- {
- icon: Instagram,
- href: "#", ariaLabel: "Instagram"},
- {
- icon: Linkedin,
- href: "#", ariaLabel: "Linkedin"},
+ { icon: Twitter, href: "#", ariaLabel: "Twitter" },
+ { icon: Instagram, href: "#", ariaLabel: "Instagram" },
+ { icon: Linkedin, href: "#", ariaLabel: "Linkedin" },
]}
/>
);
-}
+}
\ No newline at end of file
diff --git a/src/app/product/[id]/page.tsx b/src/app/product/[id]/page.tsx
index 219ecab..52f1294 100644
--- a/src/app/product/[id]/page.tsx
+++ b/src/app/product/[id]/page.tsx
@@ -1,17 +1,19 @@
"use client";
-import { useParams } from "next/navigation";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import FooterCard from '@/components/sections/footer/FooterCard';
+import { useParams } from "next/navigation";
import { Twitter, Instagram, Linkedin } from "lucide-react";
export default function ProductDetailPage() {
- const { id } = useParams();
+ const params = useParams();
+ const productId = params?.id;
- const handleCheckout = () => {
- window.location.href = "https://www.shopier.com/checkout";
+ const handleShopierCheckout = () => {
+ // Integration logic for Shopier checkout process
+ window.open(`https://www.shopier.com/ShowProductNew/products.php?id=${productId}`, "_blank");
};
return (
@@ -19,7 +21,7 @@ export default function ProductDetailPage() {
defaultButtonVariant="text-stagger"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
- contentWidth="medium"
+ contentWidth="smallMedium"
sizing="mediumLargeSizeMediumTitles"
background="blurBottom"
cardStyle="solid"
@@ -28,25 +30,56 @@ export default function ProductDetailPage() {
headingFontWeight="light"
>