Update src/app/delivery/page.tsx
This commit is contained in:
@@ -7,7 +7,7 @@ import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import LegalSection from '@/components/legal/LegalSection';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function DeliveryPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
@@ -25,14 +25,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "Checkout", id: "/checkout"},
|
||||
{
|
||||
name: "Delivery", id: "/delivery"},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Checkout", id: "/checkout" },
|
||||
{ name: "Delivery", id: "/delivery" },
|
||||
]}
|
||||
brandName="LEX"
|
||||
/>
|
||||
@@ -45,10 +41,9 @@ export default function LandingPage() {
|
||||
sections={[
|
||||
{
|
||||
heading: "Shipping Times", content: {
|
||||
items: [
|
||||
"Standard: 3-5 days", "Express: 1-2 days"],
|
||||
},
|
||||
},
|
||||
type: "list", items: ["Standard: 3-5 days", "Express: 1-2 days"]
|
||||
}
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -62,9 +57,11 @@ export default function LandingPage() {
|
||||
description="Fast and reliable delivery."
|
||||
features={[
|
||||
{
|
||||
title: "Tracking", description: "Full tracking on all orders.", imageSrc: "http://img.b2bpic.net/free-photo/clothes-search-bar-box-banner-badge_53876-121020.jpg"},
|
||||
title: "Tracking", description: "Full tracking on all orders.", imageSrc: "http://img.b2bpic.net/free-photo/clothes-search-bar-box-banner-badge_53876-121020.jpg"
|
||||
},
|
||||
{
|
||||
title: "Safe Packaging", description: "Items arrive in perfect condition.", imageSrc: "http://img.b2bpic.net/free-photo/black-clothes-hangers-terracotta-background-with-copy-space-idea-sale-creative-shopping-concept-flat-lay-minimalistic-style-creative-layout-fashion-shop-sale-blog-banner_166373-1748.jpg"},
|
||||
title: "Safe Packaging", description: "Items arrive in perfect condition.", imageSrc: "http://img.b2bpic.net/free-photo/black-clothes-hangers-terracotta-background-with-copy-space-idea-sale-creative-shopping-concept-flat-lay-minimalistic-style-creative-layout-fashion-shop-sale-blog-banner_166373-1748.jpg"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user