Update src/app/page.tsx
This commit is contained in:
@@ -41,13 +41,13 @@ export default function HomePage() {
|
||||
<TestimonialCardSix title="Testimonials" description="What our clients say." textboxLayout="default" animationType="slide-up" useInvertedBackground={false} testimonials={[{id: "1", name: "A", handle: "@a", testimonial: "Good!"}, {id: "2", name: "B", handle: "@b", testimonial: "Great!"}]} />
|
||||
</div>
|
||||
<div id="order" data-section="order">
|
||||
<ContactSplit tag="Contact" title="Get in Touch" description="We would love to hear from you." useInvertedBackground={false} />
|
||||
<ContactSplit tag="Contact" title="Get in Touch" description="We would love to hear from you." background={{ variant: 'radial-gradient' }} useInvertedBackground={false} />
|
||||
</div>
|
||||
<div id="gallery" data-section="gallery">
|
||||
<FeatureCardTwentyNine title="Gallery" description="See our work." gridVariant="bento-grid" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} features={[{title: "G1", description: "D1", imageSrc: "/g1.jpg", titleImageSrc: "/t1.png", buttonText: "View"}, {title: "G2", description: "D2", imageSrc: "/g2.jpg", titleImageSrc: "/t2.png", buttonText: "View"}]} />
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit tag="Support" title="Need help?" description="Our team is here for you." useInvertedBackground={false} />
|
||||
<ContactSplit tag="Support" title="Need help?" description="Our team is here for you." background={{ variant: 'radial-gradient' }} useInvertedBackground={false} />
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard logoText="Webild" columns={[{title: "Links", items: [{label: "Home", href: "/"}]}]} />
|
||||
|
||||
Reference in New Issue
Block a user