Merge version_1 into main #16
@@ -28,13 +28,13 @@ export default function Page() {
|
||||
<FeatureHoverPattern title="Core Features" description="Designed for modern teams." animationType="slide-up" features={[{ icon: Zap, title: "Automation", description: "Save hours daily." }, { icon: Star, title: "Scalability", description: "Grow with confidence." }]} textboxLayout="default" useInvertedBackground={false} />
|
||||
</div>
|
||||
<div id="content" data-section="content">
|
||||
<ProductCardTwo title="Featured Solutions" description="Explore our curated toolkit." gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" products={[{ id: "1", brand: "Core", name: "Basic Plan", price: "$99", rating: 5, reviewCount: "10", imageSrc: "https://images.unsplash.com/photo-1550751827-4bd374c3f58b?q=80&w=600" }, { id: "2", brand: "Pro", name: "Advanced Plan", price: "$199", rating: 5, reviewCount: "20", imageSrc: "https://images.unsplash.com/photo-1550751827-4bd374c3f58b?q=80&w=600" }, { id: "3", brand: "Enterprise", name: "Custom Plan", price: "$499", rating: 5, reviewCount: "50", imageSrc: "https://images.unsplash.com/photo-1550751827-4bd374c3f58b?q=80&w=600" }]} />
|
||||
<ProductCardTwo title="Featured Solutions" description="Explore our curated toolkit." gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" products={[{ id: "1", brand: "Core", name: "Basic Plan", price: "$99", rating: 5, reviewCount: "10", imageSrc: "https://images.unsplash.com/photo-1550751827-4bd374c3f58b?q=80&w=600" }, { id: "2", brand: "Pro", name: "Advanced Plan", price: "$199", rating: 5, reviewCount: "20", imageSrc: "https://images.unsplash.com/photo-1550751827-4bd374c3f58b?q=80&w=600" }, { id: "3", brand: "Enterprise", name: "Custom Plan", price: "$499", rating: 5, reviewCount: "50", imageSrc: "https://images.unsplash.com/photo-1550751827-4bd374c3f58b?q=80&w=600" }]} useInvertedBackground={false} />
|
||||
</div>
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardThirteen title="Client Success" description="What they say about us." showRating={true} animationType="slide-up" textboxLayout="default" testimonials={[{ id: "t1", name: "Alex", handle: "@alex", testimonial: "Excellent service!", rating: 5 }, { id: "t2", name: "Sam", handle: "@sam", testimonial: "Highly recommended.", rating: 5 }]} />
|
||||
<TestimonialCardThirteen title="Client Success" description="What they say about us." showRating={true} animationType="slide-up" textboxLayout="default" testimonials={[{ id: "t1", name: "Alex", handle: "@alex", testimonial: "Excellent service!", rating: 5 }, { id: "t2", name: "Sam", handle: "@sam", testimonial: "Highly recommended.", rating: 5 }]} useInvertedBackground={false} />
|
||||
</div>
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardOne title="Recent Insights" description="Latest news and updates." animationType="slide-up" textboxLayout="default" blogs={[{ id: "b1", category: "Tech", title: "Innovation 2025", excerpt: "Exploring the future.", imageSrc: "https://images.unsplash.com/photo-1485827404703-89b55fcc595e?q=80&w=600", authorName: "Admin", authorAvatar: "", date: "Jan 2025" }, { id: "b2", category: "Design", title: "UI Trends", excerpt: "Minimalism persists.", imageSrc: "https://images.unsplash.com/photo-1485827404703-89b55fcc595e?q=80&w=600", authorName: "Admin", authorAvatar: "", date: "Feb 2025" }, { id: "b3", category: "Scale", title: "Scaling Up", excerpt: "Tips for growth.", imageSrc: "https://images.unsplash.com/photo-1485827404703-89b55fcc595e?q=80&w=600", authorName: "Admin", authorAvatar: "", date: "Mar 2025" }]} />
|
||||
<BlogCardOne title="Recent Insights" description="Latest news and updates." animationType="slide-up" textboxLayout="default" blogs={[{ id: "b1", category: "Tech", title: "Innovation 2025", excerpt: "Exploring the future.", imageSrc: "https://images.unsplash.com/photo-1485827404703-89b55fcc595e?q=80&w=600", authorName: "Admin", authorAvatar: "", date: "Jan 2025" }, { id: "b2", category: "Design", title: "UI Trends", excerpt: "Minimalism persists.", imageSrc: "https://images.unsplash.com/photo-1485827404703-89b55fcc595e?q=80&w=600", authorName: "Admin", authorAvatar: "", date: "Feb 2025" }, { id: "b3", category: "Scale", title: "Scaling Up", excerpt: "Tips for growth.", imageSrc: "https://images.unsplash.com/photo-1485827404703-89b55fcc595e?q=80&w=600", authorName: "Admin", authorAvatar: "", date: "Mar 2025" }]} useInvertedBackground={false} />
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText text="Ready to start?" background={{ variant: "gradient-bars" }} useInvertedBackground={false} />
|
||||
|
||||
Reference in New Issue
Block a user