diff --git a/### AGH Shopify Site PRD.md b/### AGH Shopify Site PRD.md
new file mode 100644
index 00000000..8fdc11dd
--- /dev/null
+++ b/### AGH Shopify Site PRD.md
@@ -0,0 +1,106 @@
+### AGH Shopify Site PRD
+
+### Product Requirements Document (PRD)
+
+#### Project Title
+
+Custom Shopify Website for Andra’s Garden Heaven
+
+#### Objective
+
+To develop a custom Shopify website for Andra’s Garden Heaven that effectively showcases their handmade rattan furniture, enhances user experience, and drives sales through a seamless checkout process. The website should reflect the brand’s values of high quality, handmade craftsmanship, and affordability, while evoking a natural, calm, and garden-based feeling.
+
+#### Background
+
+Andra’s Garden Heaven is a retailer based in Glasgow, specializing in handmade rattan furniture. The company aims to provide high-quality, affordable furniture that brings a touch of nature and tranquility to any space. The new Shopify website will serve as the primary platform for sales and brand representation.
+
+#### Goals
+
+1. Increase online sales through an intuitive and user-friendly interface.
+2. Provide a seamless checkout and payment process.
+3. Reflect the brand’s identity with a modern, natural, and calming design.
+4. Ensure the website is mobile-responsive and optimized for search engines.
+5. Integrate social media and marketing tools to enhance customer engagement.
+
+#### Target Audience
+
+- Homeowners looking for unique, handmade furniture.
+- Interior designers and decorators seeking high-quality rattan pieces.
+- Eco-conscious consumers who appreciate natural and sustainable materials.
+- Customers in Glasgow and the surrounding areas, as well as nationwide shipping.
+
+#### Key Features and Functionalities
+
+| Feature | Description |
+| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Homepage | A visually appealing homepage with high-quality images of rattan furniture, a clear value proposition, and easy navigation to product categories. |
+| Product Listings | Detailed product pages with high-resolution images, descriptions, pricing, and customer reviews. |
+| Search and Filter | Advanced search and filter options to help users find products based on categories, price range, and other attributes. |
+| Shopping Cart | A user-friendly shopping cart with easy add/remove functionality and clear visibility of items and total cost. |
+| Checkout Process | A streamlined checkout process with multiple payment options (credit/debit cards, PayPal, etc.) and guest checkout capability. |
+| Mobile Responsiveness | A fully responsive design that ensures a seamless experience across all devices. |
+| SEO Optimization | On-page SEO elements such as meta tags, alt text for images, and keyword optimization to improve search engine rankings. |
+
+|
+Social Media Integration | Links to social media profiles and options to share products on social media platforms. ||
+Blog Section | A blog section to share stories about the craftsmanship, tips for garden decor, and other relevant content to engage customers.
+|
+| Customer Reviews | Integration of customer reviews and ratings to build trust and credibility. |
+|
+Contact Information | Easy-to-find contact information, including a contact form, email address, and phone number. |
+|
+Branding Elements | Consistent use of brand colors, fonts, and imagery to create a cohesive and recognizable brand identity. |
+
+#### Design Requirements
+
+- **Color Scheme**: Use the primary color combo of Pakistani Green over White and the secondary combo of Black over White with Green Accents.
+
+ - Pakistan Green: #1C4219
+ - French Grey: #D0CCD0
+ - White: #FBFCFF
+ - Cerulean: #1C6E8C
+ - Black: #000000
+
+- **Typography**:
+
+ - **Font Family - Futura Book**: Use for the AGH logo, headings, and titles. The company name should never be smaller than 16pt.
+ - **Font Family - Elgian**: Use for body text and other content.
+
+- **Imagery**: High-quality images of rattan furniture in various settings, such as gardens, patios, and living rooms. Ensure images evoke a natural and calming feeling.
+
+- **Logo Usage**: Use Logo A as the primary choice. For digital placements, use Logo C. Ensure logos are square-shaped with sharp edges, standard size 50mm x 50mm.
+
+- **Layout**: A clean and organized layout with ample white space to highlight products and create a pleasant browsing experience.
+
+#### Technical Requirements
+
+- Platform: Shopify.
+- Hosting: Reliable and secure hosting provider.
+- Domain: Custom domain name (e.g., andrasgardenheaven.com).
+- SSL Certificate: Ensure the website is secure with an SSL certificate.
+- Analytics: Integration with Google Analytics to track website performance and user behavior.
+- Marketing Tools: Integration with email marketing tools (e.g., Mailchimp) and social media platforms.
+- Code : HTML | CSS | JS | LIQUID
+
+#### Success Metrics
+
+- Increase in online sales by 50% within the first 3 months.
+- Improvement in website traffic and search engine rankings.
+- Positive customer feedback and reviews.
+- High user engagement and low bounce rates.
+- Successful integration of social media and marketing tools.
+
+#### Risks and Mitigation
+
+- Delay in Development: Regular progress meetings and clear communication with the development team.
+- Budget Overruns: Careful planning and monitoring of expenses.
+- Technical Issues: Thorough testing and quality assurance processes.
+- Low User Engagement: Continuous optimization based on user feedback and analytics.
+
+#### Conclusion
+
+The custom Shopify website for Andra’s Garden Heaven aims to create a seamless and enjoyable shopping experience for customers, reflecting the brand’s commitment to high quality, handmade craftsmanship, and affordability. By focusing on user experience, design, and functionality, the website will drive sales and enhance the brand’s online presence.
+
+---
+
+.
diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md
new file mode 100644
index 00000000..fba2679c
--- /dev/null
+++ b/.github/copilot-instructions.md
@@ -0,0 +1,639 @@
+---
+description: Liquid development rules for Shopify themes
+globs:
+alwaysApply: true
+---
+
+
+
+ valid_filters = [
+
+ // array
+ { name: "compact", usage: "array | compact" },
+ { name: "concat", usage: "array | concat: array" },
+ { name: "find", usage: "array | find: string, string" },
+ { name: "find_index", usage: "array | find_index: string, string" },
+ { name: "first", usage: "array | first" },
+ { name: "has", usage: "array | has: string, string" },
+ { name: "join", usage: "array | join" },
+ { name: "last", usage: "array | last" },
+ { name: "map", usage: "array | map: string" },
+ { name: "reject", usage: "array | reject: string, string" },
+ { name: "reverse", usage: "array | reverse" },
+ { name: "size", usage: "variable | size" },
+ { name: "sort", usage: "array | sort" },
+ { name: "sort_natural", usage: "array | sort_natural" },
+ { name: "sum", usage: "array | sum" },
+ { name: "uniq", usage: "array | uniq" },
+ { name: "where", usage: "array | where: string, string" },
+
+ // cart
+ { name: "item_count_for_variant", usage: "cart | item_count_for_variant: {variant_id}" },
+ { name: "line_items_for", usage: "cart | line_items_for: object" },
+
+ // collection
+ { name: "link_to_type", usage: "string | link_to_type" },
+ { name: "link_to_vendor", usage: "string | link_to_vendor" },
+ { name: "sort_by", usage: "string | sort_by: string" },
+ { name: "url_for_type", usage: "string | url_for_type" },
+ { name: "url_for_vendor", usage: "string | url_for_vendor" },
+ { name: "within", usage: "string | within: collection" },
+ { name: "highlight_active_tag", usage: "string | highlight_active_tag" },
+
+ // color
+ { name: "brightness_difference", usage: "string | brightness_difference: string" },
+ { name: "color_brightness", usage: "string | color_brightness" },
+ { name: "color_contrast", usage: "string | color_contrast: string" },
+ { name: "color_darken", usage: "string | color_darken: number" },
+ { name: "color_desaturate", usage: "string | color_desaturate: number" },
+ { name: "color_difference", usage: "string | color_difference: string" },
+ { name: "color_extract", usage: "string | color_extract: string" },
+ { name: "color_lighten", usage: "string | color_lighten: number" },
+ { name: "color_mix", usage: "string | color_mix: string, number" },
+ { name: "color_modify", usage: "string | color_modify: string, number" },
+ { name: "color_saturate", usage: "string | color_saturate: number" },
+ { name: "color_to_hex", usage: "string | color_to_hex" },
+ { name: "color_to_hsl", usage: "string | color_to_hsl" },
+ { name: "color_to_oklch", usage: "string | color_to_oklch" },
+ { name: "color_to_rgb", usage: "string | color_to_rgb" },
+ { name: "hex_to_rgba", usage: "string | hex_to_rgba" },
+
+ // customer
+ { name: "customer_login_link", usage: "string | customer_login_link" },
+ { name: "customer_logout_link", usage: "string | customer_logout_link" },
+ { name: "customer_register_link", usage: "string | customer_register_link" },
+ { name: "avatar", usage: "customer | avatar" },
+ { name: "login_button", usage: "shop | login_button" },
+
+ // date
+ { name: "date", usage: "date | date: string" },
+
+ // default
+ { name: "default_errors", usage: "string | default_errors" },
+ { name: "default", usage: "variable | default: variable" },
+ { name: "default_pagination", usage: "paginate | default_pagination" },
+
+ // font
+ { name: "font_face", usage: "font | font_face" },
+ { name: "font_modify", usage: "font | font_modify: string, string" },
+ { name: "font_url", usage: "font | font_url" },
+
+ // format
+ { name: "date", usage: "string | date: string" },
+ { name: "json", usage: "variable | json" },
+ { name: "structured_data", usage: "variable | structured_data" },
+ { name: "unit_price_with_measurement", usage: "number | unit_price_with_measurement: unit_price_measurement" },
+ { name: "weight_with_unit", usage: "number | weight_with_unit" },
+
+ // hosted_file
+ { name: "asset_img_url", usage: "string | asset_img_url" },
+ { name: "asset_url", usage: "string | asset_url" },
+ { name: "file_img_url", usage: "string | file_img_url" },
+ { name: "file_url", usage: "string | file_url" },
+ { name: "global_asset_url", usage: "string | global_asset_url" },
+ { name: "shopify_asset_url", usage: "string | shopify_asset_url" },
+
+ // html
+ { name: "class_list", usage: "settings.layout | class_list" },
+ { name: "time_tag", usage: "string | time_tag: string" },
+ { name: "inline_asset_content", usage: "asset_name | inline_asset_content" },
+ { name: "highlight", usage: "string | highlight: string" },
+ { name: "link_to", usage: "string | link_to: string" },
+ { name: "placeholder_svg_tag", usage: "string | placeholder_svg_tag" },
+ { name: "preload_tag", usage: "string | preload_tag: as: string" },
+ { name: "script_tag", usage: "string | script_tag" },
+ { name: "stylesheet_tag", usage: "string | stylesheet_tag" },
+
+ // localization
+ { name: "currency_selector", usage: "form | currency_selector" },
+ { name: "translate", usage: "string | t" },
+ { name: "format_address", usage: "address | format_address" },
+
+ // math
+ { name: "abs", usage: "number | abs" },
+ { name: "at_least", usage: "number | at_least" },
+ { name: "at_most", usage: "number | at_most" },
+ { name: "ceil", usage: "number | ceil" },
+ { name: "divided_by", usage: "number | divided_by: number" },
+ { name: "floor", usage: "number | floor" },
+ { name: "minus", usage: "number | minus: number" },
+ { name: "modulo", usage: "number | modulo: number" },
+ { name: "plus", usage: "number | plus: number" },
+ { name: "round", usage: "number | round" },
+ { name: "times", usage: "number | times: number" },
+
+ // media
+ { name: "external_video_tag", usage: "variable | external_video_tag" },
+ { name: "external_video_url", usage: "media | external_video_url: attribute: string" },
+ { name: "image_tag", usage: "string | image_tag" },
+ { name: "media_tag", usage: "media | media_tag" },
+ { name: "model_viewer_tag", usage: "media | model_viewer_tag" },
+ { name: "video_tag", usage: "media | video_tag" },
+ { name: "article_img_url", usage: "variable | article_img_url" },
+ { name: "collection_img_url", usage: "variable | collection_img_url" },
+ { name: "image_url", usage: "variable | image_url: width: number, height: number" },
+ { name: "img_tag", usage: "string | img_tag" },
+ { name: "img_url", usage: "variable | img_url" },
+ { name: "product_img_url", usage: "variable | product_img_url" },
+
+ // metafield
+ { name: "metafield_tag", usage: "metafield | metafield_tag" },
+ { name: "metafield_text", usage: "metafield | metafield_text" },
+
+ // money
+ { name: "money", usage: "number | money" },
+ { name: "money_with_currency", usage: "number | money_with_currency" },
+ { name: "money_without_currency", usage: "number | money_without_currency" },
+ { name: "money_without_trailing_zeros", usage: "number | money_without_trailing_zeros" },
+
+ // payment
+ { name: "payment_button", usage: "form | payment_button" },
+ { name: "payment_terms", usage: "form | payment_terms" },
+ { name: "payment_type_img_url", usage: "string | payment_type_img_url" },
+ { name: "payment_type_svg_tag", usage: "string | payment_type_svg_tag" },
+
+ // string
+ { name: "hmac_sha1", usage: "string | hmac_sha1: string" },
+ { name: "hmac_sha256", usage: "string | hmac_sha256: string" },
+ { name: "md5", usage: "string | md5" },
+ { name: "sha1", usage: "string | sha1: string" },
+ { name: "sha256", usage: "string | sha256: string" },
+ { name: "append", usage: "string | append: string" },
+ { name: "base64_decode", usage: "string | base64_decode" },
+ { name: "base64_encode", usage: "string | base64_encode" },
+ { name: "base64_url_safe_decode", usage: "string | base64_url_safe_decode" },
+ { name: "base64_url_safe_encode", usage: "string | base64_url_safe_encode" },
+ { name: "capitalize", usage: "string | capitalize" },
+ { name: "downcase", usage: "string | downcase" },
+ { name: "escape", usage: "string | escape" },
+ { name: "escape_once", usage: "string | escape_once" },
+ { name: "lstrip", usage: "string | lstrip" },
+ { name: "newline_to_br", usage: "string | newline_to_br" },
+ { name: "prepend", usage: "string | prepend: string" },
+ { name: "remove", usage: "string | remove: string" },
+ { name: "remove_first", usage: "string | remove_first: string" },
+ { name: "remove_last", usage: "string | remove_last: string" },
+ { name: "replace", usage: "string | replace: string, string" },
+ { name: "replace_first", usage: "string | replace_first: string, string" },
+ { name: "replace_last", usage: "string | replace_last: string, string" },
+ { name: "rstrip", usage: "string | rstrip" },
+ { name: "slice", usage: "string | slice" },
+ { name: "split", usage: "string | split: string" },
+ { name: "strip", usage: "string | strip" },
+ { name: "strip_html", usage: "string | strip_html" },
+ { name: "strip_newlines", usage: "string | strip_newlines" },
+ { name: "truncate", usage: "string | truncate: number" },
+ { name: "truncatewords", usage: "string | truncatewords: number" },
+ { name: "upcase", usage: "string | upcase" },
+ { name: "url_decode", usage: "string | url_decode" },
+ { name: "url_encode", usage: "string | url_encode" },
+ { name: "camelize", usage: "string | camelize" },
+ { name: "handleize", usage: "string | handleize" },
+ { name: "url_escape", usage: "string | url_escape" },
+ { name: "url_param_escape", usage: "string | url_param_escape" },
+ { name: "pluralize", usage: "number | pluralize: string, string" },
+
+ // tag
+ { name: "link_to_add_tag", usage: "string | link_to_add_tag" },
+ { name: "link_to_remove_tag", usage: "string | link_to_remove_tag" },
+ { name: "link_to_tag", usage: "string | link_to_tag" },
+
+ ]
+
+ valid_tags = [
+ "content_for",
+ "form",
+ "layout",
+ "assign",
+ "break",
+ "capture",
+ "case",
+ "comment",
+ "continue",
+ "cycle",
+ "decrement",
+ "doc",
+ "echo",
+ "for",
+ "if",
+ "include",
+ "increment",
+ "raw",
+ "render",
+ "tablerow",
+ "unless",
+ "paginate",
+ "javascript",
+ "section",
+ "stylesheet",
+ "sections",
+ "style",
+ "else",
+ "else",
+ "liquid",
+ ]
+
+ valid_objects = [
+ "collections",
+ "pages",
+ "all_products",
+ "articles",
+ "blogs",
+ "cart",
+ "closest",
+ "content_for_header",
+ "customer",
+ "images",
+ "linklists",
+ "localization",
+ "metaobjects",
+ "request",
+ "routes",
+ "shop",
+ "theme",
+ "settings",
+ "template",
+ "additional_checkout_buttons",
+ "all_country_option_tags",
+ "canonical_url",
+ "content_for_additional_checkout_buttons",
+ "content_for_index",
+ "content_for_layout",
+ "country_option_tags",
+ "current_page",
+ "handle",
+ "page_description",
+ "page_image",
+ "page_title",
+ "powered_by_link",
+ "scripts",
+ ]
+
+ validation_rules = {
+ syntax: {
+ - Use {% liquid %} for multiline code
+ - Use {% # comments %} for inline comments
+ - Never invent new filters, tags, or objects
+ - Follow proper tag closing order
+ - Use proper object dot notation
+ - Respect object scope and availability
+ },
+
+ theme_structure: {
+ - Place files in appropriate directories
+ - Follow naming conventions
+ - Respect template hierarchy
+ - Maintain proper section/block structure
+ - Use appropriate schema settings
+ }
+ }
+
+ ∀ liquid_code ∈ theme:
+ validate_syntax(liquid_code) ∧
+ validate_filters(liquid_code.filters ∈ valid_filters) ∧
+ validate_tags(liquid_code.tags ∈ valid_tags) ∧
+ validate_objects(liquid_code.objects ∈ valid_objects) ∧
+ validate_structure(liquid_code.location ∈ theme_structure)
+
+
+
+ folder_structure = {
+ sections: theme_sections(),
+ blocks: theme_blocks(),
+ layout: theme_layout(),
+ snippets: theme_snippets(),
+ config: theme_config(),
+ assets: theme_assets(),
+ locales: theme_locales(),
+ templates: theme_templates(),
+ templates/customers: theme_templates/customers(),
+ templates/metaobject: theme_templates/metaobject()
+ }
+ theme_sections = {
+ - Liquid files that define customizable sections of a page
+ - They include blocks and settings defined via a schema, allowing merchants to modify them in the theme editor
+ - Should occupy the full width of the page container and be self-contained layout units
+ - Can be added to any JSON template and reordered via the theme editor
+ - Must include a {% schema %} tag to define settings and presets
+ - Examples: hero banners, product grids, testimonials, featured collections
+ }
+ theme_blocks = {
+ - Configurable elements within sections that can be added, removed, or reordered
+ - They are defined with a schema tag for merchant customization in the theme editor
+ - Allow merchants to build dynamic content without code changes
+ - Each block has a type and can contain settings for text, images, groups, links, etc.
+ - Limited to specific block types defined in the section's schema
+ - Blocks can be nested within other blocks to create hierarchical content structures
+ - Examples: individual testimonials, slides in a carousel, feature items
+ }
+ theme_layout = {
+ - Defines the structure for repeated content such as headers and footers, wrapping other template files
+ - It's the frame that holds the page together, but it's not the content
+ - Contains the HTML document structure (head, body tags)
+ - Includes global elements like navigation, cart drawer, and footer
+ - Typically includes global CSS/JS assets and meta tags or render a snippet that do that
+ }
+ theme_snippets = {
+ - Reusable code fragments included in templates, sections, and layouts via the render tag
+ - Ideal for logic that needs to be reused but not directly edited in the theme editor
+ - Can accept parameters when rendered for dynamic behavior
+ - Perfect for repetitive UI components like product cards, buttons, or form elements
+ - Help maintain DRY (Don't Repeat Yourself) principles in theme development
+ - Examples: product-card.liquid, icon.liquid, price.liquid
+ }
+ theme_config = {
+ - Holds settings data and schema for theme customization options, accessible through the Admin theme editor
+ - Stores global theme context like typography, colors, spacing, and branding
+ - Contains theme-wide settings that affect multiple pages (global variables)
+ - Includes presets for different theme variations or demo content
+ - Settings are accessible via settings object in all Liquid files
+ - Examples: brand colors, font choices, layout options, feature toggles
+ }
+ theme_assets = {
+ - Contains static files such as CSS, JavaScript, and images referenced via asset_url filter
+ - Includes compiled stylesheets, JavaScript bundles, and media files
+ - Can be organized in subdirectories for better file management
+ - Supports asset optimization and minification for performance
+ - Images should be optimized and include responsive variants when possible
+ - Examples: theme.css, theme.js, logo.png, icon sprites
+ }
+ theme_locales = {
+ - Stores translation files for localizing theme editor and storefront content
+ - Organized by language code (en.default.json, fr.json, etc.)
+ - Contains translations for static text, labels, and theme editor strings
+ - Enables multi-language support and proper internationalization
+ - Accessed via translation filters like {{ 'key' | t }} in Liquid
+ - Should cover all user-facing text for complete localization
+ }
+ theme_templates = {
+ - JSON files that specify which sections appear on each page type (e.g., product, collection, blog)
+ - They are wrapped by layout files for consistent header/footer content
+ - Templates can be Liquid files as well, but JSON is preferred as best practice for flexibility
+ - Define the page structure and section ordering for different page types
+ - Allow merchants to customize page layouts without code changes
+ - Support alternate templates for A/B testing or different page variants
+ }
+ theme_templates/customers = {
+ - Templates for customer-related pages such as login, register, account overview, and order history
+ - Handle customer authentication flows and account management interfaces
+ - Include forms for login, registration, password reset, and profile updates
+ - Must follow Shopify's customer data handling and security requirements
+ - Examples: login.json, register.liquid, account.json, order.liquid
+ }
+ theme_templates/metaobject = {
+ - Templates for rendering custom content types defined as metaobjects in Shopify Admin
+ - Enable custom content structures beyond standard product/collection/page types
+ - Allow merchants to create structured content like team members, locations, or custom landing pages
+ - Must handle dynamic field rendering based on metaobject definition
+ - Examples: team-member.json, location.liquid, custom-page.json
+ }
+ ∀ file ∈ theme:
+ validate(file.location) ∈ folder_structure;
+
+
+
+
+ - Keep every piece of text in the theme translated.
+ - Update the locale files with sensible keys and text.
+ - Just add english text, not other languages, as we have translators on staff who handle other languages
+
+
+
+ Keep it simple, clear, and non-repetitive.
+
+ - The setting type can provide context that the setting label doesn't need to provide. Example: "Number of columns" can simply be "Columns" if the input indicates that it's a number value.
+ - Assume all settings to be device-agnostic, with graceful scaling between breakpoints. Only mention mobile or desktop if there is a unique setting required.
+ - Use common shorthand where it makes sense. Example: Max/Min to mean Maximum and Minimum. Caveat: ensure these values are translated/localized correctly
+ - Help text: Minimize use as much as possible. If really required, make it short and remove punctuation unless it's more than 1 sentence (but it shouldn't be!)
+
+
+
+
+ The order of theme settings greatly impacts the merchant's ability to understand and configure the section/block.
+
+ - List settings to reflect the order of elements they control in the preview. Top to bottom, left to right, background to foreground.
+ - List resource pickers first, if they're needed, followed by customization settings. Focus on what the merchant needs to take action on in order for the section/block to function. Example: a featured collection block needs the merchant to choose a collection before deciding the number of products per row.
+ - List settings in order of visual impact, example: Number of products per row should come before the product card settings.
+
+
+
+ Consider grouping settings under a heading if there are more than 1 related setting. List ungrouped settings at the top of the section/block.
+
+ Common groupings:
+
+ - Layout
+ - Typography
+ - Colors
+ - Padding
+
+
+
+ Remove word duplication in the heading and nested labels. When a word appears in a heading (e.g. "Color"), it should not be repeated in nested setting labels or help text. The hierarchy of information provides sufficient context.
+
+
+
+ Use conditional settings when it:
+
+ - simplifies decision-making for merchants via progressive disclosure
+ - avoids duplication of settings
+ - avoids visual clutter and reduces cognitive load
+
+ Conditional settings should appear in the information architecture wherever they're most relevant. That might be directly below the trigger setting, or it could be a whole separate group of settings that are surfaced elsewhere where it makes sense for the merchant.
+
+ Tradeoffs and considerations of conditional settings:
+
+ - They hide functionality/options that help merchants decide how style their website, so be judicious in what concepts you tie together. For example, don't make a Product card's "Swatch display" setting conditional on a "Quick buy" setting. They are both related to variant selection, but they serve different purposes.
+ - Limit conditions to 2 levels deep to avoid complex logic (up for discussion!)
+ - Even when not shown, a conditional setting's value is evaluated in the Liquid code. Code defensively, never assume a theme setting's value is nil.
+
+
+
+ **Checkbox**: Treat checkbox as an on/off switch. Avoid using verb-based labels, example: use "Language selector" and not "Enable language selector". The presence of the verb may inadvertently suggest the direction to toggle to enable or disable it.
+
+ **Select**: Keep select option labels as short as possible so they can be dynamically displayed as segmented controls
+
+
+
+
+
+ Storefronts are to be rendered server-side with Liquid as a first principle. As opposed to client-side JavaScript.
+
+ When using JavaScript to render part of the page, fetch the new HTML from the server wherever possible.
+
+ This is the exception to the rule of server-side rendering
+
+ "Optimistic UI" is the idea that we can update part of the UI before the server response is received in the name of **perceived performance**.
+
+
+ Key factors to consider when deciding whether to use optimistic UI:
+
+ 1. You are updating a **small** portion of the UI on the client (with JavaScript) before the server response is received.
+ 2. The API request has a high degree of certainty of being successful.
+
+ Examples of appropriate use cases:
+
+ When filtering a collection page, we can update the a list of applied filters client-side as a Buyer chooses them, i.e. "Color: Red" or "Size: Medium". However, we do not know how many products will be returned that match the filters, so we can't update the product grid or a count of products.
+
+ When a Buyer attempts to add an item to their cart, we can update the cart item count client-side. Assuming our product form's "add to cart" button is already checking the item's availability, we can have a reasonably high degree of certainty that the item will be added to the cart (API request is successful). However, we do not know what the new cart total will be, nor do we know what the line items will look like, so we can't update those in a cart drawer without waiting for the server response.
+
+
+
+
+
+
+ - Use semantic HTML
+ - Prefer `` and `` over JS for show/hide
+ - Use `CamelCase` for IDs. Append `-{{ block.id }}` or `-{{ section.id }}`
+
+
+
+ - Make interactive elements focusable with `tabindex="0"`
+ - Only use `tabindex="0"` - avoid hijacking tab flow
+
+
+
+
+
+ - Never use IDs as selectors for styles
+ - Avoid element selectors
+ - Avoid !important (comment why if absolutely necessary)
+ - Use 0 1 0 specificity (single .class selector)
+ - Maximum 0 4 0 specificity for parent/child relationships
+ - Keep selectors simple and readable
+ - Use pseudo selectors sparingly (:has, :where, :nth-child, et )
+
+
+
+ - Use CSS variables to reduce redundancy
+ - Hardcode values as variables first (e.g. --touch-target-size: 45px)
+ - Never hardcode colors, use color schemes
+ - Scope variables to components unless global
+ - Global variables go in :root (in may live in a file like snippets/theme-styles-variables.liquid)
+ - Scoped variables can reference global variables
+
+
+
+ - Use {% stylesheet %} tags in sections, blocks, and snippets
+ - Reset CSS variables inline with style attributes for settings
+ - Avoid {% style %} tags with block/section ID selectors
+ - Use variables to reduce redundancy
+
+
+
+ - Block: component name
+ - Element: block__element
+ - Modifier: block--modifier, block__element--modifier
+ - Use dashes to separate words
+
+
+
+ - Mobile first (min-width queries)
+ - Use screen for all media queries
+
+
+
+ - No & operator
+ - Never nest beyond first level
+ - Exceptions: media queries, parent-child with multiple states
+ - Keep nesting simple
+
+
+
+
+
+ - Use zero external dependencies
+ - Use native browser features over JS ("popover", "details")
+ - Never use "var"
+ - Use "const" over "let" - avoid mutation
+ - Use "for (const thing of things)" over "things.forEach()"
+ - Add new lines before blocks with "{" and "}"
+
+
+
+ - Group scripts by feature area
+ - Co-locate related classes (e.g. "collection.js" contains all collection page classes)
+
+
+
+ - Use the module pattern to avoid global scope pollution
+
+
+ - Keep public APIs minimal
+ - Prefix private methods with "#"
+ - Don't use instance methods for functions that don't need the class instance
+
+ ```
+ class MyClass {
+ constructor() {
+ this.cache = new Map();
+ }
+
+ // Public method for external use
+ myPublicMethod() {
+ this.#myPrivateMethod();
+ }
+
+ // Private method requiring instance access
+ #myPrivateMethod() {
+ this.cache.set('key', 'value');
+ }
+ }
+
+ // Module-scoped utility - no instance access needed
+ const someUtilityFunction = (num1, num2) => num1 + num2;
+ ```
+
+
+
+
+ - Use "async/await" syntax
+ - Use "await" over chaining ".then()"
+
+
+
+ - Use events for custom element communication to avoid explicit dependencies
+
+
+
+ - Initialize JS components as custom elements for seamless DOM updates
+ - Use shadow DOM and slots
+
+
+
+ - Use early returns over nested conditionals
+
+
+ Multiple optional chains require early returns. Single chains are acceptable.
+
+ ```
+ // Multiple chains - use early return
+ const button = this.querySelector('ref="button"');
+ if (!button) return;
+ button.enable();
+ button.textContent = 'Add to cart';
+
+ // Single chain is fine
+ const button = this.querySelector('ref="button"');
+ button?.enable();
+ ```
+
+
+
+
+
+ Use ternaries for simple if/else blocks:
+ `simpleCondition ? this.doAThing() : this.doAnotherThing();`
+
+
+
+ Write simple conditional returns on one line:
+ `if (simpleCondition) return;`
+
+
+
+ Return boolean comparisons directly:
+ `return simpleCondition;`
+
+
+
+
diff --git a/Shopify CLI Guide_ Creating About and Contact Pages.md b/Shopify CLI Guide_ Creating About and Contact Pages.md
new file mode 100644
index 00000000..be8d3734
--- /dev/null
+++ b/Shopify CLI Guide_ Creating About and Contact Pages.md
@@ -0,0 +1,286 @@
+# Shopify CLI Guide: Creating About and Contact Pages
+
+This guide outlines the steps to create dedicated About Us and Contact Us pages for your Shopify store using the Shopify CLI, bypassing the need for the online theme editor. This approach ensures version control and streamlined development workflows.
+
+## 1. Understanding Shopify Theme Structure
+
+Before diving into page creation, it's crucial to understand the core directories within your Shopify theme:
+
+* `templates/`: Contains the Liquid files that define the layout and structure of different page types (e.g., `page.liquid`, `product.liquid`, `collection.liquid`). When you create a new page in the Shopify admin, you select a template from this directory.
+* `sections/`: Contains reusable Liquid files that define distinct content blocks or features (e.g., `header.liquid`, `footer.liquid`, `featured-products.liquid`). These sections can be dynamically added, removed, and reordered within templates or directly in the theme customizer.
+* `snippets/`: Contains small, reusable Liquid files that can be included in templates or sections to avoid code repetition.
+* `assets/`: Stores static assets like images, stylesheets (`.css`, `.scss`), and JavaScript files (`.js`).
+* `config/`: Holds configuration files, including `settings_schema.json` (for theme settings) and `settings_data.json` (for saved theme settings).
+
+For our purpose, we will primarily focus on the `templates/` and `sections/` directories.
+
+## 2. Creating the About Us Page
+
+To create an About Us page, you will need a new template file and potentially a new section file for specific content.
+
+### Step 2.1: Create a New Page Template for About Us
+
+1. Navigate to the `templates/` directory within your cloned theme repository:
+ ```bash
+ cd skeleton-theme/templates/
+ ```
+
+2. Create a new Liquid file named `page.about-us.liquid`. This naming convention (`page.your-custom-name.liquid`) is essential for Shopify to recognize it as a custom page template. You can start by copying the content of `page.liquid` as a base:
+ ```bash
+ cp page.json page.about-us.json
+ ```
+ *Note: The user's `page.json` file is a JSON template, not a liquid file. I will adjust the content to reflect this and provide guidance on how to use it.*
+
+
+
+
+3. Open `page.about-us.json` in your text editor. This file defines the sections that will be rendered on your About Us page. You can customize it to include specific sections relevant to your About Us content. A basic `page.about-us.json` might look like this:
+
+ ```json
+ {
+ "sections": {
+ "main": {
+ "type": "main-page",
+ "settings": {
+ }
+ },
+ "about-us-content": {
+ "type": "about-us-content",
+ "settings": {
+ "heading": "Our Story",
+ "text": "Write your compelling story here."
+ }
+ }
+ },
+ "order": [
+ "main",
+ "about-us-content"
+ ]
+ }
+ ```
+
+ In this example, we are including a `main-page` section (which is likely a generic page content section) and a custom `about-us-content` section. You will need to create the `about-us-content.liquid` file in your `sections/` directory.
+
+### Step 2.2: Create a New Section for About Us Content
+
+1. Navigate to the `sections/` directory:
+ ```bash
+ cd skeleton-theme/sections/
+ ```
+
+2. Create a new Liquid file named `about-us-content.liquid`. This file will contain the actual content and structure for your About Us section. Here's a basic example:
+
+ ```liquid
+
Share your company's journey, mission, and values here.
"
+ }
+ ],
+ "presets": [
+ {
+ "name": "About Us Content"
+ }
+ ]
+ }
+ {% endschema %}
+ ```
+
+ This section includes a heading and a rich text editor field, allowing you to easily manage the content from the Shopify theme customizer.
+
+## 3. Creating the Contact Us Page
+
+Similar to the About Us page, the Contact Us page will require a new template file and a section for the contact form.
+
+### Step 3.1: Create a New Page Template for Contact Us
+
+1. Navigate to the `templates/` directory:
+ ```bash
+ cd skeleton-theme/templates/
+ ```
+
+2. Create a new JSON file named `page.contact-us.json`. You can copy the content of `page.json` as a starting point:
+ ```bash
+ cp page.json page.contact-us.json
+ ```
+
+3. Open `page.contact-us.json` in your text editor and modify it to include a contact form section. A typical `page.contact-us.json` might look like this:
+
+ ```json
+ {
+ "sections": {
+ "main": {
+ "type": "main-page",
+ "settings": {
+ }
+ },
+ "contact-form": {
+ "type": "contact-form",
+ "settings": {
+ "heading": "Contact Us"
+ }
+ }
+ },
+ "order": [
+ "main",
+ "contact-form"
+ ]
+ }
+ ```
+
+ Here, we are including a `main-page` section and a custom `contact-form` section. You will need to create the `contact-form.liquid` file in your `sections/` directory.
+
+### Step 3.2: Create a New Section for the Contact Form
+
+1. Navigate to the `sections/` directory:
+ ```bash
+ cd skeleton-theme/sections/
+ ```
+
+2. Create a new Liquid file named `contact-form.liquid`. This file will contain the HTML for your contact form. Shopify provides a built-in `form` tag that handles form submissions. Here's a basic example:
+
+ ```liquid
+
+
+
{{ section.settings.heading }}
+ {% form 'contact' %}
+
+ {% if form.posted_successfully? %}
+
+ {% comment %} change this copy cos its whack {% endcomment %}
+ At Andra's Garden Heaven, we believe in the timeless beauty and enduring quality of handmade rattan furniture.
+ Based in Glasgow, we meticulously craft each piece to bring a touch of nature's tranquility and sustainable
+ elegance into your home. Our commitment to affordability ensures that exceptional design is accessible to
+ everyone, transforming your living spaces into serene havens. We are more than just furniture makers; we are
+ artisans dedicated to creating pieces that tell a story, built to last, and designed to enrich your everyday
+ life.
+
+ At Andra's Garden Heaven, we understand the desire for a home that reflects your unique style and provides a
+ sanctuary from the everyday. Our handcrafted rattan furniture is more than just decor; it's an investment in
+ comfort, sustainability, and timeless design. Unlike mass-produced alternatives, each AGH piece is meticulously
+ woven by skilled artisans, ensuring unparalleled quality and durability. We solve the common problem of finding
+ beautiful, eco-friendly, and affordable furniture by offering pieces that are not only stunning but also built
+ to last, bringing enduring beauty and tranquility to your living spaces. Choose AGH for furniture that truly
+ feels like home.
+
+ At Andra's Garden Heaven, we believe your garden should be a sanctuary—a place to unwind, connect, and find peace
+ in everyday moments. Our handcrafted furniture is made with care and passion, designed to bring comfort, beauty,
+ and a sense of calm to your outdoor space. Whether you're sharing laughter with friends or enjoying a quiet cup of
+ tea, our pieces are here to help you create memories and embrace the joy of simple living. Welcome home to peace,
+ comfort, and community.
+
+
+
-
- {% paginate collection.products by 20 %}
- {% for product in collection.products %}
-
+ At Andra's Garden Heaven, we understand the desire for a home that reflects your unique style and provides a
+ sanctuary from the everyday. Our handcrafted rattan furniture is more than just decor; it's an investment in
+ comfort, sustainability, and timeless design. Each AGH piece is meticulously woven by skilled artisans, ensuring
+ unparalleled quality and durability. Choose AGH for furniture that truly feels like home.
+
+ Unlock a world of inspiration and exclusive benefits by signing up for the Andra's Garden Heaven newsletter.
+ Receive expert gardening tips, discover new arrivals, and be the first to know about special discounts and
+ promotions.
+
+
+
+
+
+{% schema %}
+{
+ "name": "Newsletter",
+ "settings": []
+}
+{% endschema %}
diff --git a/sections/product.liquid b/sections/product.liquid
index 9664dfda..73edca15 100644
--- a/sections/product.liquid
+++ b/sections/product.liquid
@@ -1,50 +1,696 @@
{% comment %}
- This section is used in the product template to render product page with
- media, content, and add-to-cart form.
-
+ AGH Product Template - Enhanced with brand styling
+ This section renders product page with media, content, and add-to-cart form.
https://shopify.dev/docs/storefronts/themes/architecture/templates/product
{% endcomment %}
-
+ At Andra's Garden Heaven, we are committed to building lasting relationships with our customers based on trust,
+ transparency, and exceptional service.
+
+ "Absolutely chuffed with my new AGH lounge chair! The craftsmanship is top-notch and it's made my patio feel
+ so much more inviting. Delivery was prompt and the team were ever so helpful. Wouldn't hesitate to
+ recommend!"
+
+
+ Purchased: Oasis Lounge Chair
+
+
+
+
+
+
+
+ MT
+
+
+
Mark Thompson
+
+
+
+
+ Verified Purchase • 1 month ago
+
+
+
+
+
+ "Andra's Garden Heaven were brilliant from start to finish. The furniture is beautiful and feels really
+ sturdy. Customer service was spot on – they helped me pick out just what I needed for my garden. The coffee
+ table's a real talking point!"
+
+
+ Purchased: Garden Coffee Table Set
+
+
+
+
+
+
+
+ ER
+
+
+
Emily Roberts
+
+
+
+
+ Verified Purchase • 3 weeks ago
+
+
+
+
+
+ "I'd highly recommend AGH to anyone after something a bit special for their home or garden. The 'Oasis'
+ coffee table is gorgeous and has stood up brilliantly to the Scottish weather. Great value and you can
+ really see the care that's gone into it."
+
+
+ Purchased: Oasis Coffee Table
+
+
+
+
+
+
+
+ JD
+
+
+
James Davidson
+
+
+
+
+ Verified Purchase • 2 months ago
+
+
+
+
+
+ "Bought the dining set for our conservatory and it's absolutely perfect. The chairs are comfy, the table's
+ just the right size, and everything arrived in great nick. Will definitely be back for more!"
+
+
+ Purchased: Conservatory Dining Set
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Fast & Reliable Shipping
+
+ We partner with trusted logistics providers to ensure your handcrafted furniture arrives safely and promptly
+ at your doorstep.
+
+
+
+
Easy Returns & Exchanges
+
+ Your satisfaction is our guarantee. Our straightforward return policy makes exchanges and refunds simple and
+ stress-free.
+
+
+
+
Crafted with Integrity
+
+ Every AGH piece embodies our core values: quality craftsmanship, sustainable sourcing, and natural beauty.
+
+
+
+
Safe & Protected Transactions
+
+ Shop with confidence knowing that your payment information is always secure with industry-leading encryption.
+
+
+
+
Partnerships for Growth
+
+ We welcome wholesale inquiries and offer competitive pricing and dedicated support for our partners.
+
+
+
+
+
+
+
+
+{% schema %}
+{
+ "name": "Trust",
+ "settings": []
+}
+{% endschema %}
diff --git a/snippets/meta-tags.liquid b/snippets/meta-tags.liquid
index 67299c04..8330089e 100644
--- a/snippets/meta-tags.liquid
+++ b/snippets/meta-tags.liquid
@@ -17,6 +17,44 @@
endif
%}
+
+
+
+
+
+
+
+
+
+
+
+
+{%- if request.page_type == 'product' -%}
+
+{%- elsif request.page_type == 'collection' -%}
+
+{%- elsif request.page_type == 'page' -%}
+
+{%- else -%}
+
+{%- endif -%}
+
+
+
+
{%- if page_image -%}
+
{%- endif -%}
{%- if request.page_type == 'product' -%}
+
{%- endif -%}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- {{ page_title }}
- {%- if current_tags %} – tagged "{{ current_tags | join: ', ' }}"{% endif -%}
- {%- if current_page != 1 %} – Page {{ current_page }}{% endif -%}
- {%- unless page_title contains shop.name %} – {{ shop.name }}{% endunless -%}
+ {%- if request.page_type == 'product' -%}
+ {{ product.title }} - Premium Garden Furniture UK | Andra's Garden Heaven
+ {%- elsif request.page_type == 'collection' -%}
+ {{ collection.title }} - British Garden Furniture Collection | Andra's Garden Heaven
+ {%- elsif request.page_type == 'page' -%}
+ {{ page_title }} - British Garden Furniture | Andra's Garden Heaven
+ {%- else -%}
+ {{ page_title }}
+ {%- if current_tags %} – tagged "{{ current_tags | join: ', ' }}"{% endif -%}
+ {%- if current_page != 1 %} – Page {{ current_page }}{% endif -%}
+ {%- unless page_title contains shop.name %} – {{ shop.name }}{% endunless -%}
+ {%- endif -%}
-{% if page_description %}
-
-{% endif %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/templates/404.json b/templates/404.json
index fc12fc78..3fc1f7e7 100644
--- a/templates/404.json
+++ b/templates/404.json
@@ -1,20 +1,26 @@
-/*
- * ------------------------------------------------------------
- * IMPORTANT: The contents of this file are auto-generated.
- *
- * This file may be updated by the Shopify admin theme editor
- * or related systems. Please exercise caution as any changes
- * made to this file may be overwritten.
- * ------------------------------------------------------------
- */
- {
- "sections": {
- "main": {
- "type": "404",
- "settings": {}
- }
- },
- "order": [
- "main"
- ]
-}
+/*
+ * ------------------------------------------------------------
+ * IMPORTANT: The contents of this file are auto-generated.
+ *
+ * This file may be updated by the Shopify admin theme editor
+ * or related systems. Please exercise caution as any changes
+ * made to this file may be overwritten.
+ * ------------------------------------------------------------
+ */
+{
+ "sections": {
+ "main": {
+ "type": "404",
+ "disabled": true,
+ "settings": {}
+ },
+ "footer": {
+ "type": "footer",
+ "settings": {}
+ }
+ },
+ "order": [
+ "main",
+ "footer"
+ ]
+}
diff --git a/templates/about-us-content.liquid b/templates/about-us-content.liquid
new file mode 100644
index 00000000..cc91f954
--- /dev/null
+++ b/templates/about-us-content.liquid
@@ -0,0 +1,8 @@
+
+
+
Our Story
+
+
Share your company's journey, mission, and values here.
+
+
+
diff --git a/templates/article.json b/templates/article.json
index d3bc0dfd..7f9750b2 100644
--- a/templates/article.json
+++ b/templates/article.json
@@ -1,20 +1,25 @@
-/*
- * ------------------------------------------------------------
- * IMPORTANT: The contents of this file are auto-generated.
- *
- * This file may be updated by the Shopify admin theme editor
- * or related systems. Please exercise caution as any changes
- * made to this file may be overwritten.
- * ------------------------------------------------------------
- */
-{
- "sections": {
- "main": {
- "type": "article",
- "settings": {}
- }
- },
- "order": [
- "main"
- ]
-}
+/*
+ * ------------------------------------------------------------
+ * IMPORTANT: The contents of this file are auto-generated.
+ *
+ * This file may be updated by the Shopify admin theme editor
+ * or related systems. Please exercise caution as any changes
+ * made to this file may be overwritten.
+ * ------------------------------------------------------------
+ */
+{
+ "sections": {
+ "main": {
+ "type": "article",
+ "settings": {}
+ },
+ "footer": {
+ "type": "footer",
+ "settings": {}
+ }
+ },
+ "order": [
+ "main",
+ "footer"
+ ]
+}
diff --git a/templates/blog.json b/templates/blog.json
index 09705d70..d3444fac 100644
--- a/templates/blog.json
+++ b/templates/blog.json
@@ -1,20 +1,25 @@
-/*
- * ------------------------------------------------------------
- * IMPORTANT: The contents of this file are auto-generated.
- *
- * This file may be updated by the Shopify admin theme editor
- * or related systems. Please exercise caution as any changes
- * made to this file may be overwritten.
- * ------------------------------------------------------------
- */
-{
- "sections": {
- "main": {
- "type": "blog",
- "settings": {}
- }
- },
- "order": [
- "main"
- ]
-}
+/*
+ * ------------------------------------------------------------
+ * IMPORTANT: The contents of this file are auto-generated.
+ *
+ * This file may be updated by the Shopify admin theme editor
+ * or related systems. Please exercise caution as any changes
+ * made to this file may be overwritten.
+ * ------------------------------------------------------------
+ */
+{
+ "sections": {
+ "main": {
+ "type": "blog",
+ "settings": {}
+ },
+ "footer": {
+ "type": "footer",
+ "settings": {}
+ }
+ },
+ "order": [
+ "main",
+ "footer"
+ ]
+}
diff --git a/templates/cart.json b/templates/cart.json
index 78c2add2..4fd056cf 100644
--- a/templates/cart.json
+++ b/templates/cart.json
@@ -1,20 +1,25 @@
-/*
- * ------------------------------------------------------------
- * IMPORTANT: The contents of this file are auto-generated.
- *
- * This file may be updated by the Shopify admin theme editor
- * or related systems. Please exercise caution as any changes
- * made to this file may be overwritten.
- * ------------------------------------------------------------
- */
-{
- "sections": {
- "main": {
- "type": "cart",
- "settings": {}
- }
- },
- "order": [
- "main"
- ]
-}
+/*
+ * ------------------------------------------------------------
+ * IMPORTANT: The contents of this file are auto-generated.
+ *
+ * This file may be updated by the Shopify admin theme editor
+ * or related systems. Please exercise caution as any changes
+ * made to this file may be overwritten.
+ * ------------------------------------------------------------
+ */
+{
+ "sections": {
+ "main": {
+ "type": "cart",
+ "settings": {}
+ },
+ "footer": {
+ "type": "footer",
+ "settings": {}
+ }
+ },
+ "order": [
+ "main",
+ "footer"
+ ]
+}
diff --git a/templates/collection.json b/templates/collection.json
index 7592ac07..5d900755 100644
--- a/templates/collection.json
+++ b/templates/collection.json
@@ -9,12 +9,17 @@
*/
{
"sections": {
- "main": {
+ "collection": {
"type": "collection",
"settings": {}
+ },
+ "footer": {
+ "type": "footer",
+ "settings": {}
}
},
"order": [
- "main"
+ "collection",
+ "footer"
]
-}
+}
\ No newline at end of file
diff --git a/templates/contact-form.liquid b/templates/contact-form.liquid
new file mode 100644
index 00000000..1030245b
--- /dev/null
+++ b/templates/contact-form.liquid
@@ -0,0 +1,51 @@
+
+
+
Contact Us
+ {% form 'contact' %}
+ {% if form.posted_successfully? %}
+
diff --git a/templates/index.json b/templates/index.json
index 1f827db9..6f636419 100644
--- a/templates/index.json
+++ b/templates/index.json
@@ -1,20 +1,50 @@
-/*
- * ------------------------------------------------------------
- * IMPORTANT: The contents of this file are auto-generated.
- *
- * This file may be updated by the Shopify admin theme editor
- * or related systems. Please exercise caution as any changes
- * made to this file may be overwritten.
- * ------------------------------------------------------------
- */
-{
- "sections": {
- "main": {
- "type": "hello-world",
- "settings": {}
- }
- },
- "order": [
- "main"
- ]
-}
+/*
+ * ------------------------------------------------------------
+ * IMPORTANT: The contents of this file are auto-generated.
+ *
+ * This file may be updated by the Shopify admin theme editor
+ * or related systems. Please exercise caution as any changes
+ * made to this file may be overwritten.
+ * ------------------------------------------------------------
+ */
+{
+ "sections": {
+ "hero-banner": {
+ "type": "hero-banner",
+ "settings": {}
+ },
+ "BelowFold": {
+ "type": "BelowFold",
+ "settings": {}
+ },
+ "featured-products": {
+ "type": "featured-products",
+ "settings": {}
+ },
+ "trust": {
+ "type": "trust",
+ "settings": {}
+ },
+ "about": {
+ "type": "about",
+ "settings": {}
+ },
+ "newsletter": {
+ "type": "newsletter",
+ "settings": {}
+ },
+ "footer": {
+ "type": "footer",
+ "settings": {}
+ }
+ },
+ "order": [
+ "hero-banner",
+ "BelowFold",
+ "featured-products",
+ "trust",
+ "about",
+ "newsletter",
+ "footer"
+ ]
+}
diff --git a/templates/list-collections.json b/templates/list-collections.json
index 30984287..1d7eb18c 100644
--- a/templates/list-collections.json
+++ b/templates/list-collections.json
@@ -1,20 +1,25 @@
-/*
- * ------------------------------------------------------------
- * IMPORTANT: The contents of this file are auto-generated.
- *
- * This file may be updated by the Shopify admin theme editor
- * or related systems. Please exercise caution as any changes
- * made to this file may be overwritten.
- * ------------------------------------------------------------
- */
-{
- "sections": {
- "main": {
- "type": "collections",
- "settings": {}
- }
- },
- "order": [
- "main"
- ]
-}
+/*
+ * ------------------------------------------------------------
+ * IMPORTANT: The contents of this file are auto-generated.
+ *
+ * This file may be updated by the Shopify admin theme editor
+ * or related systems. Please exercise caution as any changes
+ * made to this file may be overwritten.
+ * ------------------------------------------------------------
+ */
+{
+ "sections": {
+ "main": {
+ "type": "collections",
+ "settings": {}
+ },
+ "footer": {
+ "type": "footer",
+ "settings": {}
+ }
+ },
+ "order": [
+ "main",
+ "footer"
+ ]
+}
diff --git a/templates/page.about-us.liquid b/templates/page.about-us.liquid
new file mode 100644
index 00000000..d53019c3
--- /dev/null
+++ b/templates/page.about-us.liquid
@@ -0,0 +1,360 @@
+{% comment %}
+ About Us Page Template for Andra's Garden Heaven
+ Following brand guidelines: Pakistani Green (#1C4219), French Grey (#D0CCD0), White (#FBFCFF)
+ Typography: Futura Book for headings, Elgian for body text
+{% endcomment %}
+
+
+
+
+
+
+
About Andra's Garden Heaven
+
Bringing Nature's Beauty to Your Home
+
+
+
+
+
+
+
+
+
+
Our Story
+
+
+ Welcome to Andra's Garden Heaven, where we believe that every home deserves a touch of nature's elegance.
+ Based in the heart of Glasgow, we specialize in creating and curating beautiful handmade rattan furniture
+ that brings warmth, comfort, and natural beauty to your living spaces.
+
+
+
+ Our journey began with a simple passion for quality craftsmanship and a deep appreciation for the natural
+ materials that make our furniture unique. Each piece in our collection is carefully selected or
+ handcrafted to ensure it meets our high standards of quality, durability, and aesthetic appeal.
+
+
+
+ We understand that your home is your sanctuary, and that's why we're committed to providing furniture that
+ not only looks beautiful but also feels comfortable and lasts for years to come. Our rattan pieces are
+ designed to complement any interior style, from modern minimalism to classic elegance.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Our Values
+
+
+
+
+
+
Quality Craftsmanship
+
+ Every piece is carefully crafted with attention to detail, ensuring the highest quality standards.
+
+
+
+
+
+
+
+
Natural Materials
+
+ We use only the finest natural rattan and sustainable materials in our furniture.
+
+
+
+
+
+
+
+
Affordable Luxury
+
+ We believe that beautiful, quality furniture should be accessible to everyone.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Why Choose Andra's Garden Heaven?
+
+
+ Handmade Excellence: Each piece is crafted by skilled artisans who take pride in their
+ work, ensuring every detail is perfect.
+
+
+
+ Natural Beauty: Our rattan furniture brings the warmth and texture of nature into your
+ home, creating a calming and inviting atmosphere.
+
+
+
+ Versatile Design: From garden furniture to indoor pieces, our collection seamlessly
+ blends with any decor style and space.
+
+
+
+ Local Service: As a Glasgow-based business, we provide personalized service and support
+ to our local community and beyond.
+
+
+
+
+
+
+
+
+
+
+
+
Ready to Transform Your Space?
+
+ Explore our collection of beautiful handmade rattan furniture and discover the perfect pieces for your home.
+
+
+
diff --git a/templates/page.contact-us.liquid b/templates/page.contact-us.liquid
new file mode 100644
index 00000000..0568ca69
--- /dev/null
+++ b/templates/page.contact-us.liquid
@@ -0,0 +1,476 @@
+{% comment %}
+ Contact Us Page Template for Andra's Garden Heaven
+ Following brand guidelines: Pakistani Green (#1C4219), French Grey (#D0CCD0), White (#FBFCFF)
+ Typography: Futura Book for headings, Elgian for body text
+{% endcomment %}
+
+
+
+
+
+
+
Contact Us
+
We'd Love to Hear from You
+
+
+
+
+
+
+
+
+
+
+
+
+
Visit Our Showroom
+
+ 123 Garden Street
+ Glasgow, G1 1AA
+ Scotland, UK
+