Looking for Honest Feedback on My Shopify Store – Design, Layout & Speed

Looking for Honest Feedback on My Shopify Store – Design, Layout & Speed

XClusiq
Tourist
7 0 2

Hey everyone,

 

I’m currently working on setting up my Shopify store and could really use some feedback. I’ve been struggling a bit with the design and layout, and I’m not sure if everything looks and feels right yet. It’s my first time building a store, so I’d really appreciate any tips or advice.

 

Here’s a preview link to the store (not live yet):
https://37u0wj5mdzsnsn3b-77177585988.shopifypreview.com

 

I’d love your thoughts on:

- How the overall design looks – does it feel clean and professional?

- Is the layout easy to navigate?

- How’s the speed/loading time for you?

- Anything that feels off or could be improved?

 

Thanks so much in advance for taking the time to check it out!

Replies 9 (9)
XClusiq
Tourist
7 0 2

Thank you for the review of my website, i agree with the highlights of best-sellers or products. The CTA buttons are also something i would take into account. Coming to the optimization of the image sizes, you have any quick way of doing so? 

TheScriptFlow_
Shopify Partner
848 63 106

When we hover on the footer menus then it's color become white mean invisible. So make sure choose other color for hover effect.

TheScriptFlow_0-1748868621569.png

Use high Quality popup image.

TheScriptFlow_1-1748868671925.png

Make sure the page width for the header should same as the below content.

TheScriptFlow_2-1748868710414.png

- Need a Shopify Specialist? Chat on WhatsApp +923036471248 Or Email at info@thescriptflow.com

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button!

BiDeal-Discount
Shopify Partner
790 105 178

Hi @XClusiq 

I took a look at your store’s product page (https://37u0wj5mdzsnsn3b-77177585988.shopifypreview.com/products/fauteuil-verstelbaar-stof-bruin-1) and here are some key points and recommendations to help improve conversions and overall user experience:

Issues Noticed

1. Broken Header Character:

There is an extra character (">") appearing in your header area, which looks like a leftover or misplaced quote in your theme code. This can distract visitors and reduce professionalism.
  • To fix this, review your theme’s theme.liquid or header snippet files for any stray characters or extra quotes as described in Shopify community solutions.
  • You can also check your theme version history and revert to a previous working version if available.
BiDealDiscount_0-1748874265874.png

 

2. No Visible Product Reviews or Social Proof:

Your product page currently lacks visible customer reviews or ratings, which are crucial for building trust and encouraging purchases.
  • If you have installed a reviews app (Shopify Product Reviews or Judge.me), ensure the review widget code is properly included in your product template and that the app is enabled and configured correctly.
  • If you don’t have reviews yet, consider starting to collect them by offering incentives or asking early customers for feedback.
  • Avoid fake reviews, as they are illegal and harm your brand reputation.

Additional Recommendations

  • Improve Product Descriptions: Make sure your product descriptions highlight benefits and address common customer questions. Use clear, benefit-driven copy.
  • Add Trust Signals: Include clear return policies, shipping info, and security badges to reassure customers.
  • Optimize Call-to-Action Buttons: Ensure your “Add to Cart” button is prominent and easy to find.
  • Improve Site Speed and Mobile Responsiveness: A fast, smooth mobile experience is critical for conversions.

Boost Sales with Bundles and Volume Discounts

To increase average order value and encourage larger purchases, I recommend using the BiDeal Bundle Volume Discounts Shopify app. It offers:
  • Easy creation of product bundles and volume discounts without coding.
  • Eye-catching discount displays and cart progress bars to motivate customers.
  • Seamless integration with your theme and native checkout flow.
  • Multiple discount tiers and gift rewards to incentivize purchases.
This app can support you convert visitors by offering attractive deals and encouraging customers to buy more, which is especially effective if you sell complementary products or want to increase cart size.
I'm looking for your response & free to support you here.

Thank you!
- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp

Website_Speedy
Shopify Partner
131 0 1

Hey @XClusiq , Congratulations on launching your store! I went through your preview and also analyzed performance scores  on Google PageSpeed Insights. As per the report your LCP and FCP scores need improvement.

Here are some advanced solutions to improve the speed -

1. Overall Design

Your store's design looks clean and professional, but there’s room to improve the visual hierarchy. Here are a few things you should keep in mind :

  • Hero Banner: The hero image is a great start, but consider adding a clear call-to-action (CTA) like "Shop Now" or "Browse Collection" to draw users’ attention immediately.
  • Typography: The fonts you’ve chosen work well, but ensure that the font size is easily readable, especially on mobile. 
  • Color Palette: The color scheme is clean, but make sure there’s enough contrast between background and text, especially for accessibility.

2.Speed and Loading Time

Speed and loading time of websites play an important role in SEO . Here are some quick fixes to boost performance -

  • LCP optimization - Try compressing hero images into WebP and adding preload tags to key visuals.Move any chat widgets or non-essential scripts to load after interaction using requestIdleCallback().
  • Prioritize Mobile Users by Adaptive Images- Instead of using one-size-fits-all images, adapt image sizes to the device's resolution to optimize performance, especially on mobile.Use the srcset attribute for responsive images:

<img srcset="{{ image | img_url: '300x300' }} 300w, {{ image | img_url: '600x600' }} 600w" alt="{{ image.alt }}" sizes="(max-width: 600px) 300px, 600px">

  • Lazy Load Heavy Widgets- If you're using apps like product reviews, chat widgets, or any other third-party tools, you can load these scripts only after the user interacts with the page or when the element enters the viewport. Here's a simple way to do it:

window.addEventListener("scroll", function loadReviews() {

  const script = document.createElement("script");

  script.src="https://review-widget-url.js";

  document.body.appendChild(script);

  window.removeEventListener("scroll", loadReviews);

});

3. Navigation

The navigation seems straightforward, but there are some areas you might consider tweaking:

  • Top Menu: Consider adding more menu items or categories that help customers easily find products. Group similar items together to reduce clutter.
  • Sticky Navigation: For better user experience, a sticky navigation bar that stays visible as users scroll could help them navigate more efficiently.

Alternatively,  if your site feels slow overall or the performance has dropped, Try checking out the Shopify Website Speedy app. It’s built to improve load time, reduce cart abandonment, and ensure apps like these don’t slow down your speed.

(Disclaimer: We are the developers of this app and are happy to assist with any questions you may have!)

 

SEOAnt-Jeffery
Shopify Partner
249 3 14

Hi @XClusiq

 

I have carefully checked your shared preview link, and you can mark my feedback here as a reference:

 

1. The images on web pages can load properly when I visit, but when I click other URLs to make a switch, it will take a longer time than usual to finish the switch completely. This may be a place for you to do further optimizations, as some users may not have enough patience to wait until it switches completely and will leave before it switches completely.

SEOAntJeffery_0-1748955126080.png

2. You can consider adding an announcement bar to let visitors know your store highlights or store discounts to attract more traffic. This will also make store performance more efficient and keep more visitors staying longer on your store pages.

SEOAntJeffery_1-1748955260996.png

3. The text content on the product review page is not centered. It is better to double-check with developers and make them display in the center, as it will make your page have a better performance and let visitors feel more professional when they access.

SEOAntJeffery_2-1748955374948.png

4. Badges on the product page can be placed under the center part of the purchase button separately as well, and after doing so, they will be more outstanding and let users have more trust in what you sell on the website.

SEOAntJeffery_3-1748955476182.png

An AI-powered all-in-one SEO optimization tool that elevates website rankings, traffic through intelligent keyword analysis and website content optimization.

Official Website | SEOAnt

Tapita-support2
Tourist
43 0 3

Hi @XClusiq ! Thanks for sharing your store preview - I can see you've put effort into creating a clean furniture store with good product variety. Let me break down my feedback on the key areas you asked about:

1. Overall Design & Layout Assessment

Strengths:

  • Clean, modern aesthetic that works well for furniture retail
  • Good product photography and consistent styling
  • Clear navigation structure with logical categories
  • Professional color scheme and branding

Areas for Improvement:

Navigation & User Experience

  • The homepage feels a bit overwhelming with too many product sections stacked vertically
  • Consider consolidating some sections and creating more white space
  • The product grid layout could benefit from better spacing and hierarchy
  • Add clear value propositions (shipping, returns, guarantees) above the fold

Visual Hierarchy

  • Your hero section needs a stronger call-to-action
  • Product categories could use more descriptive titles
  • Consider adding customer reviews/testimonials for social proof

2. Critical Speed Issues

This is where I'm most concerned - your Core Web Vitals scores are significantly impacting user experience:

  • LCP (Largest Contentful Paint) >5s across all pages - this is well above Google's recommended 2.5s
  • CLS (Cumulative Layout Shift) up to ~1 - Google recommends under 0.1
  • These slow speeds will hurt both conversions and SEO rankings

Speed Optimization Solutions:

Image Optimization (Critical Priority):

  • Your product images appear unoptimized, causing major delays
  • Implement proper image compression and WebP format
  • Add proper sizing and lazy loading

Core Web Vitals Fixes:

  • Address layout shifts caused by improperly sized elements
  • Optimize font loading to prevent text flickering
  • Reduce server response times

3. Content & SEO Gaps

I noticed you don't have a blog yet - this is a missed opportunity for:

  • Driving organic traffic through furniture guides, room inspiration, etc.
  • Building authority in your niche
  • Targeting long-tail keywords your customers search for

4. Recommended Solutions

To address these issues efficiently, I'd suggest looking into Tapita: SEO Optimizer & Speed. It's specifically designed to tackle the performance issues you're experiencing:

  • Free plan includes: Image optimization for 900 images/month, Core Web Vitals improvements, and basic speed fixes
  • Addresses your specific issues: LCP optimization, CLS reduction, and comprehensive SEO audit
  • Immediate improvements: Most merchants see speed improvements within hours of installation

For content creation, consider Tapita AI SEO Blog Builder - it's completely free and can help create furniture-focused blog content like "Living Room Design Tips" or "How to Choose the Perfect Coffee Table" to drive more organic traffic.

5. Quick Wins to Implement Now

  1. Compress all product images before uploading
  2. Add alt text to all images for better SEO
  3. Create a simple blog section with 3-5 furniture care/styling articles
  4. Add customer review sections to product pages
  5. Optimize your homepage by reducing the number of product sections

Your store has good potential - the product selection and basic design are solid. Focus on the speed issues first, as they're likely costing you conversions right now. A 1-second delay in page load time can reduce conversions by 7%.

Would love to hear how these improvements work out for you!

Tapita Team

Akohub
Shopify Partner
236 9 48

Hi, I’m Wayne from Akohub. We have been working with many brands to run online stores. After viewing your website, I believe our expertise could add value to your business.

 

Your site has a modern feel and the loading speed is smooth, which makes for a great first impression and a pleasant browsing experience. However, I notice that the homepage feels a bit overwhelming due to the sheer number of elements and sections competing for attention. Simplifying the layout and focusing on your most important content like featured products or collections can help guide visitors more effectively and make the site easier to navigate. Sometimes, less is more, especially on the homepage, as it sets the tone for the rest of the shopping journey and helps prevent visitors from feeling lost or distracted.

 

Another part for improvement is the product pages, which are currently missing a review section. Customer reviews are a powerful trust signal that can significantly influence purchasing decisions, especially for new shoppers who may be unfamiliar with your brand. Adding a review section not only builds credibility but also encourages engagement and feedback from your customers. I highly recommend using review app like Judge.me, which is easy to set up and offers customizable widgets to seamlessly match your store’s design. 

 

Additionally, I noticed your site is missing a loyalty widget. Loyalty programs are effective at fostering repeat purchases and creating a sense of community around your brand. By offering rewards for actions like purchases, referrals, or social sharing, you not only incentivize customers to return but also increase your conversion rates and average order value. A well-implemented loyalty program can turn first-time buyers into loyal advocates, which is especially valuable for new stores looking to grow their customer base. 

 

To streamline the set up process, I suggest trying our Ako Marketing App, which helps launch retargeting campaigns and set up a loyalty program in just a few steps. This kind of integration can make a big difference in both customer retention and overall sales, giving your store a strong foundation for long-term success. 

 

Best wishes! If you have any more questions or any questions about the loyalty program, feel free to let us know! We are willing to offer a free professional consultation. Don't forget to like and mark it as a solution if you find this helpful. Thanks. 

If helpful then please Like and Accept Solution.
Need help with customer acquisition, retargeting, or retention through a loyalty program or retargeting? Check out our app.
Book a free 15-minute consultation with us to explore solutions tailored to your store! Schedule here.

Vi-WizzCommerce
Shopify Partner
200 10 32

Hello @XClusiq !

 

Thank you for sharing your website. Here are some of my suggestions.

 

  1. Is it possible to add these missing country flags?
    1. ViWizzCommerce_0-1749011268669.png
  2. Is it possible to add more currencies? I am from Western Canada and there are a lot of Canadians with Dutch ancestry who like to buy things from their culture. There is also Dutch influence in other parts of the world such as South East Asia!
    1. ViWizzCommerce_1-1749011395440.png

       

Otherwise, I think it looks amazing! I hope you can compete with IKEA one day 😄

 

I hope I helped your business out.

 

In the meantime, here are some apps we make that are designed to show off your amazing products and generate revenue for your business!

 

BOGO+ Free Gift & Buy X Get Y -- Catch your customers' eyes with unlimited strategic discount & reward campaigns! 

 

ViWizzCommerce_2-1749011534624.png

 

Wi Flash Sale & Price Discount -- Run flash sales, daily deals, and edit prices in SECONDS! Save time, drive more sales, and run high-impact promotions EASILY! 

ViWizzCommerce_3-1749011534671.png

 

Snap Bundles Volume Discounts -- Create high-converting Product Bundles, Mix and Match sets, and Bundle builder offers! 

 

ViWizzCommerce_4-1749011534713.png

 

Snap B2B Wholesale Pricing -- Customize B2B pricing, set up tiered pricing, and manage wholesale pricing and bulk orders! 

 

ViWizzCommerce_5-1749011534741.png

 

If this solved your problem, we would really appreciate it if you gave a LIKE and mark SOLVED!

Check here Wizzcommerce Apps to optimize your store: Snap Presale & Backorder | SnapNoti FOMO Visitor Counter | SnapBundle Volume Discounts | Wizz Flash Sale & Price Edit | BOGO+ | Buy X Get Y Free Gift | Snap Cart Drawer & Cart Upsell
Find more support, feel free to contact: support@wizzcommerce.io

BON_Loyalty
Shopify Partner
372 36 103

Hi @XClusiq! I'm Tracy from BON Loyalty, the essential customer loyalty solution for Shopify businesses, we specialize in helping Shopify stores like yours build stronger customer relationships. I recently checked out your website, and it's looking great! The clean design and cohesive color scheme really reflect your brand's personality and appeal to your target audience. However, I have a couple of suggestions that might help take your store to the next level:

1. Add a call-to-action to your hero banner

Including a clear call-to-action (CTA) like "Shop Now" or "Learn More" in your hero banner can guide visitors toward taking action, potentially increasing engagement and conversion rates.

BON_Loyalty_0-1749027120354.png2. Implement an Announcement Bar

An announcement bar positioned at the top of your page can serve as an effective tool to communicate promotions, new arrivals, or important updates to your customers without disrupting their browsing experience.

BON_Loyalty_1-1749027178777.png

3. Leverage testimonials and reviews

Showcasing authentic customer testimonials and reviews can build trust and credibility, influencing potential customers' purchasing decisions and enhancing overall user experience.

BON_Loyalty_2-1749027232385.png

I trust these suggestions will be beneficial in optimizing your website's performance. Should you require any further assistance or have questions, please do not hesitate to reach out. Good luck with your business! 😊

 


Need a loyalty program that actually works? Check out BON Loyalty, the top-rated Shopify loyalty app (Free plan available).


If our suggestions are helpful, please let us know by giving BON Loyalty a 'LIKE' or marking it as a 'SOLUTION'!