Update src/app/about-us/page.tsx
This commit is contained in:
@@ -35,6 +35,7 @@ export default function AboutUsPage() {
|
||||
brandName="My Website"
|
||||
logoSrc="/placeholder-logo.svg"
|
||||
logoAlt="Company Logo"
|
||||
button={{ text: "Learn More", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="about-us-section" data-section="about-us">
|
||||
@@ -44,7 +45,6 @@ export default function AboutUsPage() {
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://images.unsplash.com/photo-1549692520-acc66692997b?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTYwNXwwfDF8YWxsfDV8fHx8fHwyfHwxNzA4NjA4NzU4fA&ixlib=rb-4.0.3&q=80&w=400"
|
||||
imageAlt="About Us Image"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user