import React from "react"; import FancyFeatureTewentyEight from "../features/FancyFeatureTewentyEight"; import FancyFeatureThirtyOne from "../features/FancyFeatureThirtyOne"; import Image from "next/image"; const featureList = [ { icon: "157", title: "Drag Image & SVG", description: ` Create beautiful sites at breakneck speed without compromising on your creativit`, }, { icon: "158", title: "Create Custom Field", description: `Keep your brand front & center with your customer`, }, { icon: "159", title: "Custom Attribute", description: ` Increase your client retention rate by showing your results and value.`, }, ]; const FancyTextBlock29 = () => { return (
DRAG & DROP

Control all elements super easy.

    {featureList.map((list, i) => (
  • icon {list.title} {list.description}
  • ))}
{/* End .feature-list-one */} Learn More
{/* */}
screen
{/* */}
EMAIL & SMS BROADCAST

We have email, sms Broadcast for you.

Broadcast and email is best use for something announcing significant changes .

  • Makes them purchase your product, service and quis interact website due.
  • Holds and catches their attention lorem.
  • Diverts them to your brand.
Learn More
{/* */}
screen
{/* */}
PRE-made template

Pre-Made Stunning Templates.

Feel free to choose from our huge selection of templates, customize easily, and create a stunning website for your customers

See all Template
{/* */}
screen
{/* */}
); }; export default FancyTextBlock29;