Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6224999135 | |||
| 1c345d00f9 | |||
| 2c70a7e5cc | |||
| 7a4ca8a37d | |||
| 8ab371608b |
@@ -96,12 +96,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "ind-1", name: "Restaurants", price: "AI-Enhanced", imageSrc: "http://img.b2bpic.net/free-photo/indoor-with-elegant-wooden-dining-table-chairs_116348-100.jpg" },
|
||||
{ id: "ind-2", name: "Cafes", price: "AR-Ready", imageSrc: "http://img.b2bpic.net/free-photo/from-woman-using-smartphone-cafe_23-2147785373.jpg" },
|
||||
{ id: "ind-3", name: "Clothing", price: "Real-Feel", imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150862182.jpg" },
|
||||
{ id: "ind-4", name: "Furniture", price: "3D-Preview", imageSrc: "http://img.b2bpic.net/free-photo/avant-garde-furniture-design_23-2151941825.jpg" },
|
||||
{ id: "ind-5", name: "Jewelry", price: "Detailed", imageSrc: "http://img.b2bpic.net/free-photo/close-up-consultant-hands-presenting-necklace-store_651396-1499.jpg" },
|
||||
{ id: "ind-6", name: "Bakeries", price: "Appetizing", imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-fruits-aside_114579-19075.jpg" },
|
||||
{ id: "ind-1", name: "Restaurants", price: "Increase Orders by 20%", imageSrc: "http://img.b2bpic.net/free-photo/indoor-with-elegant-wooden-dining-table-chairs_116348-100.jpg" },
|
||||
{ id: "ind-2", name: "Cafes", price: "Increase Orders by 15%", imageSrc: "http://img.b2bpic.net/free-photo/from-woman-using-smartphone-cafe_23-2147785373.jpg" },
|
||||
{ id: "ind-3", name: "Clothing", price: "Increase Orders by 25%", imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150862182.jpg" },
|
||||
{ id: "ind-4", name: "Furniture", price: "Increase Orders by 30%", imageSrc: "http://img.b2bpic.net/free-photo/avant-garde-furniture-design_23-2151941825.jpg" },
|
||||
{ id: "ind-5", name: "Jewelry", price: "Increase Orders by 10%", imageSrc: "http://img.b2bpic.net/free-photo/close-up-consultant-hands-presenting-necklace-store_651396-1499.jpg" },
|
||||
{ id: "ind-6", name: "Bakeries", price: "Increase Orders by 12%", imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-fruits-aside_114579-19075.jpg" },
|
||||
]}
|
||||
title="Versatile Industries"
|
||||
description="Perfect for any business needing visual engagement."
|
||||
@@ -149,7 +149,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "p1", name: "Starter", price: "$49", buttons: [{ text: "Get Started", href: "#" }], features: ["10 Products", "AR Viewer", "Email Support"] },
|
||||
{ id: "p2", name: "Pro", price: "$129", buttons: [{ text: "Go Pro", href: "#" }], features: ["100 Products", "Cloud Dashboard", "24/7 Support"] },
|
||||
{ id: "p2", name: "Pro", price: "$129", badge: "Most Popular", buttons: [{ text: "Go Pro", href: "#" }], features: ["100 Products", "Cloud Dashboard", "24/7 Support"] },
|
||||
{ id: "p3", name: "Enterprise", price: "Custom", buttons: [{ text: "Contact Us", href: "#contact" }], features: ["Unlimited AR", "Custom AI", "On-Prem Options"] },
|
||||
]}
|
||||
title="Select Your Plan"
|
||||
@@ -201,4 +201,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user