Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Award, BookOpen, Briefcase, Cog, Crown, Download, Feather, Lightbulb, Palette, Rocket, Scissors, Sparkles, Upload, Users, MessageSquareText, Disc3, SquareStack, Gem, Shape, SwatchBook, Route } from "lucide-react";
|
||||
import { Award, BookOpen, Briefcase, Cog, Crown, Download, Feather, Lightbulb, Palette, Rocket, Scissors, Sparkles, Upload, Users, MessageSquareText, Disc3, SquareStack, Gem, Shapes, SwatchBook, Route } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -61,22 +61,22 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "AI Design Generation", handle: "Instant Creativity", testimonial: "Effortlessly create intricate designs with our powerful AI.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-smart-glasses-futuristic-technology-digital-remix_53876-104248.jpg", imageAlt: "AI Design Generation", },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-smart-glasses-futuristic-technology-digital-remix_53876-104248.jpg", imageAlt: "AI Design Generation"},
|
||||
{
|
||||
name: "Difficulty Levels", handle: "For Every Skill", testimonial: "From beginner to pro, tailor complexity to your needs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-laptop_23-2148016328.jpg", imageAlt: "Difficulty Levels", },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-laptop_23-2148016328.jpg", imageAlt: "Difficulty Levels"},
|
||||
{
|
||||
name: "Stitch Estimation", handle: "Plan with Precision", testimonial: "Accurate stitch counts for perfect project planning.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-smiling-while-using-digital-tablet_1170-733.jpg", imageAlt: "Stitch Estimation", },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-smiling-while-using-digital-tablet_1170-733.jpg", imageAlt: "Stitch Estimation"},
|
||||
{
|
||||
name: "Thread Color Suggestions", handle: "Perfect Palettes", testimonial: "AI recommends colors that bring your designs to life.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-holding-thumbs-up-while-looking-camera-while-working_651396-3611.jpg", imageAlt: "Thread Color Suggestions", },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-holding-thumbs-up-while-looking-camera-while-working_651396-3611.jpg", imageAlt: "Thread Color Suggestions"},
|
||||
{
|
||||
name: "Download Ready Patterns", handle: "Seamless Workflow", testimonial: "Get instant, machine-ready files in various formats.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-businessman-model-dressed-elegant-blue-suit-with-glasses_158538-4422.jpg", imageAlt: "Download Ready Patterns", },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-businessman-model-dressed-elegant-blue-suit-with-glasses_158538-4422.jpg", imageAlt: "Download Ready Patterns"},
|
||||
{
|
||||
name: "Extensive Design Library", handle: "Endless Inspiration", testimonial: "Access a vast collection of community and trending designs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-captures-sensuality-elegance-perfectly-generative-ai_188544-7636.jpg", imageAlt: "Design Library", },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-captures-sensuality-elegance-perfectly-generative-ai_188544-7636.jpg", imageAlt: "Design Library"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
@@ -165,7 +165,7 @@ export default function LandingPage() {
|
||||
icon: Palette,
|
||||
text: "Extensive Style Options"},
|
||||
{
|
||||
icon: Shape,
|
||||
icon: Shapes,
|
||||
text: "Perfect Geometric Shapes"},
|
||||
{
|
||||
icon: SwatchBook,
|
||||
|
||||
Reference in New Issue
Block a user