Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f8a9f64758 | |||
| 3ec0642f5c | |||
| b45e7b35d0 | |||
| 324ca531f1 |
@@ -104,17 +104,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
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"
|
title="Our PPT Collection"
|
||||||
description="Choose your perfect slide deck design."
|
description="Choose your perfect slide deck design."
|
||||||
@@ -204,6 +204,7 @@ export default function LandingPage() {
|
|||||||
name: "message", placeholder: "Attach payment proof description"}}
|
name: "message", placeholder: "Attach payment proof description"}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/modern-office-with-nobody-present_482257-122002.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/modern-office-with-nobody-present_482257-122002.jpg"
|
||||||
onSubmit={(data) => {
|
onSubmit={(data) => {
|
||||||
|
alert("Payment proof received. Your order is being processed!");
|
||||||
console.log("Order submitted:", data);
|
console.log("Order submitted:", data);
|
||||||
// Simulate delivery
|
// Simulate delivery
|
||||||
navigator.clipboard.writeText("https://example.com/download/template.pptx");
|
navigator.clipboard.writeText("https://example.com/download/template.pptx");
|
||||||
@@ -237,4 +238,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user