Merge version_1 into main #3
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diary-pencil-tablet_1156-56.jpg", imageAlt: "Premium laptop case"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diary-pencil-tablet_1156-56.jpg?_wi=1", imageAlt: "Premium laptop case"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-case-design_1175-329.jpg", imageAlt: "Stylish mobile case"
|
||||
@@ -168,13 +168,13 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "MacBook Pro 16\" Case", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/diary-pencil-tablet_1156-56.jpg", imageAlt: "MacBook Pro protective case", initialQuantity: 1,
|
||||
id: "1", name: "MacBook Pro 16\" Case", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/diary-pencil-tablet_1156-56.jpg?_wi=2", imageAlt: "MacBook Pro protective case", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2", name: "iPhone 15 Pro Case", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-case-design_1175-334.jpg", imageAlt: "iPhone 15 Pro protective case", initialQuantity: 1,
|
||||
id: "2", name: "iPhone 15 Pro Case", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-case-design_1175-334.jpg?_wi=1", imageAlt: "iPhone 15 Pro protective case", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3", name: "Laptop Sleeve Neoprene", price: "$64.99", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-is-using-tablet-outside_169016-25266.jpg", imageAlt: "Premium laptop sleeve", initialQuantity: 1,
|
||||
id: "3", name: "Laptop Sleeve Neoprene", price: "$64.99", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-is-using-tablet-outside_169016-25266.jpg?_wi=1", imageAlt: "Premium laptop sleeve", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -192,19 +192,19 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "starter", title: "Essential", price: "$49", period: "one-time", imageSrc: "http://img.b2bpic.net/free-photo/diary-pencil-tablet_1156-56.jpg", imageAlt: "Essential protection plan", features: [
|
||||
id: "starter", title: "Essential", price: "$49", period: "one-time", imageSrc: "http://img.b2bpic.net/free-photo/diary-pencil-tablet_1156-56.jpg?_wi=3", imageAlt: "Essential protection plan", features: [
|
||||
"Single protective case", "Standard material", "30-day guarantee", "Free shipping"
|
||||
],
|
||||
button: { text: "Get Started", href: "#products" },
|
||||
},
|
||||
{
|
||||
id: "pro", title: "Professional", price: "$129", period: "one-time", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-case-design_1175-334.jpg", imageAlt: "Professional protection plan", features: [
|
||||
id: "pro", title: "Professional", price: "$129", period: "one-time", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-case-design_1175-334.jpg?_wi=2", imageAlt: "Professional protection plan", features: [
|
||||
"Two premium cases", "Advanced materials", "1-year warranty", "Priority support", "Free shipping worldwide"
|
||||
],
|
||||
button: { text: "Upgrade Now", href: "#products" },
|
||||
},
|
||||
{
|
||||
id: "elite", title: "Elite", price: "$249", period: "one-time", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-is-using-tablet-outside_169016-25266.jpg", imageAlt: "Elite protection plan", features: [
|
||||
id: "elite", title: "Elite", price: "$249", period: "one-time", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-is-using-tablet-outside_169016-25266.jpg?_wi=2", imageAlt: "Elite protection plan", features: [
|
||||
"Complete collection", "All premium materials", "Lifetime warranty", "24/7 concierge support", "Free replacements", "Express shipping"
|
||||
],
|
||||
button: { text: "Choose Elite", href: "#products" },
|
||||
|
||||
Reference in New Issue
Block a user