Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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: "#" }
|
||||
]}
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user