Merge version_4 into main #3
@@ -104,17 +104,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Business Pro", price: "10 HKD", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office-black-white_23-2151777530.jpg"},
|
||||
id: "1", name: "Business Pro", price: "10 HKD (One-time price)", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office-black-white_23-2151777530.jpg"},
|
||||
{
|
||||
id: "2", name: "Creative Agency", price: "10 HKD", imageSrc: "http://img.b2bpic.net/free-psd/business-card-template-set_53876-98674.jpg"},
|
||||
id: "2", name: "Creative Agency", price: "10 HKD (One-time price)", imageSrc: "http://img.b2bpic.net/free-psd/business-card-template-set_53876-98674.jpg"},
|
||||
{
|
||||
id: "3", name: "Data Analyst", price: "10 HKD", imageSrc: "http://img.b2bpic.net/free-vector/five-business-slide-templates-set_1262-4132.jpg"},
|
||||
id: "3", name: "Data Analyst", price: "10 HKD (One-time price)", imageSrc: "http://img.b2bpic.net/free-vector/five-business-slide-templates-set_1262-4132.jpg"},
|
||||
{
|
||||
id: "4", name: "Startup Pitch", price: "10 HKD", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-renewable-energy-landing-page_23-2150218824.jpg"},
|
||||
id: "4", name: "Startup Pitch", price: "10 HKD (One-time price)", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-renewable-energy-landing-page_23-2150218824.jpg"},
|
||||
{
|
||||
id: "5", name: "Academic Study", price: "10 HKD", imageSrc: "http://img.b2bpic.net/free-vector/front-back-design-card_1308-86654.jpg"},
|
||||
id: "5", name: "Academic Study", price: "10 HKD (One-time price)", imageSrc: "http://img.b2bpic.net/free-vector/front-back-design-card_1308-86654.jpg"},
|
||||
{
|
||||
id: "6", name: "Creative Portfolio", price: "10 HKD", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dm6lxo"},
|
||||
id: "6", name: "Creative Portfolio", price: "10 HKD (One-time price)", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dm6lxo"},
|
||||
]}
|
||||
title="Our PPT Collection"
|
||||
description="Choose your perfect slide deck design."
|
||||
@@ -238,4 +238,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user