Skip to content

Premium Landing Page Template for Basreng & Snacks. Built with Astro & Tailwind CSS. SEO-optimized, ultra-fast, and WhatsApp integration ready. Created with Antigravity AI. Template landing page responsif untuk jualan Basreng (Bakso Goreng) atau snack UMKM. Dibuat menggunakan Astro JS dan Tailwind CSS. Cepat, ringan, dan SEO friendly.

Notifications You must be signed in to change notification settings

minggo-commits/basreng-landing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌶️ Basreng Pedas Daun Jeruk - Premium Landing Page Template

Note

This premium template was meticulously crafted using Antigravity powered by Gemini 3 Flash for maximum speed, SEO efficiency, and modern design standards.

A high-converting, professional, and SEO-optimized landing page template built with Astro and Tailwind CSS. Designed specifically for snack products with a focus on vibrant aesthetics and clear call-to-actions.


✨ Key Features

This template is designed to convert visitors into customers with these standout features:

  • 🚀 Ultra-Fast Performance: Built with Astro 5.x for near-instant loading times and 100/100 Lighthouse scores.
  • 📱 Fully Responsive: Mobile-first design that looks stunning on iPhones, Androids, and Desktops.
  • 🌶️ Premium Visuals: Includes high-quality AI-generated product photography for a professional look.
  • 💬 WhatsApp Integration: Strategic "Call to Action" buttons that link directly to your WhatsApp for instant sales.
  • 🔍 SEO Optimized: Pre-configured dynamic meta tags, semantic HTML5, and schema-ready structure.
  • 🎨 Modern Aesthetics: Features glassmorphism, smooth animations, and a premium color palette (Rose & Emerald).
  • Native Lazy Loading: Optimized image delivery system to keep the site light and fast.

🚀 Quick Start

1. Prerequisites

Ensure you have Node.js installed (LTS version recommended).

2. Installation

Clone or download the project, then run:

npm install

3. Development

Start the local development server:

npm run dev

Open http://localhost:4321 to view the site in your browser.


🛠️ Customization Guide

How to Add/Edit Products

All product variants are managed in src/pages/index.astro. Locate the variants array in the frontmatter:

const variants = [
    {
        name: "Nama Produk",
        description: "Deskripsi singkat.",
        price: "Rp 00.000",
        image: "/images/your-image.png",
        tag: "Best Seller"
    },
    // Add more here...
];

How to Add Images

  1. Place your image files in the public/images/ directory.
  2. Reference them in your code using the path starting from root, e.g., /images/my-new-basreng.png.

Tip

Use .webp format for better performance and smaller file sizes.

How to Update WhatsApp Link

Change the whatsappNumber variable in src/pages/index.astro:

const whatsappNumber = "6281234567890"; // Use international format without '+'

📈 SEO & Performance

Dynamic Metadata

To update the page title or meta description for SEO, edit the <Layout> component in src/pages/index.astro:

<Layout 
    title="Judul SEO Anda" 
    description="Deskripsi menarik untuk Google search results."
>

Performance Features

  • Lazy Loading: Images are automatically lazy-loaded (except for the Hero section) to ensure fast initial page speed.
  • Astro Islands: Zero-JavaScript by default, ensuring lightning-fast interaction.
  • Google Fonts Optimization: Pre-connected and loaded efficiently.

🏗️ Folder Structure

├── public/                 # Static assets
│   └── images/             # Product and hero images
├── src/
│   ├── layouts/            # Base templates (SEO, Meta tags)
│   ├── pages/              # Routing (index.astro is the main page)
│   └── styles/             # Global CSS & Tailwind configuration
├── astro.config.mjs        # Astro configuration
└── tailwind.config.mjs     # Tailwind CSS configuration

�📦 Deployment

Build the project for production:

npm run build

The output will be in the dist/ folder, ready to be hosted on Netlify, Vercel, or any static hosting provider.


📝 License

Created by Antigravity AI (Gemini 3 Flash). Feel free to use and modify for your business!

About

Premium Landing Page Template for Basreng & Snacks. Built with Astro & Tailwind CSS. SEO-optimized, ultra-fast, and WhatsApp integration ready. Created with Antigravity AI. Template landing page responsif untuk jualan Basreng (Bakso Goreng) atau snack UMKM. Dibuat menggunakan Astro JS dan Tailwind CSS. Cepat, ringan, dan SEO friendly.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published