diff --git a/frontend/src/components/layout/BackstoryLayout.tsx b/frontend/src/components/layout/BackstoryLayout.tsx index 10f4b0b..b1fa5ff 100644 --- a/frontend/src/components/layout/BackstoryLayout.tsx +++ b/frontend/src/components/layout/BackstoryLayout.tsx @@ -92,15 +92,12 @@ const BackstoryPageContainer = (props : BackstoryPageContainerProps) => { return ( { backgroundColor: 'background.paper', borderRadius: 0.5, minHeight: '80vh', - maxWidth: { xs: '100%', md: '700px', lg: '1024px' }, - flexDirection: "column", + maxWidth: '100%', + flexDirection: "column", }}> {children} diff --git a/frontend/src/components/layout/Footer.tsx b/frontend/src/components/layout/Footer.tsx index 8f74250..9e475bf 100644 --- a/frontend/src/components/layout/Footer.tsx +++ b/frontend/src/components/layout/Footer.tsx @@ -62,7 +62,7 @@ const Footer = () => { const currentYear = new Date().getFullYear(); return ( - + {/* About Company */} @@ -79,11 +79,11 @@ const Footer = () => { > BACKSTORY - + Helping candidates share their professional journey and connect with the right employers through compelling backstories. - { onClick={() => window.open('https://twitter.com/', '_blank')} > - + */} { color: theme.palette.action.active, } }} - onClick={() => window.open('https://linkedin.com/', '_blank')} + onClick={() => window.open('https://www.linkedin.com/in/james-ketrenos/', '_blank')} > - { onClick={() => window.open('https://youtube.com/', '_blank')} > - + */} @@ -211,7 +211,7 @@ const Footer = () => { */} - + Beaverton, OR 97003 @@ -224,8 +224,8 @@ const Footer = () => { - - + + {currentYear} James P. Ketrenos. All rights reserved. diff --git a/frontend/src/pages/BetaPage.tsx b/frontend/src/pages/BetaPage.tsx index 0658770..a961f0d 100644 --- a/frontend/src/pages/BetaPage.tsx +++ b/frontend/src/pages/BetaPage.tsx @@ -38,7 +38,7 @@ const BetaPage: React.FC = ({ const location = useLocation(); if (!children) { - children = (Location: {location.pathname}); + children = (The page you requested ({location.pathname.replace(/^\//, '')}) is not yet read.); } console.log("BetaPage", children); diff --git a/frontend/src/pages/HomePage.tsx b/frontend/src/pages/HomePage.tsx index a6eb739..64adac8 100644 --- a/frontend/src/pages/HomePage.tsx +++ b/frontend/src/pages/HomePage.tsx @@ -133,6 +133,8 @@ const FeatureCard = ({ }; const HomePage = () => { + const testimonials = false; + return ( {/* Hero Section */} @@ -152,7 +154,8 @@ const HomePage = () => { sx={{ fontWeight: 700, fontSize: { xs: '2rem', md: '3rem' }, - mb: 2 + mb: 2, + color: "white" }} > Your complete professional story, beyond a single page @@ -452,6 +455,7 @@ const HomePage = () => { {/* Testimonials Section */} + {testimonials && { + } {/* CTA Section */} { maxWidth: 800, mx: 'auto' }}> - + Ready to transform your hiring process?