chore: transfer repo
This commit is contained in:
11
app/about/page.tsx
Normal file
11
app/about/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { AboutPageContent } from '@/components/about/AboutPageContent';
|
||||
import { Metadata } from 'next';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'About Us | Sent',
|
||||
description: 'Learn more about Sent and our mission to create personalized gift boxes for every occasion.'
|
||||
};
|
||||
|
||||
export default function AboutPage() {
|
||||
return <AboutPageContent />;
|
||||
}
|
||||
Reference in New Issue
Block a user