Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-05 08:11:38 +00:00

View File

@@ -30,6 +30,7 @@ export default function BuyTimeLanding() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Buy Time"
brandNameClassName="text-2xl md:text-3xl lg:text-4xl font-extrabold tracking-tight"
navItems={[
{ name: "Home", id: "hero" },
{ name: "Trending", id: "products" },
@@ -135,13 +136,15 @@ export default function BuyTimeLanding() {
id: "basic", badge: "Standard", badgeIcon: TagIcon,
price: "30-40%", subtitle: "Typical savings on trending items", buttons: [{ text: "Start Shopping", href: "#" }],
features: [
"Access to all trending products", "Real-time price updates", "Secure checkout", "Free shipping on $50+"],
"Access to all trending products", "Real-time price updates", "Secure checkout", "Free shipping on $50+"
],
},
{
id: "pro", badge: "Premium", badgeIcon: Sparkles,
price: "50-70%", subtitle: "Premium deals on select items", buttons: [{ text: "Unlock Premium", href: "#" }],
features: [
"Early access to flash sales", "Exclusive member discounts", "Priority customer support", "Free shipping on all orders"],
"Early access to flash sales", "Exclusive member discounts", "Priority customer support", "Free shipping on all orders"
],
},
]}
animationType="slide-up"
@@ -158,22 +161,28 @@ export default function BuyTimeLanding() {
testimonials={[
{
id: "1", name: "Sarah Mitchell", role: "Tech Enthusiast", company: "Premium Deals Shopper", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Sarah Mitchell"},
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Sarah Mitchell"
},
{
id: "2", name: "James Chen", role: "Smart Shopper", company: "Value Hunter", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Chen"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Chen"
},
{
id: "3", name: "Emily Rodriguez", role: "Fashion Forward", company: "Trend Spotter", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-smiling-face-expression-headshot-portrait_53876-65110.jpg", imageAlt: "Emily Rodriguez"},
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-smiling-face-expression-headshot-portrait_53876-65110.jpg", imageAlt: "Emily Rodriguez"
},
{
id: "4", name: "Michael Thompson", role: "Gadget Collector", company: "Tech Lover", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Michael Thompson"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Michael Thompson"
},
{
id: "5", name: "Lisa Wong", role: "Budget Conscious", company: "Savings Pro", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman_1163-3145.jpg", imageAlt: "Lisa Wong"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman_1163-3145.jpg", imageAlt: "Lisa Wong"
},
{
id: "6", name: "David Anderson", role: "Deal Finder", company: "Smart Buyer", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "David Anderson"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "David Anderson"
},
]}
animationType="slide-up"
textboxLayout="default"