Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d9adbc756c | |||
| 5cd902b245 | |||
| f2b01168e2 | |||
| 9f146ea59b | |||
| ca1e9afe78 |
@@ -135,13 +135,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 +160,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"
|
||||
|
||||
Reference in New Issue
Block a user