main #31
@@ -186,11 +186,11 @@ export default function Navbar({
|
||||
melbourneLabel: 'Your Card'
|
||||
},
|
||||
{
|
||||
label: 'Your PostCard',
|
||||
label: 'Your Postcard',
|
||||
path: '/postcards',
|
||||
isShared: true,
|
||||
landingLabel: 'Your PostCard',
|
||||
melbourneLabel: 'Your PostCard'
|
||||
landingLabel: 'Your Postcard',
|
||||
melbourneLabel: 'Your Postcard'
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
@@ -13,7 +13,7 @@ import { CustomPostcards } from './CustomPostcards';
|
||||
import { HowItWorks } from './HowItWorks';
|
||||
import { ImageWithFallback } from './figma/ImageWithFallback';
|
||||
import { Layout } from '../Layout';
|
||||
import front from '../assets/front.jpg'
|
||||
// import front from '../assets/front.jpg'
|
||||
|
||||
|
||||
interface User {
|
||||
@@ -89,7 +89,7 @@ export function PostCardsPage({
|
||||
|
||||
<div className="flex mx-auto items-center px-4 relative z-10">
|
||||
<motion.div
|
||||
className="max-w-2xl mx-auto text-left"
|
||||
className="max-w-2xl mx-auto text-center"
|
||||
initial={{ opacity: 0, y: 30 }}
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.6 }}
|
||||
@@ -111,7 +111,7 @@ export function PostCardsPage({
|
||||
Start Creating Postcards
|
||||
</Button> */}
|
||||
</motion.div>
|
||||
< img src={front} alt='Postcard image' />
|
||||
{/* < img src={front} alt='Postcard image' /> */}
|
||||
</div>
|
||||
|
||||
{/* Decorative elements */}
|
||||
|
||||
@@ -225,7 +225,7 @@ export function ProfilePage({
|
||||
>
|
||||
<h1 className="font-poppins text-3xl md:text-4xl lg:text-5xl mb-4">
|
||||
<span className="font-light">My</span>{' '}
|
||||
<span className="font-bold italic bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent">Profile</span>
|
||||
<span className="font-bold italic bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent pr-2">Profile</span>
|
||||
</h1>
|
||||
<p className="font-poppins text-xl leading-relaxed font-normal text-gray-600">
|
||||
Manage your account, passes, and travel itineraries
|
||||
|
||||
Reference in New Issue
Block a user