Update src/app/checkout/page.tsx
This commit is contained in:
@@ -22,15 +22,33 @@ export default function CheckoutPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "AirPods", id: "#products" },
|
||||
{ name: "Vision", id: "#vision" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
{ name: "Checkout", id: "/checkout" }
|
||||
{
|
||||
name: "Home", id: "/"
|
||||
},
|
||||
{
|
||||
name: "About", id: "#about"
|
||||
},
|
||||
{
|
||||
name: "Features", id: "#features"
|
||||
},
|
||||
{
|
||||
name: "AirPods", id: "#products"
|
||||
},
|
||||
{
|
||||
name: "Vision", id: "#vision"
|
||||
},
|
||||
{
|
||||
name: "Testimonials", id: "#testimonials"
|
||||
},
|
||||
{
|
||||
name: "FAQ", id: "#faq"
|
||||
},
|
||||
{
|
||||
name: "Contact", id: "#contact"
|
||||
},
|
||||
{
|
||||
name: "Checkout", id: "/checkout"
|
||||
}
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eu6bBOTdX8kN4amCUkA0dEWXTg/uploaded-1781016191232-plk3q13v.png"
|
||||
logoAlt="PodWave Logo"
|
||||
@@ -39,17 +57,8 @@ export default function CheckoutPage() {
|
||||
bottomRightText="info@podwave.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="flex flex-col items-center justify-center min-h-[calc(100vh-200px)] px-4 py-16 text-center">
|
||||
<h1 className="text-5xl md:text-7xl font-bold mb-6 text-foreground">
|
||||
Your Payment Area
|
||||
</h1>
|
||||
<p className="text-lg md:text-xl max-w-2xl text-foreground/80 mb-8">
|
||||
Proceed with your secure payment for PodWave AirPods.
|
||||
</p>
|
||||
<p className="text-foreground/60">
|
||||
(This is a placeholder for your dedicated payment processing.)
|
||||
</p>
|
||||
<div className="flex min-h-[50vh] items-center justify-center text-center">
|
||||
<h1 className="text-4xl font-bold text-foreground">Your Checkout</h1>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user