Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-02 19:42:21 +00:00
3 changed files with 3 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ export default function ContactPage() {
buttonText="Send Message"
termsText="By submitting, you agree to our Terms and Conditions."
onSubmit={(email) => console.log("Contact form submitted with email:", email)}
useInvertedBackground={false}
/>
</div>
</ThemeProvider>

View File

@@ -78,7 +78,7 @@ export default function PersonalGridTemplatePage() {
cardTitle="What Our Clients Say"
cardTag="Testimonials"
cardTagIcon={Star}
cardAnimation="entrance-slide"
cardAnimation="slide-up"
buttons={[
{ text: "Read More", href: "#" }
]}

View File

@@ -39,7 +39,7 @@ export default function PortfolioPage() {
tag="Portfolio"
products={projects}
gridVariant="bento-grid"
animationType="entrance-slide"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>