403Webshell
Server IP : 138.197.107.151  /  Your IP : 216.73.217.10
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux BloxBy-Builder 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64
User : wpbetasites_mrakzqskir ( 1022)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/dbuserappdevbloxby.sql
-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost
-- Generation Time: Apr 02, 2026 at 01:06 PM
-- Server version: 8.0.45-0ubuntu0.22.04.1
-- PHP Version: 8.4.15

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `dbuserappdevbloxby`
--

-- --------------------------------------------------------

--
-- Table structure for table `failed_jobs`
--

CREATE TABLE `failed_jobs` (
  `id` bigint UNSIGNED NOT NULL,
  `uuid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `connection` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `queue` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `payload` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `exception` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `migrations`
--

CREATE TABLE `migrations` (
  `id` int UNSIGNED NOT NULL,
  `migration` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `batch` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `migrations`
--

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2014_10_12_000000_create_users_table', 1),
(2, '2014_10_12_100000_create_password_reset_tokens_table', 1),
(3, '2019_08_19_000000_create_failed_jobs_table', 1),
(4, '2019_12_14_000001_create_personal_access_tokens_table', 1),
(5, '2025_06_27_090102_update_users_table_for_custom_registration', 2),
(6, '2025_06_27_095237_create_websites_table', 3),
(7, '2014_10_12_100000_create_password_resets_table', 7),
(8, '2025_07_14_062629_add_is_blocked_to_users_table', 8),
(9, '2025_07_15_053808_create_pricing_plans_table', 9),
(10, '2025_07_16_052020_create_orders_table', 10),
(11, '2025_07_16_052038_create_payments_table', 10);

-- --------------------------------------------------------

--
-- Table structure for table `orders`
--

CREATE TABLE `orders` (
  `id` bigint UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `website_id` int DEFAULT NULL,
  `pricing_plan_id` bigint UNSIGNED NOT NULL,
  `stripe_session_id` tinytext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `name` char(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `order_total` int UNSIGNED NOT NULL,
  `status` enum('pending','paid','cancelled') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `type` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `orders`
--

INSERT INTO `orders` (`id`, `user_id`, `website_id`, `pricing_plan_id`, `stripe_session_id`, `name`, `order_total`, `status`, `type`, `created_at`, `updated_at`) VALUES
(1, 1, 79, 1, NULL, NULL, 10, 'pending', 'one-time', '2025-07-16 09:56:01', '2025-07-16 09:56:01'),
(2, 1, 79, 1, NULL, NULL, 10, 'pending', 'one-time', '2025-07-16 09:56:47', '2025-07-16 09:56:47'),
(3, 1, 79, 1, NULL, NULL, 10, 'pending', 'one-time', '2025-07-16 09:58:38', '2025-07-16 09:58:38'),
(4, 1, 79, 1, NULL, NULL, 10, 'pending', 'one-time', '2025-07-16 10:18:37', '2025-07-16 10:18:37'),
(5, 1, 82, 1, NULL, NULL, 10, 'pending', 'one-time', '2025-07-16 12:27:20', '2025-07-16 12:27:20'),
(6, 1, 77, 1, NULL, NULL, 10, 'pending', 'one-time', '2025-07-18 06:11:22', '2025-07-18 06:11:22'),
(7, 1, 93, 1, NULL, NULL, 10, 'pending', 'one-time', '2025-07-18 06:22:30', '2025-07-18 06:22:30'),
(8, 1, 96, 1, NULL, NULL, 10, 'paid', 'one-time', '2025-07-18 07:07:36', '2025-07-21 10:18:31'),
(9, 1, 95, 2, NULL, NULL, 15, 'pending', 'monthly', '2025-07-18 07:10:14', '2025-07-18 07:10:14'),
(10, 1, 96, 1, NULL, NULL, 10, 'pending', 'one-time', '2025-07-18 08:01:49', '2025-07-18 08:01:49'),
(11, 20, 99, 2, NULL, NULL, 15, 'pending', 'monthly', '2025-07-21 07:16:00', '2025-07-21 07:16:00'),
(12, 20, 99, 1, NULL, NULL, 10, 'pending', 'one-time', '2025-07-21 07:16:29', '2025-07-21 07:16:29'),
(13, 1, 97, 1, NULL, NULL, 10, 'pending', 'one-time', '2025-07-21 09:23:15', '2025-07-21 09:23:15'),
(14, 1, 97, 1, 'cs_test_a1RKKGMGu7SyrCTDHU5FRrN27mGRuU2WrOH4UrKYg4qraKQHrBu0qorS8g', NULL, 10, 'paid', 'one-time', '2025-07-21 09:25:29', '2025-07-21 09:38:34'),
(15, 1, 97, 1, 'cs_test_a1KnKODyL20XaPOZH0uSk5hrCfZTCsJqKQURWcQCEUTexO1DjdxcuItqkt', NULL, 10, 'pending', 'one-time', '2025-07-21 09:31:56', '2025-07-21 09:31:57'),
(16, 1, 96, 2, NULL, NULL, 15, 'pending', 'monthly', '2025-07-21 09:43:35', '2025-07-21 09:43:35'),
(17, 1, 96, 2, 'cs_test_a1CAsiZuu96asr6sq0qCt9sPXi44gL6zrbxHnjARR1uIP6ptVEouxlZDiv', NULL, 15, 'paid', 'monthly', '2025-07-21 09:45:01', '2025-07-21 10:46:26'),
(18, 1, 96, 2, 'cs_test_a1Xh8N2E1yQKhYOVZ0XyxExDDYEGoogzY6QRlu9glOuJyuejr8Rnwbq6Vk', NULL, 15, 'paid', 'monthly', '2025-07-21 09:48:02', '2025-07-21 09:56:04'),
(19, 1, 95, 1, 'cs_test_a1Jbrxajl5w67ZJXJVDqJTe9Rn6e3KuuYT0L3OScSePPkGSKX2rtDml9EB', NULL, 10, 'paid', 'one-time', '2025-07-21 09:57:33', '2025-07-21 09:57:53'),
(20, 19, 101, 6, 'cs_test_a1sdJMymaSDrL6dAgPXc1IAMSBfwcvZ1yFDS8ik6wTxJGvdlEJzVFv5iho', NULL, 80, 'paid', 'yearly', '2025-07-21 10:02:38', '2025-07-21 10:05:14'),
(21, 1, 102, 2, 'cs_test_a1NTkMRVC0NwFYXNtT0eYhj1ZdWbT81rtpGC2HXnhBPmcMlJEBTajQlopP', NULL, 15, 'paid', 'monthly', '2025-07-21 10:06:07', '2025-07-21 10:06:33'),
(22, 1, 103, 1, 'cs_test_a1oR9vn2Aza5xyaXDQ7qYp8RKVNbmzG1YImaPRPhnIkp5CvNc4uCOGyRGc', NULL, 10, 'pending', 'one-time', '2025-07-21 10:48:09', '2025-07-21 10:48:09'),
(23, 1, 103, 1, 'cs_test_a1ua58pqKcFlGuUrLRCeKicCJpjynbQScJU2WX2MYbt8dxI14N18IXgVVL', NULL, 10, 'pending', 'one-time', '2025-07-21 10:48:33', '2025-07-21 10:48:34'),
(24, 1, 103, 1, 'cs_test_a1v09dvdYy2t3iMhIDpciJ6tnVkaBqA3QS9Y5Ry8QYmCTtxjS5usqq5v03', NULL, 10, 'paid', 'one-time', '2025-07-21 10:48:53', '2025-07-21 10:49:20'),
(25, 1, 104, 2, 'cs_test_a1ontpXj2Wl3uQIiXTmNFyTA7ZNAvxPkyaN2JwVd0Uh0jThUcALwyx3ZTQ', NULL, 15, 'pending', 'monthly', '2025-07-22 05:51:02', '2025-07-22 08:04:17'),
(26, 1, 105, 1, 'cs_test_a1MMHI4G6vUdMiRjJlURpcb7JIt5nTPlgFaeYQoVB5xZw0TjKCw2y72kQr', NULL, 10, 'paid', 'one-time', '2025-07-23 08:08:57', '2025-07-23 08:09:25'),
(27, 1, 106, 1, 'cs_test_a1KfAKc4AnJEg0KaMcFm1EvoobE8Jprig35puVjLURSpHxqxsrfXQFWK8k', NULL, 10, 'paid', 'one-time', '2025-07-23 08:13:18', '2025-07-23 08:13:58'),
(28, 1, 107, 2, 'cs_test_a1OEwwCaUaLaYymxqGJ3Br2TFdgqtkcd9SZZAaSMudz7uIZDKvXK1IYx1s', NULL, 15, 'paid', 'monthly', '2025-07-23 08:16:25', '2025-07-23 08:16:55'),
(29, 28, 109, 6, 'cs_test_a1QrTnIznz8hmX4kAaCsACopPci0GLwc6PQLjM9arbuTeuz72hyV9CulQg', NULL, 80, 'paid', 'yearly', '2025-07-23 10:31:00', '2025-07-23 10:31:20'),
(30, 12, 68, 1, 'cs_test_a1G5JhiC4ENfTpo1gwjVyopxFOKavjOBQHhkPLuKHBYA5n5meBLi5CH6fQ', NULL, 10, 'paid', 'one-time', '2025-07-24 07:34:24', '2025-07-24 07:35:01'),
(31, 27, 111, 1, 'cs_test_a13Iq8300gi56LduLT8FioVqTVfXvHoe2ZGZMt2WPzhdsanDs0QBteeBax', NULL, 10, 'paid', 'one-time', '2025-07-24 07:39:10', '2025-07-24 08:39:28'),
(32, 27, 108, 1, 'cs_test_a11WORUwHYI2nU6PxHhsh60qQiQ1N6J4qlAr6UaLmU9bzSSJJjyAxtlSQo', NULL, 10, 'paid', 'one-time', '2025-07-24 07:43:37', '2025-07-24 07:44:00'),
(33, 1, 121, 1, 'cs_test_a1niV1jJHwMS6hRgGy4PVubYMbNx4jrR9CMXRDEUmo3bIKh0e8Zhjk3lIk', NULL, 10, 'paid', 'one-time', '2025-07-24 08:08:48', '2025-07-24 09:08:56'),
(34, 1, 123, 1, 'cs_test_a1BNkI3yYtpzZwTe3JlXxbahCdAuUOdudBVrcY1w0cuwCGRVjHElfXGb6B', NULL, 10, 'paid', 'one-time', '2025-07-24 08:26:18', '2025-07-24 08:42:59'),
(35, 19, 124, 6, 'cs_test_a1oHnFPzV612JAH0sbgyz5JfRNanxiJ0CkOkHlloOGhvMEgxPlKK4WiCQU', NULL, 80, 'paid', 'yearly', '2025-07-24 09:07:11', '2025-07-24 09:09:46'),
(36, 19, 126, 2, 'cs_test_a1DnvX3IUUeNmXyoiQaScaRM4c6LRF3aD6yGBA53y0kqXVnvpVvyOjasqX', NULL, 15, 'paid', 'monthly', '2025-07-24 10:23:25', '2025-07-24 10:23:47'),
(37, 40, 125, 1, 'cs_test_a1LPVUJa782c48RpTUpm0e1zl58CcEP5asJxsiIgxLxtAoScwerhlBFkRx', NULL, 10, 'paid', 'one-time', '2025-07-24 10:26:29', '2025-07-24 10:27:11'),
(38, 40, 128, 2, 'cs_test_a1MKXfVWxWe8F1VFqSwRjUs20EV5dowmsj6mx9gl8mFbyoJ745uBf1bmRc', NULL, 15, 'pending', 'monthly', '2025-07-24 10:31:28', '2025-07-24 10:31:29'),
(39, 40, 128, 2, 'cs_test_a10Z2CqtcfIF3N4rRiTrDrpUK1sxgNLRSzFZd4Iy2EHmiz7sQepo1DfLF4', NULL, 15, 'paid', 'monthly', '2025-07-24 10:31:46', '2025-07-24 10:32:10'),
(40, 1, 122, 2, 'cs_test_a1JTJHPNDg7Hm0OxSQHOtNl7qo2hf6gBrgGyJtS07VsMDbK6AAknsJffXQ', NULL, 15, 'pending', 'monthly', '2025-07-24 11:44:37', '2025-07-24 11:44:38'),
(41, 1, 122, 2, 'cs_test_a1pf2dZxA8NyI1ruXZJItKjLVcpFPy6Xy3J5fQb2eEai6t3aUJLZsBhAlS', NULL, 15, 'pending', 'monthly', '2025-07-24 12:02:39', '2025-07-24 12:02:39'),
(42, 1, 122, 2, 'cs_test_a1jbkDWPGK3G3aOvITVBPk41j1rwn38iSkhJOGSeG9RrKN1DwRh5yiuK2y', NULL, 15, 'paid', 'monthly', '2025-07-25 06:04:10', '2025-07-25 10:13:59'),
(43, 1, 131, 2, 'cs_test_a1LnxmBCNbOB12oWRqaYHj0Yriipaiafl54Y2wDvfnSYjOvxvI755L25DG', NULL, 15, 'paid', 'monthly', '2025-07-25 11:37:35', '2025-07-25 11:38:03'),
(44, 19, 127, 2, 'cs_test_a1yLEGlo29mNywOBGA3Muq8Vg1SazCbJ9uGVtMGzCLg7RVV1l6zrnenEdC', NULL, 15, 'paid', 'monthly', '2025-07-25 11:55:25', '2025-07-25 11:55:39'),
(45, 19, 129, 1, 'cs_test_a1HsNCHOHlI4FPJ2vT2pWwR94aycFcrRN6ItwiW7HR26PhSAh494J3tOwF', NULL, 10, 'paid', 'one-time', '2025-07-28 07:57:51', '2025-07-28 07:58:05'),
(46, 19, 132, 2, 'cs_test_a1MlrlCclCCnOak7aDTkaCDknCY6dME4rdApHujqQnul8U4IuVGiMsFGxg', NULL, 15, 'paid', 'monthly', '2025-07-28 08:05:07', '2025-07-28 08:05:23'),
(47, 41, 133, 2, 'cs_test_a11mdsFp4aVSdF3tPPfpWt7eOf6h5Lx6OhfkS6n9hL6gWiQT3jzhJmjSBn', NULL, 15, 'paid', 'monthly', '2025-07-29 07:22:44', '2025-07-29 07:23:45'),
(48, 41, 134, 1, 'cs_test_a1tdZsVcgF3RElTks004i1joiHus24QAcaJKyoQ9yI8WxBlZhTWw5YQ6Yx', NULL, 10, 'paid', 'one-time', '2025-07-29 07:25:07', '2025-07-29 07:25:42'),
(49, 41, 135, 2, 'cs_test_a1FXa38Rw6dwQJ94znAaXhLshlpxnlW2wyIIoJhSmV3WfjGSZ46WScAExY', NULL, 15, 'paid', 'monthly', '2025-07-29 07:30:14', '2025-07-29 07:34:15'),
(50, 1, 139, 2, 'cs_test_a1QguV4AJENI2JOIp0JwLzoOGjbC5buKIFWf4L0POqkMahYs6s6Zf6GQZM', NULL, 15, 'pending', 'monthly', '2025-08-04 12:37:39', '2025-08-04 12:37:40'),
(51, 1, 139, 1, 'cs_test_a10wKeY0wXIvIGJubppglgC09yJL79QmIMbJoth3wWMyxhVgs0WIqsUfKq', NULL, 10, 'pending', 'one-time', '2025-08-06 05:08:25', '2025-08-06 05:08:25'),
(52, 96, 299, 16, 'cs_test_a1nexZVL0CrN7Z3JPNrywfFLT638Oj7no4XkDQdo7tSdFDjmo3D1p1seOt', NULL, 199, 'pending', 'one-time', '2025-09-09 05:46:32', '2025-09-09 05:46:32'),
(53, 96, 299, 14, 'cs_test_a1JGeCgJ5Jk5CcrXnaCwW6YOzpi51Y9llCxXqY8JyerPl4NcBEP03weVfW', NULL, 29, 'pending', 'monthly', '2025-09-09 05:47:19', '2025-09-09 05:47:19'),
(54, 96, 299, 14, 'cs_test_a1IhQyh5yuiAJwj0iX1qjVOEuM7pzcpbcK7YZCxyJmVtCFkPONNm2ICogh', NULL, 29, 'pending', 'monthly', '2025-09-09 05:47:36', '2025-09-09 05:47:37'),
(55, 96, 299, 14, 'cs_test_a1yqDWFD53jKWPdtxvntEYyTQVNOJoxTH8R0VKV0PX7thlaiWyQ2rzFzn6', NULL, 29, 'pending', 'monthly', '2025-09-09 05:47:56', '2025-09-09 05:47:57'),
(56, 91, 266, 16, 'cs_test_a1V9GKFH2jP0bdFlpWBw1uPKMR5ej6PybjEdW4eKpUimncKgF6Taz5754O', NULL, 199, 'paid', 'one-time', '2025-09-09 06:47:33', '2025-09-09 06:48:40'),
(57, 91, 305, 16, 'cs_test_a1YlryWHWCwT1gWqqoBmQsj3PeILcqFa4ya04D7si1OpoC1s19V50fwMbM', NULL, 199, 'pending', 'one-time', '2025-09-11 08:29:45', '2025-09-11 08:29:46'),
(58, 91, 305, 16, 'cs_test_a1eibFtQEmkk6TDFmtqY32glpnzxhE8G6UyjDtIkU6UfJggqbBIqAdC0UW', NULL, 199, 'paid', 'one-time', '2025-09-12 06:24:07', '2025-09-12 06:25:06'),
(59, 91, 312, 16, 'cs_test_a17jmr32bjP6FFoQrJ0A3R1zSPRGNelIW1hes1DL01YLTfadhjk2QhEYm9', NULL, 199, 'paid', 'one-time', '2025-09-12 07:51:03', '2025-09-12 07:51:45'),
(60, 67, 238, 15, 'cs_test_a1itEweI65OlRXm2OqeRENOt4md8dlj1n3DZSLz7HHF9uRhGYXD1G7KSHR', NULL, 300, 'paid', 'yearly', '2025-09-12 12:27:28', '2025-12-15 05:25:30'),
(61, 91, 315, 16, 'cs_test_a1F3QAbxcYeDMvmjdi4DsNHg31zlDnEJ6qKZxxxWpsguNH39oWRCY1VIS6', NULL, 199, 'paid', 'one-time', '2025-09-15 07:53:21', '2025-09-15 07:54:10'),
(62, 91, 319, 16, 'cs_test_a1V5Osk57AJeGCZkfvU1HGv4RIuIAKhjbPzNfarEaMV9pKSUHxpFVnE3CJ', NULL, 199, 'paid', 'one-time', '2025-09-15 10:38:28', '2025-09-15 10:39:15'),
(63, 91, 320, 16, 'cs_test_a1Spd8SWgHBnlUPQuJ33n5KrryUA5OI6cCUZkDOq69nA92AiLQ5MPepmaK', NULL, 199, 'paid', 'one-time', '2025-09-15 11:20:04', '2025-09-15 11:21:00'),
(64, 91, 321, 16, 'cs_test_a1HssS548QMdf18Xdq2Ls43od3gA5vZvm58D7FfLOq8NILBl0Si8cNnuMB', NULL, 199, 'paid', 'one-time', '2025-09-15 11:25:17', '2025-09-15 11:26:06'),
(65, 58, 225, 16, 'cs_test_a1gSfQcQBg58dH0OY82lbtU0jzDE80E29Zshbr1DpLe4rzLoGKKnMgMqBk', NULL, 199, 'paid', 'one-time', '2025-09-16 04:49:39', '2025-09-17 10:13:59'),
(66, 50, 314, 16, 'cs_test_a1jz2Y0VTG4NruSmG4hkO3GUWdcAItAy9zDSkwvkdUw3Vo8kdyn3EjBogy', NULL, 199, 'paid', 'one-time', '2025-09-16 08:17:44', '2025-09-16 08:18:30'),
(67, 91, 327, 14, 'cs_test_a17GWJzDqchZTbrjHz3gMtkq9r7kcH1yN6szum3r0iacNwLMmk7CCgykhP', NULL, 29, 'paid', 'monthly', '2025-09-16 11:14:02', '2025-09-16 11:14:58'),
(68, 50, 220, 16, 'cs_test_a1dN5TlF5glb2vA7WTLrIw5YGmVSnWKN4CUlJrh2DXZEaVIeKzakN0vNav', NULL, 199, 'paid', 'one-time', '2025-09-17 02:35:15', '2025-09-17 02:35:56'),
(69, 114, 336, 16, 'cs_test_a1YKOmYoqPtxUgpXfcEtbMqPxEfhsdFu8QSW63oy88chBeE8jSPD7Yn1GX', NULL, 199, 'paid', 'one-time', '2025-09-17 10:11:11', '2026-03-18 05:32:53'),
(70, 114, 336, 16, 'cs_test_a1mzxssRH92XtrHGnifwvwiIQNY60m02LRp1XbUEGzkIPC1l1in7zYwEB2', NULL, 199, 'pending', 'one-time', '2025-09-17 10:12:37', '2025-09-17 10:12:38'),
(71, 114, 336, 16, 'cs_test_a1gNqO8VvJIA1J2DHhzCOs4PZrLTJdDEC5rSKFgwfU3nLzblPLpPTOCP4X', NULL, 199, 'paid', 'one-time', '2025-09-17 10:14:08', '2025-09-17 10:16:58'),
(72, 91, 337, 16, 'cs_test_a1rvOvUM4hxDGW5aGmr6fQoGjOy0KYStZyXoYe2ZxebkHERiYfHhzemXfC', NULL, 199, 'paid', 'one-time', '2025-09-17 10:17:15', '2025-09-17 10:18:33'),
(73, 112, 335, 15, 'cs_test_a1SW5DQ0m4gtnvujEy99fBEK96MxAOdOcJ0Kz9TSv1LbMrvHxEwzePp3ow', NULL, 300, 'paid', 'yearly', '2025-09-17 10:44:09', '2025-09-17 10:45:16'),
(74, 112, 333, 15, 'cs_test_a1CgI1TfKxS18k0hwgF0sOazEfs7hADTs8vwAq1V1etcjeYstHZrIEsCvv', NULL, 300, 'paid', 'yearly', '2025-09-17 10:47:44', '2025-09-17 10:48:24'),
(75, 80, 339, 15, 'cs_test_a1dOFsaXiWp7zUqjtnF0UISGmgVdBTDhNtUmK7nnu8RelgouVREMwz77Fz', NULL, 300, 'pending', 'yearly', '2025-09-17 11:58:10', '2025-09-17 11:58:10'),
(76, 80, 339, 15, 'cs_test_a18wA20t4cx80Fy9rU7UOYzxURRgD08dYnHRiXuM1wLztQCsSMpwVaJgFm', NULL, 300, 'pending', 'yearly', '2025-09-17 11:58:11', '2025-09-17 11:58:12'),
(77, 80, 339, 16, 'cs_test_a1m8lavYK3LExeYrYWQnXocMiLOUY1KisbCVgps60PJlhgMsb7Rk3YqfAx', NULL, 199, 'pending', 'one-time', '2025-09-17 11:58:12', '2025-09-17 11:58:12'),
(78, 112, 332, 15, 'cs_test_a1q2cWHKWPUnGb3oitBJb2cM1TiCUzU2SIfpqmN7LUAeh39i52gS3R53cF', NULL, 300, 'pending', 'yearly', '2025-09-17 12:05:43', '2025-09-17 12:05:44'),
(79, 112, 332, 14, 'cs_test_a1VdebX1seN4eOJPrhFPo7c2yd08B3hGA1EajfoHWfgDSJBdEyQiNkBRAY', NULL, 29, 'pending', 'monthly', '2025-09-17 12:06:03', '2025-09-17 12:06:04'),
(80, 112, 332, 15, 'cs_test_a1gOnN9LOJaYK2KDRFDX3fOGXnHffNYeAasjWMU4hYhEnJQ1G5OAhy5FWr', NULL, 300, 'pending', 'yearly', '2025-09-17 12:06:39', '2025-09-17 12:06:40'),
(81, 112, 332, 15, 'cs_test_a1VrlLxMYMHzzDnbpUIKM71x6TDHWUZRUyt3vypH1UA26LIyObZ3uWuKSM', NULL, 300, 'pending', 'yearly', '2025-09-17 12:08:40', '2025-09-17 12:08:41'),
(82, 112, 332, 14, 'cs_test_a19V5m9KfXK9DBbeFH9gbP7TLOQFzBT0Y2Mygd3DDe078cSzhtpPQyBT4k', NULL, 29, 'pending', 'monthly', '2025-09-17 12:11:38', '2025-09-17 12:11:38'),
(83, 112, 332, 14, 'cs_test_a1GE83K8DF62XKONRhn9daYAJl6zsyECa3zloef0QPsTDPAzaWKqgmtLUj', NULL, 29, 'pending', 'monthly', '2025-09-17 12:12:25', '2025-09-17 12:12:26'),
(84, 112, 332, 15, 'cs_test_a1ZQjHC5gUoJ1BdpHlTb4CdpKbhVpLPJKxIdLTf0hoL134fUUlHyde1YxH', NULL, 300, 'pending', 'yearly', '2025-09-17 12:13:08', '2025-09-17 12:13:10'),
(85, 112, 332, 15, 'cs_test_a1BnA6dXjtqL3ThexQ0x63QzYSRQnacB73BbJEdWSgE17qy0p7KwZjK0hK', NULL, 300, 'pending', 'yearly', '2025-09-17 12:36:24', '2025-09-17 12:36:25'),
(86, 114, 338, 16, 'cs_test_a1B6hBksQXgjpdgV6qQI2ks1n6aOyVX5rxK2KQY6Qk0eQHiZ1YqxnpSQ44', NULL, 199, 'pending', 'one-time', '2025-09-17 13:04:23', '2025-09-17 13:04:24'),
(87, 116, 343, 14, 'cs_test_a1Zr5VuVPPwk9yBJYDA06kKVl2na2sciVJZ2m0Z1jXMUMgXZG71Yl2n7aJ', NULL, 29, 'pending', 'monthly', '2025-09-18 06:16:56', '2025-09-18 06:16:57'),
(88, 116, 343, 15, 'cs_test_a1UoNtD7cRByT5aHycwg0nbRaVCeeeY0pohm5Od2tp3uh5jEl0JgBTEjoA', NULL, 300, 'pending', 'yearly', '2025-09-18 06:17:14', '2025-09-18 06:17:15'),
(89, 116, 343, 15, 'cs_test_a1GiVGIMXvTESKNdLL5JeGeUEwHQsrZ3UT6GfCrkYnOSHcr1PEG6m7ADFR', NULL, 300, 'pending', 'yearly', '2025-09-18 06:17:54', '2025-09-18 06:17:55'),
(90, 116, 343, 15, 'cs_test_a1FDoApya7tVHcYqt4Gd4Hr4acacoN1mvRz7Hak8XqER6ZAJWv9uoMtmdL', NULL, 300, 'pending', 'yearly', '2025-09-18 06:18:19', '2025-09-18 06:18:20'),
(91, 116, 342, 14, 'cs_test_a1e0fTlSvzYZ3ythHpgufg56bpb4l08tEtrYZeVSy1k41DRVfTLDeDZcVY', NULL, 29, 'paid', 'monthly', '2025-09-18 06:23:13', '2025-09-18 06:24:48'),
(92, 116, 343, 15, 'cs_test_a1J6QNUErFU4KQDCXkLRaMuTzTaGfBqCuOaBpqQNWNjDJ9GtgunEepz9jl', NULL, 300, 'paid', 'yearly', '2025-09-18 06:33:11', '2025-09-18 06:34:56'),
(93, 116, 344, 16, 'cs_test_a1ttERNXtCfEVYnKXMyfiBWsvn40XMnvuaWMyt3C4uY4jYSFthmXXW7riL', NULL, 199, 'pending', 'one-time', '2025-09-18 06:38:16', '2025-09-18 06:38:17'),
(94, 116, 344, 16, 'cs_test_a1vFjinP6mprZ1cGS5IxuYbdc4mlb362l81K4lhD4EQKbrywy2kHla2w3C', NULL, 199, 'pending', 'one-time', '2025-09-18 06:43:25', '2025-09-18 06:43:25'),
(95, 116, 344, 16, 'cs_test_a1IlOW2xWnqJADpD1cptvH43aR2V5xSXeUEjv1RhKkFYx0ldI2St6DQzWr', NULL, 199, 'paid', 'one-time', '2025-09-18 06:47:54', '2025-09-18 06:49:42'),
(96, 117, 345, 15, 'cs_test_a1qHj52eLxhxYBWeQlyBPMegU1lvd8zS0K7Kps972AGr1yrdp3CeG9fFrW', NULL, 300, 'pending', 'yearly', '2025-09-18 08:00:36', '2025-09-18 08:00:37'),
(97, 117, 345, 14, 'cs_test_a1qkCIslHWFZqBlOUhrPNWkTWu3aZWk4DeS3zuuLUdiaMwhFMNfJGACYiO', NULL, 29, 'pending', 'monthly', '2025-09-18 08:00:57', '2025-09-18 08:00:58'),
(98, 117, 345, 15, 'cs_test_a1e6cc5va7qqZ4gSJCFKBN5yRnqGBHvIqerOKg46LpzLIwHYiCFNDu9F8a', NULL, 300, 'pending', 'yearly', '2025-09-18 09:15:02', '2025-09-18 09:15:03'),
(99, 118, 347, 14, 'cs_test_a1t6cYSxkb1Y3yS5D5JZ5zNceekeXXeBQGfmdHwdVx6pO2fkyRwFpSdAbT', NULL, 29, 'paid', 'monthly', '2025-09-18 10:38:10', '2025-09-18 10:39:12'),
(100, 118, 347, 14, 'cs_test_a1Tgsv3t3yppzoLQK3qEnAGEF7PqQgbW8TPMKvkEdqs7U19MgB4Ze720Yj', NULL, 29, 'paid', 'monthly', '2025-09-18 11:15:23', '2025-09-18 11:16:25'),
(101, 118, 348, 14, 'cs_test_a1hRBpj3yX31PHRTw0ZjsaG71uRHTeP2zch18gZlaanDLi5Kmo5mIyclO4', NULL, 29, 'paid', 'monthly', '2025-09-18 12:42:53', '2025-09-18 12:44:06'),
(102, 117, 346, 15, 'cs_test_a1UbqG23Btcenafvqd5dlBXdIaDnr2c1OiJobYknzq4r1d76YvJmBNbE4d', NULL, 300, 'paid', 'yearly', '2025-09-18 13:09:15', '2025-09-18 13:10:23'),
(103, 117, 345, 14, 'cs_test_a1hKF0aQndb1RW66LpPFw40b6XadJFIagwjDGGwG552INnMczFTiQZXVOq', NULL, 29, 'paid', 'monthly', '2025-09-18 13:11:02', '2025-09-18 13:11:57'),
(104, 80, 339, 14, 'cs_test_a1W7WecNl4XRjgYLJlI7oNSWdiFk2nPAzCvCrTBC9hMKuh8fkO4n9AHYYx', NULL, 29, 'pending', 'monthly', '2025-09-19 04:59:33', '2025-09-19 04:59:34'),
(105, 119, 352, 15, 'cs_test_a1HGlF4T8SplJR1ANCqFZGyd2XgNkW4m7rD97X1lCg67q5WpQIxNysIBcO', NULL, 300, 'paid', 'yearly', '2025-09-19 05:04:05', '2025-09-19 05:05:12'),
(106, 116, 355, 14, 'cs_test_a12D83W7N2EIwVaHBGnmWHUTNuYXVH6rIuhbLzmq0222azulo370g3XcDm', NULL, 29, 'paid', 'monthly', '2025-09-19 05:31:28', '2025-09-19 05:32:16'),
(107, 67, 238, 15, 'cs_test_a1SfjreeXupgpq3loKjt8rcSGqz76j6Fqh0vrzUOWmsbNYE1IGnDbYo5tT', NULL, 300, 'pending', 'yearly', '2025-09-19 05:44:19', '2025-09-19 05:44:21'),
(108, 120, 358, 14, 'cs_test_a1WKiihQsClpEe4PRxmbiN2cAGbg5GUZQUXWYYjjsKawjUJtlnnKUSCPKt', NULL, 29, 'pending', 'monthly', '2025-09-19 07:28:01', '2025-09-19 07:28:01'),
(109, 120, 358, 15, 'cs_test_a1bnRa9cg650S96B1BKffuOVquasqYOc8GW4rP1TLMqwT6S8FUbNADtPy9', NULL, 300, 'pending', 'yearly', '2025-09-19 07:48:14', '2025-09-19 07:48:15'),
(110, 120, 358, 15, 'cs_test_a1CUNezlGOdCLPyMLlmd1JzSe5zJKT0kDMHbUPQUIBwGAy85Po0XFrn1bb', NULL, 300, 'pending', 'yearly', '2025-09-19 07:56:41', '2025-09-19 07:56:42'),
(111, 120, 359, 15, 'cs_test_a1hXWjley1JqlTlFRrcduUovkW9t1GZxeFOKTNz5tPtZrRo1jImtJMwQRS', NULL, 300, 'pending', 'yearly', '2025-09-19 07:57:24', '2025-09-19 07:57:25'),
(112, 121, 361, 14, 'cs_test_a1KU5AKgQB08C3PKEj1oeLW0F8WGXMwFlq1Y7lOK7vfsOnIewsaGHMf98e', NULL, 29, 'pending', 'monthly', '2025-09-19 11:24:06', '2025-09-19 11:24:07'),
(113, 121, 361, 14, 'cs_test_a1iQ9an5ShfFXLKpQZiVt4pD3KVpxiLdi5V4hLXghZrByROmMeT3nXoRH2', NULL, 29, 'paid', 'monthly', '2025-09-19 11:31:22', '2025-09-19 11:32:34'),
(114, 123, 362, 15, 'cs_test_a1yGvKXSboh0YNqSnOVLE2eW7GgzLkMNJBq9LQgYIJqQm6KaWpAFAaoPMA', NULL, 300, 'paid', 'yearly', '2025-09-19 11:48:42', '2025-09-19 11:49:43'),
(115, 121, 374, 16, 'cs_test_a1EFsn5uBqISYsNYx4uf9OQfqXsLHuDWpyzHfZtNzW7fHOrSi0aSedPEGy', NULL, 199, 'paid', 'one-time', '2025-09-23 11:52:22', '2025-09-23 11:53:15'),
(116, 121, 375, 16, 'cs_test_a1S1ExhtBnWsSXK2DcAH80hdu383wH86Kuv8Ud1L7U0XIddPkhcZ0IVbZL', NULL, 199, 'paid', 'one-time', '2025-09-23 12:20:18', '2025-09-23 12:20:58'),
(117, 50, 373, 15, 'cs_test_a1Gcqa9yLYSjlE0gPdDgLbbbt5twOoulkjhuotCdbGK8vbzXrbSaN5M0ui', NULL, 300, 'paid', 'yearly', '2025-09-23 12:43:14', '2025-09-23 12:44:01'),
(118, 127, 376, 15, 'cs_test_a1IwgQ0AJ6W4m9ij27yLwnSFoXCqWWshZQhqigPHskUdqcfP4AszG8jv03', NULL, 300, 'paid', 'yearly', '2025-09-25 04:28:54', '2025-09-25 04:30:38'),
(119, 127, 378, 16, 'cs_test_a1WFj5cQk4YNEpZro4kMF8M68tbqDQRketP97L1tCAK5W2gmY4gcb1c7IT', NULL, 199, 'pending', 'one-time', '2025-09-25 09:33:47', '2025-09-25 09:33:48'),
(120, 127, 378, 16, 'cs_test_a1Rckn0vldWbNKrsGJoPUdqFbPpYNZz6vFHFS1Bh53vssdfwJudL5o4hlp', NULL, 199, 'paid', 'one-time', '2025-09-25 09:41:35', '2025-09-25 09:42:29'),
(121, 129, 380, 15, 'cs_test_a16FmW9iGvyxtpLpckFXEOHtMQXe05ofSxJWLlOg2c7dtZEl7Tk3jcUjoA', NULL, 300, 'paid', 'yearly', '2025-09-25 09:52:45', '2025-09-25 09:54:27'),
(122, 131, 381, 15, 'cs_test_a1LrQscWqh0vBMsbVT4g8CEkdzLhTIUNKSRSiYMaSEUpum1hEPTV562APL', NULL, 300, 'pending', 'yearly', '2025-09-25 10:34:20', '2025-09-25 10:34:21'),
(123, 128, 377, 15, 'cs_test_a1nqaUiDaLrz7mpsZ9KrrUEqky6jzYZyDEnmSQ6IeIwef4GyeyANFKjYBx', NULL, 300, 'paid', 'yearly', '2025-09-25 10:39:11', '2025-09-25 10:40:00'),
(124, 131, 382, 16, 'cs_test_a1B1lZmV4OeWfTgU9PgPz0WQp2HuRPvntpgU4j8F49ev4g3tzog2d3q5dq', NULL, 199, 'pending', 'one-time', '2025-09-25 10:50:49', '2025-09-25 10:50:50'),
(125, 131, 382, 15, 'cs_test_a1GDhyYyevTeypHvV3ZhQeygpvC5CsofLoNChcL0evlptgzqbzCpWm9Pwi', NULL, 300, 'pending', 'yearly', '2025-09-25 11:21:45', '2025-09-25 11:21:46'),
(126, 120, 358, 15, 'cs_test_a1tbxhgD4x8Zt22aE5fUoCseUKKoYX5bfQi98eLpj9zjoW5lle5PPcuEHM', NULL, 300, 'paid', 'yearly', '2025-09-29 06:56:02', '2025-09-29 06:56:57'),
(127, 135, 398, 16, 'cs_test_a1PJU3SOKUIrC9qGcJ1XyKg4yASmvYgiK8WuajpWvy9YdEAO7Vv1qqw75L', NULL, 199, 'pending', 'one-time', '2025-09-29 11:21:48', '2025-09-29 11:21:49'),
(128, 135, 398, 16, 'cs_test_a1j23mlcuOvEu0DOzxDcXAhrxCbE7XJg7gKVCnW4BWUdJatU56O9sJO41n', NULL, 199, 'paid', 'one-time', '2025-09-29 11:24:51', '2025-09-29 11:25:40'),
(129, 135, 408, 15, 'cs_test_a1kxbLshpaddEgGpx2Xtk0LwyjPgzi5w9tweyPKkw4SDG8zW0ui3Y1jfQP', NULL, 300, 'paid', 'yearly', '2025-09-29 11:37:58', '2025-09-29 11:38:53'),
(130, 137, 415, 15, 'cs_test_a1RaXQ4hDE7dtNiRlCoBlqSaDhuyXEgWhDdQ6ztWhPw9mcQ0hW4ctaB21j', NULL, 300, 'pending', 'yearly', '2025-09-30 10:17:21', '2025-09-30 10:17:22'),
(131, 137, 421, 15, 'cs_test_a1iylVimsbMVCLsI7HcvXiCM1P2qZYh0IdZTReUmsq6sgdnqVBDpo5u1TS', NULL, 300, 'paid', 'yearly', '2025-09-30 10:49:29', '2025-09-30 10:50:24'),
(132, 80, 430, 15, 'cs_test_a1prsIy9xUSJ87oYm8jwDp2loke1DA8N0rdkm4BbaM1jxXAn0WVLMsjJGo', NULL, 300, 'pending', 'yearly', '2025-10-01 11:01:11', '2025-10-01 11:01:13'),
(133, 80, 430, 14, 'cs_test_a1tNNitGTo3lA4e51w6nCUWHCCgKqeYmD59WHqNSQpHzWApgkMfRhgfbAs', NULL, 29, 'pending', 'monthly', '2025-10-01 12:05:07', '2025-10-01 12:05:08'),
(134, 138, 435, 15, 'cs_test_a1BjHwGe1bWINs3gySsomqQ2bNodWigQvRooqMGxQvGXD4ARIpICxc2I4y', NULL, 300, 'paid', 'yearly', '2025-10-03 07:20:41', '2025-10-03 07:21:40'),
(135, 96, 300, 15, 'cs_test_a1YeoJpTXSvj3er8mV0cHmUvNWYNcZlvH9jhz55T9PdtWRqNuko8XzpZqh', NULL, 300, 'paid', 'yearly', '2025-10-07 06:31:05', '2025-10-07 06:32:36'),
(136, 96, 302, 16, 'cs_test_a1y7nD9fJeStTQopchYHgMUNDV7vOlsQuKGkLvWP1B56jZW37wc8oB9M1q', NULL, 199, 'paid', 'one-time', '2025-10-07 06:44:28', '2025-10-07 06:45:12'),
(137, 96, 302, 16, 'cs_test_a1asoQ8Wf1yujiNEVoZpLZO4DQbc42rTKgcpeOlbDgGvy50RAVabuCvOra', NULL, 199, 'paid', 'one-time', '2025-10-07 07:07:13', '2025-10-07 07:07:50'),
(138, 96, 302, 16, 'cs_test_a17YjZTo3xA0moDJDBRKhU2uCLXvyve82qopxjmyVdWgz8cqFe9f9KnsFP', NULL, 199, 'pending', 'one-time', '2025-10-07 07:08:27', '2025-10-07 07:08:28'),
(139, 96, 302, 16, 'cs_test_a1Op5tH5Foc8lFvmUthDjFmfYwVpOLZq2NpjPxq4OIdKw4XvKw7qhIOrHQ', NULL, 199, 'paid', 'one-time', '2025-10-07 07:08:43', '2025-10-07 07:09:32'),
(140, 96, 302, 15, 'cs_test_a1ZHFf75cMxObXzlguZ8ecOhuHlaRYbhstoxfUHQ0ppAqiOGlGzYCjrgUq', NULL, 300, 'paid', 'yearly', '2025-10-07 07:10:21', '2025-10-07 07:11:24'),
(141, 139, 438, 15, 'cs_test_a1exagN6gOn6Zp9TamSsdGM7RHx2O6lkYUCNs6qQOPq7lOzhtJEOlKNf3R', NULL, 300, 'paid', 'yearly', '2025-10-08 05:53:26', '2025-10-08 05:54:31'),
(142, 96, 299, 15, 'cs_test_a1l1mpugO8bEiEXvv9kxXE7DhBCsqqyhIn7CrWmD7FdMf9otMzCDHHboyT', NULL, 300, 'pending', 'yearly', '2025-10-08 09:21:30', '2025-10-08 09:21:31'),
(143, 96, 299, 16, 'cs_test_a1AmU48KehbNFomrB6gHWHjHGK6nbxQ1zqISi9m2j9gewIjF91UpkpURwB', NULL, 199, 'paid', 'one-time', '2025-10-08 09:57:47', '2025-10-08 09:58:26'),
(144, 143, 444, 14, 'cs_test_a1njq9iTWFEcPrqG1GQtcMDRFwCDLKDhAOxcZtyJi0n5Kpyjh6e3SXir4S', NULL, 29, 'paid', 'monthly', '2025-10-09 07:16:48', '2025-10-09 07:17:46'),
(145, 143, 445, 16, 'cs_test_a1ShF1Qce3sbdNTVbmpqTZijIpKjufDVdkHqUkKxrS7zQiMPCbX551qQGU', NULL, 199, 'paid', 'one-time', '2025-10-09 07:45:44', '2025-10-09 07:46:32'),
(146, 145, 449, 15, 'cs_test_a1wCFm4bg3P8ioNZzu0IHdzbjtScVJjRWpu1zgtGqJkirCHeAa5lQILnWy', NULL, 300, 'paid', 'yearly', '2025-10-10 05:29:19', '2025-10-10 05:30:46'),
(147, 145, 450, 15, 'cs_test_a1pd03BKWyFjNWyMrKtUqG1AjhITQSEvf1KpX2eJ2gCqdGZJTpmjq5ddNq', NULL, 300, 'paid', 'yearly', '2025-10-10 05:49:00', '2025-10-10 05:49:48'),
(148, 150, 453, 15, 'cs_test_a1xCo8SlMPH7yaylg51qWFN5hYstylokzEd1Eq4kYSNVSJBsny3i9f6KxJ', NULL, 300, 'paid', 'yearly', '2025-10-13 11:03:22', '2025-10-13 11:04:43'),
(149, 127, 376, 16, 'cs_test_a1kBsFvNAGzM9S9vtw8NzXPQnHp9ZcqGLjnv5H0hA6Gt2TDhpWzntJURHz', NULL, 199, 'paid', 'one-time', '2025-10-14 08:10:44', '2025-10-14 09:00:20'),
(150, 152, 456, 15, 'cs_test_a1DiEUJTt9mVdoYnLo2LjtMtL8CFPOKX5H6cQSCRr0ZegxIhjLjCDFsD9l', NULL, 300, 'paid', 'yearly', '2025-10-14 10:32:15', '2025-10-14 10:32:54'),
(151, 152, 457, 16, 'cs_test_a1vFZhfYWv92ZFjb7jZZ4N3LPZLah4avYeHaTevZZsHZH9uHAmqgtAc8zS', NULL, 199, 'paid', 'one-time', '2025-10-14 10:33:39', '2025-10-14 10:34:19'),
(152, 154, 461, 15, 'cs_test_a1viqG4EkRHfOWOxGAQalWfdLYcAwJBkiVTTc0RwuUrZzZP5uhi1Yz2tPp', NULL, 300, 'pending', 'yearly', '2025-10-15 08:02:26', '2025-10-15 08:02:27'),
(153, 154, 461, 16, 'cs_test_a1s2RQM3zNT4m0Je39NDDVQaVoAghHlcJmXFWYw2wd7XZoPLqJbFryyGs9', NULL, 199, 'paid', 'one-time', '2025-10-15 08:45:48', '2025-10-15 08:48:47'),
(154, 154, 462, 14, 'cs_test_a1nd5JOSPdEsowJKwcHqM02gnszO6KD5bGZzuz4ZjGwe7MRjXw500phSMp', NULL, 29, 'pending', 'monthly', '2025-10-15 08:58:28', '2025-10-15 08:58:29'),
(155, 154, 462, 15, 'cs_test_a1h8xF9w26ZlOpU4KoLyyyfazF3j2AD8zixeXw7R35cagoCHXgkVCBbrRY', NULL, 300, 'pending', 'yearly', '2025-10-15 09:00:09', '2025-10-15 09:00:10'),
(156, 154, 465, 15, 'cs_test_a1keCyEk5M4Kg6uuBbGzp7HBCxYAjPOsvekwYKYd2iNeFEWbkoKVwflrGQ', NULL, 300, 'paid', 'yearly', '2025-10-15 09:18:11', '2025-10-15 09:20:39'),
(157, 154, 466, 14, 'cs_test_a1QIlicIvJ5rYxZ9OLJGFYvK3CHIX2FpdFYBe2hMPqHPclVHRLxyi4OaSa', NULL, 29, 'paid', 'monthly', '2025-10-15 09:25:44', '2025-10-15 09:26:30'),
(158, 134, 471, 15, 'cs_test_a1ftnqvXQWlNRdDDmQLMZq2fwG4r4AGnV498A03yaCIPqqAxjbOQ3AWGhC', NULL, 300, 'paid', 'yearly', '2025-10-16 06:06:31', '2025-10-16 06:07:26'),
(159, 144, 472, 15, 'cs_test_a1h6h0xjSpedvll2VP8P6Uf9cShkOTKFX5bg9xK7E26JxdEBe1e5pp6pSp', NULL, 300, 'paid', 'yearly', '2025-10-16 06:25:44', '2025-10-16 06:26:25'),
(160, 151, 477, 15, 'cs_test_a19bD7BAhj74iNRuGvLybXGEIbuUq0knhBKNv4CdJMKQPdwi5y32MUEksF', NULL, 300, 'paid', 'yearly', '2025-10-16 09:17:10', '2025-10-16 09:17:56'),
(161, 151, 478, 14, 'cs_test_a10ByeQaDmoG9ub3s5zKEfkuF2ySKheZ5CPzbi6qWKJXxcGDcYWhWwxAXH', NULL, 29, 'paid', 'monthly', '2025-10-16 09:18:53', '2025-10-16 09:19:29'),
(162, 127, 379, 15, 'cs_test_a1eTtXH3Z4E20axCsqeHvbRFUm1FUWRQ7AryACc1wwwYz2w5WhySReVeqp', NULL, 300, 'paid', 'yearly', '2025-10-17 07:37:49', '2025-10-17 07:38:30'),
(163, 67, 497, 16, 'cs_test_a1SLD6tscVJbiTWCDSSs3RZkruLkwRQVG59wE3fcBGV8gU0sUAJLDqqw53', NULL, 199, 'paid', 'one-time', '2025-10-18 07:35:53', '2025-10-18 07:36:27'),
(164, 67, 497, 15, 'cs_test_a1QbE9oQXZryhBgIjXnSE3tWW8dQsrPVm5M66Cjm7rU4C6QMmzKCatfb4z', NULL, 300, 'paid', 'yearly', '2025-10-18 07:36:48', '2025-10-18 07:37:28'),
(165, 179, 503, 16, 'cs_test_a1dO6eOjFRFGI8mQAl2eVfObOfQcu8e4RnGPduDifcPyABXK19RwOvsAvZ', NULL, 199, 'pending', 'one-time', '2025-10-24 06:01:38', '2025-10-24 06:01:39'),
(166, 179, 505, 15, 'cs_test_a10rESn5n5lcLkimFjyfaVoHpsjNNMS4R2tSjehnYXU9Uzv4jIZrbITE1x', NULL, 300, 'pending', 'yearly', '2025-10-25 07:00:15', '2025-10-25 07:00:16'),
(167, 179, 505, 15, 'cs_test_a1lIDiZferAFRoXXARsqbOhSpeH7v8ylFCMY5iNbjiMtHTjZLbBtjiER52', NULL, 300, 'pending', 'yearly', '2025-10-25 07:00:33', '2025-10-25 07:00:34'),
(168, 179, 505, 16, 'cs_test_a1Yn2X3gef24YDrcMOgRerefm3TG8HXGXjq2cuHuY0ETKtJWT8Ia4A3e8F', NULL, 199, 'pending', 'one-time', '2025-10-25 07:01:20', '2025-10-25 07:01:21'),
(169, 179, 505, 16, 'cs_test_a14mzZBdFISN4D1Z5IcMVKMcfJCvfzxOz0tgUfdvVmAd8voCcznClMM0ui', NULL, 199, 'pending', 'one-time', '2025-10-25 07:01:45', '2025-10-25 07:01:46'),
(170, 179, 504, 15, 'cs_test_a1uBrZ2QRe1CIyKhXLsFjqqA2NfLO3VATGotS62IJebFCq0ikaw56qaEWf', NULL, 300, 'paid', 'yearly', '2025-10-25 12:00:37', '2025-10-25 12:03:05'),
(171, 178, 541, 14, 'cs_test_a1tmMtByhvD0sD4KlGnI6mGImhFPXzGIAROg0OqpXy57mfkfaDBqLFrZSb', NULL, 29, 'paid', 'monthly', '2025-10-30 12:51:18', '2025-10-30 12:52:03'),
(172, 158, 542, 17, 'cs_test_a1EJKrS3NQ1F2LRmJ65L6rvAaTSwh1fthjjO43zVbFXwsFCxXIqPAbRYGm', NULL, 100, 'paid', 'one-time', '2025-10-31 05:57:25', '2025-10-31 05:57:53'),
(173, 193, 558, 15, 'cs_test_a1pD8GUwKJTm5DGffzhzzcLvXdQS9R4tiK4Xj463LCrLYTve7RfRgYV8OD', NULL, 300, 'paid', 'yearly', '2025-11-03 07:53:58', '2025-11-03 07:54:47'),
(174, 195, 563, 15, 'cs_test_a1KoKLJtfZNvMfoMXsF9cM7f1fHA9FQX4FvqdTj42nb8HZs6aXM7yXR8UY', NULL, 300, 'paid', 'yearly', '2025-11-03 10:21:02', '2025-11-03 10:21:37'),
(175, 198, 573, 15, 'cs_test_a1rYc7kf5AdFRyXXWr6SBzzmWm5tYk6PRMFz9p3z6Shnn720ZfmEl17Cqi', NULL, 300, 'pending', 'yearly', '2025-11-06 10:20:05', '2025-11-06 10:20:06'),
(176, 198, 573, 14, 'cs_test_a1bhXJFU5nraH3477rxV9fBDkmRLqTUGRnRbvAkbGbFAAGHqtwextFntUt', NULL, 29, 'paid', 'monthly', '2025-11-06 10:20:30', '2025-11-06 10:21:32'),
(177, 179, 574, 14, 'cs_test_a1uKSns9qBLB21tb3pomKz3d3TFWLsj1CFMfK6vxzi3B6ADakDWzVVmsHc', NULL, 29, 'paid', 'monthly', '2025-11-07 10:58:17', '2025-11-07 10:59:36'),
(178, 198, 575, 15, 'cs_test_a1cY0iGRcXJfUHA4A7JJYfDWmjj7M1Q5HZKoS49vI7L7zaa2R1l09n1fHV', NULL, 300, 'pending', 'yearly', '2025-11-07 11:10:55', '2025-11-07 11:10:56'),
(179, 198, 575, 14, 'cs_test_a1k6p9ykkR6inkksD6emZWY6XmAUQJpQejmpXH9aBdd9pPTQnwzQ4q6jbe', NULL, 29, 'paid', 'monthly', '2025-11-07 11:11:20', '2025-11-07 11:11:49'),
(180, 179, 579, 15, 'cs_test_a1N9CNReUQxhkPnDknZWrfggvz2nD8f1sLnllYEpTaVpOkLjgpuwDAgalA', NULL, 300, 'pending', 'yearly', '2025-11-10 10:40:06', '2025-11-10 10:40:07'),
(181, 179, 579, 14, 'cs_test_a1HmDITZtinhh4Elx03J4VF28DkbD1TbmYty58mqBziOaMx7YOHILKrRS4', NULL, 29, 'paid', 'monthly', '2025-11-10 10:40:26', '2025-11-10 10:40:56'),
(182, 199, 582, 14, 'cs_test_a12DSRo8b0ZHnC0c6VaJ8gORgh1tQ8un9MEI1gJ7CEAhWXgUzbwqj9RpXO', NULL, 29, 'paid', 'monthly', '2025-11-11 05:16:36', '2025-11-11 05:17:04'),
(183, 134, 585, 17, 'cs_test_a1zOKLf08fMWc4q81MNwQU8Wb9eGrlo7AYJ5WNzYehyO7oRGthNO0ymClF', NULL, 100, 'pending', 'one-time', '2025-11-13 05:53:40', '2025-11-13 05:53:42'),
(184, 199, 592, 15, 'cs_test_a1KLxawWjCI5KeXJBPpm4EB6J5TeOxiTpJuXvxOWHiO75dRsPPx7iyifSR', NULL, 300, 'paid', 'yearly', '2025-11-17 10:52:01', '2025-11-17 10:52:55'),
(185, 199, 610, 14, 'cs_test_a1bbxJ4VS5JR5bSHDTFGcFrWaVNW2nh2eqqb2tccYUs8O1iQfwlwIa2VPY', NULL, 29, 'pending', 'monthly', '2025-11-20 09:43:47', '2025-11-20 09:43:48'),
(186, 199, 610, 15, 'cs_test_a1Msp42t0s8I6Ju7z0Rb18HrJT1mx4ukrzsEGGml3LcfchxtsAM3EYrTW3', NULL, 300, 'paid', 'yearly', '2025-11-20 09:44:13', '2025-11-20 09:44:58'),
(187, 204, 613, 15, 'cs_test_a1ZQpqrsnNuZ9nva2SsaNXTvQ9kiSbjIpYmnl71ORDcC4TIAKNu2mv7PkU', NULL, 300, 'paid', 'yearly', '2025-11-21 10:21:06', '2025-11-21 10:21:43'),
(188, 121, 614, 15, 'cs_test_a1lWIgv2Nmgc9c0ouEjR0Zad2fIEiY59RS3a98KvMajgxfziIv7ymfNedA', NULL, 300, 'pending', 'yearly', '2025-11-24 11:36:51', '2025-11-24 11:36:52'),
(189, 121, 614, 15, 'cs_test_a18PYWkc4dSvloTKmp1Soy573O9GI0hn4EuMEMwmrN8DFbhN7sLO8abfSr', NULL, 300, 'pending', 'yearly', '2025-11-24 11:39:03', '2025-11-24 11:39:03'),
(190, 121, 614, 15, 'cs_test_a12QkouOd61GtbxyTPmpjE1HGC3Kkd8eWZqfUaThyDhJyo1WtkS6CblpOT', NULL, 300, 'pending', 'yearly', '2025-11-24 11:50:07', '2025-11-24 11:50:08'),
(191, 204, 617, 15, 'cs_test_a10fsCjX9bJKjvsICdEg2SDihOeziJiUSGbryUs8q2VFhuaVSMeCMGOuIS', NULL, 300, 'paid', 'yearly', '2025-11-25 05:13:39', '2025-11-25 05:14:06'),
(192, 204, 620, 15, 'cs_test_a1qziFnwPPzObK8kykVKMul94ApRFPk42DE850YeslBcZnqNKhKyhHraVS', NULL, 300, 'paid', 'yearly', '2025-11-25 06:12:44', '2025-11-25 06:13:30'),
(193, 121, 622, 15, NULL, NULL, 300, 'pending', 'yearly', '2025-11-27 06:58:46', '2025-11-27 06:58:46'),
(194, 121, 622, 15, NULL, NULL, 300, 'pending', 'yearly', '2025-11-27 07:00:24', '2025-11-27 07:00:24'),
(195, 121, 622, 15, 'cs_test_a1TZuG0xTSHiBYihfMhXzfpaLJ3nd28pPVYqxQhn78EBzHtYxqLdT5mZmw', NULL, 300, 'pending', 'yearly', '2025-11-27 07:01:31', '2025-11-27 07:01:32'),
(196, 121, 622, 15, 'cs_test_a1nCEbBE4qjQduXbr1ZnInAxbrv241i6MhV4McL8li3pWPuOIqyHRrp9cD', NULL, 300, 'pending', 'yearly', '2025-11-27 07:04:44', '2025-11-27 07:04:45'),
(197, 121, 622, 15, 'cs_test_a11PC5kAiDpKKgJV6XihWRVBVAzBpmNWUJxjOrx0LDvFDMnQWP2IZSkFjE', NULL, 300, 'pending', 'yearly', '2025-11-27 07:30:13', '2025-11-27 07:30:14'),
(198, 121, 622, 15, NULL, NULL, 300, 'pending', 'yearly', '2025-11-27 07:46:24', '2025-11-27 07:46:24'),
(199, 121, 622, 15, 'cs_test_a1AUf68c6PJnKal9y8MNC8VPsNU5Sk6auFuqu3LFljpQHzfhM9HJULCUWj', NULL, 300, 'pending', 'yearly', '2025-11-27 07:54:18', '2025-11-27 07:54:19'),
(200, 10, 627, 14, 'cs_test_a1xHWGogHe44N2hnpNhHfR5FztsBIiWgTBU5SbZDqw5SbgAIDEaVIy0vZM', NULL, 29, 'paid', 'monthly', '2025-11-27 12:31:32', '2025-11-27 12:32:14'),
(201, 121, 622, 16, 'cs_test_a1b9ZIFPFwpcbdoya8LVAUX0if7EapqmlxjXVmkzOyyroI95aQZwN2ZCRK', NULL, 199, 'paid', 'one-time', '2025-12-02 05:22:48', '2025-12-02 05:23:39'),
(202, 209, 658, 16, 'cs_test_a1VMrHhZT2u027TKLeRZYeqBLFahmZw7tjuT4RdgWfNexN8g4yT76q3Yl2', NULL, 199, 'paid', 'one-time', '2025-12-02 10:00:40', '2025-12-02 10:01:30'),
(203, 13, 665, 15, 'cs_test_a10EGUZxppaKAPyD8QNFIo2ah0bsUwCEfNTubfemiJMswt8uL4wpMhNKRz', NULL, 300, 'pending', 'yearly', '2025-12-02 11:51:01', '2025-12-02 11:51:02'),
(204, 13, 665, 14, 'cs_test_a1DLcOn7TIVwxHLwFIwXBQrRz7sbmRk6Pfj3rdFOVgfTNOXscRP0oH9SIr', NULL, 29, 'paid', 'monthly', '2025-12-02 11:51:26', '2025-12-02 11:52:09'),
(205, 207, 671, 14, 'cs_test_a1NOZYzjxwskwBraMQTbntQw5S96MuB8NB5EgnStPJcsJyJlweqGleVtX7', NULL, 29, 'paid', 'monthly', '2025-12-03 05:08:32', '2025-12-03 05:09:51'),
(206, 216, 706, 15, 'cs_test_a1AeRC98jtmJ1ClV9DieozXIrXnACkgeQX3trKfIOJYh7clBZwakB2PewS', NULL, 300, 'pending', 'yearly', '2025-12-05 12:00:13', '2025-12-05 12:00:13'),
(207, 216, 706, 16, 'cs_test_a10rOSN3aXPyu2NhxnCNeEDF81xcNAti7SZ2chiErLzQE8viJnNq1tVjry', NULL, 199, 'pending', 'one-time', '2025-12-05 12:00:29', '2025-12-05 12:00:30'),
(208, 218, 734, 15, 'cs_test_a1gt5KifRLHZTxOwM7ttTivCVb4jsAXu6GZ4fzE9QWBcVEsVI9Tqx5xmMD', NULL, 300, 'paid', 'yearly', '2025-12-11 09:26:29', '2025-12-11 09:27:26'),
(209, 217, 704, 15, 'cs_test_a1M5HDrGn12w3we5pLa6x6ahlfNbxEmKuFb89nr11gEeIRa2AK082csFVH', NULL, 300, 'paid', 'yearly', '2025-12-12 07:06:51', '2025-12-12 08:39:08'),
(210, 217, 703, 16, 'cs_test_a1cGNhrzXKMI0lwhe0JkXWTMV0fdoeNXTzAntJYBpsQnB5MrTC6JYQhyZm', NULL, 199, 'paid', 'one-time', '2025-12-12 07:19:38', '2025-12-12 08:21:04'),
(211, 218, 756, 15, 'cs_test_a1YYs1UVvLgUwunj3xB7cOsq2RaC7edqfUKS1jfa6I9R4jny31TrzVgJad', NULL, 300, 'pending', 'yearly', '2025-12-12 08:50:31', '2025-12-12 08:50:31'),
(212, 218, 760, 15, 'cs_test_a1x230s9ynsFMkmpCCDLOsgnctqwzOjSvRG1nkhTde0drZMQ4VOhTPI5we', NULL, 300, 'pending', 'yearly', '2025-12-12 10:33:12', '2025-12-12 10:33:13'),
(213, 218, 756, 15, 'cs_test_a1OBKBHPkRvdn35WTYDu19dUoT7gyje8wg1S4FzasS7oe2GURwwgYFZ4Q2', NULL, 300, 'pending', 'yearly', '2025-12-12 10:34:25', '2025-12-12 10:34:27'),
(214, 218, 759, 15, 'cs_test_a1tf817PTVNsKCZIe2KJzw1LP3Ndsw5LfuAdEdQ46c2AWosWPCgP5Og6oa', NULL, 300, 'pending', 'yearly', '2025-12-12 10:35:56', '2025-12-12 10:35:57'),
(215, 218, 777, 15, 'cs_test_a1ZYaNZXPIE3yjq7c2eXMtVsqIUJC3H84GrVOaXEYsRPJpnC4WSgxalcUl', NULL, 300, 'paid', 'yearly', '2025-12-15 05:42:43', '2025-12-15 05:43:44'),
(216, 218, 778, 16, 'cs_test_a13ptaPCPuTmozyBNkIOvCRFo2Szb0Q4ysJqe1hvHIzFLDyJ6THM3msAgg', NULL, 199, 'pending', 'one-time', '2025-12-15 05:46:56', '2025-12-15 05:47:30'),
(217, 218, 779, 16, 'cs_test_a1E9Aiv5xl5o099anHA542aWTAFQOIVKa0VfXE3XXlbHJcV9pbP2HFLBKh', 'harry', 199, 'paid', 'one-time', '2025-12-15 06:14:18', '2025-12-15 06:15:29'),
(218, 204, 780, 15, 'cs_test_a1sg91eUF51lFBVeZ3nM7FTzk9y0Q1SVZinGNJMYxPbSfZHWB0rP9EJgIQ', 'tester', 300, 'paid', 'yearly', '2025-12-15 06:35:43', '2025-12-15 06:36:30'),
(219, 204, 781, 16, NULL, NULL, 199, 'paid', NULL, '2025-12-15 13:26:20', '2025-12-15 08:01:41'),
(220, 220, 776, 16, 'cs_test_a1WIEpEz7tGm0iezLBskk76KCovYNaujMuZdFcbALTIK5GWupWN6mnaeqH', 'Test', 199, 'paid', 'one-time', '2025-12-15 08:08:53', '2025-12-15 08:09:57'),
(221, 218, 792, 15, 'cs_test_a11Cy3LYhx97Uy7ZY2IBKw8i7qq8A1PNtFhXUYo6X14QGMoIqbe7jdjLkU', 'harry', 300, 'paid', 'yearly', '2025-12-15 09:02:15', '2025-12-15 09:03:09'),
(222, 218, 797, 16, 'cs_test_a12PQhsjsnLQc1mHIJG64xWqT6rPZDQ9850ge4ZurqC6atKjGOsrRJy0kE', 'harry', 199, 'paid', 'one-time', '2025-12-15 09:12:27', '2025-12-15 09:13:11'),
(223, 220, 806, 16, 'cs_test_a1s99wvX0mugFa27xDMgZlfUcCRO5rtPe8hfChoQZZAsHT9lRmngZWdc0P', 'Test', 199, 'pending', 'one-time', '2025-12-17 05:08:48', '2025-12-17 05:08:49'),
(224, 204, 812, 16, 'cs_test_a1R46RFNxmLwqCZrtN9UUJQgAaFQnVdkKFAxYnlIZYBZBULL0rTCyY8Jmz', 'tester', 199, 'paid', 'one-time', '2025-12-17 10:05:32', '2025-12-17 10:06:47'),
(225, 204, 813, 15, 'cs_test_a1vHZIcCsQtmje4SqtYDEpK2Ko2uf2P7tv2w4oNVGFQxbKeYNEga1xe9et', 'tester', 300, 'paid', 'yearly', '2025-12-17 10:24:10', '2025-12-17 10:25:17'),
(226, 204, 814, 16, 'cs_test_a1lmX3VX2RLfwDodcZi6sF9VV7BcpGHr61MjdHN60ZqNGKN6MaFWvoemqv', 'tester', 199, 'pending', 'one-time', '2025-12-17 13:14:12', '2025-12-17 13:14:13'),
(227, 204, 814, 16, 'cs_test_a1dP5sTDrZBbpdLlgvmpg9GvnGZ6fWORmIjDIq5xV2YWNpMS4xw39g6GOZ', 'tester', 199, 'paid', 'one-time', '2025-12-17 14:44:23', '2025-12-17 14:50:53'),
(228, 204, 814, 16, 'cs_test_a1LFFuo7ubSRgVo7plijIyujY1rTmuwzNdoAQRdr5vPfDbRewvXD7WcGmz', 'tester', 199, 'paid', 'one-time', '2025-12-17 15:43:18', '2025-12-17 15:53:36'),
(229, 204, 814, 16, 'cs_test_a1VWLMB2tP4fQQSEASOnTi6Yrsf2PXRWsITXI2QSayvcQRpssa7oaAEbwD', 'tester', 199, 'paid', 'one-time', '2025-12-17 15:55:33', '2025-12-17 16:00:48'),
(230, 128, 815, 15, 'cs_test_a1FSv9AVfR7fNCDZyG98FnkevnempnpaOYBKewge8JeeXriobZwac1vfH5', 'Tango Charlie', 300, 'pending', 'yearly', '2025-12-19 09:36:51', '2025-12-19 09:36:52'),
(231, 128, 815, 16, 'cs_test_a1oV1sb3Q7aM9nYmNeaPN4IS5xtCiMAW9owQ21FU1Ch4xoUSJwAmUGZ7fz', 'Tango Charlie', 199, 'paid', 'one-time', '2025-12-19 09:37:25', '2025-12-19 09:38:24'),
(232, 220, 806, 16, 'cs_test_a1uEXK9WqlZPwWzy4YPYUE4BWqfvwLRjT9rJf8j9wL6fIbaAcawfmO9Pwl', 'Test', 199, 'paid', 'one-time', '2025-12-19 14:11:20', '2025-12-19 14:12:05'),
(233, 128, 853, 15, 'cs_test_a1qQd4nYRKL4R36V8HCXgcgETrxZFKBR4bHt17oQAAB37cm6dnORn0gN07', 'Tango Charlie', 300, 'paid', 'yearly', '2026-01-22 06:28:49', '2026-01-22 06:30:04');

-- --------------------------------------------------------

--
-- Table structure for table `page_speed_results`
--

CREATE TABLE `page_speed_results` (
  `id` int NOT NULL,
  `website_id` int NOT NULL,
  `response` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci,
  `last_analysed_at` datetime DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `page_speed_results`
--

INSERT INTO `page_speed_results` (`id`, `website_id`, `response`, `last_analysed_at`, `created_at`, `updated_at`) VALUES
(6, 375, '{\"desktop_score\":0.86,\"desktop_interactive\":\"1.9\\u00a0s\",\"mobile_score\":0.66,\"mobile_interactive\":\"16.2\\u00a0s\"}', '2025-09-24 08:49:09', '2025-09-24 07:51:05', '2025-09-24 08:49:09'),
(7, 368, '{\"desktop_score\":0.96,\"desktop_interactive\":\"1.1\\u00a0s\",\"mobile_score\":0.63,\"mobile_interactive\":\"7.0\\u00a0s\"}', '2025-09-29 07:49:25', '2025-09-24 08:13:52', '2025-09-29 07:49:25'),
(8, 300, '{\"desktop_score\":0.85,\"desktop_interactive\":\"2.0\\u00a0s\",\"mobile_score\":null,\"mobile_interactive\":null}', '2025-09-24 09:04:30', '2025-09-24 09:04:30', '2025-09-24 09:04:30'),
(9, 373, '{\"desktop_score\":0.79,\"desktop_interactive\":\"2.9\\u00a0s\",\"mobile_score\":0.67,\"mobile_interactive\":\"16.0\\u00a0s\"}', '2025-09-24 09:26:06', '2025-09-24 09:26:06', '2025-09-24 09:26:06'),
(10, 374, '{\"desktop_score\":0.82,\"desktop_interactive\":\"2.4\\u00a0s\",\"mobile_score\":0.68,\"mobile_interactive\":\"13.5\\u00a0s\"}', '2025-09-24 10:28:20', '2025-09-24 10:28:20', '2025-09-24 10:28:20'),
(11, 361, '{\"desktop_score\":0.86,\"desktop_interactive\":\"2.2\\u00a0s\",\"mobile_score\":0.68,\"mobile_interactive\":\"13.0\\u00a0s\"}', '2025-09-24 10:57:34', '2025-09-24 10:57:34', '2025-09-24 10:57:34'),
(12, 376, '{\"desktop_score\":0.93,\"desktop_interactive\":\"1.6\\u00a0s\",\"mobile_score\":0.65,\"mobile_interactive\":\"8.7\\u00a0s\"}', '2025-09-24 11:13:57', '2025-09-24 11:13:57', '2025-09-24 11:13:57'),
(13, 302, '{\"desktop_score\":0.91,\"desktop_interactive\":\"1.5\\u00a0s\",\"mobile_score\":0.67,\"mobile_interactive\":\"8.3\\u00a0s\"}', '2025-10-08 09:24:46', '2025-09-24 11:36:05', '2025-10-08 09:24:46'),
(14, 238, '{\"desktop_score\":null,\"desktop_interactive\":null,\"mobile_score\":0.76,\"mobile_interactive\":\"5.0\\u00a0s\"}', '2025-09-24 11:50:38', '2025-09-24 11:50:38', '2025-09-24 11:50:38'),
(15, 377, '{\"desktop_score\":0.8,\"desktop_interactive\":\"2.8\\u00a0s\",\"mobile_score\":0.68,\"mobile_interactive\":\"16.7\\u00a0s\"}', '2025-10-07 05:41:43', '2025-09-25 05:51:08', '2025-10-07 05:41:43'),
(16, 379, '{\"desktop_score\":0.8,\"desktop_interactive\":\"3.1\\u00a0s\",\"mobile_score\":0.71,\"mobile_interactive\":\"6.2\\u00a0s\"}', '2025-09-25 07:47:07', '2025-09-25 07:47:07', '2025-09-25 07:47:07'),
(17, 378, '{\"desktop_score\":0.85,\"desktop_interactive\":\"2.6\\u00a0s\",\"mobile_score\":0.65,\"mobile_interactive\":\"15.1\\u00a0s\"}', '2025-09-25 07:53:54', '2025-09-25 07:53:27', '2025-09-25 07:53:54'),
(18, 314, '{\"desktop_score\":0.94,\"desktop_interactive\":\"1.5\\u00a0s\",\"mobile_score\":0.7,\"mobile_interactive\":\"6.0\\u00a0s\"}', '2025-09-25 09:41:13', '2025-09-25 09:41:13', '2025-09-25 09:41:13'),
(19, 380, '{\"desktop_score\":0.94,\"desktop_interactive\":\"1.4\\u00a0s\",\"mobile_score\":0.61,\"mobile_interactive\":\"15.0\\u00a0s\"}', '2025-09-25 09:52:55', '2025-09-25 09:52:55', '2025-09-25 09:52:55'),
(20, 220, '{\"desktop_score\":0.84,\"desktop_interactive\":\"1.6\\u00a0s\",\"mobile_score\":0.6,\"mobile_interactive\":\"8.7\\u00a0s\"}', '2025-09-25 10:22:49', '2025-09-25 10:22:38', '2025-09-25 10:22:49'),
(21, 384, '{\"desktop_score\":0.88,\"desktop_interactive\":\"2.0\\u00a0s\",\"mobile_score\":0.74,\"mobile_interactive\":\"5.3\\u00a0s\"}', '2025-09-26 06:49:22', '2025-09-26 06:49:22', '2025-09-26 06:49:22'),
(22, 387, '{\"desktop_score\":0.9,\"desktop_interactive\":\"1.9\\u00a0s\",\"mobile_score\":0.68,\"mobile_interactive\":\"9.5\\u00a0s\"}', '2025-09-26 09:21:51', '2025-09-26 09:21:51', '2025-09-26 09:21:51'),
(23, 390, '{\"desktop_score\":0.85,\"desktop_interactive\":\"2.1\\u00a0s\",\"mobile_score\":0.71,\"mobile_interactive\":\"5.9\\u00a0s\"}', '2025-09-26 10:02:18', '2025-09-26 10:02:18', '2025-09-26 10:02:18'),
(24, 395, '{\"desktop_score\":0.91,\"desktop_interactive\":\"1.4\\u00a0s\",\"mobile_score\":0.66,\"mobile_interactive\":\"7.1\\u00a0s\"}', '2025-09-29 12:42:52', '2025-09-27 11:42:09', '2025-09-29 12:42:52'),
(25, 358, '{\"desktop_score\":0.95,\"desktop_interactive\":\"1.2\\u00a0s\",\"mobile_score\":0.68,\"mobile_interactive\":\"6.9\\u00a0s\"}', '2025-09-29 06:56:09', '2025-09-29 06:56:09', '2025-09-29 06:56:09'),
(26, 359, '{\"desktop_score\":0.88,\"desktop_interactive\":\"1.3\\u00a0s\",\"mobile_score\":null,\"mobile_interactive\":null}', '2025-09-29 06:58:34', '2025-09-29 06:58:34', '2025-09-29 06:58:34'),
(27, 356, '{\"desktop_score\":null,\"desktop_interactive\":null,\"mobile_score\":null,\"mobile_interactive\":null}', '2025-09-29 06:59:20', '2025-09-29 06:59:20', '2025-09-29 06:59:20'),
(28, 400, '{\"desktop_score\":0.84,\"desktop_interactive\":\"2.4\\u00a0s\",\"mobile_score\":0.72,\"mobile_interactive\":\"5.9\\u00a0s\"}', '2025-09-29 08:11:52', '2025-09-29 08:11:52', '2025-09-29 08:11:52'),
(29, 403, '{\"desktop_score\":0.85,\"desktop_interactive\":\"2.1\\u00a0s\",\"mobile_score\":null,\"mobile_interactive\":null}', '2025-09-29 09:03:08', '2025-09-29 09:03:08', '2025-09-29 09:03:08'),
(30, 403, '{\"desktop_score\":0.85,\"desktop_interactive\":\"2.1\\u00a0s\",\"mobile_score\":null,\"mobile_interactive\":null}', '2025-09-29 09:03:08', '2025-09-29 09:03:08', '2025-09-29 09:03:08'),
(31, 402, '{\"desktop_score\":0.89,\"desktop_interactive\":\"1.5\\u00a0s\",\"mobile_score\":0.69,\"mobile_interactive\":\"8.1\\u00a0s\"}', '2025-09-29 09:22:36', '2025-09-29 09:22:36', '2025-09-29 09:22:36'),
(32, 408, '{\"desktop_score\":0.96,\"desktop_interactive\":\"1.3\\u00a0s\",\"mobile_score\":0.68,\"mobile_interactive\":\"12.0\\u00a0s\"}', '2025-09-29 09:53:27', '2025-09-29 09:52:19', '2025-09-29 09:53:27'),
(33, 411, '{\"desktop_score\":null,\"desktop_interactive\":null,\"mobile_score\":null,\"mobile_interactive\":null}', '2025-09-29 11:00:32', '2025-09-29 11:00:32', '2025-09-29 11:00:32'),
(34, 398, '{\"desktop_score\":0.87,\"desktop_interactive\":\"1.9\\u00a0s\",\"mobile_score\":0.69,\"mobile_interactive\":\"6.8\\u00a0s\"}', '2025-09-29 11:20:53', '2025-09-29 11:20:39', '2025-09-29 11:20:53'),
(35, 397, '{\"desktop_score\":0.84,\"desktop_interactive\":\"2.2\\u00a0s\",\"mobile_score\":null,\"mobile_interactive\":null}', '2025-09-29 11:30:49', '2025-09-29 11:30:49', '2025-09-29 11:30:49'),
(36, 413, '{\"desktop_score\":0.86,\"desktop_interactive\":\"1.9\\u00a0s\",\"mobile_score\":0.64,\"mobile_interactive\":\"10.1\\u00a0s\"}', '2025-09-29 12:06:36', '2025-09-29 12:06:36', '2025-09-29 12:06:36'),
(37, 419, '{\"desktop_score\":0.88,\"desktop_interactive\":\"1.3\\u00a0s\",\"mobile_score\":0.7,\"mobile_interactive\":\"6.3\\u00a0s\"}', '2025-09-30 10:07:56', '2025-09-30 10:07:56', '2025-09-30 10:07:56'),
(38, 421, '{\"desktop_score\":0.81,\"desktop_interactive\":\"2.9\\u00a0s\",\"mobile_score\":0.63,\"mobile_interactive\":\"15.9\\u00a0s\"}', '2025-09-30 11:16:36', '2025-09-30 10:26:50', '2025-09-30 11:16:36'),
(39, 420, '{\"desktop_score\":0.9,\"desktop_interactive\":\"1.7\\u00a0s\",\"mobile_score\":0.69,\"mobile_interactive\":\"6.6\\u00a0s\"}', '2025-09-30 10:34:04', '2025-09-30 10:34:02', '2025-09-30 10:34:04'),
(40, 415, '{\"desktop_score\":0.9,\"desktop_interactive\":\"0.8\\u00a0s\",\"mobile_score\":null,\"mobile_interactive\":null}', '2025-09-30 10:42:23', '2025-09-30 10:42:23', '2025-09-30 10:42:23'),
(41, 422, '{\"desktop_score\":null,\"desktop_interactive\":null,\"mobile_score\":null,\"mobile_interactive\":null}', '2025-09-30 11:13:31', '2025-09-30 11:13:31', '2025-09-30 11:13:31'),
(42, 418, '{\"desktop_score\":0.85,\"desktop_interactive\":\"1.5\\u00a0s\",\"mobile_score\":null,\"mobile_interactive\":null}', '2025-09-30 11:16:11', '2025-09-30 11:16:11', '2025-09-30 11:16:11'),
(43, 424, '{\"desktop_score\":0.94,\"desktop_interactive\":\"1.1\\u00a0s\",\"mobile_score\":0.76,\"mobile_interactive\":\"4.8\\u00a0s\"}', '2025-09-30 11:38:43', '2025-09-30 11:38:43', '2025-09-30 11:38:43'),
(44, 423, '{\"desktop_score\":0.83,\"desktop_interactive\":\"2.8\\u00a0s\",\"mobile_score\":null,\"mobile_interactive\":null}', '2025-09-30 11:49:46', '2025-09-30 11:49:24', '2025-09-30 11:49:46'),
(45, 430, '{\"desktop_score\":0.89,\"desktop_interactive\":\"1.1\\u00a0s\",\"mobile_score\":0.73,\"mobile_interactive\":\"5.1\\u00a0s\"}', '2025-10-01 12:05:14', '2025-10-01 10:48:59', '2025-10-01 12:05:14'),
(46, 435, '{\"desktop_score\":0.89,\"desktop_interactive\":\"1.9\\u00a0s\",\"mobile_score\":0.69,\"mobile_interactive\":\"9.2\\u00a0s\"}', '2025-10-03 07:21:12', '2025-10-03 07:21:12', '2025-10-03 07:21:12'),
(47, 437, '{\"desktop_score\":0.95,\"desktop_interactive\":\"1.3\\u00a0s\",\"mobile_score\":null,\"mobile_interactive\":null}', '2025-10-07 05:08:45', '2025-10-07 05:08:45', '2025-10-07 05:08:45'),
(48, 389, '{\"desktop_score\":0.94,\"desktop_interactive\":\"1.0\\u00a0s\",\"mobile_score\":0.74,\"mobile_interactive\":\"5.9\\u00a0s\"}', '2025-10-07 06:13:16', '2025-10-07 06:13:16', '2025-10-07 06:13:16'),
(49, 364, '{\"desktop_score\":0.82,\"desktop_interactive\":\"2.7\\u00a0s\",\"mobile_score\":0.62,\"mobile_interactive\":\"15.2\\u00a0s\"}', '2025-10-07 07:45:47', '2025-10-07 07:45:47', '2025-10-07 07:45:47'),
(50, 438, '{\"desktop_score\":0.96,\"desktop_interactive\":\"1.2\\u00a0s\",\"mobile_score\":0.72,\"mobile_interactive\":\"6.2\\u00a0s\"}', '2025-10-08 05:49:28', '2025-10-08 05:49:28', '2025-10-08 05:49:28'),
(51, 299, '{\"desktop_score\":0.84,\"desktop_interactive\":\"2.2\\u00a0s\",\"mobile_score\":null,\"mobile_interactive\":null}', '2025-10-08 09:22:38', '2025-10-08 09:22:38', '2025-10-08 09:22:38'),
(52, 440, '{\"desktop_score\":0.95,\"desktop_interactive\":\"1.3\\u00a0s\",\"mobile_score\":0.68,\"mobile_interactive\":\"6.9\\u00a0s\"}', '2025-10-08 09:41:46', '2025-10-08 09:41:46', '2025-10-08 09:41:46'),
(53, 362, '{\"desktop_score\":0.94,\"desktop_interactive\":\"1.3\\u00a0s\",\"mobile_score\":0.66,\"mobile_interactive\":\"6.9\\u00a0s\"}', '2025-10-08 09:42:38', '2025-10-08 09:42:38', '2025-10-08 09:42:38'),
(54, 439, '{\"desktop_score\":null,\"desktop_interactive\":null,\"mobile_score\":0.69,\"mobile_interactive\":\"7.8\\u00a0s\"}', '2025-10-08 09:42:59', '2025-10-08 09:42:59', '2025-10-08 09:42:59'),
(55, 442, '{\"desktop_score\":0.91,\"desktop_interactive\":\"1.0\\u00a0s\",\"mobile_score\":0.77,\"mobile_interactive\":\"4.7\\u00a0s\"}', '2025-10-13 10:03:42', '2025-10-09 06:11:39', '2025-10-13 10:03:42'),
(56, 444, '{\"desktop_score\":0.92,\"desktop_interactive\":\"1.7\\u00a0s\",\"mobile_score\":0.65,\"mobile_interactive\":\"19.7\\u00a0s\"}', '2025-10-09 07:10:47', '2025-10-09 07:10:47', '2025-10-09 07:10:47'),
(57, 445, '{\"desktop_score\":0.86,\"desktop_interactive\":\"1.9\\u00a0s\",\"mobile_score\":0.69,\"mobile_interactive\":\"8.1\\u00a0s\"}', '2025-10-09 07:41:52', '2025-10-09 07:41:52', '2025-10-09 07:41:52'),
(58, 443, '{\"desktop_score\":0.92,\"desktop_interactive\":\"1.5\\u00a0s\",\"mobile_score\":0.62,\"mobile_interactive\":\"8.7\\u00a0s\"}', '2025-10-09 10:23:03', '2025-10-09 10:23:03', '2025-10-09 10:23:03'),
(59, 446, '{\"desktop_score\":0.93,\"desktop_interactive\":\"1.4\\u00a0s\",\"mobile_score\":0.66,\"mobile_interactive\":\"7.4\\u00a0s\"}', '2025-10-09 12:25:50', '2025-10-09 12:25:18', '2025-10-09 12:25:50'),
(60, 448, '{\"desktop_score\":0.96,\"desktop_interactive\":\"1.2\\u00a0s\",\"mobile_score\":0.67,\"mobile_interactive\":\"7.2\\u00a0s\"}', '2025-10-09 12:29:16', '2025-10-09 12:29:16', '2025-10-09 12:29:16'),
(61, 449, '{\"desktop_score\":0.92,\"desktop_interactive\":\"1.4\\u00a0s\",\"mobile_score\":0.69,\"mobile_interactive\":\"6.5\\u00a0s\"}', '2025-10-10 05:29:58', '2025-10-10 05:29:58', '2025-10-10 05:29:58'),
(62, 450, '{\"desktop_score\":0.93,\"desktop_interactive\":\"1.6\\u00a0s\",\"mobile_score\":0.63,\"mobile_interactive\":\"15.2\\u00a0s\"}', '2025-10-10 05:50:46', '2025-10-10 05:50:46', '2025-10-10 05:50:46'),
(63, 451, '{\"desktop_score\":0.96,\"desktop_interactive\":\"1.4\\u00a0s\",\"mobile_score\":0.69,\"mobile_interactive\":\"6.8\\u00a0s\"}', '2025-10-10 06:52:34', '2025-10-10 06:52:34', '2025-10-10 06:52:34'),
(64, 453, '{\"desktop_score\":0.93,\"desktop_interactive\":\"1.2\\u00a0s\",\"mobile_score\":0.75,\"mobile_interactive\":\"5.1\\u00a0s\"}', '2025-10-13 11:05:27', '2025-10-13 11:05:27', '2025-10-13 11:05:27'),
(65, 454, '{\"desktop_score\":0.91,\"desktop_interactive\":\"1.4\\u00a0s\",\"mobile_score\":0.61,\"mobile_interactive\":\"20.5\\u00a0s\"}', '2025-10-14 09:38:09', '2025-10-14 09:38:09', '2025-10-14 09:38:09'),
(66, 456, '{\"desktop_score\":0.95,\"desktop_interactive\":\"1.4\\u00a0s\",\"mobile_score\":0.68,\"mobile_interactive\":\"7.2\\u00a0s\"}', '2025-10-16 04:58:51', '2025-10-14 10:32:44', '2025-10-16 04:58:51'),
(67, 457, '{\"desktop_score\":0.96,\"desktop_interactive\":\"1.2\\u00a0s\",\"mobile_score\":0.7,\"mobile_interactive\":\"6.2\\u00a0s\"}', '2025-10-14 10:46:02', '2025-10-14 10:34:08', '2025-10-14 10:46:02'),
(68, 335, '{\"desktop_score\":0.81,\"desktop_interactive\":\"2.2\\u00a0s\",\"mobile_score\":0.65,\"mobile_interactive\":\"6.8\\u00a0s\"}', '2025-10-15 07:02:22', '2025-10-15 07:02:22', '2025-10-15 07:02:22'),
(69, 462, '{\"desktop_score\":0.93,\"desktop_interactive\":\"1.5\\u00a0s\",\"mobile_score\":0.7,\"mobile_interactive\":\"9.3\\u00a0s\"}', '2025-10-15 08:00:57', '2025-10-15 08:00:57', '2025-10-15 08:00:57'),
(70, 461, '{\"desktop_score\":0.9,\"desktop_interactive\":\"1.8\\u00a0s\",\"mobile_score\":0.67,\"mobile_interactive\":\"7.5\\u00a0s\"}', '2025-10-15 08:01:53', '2025-10-15 08:01:53', '2025-10-15 08:01:53'),
(71, 465, '{\"desktop_score\":0.91,\"desktop_interactive\":\"1.8\\u00a0s\",\"mobile_score\":0.65,\"mobile_interactive\":\"9.5\\u00a0s\"}', '2025-10-15 09:23:02', '2025-10-15 09:18:56', '2025-10-15 09:23:02'),
(72, 466, '{\"desktop_score\":0.94,\"desktop_interactive\":\"1.2\\u00a0s\",\"mobile_score\":0.7,\"mobile_interactive\":\"6.4\\u00a0s\"}', '2025-10-15 09:24:29', '2025-10-15 09:24:29', '2025-10-15 09:24:29'),
(73, 333, '{\"desktop_score\":0.84,\"desktop_interactive\":\"2.7\\u00a0s\",\"mobile_score\":0.67,\"mobile_interactive\":\"13.4\\u00a0s\"}', '2025-10-15 09:57:31', '2025-10-15 09:57:05', '2025-10-15 09:57:31'),
(74, 468, '{\"desktop_score\":0.94,\"desktop_interactive\":\"1.4\\u00a0s\",\"mobile_score\":0.63,\"mobile_interactive\":\"20.0\\u00a0s\"}', '2025-10-15 11:06:46', '2025-10-15 11:06:46', '2025-10-15 11:06:46'),
(75, 340, '{\"desktop_score\":0.95,\"desktop_interactive\":\"1.1\\u00a0s\",\"mobile_score\":0.66,\"mobile_interactive\":\"9.3\\u00a0s\"}', '2025-10-15 11:32:18', '2025-10-15 11:32:18', '2025-10-15 11:32:18'),
(76, 338, '{\"desktop_score\":0.8,\"desktop_interactive\":\"3.4\\u00a0s\",\"mobile_score\":null,\"mobile_interactive\":null}', '2025-10-15 11:32:22', '2025-10-15 11:32:22', '2025-10-15 11:32:22'),
(77, 469, '{\"desktop_score\":0.91,\"desktop_interactive\":\"1.4\\u00a0s\",\"mobile_score\":0.68,\"mobile_interactive\":\"7.1\\u00a0s\"}', '2025-10-15 12:44:46', '2025-10-15 12:44:46', '2025-10-15 12:44:46'),
(78, 464, '{\"desktop_score\":0.95,\"desktop_interactive\":\"1.1\\u00a0s\",\"mobile_score\":0.73,\"mobile_interactive\":\"6.1\\u00a0s\"}', '2025-10-15 12:45:01', '2025-10-15 12:45:01', '2025-10-15 12:45:01'),
(79, 460, '{\"desktop_score\":0.96,\"desktop_interactive\":\"1.1\\u00a0s\",\"mobile_score\":0.72,\"mobile_interactive\":\"5.5\\u00a0s\"}', '2025-10-15 12:45:10', '2025-10-15 12:45:01', '2025-10-15 12:45:10'),
(80, 467, '{\"desktop_score\":0.88,\"desktop_interactive\":\"1.8\\u00a0s\",\"mobile_score\":0.67,\"mobile_interactive\":\"10.0\\u00a0s\"}', '2025-10-17 04:36:25', '2025-10-16 04:47:07', '2025-10-17 04:36:25'),
(81, 467, '{\"desktop_score\":0.9,\"desktop_interactive\":\"1.8\\u00a0s\",\"mobile_score\":0.66,\"mobile_interactive\":\"8.6\\u00a0s\"}', '2025-10-16 04:47:07', '2025-10-16 04:47:07', '2025-10-16 04:47:07'),
(82, 467, '{\"desktop_score\":0.9,\"desktop_interactive\":\"1.8\\u00a0s\",\"mobile_score\":0.66,\"mobile_interactive\":\"8.6\\u00a0s\"}', '2025-10-16 04:47:07', '2025-10-16 04:47:07', '2025-10-16 04:47:07'),
(83, 471, '{\"desktop_score\":0.93,\"desktop_interactive\":\"1.3\\u00a0s\",\"mobile_score\":0.7,\"mobile_interactive\":\"6.6\\u00a0s\"}', '2025-10-16 06:05:06', '2025-10-16 06:05:06', '2025-10-16 06:05:06'),
(84, 472, '{\"desktop_score\":0.99,\"desktop_interactive\":\"0.8\\u00a0s\",\"mobile_score\":0.7,\"mobile_interactive\":\"14.6\\u00a0s\"}', '2025-10-16 06:26:03', '2025-10-16 06:26:03', '2025-10-16 06:26:03'),
(85, 474, '{\"desktop_score\":0.95,\"desktop_interactive\":\"1.3\\u00a0s\",\"mobile_score\":0.72,\"mobile_interactive\":\"6.2\\u00a0s\"}', '2025-10-16 06:59:27', '2025-10-16 06:59:27', '2025-10-16 06:59:27'),
(86, 473, '{\"desktop_score\":0.92,\"desktop_interactive\":\"1.3\\u00a0s\",\"mobile_score\":0.69,\"mobile_interactive\":\"6.8\\u00a0s\"}', '2025-10-16 07:26:28', '2025-10-16 07:26:28', '2025-10-16 07:26:28'),
(87, 463, '{\"desktop_score\":0.94,\"desktop_interactive\":\"1.4\\u00a0s\",\"mobile_score\":0.68,\"mobile_interactive\":\"7.2\\u00a0s\"}', '2025-10-16 08:34:17', '2025-10-16 08:34:17', '2025-10-16 08:34:17'),
(88, 477, '{\"desktop_score\":0.9,\"desktop_interactive\":\"1.4\\u00a0s\",\"mobile_score\":0.69,\"mobile_interactive\":\"7.1\\u00a0s\"}', '2025-10-16 09:16:37', '2025-10-16 09:16:37', '2025-10-16 09:16:37'),
(89, 478, '{\"desktop_score\":0.91,\"desktop_interactive\":\"1.6\\u00a0s\",\"mobile_score\":0.68,\"mobile_interactive\":\"8.1\\u00a0s\"}', '2025-10-16 09:20:48', '2025-10-16 09:20:27', '2025-10-16 09:20:48'),
(90, 496, '{\"desktop_score\":0.95,\"desktop_interactive\":\"1.0\\u00a0s\",\"mobile_score\":0.61,\"mobile_interactive\":\"19.2\\u00a0s\"}', '2025-10-18 07:24:12', '2025-10-18 07:24:12', '2025-10-18 07:24:12'),
(91, 497, '{\"desktop_score\":0.92,\"desktop_interactive\":\"1.5\\u00a0s\",\"mobile_score\":0.68,\"mobile_interactive\":\"7.8\\u00a0s\"}', '2025-10-18 07:37:07', '2025-10-18 07:37:07', '2025-10-18 07:37:07'),
(92, 470, '{\"desktop_score\":0.91,\"desktop_interactive\":\"1.2\\u00a0s\",\"mobile_score\":0.65,\"mobile_interactive\":\"18.1\\u00a0s\"}', '2025-10-18 10:11:22', '2025-10-18 08:39:40', '2025-10-18 10:11:22'),
(93, 501, '{\"desktop_score\":0.81,\"desktop_interactive\":\"3.2\\u00a0s\",\"mobile_score\":0.65,\"mobile_interactive\":\"17.7\\u00a0s\"}', '2025-10-18 10:18:15', '2025-10-18 10:18:15', '2025-10-18 10:18:15'),
(94, 503, '{\"desktop_score\":0.88,\"desktop_interactive\":\"1.6\\u00a0s\",\"mobile_score\":0.64,\"mobile_interactive\":\"21.7\\u00a0s\"}', '2025-10-24 05:56:06', '2025-10-24 05:56:06', '2025-10-24 05:56:06'),
(95, 504, '{\"desktop_score\":0.95,\"desktop_interactive\":\"1.2\\u00a0s\",\"mobile_score\":0.71,\"mobile_interactive\":\"6.8\\u00a0s\"}', '2025-10-24 06:16:40', '2025-10-24 06:13:53', '2025-10-24 06:16:40'),
(96, 506, '{\"desktop_score\":0.93,\"desktop_interactive\":\"1.3\\u00a0s\",\"mobile_score\":0.7,\"mobile_interactive\":\"6.5\\u00a0s\"}', '2025-10-24 08:53:10', '2025-10-24 08:53:10', '2025-10-24 08:53:10'),
(97, 508, '{\"desktop_score\":0.99,\"desktop_interactive\":\"0.8\\u00a0s\",\"mobile_score\":0.89,\"mobile_interactive\":\"3.0\\u00a0s\"}', '2025-10-24 13:16:57', '2025-10-24 13:16:57', '2025-10-24 13:16:57'),
(98, 509, '{\"desktop_score\":0.91,\"desktop_interactive\":\"1.5\\u00a0s\",\"mobile_score\":0.7,\"mobile_interactive\":\"6.9\\u00a0s\"}', '2025-10-25 06:17:23', '2025-10-25 06:17:23', '2025-10-25 06:17:23'),
(99, 505, '{\"desktop_score\":0.92,\"desktop_interactive\":\"1.2\\u00a0s\",\"mobile_score\":0.71,\"mobile_interactive\":\"6.0\\u00a0s\"}', '2025-10-25 07:34:48', '2025-10-25 06:52:04', '2025-10-25 07:34:48'),
(100, 519, '{\"desktop_score\":0.89,\"desktop_interactive\":\"1.4\\u00a0s\",\"mobile_score\":0.69,\"mobile_interactive\":\"7.7\\u00a0s\"}', '2025-10-27 10:35:10', '2025-10-27 10:35:10', '2025-10-27 10:35:10'),
(101, 527, '{\"desktop_score\":0.93,\"desktop_interactive\":\"1.5\\u00a0s\",\"mobile_score\":0.68,\"mobile_interactive\":\"7.5\\u00a0s\"}', '2025-10-27 11:50:13', '2025-10-27 11:50:13', '2025-10-27 11:50:13'),
(102, 517, '{\"desktop_score\":0.7,\"desktop_interactive\":\"3.8\\u00a0s\",\"mobile_score\":0.68,\"mobile_interactive\":\"8.1\\u00a0s\"}', '2025-10-31 06:11:51', '2025-10-28 09:09:37', '2025-10-31 06:11:51'),
(103, 493, '{\"desktop_score\":0.78,\"desktop_interactive\":\"3.2\\u00a0s\",\"mobile_score\":0.68,\"mobile_interactive\":\"17.6\\u00a0s\"}', '2025-10-28 09:11:38', '2025-10-28 09:11:38', '2025-10-28 09:11:38'),
(104, 535, '{\"desktop_score\":null,\"desktop_interactive\":null,\"mobile_score\":0.66,\"mobile_interactive\":\"5.7\\u00a0s\"}', '2025-10-30 07:32:17', '2025-10-30 07:32:17', '2025-10-30 07:32:17'),
(105, 537, '{\"desktop_score\":0.79,\"desktop_interactive\":\"3.6\\u00a0s\",\"mobile_score\":0.66,\"mobile_interactive\":\"7.2\\u00a0s\"}', '2025-10-30 10:52:58', '2025-10-30 10:52:58', '2025-10-30 10:52:58'),
(106, 538, '{\"desktop_score\":null,\"desktop_interactive\":null,\"mobile_score\":0.66,\"mobile_interactive\":\"7.4\\u00a0s\"}', '2025-10-30 11:15:35', '2025-10-30 11:15:35', '2025-10-30 11:15:35'),
(107, 542, '{\"desktop_score\":0.96,\"desktop_interactive\":\"1.2\\u00a0s\",\"mobile_score\":0.7,\"mobile_interactive\":\"5.9\\u00a0s\"}', '2025-10-30 12:46:26', '2025-10-30 12:46:26', '2025-10-30 12:46:26'),
(108, 541, '{\"desktop_score\":0.81,\"desktop_interactive\":\"2.9\\u00a0s\",\"mobile_score\":0.69,\"mobile_interactive\":\"6.3\\u00a0s\"}', '2025-10-30 12:52:56', '2025-10-30 12:52:56', '2025-10-30 12:52:56'),
(109, 541, '{\"desktop_score\":0.81,\"desktop_interactive\":\"2.9\\u00a0s\",\"mobile_score\":0.69,\"mobile_interactive\":\"6.3\\u00a0s\"}', '2025-10-30 12:52:56', '2025-10-30 12:52:56', '2025-10-30 12:52:56'),
(110, 543, '{\"desktop_score\":0.92,\"desktop_interactive\":\"1.6\\u00a0s\",\"mobile_score\":null,\"mobile_interactive\":null}', '2025-10-31 06:17:10', '2025-10-31 06:17:10', '2025-10-31 06:17:10'),
(111, 545, '{\"desktop_score\":0.96,\"desktop_interactive\":\"1.3\\u00a0s\",\"mobile_score\":null,\"mobile_interactive\":null}', '2025-10-31 07:16:11', '2025-10-31 07:15:48', '2025-10-31 07:16:11'),
(112, 352, '{\"desktop_score\":0.77,\"desktop_interactive\":\"2.5\\u00a0s\",\"mobile_score\":0.6,\"mobile_interactive\":\"14.0\\u00a0s\"}', '2025-11-03 07:34:59', '2025-11-03 07:34:59', '2025-11-03 07:34:59'),
(113, 558, '{\"desktop_score\":0.84,\"desktop_interactive\":\"1.6\\u00a0s\",\"mobile_score\":0.61,\"mobile_interactive\":\"7.4\\u00a0s\"}', '2025-11-03 07:58:10', '2025-11-03 07:58:10', '2025-11-03 07:58:10'),
(114, 558, '{\"desktop_score\":0.84,\"desktop_interactive\":\"1.6\\u00a0s\",\"mobile_score\":0.61,\"mobile_interactive\":\"7.4\\u00a0s\"}', '2025-11-03 07:58:10', '2025-11-03 07:58:10', '2025-11-03 07:58:10'),
(115, 561, '{\"desktop_score\":0.89,\"desktop_interactive\":\"2.0\\u00a0s\",\"mobile_score\":0.67,\"mobile_interactive\":\"7.2\\u00a0s\"}', '2025-11-03 09:58:18', '2025-11-03 09:58:18', '2025-11-03 09:58:18'),
(116, 563, '{\"desktop_score\":0.93,\"desktop_interactive\":\"1.4\\u00a0s\",\"mobile_score\":0.62,\"mobile_interactive\":\"9.2\\u00a0s\"}', '2025-11-04 11:37:40', '2025-11-03 10:24:50', '2025-11-04 11:37:40'),
(117, 565, '{\"desktop_score\":0.95,\"desktop_interactive\":\"1.3\\u00a0s\",\"mobile_score\":0.68,\"mobile_interactive\":\"21.7\\u00a0s\"}', '2025-11-03 11:18:40', '2025-11-03 11:18:40', '2025-11-03 11:18:40'),
(118, 566, '{\"desktop_score\":0.93,\"desktop_interactive\":\"1.5\\u00a0s\",\"mobile_score\":0.61,\"mobile_interactive\":\"21.7\\u00a0s\"}', '2025-11-03 11:45:30', '2025-11-03 11:45:30', '2025-11-03 11:45:30'),
(119, 568, '{\"desktop_score\":0.95,\"desktop_interactive\":\"1.3\\u00a0s\",\"mobile_score\":0.66,\"mobile_interactive\":\"6.3\\u00a0s\"}', '2025-11-04 04:40:00', '2025-11-04 04:40:00', '2025-11-04 04:40:00'),
(120, 568, '{\"desktop_score\":0.95,\"desktop_interactive\":\"1.3\\u00a0s\",\"mobile_score\":0.66,\"mobile_interactive\":\"6.3\\u00a0s\"}', '2025-11-04 04:40:00', '2025-11-04 04:40:00', '2025-11-04 04:40:00'),
(121, 573, '{\"desktop_score\":0.91,\"desktop_interactive\":\"1.8\\u00a0s\",\"mobile_score\":0.66,\"mobile_interactive\":\"11.3\\u00a0s\"}', '2025-11-06 10:20:00', '2025-11-06 10:20:00', '2025-11-06 10:20:00'),
(122, 574, '{\"desktop_score\":0.91,\"desktop_interactive\":\"1.3\\u00a0s\",\"mobile_score\":0.66,\"mobile_interactive\":\"6.6\\u00a0s\"}', '2025-11-07 10:52:50', '2025-11-07 10:52:50', '2025-11-07 10:52:50'),
(123, 575, '{\"desktop_score\":0.9,\"desktop_interactive\":\"1.9\\u00a0s\",\"mobile_score\":0.67,\"mobile_interactive\":\"9.2\\u00a0s\"}', '2025-11-07 11:11:46', '2025-11-07 11:11:19', '2025-11-07 11:11:46'),
(124, 577, '{\"desktop_score\":0.79,\"desktop_interactive\":\"3.7\\u00a0s\",\"mobile_score\":0.6,\"mobile_interactive\":\"22.2\\u00a0s\"}', '2025-11-10 10:12:57', '2025-11-10 10:12:29', '2025-11-10 10:12:57'),
(125, 579, '{\"desktop_score\":0.92,\"desktop_interactive\":\"1.7\\u00a0s\",\"mobile_score\":0.69,\"mobile_interactive\":\"9.6\\u00a0s\"}', '2025-11-10 10:42:39', '2025-11-10 10:42:39', '2025-11-10 10:42:39'),
(126, 582, '{\"desktop_score\":0.93,\"desktop_interactive\":\"1.4\\u00a0s\",\"mobile_score\":0.49,\"mobile_interactive\":\"8.9\\u00a0s\"}', '2025-11-11 04:46:05', '2025-11-11 04:46:05', '2025-11-11 04:46:05'),
(127, 583, '{\"desktop_score\":0.86,\"desktop_interactive\":\"1.8\\u00a0s\",\"mobile_score\":0.48,\"mobile_interactive\":\"9.0\\u00a0s\"}', '2025-11-11 12:35:50', '2025-11-11 12:35:50', '2025-11-11 12:35:50'),
(128, 586, '{\"desktop_score\":0.85,\"desktop_interactive\":\"2.1\\u00a0s\",\"mobile_score\":0.47,\"mobile_interactive\":\"11.5\\u00a0s\"}', '2025-11-13 05:38:23', '2025-11-13 05:38:23', '2025-11-13 05:38:23'),
(129, 585, '{\"desktop_score\":0.87,\"desktop_interactive\":\"1.8\\u00a0s\",\"mobile_score\":0.67,\"mobile_interactive\":\"9.0\\u00a0s\"}', '2025-11-13 05:47:49', '2025-11-13 05:47:49', '2025-11-13 05:47:49'),
(130, 588, '{\"desktop_score\":0.93,\"desktop_interactive\":\"1.5\\u00a0s\",\"mobile_score\":0.7,\"mobile_interactive\":\"7.1\\u00a0s\"}', '2025-11-14 06:48:18', '2025-11-14 06:48:17', '2025-11-14 06:48:18'),
(131, 589, '{\"desktop_score\":0.88,\"desktop_interactive\":\"1.8\\u00a0s\",\"mobile_score\":0.62,\"mobile_interactive\":\"11.5\\u00a0s\"}', '2025-11-14 11:00:33', '2025-11-14 11:00:33', '2025-11-14 11:00:33'),
(132, 590, '{\"desktop_score\":0.92,\"desktop_interactive\":\"1.4\\u00a0s\",\"mobile_score\":0.62,\"mobile_interactive\":\"21.1\\u00a0s\"}', '2025-11-14 16:26:45', '2025-11-14 16:26:45', '2025-11-14 16:26:45'),
(133, 592, '{\"desktop_score\":0.86,\"desktop_interactive\":\"1.9\\u00a0s\",\"mobile_score\":0.67,\"mobile_interactive\":\"8.9\\u00a0s\"}', '2025-11-21 05:07:16', '2025-11-17 10:52:23', '2025-11-21 05:07:16'),
(134, 591, '{\"desktop_score\":0.88,\"desktop_interactive\":\"1.6\\u00a0s\",\"mobile_score\":0.63,\"mobile_interactive\":\"17.6\\u00a0s\"}', '2025-12-12 06:52:37', '2025-11-18 04:27:31', '2025-12-12 06:52:37'),
(135, 601, '{\"desktop_score\":0.91,\"desktop_interactive\":\"1.3\\u00a0s\",\"mobile_score\":0.71,\"mobile_interactive\":\"5.7\\u00a0s\"}', '2025-11-19 11:48:22', '2025-11-19 11:48:22', '2025-11-19 11:48:22'),
(136, 605, '{\"desktop_score\":0.73,\"desktop_interactive\":\"4.0\\u00a0s\",\"mobile_score\":0.66,\"mobile_interactive\":\"23.6\\u00a0s\"}', '2025-11-20 05:26:15', '2025-11-20 05:26:15', '2025-11-20 05:26:15'),
(137, 598, '{\"desktop_score\":null,\"desktop_interactive\":null,\"mobile_score\":null,\"mobile_interactive\":null}', '2025-11-20 05:30:22', '2025-11-20 05:30:22', '2025-11-20 05:30:22'),
(138, 607, '{\"desktop_score\":0.9,\"desktop_interactive\":\"1.9\\u00a0s\",\"mobile_score\":0.63,\"mobile_interactive\":\"24.4\\u00a0s\"}', '2025-11-20 06:30:50', '2025-11-20 06:30:50', '2025-11-20 06:30:50'),
(139, 608, '{\"desktop_score\":0.95,\"desktop_interactive\":\"1.4\\u00a0s\",\"mobile_score\":0.71,\"mobile_interactive\":\"6.9\\u00a0s\"}', '2025-11-20 06:37:08', '2025-11-20 06:37:08', '2025-11-20 06:37:08'),
(140, 611, '{\"desktop_score\":0.96,\"desktop_interactive\":\"0.8\\u00a0s\",\"mobile_score\":0.67,\"mobile_interactive\":\"15.5\\u00a0s\"}', '2025-11-20 10:59:40', '2025-11-20 10:59:40', '2025-11-20 10:59:40'),
(141, 593, '{\"desktop_score\":0.87,\"desktop_interactive\":\"1.8\\u00a0s\",\"mobile_score\":0.68,\"mobile_interactive\":\"9.3\\u00a0s\"}', '2025-11-21 06:35:44', '2025-11-21 06:35:44', '2025-11-21 06:35:44'),
(142, 612, '{\"desktop_score\":0.96,\"desktop_interactive\":\"0.8\\u00a0s\",\"mobile_score\":0.89,\"mobile_interactive\":\"3.0\\u00a0s\"}', '2025-11-21 10:08:16', '2025-11-21 10:08:16', '2025-11-21 10:08:16'),
(143, 613, '{\"desktop_score\":0.73,\"desktop_interactive\":\"4.3\\u00a0s\",\"mobile_score\":0.64,\"mobile_interactive\":\"10.5\\u00a0s\"}', '2025-12-13 07:59:03', '2025-11-21 10:22:43', '2025-12-13 07:59:03'),
(145, 614, '{\"desktop_score\":0.89,\"desktop_interactive\":\"1.6\\u00a0s\",\"mobile_score\":0.53,\"mobile_interactive\":\"6.5\\u00a0s\"}', '2025-11-24 11:38:26', '2025-11-24 11:38:26', '2025-11-24 11:38:26'),
(146, 617, '{\"desktop_score\":0.87,\"desktop_interactive\":\"1.9\\u00a0s\",\"mobile_score\":0.6,\"mobile_interactive\":\"24.4\\u00a0s\"}', '2025-11-25 05:14:48', '2025-11-25 05:14:48', '2025-11-25 05:14:48'),
(147, 620, '{\"desktop_score\":0.92,\"desktop_interactive\":\"1.4\\u00a0s\",\"mobile_score\":0.5,\"mobile_interactive\":\"8.2\\u00a0s\"}', '2025-11-25 06:14:16', '2025-11-25 06:14:16', '2025-11-25 06:14:16'),
(148, 622, '{\"desktop_score\":0.84,\"desktop_interactive\":\"2.2\\u00a0s\",\"mobile_score\":0.64,\"mobile_interactive\":\"8.7\\u00a0s\"}', '2025-11-27 06:59:19', '2025-11-27 06:59:19', '2025-11-27 06:59:19'),
(149, 627, '{\"desktop_score\":0.88,\"desktop_interactive\":\"1.8\\u00a0s\",\"mobile_score\":0.4,\"mobile_interactive\":\"9.8\\u00a0s\"}', '2025-11-27 12:30:20', '2025-11-27 12:30:20', '2025-11-27 12:30:20'),
(150, 655, '{\"desktop_score\":0.92,\"desktop_interactive\":\"1.4\\u00a0s\",\"mobile_score\":null,\"mobile_interactive\":null}', '2025-12-01 09:23:54', '2025-12-01 09:23:54', '2025-12-01 09:23:54'),
(151, 658, '{\"desktop_score\":0.79,\"desktop_interactive\":\"3.6\\u00a0s\",\"mobile_score\":0.66,\"mobile_interactive\":\"7.2\\u00a0s\"}', '2025-12-02 09:59:26', '2025-12-02 09:59:21', '2025-12-02 09:59:26'),
(152, 665, '{\"desktop_score\":0.91,\"desktop_interactive\":\"1.3\\u00a0s\",\"mobile_score\":0.67,\"mobile_interactive\":\"6.9\\u00a0s\"}', '2025-12-02 11:53:02', '2025-12-02 11:53:02', '2025-12-02 11:53:02'),
(153, 667, '{\"desktop_score\":0.92,\"desktop_interactive\":\"1.1\\u00a0s\",\"mobile_score\":0.56,\"mobile_interactive\":\"6.1\\u00a0s\"}', '2025-12-02 14:29:12', '2025-12-02 14:29:12', '2025-12-02 14:29:12'),
(154, 668, '{\"desktop_score\":0.93,\"desktop_interactive\":\"1.5\\u00a0s\",\"mobile_score\":0.66,\"mobile_interactive\":\"8.1\\u00a0s\"}', '2025-12-02 15:57:48', '2025-12-02 15:57:40', '2025-12-02 15:57:48'),
(155, 670, '{\"desktop_score\":0.95,\"desktop_interactive\":\"1.4\\u00a0s\",\"mobile_score\":0.7,\"mobile_interactive\":\"7.2\\u00a0s\"}', '2025-12-03 05:07:11', '2025-12-03 05:07:11', '2025-12-03 05:07:11'),
(156, 671, '{\"desktop_score\":0.93,\"desktop_interactive\":\"1.4\\u00a0s\",\"mobile_score\":0.69,\"mobile_interactive\":\"7.2\\u00a0s\"}', '2025-12-03 05:10:31', '2025-12-03 05:10:31', '2025-12-03 05:10:31'),
(157, 635, '{\"desktop_score\":0.94,\"desktop_interactive\":\"1.4\\u00a0s\",\"mobile_score\":0.46,\"mobile_interactive\":\"7.5\\u00a0s\"}', '2025-12-03 05:22:05', '2025-12-03 05:22:05', '2025-12-03 05:22:05'),
(158, 669, '{\"desktop_score\":0.9,\"desktop_interactive\":\"1.6\\u00a0s\",\"mobile_score\":0.63,\"mobile_interactive\":\"8.4\\u00a0s\"}', '2025-12-03 06:05:33', '2025-12-03 06:05:33', '2025-12-03 06:05:33'),
(159, 683, '{\"desktop_score\":0.89,\"desktop_interactive\":\"1.6\\u00a0s\",\"mobile_score\":0.61,\"mobile_interactive\":\"12.8\\u00a0s\"}', '2025-12-04 08:22:29', '2025-12-04 08:22:29', '2025-12-04 08:22:29'),
(160, 693, '{\"desktop_score\":0.94,\"desktop_interactive\":\"1.4\\u00a0s\",\"mobile_score\":0.68,\"mobile_interactive\":\"8.3\\u00a0s\"}', '2025-12-05 06:51:52', '2025-12-05 06:51:52', '2025-12-05 06:51:52'),
(161, 704, '{\"desktop_score\":0.95,\"desktop_interactive\":\"1.2\\u00a0s\",\"mobile_score\":0.62,\"mobile_interactive\":\"20.2\\u00a0s\"}', '2025-12-05 10:06:59', '2025-12-05 10:06:59', '2025-12-05 10:06:59'),
(162, 708, '{\"desktop_score\":0.92,\"desktop_interactive\":\"1.6\\u00a0s\",\"mobile_score\":0.68,\"mobile_interactive\":\"9.5\\u00a0s\"}', '2025-12-05 12:07:50', '2025-12-05 12:07:40', '2025-12-05 12:07:50'),
(163, 624, '{\"desktop_score\":0.91,\"desktop_interactive\":\"1.9\\u00a0s\",\"mobile_score\":0.67,\"mobile_interactive\":\"8.7\\u00a0s\"}', '2025-12-05 12:57:56', '2025-12-05 12:57:56', '2025-12-05 12:57:56'),
(164, 746, '{\"desktop_score\":0.89,\"desktop_interactive\":\"1.3\\u00a0s\",\"mobile_score\":0.71,\"mobile_interactive\":\"5.4\\u00a0s\"}', '2025-12-09 05:42:25', '2025-12-09 05:42:25', '2025-12-09 05:42:25'),
(165, 734, '{\"desktop_score\":0.92,\"desktop_interactive\":\"1.6\\u00a0s\",\"mobile_score\":0.66,\"mobile_interactive\":\"9.2\\u00a0s\"}', '2025-12-09 12:53:17', '2025-12-09 12:53:17', '2025-12-09 12:53:17'),
(166, 749, '{\"desktop_score\":0.89,\"desktop_interactive\":\"1.8\\u00a0s\",\"mobile_score\":null,\"mobile_interactive\":null}', '2025-12-11 06:44:17', '2025-12-11 06:44:17', '2025-12-11 06:44:17'),
(167, 774, '{\"desktop_score\":null,\"desktop_interactive\":null,\"mobile_score\":null,\"mobile_interactive\":null}', '2025-12-12 11:18:35', '2025-12-12 11:18:35', '2025-12-12 11:18:35'),
(168, 776, '{\"desktop_score\":0.91,\"desktop_interactive\":\"1.3\\u00a0s\",\"mobile_score\":0.66,\"mobile_interactive\":\"7.9\\u00a0s\"}', '2025-12-15 05:16:57', '2025-12-15 05:16:57', '2025-12-15 05:16:57'),
(169, 811, '{\"desktop_score\":0.88,\"desktop_interactive\":\"2.0\\u00a0s\",\"mobile_score\":0.66,\"mobile_interactive\":\"8.7\\u00a0s\"}', '2025-12-18 06:18:58', '2025-12-18 06:18:58', '2025-12-18 06:18:58'),
(170, 750, '{\"desktop_score\":0.86,\"desktop_interactive\":\"1.8\\u00a0s\",\"mobile_score\":0.69,\"mobile_interactive\":\"7.0\\u00a0s\"}', '2025-12-19 06:19:58', '2025-12-19 06:19:58', '2025-12-19 06:19:58'),
(171, 724, '{\"desktop_score\":0.91,\"desktop_interactive\":\"1.3\\u00a0s\",\"mobile_score\":0.68,\"mobile_interactive\":\"6.5\\u00a0s\"}', '2025-12-19 06:20:00', '2025-12-19 06:20:00', '2025-12-19 06:20:00'),
(172, 815, '{\"desktop_score\":0.9,\"desktop_interactive\":\"1.9\\u00a0s\",\"mobile_score\":0.6,\"mobile_interactive\":\"11.0\\u00a0s\"}', '2025-12-19 10:32:04', '2025-12-19 10:32:04', '2025-12-19 10:32:04'),
(173, 809, '{\"desktop_score\":0.9,\"desktop_interactive\":\"1.4\\u00a0s\",\"mobile_score\":0.71,\"mobile_interactive\":\"6.2\\u00a0s\"}', '2025-12-24 06:02:20', '2025-12-24 06:02:20', '2025-12-24 06:02:20'),
(174, 821, '{\"desktop_score\":0.93,\"desktop_interactive\":\"1.2\\u00a0s\",\"mobile_score\":0.71,\"mobile_interactive\":\"6.2\\u00a0s\"}', '2025-12-24 09:19:12', '2025-12-24 09:19:12', '2025-12-24 09:19:12'),
(175, 830, '{\"desktop_score\":0.84,\"desktop_interactive\":\"1.7\\u00a0s\",\"mobile_score\":0.68,\"mobile_interactive\":\"7.3\\u00a0s\"}', '2025-12-27 15:30:14', '2025-12-27 15:30:14', '2025-12-27 15:30:14'),
(176, 838, '{\"desktop_score\":0.95,\"desktop_interactive\":\"1.4\\u00a0s\",\"mobile_score\":0.7,\"mobile_interactive\":\"6.9\\u00a0s\"}', '2026-01-05 11:13:08', '2026-01-05 11:13:08', '2026-01-05 11:13:08'),
(177, 853, '{\"desktop_score\":0.91,\"desktop_interactive\":\"1.6\\u00a0s\",\"mobile_score\":0.66,\"mobile_interactive\":\"8.3\\u00a0s\"}', '2026-01-22 06:34:25', '2026-01-22 06:34:25', '2026-01-22 06:34:25'),
(178, 907, '{\"desktop_score\":0.81,\"desktop_interactive\":\"2.6\\u00a0s\",\"mobile_score\":0.63,\"mobile_interactive\":\"10.8\\u00a0s\"}', '2026-02-11 10:29:31', '2026-02-11 10:29:31', '2026-02-11 10:29:31'),
(179, 909, '{\"desktop_score\":0.92,\"desktop_interactive\":\"1.5\\u00a0s\",\"mobile_score\":0.53,\"mobile_interactive\":\"8.7\\u00a0s\"}', '2026-03-11 05:10:49', '2026-03-11 05:10:49', '2026-03-11 05:10:49'),
(180, 911, '{\"desktop_score\":0.88,\"desktop_interactive\":\"1.6\\u00a0s\",\"mobile_score\":0.66,\"mobile_interactive\":\"7.0\\u00a0s\"}', '2026-03-13 10:08:06', '2026-03-13 10:08:06', '2026-03-13 10:08:06'),
(181, 914, '{\"desktop_score\":0.85,\"desktop_interactive\":\"2.1\\u00a0s\",\"mobile_score\":0.61,\"mobile_interactive\":\"7.8\\u00a0s\"}', '2026-03-25 05:49:30', '2026-03-25 05:49:30', '2026-03-25 05:49:30'),
(182, 912, '{\"desktop_score\":0.91,\"desktop_interactive\":\"1.3\\u00a0s\",\"mobile_score\":0.68,\"mobile_interactive\":\"7.4\\u00a0s\"}', '2026-03-26 06:28:51', '2026-03-26 06:28:51', '2026-03-26 06:28:51'),
(183, 915, '{\"desktop_score\":0.96,\"desktop_interactive\":\"1.3\\u00a0s\",\"mobile_score\":0.71,\"mobile_interactive\":\"6.8\\u00a0s\"}', '2026-03-31 05:31:51', '2026-03-31 05:31:51', '2026-03-31 05:31:51');

-- --------------------------------------------------------

--
-- Table structure for table `password_resets`
--

CREATE TABLE `password_resets` (
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `password_resets`
--

INSERT INTO `password_resets` (`email`, `token`, `created_at`) VALUES
('bloxby.ai@gmail.com', '$2y$10$ynW.KMRcG08xwotLNVxkFuQCsAp5QY3.ge59wOO/3nnrP4Hk1DGSG', '2025-11-03 10:32:13');

-- --------------------------------------------------------

--
-- Table structure for table `password_reset_tokens`
--

CREATE TABLE `password_reset_tokens` (
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `password_reset_tokens`
--

INSERT INTO `password_reset_tokens` (`email`, `token`, `created_at`) VALUES
('aakriti@yopmail.com', '$2y$10$jp7wIagv5rjR4pJpbH/uG.KaC.mFZANSibhAcX6EZ73XZ0cK0QVXC', '2025-07-24 09:56:50'),
('first@yopmail.com', '$2y$10$uuQhvbp6z9wCdix3zzTQtetPJY4P56Hjjpiv6Xz74X1aSX6KQxGTu', '2025-07-29 09:11:51'),
('ghosttester90@gmail.com', '$2y$10$BLNRYMqGzL3cEWVlhk5.heRKxq0Xvrg02EO0pXeNy5v9eldNReL2W', '2025-11-17 10:40:15'),
('gr8024024@gmail.com', '$2y$10$bM1hzI1cssH2YgDDv4ytNOPwlSgh9ZoQqs91PjGlRNsvoztbBf83C', '2025-10-15 10:13:29'),
('guptaghost467@gmail.com', '$2y$10$YxGozyGPmfwIyLkJOAtemOJXmIy8FT.2pPk82QyGPUNSvsMl3zc6u', '2025-11-10 12:28:43'),
('gurpreetkaler18@gmail.com', '$2y$10$yB7mG0oCw3GWH703f4A/gOtYTTQckoLMHd4GdhhJgnRdXX8OjdomO', '2025-11-03 10:47:25'),
('lilly@yopmail.com', '$2y$10$zC2od/8dyCWmWSC1HdP14OcBLBdE45UL6lEEDJZvZF3qI2i/BkktG', '2025-07-24 08:57:20'),
('manpreet_qa@42works.net', '$2y$10$tKhS361PCu6BPBMYT923dejAWUIf9KXGnPPUjGTZba.v/b2aWK162', '2025-10-17 09:54:58'),
('opend@yopmail.com', '$2y$10$T6HgFHo8zHe9EcX0N2uZK.nhxJ2mcmZDyBZ3BMjnPDSe1bV0tsrma', '2025-07-24 07:46:47'),
('raman+t4@42works.net', '$2y$10$8iqKIPm/aTXQlluZabWSp.JaRyxEA/TiC15pYFeGXdHvrdgPV/dCS', '2025-10-17 11:23:42'),
('raman+trial2@42works.net', '$2y$10$J9PFH9Yikgqb6vZKQ5BRyui27tONEsHX4DkJYbvWA.4wkayGOoV5m', '2025-10-24 12:28:00'),
('savinronie@yopmail.com', '$2y$10$9AcwNWuNSl.u9B1xGOSTHujR25xp.4xwfsHJjjaV1Duo3NBKeFlUC', '2025-07-25 11:05:30'),
('shawndavid@yopmail.com', '$2y$10$Q12m/s1LWUH4cvK06hcOke4orsGEa3TR4e08rX174qTNNULbF9jyO', '2025-08-18 13:15:35'),
('shellycook@yopmail.com', '$2y$10$OxvwNLJ/8d8ziPNzUMrkxupTqCuumZ5HdAnobC..G2sgkbS8P7amq', '2025-07-29 07:46:29'),
('shellycook1@yopmail.com', '$2y$10$/k71vkj6798nvjMgVtAGO.vBG1s.ARzWa2glvPMLKb6A0t9Qhi3ky', '2025-07-29 09:08:21'),
('shellycraw@yopmail.com', '$2y$10$nrkM.xbIH6xTqOig3nLAoum5HCcIni2vZG1yf2oC/LvVSUJ1gjg.u', '2025-07-25 11:08:29'),
('sumitloura99@gmail.com', '$2y$10$aYed5VnRot.k46JDa49siuR/CEwv/Qo5DYg3rq2QZdWHCwVJ9O8iW', '2025-12-04 08:20:49'),
('test@yopmail.com', '$2y$10$C8m7hr6enJY7TUb5ewRoeepGgVDe9ed1TK1EJC7vL1sYY9S7xV17W', '2025-07-25 10:43:05');

-- --------------------------------------------------------

--
-- Table structure for table `payments`
--

CREATE TABLE `payments` (
  `id` bigint UNSIGNED NOT NULL,
  `order_id` bigint UNSIGNED DEFAULT NULL,
  `user_id` bigint DEFAULT NULL,
  `website_id` int DEFAULT NULL,
  `stripe_transaction_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `stripe_invoice_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `website_title` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` enum('pending','succeeded','failed','refunded','paid') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `invoice_total` int UNSIGNED NOT NULL,
  `currency` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'usd',
  `paid_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `payments`
--

INSERT INTO `payments` (`id`, `order_id`, `user_id`, `website_id`, `stripe_transaction_id`, `stripe_invoice_id`, `website_title`, `status`, `invoice_total`, `currency`, `paid_at`, `created_at`, `updated_at`) VALUES
(2, 18, NULL, 96, NULL, NULL, NULL, 'succeeded', 1500, 'usd', '2025-07-21 09:56:04', '2025-07-21 09:56:04', '2025-07-21 09:56:04'),
(3, 19, NULL, 95, 'pi_3RnGTj2cr5BxKmJH01dMZsFM', NULL, NULL, 'paid', 1000, 'usd', '2025-07-21 09:57:53', '2025-07-21 09:57:53', '2025-07-21 09:57:54'),
(4, 20, 19, 101, NULL, NULL, NULL, 'succeeded', 8000, 'usd', '2025-07-21 10:05:14', '2025-07-21 10:05:14', '2025-07-21 10:05:14'),
(5, 21, 1, 102, NULL, NULL, NULL, 'succeeded', 1500, 'usd', '2025-07-21 10:06:33', '2025-07-21 10:06:33', '2025-07-21 10:06:33'),
(6, 8, 1, 96, 'pi_3RnFqG2cr5BxKmJH0w0R64Gy', NULL, NULL, 'succeeded', 1000, 'usd', '2025-07-21 10:18:31', '2025-07-21 10:18:31', '2025-07-21 10:18:31'),
(7, 17, 1, 96, NULL, NULL, NULL, 'succeeded', 1500, 'usd', '2025-07-21 10:46:26', '2025-07-21 10:46:26', '2025-07-21 10:46:26'),
(8, 24, 1, 103, 'pi_3RnHHW2cr5BxKmJH0JXzY2eI', NULL, NULL, 'succeeded', 1000, 'usd', '2025-07-21 10:49:20', '2025-07-21 10:49:20', '2025-07-21 10:49:20'),
(9, 25, 1, 104, NULL, NULL, NULL, 'succeeded', 1500, 'usd', '2025-07-22 05:51:29', '2025-07-22 05:51:29', '2025-07-22 05:51:29'),
(10, 25, 1, NULL, 'sub_1RnZ6p2cr5BxKmJHavVSIIX5', NULL, NULL, 'succeeded', 1500, 'usd', '2025-07-22 06:39:58', '2025-07-22 06:39:58', '2025-07-22 06:39:58'),
(11, 25, 1, 104, 'sub_1RnZ6p2cr5BxKmJHavVSIIX5', NULL, NULL, 'succeeded', 1500, 'usd', '2025-07-22 07:37:46', '2025-07-22 07:37:46', '2025-07-22 07:37:46'),
(12, 25, 1, 104, 'sub_1RnZ6p2cr5BxKmJHavVSIIX5', NULL, NULL, 'succeeded', 1500, 'usd', '2025-07-22 07:40:56', '2025-07-22 07:40:56', '2025-07-22 07:40:57'),
(13, 25, 1, 104, 'sub_1RnZ6p2cr5BxKmJHavVSIIX5', NULL, NULL, 'succeeded', 1500, 'usd', '2025-07-22 08:04:17', '2025-07-22 08:04:17', '2025-07-22 08:04:18'),
(14, 26, 1, 105, 'pi_3Rnxjr2cr5BxKmJH0tJNoaYi', NULL, NULL, 'succeeded', 1000, 'usd', '2025-07-23 08:09:25', '2025-07-23 08:09:25', '2025-07-23 08:09:25'),
(15, 27, 1, 106, 'pi_3RnxoG2cr5BxKmJH1fm40Ia2', NULL, NULL, 'succeeded', 1000, 'usd', '2025-07-23 08:13:58', '2025-07-23 08:13:58', '2025-07-23 08:13:58'),
(16, 28, 1, 107, 'sub_1Rnxr72cr5BxKmJHRSYxabOY', NULL, NULL, 'succeeded', 1500, 'usd', '2025-07-23 08:16:55', '2025-07-23 08:16:55', '2025-07-23 08:16:56'),
(17, 29, 28, 109, 'sub_1RnzxC2cr5BxKmJHS7xmQtkB', NULL, NULL, 'succeeded', 8000, 'usd', '2025-07-23 10:31:20', '2025-07-23 10:31:20', '2025-07-23 10:31:20'),
(18, 30, 12, NULL, 'pi_3RoJg82cr5BxKmJH0JARdQEd', NULL, NULL, 'succeeded', 1000, 'usd', '2025-07-24 07:35:01', '2025-07-24 07:35:01', '2025-07-24 07:35:01'),
(19, 31, 27, NULL, 'pi_3RoJkW2cr5BxKmJH1JKPCtfU', NULL, NULL, 'succeeded', 1000, 'usd', '2025-07-24 07:39:34', '2025-07-24 07:39:34', '2025-07-24 07:39:34'),
(20, 32, 27, 108, NULL, NULL, NULL, 'succeeded', 1000, 'usd', '2025-07-24 07:44:00', '2025-07-24 07:44:00', '2025-07-24 07:44:00'),
(21, 33, 1, 121, NULL, NULL, NULL, 'succeeded', 1000, 'usd', '2025-07-24 08:09:53', '2025-07-24 08:09:53', '2025-07-24 08:09:53'),
(22, 34, 1, NULL, 'pi_3RoKU82cr5BxKmJH1lujojQr', NULL, NULL, 'succeeded', 1000, 'usd', '2025-07-24 08:26:42', '2025-07-24 08:26:42', '2025-07-24 08:26:42'),
(23, 31, 27, 111, 'txn_3RoJkW2cr5BxKmJH1MJ4aidi', NULL, NULL, 'succeeded', 1000, 'usd', '2025-07-24 08:39:28', '2025-07-24 08:39:28', '2025-07-24 08:39:29'),
(24, 34, 1, 123, 'txn_3RoKU82cr5BxKmJH1LjUNVNH', NULL, NULL, 'succeeded', 1000, 'usd', '2025-07-24 08:40:12', '2025-07-24 08:40:12', '2025-07-24 08:40:12'),
(25, 34, 1, 123, 'txn_3RoKU82cr5BxKmJH1LjUNVNH', NULL, NULL, 'succeeded', 1000, 'usd', '2025-07-24 08:42:59', '2025-07-24 08:42:59', '2025-07-24 08:43:00'),
(26, 33, 1, 121, 'txn_3RoKDr2cr5BxKmJH0Z0SYmKE', NULL, NULL, 'succeeded', 1000, 'usd', '2025-07-24 09:08:56', '2025-07-24 09:08:56', '2025-07-24 09:08:57'),
(27, 35, 19, 124, NULL, NULL, NULL, 'succeeded', 8000, 'usd', '2025-07-24 09:09:46', '2025-07-24 09:09:46', '2025-07-24 09:09:46'),
(28, 36, 19, 126, NULL, NULL, NULL, 'succeeded', 1500, 'usd', '2025-07-24 10:23:47', '2025-07-24 10:23:47', '2025-07-24 10:23:47'),
(29, 37, 40, 125, NULL, NULL, NULL, 'succeeded', 1000, 'usd', '2025-07-24 10:27:11', '2025-07-24 10:27:11', '2025-07-24 10:27:12'),
(30, 39, 40, 128, NULL, NULL, NULL, 'succeeded', 1500, 'usd', '2025-07-24 10:32:10', '2025-07-24 10:32:10', '2025-07-24 10:32:10'),
(31, 42, 1, NULL, 'sub_1RoekD2cr5BxKmJHWIzFczCx', NULL, NULL, 'succeeded', 1500, 'usd', '2025-07-25 06:04:39', '2025-07-25 06:04:39', '2025-07-25 06:04:39'),
(32, 42, 1, 122, NULL, NULL, NULL, 'succeeded', 1500, 'usd', '2025-07-25 06:12:45', '2025-07-25 06:12:45', '2025-07-25 06:12:46'),
(33, 42, 1, 122, NULL, NULL, NULL, 'succeeded', 1500, 'usd', '2025-07-25 06:15:20', '2025-07-25 06:15:20', '2025-07-25 06:15:21'),
(34, 42, 1, 122, NULL, NULL, NULL, 'succeeded', 1500, 'usd', '2025-07-25 07:00:10', '2025-07-25 07:00:10', '2025-07-25 07:00:11'),
(35, 42, 1, NULL, 'sub_1RoekD2cr5BxKmJHWIzFczCx', NULL, NULL, 'succeeded', 1500, 'usd', '2025-07-25 07:02:18', '2025-07-25 07:02:18', '2025-07-25 07:02:18'),
(36, 42, 1, NULL, 'sub_1RoekD2cr5BxKmJHWIzFczCx', NULL, NULL, 'succeeded', 1500, 'usd', '2025-07-25 07:40:29', '2025-07-25 07:40:29', '2025-07-25 07:40:29'),
(37, 42, 1, NULL, 'sub_1RoekD2cr5BxKmJHWIzFczCx', NULL, NULL, 'succeeded', 1500, 'usd', '2025-07-25 09:07:04', '2025-07-25 09:07:04', '2025-07-25 09:07:04'),
(38, 42, 1, 122, 'txn_3RoekC2cr5BxKmJH1CH754YH', NULL, NULL, 'succeeded', 1500, 'usd', '2025-07-25 09:11:53', '2025-07-25 09:11:53', '2025-07-25 09:11:55'),
(39, 42, 1, 122, 'txn_3RoekC2cr5BxKmJH1CH754YH', NULL, NULL, 'succeeded', 1500, 'usd', '2025-07-25 10:00:16', '2025-07-25 10:00:16', '2025-07-25 10:00:18'),
(40, 42, 1, 122, 'txn_3RoekC2cr5BxKmJH1CH754YH', NULL, NULL, 'succeeded', 1500, 'usd', '2025-07-25 10:05:40', '2025-07-25 10:05:40', '2025-07-25 10:05:42'),
(41, 42, 1, 122, 'txn_3RoekC2cr5BxKmJH1CH754YH', NULL, NULL, 'succeeded', 1500, 'usd', '2025-07-25 10:08:23', '2025-07-25 10:08:23', '2025-07-25 10:08:25'),
(42, 42, 1, 122, 'txn_3RoekC2cr5BxKmJH1CH754YH', NULL, NULL, 'succeeded', 1500, 'usd', '2025-07-25 10:13:59', '2025-07-25 10:13:59', '2025-07-25 10:14:00'),
(43, NULL, 1, NULL, 'txn_3Roima2cr5BxKmJH1dhMfFnl', NULL, NULL, 'succeeded', 0, 'usd', '2025-07-25 10:57:58', '2025-07-25 10:57:58', '2025-07-25 10:57:58'),
(44, NULL, 1, NULL, 'txn_3Roima2cr5BxKmJH1dhMfFnl', NULL, NULL, 'succeeded', 0, 'usd', '2025-07-25 10:59:55', '2025-07-25 10:59:55', '2025-07-25 10:59:55'),
(45, NULL, 1, NULL, 'txn_3Roima2cr5BxKmJH1dhMfFnl', NULL, NULL, 'succeeded', 0, 'usd', '2025-07-25 11:23:30', '2025-07-25 11:23:30', '2025-07-25 11:23:30'),
(46, 43, 1, 131, 'txn_3Rojwq2cr5BxKmJH1cr1bqL3', NULL, NULL, 'succeeded', 1500, 'usd', '2025-07-25 11:38:03', '2025-07-25 11:38:03', '2025-07-25 11:38:05'),
(47, NULL, 1, 131, 'txn_3Rok2M2cr5BxKmJH0qUNCC6K', NULL, NULL, 'succeeded', 1500, 'usd', '2025-07-25 11:43:49', '2025-07-25 11:43:49', '2025-07-25 11:43:49'),
(48, NULL, 1, 131, 'txn_3Rok2M2cr5BxKmJH0qUNCC6K', NULL, 'My Personal Blog', 'succeeded', 1500, 'usd', '2025-07-25 11:49:04', '2025-07-25 11:49:04', '2025-07-25 11:49:04'),
(49, 44, 19, 127, 'txn_3RokDs2cr5BxKmJH1KBstibe', NULL, 'Wanderlust & Captures', 'succeeded', 1500, 'usd', '2025-07-25 11:55:39', '2025-07-25 11:55:39', '2025-07-25 11:55:41'),
(50, NULL, 1, 122, 'txn_3RpkFv2cr5BxKmJH1nWp7Xh0', NULL, 'My Personal Portfolio', 'succeeded', 1500, 'usd', '2025-07-28 06:09:58', '2025-07-28 06:09:58', '2025-07-28 06:09:58'),
(51, 45, 19, 129, NULL, NULL, 'LunaGems - Handmade Jewelry Shop', 'succeeded', 1000, 'usd', '2025-07-28 07:58:05', '2025-07-28 07:58:05', '2025-07-28 07:58:06'),
(52, 46, 19, 132, 'txn_3Rpm3e2cr5BxKmJH0ac2PQtd', NULL, 'My Web Development Portfolio', 'succeeded', 1500, 'usd', '2025-07-28 08:05:23', '2025-07-28 08:05:23', '2025-07-28 08:05:24'),
(53, 47, 41, 133, 'txn_3Rq7sw2cr5BxKmJH1w9fCIDZ', NULL, 'My Graphic Design Portfolio', 'succeeded', 1500, 'usd', '2025-07-29 07:23:45', '2025-07-29 07:23:45', '2025-07-29 07:23:47'),
(54, 48, 41, 134, NULL, NULL, 'SEO Masters - Digital Marketing Agency', 'succeeded', 1000, 'usd', '2025-07-29 07:25:42', '2025-07-29 07:25:42', '2025-07-29 07:25:43'),
(55, 49, 41, 135, 'txn_3Rq8352cr5BxKmJH1Lf4NRej', NULL, 'My Graphic Design Portfolio', 'succeeded', 1500, 'usd', '2025-07-29 07:34:15', '2025-07-29 07:34:15', '2025-07-29 07:34:17'),
(56, 56, 91, 266, 'txn_3S5LLySrjzWKfQsB1JA2D9TH', NULL, 'Trident Tech: Innovative IT Solutions', 'succeeded', 19900, 'usd', '2025-09-09 06:48:40', '2025-09-09 06:48:40', '2025-09-09 06:48:42'),
(57, 58, 91, 305, 'txn_3S6QPpSrjzWKfQsB0vo5LhC5', NULL, 'Stripe Payment Resources', 'succeeded', 19900, 'usd', '2025-09-12 06:25:07', '2025-09-12 06:25:07', '2025-09-12 06:25:08'),
(58, 59, 91, 312, 'txn_3S6RlfSrjzWKfQsB1CcqTEtV', NULL, 'Payment Plans Guide', 'succeeded', 19900, 'usd', '2025-09-12 07:51:45', '2025-09-12 07:51:45', '2025-09-12 07:51:47'),
(59, 61, 91, 315, 'txn_3S7XEfSrjzWKfQsB1b7Qc5UC', NULL, 'Stripe Integration Guide', 'succeeded', 19900, 'usd', '2025-09-15 07:54:10', '2025-09-15 07:54:10', '2025-09-15 07:54:12'),
(60, 62, 91, 319, NULL, NULL, 'My Design Portfolio', 'succeeded', 19900, 'usd', '2025-09-15 10:39:15', '2025-09-15 10:39:15', '2025-09-15 10:39:16'),
(61, 63, 91, 320, NULL, NULL, 'SEO Marketing Agency', 'succeeded', 19900, 'usd', '2025-09-15 11:21:00', '2025-09-15 11:21:00', '2025-09-15 11:21:01'),
(62, 64, 91, 321, 'txn_3S7aXjSrjzWKfQsB1YcMnIP9', NULL, 'My Travel Blog', 'succeeded', 19900, 'usd', '2025-09-15 11:26:06', '2025-09-15 11:26:06', '2025-09-15 11:26:07'),
(64, 66, 50, 314, NULL, NULL, 'Paradise Jets', 'succeeded', 19900, 'usd', '2025-09-16 08:18:30', '2025-09-16 08:18:30', '2025-09-16 08:18:31'),
(65, 67, 91, 327, 'txn_3S7wqPSrjzWKfQsB0EYBTMEB', NULL, 'Stripe Subscription Integration', 'succeeded', 2900, 'usd', '2025-09-16 11:14:58', '2025-09-16 11:14:58', '2025-09-16 11:15:00'),
(66, 68, 50, 220, 'txn_3S8BDXSrjzWKfQsB0bndHrAm', NULL, 'Oasis College Planning', 'succeeded', 19900, 'usd', '2025-09-17 02:35:56', '2025-09-17 02:35:56', '2025-09-17 02:35:58'),
(67, 65, 58, 225, 'txn_3S7qqPSrjzWKfQsB1fSYyg2w', NULL, 'Cura Vita - Supported Living Scheme', 'succeeded', 19900, 'usd', '2025-09-17 10:13:59', '2025-09-17 10:13:59', '2025-09-17 10:14:00'),
(68, 71, 114, 336, 'txn_3S8IPxSrjzWKfQsB01TNP7jN', NULL, 'Cloud Computing Hub', 'succeeded', 19900, 'usd', '2025-09-17 10:16:58', '2025-09-17 10:16:58', '2025-09-17 10:16:59'),
(69, 72, 91, 337, 'txn_3S8IRUSrjzWKfQsB0jA48i1k', NULL, 'Hydration Haven', 'succeeded', 19900, 'usd', '2025-09-17 10:18:33', '2025-09-17 10:18:33', '2025-09-17 10:18:36'),
(70, 73, 112, 335, 'txn_3S8IrESrjzWKfQsB0iA75la3', NULL, 'SecureGuard Cybersecurity', 'succeeded', 29988, 'usd', '2025-09-17 10:45:16', '2025-09-17 10:45:16', '2025-09-17 10:45:18'),
(71, 74, 112, 333, 'txn_3S8IuGSrjzWKfQsB1HXQ4R6d', NULL, 'Mahindra Thar Showcase', 'succeeded', 29988, 'usd', '2025-09-17 10:48:24', '2025-09-17 10:48:24', '2025-09-17 10:48:28'),
(72, 91, 116, 342, 'txn_3S8bGiSrjzWKfQsB1NBYP23Y', NULL, 'Pet Care Hub', 'succeeded', 2900, 'usd', '2025-09-18 06:24:48', '2025-09-18 06:24:48', '2025-09-18 06:24:50'),
(73, 92, 116, 343, 'txn_3S8bQUSrjzWKfQsB0VlnJknT', NULL, 'Unique Mobile App', 'succeeded', 29988, 'usd', '2025-09-18 06:34:56', '2025-09-18 06:34:56', '2025-09-18 06:34:59'),
(74, 95, 116, 344, 'txn_3S8bewSrjzWKfQsB0m0bl0rH', NULL, 'ABC School', 'succeeded', 19900, 'usd', '2025-09-18 06:49:42', '2025-09-18 06:49:42', '2025-09-18 06:49:45'),
(75, 99, 118, 347, 'txn_3S8fErSrjzWKfQsB0DNjdTEv', NULL, 'Pawsitively Groomed', 'succeeded', 2900, 'usd', '2025-09-18 10:39:12', '2025-09-18 10:39:12', '2025-09-18 10:39:14'),
(76, NULL, 118, 347, 'txn_3S8fGjSrjzWKfQsB1KQLDlBM', NULL, 'Pawsitively Groomed', 'succeeded', 2900, 'usd', '2025-09-18 10:49:52', '2025-09-18 10:49:52', '2025-09-18 10:49:52'),
(77, 100, 118, 347, 'txn_3S8fouSrjzWKfQsB0rLjr7s4', NULL, 'Pawsitively Groomed', 'succeeded', 2900, 'usd', '2025-09-18 11:16:25', '2025-09-18 11:16:25', '2025-09-18 11:16:28'),
(78, NULL, 118, 347, 'txn_3S8fq3SrjzWKfQsB1HoIuoYi', NULL, 'Pawsitively Groomed', 'succeeded', 2900, 'usd', '2025-09-18 11:17:25', '2025-09-18 11:17:30', '2025-09-18 11:17:30'),
(79, 101, 118, 348, 'txn_3S8hBjSrjzWKfQsB0eiF9j45', NULL, 'Chattbir Zoo', 'succeeded', 2900, 'usd', '2025-09-18 12:43:55', '2025-09-18 12:44:06', '2025-09-18 12:44:08'),
(80, NULL, 118, 348, 'txn_3S8hDNSrjzWKfQsB1ur8QXt2', NULL, 'Chattbir Zoo', 'succeeded', 2900, 'usd', '2025-09-18 12:45:35', '2025-09-18 12:45:41', '2025-09-18 12:45:41'),
(81, 102, 117, 346, 'txn_3S8hb9SrjzWKfQsB1ggiwrLv', NULL, 'Vibrant Fashion Store', 'succeeded', 29988, 'usd', '2025-09-18 13:10:10', '2025-09-18 13:10:23', '2025-09-18 13:10:25'),
(82, 103, 117, 345, 'txn_3S8hcgSrjzWKfQsB0efkdazB', NULL, 'Learn Smart Academy', 'succeeded', 2900, 'usd', '2025-09-18 13:11:45', '2025-09-18 13:11:57', '2025-09-18 13:11:58'),
(83, 105, 119, 352, 'txn_3S8wVASrjzWKfQsB1FZt5nHI', NULL, 'My Healthcare Hub', 'succeeded', 29988, 'usd', '2025-09-19 05:05:00', '2025-09-19 05:05:12', '2025-09-19 05:05:14'),
(84, 106, 116, 355, 'txn_3S8wvOSrjzWKfQsB115ivNPR', NULL, 'Startup Vision', 'succeeded', 2900, 'usd', '2025-09-19 05:32:06', '2025-09-19 05:32:16', '2025-09-19 05:32:18'),
(85, 113, 121, 361, 'txn_3S92YASrjzWKfQsB0W5Nfpzk', NULL, 'Pawfect Grooming Services', 'succeeded', 2900, 'usd', '2025-09-19 11:32:29', '2025-09-19 11:32:34', '2025-09-19 11:32:36'),
(86, 114, 123, 362, 'txn_3S92ogSrjzWKfQsB0n7SrE68', NULL, 'Luxury Chauffeur Services', 'succeeded', 29988, 'usd', '2025-09-19 11:49:34', '2025-09-19 11:49:43', '2025-09-19 11:49:45'),
(87, 115, 121, 374, NULL, NULL, 'Dusshera Celebrations', 'succeeded', 19900, 'usd', '2025-09-23 11:53:13', '2025-09-23 11:53:15', '2025-09-23 11:53:16'),
(88, 116, 121, 375, NULL, NULL, 'Adventures & Photography', 'succeeded', 19900, 'usd', '2025-09-23 12:20:57', '2025-09-23 12:20:58', '2025-09-23 12:20:59'),
(89, 117, 50, 373, 'txn_3SAVZDSrjzWKfQsB04Gyv6h8', NULL, 'My Graphic Design Portfolio', 'succeeded', 29988, 'usd', '2025-09-23 12:43:53', '2025-09-23 12:44:01', '2025-09-23 12:44:04'),
(90, 118, 127, 376, 'txn_3SB6p1SrjzWKfQsB0MMn8T8y', NULL, 'My Travel Adventures', 'succeeded', 29988, 'usd', '2025-09-25 04:30:28', '2025-09-25 04:30:39', '2025-09-25 04:30:40'),
(91, 120, 127, 378, 'txn_3SBBgwSrjzWKfQsB02S9YdSB', NULL, 'Fitness Hub', 'succeeded', 19900, 'usd', '2025-09-25 09:42:24', '2025-09-25 09:42:29', '2025-09-25 09:42:30'),
(92, 121, 129, 380, 'txn_3SBBsTSrjzWKfQsB0xQnTTY8', NULL, 'Jaspreet Software', 'succeeded', 29988, 'usd', '2025-09-25 09:54:20', '2025-09-25 09:54:27', '2025-09-25 09:54:29'),
(93, 123, 128, 377, 'txn_3SBCabSrjzWKfQsB1oBcVQ4O', NULL, 'T.T Rentals', 'succeeded', 29988, 'usd', '2025-09-25 10:39:57', '2025-09-25 10:40:00', '2025-09-25 10:40:03'),
(94, 126, 120, 358, 'txn_3SCb0qSrjzWKfQsB0u7mh9oi', NULL, 'Digital Marketing Agency', 'succeeded', 29988, 'usd', '2025-09-29 06:56:47', '2025-09-29 06:56:57', '2025-09-29 06:57:00'),
(95, 128, 135, 398, NULL, NULL, 'Punjabi Bollywood Beats', 'succeeded', 19900, 'usd', '2025-09-29 11:25:38', '2025-09-29 11:25:40', '2025-09-29 11:25:41'),
(96, 129, 135, 408, 'txn_3SCfPfSrjzWKfQsB03yR0vNy', NULL, 'Forex Trading Insights', 'succeeded', 29988, 'usd', '2025-09-29 11:38:43', '2025-09-29 11:38:53', '2025-09-29 11:38:55'),
(97, 131, 137, 421, 'txn_3SD18GSrjzWKfQsB0PXJ1xAm', NULL, 'My Graphic Design Portfolio', 'succeeded', 29988, 'usd', '2025-09-30 10:50:12', '2025-09-30 10:50:24', '2025-09-30 10:50:26'),
(98, 134, 138, 435, 'txn_3SE3IwSrjzWKfQsB1OeweXJE', NULL, 'Wanderlust Ventures', 'succeeded', 29988, 'usd', '2025-10-03 07:21:30', '2025-10-03 07:21:40', '2025-10-03 07:21:42'),
(99, 135, 96, 300, 'txn_3SFURcSrjzWKfQsB0GEK4809', NULL, 'My Portfolio', 'succeeded', 29988, 'usd', '2025-10-07 06:32:24', '2025-10-07 06:32:36', '2025-10-07 06:32:38'),
(100, 136, 96, 302, 'txn_3SFUdzSrjzWKfQsB0JQbN0Oq', NULL, 'Inspire and Motivate', 'succeeded', 19900, 'usd', '2025-10-07 06:45:10', '2025-10-07 06:45:12', '2025-10-07 06:45:14'),
(101, 137, 96, 302, NULL, NULL, 'Inspire and Motivate', 'succeeded', 19900, 'usd', '2025-10-07 07:07:48', '2025-10-07 07:07:50', '2025-10-07 07:07:51'),
(102, 139, 96, 302, 'txn_3SFV1HSrjzWKfQsB1NyvzpJO', NULL, 'Inspire and Motivate', 'succeeded', 19900, 'usd', '2025-10-07 07:09:13', '2025-10-07 07:09:32', '2025-10-07 07:09:34'),
(103, 140, 96, 302, 'txn_3SFV3ESrjzWKfQsB17aELJFz', NULL, 'Inspire and Motivate', 'succeeded', 29988, 'usd', '2025-10-07 07:11:15', '2025-10-07 07:11:24', '2025-10-07 07:11:25'),
(104, 141, 139, 438, 'txn_3SFqKDSrjzWKfQsB1D1WzCPp', NULL, 'Quality Print & Design Services', 'succeeded', 29988, 'usd', '2025-10-08 05:54:13', '2025-10-08 05:54:31', '2025-10-08 05:54:32'),
(105, 143, 96, 299, 'txn_3SFu8XSrjzWKfQsB1GWamVpi', NULL, 'Dynamic Graphic Design Portfolio', 'succeeded', 19900, 'usd', '2025-10-08 09:58:23', '2025-10-08 09:58:26', '2025-10-08 09:58:27'),
(106, 144, 143, 444, 'txn_3SGE6RSrjzWKfQsB0qEVeTvY', NULL, 'Famous Mathematicians Resource', 'succeeded', 2900, 'usd', '2025-10-09 07:17:35', '2025-10-09 07:17:46', '2025-10-09 07:17:48'),
(107, 145, 143, 445, NULL, NULL, 'Famous Scientists Unveiled', 'succeeded', 19900, 'usd', '2025-10-09 07:46:30', '2025-10-09 07:46:32', '2025-10-09 07:46:33'),
(108, 146, 145, 449, 'txn_3SGYuTSrjzWKfQsB016t5r3F', NULL, 'My Graphic Design Portfolio', 'succeeded', 29988, 'usd', '2025-10-10 05:30:37', '2025-10-10 05:30:46', '2025-10-10 05:30:48'),
(109, 147, 145, 450, 'txn_3SGZCsSrjzWKfQsB02s1jzkp', NULL, 'Adventures in Travel', 'succeeded', 29988, 'usd', '2025-10-10 05:49:38', '2025-10-10 05:49:48', '2025-10-10 05:49:50'),
(110, 148, 150, 453, 'txn_3SHjYFSrjzWKfQsB0Np00HCM', NULL, 'Freelance Web Developer Portfolio', 'succeeded', 29988, 'usd', '2025-10-13 11:04:31', '2025-10-13 11:04:43', '2025-10-13 11:04:44'),
(111, 149, 127, 376, 'txn_3SI45bSrjzWKfQsB1IQBbrMu', NULL, 'My Travel Adventures', 'succeeded', 19900, 'usd', '2025-10-14 09:00:18', '2025-10-14 09:00:20', '2025-10-14 09:00:22'),
(112, 150, 152, 456, 'txn_3SI5X6SrjzWKfQsB0b0VazTb', NULL, 'My Graphic Design Portfolio', 'succeeded', 29988, 'usd', '2025-10-14 10:32:48', '2025-10-14 10:32:54', '2025-10-14 10:32:55'),
(113, 151, 152, 457, 'txn_3SI5YXSrjzWKfQsB1vPnoKnN', NULL, 'My Creative Design Portfolio', 'succeeded', 19900, 'usd', '2025-10-14 10:34:16', '2025-10-14 10:34:19', '2025-10-14 10:34:21'),
(114, 153, 154, 461, 'txn_3SIQNxSrjzWKfQsB05vAnKzC', NULL, 'Wanderlust Chronicles', 'succeeded', 19900, 'usd', '2025-10-15 08:48:44', '2025-10-15 08:48:47', '2025-10-15 08:48:48'),
(115, 156, 154, 465, 'txn_3SIQsbSrjzWKfQsB00fJgomp', NULL, 'Car Enthusiast Hub', 'succeeded', 29988, 'usd', '2025-10-15 09:20:25', '2025-10-15 09:20:39', '2025-10-15 09:20:40'),
(116, 157, 154, 466, 'txn_3SIQyKSrjzWKfQsB06HcBpTD', NULL, 'Online Shopping Hub', 'succeeded', 2900, 'usd', '2025-10-15 09:26:20', '2025-10-15 09:26:30', '2025-10-15 09:26:31'),
(117, 158, 134, 471, 'txn_3SIkLFSrjzWKfQsB0dysxXEP', NULL, 'Luxury Limousine Rentals SC', 'succeeded', 29988, 'usd', '2025-10-16 06:07:17', '2025-10-16 06:07:26', '2025-10-16 06:07:28'),
(118, 159, 144, 472, 'txn_3SIkdbSrjzWKfQsB1iZi5igz', NULL, 'My Graphic Design Portfolio', 'succeeded', 29988, 'usd', '2025-10-16 06:26:14', '2025-10-16 06:26:25', '2025-10-16 06:26:27'),
(119, 160, 151, 477, 'txn_3SInJaSrjzWKfQsB0aOwo8uk', NULL, 'My Graphic Design Journey', 'succeeded', 29988, 'usd', '2025-10-16 09:17:46', '2025-10-16 09:17:56', '2025-10-16 09:17:58'),
(120, 161, 151, 478, 'txn_3SInL2SrjzWKfQsB1HD4tk87', NULL, 'Travel Experiences & Photography', 'succeeded', 2900, 'usd', '2025-10-16 09:19:17', '2025-10-16 09:19:29', '2025-10-16 09:19:31'),
(121, NULL, 91, 327, 'txn_3SIq60SrjzWKfQsB05HsnOaS', NULL, 'Stripe Subscription Integration', 'succeeded', 2900, 'usd', '2025-10-16 12:15:54', '2025-10-16 12:15:59', '2025-10-16 12:15:59'),
(122, 162, 127, 379, 'txn_3SJ8EtSrjzWKfQsB1aVVLWjK', NULL, 'Fusion Flavors', 'succeeded', 29988, 'usd', '2025-10-17 07:38:18', '2025-10-17 07:38:30', '2025-10-17 07:38:32'),
(123, 163, 67, 497, NULL, NULL, 'My Graphic Design Portfolio', 'succeeded', 19900, 'usd', '2025-10-18 07:36:25', '2025-10-18 07:36:27', '2025-10-18 07:36:28'),
(124, 164, 67, 497, 'txn_3SJUhTSrjzWKfQsB0Zi4Nbbo', NULL, 'My Graphic Design Portfolio', 'succeeded', 29988, 'usd', '2025-10-18 07:37:18', '2025-10-18 07:37:28', '2025-10-18 07:37:30'),
(125, 170, 179, 504, 'txn_3SM6BRSrjzWKfQsB02sedfWw', NULL, 'Graphic Design Portfolio', 'succeeded', 29988, 'usd', '2025-10-25 12:03:01', '2025-10-25 12:03:05', '2025-10-25 12:03:07'),
(126, 171, 178, 541, 'txn_3SNvKZSrjzWKfQsB0AhgT1eu', NULL, 'Example Test Training Institute Portal', 'succeeded', 2900, 'usd', '2025-10-30 12:51:58', '2025-10-30 12:52:03', '2025-10-30 12:52:07'),
(127, 172, 158, 542, NULL, NULL, 'Calm Wellness Spa & Saloon', 'succeeded', 10000, 'usd', '2025-10-31 05:57:51', '2025-10-31 05:57:53', '2025-10-31 05:57:54'),
(128, 173, 193, 558, 'txn_3SPIb2SrjzWKfQsB0zJRNmkA', NULL, 'My Graphic Design Portfolio', 'succeeded', 29988, 'usd', '2025-11-03 07:54:39', '2025-11-03 07:54:47', '2025-11-03 07:54:50'),
(129, 174, 195, 563, 'txn_3SPKtBSrjzWKfQsB0iW9oIbk', NULL, 'My SEO and Marketing Agency', 'succeeded', 29988, 'usd', '2025-11-03 10:21:32', '2025-11-03 10:21:37', '2025-11-03 10:21:38'),
(130, 176, 198, 573, 'txn_3SQQJjSrjzWKfQsB10Jl2oDG', NULL, 'Premium Fitness Equipment', 'succeeded', 2900, 'usd', '2025-11-06 10:21:27', '2025-11-06 10:21:32', '2025-11-06 10:21:33'),
(131, 177, 179, 574, 'txn_3SQnO7SrjzWKfQsB1p4eWLW4', NULL, 'My SEO and Marketing Agency', 'succeeded', 2900, 'usd', '2025-11-07 10:59:30', '2025-11-07 10:59:36', '2025-11-07 10:59:38'),
(132, 179, 198, 575, 'txn_3SQnZxSrjzWKfQsB1bN8WShL', NULL, 'My Travel Blog', 'succeeded', 2900, 'usd', '2025-11-07 11:11:44', '2025-11-07 11:11:49', '2025-11-07 11:11:51'),
(133, NULL, 143, 444, 'txn_3SRTprSrjzWKfQsB0QjCwEOe', NULL, 'Famous Mathematicians Resource', 'succeeded', 2900, 'usd', '2025-11-09 08:18:57', '2025-11-09 08:19:02', '2025-11-09 08:19:02'),
(134, 181, 179, 579, 'txn_3SRsWhSrjzWKfQsB1X3fvgnA', NULL, 'My Travel Photo Blog', 'succeeded', 2900, 'usd', '2025-11-10 10:40:50', '2025-11-10 10:40:56', '2025-11-10 10:40:58'),
(135, 182, 199, 582, 'txn_3SS9wpSrjzWKfQsB1zmfKS2M', NULL, 'My SEO and Marketing Agency', 'succeeded', 2900, 'usd', '2025-11-11 05:16:59', '2025-11-11 05:17:04', '2025-11-11 05:17:06'),
(136, NULL, 91, 327, 'txn_3SU4rzSrjzWKfQsB12lCX8Ey', NULL, 'Stripe Subscription Integration', 'succeeded', 2900, 'usd', '2025-11-16 12:15:53', '2025-11-16 12:15:58', '2025-11-16 12:15:58'),
(137, 184, 199, 592, 'txn_3SUQ38SrjzWKfQsB1TEXQghV', NULL, 'Wanderlust Lens', 'succeeded', 29988, 'usd', '2025-11-17 10:52:50', '2025-11-17 10:52:55', '2025-11-17 10:52:57'),
(138, 186, 199, 610, 'txn_3SVUQ1SrjzWKfQsB1SoVnA6Q', NULL, 'LunaGems', 'succeeded', 29988, 'usd', '2025-11-20 09:44:52', '2025-11-20 09:44:58', '2025-11-20 09:45:00'),
(139, 187, 204, 613, 'txn_3SVrT8SrjzWKfQsB0c0pYRwC', NULL, 'Travel Adventures Blog', 'succeeded', 29988, 'usd', '2025-11-21 10:21:37', '2025-11-21 10:21:43', '2025-11-21 10:21:46'),
(140, 191, 204, 617, 'txn_3SXEZdSrjzWKfQsB159bcBZO', NULL, 'My Travel Journey', 'succeeded', 29988, 'usd', '2025-11-25 05:14:00', '2025-11-25 05:14:06', '2025-11-25 05:14:08'),
(141, 192, 204, 620, 'txn_3SXFV7SrjzWKfQsB0LgYV2vE', NULL, 'My Graphic Design Portfolio', 'succeeded', 29988, 'usd', '2025-11-25 06:13:24', '2025-11-25 06:13:30', '2025-11-25 06:13:33'),
(142, 200, 10, 627, 'txn_3SY4MTSrjzWKfQsB1jfPB5li', NULL, 'New England Smart Systems', 'succeeded', 2900, 'usd', '2025-11-27 12:32:09', '2025-11-27 12:32:14', '2025-11-27 12:32:16'),
(143, 201, 121, 622, 'txn_3SZm3mSrjzWKfQsB1ZZc4kWn', NULL, 'WordPress Admin Permissions Guide', 'succeeded', 19900, 'usd', '2025-12-02 05:23:37', '2025-12-02 05:23:40', '2025-12-02 05:23:41'),
(144, 202, 209, 658, NULL, NULL, 'All About Stripe', 'succeeded', 19900, 'usd', '2025-12-02 10:01:28', '2025-12-02 10:01:30', '2025-12-02 10:01:31'),
(145, 204, 13, 665, 'txn_3SZs7hSrjzWKfQsB0IATffXa', NULL, 'My Graphic Design Portfolio', 'succeeded', 2900, 'usd', '2025-12-02 11:52:04', '2025-12-02 11:52:09', '2025-12-02 11:52:12'),
(146, 205, 207, 671, 'txn_3Sa8JtSrjzWKfQsB1eW5tvYb', NULL, 'Wanderlust Chronicles', 'succeeded', 2900, 'usd', '2025-12-03 05:09:45', '2025-12-03 05:09:51', '2025-12-03 05:09:52'),
(147, 208, 218, NULL, 'sub_1Sd69eSrjzWKfQsB7ZKCLUxz', NULL, 'My Freelance Web Development Portfolio', 'succeeded', 29988, 'usd', '2025-12-11 09:27:26', '2025-12-11 09:27:26', '2025-12-11 09:27:26'),
(150, 210, 217, 703, 'txn_3SdQe8SrjzWKfQsB0RCvkcwT', NULL, 'Criminal Defense Attorney in Brooklyn', 'succeeded', 19900, 'usd', '2025-12-12 07:20:15', '2025-12-12 08:21:05', '2025-12-12 08:21:06'),
(151, 209, 217, 704, 'txn_3SdQRsSrjzWKfQsB1eCzIAE1', 'in_1SdQRsSrjzWKfQsB722ZIi9i', 'My WordPress Skills', 'succeeded', 29988, 'usd', '2025-12-12 07:07:36', '2025-12-12 08:39:08', '2025-12-12 08:39:10'),
(152, 60, 67, NULL, 'pi_3SeUHhSrjzWKfQsB1j6ofBO1', NULL, 'Website', 'succeeded', 19900, 'usd', '2025-12-15 05:25:30', '2025-12-15 05:25:30', '2025-12-15 05:25:30'),
(153, 215, 218, 777, 'txn_3SeUZISrjzWKfQsB1MvaZhmh', 'in_1SeUZHSrjzWKfQsBbyivSh6F', 'My Graphic Design Portfolio', 'succeeded', 29988, 'usd', '2025-12-15 05:43:39', '2025-12-15 05:43:44', '2025-12-15 05:43:48'),
(154, 216, 218, 778, 'txn_3SeUczSrjzWKfQsB1tvFKHbJ', NULL, 'My Travel Blog', 'succeeded', 19900, 'usd', '2025-12-15 05:47:28', '2025-12-15 05:47:30', '2025-12-15 05:47:32'),
(155, 217, 218, 779, NULL, NULL, 'Freelance Web Developer Portfolio', 'succeeded', 19900, 'usd', '2025-12-15 06:15:27', '2025-12-15 06:15:29', '2025-12-15 06:15:30'),
(156, 218, 204, 780, 'txn_3SeVOMSrjzWKfQsB1sAWJk2x', 'in_1SeVOLSrjzWKfQsBpNSnmbwH', 'My Graphic Design Portfolio', 'succeeded', 29988, 'usd', '2025-12-15 06:36:25', '2025-12-15 06:36:30', '2025-12-15 06:36:32'),
(160, 219, 204, 781, 'txn_3SeVQnSrjzWKfQsB0N6Obhrz', NULL, 'My Travel Blog', 'succeeded', 19900, 'usd', '2025-12-15 06:38:55', '2025-12-15 08:01:41', '2025-12-15 08:01:43'),
(161, 220, 220, 776, 'txn_3SeWqpSrjzWKfQsB0UAxbbwA', NULL, 'Medicines and Research Podcast', 'succeeded', 19900, 'usd', '2025-12-15 08:09:54', '2025-12-15 08:09:57', '2025-12-15 08:09:59'),
(162, 221, 218, 792, 'txn_3SeXgGSrjzWKfQsB1qlrBmeu', 'in_1SeXgFSrjzWKfQsBOMuCvRBB', 'Benjamin Levine Law', 'succeeded', 29988, 'usd', '2025-12-15 09:03:03', '2025-12-15 09:03:09', '2025-12-15 09:03:12'),
(163, 222, 218, 797, 'txn_3SeXq2SrjzWKfQsB10ocrI5E', NULL, 'Digital Marketing Agency', 'succeeded', 19900, 'usd', '2025-12-15 09:13:09', '2025-12-15 09:13:11', '2025-12-15 09:13:13'),
(164, 224, 204, 812, 'txn_3SfHczSrjzWKfQsB1tClGsQb', NULL, 'My Travel Blog', 'succeeded', 19900, 'usd', '2025-12-17 10:06:45', '2025-12-17 10:06:47', '2025-12-17 10:06:50'),
(165, 225, 204, 813, 'txn_3SfHupSrjzWKfQsB15S9Ibt7', 'in_1SfHupSrjzWKfQsBMGBi5aGe', 'My Graphic Design Portfolio', 'succeeded', 29988, 'usd', '2025-12-17 10:25:11', '2025-12-17 10:25:17', '2025-12-17 10:25:19'),
(166, 227, 204, 814, 'txn_3SfM3tSrjzWKfQsB0EVKRY4T', NULL, 'My Graphic Design Portfolio', 'succeeded', 19900, 'usd', '2025-12-17 14:50:49', '2025-12-17 14:50:53', '2025-12-17 14:50:54'),
(167, 228, 204, 814, NULL, NULL, 'My Graphic Design Portfolio', 'succeeded', 19900, 'usd', '2025-12-17 15:53:35', '2025-12-17 15:53:36', '2025-12-17 15:53:37'),
(168, 229, 204, 814, NULL, NULL, 'My Graphic Design Portfolio', 'succeeded', 19900, 'usd', '2025-12-17 16:00:46', '2025-12-17 16:00:48', '2025-12-17 16:00:49'),
(169, 231, 128, 815, NULL, NULL, 'The Dream Earth', 'succeeded', 19900, 'usd', '2025-12-19 09:38:22', '2025-12-19 09:38:24', '2025-12-19 09:38:25'),
(170, 232, 220, 806, 'txn_3Sg4PUSrjzWKfQsB1qbLKXWE', NULL, 'Email Template Engine', 'succeeded', 19900, 'usd', '2025-12-19 14:12:03', '2025-12-19 14:12:05', '2025-12-19 14:12:07'),
(171, NULL, 10, 627, 'txn_3SixcLSrjzWKfQsB0IuTYn8i', 'in_1SiwfdSrjzWKfQsBB1AfqMOT', 'New England Smart Systems', 'succeeded', 2900, 'usd', '2025-12-27 13:33:14', '2025-12-27 13:33:20', '2025-12-27 13:33:20'),
(172, NULL, 179, 579, 'txn_3So0YlSrjzWKfQsB1fM7zlUP', 'in_1Snzc0SrjzWKfQsBhMXsdar0', 'My Travel Photo Blog', 'succeeded', 2900, 'usd', '2026-01-10 11:42:25', '2026-01-10 11:42:32', '2026-01-10 11:42:32'),
(173, 233, 128, 853, 'txn_3SsHOqSrjzWKfQsB04sfff6s', 'in_1SsHOqSrjzWKfQsBiddPqxIq', 'Premium Chauffeur Services in India', 'succeeded', 29988, 'usd', '2026-01-22 06:29:57', '2026-01-22 06:30:04', '2026-01-22 06:30:06'),
(174, NULL, 10, 627, 'txn_3SuCOqSrjzWKfQsB1lJpxVcX', 'in_1SuBRiSrjzWKfQsB8O5pEvX0', 'New England Smart Systems', 'succeeded', 2900, 'usd', '2026-01-27 13:33:46', '2026-01-27 13:33:54', '2026-01-27 13:33:54'),
(175, 69, 114, NULL, 'sub_1TCCirSrjzWKfQsBJPvtm053', NULL, 'Website', 'succeeded', 29988, 'usd', '2026-03-18 05:32:53', '2026-03-18 05:32:53', '2026-03-18 05:32:53');

-- --------------------------------------------------------

--
-- Table structure for table `personal_access_tokens`
--

CREATE TABLE `personal_access_tokens` (
  `id` bigint UNSIGNED NOT NULL,
  `tokenable_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `tokenable_id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `abilities` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `last_used_at` timestamp NULL DEFAULT NULL,
  `expires_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `pricing_plans`
--

CREATE TABLE `pricing_plans` (
  `id` bigint UNSIGNED NOT NULL,
  `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `stripe_pricing_id` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `subtitle` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `price` decimal(10,2) NOT NULL,
  `below_price_title` char(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `features_labels` text COLLATE utf8mb4_unicode_ci,
  `features` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `is_enabled` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `pricing_plans`
--

INSERT INTO `pricing_plans` (`id`, `type`, `stripe_pricing_id`, `title`, `subtitle`, `price`, `below_price_title`, `features_labels`, `features`, `is_enabled`, `created_at`, `updated_at`) VALUES
(14, 'monthly', 'price_1S53pSSrjzWKfQsBEZmXm1W5', 'Hosted with Bloxby', 'For professional websites', 29.00, NULL, '[\"Initial Build\",\"Go-Live Pricing\",\"Hosting\",\"Support\",\"Data Retention\"]', '[\"Free \\u2014 up to 5 pages with Builder\",\"$29\\/mo (monthly)\",\"Included \\u2014 500 MB disk, 10k visits\\/mo, free SSL, daily backups, security monitoring\",\"Email & ticket support from Bloxby team\",\"Always available while subscription is active\"]', 1, '2025-09-08 06:35:51', '2025-09-22 05:42:50'),
(15, 'yearly', 'price_1S8KYgSrjzWKfQsBr76TKyUj', 'Hosted with Bloxby', 'For professional websites', 299.88, 'Your monthly price stays at $24.99 per month', '[\"Initial Build\",\"Go-Live Pricing\",\"Hosting\",\"Support\",\"Data Retention\"]', '[\"Free \\u2014 up to 5 pages with Builder\",\"$29\\/mo (monthly)\",\"Included \\u2014 500 MB disk, 10k visits\\/mo, free SSL, daily backups, security monitoring\",\"Email & ticket support from Bloxby team\",\"Always available while subscription is active\"]', 1, '2025-09-08 06:42:40', '2025-12-12 06:35:58'),
(16, 'one-time', 'price_1S53lfSrjzWKfQsBIiFVMmr5', 'Download & Self-Host', 'For professional websites', 199.00, NULL, '[\"Initial Build\",\"Go-Live Pricing\",\"Hosting\",\"Support\",\"Data Retention\"]', '[\"Free \\u2014 up to 5 pages with Builder\",\"One-time $199\",\"Not included \\u2014 host anywhere you like\",\"Community docs \\/ self-support\",\"14-day download window after payment, then site deleted\"]', 1, '2025-09-08 06:31:55', '2025-12-05 12:01:47'),
(17, 'one-time', 'price_1SFu5LSrjzWKfQsBmzokM2NR', 'Monthly Self-Host', 'For professional website', 100.00, NULL, '[\"iconIncluded \\u2014 500 MB disk\",\"10k visits\\/mo\",\"free SSL\",\"daily backups\",\"security monitoring\"]', '[\"iconIncluded \\u2014 500 MB disk,10k visits\\/mo,free SSL,daily backups,security Free \\u2014 up to 5 pages with Builder\",\"One-time $199\",\"Not included \\u2014 host anywhere you like\",\"Community docs \\/ self-support\",\"14-day download window after payment, then site deleted\"]', 0, '2025-10-08 09:55:04', '2025-12-03 06:08:54'),
(18, 'monthly', 'price_1SOCokSrjzWKfQsBpeBKU1t7', 'Testing', 'For test professional website', 999999.00, NULL, '[\"iconIncluded \\u2014 500 MB disk\",\"10k visits\\/mo\",\"free SSL\",\"daily backups\",\"security monitoring\"]', '[\"iconIncluded \\u2014 500 MB disk,10k visits\\/mo, free SSL, daily backups, security Free \\u2014 up to 5 pages with Builder\",\"One-time $199\",\"Not included \\u2014 host anywhere you like\",\"Community docs \\/ self-support\",\"14-day download window after payment, then site deleted\"]', 1, '2025-10-31 07:32:14', '2025-11-11 06:34:59');

-- --------------------------------------------------------

--
-- Table structure for table `prompts`
--

CREATE TABLE `prompts` (
  `id` int NOT NULL,
  `user_id` int DEFAULT NULL,
  `website_id` int DEFAULT NULL,
  `prompt` text COLLATE utf8mb4_general_ci,
  `meta` text COLLATE utf8mb4_general_ci,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `prompts`
--

INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1, NULL, NULL, '{\"website_title\":\"Personal Portfolio of John Doe\",\"website_description\":\"Welcome to my personal portfolio showcasing my projects, skills, and experiences in web development and design.\",\"website_type\":\"personal\",\"website_industry\":\"Technology\",\"search_query\":\"web development, personal portfolio, programmer, design, coding\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"This is the homepage of my personal portfolio where you can find an overview of who I am and what I do.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section with navigation links to other pages.\",\"section_prompt\":\"Responsive top navigation bar with links to Home, About, Projects, Blog, and Contact.\"},{\"section_type\":\"hero\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"A welcoming introductory section about me and my work.\",\"section_prompt\":\"Large background image with a centered welcome message and a call to action button linking to the Projects page.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my background and skills in web development.\",\"section_prompt\":\"Left-aligned text with a small image of me, explaining my journey and expertise.\"},{\"section_type\":\"features_list\",\"section_title\":\"What I Can Do\",\"section_description\":\"Highlighting my main skills and services offered in web development.\",\"section_prompt\":\"Grid layout showcasing icons and descriptions of services like HTML\\/CSS, JavaScript, and UX Design.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"A preview of my latest blog posts where I share insights and tips.\",\"section_prompt\":\"This section should feature a grid layout of recent blog articles, with images and excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to contact me for collaborations or inquiries.\",\"section_prompt\":\"A centered call to action button that leads to the Contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section with social media links and copyright information.\",\"section_prompt\":\"Simple footer layout including Icons for social media links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"This page provides more details about my background, experiences, and interests.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section with navigation links to other pages.\",\"section_prompt\":\"Responsive top navigation bar with links to Home, About, Projects, Blog, and Contact.\"},{\"section_type\":\"banner\",\"section_title\":\"About Me\",\"section_description\":\"A banner section with a title regarding the about information.\",\"section_prompt\":\"Simple text banner indicating the title of the page.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"My Journey\",\"section_description\":\"Discussing my background, skills, education, and why I love web development.\",\"section_prompt\":\"A combination of text and images illustrating my journey, skills, and interests.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section with social media links and copyright information.\",\"section_prompt\":\"Simple footer layout including Icons for social media links.\"}]},{\"page_type\":\"projects\",\"page_title\":\"My Projects\",\"page_description\":\"An overview of the projects that I have worked on and contributed to.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section with navigation links to other pages.\",\"section_prompt\":\"Responsive top navigation bar with links to Home, About, Projects, Blog, and Contact.\"},{\"section_type\":\"banner\",\"section_title\":\"My Projects\",\"section_description\":\"A banner section indicating the title of the projects page.\",\"section_prompt\":\"Simple text banner indicating the title of the page.\"},{\"section_type\":\"gallery\",\"section_title\":\"Portfolio Gallery\",\"section_description\":\"Showcasing my various projects with images and descriptions.\",\"section_prompt\":\"Grid layout displaying images of projects with brief descriptions and links to project details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section with social media links and copyright information.\",\"section_prompt\":\"Simple footer layout including Icons for social media links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"A page where I share articles, tutorials, and insights related to web development.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section with navigation links to other pages.\",\"section_prompt\":\"Responsive top navigation bar with links to Home, About, Projects, Blog, and Contact.\"},{\"section_type\":\"banner\",\"section_title\":\"Blog\",\"section_description\":\"A banner section indicating the blog page title.\",\"section_prompt\":\"Simple text banner indicating the title of the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"A collection of my latest blog posts displayed in a grid layout.\",\"section_prompt\":\"Grid layout of articles showcasing images, titles, and short excerpts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section with social media links and copyright information.\",\"section_prompt\":\"Simple footer layout including Icons for social media links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"A page with a contact form for inquiries and collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section with navigation links to other pages.\",\"section_prompt\":\"Responsive top navigation bar with links to Home, About, Projects, Blog, and Contact.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Banner section showing the contact page title.\",\"section_prompt\":\"Simple text banner indicating the title of the contact page.\"},{\"section_type\":\"contact\",\"section_title\":\"Get in Touch\",\"section_description\":\"A form for visitors to reach out to me with inquiries or collaboration proposals.\",\"section_prompt\":\"A responsive contact form asking for name, email, message with a submit button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section with social media links and copyright information.\",\"section_prompt\":\"Simple footer layout including Icons for social media links.\"}]}],\"user_prompt\":\"test\",\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', NULL, '2025-08-12 12:55:34', '2025-08-12 12:55:34'),
(2, NULL, NULL, '{\"website_title\":\"Salon Services by Me\",\"website_description\":\"Discover a world of beauty and relaxation with my salon services. Offering top-notch hair, makeup, and skincare treatments to enhance your natural beauty.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Beauty & Wellness\",\"search_query\":\"salon services, beauty treatments, hairstyling\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The main showcase of my salon services and offerings.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for easy navigation and branding.\",\"section_prompt\":\"Responsive header with logo and navigation menu.\"},{\"section_type\":\"hero\",\"section_title\":\"Welcome to My Salon\",\"section_description\":\"An inviting introduction to my salon, showcasing services and ambiance.\",\"section_prompt\":\"Full-width hero with an attractive image of the salon setting.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about me and my passion for beauty and wellness.\",\"section_prompt\":\"Two-column layout with text on the left and my photo on the right.\"},{\"section_type\":\"features_list\",\"section_title\":\"Our Services\",\"section_description\":\"Highlighting the key services I provide: Haircuts, Color, Makeup, and Skincare.\",\"section_prompt\":\"Grid layout showcasing icons for each service with brief descriptions.\"},{\"section_type\":\"gallery\",\"section_title\":\"Gallery of My Work\",\"section_description\":\"A collection of before and after images of my clients.\",\"section_prompt\":\"Masonry grid layout displaying images of services performed.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Check out my latest tips and trends in beauty.\",\"section_prompt\":\"A simple list of the latest blog posts with images and excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Appointment Today!\",\"section_description\":\"Encouraging visitors to schedule a visit for a transformative experience.\",\"section_prompt\":\"Prominent call to action button with a clear message and link to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with contact information and social media links.\",\"section_prompt\":\"Three-column footer with quick links, contact information, and social media icons.\"}]},{\"page_type\":\"services\",\"page_title\":\"Salon Services\",\"page_description\":\"Detailed list of all the beauty services that I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for easy navigation and branding.\",\"section_prompt\":\"Responsive header with logo and navigation menu.\"},{\"section_type\":\"banner\",\"section_title\":\"Our Services\",\"section_description\":\"Overview of available services at my salon.\",\"section_prompt\":\"Centered banner with service themes and styling.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Haircuts\",\"section_description\":\"Professional hair cutting and styling services tailored to your look.\",\"section_prompt\":\"Single-column layout detailing haircuts, price, and booking info.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Color Treatments\",\"section_description\":\"Expert hair coloring services to refresh or drastically change your style.\",\"section_prompt\":\"Single-column layout detailing color services, price, and booking info.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Makeup Services\",\"section_description\":\"Specialized makeup services for events or everyday beauty.\",\"section_prompt\":\"Single-column layout detailing makeup services, price, and booking info.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Skincare Treatments\",\"section_description\":\"Relaxing skincare treatments for healthy and radiant skin.\",\"section_prompt\":\"Single-column layout detailing skincare services, price, and booking info.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Transform Your Look?\",\"section_description\":\"Encourage visitors to make an appointment for any of the services.\",\"section_prompt\":\"Prominent call to action button leading to appointment scheduling.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with contact information and social media links.\",\"section_prompt\":\"Three-column footer with quick links, contact information, and social media icons.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Latest articles and tips on beauty and wellness.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for easy navigation and branding.\",\"section_prompt\":\"Responsive header with logo and navigation menu.\"},{\"section_type\":\"banner\",\"section_title\":\"Beauty Blog\",\"section_description\":\"Insights, tips, and trends in beauty and wellness.\",\"section_prompt\":\"Centered banner with an engaging title and image.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"A grid layout showcasing my latest blog articles.\",\"section_prompt\":\"Grid format displaying posts with thumbnails and brief excerpts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with contact information and social media links.\",\"section_prompt\":\"Three-column footer with quick links, contact information, and social media icons.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for appointments or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for easy navigation and branding.\",\"section_prompt\":\"Responsive header with logo and navigation menu.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Encouraging visitors to reach out for appointments or questions.\",\"section_prompt\":\"Centered banner with contact call-to-action.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"Form where clients can submit inquiries or appointment requests.\",\"section_prompt\":\"Single-column layout with fields for name, email, and message.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with contact information and social media links.\",\"section_prompt\":\"Three-column footer with quick links, contact information, and social media icons.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey and passion for beauty.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for easy navigation and branding.\",\"section_prompt\":\"Responsive header with logo and navigation menu.\"},{\"section_type\":\"banner\",\"section_title\":\"About Me\",\"section_description\":\"A personal introduction sharing my story and experience.\",\"section_prompt\":\"Centered banner with a professional image of me.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"My Journey\",\"section_description\":\"A detailed overview of my journey in the beauty industry, including training and experiences.\",\"section_prompt\":\"Combination of text and images outlining my career path.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with contact information and social media links.\",\"section_prompt\":\"Three-column footer with quick links, contact information, and social media icons.\"}]}],\"user_prompt\":\"Salon services\",\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', NULL, '2025-08-13 05:12:46', '2025-08-13 05:12:46'),
(3, NULL, NULL, '{\"website_title\":\"My Personal Portfolio\",\"website_description\":\"A showcase of my work, skills, and experiences.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"personal portfolio, creative works, resume, photography, design\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The landing page of my website providing an overview of my work and skills.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header of the website providing links to other sections.\",\"section_prompt\":\"Top header navigation with links to Home, About, Services, Blog, Contact.\"},{\"section_type\":\"hero\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An engaging introduction presenting my personal brand.\",\"section_prompt\":\"Responsive full-width hero section with a background image and welcoming text.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about me, my background, and interests.\",\"section_prompt\":\"Left-aligned text section with a photo of me to the right.\"},{\"section_type\":\"features_list\",\"section_title\":\"My Skills\",\"section_description\":\"Highlighting my key skills and areas of expertise.\",\"section_prompt\":\"A grid layout featuring icons representing various skills with short descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Showcasing my recent blog posts and updates.\",\"section_prompt\":\"A concise list of the latest blog posts with brief excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to contact me for collaborations or inquiries.\",\"section_prompt\":\"A prominent call-to-action section urging visitors to reach out with a contact button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer of the website with copyright information and additional links.\",\"section_prompt\":\"Simple footer layout with copyright statement and social media links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey, experiences, and passions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header of the website providing links to other sections.\",\"section_prompt\":\"Top header navigation with links to Home, About, Services, Blog, Contact.\"},{\"section_type\":\"banner\",\"section_title\":\"About Me\",\"section_description\":\"Title section introducing the about page.\",\"section_prompt\":\"Centered banner with the title \'About Me\'.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"My Journey\",\"section_description\":\"A detailed account of my career and personal growth.\",\"section_prompt\":\"Text block with images from my key milestones on the left.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer of the website with copyright information and additional links.\",\"section_prompt\":\"Simple footer layout with copyright statement and social media links.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Overview of the services that I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header of the website providing links to other sections.\",\"section_prompt\":\"Top header navigation with links to Home, About, Services, Blog, Contact.\"},{\"section_type\":\"banner\",\"section_title\":\"My Services\",\"section_description\":\"Title section introducing the services page.\",\"section_prompt\":\"Centered banner with the title \'My Services\'.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Consulting\",\"section_description\":\"Offering professional consulting services in my area of expertise.\",\"section_prompt\":\"Text block detailing my consulting services with a relevant image.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Freelance Writing\",\"section_description\":\"Providing high-quality freelance writing services to clients.\",\"section_prompt\":\"Text block detailing my writing services with a relevant image.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in My Services?\",\"section_description\":\"Encouraging visitors to reach out for services I offer.\",\"section_prompt\":\"A prominent call-to-action section urging visitors to get in touch with a contact button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer of the website with copyright information and additional links.\",\"section_prompt\":\"Simple footer layout with copyright statement and social media links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"A collection of my thoughts, ideas, and insights on various topics.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header of the website providing links to other sections.\",\"section_prompt\":\"Top header navigation with links to Home, About, Services, Blog, Contact.\"},{\"section_type\":\"banner\",\"section_title\":\"My Blog\",\"section_description\":\"Title section introducing the blog page.\",\"section_prompt\":\"Centered banner with the title \'My Blog\'.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Showcasing my latest blog posts in a grid layout.\",\"section_prompt\":\"A grid layout displaying the latest blog articles with headlines and excerpts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer of the website with copyright information and additional links.\",\"section_prompt\":\"Simple footer layout with copyright statement and social media links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header of the website providing links to other sections.\",\"section_prompt\":\"Top header navigation with links to Home, About, Services, Blog, Contact.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Title section introducing the contact page.\",\"section_prompt\":\"Centered banner with the title \'Contact Me\'.\"},{\"section_type\":\"contact\",\"section_title\":\"Get in Touch\",\"section_description\":\"A simple contact form for visitors to fill out and reach me.\",\"section_prompt\":\"A contact form layout with fields for name, email, message, and a send button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer of the website with copyright information and additional links.\",\"section_prompt\":\"Simple footer layout with copyright statement and social media links.\"}]}],\"user_prompt\":\"test\",\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', NULL, '2025-08-13 05:16:19', '2025-08-13 05:16:19'),
(4, 46, NULL, '{\"website_title\":\"Trial Beauty Services\",\"website_description\":\"Explore top-notch trial beauty services tailored for you and experience ultimate pampering.\",\"website_type\":\"Business\",\"website_industry\":\"Beauty & Wellness\",\"search_query\":\"beauty services, skincare, relaxation therapy, makeup trial, spa services\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Trial Beauty Services, your destination for personalized beauty trials and treatments.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to Trial Beauty Services\",\"section_description\":\"An inviting introduction to our beauty services offering a variety of trial treatments.\",\"section_prompt\":\"Responsive hero section with a welcoming title and a beautiful background image.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission and the professional team behind Trial Beauty Services.\",\"section_prompt\":\"Informational section providing details about the company\'s mission and team.\"},{\"section_type\":\"features_list\",\"section_title\":\"Our Services\",\"section_description\":\"Discover our range of trial beauty services from skincare to makeup trials.\",\"section_prompt\":\"A well-organized list showcasing the different types of beauty services we offer.\"},{\"section_type\":\"social_proof\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Testimonials and feedback from our satisfied clients explaining their experiences.\",\"section_prompt\":\"A visually appealing layout to display client testimonials.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Read our blog for tips on beauty, skincare, and personal care trends.\",\"section_prompt\":\"Grid layout displaying the latest blog posts with images and excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Trial Today!\",\"section_description\":\"Encouraging visitors to book a trial service for an unparalleled beauty experience.\",\"section_prompt\":\"Engaging call-to-action prompting visitors to make an appointment.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the array of trial beauty services we provide.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Our Services\",\"section_description\":\"An overview of the beauty services available for trial.\",\"section_prompt\":\"Promotional banner on beauty services offered.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Skincare Trials\",\"section_description\":\"Experience our specialized skincare trials designed for various skin types.\",\"section_prompt\":\"Detailed description of skincare trial services offered.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Makeup Trials\",\"section_description\":\"Discover our makeup trials for special occasions or personal preference.\",\"section_prompt\":\"Detailed description of makeup trial services offered.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Spa Treatments\",\"section_description\":\"Indulge in our relaxing spa treatments aimed at rejuvenation.\",\"section_prompt\":\"Detailed description of spa services available.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Try Us?\",\"section_description\":\"Encouragement to book a service or consultation with us now.\",\"section_prompt\":\"A prompt to engage clients to take action and book a service.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Discover beauty tips, trends, and insights on our blog.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Blog\",\"section_description\":\"Welcome to our beauty blog where we share insights and trends.\",\"section_prompt\":\"Blog banner highlighting the purpose of the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Check out our most recent articles covering the world of beauty.\",\"section_prompt\":\"A grid layout showcasing the latest blog posts.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for inquiries, bookings, or feedback.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Contact Us\",\"section_description\":\"A welcoming invitation to reach out to us for any queries.\",\"section_prompt\":\"Banner inviting visitors to contact the beauty service.\"},{\"section_type\":\"contact\",\"section_title\":\"Get In Touch\",\"section_description\":\"Fill out the form below to send us your questions or booking requests.\",\"section_prompt\":\"A dedicated contact form for direct customer inquiries.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about our mission, vision, and the team behind Trial Beauty Services.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"About Us\",\"section_description\":\"Introduction to our beauty team\'s backgrounds and mission.\",\"section_prompt\":\"A banner section that sets the tone for the about page.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Story\",\"section_description\":\"Discover the story of Trial Beauty Services and what drives us.\",\"section_prompt\":\"A narrative section describing the origin and purpose of the business.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Meet the Team\",\"section_description\":\"Introducing the skilled professionals behind our services.\",\"section_prompt\":\"A section outlining the team members and their roles.\"}]}],\"user_prompt\":\"Trial beauty services\",\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', NULL, '2025-08-13 05:34:26', '2025-08-13 05:34:26'),
(5, 46, NULL, '{\"website_title\":\"Reliable Server Hosting Solutions\",\"website_description\":\"Providing robust and secure server hosting services tailored to meet your business needs.\",\"website_type\":\"Business Website\",\"website_industry\":\"Technology\",\"search_query\":\"server hosting, web hosting, data center, cloud hosting, IT infrastructure\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our server hosting services providing reliability and security.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to Reliable Server Hosting\",\"section_description\":\"An engaging introduction to our server hosting services with an appealing image of servers and data centers.\",\"section_prompt\":\"Responsive full-width hero section with a powerful image of server technology and a brief introduction.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our commitment to excellent server hosting services and customer satisfaction.\",\"section_prompt\":\"Two-column layout with text on one side and an image showcasing our data center.\"},{\"section_type\":\"features_list\",\"section_title\":\"Our Hosting Features\",\"section_description\":\"Explore our key features such as customized solutions, 24\\/7 support, and high security.\",\"section_prompt\":\"Grid layout highlighting our features with icons for each feature.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Our Services\",\"section_description\":\"Overview of the diverse hosting services we offer tailored to your needs.\",\"section_prompt\":\"Text and icons section giving a brief description of each service offered.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Stay updated with our latest articles on server hosting trends and tips.\",\"section_prompt\":\"Grid layout showcasing the latest blog posts with images and excerpts.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Read testimonials from our satisfied clients.\",\"section_prompt\":\"Carousel layout displaying client quotes with accompanying images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Reach out to us for a customized hosting solution that fits your business needs.\",\"section_prompt\":\"Full-width section with a call-to-action button encouraging visitor engagement.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Detailed view of the server hosting services we provide.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Our Services\",\"section_description\":\"A guiding banner that introduces our range of services.\",\"section_prompt\":\"Banner section featuring a clean design with the page title prominently displayed.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Shared Hosting\",\"section_description\":\"Affordable shared hosting solutions perfect for small websites.\",\"section_prompt\":\"Text section with a detailed description of shared hosting benefits.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Virtual Private Server (VPS) Hosting\",\"section_description\":\"Scalable and flexible VPS hosting for growing businesses.\",\"section_prompt\":\"Text section detailing the advantages and specifications of VPS hosting.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Dedicated Server Hosting\",\"section_description\":\"Get complete control with our dedicated server options for large applications.\",\"section_prompt\":\"Detailed description of dedicated server features in a structured layout.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Cloud Hosting\",\"section_description\":\"Reliable cloud hosting solutions that ensure uptime and performance.\",\"section_prompt\":\"Description section focusing on the benefits of using cloud hosting.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for More Information\",\"section_description\":\"For queries regarding our services, reach out to our team.\",\"section_prompt\":\"A section encouraging visitors to contact us for more details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Provides additional links and information about the company.\",\"section_prompt\":\"Standard footer layout with links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Explore articles and insights on server hosting and technology trends.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Website header navigation links.\",\"section_prompt\":\"Standard header layout with logo and navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"Introduction to our blog where visitors can find insights on hosting services.\",\"section_prompt\":\"Banner section where the blog title is displayed prominently.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Display of blog posts arranged in a grid format for easy browsing.\",\"section_prompt\":\"Grid layout with blog posts featuring images, titles, and excerpts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Provides additional links and information about the blog.\",\"section_prompt\":\"Standard footer layout with links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for any inquiries regarding our hosting services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Website header navigation links.\",\"section_prompt\":\"Standard header layout with logo and navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Introduction to the contact page where visitors can find our contact form.\",\"section_prompt\":\"Banner section with engaging text prompting visitors to contact us.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to send their inquiries directly to us.\",\"section_prompt\":\"Contact form layout with fields for name, email, message, and a submit button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Provides additional links and information about the company.\",\"section_prompt\":\"Standard footer layout with links to privacy policy, terms of service, and social media.\"}]}],\"user_prompt\":\"Server hosting services\",\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', NULL, '2025-08-13 06:34:38', '2025-08-13 06:34:38'),
(6, 46, NULL, '{\"website_title\":\"Reliable Server Hosting Services\",\"website_description\":\"Premium server hosting solutions for businesses and developers, ensuring high performance, security, and support.\",\"website_type\":\"business\",\"website_industry\":\"Technology\",\"search_query\":\"server hosting, cloud computing, data center solutions\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The home page for our server hosting services website, showcasing our offerings and benefits.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to Reliable Server Hosting\",\"section_description\":\"Discover high-performance server hosting solutions tailored for you.\",\"section_prompt\":\"Responsive hero section with a background image showcasing servers and a welcoming headline.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our mission and values in delivering exceptional hosting services.\",\"section_prompt\":\"Responsive text and image layout explaining the company\'s core values and mission.\"},{\"section_type\":\"features_list\",\"section_title\":\"Our Features\",\"section_description\":\"Explore the unique features that set our server hosting apart from the competition.\",\"section_prompt\":\"Responsive grid layout highlighting key features such as uptime, speed, and customer support.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"We provide quality server hosting with 99.9% uptime, 24\\/7 customer support, and scalable solutions.\",\"section_prompt\":\"Responsive column layout detailing benefits to users.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Industry Insights\",\"section_description\":\"Stay updated with the latest news and insights from the server hosting industry.\",\"section_prompt\":\"Showcase recent blog posts in a responsive card layout.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Hear from our satisfied customers about their experiences with our hosting services.\",\"section_prompt\":\"Responsive testimonials section with quotes from clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Join us for reliable server hosting tailored to your needs. Contact us today to find out more!\",\"section_prompt\":\"Prominent CTA button encouraging users to sign up or inquire.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"A detailed overview of the various server hosting services we offer.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our range of professional server hosting services.\",\"section_prompt\":\"Banner section displaying the page title, visually appealing.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Dedicated Server Hosting\",\"section_description\":\"Enjoy complete control and reliability with our powerful dedicated servers.\",\"section_prompt\":\"Section outlining the benefits of dedicated server hosting.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Cloud Hosting Services\",\"section_description\":\"Scalable and flexible solutions with our cloud hosting services, ideal for growing businesses.\",\"section_prompt\":\"Highlighting the advantages and features of cloud hosting.\"},{\"section_type\":\"service_detail\",\"section_title\":\"VPS Hosting\",\"section_description\":\"Get the benefits of a dedicated server at a fraction of the cost with our VPS hosting.\",\"section_prompt\":\"Detailing how our VPS solutions work and their advantages.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Choose Your Plan?\",\"section_description\":\"Explore our plans and find the best solution for your needs!\",\"section_prompt\":\"Encourage visitors to take action by selecting a service.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights, tips, and news from the server hosting world.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Blog\",\"section_description\":\"Latest updates and articles on server hosting and technology.\",\"section_prompt\":\"Banner section with the blog title.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Read our latest articles about server hosting and technology trends.\",\"section_prompt\":\"Grid layout showcasing recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Stay informed about the latest tips and offers\\u2014subscribe to our newsletter!\",\"section_prompt\":\"Form section encouraging visitors to subscribe.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for inquiries about our server hosting services.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\'d love to hear from you!\",\"section_prompt\":\"Banner section welcoming inquiries.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill in the form below to send us your questions or comments.\",\"section_prompt\":\"A contact form section allowing users to submit inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Us!\",\"section_description\":\"We\'re here to help with any questions you may have. Reach out today!\",\"section_prompt\":\"Encouragement to engage with the company.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about our mission, vision, and the team behind our server hosting services.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"About Us\",\"section_description\":\"Discover who we are and what we stand for.\",\"section_prompt\":\"Banner section introducing the about page.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"Our Mission and Vision\",\"section_description\":\"Our dedication to providing reliable server hosting solutions.\",\"section_prompt\":\"Text and image layout discussing the company\'s goals and vision.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Meet the experts who are passionate about your hosting experience.\",\"section_prompt\":\"A simple text layout introducing team members.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us on This Journey\",\"section_description\":\"Become a part of our journey and let\'s grow together!\",\"section_prompt\":\"Engagement section inviting users to connect or sign up.\"}]}],\"user_prompt\":\"Server hosting services\",\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', NULL, '2025-08-13 06:36:48', '2025-08-13 06:36:48'),
(7, 46, NULL, '{\"website_title\":\"Salon Dev\",\"website_description\":\"Your one-stop destination for all salon services including haircuts, styling, and spa treatments. Discover the perfect look to showcase your beauty.\",\"website_type\":\"business\",\"website_industry\":\"Beauty & Wellness\",\"search_query\":\"salon, beauty, hair styling, spa, wellness\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Salon Dev, where beauty meets expertise. Explore our wide range of salon services catered to your individual needs.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to Salon Dev\",\"section_description\":\"Kickstart your journey to beauty with our expert salon services.\",\"section_prompt\":\"Responsive center-aligned hero with a captivating image of a salon interior.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission, values, and the talented team behind Salon Dev.\",\"section_prompt\":\"Responsive left-aligned section featuring a brief description alongside an image of the team.\"},{\"section_type\":\"features_list\",\"section_title\":\"Our Services\",\"section_description\":\"Discover the array of services we offer, from haircuts to spa treatments.\",\"section_prompt\":\"Responsive grid layout showcasing various salon services with icons and brief descriptions.\"},{\"section_type\":\"social_proof\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Read testimonials from our satisfied clients who love our services.\",\"section_prompt\":\"Responsive carousel layout displaying quotes from clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Stay updated with tips and trends from our beauty blog.\",\"section_prompt\":\"Responsive grid layout displaying the latest blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Appointment Now!\",\"section_description\":\"Don\'t wait! Schedule your visit today and experience exceptional beauty services.\",\"section_prompt\":\"Responsive center-aligned call to action with a prominent booking button.\"}]}],\"user_prompt\":\"salon dev\",\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', NULL, '2025-08-13 06:45:01', '2025-08-13 06:45:01');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(8, 46, NULL, '{\"website_title\":\"Glamour Salon\",\"website_description\":\"Your go-to place for beauty and style. Offering a range of salon services to help you look and feel your best.\",\"website_type\":\"business\",\"website_industry\":\"Beauty & Wellness\",\"search_query\":\"beauty salon, hair stylist, spa services, wellness, beauty treatments\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Glamour Salon, where beauty meets excellence!\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to Glamour Salon\",\"section_description\":\"An inviting introduction that showcases the salon\'s ambiance and expertise.\",\"section_prompt\":\"Responsive hero section featuring a stunning background image with an introductory text overlay promoting salon services.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our passion for beauty and our commitment to customer satisfaction.\",\"section_prompt\":\"Informational content section outlining the salon\'s history and mission, with attractive visuals.\"},{\"section_type\":\"features_list\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the variety of services we offer for your beauty needs.\",\"section_prompt\":\"A grid layout highlighting the different services provided at the salon, with icons and brief descriptions.\"},{\"section_type\":\"gallery\",\"section_title\":\"Our Work\",\"section_description\":\"Browse through before and after photos showcasing our amazing transformations.\",\"section_prompt\":\"Grid layout displaying a gallery of high-quality images portraying various styles and services.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blogs and Tips\",\"section_description\":\"Stay updated with our latest blogs and beauty tips.\",\"section_prompt\":\"Provide snippets from recent blog posts, emphasizing beauty tips and salon updates.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Read reviews from our satisfied clients about their experiences.\",\"section_prompt\":\"A carousel or grid layout presenting client testimonials with images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Appointment Now!\",\"section_description\":\"Schedule your visit today and discover your beauty potential.\",\"section_prompt\":\"A prominent call to action encouraging visitors to book appointments, possibly with a button linking to the contact page.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Discover a range of services we offer at Glamour Salon.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Our Services\",\"section_description\":\"An overview of all the beauty services provided by Glamour Salon.\",\"section_prompt\":\"Banner section with a warm welcome message, ideally with an inviting image of the salon interior.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Hair Styling\",\"section_description\":\"Expert hair styling services for any occasion, from cuts to colors.\",\"section_prompt\":\"Detailed description of hair styling options available, accompanied by images of styles.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Spa Treatments\",\"section_description\":\"Relax with our rejuvenating spa treatments that pamper your skin and soul.\",\"section_prompt\":\"Informational content detailing various spa services provided.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Nail Care\",\"section_description\":\"Professional nail services including manicures and pedicures.\",\"section_prompt\":\"An engaging description of nail care options, possibly with images of different styles.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Makeup Services\",\"section_description\":\"Be party-ready with our professional makeup services.\",\"section_prompt\":\"Outline of makeup service offerings, ideal for events and special occasions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Shine?\",\"section_description\":\"Connect with us to book your desired service!\",\"section_prompt\":\"Encouraging visitors to take action and book their services.\"},{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The website\'s top navigation bar that includes logo and menu items.\",\"section_prompt\":\"Simple top navigation layout for easy access to all sections.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The website\'s footer area includes important links and contact information.\",\"section_prompt\":\"A well-structured footer with links to social media, contact details, etc.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Stay informed with our helpful articles on beauty and wellness.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Our Blog\",\"section_description\":\"Explore our latest articles and tips on beauty and wellness.\",\"section_prompt\":\"Banner showcasing the blog page with an inviting background image.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"Discover articles about beauty trends, tips, and more!\",\"section_prompt\":\"Grid layout displaying recent blog posts with image thumbnails and excerpts.\"},{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The website\'s top navigation bar that includes logo and menu items.\",\"section_prompt\":\"Simple top navigation layout for easy access to all sections.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The website\'s footer area includes important links and contact information.\",\"section_prompt\":\"A well-structured footer with links to social media, contact details, etc.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Glamour Salon for inquiries and appointments.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Reach out to us for any questions or to schedule an appointment.\",\"section_prompt\":\"Banner with a welcoming message for visitors to connect.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to reach us directly!\",\"section_prompt\":\"An easy-to-fill contact form for visitors to submit inquiries.\"},{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The website\'s top navigation bar that includes logo and menu items.\",\"section_prompt\":\"Simple top navigation layout for easy access to all sections.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The website\'s footer area includes important links and contact information.\",\"section_prompt\":\"A well-structured footer with links to social media, contact details, etc.\"}]}],\"user_prompt\":\"Salon\",\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', NULL, '2025-08-13 06:51:39', '2025-08-13 06:51:39'),
(9, 46, NULL, '{\"website_title\":\"Code Debugging Services\",\"website_description\":\"Expert code debugging services to streamline your software development and enhance application performance.\",\"website_type\":\"service\",\"website_industry\":\"Technology\",\"search_query\":\"debugging services, coding help, software solutions\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my code debugging services website.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Hero\",\"section_description\":\"A compelling introduction to my services with a strong visual impact.\",\"section_prompt\":\"Responsive full-width hero with a catchy tagline about code debugging.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my expertise in coding and debugging.\",\"section_prompt\":\"Two-column layout with text on one side and a personal image on the other.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Me?\",\"section_description\":\"Highlighting the benefits of choosing my debugging services.\",\"section_prompt\":\"Three-column layout showcasing key benefits and reasons to work with me.\"},{\"section_type\":\"features_list\",\"section_title\":\"Our Services\",\"section_description\":\"A rundown of the debugging and coding services I offer.\",\"section_prompt\":\"Four-column feature list highlighting various debugging services.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with the latest posts about code debugging and tips.\",\"section_prompt\":\"Grid layout for showcasing latest blog posts related to coding.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Encouraging visitors to reach out for debugging help.\",\"section_prompt\":\"Full-width call-to-action section with a button leading to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic footer information, including links to pages and social media.\",\"section_prompt\":\"Standard footer with links and copyright information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Detailed overview of my code debugging services.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Services\",\"section_description\":\"Banner introducing the services offered.\",\"section_prompt\":\"Full-width banner displaying the services page title.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Bug Fixing\",\"section_description\":\"Thorough analysis and fixing of code issues within applications.\",\"section_prompt\":\"Single-column layout with detailed information about bug fixing.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Performance Optimization\",\"section_description\":\"Enhancing the efficiency and speed of your software applications.\",\"section_prompt\":\"Single-column layout with details on performance optimization service.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Code Review\",\"section_description\":\"Comprehensive reviews of code to ensure standards and best practices are met.\",\"section_prompt\":\"Single-column layout with information on code review services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me for a Quote\",\"section_description\":\"Encouraging visitors to reach out for service inquiries.\",\"section_prompt\":\"Full-width call-to-action section with contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic footer information, including links to pages and social media.\",\"section_prompt\":\"Standard footer with links and copyright information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights and articles related to coding and debugging.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Blog\",\"section_description\":\"Banner to introduce the blog section of the website.\",\"section_prompt\":\"Full-width banner displaying the blog page title.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"A grid layout showcasing the most recent blog posts.\",\"section_prompt\":\"Grid system highlighting recent articles with images and snippets.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic footer information, including links to pages and social media.\",\"section_prompt\":\"Standard footer with links and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch for more information about my debugging services.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A welcoming banner for the contact page.\",\"section_prompt\":\"Full-width banner displaying the contact page title.\"},{\"section_type\":\"contact\",\"section_title\":\"Get In Touch\",\"section_description\":\"A contact form for visitors to reach out for inquiries.\",\"section_prompt\":\"Centered contact form layout for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic footer information, including links to pages and social media.\",\"section_prompt\":\"Standard footer with links and copyright information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my experience and background in coding.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"About Me\",\"section_description\":\"Introduction banner about my background.\",\"section_prompt\":\"Full-width banner displaying the about page title.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"My Background\",\"section_description\":\"Detailed information about my software development journey.\",\"section_prompt\":\"Text section alongside a relevant image or infographic.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic footer information, including links to pages and social media.\",\"section_prompt\":\"Standard footer with links and copyright information.\"}]}],\"user_prompt\":\"Code debuggging services\",\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', NULL, '2025-08-13 07:07:29', '2025-08-13 07:07:29'),
(10, 46, NULL, '{\"website_title\":\"Sparkle Clean Services\",\"website_description\":\"Professional cleaning services for homes and businesses, ensuring a spotless and healthy environment.\",\"website_type\":\"business\",\"website_industry\":\"Non-Profit Organization\",\"search_query\":\"cleaning services, home cleaning, professional cleaning, office cleaning, sanitation services\",\"pages\":[{\"page_type\":\"homepage\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Sparkle Clean Services, your partner in maintaining cleanliness and hygiene.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to Sparkle Clean Services\",\"section_description\":\"An engaging introduction to our professional cleaning services, inviting visitors to explore our offerings.\",\"section_prompt\":\"Responsive full-width hero section with a captivating image, showcasing our cleaning services.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about Sparkle Clean Services, our mission, and our commitment to quality and customer satisfaction.\",\"section_prompt\":\"Responsive left-aligned section with an image to introduce the company\'s history and values.\"},{\"section_type\":\"features_list\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the range of cleaning services we offer, tailored to meet the needs of your home or business.\",\"section_prompt\":\"Responsive grid layout highlighting key services such as residential cleaning, commercial cleaning, deep cleaning, and sanitation.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Understand the advantages of choosing Sparkle Clean Services for your cleaning needs.\",\"section_prompt\":\"Responsive section with bullet points listing the benefits such as experienced staff, eco-friendly products, and satisfaction guarantee.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Tips & Tricks\",\"section_description\":\"Check out our latest blog posts on cleaning tips and tricks to maintain a clean environment.\",\"section_prompt\":\"A grid showcasing the latest blog posts thumbnail style.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Hear from our satisfied clients about their experiences with our services.\",\"section_prompt\":\"Testimonials section with quotes from customers displayed attractively in a slider or grid layout.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Contact us to book your cleaning service and experience the Sparkle Clean difference.\",\"section_prompt\":\"A prominent call-to-action button urging visitors to make an appointment, enclosed within an attractive border.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Discover the comprehensive range of cleaning services we offer to fit your needs.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Our Services\",\"section_description\":\"An introductory banner showcasing the different cleaning services we provide.\",\"section_prompt\":\"Simple top banner with the title of the page, aesthetically pleasing background.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Residential Cleaning\",\"section_description\":\"Thorough cleaning for your home, ensuring every corner sparkles and shines.\",\"section_prompt\":\"A detailed section discussing residential cleaning, featuring images and service highlights.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Commercial Cleaning\",\"section_description\":\"Tailored cleaning solutions for offices and businesses, maintaining a professional environment.\",\"section_prompt\":\"A detailed section for commercial cleaning services with descriptions and benefits for businesses.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Deep Cleaning\",\"section_description\":\"An intensive cleaning service designed to tackle hard-to-reach areas and eliminate dirt and allergens.\",\"section_prompt\":\"Focus on the deep cleaning service, highlighting what it entails and why it\'s important.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Sanitation Services\",\"section_description\":\"Post-cleaning sanitation services to ensure your space is hygienic and safe for use.\",\"section_prompt\":\"Highlight sanitation services offered after cleaning using clean visuals.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Service Now!\",\"section_description\":\"Reach out for a quote or to schedule a cleaning today!\",\"section_prompt\":\"A clear and engaging call-to-action prompting visitors to fill out a form or call for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Includes navigation links and legal information.\",\"section_prompt\":\"Standard footer with company information and links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Our Blog\",\"page_description\":\"Stay updated with our cleaning hacks, tips, and professional insights through our blog.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Standard header with website logo and navigation menu.\",\"section_prompt\":\"Simple fixed header with navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"Blog Posts\",\"section_description\":\"Enjoy reading the latest articles on all things cleaning.\",\"section_prompt\":\"A banner section to introduce the blog, with a background image related to cleaning.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Explore our latest blog posts, sharing tips and expert advice in the cleaning industry.\",\"section_prompt\":\"A grid layout showcasing recent blog posts with images and brief descriptions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with navigation links and legal information.\",\"section_prompt\":\"Standard footer with company information and links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Sparkle Clean Services for inquiries and bookings.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Standard header with website logo and navigation menu.\",\"section_prompt\":\"Fixed header with navigation for easy access.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We would love to hear from you. Reach out for any inquiries!\",\"section_prompt\":\"A simple yet striking banner with contact details.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch with us for quotes or questions.\",\"section_prompt\":\"A user-friendly contact form for inquiries, laid out neatly in a single column.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Includes navigation links and legal information.\",\"section_prompt\":\"Standard footer with company information and links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about Sparkle Clean Services and our commitment to quality cleaning.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Standard header with website logo and navigation menu.\",\"section_prompt\":\"Fixed header with navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"About Us\",\"section_description\":\"Get to know our company and our vision for a cleaner world.\",\"section_prompt\":\"Banner introducing the about section.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"Our Story\",\"section_description\":\"Discover the history of Sparkle Clean Services and what motivates us.\",\"section_prompt\":\"A section telling the story of the company with visuals and text.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Mission\",\"section_description\":\"Learn about our mission and values that drive our services.\",\"section_prompt\":\"Text-based section outlining mission and values.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Includes navigation links and legal information.\",\"section_prompt\":\"Standard footer with links and information.\"}]}],\"user_prompt\":\"Cleaning services\",\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', NULL, '2025-08-13 07:11:11', '2025-08-13 07:11:11'),
(11, 46, NULL, '{\"website_title\":\"Sparkle Clean Services\",\"website_description\":\"Professional cleaning services for homes and businesses, ensuring a spotless and healthy environment.\",\"website_type\":\"business\",\"website_industry\":\"Non-Profit Organization\",\"search_query\":\"cleaning services, home cleaning, professional cleaning, office cleaning, sanitation services\",\"pages\":[{\"page_type\":\"homepage\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Sparkle Clean Services, your partner in maintaining cleanliness and hygiene.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to Sparkle Clean Services\",\"section_description\":\"An engaging introduction to our professional cleaning services, inviting visitors to explore our offerings.\",\"section_prompt\":\"Responsive full-width hero section with a captivating image, showcasing our cleaning services.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about Sparkle Clean Services, our mission, and our commitment to quality and customer satisfaction.\",\"section_prompt\":\"Responsive left-aligned section with an image to introduce the company\'s history and values.\"},{\"section_type\":\"features_list\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the range of cleaning services we offer, tailored to meet the needs of your home or business.\",\"section_prompt\":\"Responsive grid layout highlighting key services such as residential cleaning, commercial cleaning, deep cleaning, and sanitation.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Understand the advantages of choosing Sparkle Clean Services for your cleaning needs.\",\"section_prompt\":\"Responsive section with bullet points listing the benefits such as experienced staff, eco-friendly products, and satisfaction guarantee.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Tips & Tricks\",\"section_description\":\"Check out our latest blog posts on cleaning tips and tricks to maintain a clean environment.\",\"section_prompt\":\"A grid showcasing the latest blog posts thumbnail style.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Hear from our satisfied clients about their experiences with our services.\",\"section_prompt\":\"Testimonials section with quotes from customers displayed attractively in a slider or grid layout.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Contact us to book your cleaning service and experience the Sparkle Clean difference.\",\"section_prompt\":\"A prominent call-to-action button urging visitors to make an appointment, enclosed within an attractive border.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Discover the comprehensive range of cleaning services we offer to fit your needs.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Our Services\",\"section_description\":\"An introductory banner showcasing the different cleaning services we provide.\",\"section_prompt\":\"Simple top banner with the title of the page, aesthetically pleasing background.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Residential Cleaning\",\"section_description\":\"Thorough cleaning for your home, ensuring every corner sparkles and shines.\",\"section_prompt\":\"A detailed section discussing residential cleaning, featuring images and service highlights.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Commercial Cleaning\",\"section_description\":\"Tailored cleaning solutions for offices and businesses, maintaining a professional environment.\",\"section_prompt\":\"A detailed section for commercial cleaning services with descriptions and benefits for businesses.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Deep Cleaning\",\"section_description\":\"An intensive cleaning service designed to tackle hard-to-reach areas and eliminate dirt and allergens.\",\"section_prompt\":\"Focus on the deep cleaning service, highlighting what it entails and why it\'s important.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Sanitation Services\",\"section_description\":\"Post-cleaning sanitation services to ensure your space is hygienic and safe for use.\",\"section_prompt\":\"Highlight sanitation services offered after cleaning using clean visuals.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Service Now!\",\"section_description\":\"Reach out for a quote or to schedule a cleaning today!\",\"section_prompt\":\"A clear and engaging call-to-action prompting visitors to fill out a form or call for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Includes navigation links and legal information.\",\"section_prompt\":\"Standard footer with company information and links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Our Blog\",\"page_description\":\"Stay updated with our cleaning hacks, tips, and professional insights through our blog.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Standard header with website logo and navigation menu.\",\"section_prompt\":\"Simple fixed header with navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"Blog Posts\",\"section_description\":\"Enjoy reading the latest articles on all things cleaning.\",\"section_prompt\":\"A banner section to introduce the blog, with a background image related to cleaning.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Explore our latest blog posts, sharing tips and expert advice in the cleaning industry.\",\"section_prompt\":\"A grid layout showcasing recent blog posts with images and brief descriptions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with navigation links and legal information.\",\"section_prompt\":\"Standard footer with company information and links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Sparkle Clean Services for inquiries and bookings.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Standard header with website logo and navigation menu.\",\"section_prompt\":\"Fixed header with navigation for easy access.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We would love to hear from you. Reach out for any inquiries!\",\"section_prompt\":\"A simple yet striking banner with contact details.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch with us for quotes or questions.\",\"section_prompt\":\"A user-friendly contact form for inquiries, laid out neatly in a single column.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Includes navigation links and legal information.\",\"section_prompt\":\"Standard footer with company information and links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about Sparkle Clean Services and our commitment to quality cleaning.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Standard header with website logo and navigation menu.\",\"section_prompt\":\"Fixed header with navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"About Us\",\"section_description\":\"Get to know our company and our vision for a cleaner world.\",\"section_prompt\":\"Banner introducing the about section.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"Our Story\",\"section_description\":\"Discover the history of Sparkle Clean Services and what motivates us.\",\"section_prompt\":\"A section telling the story of the company with visuals and text.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Mission\",\"section_description\":\"Learn about our mission and values that drive our services.\",\"section_prompt\":\"Text-based section outlining mission and values.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Includes navigation links and legal information.\",\"section_prompt\":\"Standard footer with links and information.\"}]}],\"user_prompt\":\"Cleaning services\",\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', NULL, '2025-08-13 07:11:12', '2025-08-13 07:11:12'),
(12, 46, NULL, '{\"website_title\":\"Sparkle Clean Services\",\"website_description\":\"Professional cleaning services for homes and businesses, ensuring a spotless and healthy environment.\",\"website_type\":\"business\",\"website_industry\":\"Non-Profit Organization\",\"search_query\":\"cleaning services, home cleaning, professional cleaning, office cleaning, sanitation services\",\"pages\":[{\"page_type\":\"homepage\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Sparkle Clean Services, your partner in maintaining cleanliness and hygiene.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to Sparkle Clean Services\",\"section_description\":\"An engaging introduction to our professional cleaning services, inviting visitors to explore our offerings.\",\"section_prompt\":\"Responsive full-width hero section with a captivating image, showcasing our cleaning services.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about Sparkle Clean Services, our mission, and our commitment to quality and customer satisfaction.\",\"section_prompt\":\"Responsive left-aligned section with an image to introduce the company\'s history and values.\"},{\"section_type\":\"features_list\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the range of cleaning services we offer, tailored to meet the needs of your home or business.\",\"section_prompt\":\"Responsive grid layout highlighting key services such as residential cleaning, commercial cleaning, deep cleaning, and sanitation.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Understand the advantages of choosing Sparkle Clean Services for your cleaning needs.\",\"section_prompt\":\"Responsive section with bullet points listing the benefits such as experienced staff, eco-friendly products, and satisfaction guarantee.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Tips & Tricks\",\"section_description\":\"Check out our latest blog posts on cleaning tips and tricks to maintain a clean environment.\",\"section_prompt\":\"A grid showcasing the latest blog posts thumbnail style.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Hear from our satisfied clients about their experiences with our services.\",\"section_prompt\":\"Testimonials section with quotes from customers displayed attractively in a slider or grid layout.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Contact us to book your cleaning service and experience the Sparkle Clean difference.\",\"section_prompt\":\"A prominent call-to-action button urging visitors to make an appointment, enclosed within an attractive border.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Discover the comprehensive range of cleaning services we offer to fit your needs.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Our Services\",\"section_description\":\"An introductory banner showcasing the different cleaning services we provide.\",\"section_prompt\":\"Simple top banner with the title of the page, aesthetically pleasing background.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Residential Cleaning\",\"section_description\":\"Thorough cleaning for your home, ensuring every corner sparkles and shines.\",\"section_prompt\":\"A detailed section discussing residential cleaning, featuring images and service highlights.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Commercial Cleaning\",\"section_description\":\"Tailored cleaning solutions for offices and businesses, maintaining a professional environment.\",\"section_prompt\":\"A detailed section for commercial cleaning services with descriptions and benefits for businesses.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Deep Cleaning\",\"section_description\":\"An intensive cleaning service designed to tackle hard-to-reach areas and eliminate dirt and allergens.\",\"section_prompt\":\"Focus on the deep cleaning service, highlighting what it entails and why it\'s important.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Sanitation Services\",\"section_description\":\"Post-cleaning sanitation services to ensure your space is hygienic and safe for use.\",\"section_prompt\":\"Highlight sanitation services offered after cleaning using clean visuals.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Service Now!\",\"section_description\":\"Reach out for a quote or to schedule a cleaning today!\",\"section_prompt\":\"A clear and engaging call-to-action prompting visitors to fill out a form or call for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Includes navigation links and legal information.\",\"section_prompt\":\"Standard footer with company information and links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Our Blog\",\"page_description\":\"Stay updated with our cleaning hacks, tips, and professional insights through our blog.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Standard header with website logo and navigation menu.\",\"section_prompt\":\"Simple fixed header with navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"Blog Posts\",\"section_description\":\"Enjoy reading the latest articles on all things cleaning.\",\"section_prompt\":\"A banner section to introduce the blog, with a background image related to cleaning.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Explore our latest blog posts, sharing tips and expert advice in the cleaning industry.\",\"section_prompt\":\"A grid layout showcasing recent blog posts with images and brief descriptions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with navigation links and legal information.\",\"section_prompt\":\"Standard footer with company information and links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Sparkle Clean Services for inquiries and bookings.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Standard header with website logo and navigation menu.\",\"section_prompt\":\"Fixed header with navigation for easy access.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We would love to hear from you. Reach out for any inquiries!\",\"section_prompt\":\"A simple yet striking banner with contact details.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch with us for quotes or questions.\",\"section_prompt\":\"A user-friendly contact form for inquiries, laid out neatly in a single column.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Includes navigation links and legal information.\",\"section_prompt\":\"Standard footer with company information and links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about Sparkle Clean Services and our commitment to quality cleaning.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Standard header with website logo and navigation menu.\",\"section_prompt\":\"Fixed header with navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"About Us\",\"section_description\":\"Get to know our company and our vision for a cleaner world.\",\"section_prompt\":\"Banner introducing the about section.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"Our Story\",\"section_description\":\"Discover the history of Sparkle Clean Services and what motivates us.\",\"section_prompt\":\"A section telling the story of the company with visuals and text.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Mission\",\"section_description\":\"Learn about our mission and values that drive our services.\",\"section_prompt\":\"Text-based section outlining mission and values.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Includes navigation links and legal information.\",\"section_prompt\":\"Standard footer with links and information.\"}]}],\"user_prompt\":\"Cleaning services\",\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', NULL, '2025-08-13 07:11:14', '2025-08-13 07:11:14');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(13, 46, NULL, '{\"website_title\":\"Spotless Cleaning Services\",\"website_description\":\"Your one-stop solution for professional cleaning services that guarantee a spotless home or office environment.\",\"website_type\":\"Business Services\",\"website_industry\":\"Consulting\",\"search_query\":\"cleaning service, spotless home, professional cleaning, tidy office, housekeeping\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Spotless Cleaning Services where we ensure your spaces are always clean and fresh.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation bar including logo and menu options.\",\"section_prompt\":\"Standard header with logo on the left and navigation links on the right.\"},{\"section_type\":\"hero\",\"section_title\":\"Hero\",\"section_description\":\"A welcoming section that introduces Spotless Cleaning Services with a striking image and a short tagline.\",\"section_prompt\":\"Full-width hero image with a welcome message, centered text, and a prominent call-to-action button.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our commitment to providing reliable and quality cleaning services.\",\"section_prompt\":\"Two-column layout with an image on one side and text about the company\'s values and mission.\"},{\"section_type\":\"features_list\",\"section_title\":\"Our Services\",\"section_description\":\"A brief overview of our cleaning services including residential, commercial, and specialized cleaning.\",\"section_prompt\":\"Grid layout displaying icons and short descriptions of each service offered.\"},{\"section_type\":\"social_proof\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Testimonials from satisfied customers highlighting our exceptional service.\",\"section_prompt\":\"Carousel or grid layout featuring quotes from clients with their names and small images.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Check out our latest tips and articles on cleaning and maintaining your space.\",\"section_prompt\":\"A showcase of recent blog posts with featured images and short excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Encouraging visitors to book a cleaning service with a clear call to action.\",\"section_prompt\":\"Centered text with a button leading to the booking page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing links to privacy policy, terms of service, and contact info.\",\"section_prompt\":\"Standard footer with company links, social media icons, and copyright information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the range of professional cleaning services we offer to keep your spaces spotless.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation bar including logo and menu options.\",\"section_prompt\":\"Standard header with logo on the left and navigation links on the right.\"},{\"section_type\":\"banner\",\"section_title\":\"Our Cleaning Services\",\"section_description\":\"Overview banner highlighting the various cleaning services we specialize in.\",\"section_prompt\":\"Full-width banner image with the title of the page overlaid.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Residential Cleaning\",\"section_description\":\"Comprehensive cleaning solutions for homes, ensuring a tidy living environment.\",\"section_prompt\":\"Detailed layout with bullet points explaining what\'s included in our residential cleaning.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Commercial Cleaning\",\"section_description\":\"Professional cleaning tailored to businesses and offices for a healthy work environment.\",\"section_prompt\":\"Section detailing the services aimed at commercial properties with benefits explained.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Specialized Cleaning\",\"section_description\":\"Unique cleaning services including carpet, upholstery, and window cleaning.\",\"section_prompt\":\"Descriptive section focusing on specialized cleaning services with visuals.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule Your Cleaning Today!\",\"section_description\":\"Invite visitors to book a free quote or consultation for cleaning services.\",\"section_prompt\":\"Centered text with a call-to-action button to schedule a consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing links to privacy policy, terms of service, and contact info.\",\"section_prompt\":\"Standard footer with company links, social media icons, and copyright information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Stay updated with the latest tips, tricks, and trends in the cleaning industry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation bar including logo and menu options.\",\"section_prompt\":\"Standard header with logo on the left and navigation links on the right.\"},{\"section_type\":\"banner\",\"section_title\":\"Blog Articles\",\"section_description\":\"Introduction to the blog section where we share informative content.\",\"section_prompt\":\"Full-width banner image with the title of the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"Grid layout showcasing our recent blog articles on cleaning tips and guides.\",\"section_prompt\":\"Masonry layout displaying blog post thumbnails with titles and short excerpts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing links to privacy policy, terms of service, and contact info.\",\"section_prompt\":\"Standard footer with company links, social media icons, and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for inquiries or to schedule a cleaning service.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation bar including logo and menu options.\",\"section_prompt\":\"Standard header with logo on the left and navigation links on the right.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Prominent section encouraging users to reach out for services.\",\"section_prompt\":\"Full-width banner image with the title of the contact page.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact details including phone number, email, and social media links.\",\"section_prompt\":\"Text-based informational section with icons for each contact method.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for website visitors to fill out to reach the cleaning service team.\",\"section_prompt\":\"Standard contact form including fields for name, email, phone number, and message.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing links to privacy policy, terms of service, and contact info.\",\"section_prompt\":\"Standard footer with company links, social media icons, and copyright information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about Spotless Cleaning Services and our dedication to quality and customer satisfaction.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation bar including logo and menu options.\",\"section_prompt\":\"Standard header with logo on the left and navigation links on the right.\"},{\"section_type\":\"banner\",\"section_title\":\"About Us\",\"section_description\":\"Overview section providing insight into the company\'s mission and vision.\",\"section_prompt\":\"Full-width banner image with a brief introduction about the company.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Story\",\"section_description\":\"Narrative on how Spotless Cleaning Services was founded and our growth over the years.\",\"section_prompt\":\"Text section detailing the founding story and history of the company.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Team\",\"section_description\":\"Information about the experienced team behind our services, emphasizing professionalism.\",\"section_prompt\":\"List of team members with brief bios and roles within the company.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing links to privacy policy, terms of service, and contact info.\",\"section_prompt\":\"Standard footer with company links, social media icons, and copyright information.\"}]}],\"user_prompt\":\"cleaning services\",\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', NULL, '2025-08-13 07:12:10', '2025-08-13 07:12:10'),
(14, 46, NULL, '{\"website_title\":\"Personal Portfolio of John Doe\",\"website_description\":\"This is the personal portfolio website of John Doe showcasing projects, skills, and experiences.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"portfolio, creative design, personal projects, photography, web design\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio website.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the top navigation menu for the website, providing links to all main pages.\",\"section_prompt\":\"Top navigation bar with links to Home, About, Projects, Blog, and Contact.\"},{\"section_type\":\"hero\",\"section_title\":\"Hero Section\",\"section_description\":\"A visually striking introduction to my portfolio with an engaging image.\",\"section_prompt\":\"Full-width responsive hero section featuring a background image and a welcome message, centered text.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about myself and my background.\",\"section_prompt\":\"A responsive section that introduces me with a profile picture on the left and text on the right.\"},{\"section_type\":\"benefit\",\"section_title\":\"My Skills\",\"section_description\":\"Highlighting key skills and areas of expertise.\",\"section_prompt\":\"Grid layout with icons representing skills arranged neatly.\"},{\"section_type\":\"features_list\",\"section_title\":\"Projects I\\u2019ve Worked On\",\"section_description\":\"A list of featured projects showcasing my work.\",\"section_prompt\":\"A responsive features list section displaying thumbnails and brief descriptions of selected projects.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Showcasing the most recent posts from my blog.\",\"section_prompt\":\"Layout displaying titles and excerpts of the latest blog entries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Encouraging visitors to reach out or connect.\",\"section_prompt\":\"Clear call-to-action button leading to the Contact page. Vibrant button to attract attention.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer with links and copyright information.\",\"section_prompt\":\"Standard website footer with links to privacy policy, social media, and contact details.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background and experience.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the top navigation menu for the website, providing links to all main pages.\",\"section_prompt\":\"Top navigation bar with links to Home, About, Projects, Blog, and Contact.\"},{\"section_type\":\"banner\",\"section_title\":\"About Me\",\"section_description\":\"Detailed information about my personal and professional background.\",\"section_prompt\":\"Centered title in a banner format.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"My Background\",\"section_description\":\"A deeper look into my educational and career history.\",\"section_prompt\":\"Left-aligned text with an image on the right that aligns with the content.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer with links and copyright information.\",\"section_prompt\":\"Standard website footer with links to privacy policy, social media, and contact details.\"}]},{\"page_type\":\"projects\",\"page_title\":\"Projects\",\"page_description\":\"Showcase of my work and projects I have completed.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the top navigation menu for the website, providing links to all main pages.\",\"section_prompt\":\"Top navigation bar with links to Home, About, Projects, Blog, and Contact.\"},{\"section_type\":\"banner\",\"section_title\":\"My Projects\",\"section_description\":\"An overview of the various projects I\'ve worked on.\",\"section_prompt\":\"Centered title in a banner format.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"Visual showcase of my completed projects.\",\"section_prompt\":\"Grid layout displaying images of various projects with hover effects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Working Together?\",\"section_description\":\"Prompting visitors to reach out for collaboration.\",\"section_prompt\":\"Bold section with a prominent button linking to the Contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer with links and copyright information.\",\"section_prompt\":\"Standard website footer with links to privacy policy, social media, and contact details.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Read my latest thoughts and insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the top navigation menu for the website, providing links to all main pages.\",\"section_prompt\":\"Top navigation bar with links to Home, About, Projects, Blog, and Contact.\"},{\"section_type\":\"banner\",\"section_title\":\"My Blog\",\"section_description\":\"An overview of my blog posts and articles.\",\"section_prompt\":\"Centered title in a banner format.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"A grid display of my latest blog posts for quick access.\",\"section_prompt\":\"Responsive grid layout displaying blog post titles and excerpts with featured images.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer with links and copyright information.\",\"section_prompt\":\"Standard website footer with links to privacy policy, social media, and contact details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for questions or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the top navigation menu for the website, providing links to all main pages.\",\"section_prompt\":\"Top navigation bar with links to Home, About, Projects, Blog, and Contact.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Information on how to connect with me.\",\"section_prompt\":\"Centered title in a banner format.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to fill out to get in touch with me.\",\"section_prompt\":\"Responsive contact form layout including name, email, message fields.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer with links and copyright information.\",\"section_prompt\":\"Standard website footer with links to privacy policy, social media, and contact details.\"}]}],\"user_prompt\":\"test\",\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', NULL, '2025-08-13 07:16:38', '2025-08-13 07:16:38'),
(15, 46, NULL, '{\"website_title\":\"Expert Cleaning Services\",\"website_description\":\"Professional cleaning services for homes and businesses, ensuring a spotless environment tailored to your needs.\",\"website_type\":\"business\",\"website_industry\":\"Consulting\",\"search_query\":\"cleaning service, professional cleaning, home cleaning, commercial cleaning, office cleaning\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Expert Cleaning Services, your go-to solution for pristine spaces.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation area with logo and links to other pages.\",\"section_prompt\":\"This section should contain the website logo, navigation menu, and a user-friendly layout.\"},{\"section_type\":\"hero\",\"section_title\":\"Welcome to Expert Cleaning Services\",\"section_description\":\"Discover top-notch cleaning that fits your lifestyle.\",\"section_prompt\":\"A prominent hero section with an engaging image or slide, a bold title, and a brief introduction.\"},{\"section_type\":\"about\",\"section_title\":\"Who We Are\",\"section_description\":\"Learn about our commitment to excellence in cleaning services.\",\"section_prompt\":\"An engaging section describing the company\'s mission, vision, and values.\"},{\"section_type\":\"features_list\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Explore the unique features that set us apart in the cleaning industry.\",\"section_prompt\":\"A structured list showcasing benefits like trained staff, eco-friendly products, and customizable plans.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Tips and Blogs\",\"section_description\":\"Stay updated with our latest cleaning tips and articles.\",\"section_prompt\":\"Present a section that features snippets of the latest blog posts related to cleaning.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from our satisfied customers who trust us with their cleaning needs.\",\"section_prompt\":\"A section dedicated to client reviews and testimonials, reflecting their experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Your Free Quote Today!\",\"section_description\":\"Contact us now for a free quote and transform your space.\",\"section_prompt\":\"An engaging call to action encouraging visitors to reach out for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom area for additional links, copyright information, and social media icons.\",\"section_prompt\":\"A footer layout that includes essential links, social media, and a copyright statement.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Get to know more about our mission, vision, and values in providing exceptional cleaning services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation area with navigation links.\",\"section_prompt\":\"Include navigation and branding for easy movement.\"},{\"section_type\":\"banner\",\"section_title\":\"About Our Company\",\"section_description\":\"Discover the foundation of our cleaning services.\",\"section_prompt\":\"A banner that captures the essence of the company with a powerful image.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"Our Mission\",\"section_description\":\"We aim to provide a clean and safe environment for our clients through effective cleaning solutions.\",\"section_prompt\":\"Articulate our mission using both media and text for a compelling message.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"Our Values\",\"section_description\":\"We prioritize quality, integrity, and customer satisfaction in all our services.\",\"section_prompt\":\"Use visuals and text to express the core values that drive our business.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links and information at the bottom of the page.\",\"section_prompt\":\"Conclude with a footer for consistency across the site.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore our extensive range of cleaning services tailored for every need.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and branding for easy access.\",\"section_prompt\":\"Standard header section for ease of navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Services We Offer\",\"section_description\":\"Explore the variety of cleaning services we specialize in.\",\"section_prompt\":\"A banner that highlights the services offered with relevant imagery.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Residential Cleaning\",\"section_description\":\"Comprehensive cleaning solutions for homes, ensuring a hygienic environment.\",\"section_prompt\":\"Detailing the features and benefits specific to residential clients.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Commercial Cleaning\",\"section_description\":\"Tailored cleaning services designed for offices and commercial spaces.\",\"section_prompt\":\"Highlighting commercial cleaning services, addressing business cleanliness needs.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Deep Cleaning\",\"section_description\":\"Thorough cleaning focusing on every nook and corner of your space.\",\"section_prompt\":\"Present the importance and aspects of deep cleaning services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for Customized Cleaning Services\",\"section_description\":\"Reach out to us to discuss your specific cleaning needs.\",\"section_prompt\":\"A prompt encouraging visitors to inquire about detailed services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The standard footer with navigation and company information.\",\"section_prompt\":\"The footer section to maintain a consistent layout.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Find the latest tips, tricks, and informational articles about cleaning.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation for moving easily across pages.\",\"section_prompt\":\"Standard layout for brand consistency.\"},{\"section_type\":\"banner\",\"section_title\":\"Latest Cleaning Insights\",\"section_description\":\"Explore our blog for tips and insights to maintain cleanliness.\",\"section_prompt\":\"A visually appealing banner introducing the blog\'s purpose.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Articles\",\"section_description\":\"A grid layout displaying snippets of our featured blog posts.\",\"section_prompt\":\"Display an organized grid of blog posts with images and excerpts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General links and information at the bottom of the blog page.\",\"section_prompt\":\"Uniform footer for all pages to ensure consistency.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"We would love to hear from you! Get in touch with us for any inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other sections.\",\"section_prompt\":\"Standard header for every page.\"},{\"section_type\":\"banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Connect with us for your cleaning service needs.\",\"section_prompt\":\"A welcoming banner prompting visitors to contact us.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill in the form below to reach out with your questions or service needs.\",\"section_prompt\":\"A designated contact form section allowing visitors to submit inquiries easily.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Concluding links and contact information.\",\"section_prompt\":\"Maintain consistent layout with a footer.\"}]}],\"user_prompt\":\"cleaning services\",\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', NULL, '2025-08-13 07:28:31', '2025-08-13 07:28:31'),
(16, 46, NULL, '{\"website_title\":\"Expert Cleaning Services\",\"website_description\":\"Professional cleaning services for homes and businesses, ensuring a spotless environment tailored to your needs.\",\"website_type\":\"business\",\"website_industry\":\"Consulting\",\"search_query\":\"cleaning service, professional cleaning, home cleaning, commercial cleaning, office cleaning\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Expert Cleaning Services, your go-to solution for pristine spaces.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation area with logo and links to other pages.\",\"section_prompt\":\"This section should contain the website logo, navigation menu, and a user-friendly layout.\"},{\"section_type\":\"hero\",\"section_title\":\"Welcome to Expert Cleaning Services\",\"section_description\":\"Discover top-notch cleaning that fits your lifestyle.\",\"section_prompt\":\"A prominent hero section with an engaging image or slide, a bold title, and a brief introduction.\"},{\"section_type\":\"about\",\"section_title\":\"Who We Are\",\"section_description\":\"Learn about our commitment to excellence in cleaning services.\",\"section_prompt\":\"An engaging section describing the company\'s mission, vision, and values.\"},{\"section_type\":\"features_list\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Explore the unique features that set us apart in the cleaning industry.\",\"section_prompt\":\"A structured list showcasing benefits like trained staff, eco-friendly products, and customizable plans.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Tips and Blogs\",\"section_description\":\"Stay updated with our latest cleaning tips and articles.\",\"section_prompt\":\"Present a section that features snippets of the latest blog posts related to cleaning.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from our satisfied customers who trust us with their cleaning needs.\",\"section_prompt\":\"A section dedicated to client reviews and testimonials, reflecting their experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Your Free Quote Today!\",\"section_description\":\"Contact us now for a free quote and transform your space.\",\"section_prompt\":\"An engaging call to action encouraging visitors to reach out for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom area for additional links, copyright information, and social media icons.\",\"section_prompt\":\"A footer layout that includes essential links, social media, and a copyright statement.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Get to know more about our mission, vision, and values in providing exceptional cleaning services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation area with navigation links.\",\"section_prompt\":\"Include navigation and branding for easy movement.\"},{\"section_type\":\"banner\",\"section_title\":\"About Our Company\",\"section_description\":\"Discover the foundation of our cleaning services.\",\"section_prompt\":\"A banner that captures the essence of the company with a powerful image.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"Our Mission\",\"section_description\":\"We aim to provide a clean and safe environment for our clients through effective cleaning solutions.\",\"section_prompt\":\"Articulate our mission using both media and text for a compelling message.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"Our Values\",\"section_description\":\"We prioritize quality, integrity, and customer satisfaction in all our services.\",\"section_prompt\":\"Use visuals and text to express the core values that drive our business.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links and information at the bottom of the page.\",\"section_prompt\":\"Conclude with a footer for consistency across the site.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore our extensive range of cleaning services tailored for every need.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and branding for easy access.\",\"section_prompt\":\"Standard header section for ease of navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Services We Offer\",\"section_description\":\"Explore the variety of cleaning services we specialize in.\",\"section_prompt\":\"A banner that highlights the services offered with relevant imagery.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Residential Cleaning\",\"section_description\":\"Comprehensive cleaning solutions for homes, ensuring a hygienic environment.\",\"section_prompt\":\"Detailing the features and benefits specific to residential clients.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Commercial Cleaning\",\"section_description\":\"Tailored cleaning services designed for offices and commercial spaces.\",\"section_prompt\":\"Highlighting commercial cleaning services, addressing business cleanliness needs.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Deep Cleaning\",\"section_description\":\"Thorough cleaning focusing on every nook and corner of your space.\",\"section_prompt\":\"Present the importance and aspects of deep cleaning services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for Customized Cleaning Services\",\"section_description\":\"Reach out to us to discuss your specific cleaning needs.\",\"section_prompt\":\"A prompt encouraging visitors to inquire about detailed services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The standard footer with navigation and company information.\",\"section_prompt\":\"The footer section to maintain a consistent layout.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Find the latest tips, tricks, and informational articles about cleaning.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation for moving easily across pages.\",\"section_prompt\":\"Standard layout for brand consistency.\"},{\"section_type\":\"banner\",\"section_title\":\"Latest Cleaning Insights\",\"section_description\":\"Explore our blog for tips and insights to maintain cleanliness.\",\"section_prompt\":\"A visually appealing banner introducing the blog\'s purpose.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Articles\",\"section_description\":\"A grid layout displaying snippets of our featured blog posts.\",\"section_prompt\":\"Display an organized grid of blog posts with images and excerpts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General links and information at the bottom of the blog page.\",\"section_prompt\":\"Uniform footer for all pages to ensure consistency.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"We would love to hear from you! Get in touch with us for any inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other sections.\",\"section_prompt\":\"Standard header for every page.\"},{\"section_type\":\"banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Connect with us for your cleaning service needs.\",\"section_prompt\":\"A welcoming banner prompting visitors to contact us.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill in the form below to reach out with your questions or service needs.\",\"section_prompt\":\"A designated contact form section allowing visitors to submit inquiries easily.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Concluding links and contact information.\",\"section_prompt\":\"Maintain consistent layout with a footer.\"}]}],\"user_prompt\":\"cleaning services\",\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', NULL, '2025-08-13 07:29:12', '2025-08-13 07:29:12'),
(17, 46, NULL, '{\"website_title\":\"Sparkle Clean Pro\",\"website_description\":\"Your trusted partner for professional cleaning services, making your space shine like new.\",\"website_type\":\"Business Website\",\"website_industry\":\"Consulting\",\"search_query\":\"cleaning services, professional cleaning, home cleaning, office cleaning, cleaning company\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Sparkle Clean Pro, your expert source for all cleaning needs.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to Sparkle Clean Pro\",\"section_description\":\"Discover premier cleaning services tailored to your needs, ensuring a spotless environment.\",\"section_prompt\":\"A full-width hero section with an inviting image showcasing cleanliness and professionalism.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"At Sparkle Clean Pro, we are dedicated to providing top-notch cleaning solutions with a focus on quality and customer satisfaction.\",\"section_prompt\":\"Responsive left-aligned section displaying image and text, briefly introducing the company.\"},{\"section_type\":\"features_list\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our wide range of cleaning services designed for homes and offices, ensuring a sparkling clean environment.\",\"section_prompt\":\"A grid layout showcasing different cleaning services offered.\"},{\"section_type\":\"social_proof\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Read testimonials from our satisfied customers who trust us for their cleaning needs.\",\"section_prompt\":\"Carousel or grid layout with customer testimonials to build trust.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Cleaning Tips\",\"section_description\":\"Check out our latest blog posts for helpful cleaning tips and advice.\",\"section_prompt\":\"A brief introduction to the blog posts section, leading to the blog page.\"},{\"section_type\":\"contact\",\"section_title\":\"Get in Touch\",\"section_description\":\"Have questions? Contact us today to learn more about our services or to get a free quote.\",\"section_prompt\":\"A call-to-action inviting potential clients to reach out for services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule Your Cleaning Today!\",\"section_description\":\"Don\\u2019t wait! Call us now or fill out our online form to book your cleaning service.\",\"section_prompt\":\"A strong call-to-action button encouraging immediate engagement.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Discover the variety of cleaning services we offer to meet your specific needs.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our extensive range of cleaning solutions designed to cater to both residential and commercial spaces.\",\"section_prompt\":\"A banner displaying the page title with an appealing background.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Residential Cleaning\",\"section_description\":\"Our residential cleaning service ensures your home is cleaned to perfection, allowing you to enjoy a fresh and inviting space.\",\"section_prompt\":\"Details outlining what the residential cleaning service includes, possibly in bullet points.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Commercial Cleaning\",\"section_description\":\"We provide thorough cleaning services for offices and commercial spaces, tailored to maintain a clean professional environment.\",\"section_prompt\":\"Details about commercial cleaning services with features and benefits.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Move-In\\/Move-Out Cleaning\",\"section_description\":\"Our specialized move-in\\/move-out cleaning services ensure that your place is spotless at every transition.\",\"section_prompt\":\"Explaining the deep cleaning involved during move-in and move-out.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Specialized Cleaning Services\",\"section_description\":\"From carpet cleaning to post-construction cleaning, we have specialized services to meet your needs.\",\"section_prompt\":\"Overview of various specialized cleaning services offered.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Your Free Quote Now!\",\"section_description\":\"Ready to get started? Contact us for a free estimate on your cleaning service.\",\"section_prompt\":\"Encouraging potential clients to inquire for quotes.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links to home, services, blog, and contact information.\",\"section_prompt\":\"Basic informational footer with links to other important pages.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Stay updated with our latest cleaning tips, guides, and company news.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Include navigation links and logo for easy access.\",\"section_prompt\":\"Standard site header with logo and navigation menu.\"},{\"section_type\":\"banner\",\"section_title\":\"Welcome to Our Blog\",\"section_description\":\"Explore our blog for valuable cleaning tips and advice to help maintain a clean environment.\",\"section_prompt\":\"A banner emphasizing the blog\'s purpose.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Browse through our latest blog posts about cleaning tips and trends.\",\"section_prompt\":\"Grid layout featuring previews of the latest blog posts with images.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links to home, services, blog, and contact information.\",\"section_prompt\":\"Basic informational footer with links to other important pages.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for inquiries or to schedule your cleaning service.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Include navigation links and logo for easy access.\",\"section_prompt\":\"Standard site header with logo and navigation menu.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\\u2019d love to hear from you! Fill out the form below to contact us.\",\"section_prompt\":\"A banner indicating the contact page.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"Use the form below to reach out with your queries or requests for services.\",\"section_prompt\":\"A responsive form where users can enter their details and send a message.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links to home, services, blog, and contact information.\",\"section_prompt\":\"Basic informational footer with links to other important pages.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about Sparkle Clean Pro, our story, mission, and values.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Include navigation links and logo for easy access.\",\"section_prompt\":\"Standard site header with logo and navigation menu.\"},{\"section_type\":\"banner\",\"section_title\":\"About Us\",\"section_description\":\"Get to know Sparkle Clean Pro, our mission, and what sets us apart in the cleaning industry.\",\"section_prompt\":\"A banner that introduces the About Us page.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"Our Mission\",\"section_description\":\"At Sparkle Clean Pro, we strive to provide exceptional cleaning services while prioritizing sustainability and customer satisfaction.\",\"section_prompt\":\"Text paragraph alongside an image depicting a clean environment.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"Our Team\",\"section_description\":\"Meet our dedicated team of cleaning professionals committed to delivering quality service.\",\"section_prompt\":\"Profiles of key team members along with professional pictures.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links to home, services, blog, and contact information.\",\"section_prompt\":\"Basic informational footer with links to other important pages.\"}]}],\"user_prompt\":\"cleaning services\",\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', NULL, '2025-08-13 07:52:30', '2025-08-13 07:52:30'),
(18, 46, NULL, 'My name is Khan', NULL, '2025-08-13 11:09:48', '2025-08-13 11:09:48'),
(19, 46, NULL, 'fruit selling', NULL, '2025-08-13 11:10:42', '2025-08-13 11:10:42'),
(20, 47, NULL, 'Fruit selling cart', NULL, '2025-08-13 11:14:54', '2025-08-13 11:16:05'),
(21, 47, NULL, 'Test', NULL, '2025-08-13 11:18:30', '2025-08-13 11:18:30'),
(22, 47, NULL, 'test', NULL, '2025-08-13 11:36:12', '2025-08-13 11:36:12'),
(23, 1, NULL, 'test', NULL, '2025-08-13 11:52:50', '2025-08-13 11:52:50'),
(24, 1, NULL, 'test', NULL, '2025-08-13 12:35:07', '2025-08-13 12:35:07'),
(25, 1, NULL, 'Coin minting website', NULL, '2025-08-14 05:53:22', '2025-08-14 05:53:22'),
(26, NULL, NULL, 'Bitcoin mining', NULL, '2025-08-14 06:02:14', '2025-08-14 06:02:14'),
(27, NULL, NULL, 'Bitcoin mining', NULL, '2025-08-14 06:03:31', '2025-08-14 06:03:31'),
(42, NULL, NULL, 'Create a professional, modern, and engaging website for 247 Works, a growing IT and digital solutions company headquartered in the United States with a major branch in Mohali, India. The company has a team of 150 skilled professionals and operates from 10:00 AM to 6:00 PM IST. 247 Works specializes in delivering high-quality digital services to clients worldwide. Our core offerings include: Website Development, Mobile app development, SEO and Marketing', NULL, '2025-08-14 10:39:44', '2025-08-14 10:39:44'),
(43, 50, 165, 'Create a professional, modern, and engaging website for 247 Works, a growing IT and digital solutions company headquartered in the United States with a major branch in Mohali, India. The company has a team of 150 skilled professionals and operates from 10:00 AM to 6:00 PM IST. 247 Works specializes in delivering high-quality digital services to clients worldwide. Our core offerings include: Website Development, Mobile app development, SEO and Marketing', NULL, '2025-08-14 10:54:39', '2025-08-14 10:55:58'),
(44, NULL, NULL, 'A blog showcasing travel and photography with the name of Thakur Tour and travel situated in shimla HP.', NULL, '2025-08-14 11:33:05', '2025-08-14 11:33:05'),
(45, 50, 166, 'Create a website for new-generation composites partner named Quick Composites driven by innovation, speed, and customer-focused solutions. We deal in Epoxy resins, polyester systems, fiberglass fabrics, carbon reinforcements, and sustainable solutions—sourced with care, delivered with confidence.', NULL, '2025-08-14 12:01:36', '2025-08-14 12:03:59'),
(48, 53, 171, 'Create a professional, visually appealing website for a Travel & Tours company named \"WanderSphere Adventures\". The company specializes in domestic and international holiday packages, adventure trips, honeymoon tours, and customized travel itineraries.', NULL, '2025-08-14 12:15:11', '2025-08-14 12:23:31'),
(49, 50, 170, 'Need a corporate website for my business \"Quick Composites\", our products include epoxy resins, polyester systems, fiberglass fabrics, carbon reinforcements, and sustainable solutions.', NULL, '2025-08-14 12:17:03', '2025-08-14 12:20:29'),
(50, 50, 173, 'AURA Candle Bar is a socially-interactive fragrance and candle-making experience bringing people together to explore and create through the power of scent. A studio space of calm and creativity for guests to create custom-scented candles, reed diffusers and wax melts. With over 100 curated premium fragrance oils, coconut-apricot wax and only cotton paper wicks on offer, our candles burn cleaner and longer; it\'s really the only way you\'ll want to candle again.', NULL, '2025-08-14 12:32:58', '2025-08-14 12:41:55'),
(51, 50, 174, 'AURA Candle Bar is a socially-interactive fragrance and candle-making experience bringing people together to explore and create through the power of scent. A studio space of calm and creativity for guests to create custom-scented candles, reed diffusers and wax melts. With over 100 curated premium fragrance oils, coconut-apricot wax and only cotton paper wicks on offer, our candles burn cleaner and longer; it\'s really the only way you\'ll want to candle again.', NULL, '2025-08-14 12:55:56', '2025-08-14 12:58:06'),
(53, NULL, NULL, 'create a website for metal business', NULL, '2025-08-14 13:04:38', '2025-08-14 13:04:38'),
(55, 50, 177, 'AURA Candle Bar is a socially-interactive fragrance and candle-making experience bringing people together to explore and create through the power of scent. A studio space of calm and creativity for guests to create custom-scented candles, reed diffusers and wax melts. With over 100 curated premium fragrance oils, coconut-apricot wax and only cotton paper wicks on offer, our candles burn cleaner and longer; it\'s really the only way you\'ll want to candle again.', NULL, '2025-08-14 13:14:39', '2025-08-14 13:15:43'),
(58, NULL, NULL, 'LunaGems is a handmade jewelry shop', NULL, '2025-08-14 13:20:08', '2025-08-14 13:20:08'),
(60, 58, 180, 'Portfolio showcasing graphic design work', NULL, '2025-08-14 13:22:09', '2025-08-14 13:23:29'),
(61, NULL, NULL, 'nayak nhi khalnayak hun men', NULL, '2025-08-14 13:24:30', '2025-08-14 13:24:30'),
(62, 50, NULL, 'AURA Candle Bar is a socially-interactive fragrance and candle-making experience bringing people together to explore and create through the power of scent. A studio space of calm and creativity for guests to create custom-scented candles, reed diffusers and wax melts. With over 100 curated premium fragrance oils, coconut-apricot wax and only cotton paper wicks on offer, our candles burn cleaner and longer; it\'s really the only way you\'ll want to candle again.', NULL, '2025-08-14 13:26:41', '2025-08-14 13:26:41'),
(63, 50, 181, 'AURA Candle Bar is a socially-interactive fragrance and candle-making experience bringing people together to explore and create through the power of scent. A studio space of calm and creativity for guests to create custom-scented candles, reed diffusers and wax melts. With over 100 curated premium fragrance oils, coconut-apricot wax and only cotton paper wicks on offer, our candles burn cleaner and longer; it\'s really the only way you\'ll want to candle again.', NULL, '2025-08-14 13:27:43', '2025-08-14 13:29:10'),
(65, NULL, NULL, 'A freelance website of a web developer', NULL, '2025-08-19 05:51:04', '2025-08-19 05:51:04');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(66, NULL, NULL, 'InspireHub is an all-in-one digital platform designed to empower individuals, creators, and businesses by providing meaningful resources, engaging content, and powerful tools that simplify online growth. Our mission is to create a vibrant community where ideas, knowledge, and opportunities are shared openly. From blogs, tutorials, and case studies to interactive forums and curated learning hubs, InspireHub brings together people from diverse backgrounds who want to learn, connect, and thrive.', NULL, '2025-08-19 05:53:57', '2025-08-19 05:53:57'),
(67, NULL, NULL, 'InspireHub is an all-in-one digital platform designed to empower individuals, creators, and businesses by providing meaningful resources, engaging content, and powerful tools that simplify online growth. Our mission is to create a vibrant community where ideas, knowledge, and opportunities are shared openly. From blogs, tutorials, and case studies to interactive forums and curated learning hubs, InspireHub brings together people from diverse backgrounds who want to learn, connect, and thrive.', NULL, '2025-08-19 05:58:28', '2025-08-19 05:58:28'),
(68, 58, 183, 'Heckler Law Group\nImmigration Solutions Tailored to your Needs\nAt Heckler Law Group, we have over 40 years of experience providing our clients with the highest level of personal service and legal experience. We help our clients navigate the challenging complexities of the U.S. Immigration process and legal matters that affect themselves, their families, or their companies. Each case is unique, and we tailor our services precisely to the needs of each client.', NULL, '2025-08-19 06:28:17', '2025-08-19 06:41:57'),
(69, 50, 184, 'LunaGems is a handmade jewelry shop. Dealing in gold, silver, diamonds and stones.', NULL, '2025-08-19 06:52:16', '2025-08-19 06:54:18'),
(70, NULL, NULL, 'test', NULL, '2025-08-19 09:32:46', '2025-08-19 09:32:46'),
(71, NULL, NULL, 'Quality assurance services', NULL, '2025-08-19 10:01:50', '2025-08-19 10:01:50'),
(82, 50, NULL, 'test', NULL, '2025-08-20 10:14:39', '2025-08-20 10:14:39'),
(83, 50, 193, 'Silmi Law is a result-oriented immigration law firm\nOffering a full range of legal services to professionals, organizations, and businesses in the United States and throughout the world seeking opportunity and uniquely tailored strategies to meet their immigration needs. We represent clients in various fields such as software, data science, AI/ML, biotechnology, energy, logistics, semiconductors, medical research and medicine, journalism, education etc.', NULL, '2025-08-20 10:44:34', '2025-08-20 10:53:00'),
(84, NULL, NULL, 'Website for SEO and Marketing agency', NULL, '2025-08-20 12:31:42', '2025-08-20 12:31:42'),
(92, NULL, NULL, 'Portfolio showcasing graphic design work', NULL, '2025-08-22 06:54:03', '2025-08-22 06:54:03'),
(95, NULL, NULL, 'Website for SEO and Marketing agency', NULL, '2025-08-22 07:30:30', '2025-08-22 07:30:30'),
(96, NULL, NULL, 'LunaGems is a handmade jewelry shop', NULL, '2025-08-22 07:49:38', '2025-08-22 07:49:38'),
(97, NULL, NULL, 'Portfolio showcasing graphic design work', NULL, '2025-08-22 07:50:04', '2025-08-22 07:50:04'),
(98, NULL, NULL, 'A blog showcasing travel and photography', NULL, '2025-08-22 07:52:08', '2025-08-22 07:52:08'),
(99, NULL, NULL, 'Website for SEO and Marketing agency', NULL, '2025-08-22 07:53:24', '2025-08-22 07:53:24'),
(100, NULL, NULL, 'A blog showcasing travel and photography', NULL, '2025-08-22 07:55:40', '2025-08-22 07:55:40'),
(101, NULL, NULL, 'A blog showcasing travel and photography', NULL, '2025-08-22 07:59:27', '2025-08-22 07:59:27'),
(102, NULL, NULL, 'A blog showcasing travel and photography', NULL, '2025-08-22 08:00:24', '2025-08-22 08:00:24'),
(103, NULL, NULL, 'Website for SEO and Marketing agency', NULL, '2025-08-22 08:01:06', '2025-08-22 08:01:06'),
(104, 50, 202, 'A website for pottery', NULL, '2025-08-22 08:57:42', '2025-08-22 09:00:27'),
(105, NULL, NULL, 'LunaGems is a handmade jewelry shop', NULL, '2025-08-22 09:15:22', '2025-08-22 09:15:22'),
(106, NULL, NULL, 'Portfolio showcasing graphic design work', NULL, '2025-08-22 09:21:45', '2025-08-22 09:21:45'),
(107, NULL, NULL, 'A freelance website of a web developer', NULL, '2025-08-22 09:22:19', '2025-08-22 09:22:19'),
(108, NULL, NULL, 'Website for SEO and Marketing agency', NULL, '2025-08-22 09:22:47', '2025-08-22 09:22:47'),
(109, NULL, NULL, 'LunaGems is a handmade jewelry shop', NULL, '2025-08-22 09:35:25', '2025-08-22 09:35:25'),
(110, NULL, NULL, 'LunaGems is a handmade jewelry shop', NULL, '2025-08-22 10:29:08', '2025-08-22 10:29:08'),
(111, NULL, NULL, 'A freelance website of a web developer', NULL, '2025-08-22 10:32:05', '2025-08-22 10:32:05'),
(112, NULL, NULL, 'Portfolio showcasing graphic design work', NULL, '2025-08-22 11:01:36', '2025-08-22 11:01:36'),
(113, NULL, NULL, 'LunaGems is a handmade jewelry shop', NULL, '2025-08-22 11:16:59', '2025-08-22 11:16:59'),
(114, NULL, NULL, 'Portfolio showcasing graphic design work', NULL, '2025-08-22 11:27:27', '2025-08-22 11:27:27'),
(115, NULL, NULL, 'A blog showcasing travel and photography', NULL, '2025-08-22 11:50:35', '2025-08-22 11:50:35'),
(116, 50, NULL, 'Portfolio showcasing graphic design work', NULL, '2025-08-22 12:52:35', '2025-08-22 12:52:35'),
(117, NULL, NULL, 'fgm', NULL, '2025-08-22 12:56:18', '2025-08-22 12:56:18'),
(119, 50, NULL, 'A blog showcasing travel and photography', NULL, '2025-08-25 04:54:02', '2025-08-25 04:54:02'),
(120, NULL, NULL, 'Portfolio showcasing graphic design work', NULL, '2025-08-25 06:53:29', '2025-08-25 06:53:29'),
(121, NULL, NULL, 'website', NULL, '2025-08-25 09:39:22', '2025-08-25 09:39:22'),
(122, 58, NULL, 'Portfolio showcasing graphic design work', NULL, '2025-08-25 13:09:24', '2025-08-25 13:09:24'),
(123, NULL, NULL, 'LunaGems is a handmade jewelry shop', NULL, '2025-08-26 05:07:15', '2025-08-26 05:07:15'),
(124, NULL, NULL, 'create a website for archery classes', NULL, '2025-08-26 06:18:40', '2025-08-26 06:18:40'),
(125, NULL, NULL, 'Website for SEO and Marketing agency', NULL, '2025-08-26 06:34:28', '2025-08-26 06:34:28'),
(126, NULL, NULL, 'A blog showcasing travel and photography', NULL, '2025-08-26 06:35:03', '2025-08-26 06:35:03'),
(127, NULL, NULL, 'make a  website lke i am selling weed and cocaine from 10 year', NULL, '2025-08-26 07:23:22', '2025-08-26 07:23:22'),
(128, NULL, NULL, 'we are feeling hungry what we can do ?', NULL, '2025-08-26 08:01:36', '2025-08-26 08:01:36'),
(129, NULL, NULL, 'A blog showcasing travel and photography', NULL, '2025-08-26 09:30:04', '2025-08-26 09:30:04'),
(130, NULL, NULL, 'Portfolio showcasing graphic design work', NULL, '2025-08-26 10:14:55', '2025-08-26 10:14:55'),
(131, 58, NULL, 'Portfolio showcasing graphic design work', NULL, '2025-08-26 11:12:07', '2025-08-26 11:12:07'),
(132, NULL, NULL, 'LunaGems is a handmade jewelry shop', NULL, '2025-08-27 04:35:36', '2025-08-27 04:35:36'),
(133, 50, NULL, 'Portfolio showcasing graphic design work', NULL, '2025-08-27 05:09:05', '2025-08-27 05:09:05'),
(134, NULL, NULL, 'A blog showcasing travel and photography', NULL, '2025-08-27 10:19:36', '2025-08-27 10:19:36'),
(138, 50, NULL, 'A blog showcasing travel and photography', NULL, '2025-08-27 10:58:08', '2025-08-27 10:58:08'),
(139, NULL, NULL, 'Portfolio showcasing graphic design work', NULL, '2025-08-27 11:39:07', '2025-08-27 11:39:07'),
(143, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Creative Design Portfolio\",\"website_description\":\"A showcase of innovative graphic design works across various projects and styles, highlighting creativity and professionalism.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, modern art, creative showcase, design projects, digital art pieces\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets professionalism.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Hero Banner\",\"section_description\":\"A striking visual banner that encapsulates the essence of creativity and design.\",\"section_prompt\":\"A large, eye-catching hero banner showcasing my best work, with a call to action inviting visitors to explore my portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my background, design philosophy, and what inspires my work.\",\"section_prompt\":\"This section introduces me as a designer, detailing my experience, passion for design, and unique approach.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Showcase of my most recent graphic design projects, illustrating a diverse range of styles and techniques.\",\"section_prompt\":\"Display a grid layout highlighting thumbnails of the latest projects, with brief descriptions and links for full view.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback from clients about their experience working with me and the impact of my designs.\",\"section_prompt\":\"A structured format to present client quotes alongside their names and project details to establish credibility.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Services Offered\",\"section_description\":\"Overview of the graphic design services I provide, catering to various needs and industries.\",\"section_prompt\":\"List of services in a visually appealing way, detailing what I offer and the advantages of working with me.\"},{\"section_type\":\"gallery\",\"section_title\":\"Portfolio Gallery\",\"section_description\":\"A comprehensive gallery of my graphic design work sorted by categories for easy navigation.\",\"section_prompt\":\"A mosaic or grid layout displaying images from various projects with hover effects to reveal titles.\"},{\"section_type\":\"social_proof\",\"section_title\":\"Featured In\",\"section_description\":\"A section highlighting publications or websites where my work has been featured, adding authority.\",\"section_prompt\":\"Display logos of magazines, websites, or blogs where my designs have been showcased.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to reach out for inquiries about projects or collaborations.\",\"section_prompt\":\"A visually engaging call to action that invites visitors to contact me, possibly with a button leading to the contact page.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Work\",\"page_description\":\"A detailed showcase of selected graphic design projects demonstrating creativity and skill.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements to provide a seamless experience.\",\"section_prompt\":\"Standard header with logo, navigation menu, and search functionality.\"},{\"section_type\":\"banner\",\"section_title\":\"Portfolio Banner\",\"section_description\":\"An introduction to the portfolio page, emphasizing my design journey.\",\"section_prompt\":\"A visually appealing banner that sets the tone for this portfolio showcase.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"Featured Projects\",\"section_description\":\"An in-depth look at selected projects, including descriptions and design processes.\",\"section_prompt\":\"This section should include images and text detailing the story behind each featured project.\"},{\"section_type\":\"gallery\",\"section_title\":\"Full Gallery\",\"section_description\":\"Complete collection of graphic design works arranged by categories for easy browsing.\",\"section_prompt\":\"An extensive gallery layout that allows users to filter designs by type or style.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Hire Me\",\"section_description\":\"Encouraging potential clients to reach out for design work or consultations.\",\"section_prompt\":\"A call to action inviting viewers to contact for services, prominently placed at the end of the page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Conclusion of the page with additional links, legal information, and social media handles.\",\"section_prompt\":\"Standard footer with contact info, social media links, and copyright notice.\"}]},{\"page_type\":\"services\",\"page_title\":\"Design Services\",\"page_description\":\"Comprehensive overview of graphic design services provided for various needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Essential navigation and branding components for user experience enhancement.\",\"section_prompt\":\"Standard header featuring the logo and navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"Services Overview\",\"section_description\":\"An introduction to the services page, highlighting the importance of professional design.\",\"section_prompt\":\"A visually attractive banner that describes the importance of design services.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Development of unique brand identities that resonate with target audiences.\",\"section_prompt\":\"Informative content with images reflecting past brand identity projects and their impact.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Print Design Services\",\"section_description\":\"Creation of print materials including brochures, flyers, and business cards.\",\"section_prompt\":\"This section will showcase examples of print design work, detailing what is offered.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started on Your Project\",\"section_description\":\"Encouragement for visitors to initiate their design projects with support.\",\"section_prompt\":\"A clear and concise call to action prompting potential clients to reach out for design services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Ending section with important links and social media connections for follow-up.\",\"section_prompt\":\"Standard footer containing contact information, social media links, and copyright.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"A blog sharing thoughts, tips, and updates on graphic design trends and techniques.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation area to streamline the user experience across the website.\",\"section_prompt\":\"Standard header featuring the logo and navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"Latest Design Insights\",\"section_description\":\"An introduction to the blog explaining the purpose and what users can expect.\",\"section_prompt\":\"A banner featuring recent blog posts and highlights of design trends.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Articles\",\"section_description\":\"Grid layout displaying links to the latest blog posts for easy access.\",\"section_prompt\":\"A dynamic grid that elegantly displays article titles, images, and short excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encouraging users to subscribe for future blog updates and newsletters.\",\"section_prompt\":\"A user-friendly subscription form to engage readers to stay connected.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Concluding section with additional links and social media handles.\",\"section_prompt\":\"Standard footer with important links, contacts, and social media icons.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"A page dedicated to allowing visitors to reach out for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Key navigation and branding elements to maintain continuity throughout the site.\",\"section_prompt\":\"Standard header featuring the logo and relevant navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"An inviting section encouraging visitors to contact me directly.\",\"section_prompt\":\"A vibrant banner that sets the tone for communication.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Contact Information\",\"section_description\":\"Details on how to get in touch through various channels, including email and social media.\",\"section_prompt\":\"Textual section outlining contact methods without heavy reliance on visuals.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"Easy-to-use form for visitors to submit inquiries or project requests directly.\",\"section_prompt\":\"A simple, user-friendly contact form enabling quick communication.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out Today\",\"section_description\":\"Encouragement for visitors to reach out as I look forward to connecting.\",\"section_prompt\":\"A motivational closing statement prompting users to fill out the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final section with additional navigation and social media links.\",\"section_prompt\":\"Standard footer with relevant links and copyright details.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":143}', '2025-08-27 13:01:15', '2025-08-27 13:01:15'),
(144, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"WanderLens: Travel & Photography Blog\",\"website_description\":\"Explore captivating travel tales and stunning photography from around the world on WanderLens. Discover insights, tips, and breathtaking visuals that inspire adventure and wanderlust.\",\"website_type\":\"Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, adventure travel, scenic landscapes, wanderlust inspiration\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The homepage introduces WanderLens, featuring the latest travel posts and stunning visuals to inspire your next adventure.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to WanderLens\",\"section_description\":\"Dive into a world of travel stories and photography that capture the essence of adventure. Join me as we explore fascinating destinations worldwide.\",\"section_prompt\":\"Hero banner welcoming visitors to the homepage, showcasing a breathtaking travel photo with an engaging tagline.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my passion for travel and photography, and how I aim to inspire others to explore the beauty of our world.\",\"section_prompt\":\"About section that conveys who I am and what inspires the blog\'s content.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Adventures\",\"section_description\":\"Stay updated with the most recent travel stories and photography tips shared on WandaLens.\",\"section_prompt\":\"A dynamic grid showcasing the latest blog posts, including images and headlines.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Follow WanderLens?\",\"section_description\":\"Discover insights, tips, and stunning visuals that can inspire your own travel journeys.\",\"section_prompt\":\"Highlighting the benefits of following the blog with enticing images and quick facts.\"},{\"section_type\":\"gallery\",\"section_title\":\"Captured Moments\",\"section_description\":\"Browse through a curated gallery of travel photographs that depict the beauty and diversity of our planet.\",\"section_prompt\":\"A visually rich gallery display of selected photographs overlaying travel destinations.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Highlight Destination\",\"section_description\":\"Each week, I showcase a unique destination that captures my imagination and encourages travel exploration.\",\"section_prompt\":\"Highlighting one featured destination with stunning imagery and personal insights.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Explore More\",\"section_description\":\"Discover additional posts covering various travel experiences, photography techniques, and tips for aspiring wanderers.\",\"section_prompt\":\"A neatly organized grid layout showing various posts from different categories.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure\",\"section_description\":\"Subscribe to stay updated with the latest adventures and photography tips straight to your inbox!\",\"section_prompt\":\"A clear call-to-action inviting visitors to sign up for the newsletter.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Stories & Photography\",\"page_description\":\"A collection of travel stories and photography tips that showcase the beauty and adventure of wandering the world.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for the blog page, including navigation and logo.\",\"section_prompt\":\"Standard header section with branding.\"},{\"section_type\":\"banner\",\"section_title\":\"Travel Stories & Photography\",\"section_description\":\"Delve into my travel stories and photography techniques that will inspire your next adventure!\",\"section_prompt\":\"Inner banner highlighting the blog\'s content theme.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Travel & Photography Posts\",\"section_description\":\"Browse through this curated selection of my adventures and the photography techniques I use.\",\"section_prompt\":\"A grid showcasing various blog posts with engaging visuals.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Connected\",\"section_description\":\"Don\'t miss out on any adventures! Subscribe for updates and tips directly from my travels.\",\"section_prompt\":\"Encouraging visitors to subscribe and stay updated.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional navigation links and social media connections.\",\"section_prompt\":\"Standard footer containing links and social media.\"}]},{\"page_type\":\"services\",\"page_title\":\"Photography Services\",\"page_description\":\"Explore the photography services I offer, perfect for capturing your travel experiences in stunning detail.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for services page, including logo and navigation.\",\"section_prompt\":\"Standard header section with branding.\"},{\"section_type\":\"banner\",\"section_title\":\"Photography Services Offered\",\"section_description\":\"Learn about my photography services that can help you document your travels beautifully.\",\"section_prompt\":\"Inner banner showcasing the service offerings.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Portrait Photography\",\"section_description\":\"Capture stunning portraits during your travels, ensuring memories that last a lifetime.\",\"section_prompt\":\"Detailed description of portrait photography services with an example photo.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Landscape Photography\",\"section_description\":\"Document breathtaking landscapes with professional photography techniques for impressive results.\",\"section_prompt\":\"Details about landscape photography services with supporting visual evidence.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Event Photography\",\"section_description\":\"Whether it\'s a travel event or special gathering, I ensure beautiful photographs that narrate your story.\",\"section_prompt\":\"Outline of event photography services with an example image.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book a Session\",\"section_description\":\"Interested in capturing your travels? Contact me to book a photography session!\",\"section_prompt\":\"Clear call-to-action prompting visitors to reach out for booking.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with contact information and additional links.\",\"section_prompt\":\"Standard footer containing information and navigation.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out with any questions or collaboration opportunities regarding travel and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for the contact page with navigation and logo.\",\"section_prompt\":\"Standard header section with branding.\"},{\"section_type\":\"banner\",\"section_title\":\"Get in Touch!\",\"section_description\":\"I would love to hear from you! Whether it\'s feedback or inquiries, reach out anytime.\",\"section_prompt\":\"Inner banner encouraging visitors to connect.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"Contact Details\",\"section_description\":\"Find my contact information and social media links to stay connected.\",\"section_prompt\":\"Section outlining how to contact me, with social media links.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send me a message directly. I look forward to connecting!\",\"section_prompt\":\"Contact form section allowing visitors to send messages.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing links and social media connections.\",\"section_prompt\":\"Standard footer containing navigation and links.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":144}', '2025-08-27 13:02:35', '2025-08-27 13:02:35'),
(146, 58, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Creative Graphic Design Portfolio\",\"website_description\":\"A curated portfolio showcasing innovative graphic design works that highlight creativity and expertise in the industry.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative design, modern graphic works, design showcase, artistic portfolio\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, showcasing my artistic journey and creative projects.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Hero Banner\",\"section_description\":\"An inviting hero section displaying stunning visuals of graphic design work to captivate visitors.\",\"section_prompt\":\"Responsive full-width hero showcasing my best design work with a powerful tagline.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my background, design philosophy, and what drives my passion for graphic design.\",\"section_prompt\":\"An informative section detailing my journey, skills, and creativity, presented in a visually appealing format.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"A showcase of my most recent design projects, reflecting my style and versatility in graphic design.\",\"section_prompt\":\"Grid layout featuring thumbnail images and brief descriptions of recent works.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Featured Works\",\"section_description\":\"Highlighting some of my standout design pieces that have received acclaim and attention in various platforms.\",\"section_prompt\":\"A visually rich section showcasing prominent works with explanations of the concepts behind them.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose My Designs?\",\"section_description\":\"Explaining the unique benefits of working with me, such as creativity, attention to detail, and customer-focused design.\",\"section_prompt\":\"A concise layout emphasizing unique design benefits and skills.\"},{\"section_type\":\"social_proof\",\"section_title\":\"Testimonials\",\"section_description\":\"Client feedback and testimonials on my design services, showcasing satisfaction and project success.\",\"section_prompt\":\"A stylish section featuring client quotes about their experiences working with me.\"},{\"section_type\":\"gallery\",\"section_title\":\"Design Gallery\",\"section_description\":\"A dynamic gallery displaying a collection of graphic design works across various categories.\",\"section_prompt\":\"Grid layout showcasing multiple designs with hover effects for a modern look.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Encouraging visitors to contact me for project inquiries or collaborations, inviting engagement.\",\"section_prompt\":\"Prominent call-to-action section motivating visitors to reach out, with a visually compelling design.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio Showcase\",\"page_description\":\"A detailed view of selected design projects that highlight my creativity, skills, and artistic approach.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar to facilitate easy access to different sections of the portfolio.\",\"section_prompt\":\"Standard navigation header with branding and menu links.\"},{\"section_type\":\"banner\",\"section_title\":\"Portfolio Overview\",\"section_description\":\"An introduction to my portfolio page, explaining what visitors can find here.\",\"section_prompt\":\"Inner banner section that sets the tone for the portfolio, with visuals of featured works.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"A gallery of projects featuring thumbnails and project titles, allowing easy browsing through my work.\",\"section_prompt\":\"Grid layout displaying thumbnails of each project, clickable for more detail.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Project Details\",\"section_description\":\"Detailed descriptions of select projects including processes, client needs, and final outcomes.\",\"section_prompt\":\"A structured layout presenting each project with images and detailed write-ups.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Collaborating?\",\"section_description\":\"Prompting visitors to reach out for their design needs and inquiries about my services.\",\"section_prompt\":\"Engaging call to action with contact details for potential clients.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section consisting of contact info, social media links, and copyright notice.\",\"section_prompt\":\"Standard footer layout with links and relevant information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Design Services Offered\",\"page_description\":\"A comprehensive overview of the graphic design services I offer to help clients achieve their branding and creative goals.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for the services page to aide user experience.\",\"section_prompt\":\"Standard navigation header with branding and menu links.\"},{\"section_type\":\"banner\",\"section_title\":\"Our Design Services\",\"section_description\":\"An introduction to the various graphic design services available, tailored for different needs.\",\"section_prompt\":\"Inner banner detailing my design services with compelling visuals.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Creating compelling brand identities that resonate with target audiences and strengthen brand presence.\",\"section_prompt\":\"Media and text layout highlighting this service with examples and visual design elements.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Print Design\",\"section_description\":\"Offering creative print design services for various marketing materials including brochures, flyers, and business cards.\",\"section_prompt\":\"Media and text layout with visuals showcasing what print design entails.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Digital Design\",\"section_description\":\"Delivering modern digital graphics for online platforms, including web design and marketing assets.\",\"section_prompt\":\"Media and text layout with examples of digital designs.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Start Your Project?\",\"section_description\":\"Encouraging potential clients to reach out and discuss their design needs with me.\",\"section_prompt\":\"Prominent call-to-action inspiring visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer area containing essential contact information and links to social media and additional resources.\",\"section_prompt\":\"Standard footer with links and essential info.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights Blog\",\"page_description\":\"My blog where I share insights, tips, and trends in the graphic design world to inspire and engage my audience.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header to direct users to various parts of the blog.\",\"section_prompt\":\"Standard header for blog navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Blog Overview\",\"section_description\":\"Introduction to the blog, explaining the themes and topics I cover related to graphic design.\",\"section_prompt\":\"Inner banner that introduces the blog\'s concept and invites reading.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"A grid layout showcasing the latest blog posts with images, titles, and excerpts.\",\"section_prompt\":\"Grid layout of blog posts for easy browsing and engagement.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated with My Blog\",\"section_description\":\"An invitation for visitors to subscribe to my blog and stay updated with the latest insights and tips.\",\"section_prompt\":\"An engaging section prompting newsletter sign-up.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing relevant links and contact information.\",\"section_prompt\":\"Standard footer layout with links and social media info.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"A straightforward contact page where clients can reach out to me to discuss their design projects or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for easy access to other pages.\",\"section_prompt\":\"Standard header configuration.\"},{\"section_type\":\"banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"An inviting introduction encouraging potential clients to contact me easily regarding their design needs.\",\"section_prompt\":\"Inner banner summarizing the contact section.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"A simple form for visitors to fill out with their contact information and messages.\",\"section_prompt\":\"Form layout allowing users to input their details and inquiries.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Availability\",\"section_description\":\"Information on how to best reach me, my working hours, and response time.\",\"section_prompt\":\"Straightforward text section explaining my availability.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with essential links and contact info.\",\"section_prompt\":\"Standard footer layout.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":146}', '2025-08-28 04:44:54', '2025-08-28 04:44:54'),
(147, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Creative Graphic Design Portfolio\",\"website_description\":\"A vibrant showcase of innovative graphic design creations, highlighting unique artwork and professional projects.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative artwork, digital design, modern graphic trends\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The central hub of my graphic design portfolio, showcasing featured works, latest projects, and creative insights.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An engaging introduction that presents my graphic design expertise and unique style.\",\"section_prompt\":\"Responsive hero section with an introductory title and a captivating background image.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey as a graphic designer, my influences, and my design philosophy.\",\"section_prompt\":\"A left-aligned informative section with a professional image of me.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Showcasing my most recent and exciting design projects, highlighting innovation and creativity.\",\"section_prompt\":\"Grid layout displaying recent works with thumbnails and brief project descriptions.\"},{\"section_type\":\"benefit\",\"section_title\":\"What I Offer\",\"section_description\":\"Explore the benefits of working with me, including unique design solutions and professional collaboration.\",\"section_prompt\":\"Listing grid section that outlines services and advantages of my design approach.\"},{\"section_type\":\"gallery\",\"section_title\":\"Portfolio Gallery\",\"section_description\":\"A visual gallery of my graphic design works, categorized by style and project type, for easy browsing.\",\"section_prompt\":\"Grid-based gallery layout showcasing a variety of designs with filter options.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Hear what my clients say about collaborating with me and the results we achieved together.\",\"section_prompt\":\"Slider or grid layout showing client testimonials with their names and projects.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Notable Achievements\",\"section_description\":\"Highlighting significant accomplishments and recognitions in my graphic design career.\",\"section_prompt\":\"Section highlighting key projects and awards, displayed in a visually appealing way.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Work Together!\",\"section_description\":\"Encouraging visitors to contact me for their graphic design needs, promoting engagement.\",\"section_prompt\":\"A bold call-to-action section with a contact button and inviting text.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Graphic Design Work\",\"page_description\":\"A detailed showcase of my graphic design projects, illustrating my skills and creativity across various media.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links for easy access to different portfolio sections.\",\"section_prompt\":\"Basic header configuration with links to home, about, portfolio, and contact.\"},{\"section_type\":\"banner\",\"section_title\":\"My Graphic Design Work\",\"section_description\":\"An overview of my portfolio highlighting diverse styles and media used in my designs.\",\"section_prompt\":\"Full-width banner with an eye-catching design relevant to my work.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Designs\",\"section_description\":\"A collection of highlighted works that showcase my best graphic design projects.\",\"section_prompt\":\"Grid layout with high-quality images of featured designs.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Design Services Offered\",\"section_description\":\"Insight into the different design services I provide, tailored to meet various client needs.\",\"section_prompt\":\"Detailed section breaking down the services I offer\\u2014branding, illustration, web design, etc.\"},{\"section_type\":\"faq\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common queries about my design process, pricing, and timelines.\",\"section_prompt\":\"Accordion layout presenting FAQs, allowing clients to get quick answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Create?\",\"section_description\":\"Encouraging potential clients to reach out and discuss their design projects with me.\",\"section_prompt\":\"Bold call-to-action inviting visitors to contact for design inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information, social media links, and copyright details.\",\"section_prompt\":\"Footer with essential links, social media icons, and copyright text.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me - Graphic Designer\",\"page_description\":\"An insight into my background, design philosophy, and passion for graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for easy access to all sections of the website.\",\"section_prompt\":\"Standard header with site navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Discover My Story\",\"section_description\":\"Learn about my journey and love for graphic design.\",\"section_prompt\":\"Visually engaging banner introducing my story.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"My Background\",\"section_description\":\"Discussing my education, experiences, and influences that shaped my design career.\",\"section_prompt\":\"Text content section with images reflecting my background.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"An exploration of my principles and approaches to creating impactful graphics.\",\"section_prompt\":\"Text section outlining my design thinking.\"},{\"section_type\":\"social_proof\",\"section_title\":\"My Design Community\",\"section_description\":\"Highlighting my involvement in the design community, including workshops and showcases attended.\",\"section_prompt\":\"Layout that includes logos or images of events and organizations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect With Me\",\"section_description\":\"Invitation for visitors to connect and follow my design journey on social media.\",\"section_prompt\":\"Call-to-action encouraging social media engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Providing essential links and contact information for easy navigation.\",\"section_prompt\":\"Simple footer layout with important links and logos.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"A dedicated page for reaching out to me regarding projects, collaborations, or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Standard navigation links to access different pages of the website easily.\",\"section_prompt\":\"Basic header setup with necessary links.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Me\",\"section_description\":\"An introduction to how visitors can get in touch with me for design collaborations.\",\"section_prompt\":\"Engaging banner inviting communication and inquiries.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"A simple form for visitors to fill in their details to reach out to me.\",\"section_prompt\":\"Contact form section allowing visitors to submit their inquiries.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Other Ways to Connect\",\"section_description\":\"Listing my social media and other contact methods for easy accessibility.\",\"section_prompt\":\"Text-only layout with links to my social media profiles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Featuring essential information and copyright details at the bottom of the page.\",\"section_prompt\":\"Standard footer with links and info.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":147}', '2025-08-28 05:05:57', '2025-08-28 05:05:57');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(149, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Wanderlust Photography Blog\",\"website_description\":\"Explore breathtaking travel photography and insightful travel tips from around the globe.\",\"website_type\":\"blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, nature landscape, adventure travel, world travel\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The main page showcasing highlights of the blog, featuring latest posts, travel tips, and stunning photography.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to Wanderlust\",\"section_description\":\"Immerse yourself in captivating stories and stunning imagery of travel adventures.\",\"section_prompt\":\"A vibrant hero section featuring a large, beautiful travel photograph with an engaging welcome message overlay. Use Bootstrap 5 for a full-width background image.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my passion for travel and photography, and what inspires me to capture the world through my lens.\",\"section_prompt\":\"An informative section providing insights into the blog\'s creator and their journey into travel and photography. Bootstrap 5 layout with a profile image and text.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Adventures\",\"section_description\":\"Catch up on my most recent travels and photography escapades, shared through engaging articles.\",\"section_prompt\":\"A grid display showcasing the latest blog posts with images and excerpts. This section should be responsive and visually appealing using Bootstrap 5.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Photography Services\",\"section_description\":\"Discover the photography services I offer for travel enthusiasts and fellow adventurers.\",\"section_prompt\":\"A section detailing photography services available, including portrait, landscape, and event photography, structured in a grid format using Bootstrap.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Readers Say\",\"section_description\":\"Read feedback and testimonials from readers and clients who have experienced my work and travels.\",\"section_prompt\":\"A section showcasing quotes and testimonials from readers in a styled format, using Bootstrap cards.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Me on My Journey\",\"section_description\":\"Subscribe to my newsletter for the latest travel stories and photography tips.\",\"section_prompt\":\"A strong call to action encouraging visitors to enter their email for subscriptions, formatted as a Bootstrap form.\"},{\"section_type\":\"gallery\",\"section_title\":\"My Travel Gallery\",\"section_description\":\"Explore a curated selection of stunning images captured during my travels around the world.\",\"section_prompt\":\"A visually engaging gallery section capturing various travel photographs in a grid format using Bootstrap.\"},{\"section_type\":\"menu_listing\",\"section_title\":\"Categories\",\"section_description\":\"Browse through different travel and photography categories to find articles that excite you.\",\"section_prompt\":\"This section lists various categories like \'Nature\', \'Adventure\', \'Culture\', etc. in a clean, organized layout using Bootstrap.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Stories & Tips\",\"page_description\":\"A collection of travel stories and photography-related tips to inspire your next adventure.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigational header for the blog page.\",\"section_prompt\":\"A standard header layout providing links to various pages, styled using Bootstrap.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Explore the recent blog posts featuring rich travel narratives and stunning photography.\",\"section_prompt\":\"A grid layout to display blog posts with images and excerpts, maintaining responsiveness with Bootstrap.\"},{\"section_type\":\"social_proof\",\"section_title\":\"Explore More Stories\",\"section_description\":\"Engage with more of my adventures through featured blog stories.\",\"section_prompt\":\"Highlight featured stories with images and short descriptions, laid out in a visually appealing manner using Bootstrap.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Connected\",\"section_description\":\"Follow me on social media to not miss any updates from my travels.\",\"section_prompt\":\"A section encouraging visitors to connect on social platforms, designed with social media icons using Bootstrap.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section with additional links and copyright information.\",\"section_prompt\":\"A styled footer containing links and copyright information for the blog.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get In Touch\",\"page_description\":\"Reach out for inquiries related to trips, photography, or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigational header for the contact page.\",\"section_prompt\":\"Standard header layout providing easy navigation to other pages, styled using Bootstrap.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch with me directly.\",\"section_prompt\":\"A user-friendly contact form designed to capture user inquiries effectively while being responsive. Use Bootstrap for styling.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common questions about my travels and photography services.\",\"section_prompt\":\"An organized FAQ section addressing common queries, ensuring accessibility and neatness using Bootstrap.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section with additional links and copyright information.\",\"section_prompt\":\"A footer section featuring contact information and links, styled appropriately using Bootstrap.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":149}', '2025-08-28 06:36:27', '2025-08-28 06:36:27'),
(150, 50, 208, '\"Portfolio showcasing graphic design work\"', '{\"website_title\":\"Creative Showcase\",\"website_description\":\"A portfolio showcasing innovative graphic design work ranging from branding to digital illustrations.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative illustrations, branding designs, digital art, visual design\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio, where creativity meets design. Explore my graphic design works and projects.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"hero_banner\",\"section_description\":\"A captivating introduction to my graphic design journey, featuring a striking visual and tagline.\",\"section_prompt\":\"Responsive hero banner with a compelling headline and an eye-catching graphic design image.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Discover my background, design philosophy, and passion for creativity in the graphic design field.\",\"section_prompt\":\"Informational content about my journey, experience, and artistic approach to design.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Showcasing my most recent graphic design projects with brief descriptions.\",\"section_prompt\":\"Grid layout displaying recent project thumbnails with short summaries.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose My Designs?\",\"section_description\":\"A detailed overview of what makes my graphic designs unique and beneficial for clients.\",\"section_prompt\":\"Benefits listing that highlights advantages of my work, such as creativity, professionalism, and adaptability.\"},{\"section_type\":\"gallery\",\"section_title\":\"Portfolio Gallery\",\"section_description\":\"Explore my portfolio with a selection of my best graphic design works presented in an engaging layout.\",\"section_prompt\":\"A gallery format displaying various works, including branding, illustrations, and layouts.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Services Offered\",\"section_description\":\"An overview of the graphic design services I provide tailored to meet diverse client needs.\",\"section_prompt\":\"List of my graphic design services such as branding, digital illustrations, and print design.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Featured Works\",\"section_description\":\"Highlight of some of my standout graphic design projects that encapsulate my style and approach.\",\"section_prompt\":\"A section dedicated to showcasing signature design pieces that reflect my artistic voice.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to reach out for collaborations, inquiries, or feedback.\",\"section_prompt\":\"A strong call to action urging visitors to contact me through a dedicated contact form.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A curated collection of my graphic design projects showcasing creativity and skill in various design mediums.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header linking to various sections of the portfolio.\",\"section_prompt\":\"Standard header with menu and logo.\"},{\"section_type\":\"banner\",\"section_title\":\"Portfolio Overview\",\"section_description\":\"An introduction to my graphic design portfolio, detailing the categories of works available.\",\"section_prompt\":\"Visual banner introducing the portfolio theme and categories.\"},{\"section_type\":\"gallery\",\"section_title\":\"Design Projects\",\"section_description\":\"Detailed gallery displaying my range of graphic design projects, organized by type.\",\"section_prompt\":\"Gallery of design projects segmented into branding, digital, and print categories.\"},{\"section_type\":\"social_proof\",\"section_title\":\"Testimonials\",\"section_description\":\"Client feedback and testimonials highlighting the impact of my work and satisfaction of my clients.\",\"section_prompt\":\"Quotes and reviews from clients displayed in an engaging layout.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact for Collaborations\",\"section_description\":\"Encouraging potential clients to consider reaching out for their design needs.\",\"section_prompt\":\"A compelling section guiding visitors to connect for project inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer containing copyright and contact information.\",\"section_prompt\":\"Footer with social media links and additional navigational elements.\"}]},{\"page_type\":\"services\",\"page_title\":\"Graphic Design Services\",\"page_description\":\"A detailed look at the graphic design services I offer, tailored to elevate your brand and projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header linking to other pages and sections.\",\"section_prompt\":\"Standard header for the services page.\"},{\"section_type\":\"banner\",\"section_title\":\"Services Overview\",\"section_description\":\"An introduction to the graphic design services I provide, setting expectations and outcomes.\",\"section_prompt\":\"Banner introducing the services offered in graphic design.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Branding Design\",\"section_description\":\"In-depth look at my branding design services to create a unique identity for your business.\",\"section_prompt\":\"Detailed content about branding services with examples and benefits.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Digital Illustration\",\"section_description\":\"Explore my digital illustration services aimed at bringing concepts to life visually.\",\"section_prompt\":\"Insights into my illustration work with visuals and descriptions.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Print Design\",\"section_description\":\"Comprehensive overview of print design services for physical marketing materials.\",\"section_prompt\":\"Details regarding print design provisions, including types and applications.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project\",\"section_description\":\"Invitation for potential clients to kickstart their design projects with me.\",\"section_prompt\":\"Call to action encouraging contact for service inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with contact details and social media links.\",\"section_prompt\":\"Footer area with copyright and additional navigation.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights Blog\",\"page_description\":\"A blog dedicated to sharing insights, tips, and trends within the graphic design world.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for the blog page with navigation options.\",\"section_prompt\":\"Standard blog header with title and navigational links.\"},{\"section_type\":\"banner\",\"section_title\":\"Latest Design Insights\",\"section_description\":\"An overview of the latest articles and posts in the field of graphic design, showcasing my expertise.\",\"section_prompt\":\"Banner highlighting the blog\'s focus on design insights.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"Grid layout presenting my latest blog posts along with excerpts to engage readers.\",\"section_prompt\":\"Grid format for displaying recent design-related articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to My Blog\",\"section_description\":\"Inviting visitors to subscribe for the latest updates and insights from the design world.\",\"section_prompt\":\"Call to action urging visitors to join my mailing list.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with contact information and social media links.\",\"section_prompt\":\"Footer detailing copyright and navigation links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me for inquiries, collaborations, or feedback regarding graphic design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for the contact page linking to other site sections.\",\"section_prompt\":\"Standard contact page header.\"},{\"section_type\":\"banner\",\"section_title\":\"Get In Touch\",\"section_description\":\"An introduction inviting visitors to connect with me for design-related inquiries.\",\"section_prompt\":\"Informative banner encouraging visitors to reach out.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"Contact Form\",\"section_description\":\"A contact form allowing visitors to submit inquiries or messages directly.\",\"section_prompt\":\"Interactive contact form for user submissions, alongside supportive media.\"},{\"section_type\":\"faq\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Overview of common questions and answers related to my design services and processes.\",\"section_prompt\":\"Collapsible FAQ section addressing common client queries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional contact and social media linking options.\",\"section_prompt\":\"Footer area with all essential information.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":150,\"theme\":\"soft\",\"colors\":[[47,74,83],[237,91,17]],\"fonts\":\"soft-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/logoipsum.com\\/\",\"instagram\":\"https:\\/\\/logoipsum.com\\/\",\"twitter\":\"https:\\/\\/logoipsum.com\\/\",\"linkedin\":\"https:\\/\\/logoipsum.com\\/\",\"pinterest\":\"https:\\/\\/logoipsum.com\\/\"},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_68b01e877118e.png\"}', '2025-08-28 09:12:53', '2025-08-28 09:16:56'),
(151, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Creative Design Showcase\",\"website_description\":\"A curated collection of outstanding graphic design projects highlighting creativity and innovation.\",\"website_type\":\"portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative design work, modern graphic design, portfolio showcase\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The main page showcasing featured projects and introduction to the portfolio.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An engaging introduction to my graphic design work, showcasing creativity and expertise.\",\"section_prompt\":\"A full-width hero section with a captivating image and an introductory text overlay.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background, design philosophy, and what inspires my creative process.\",\"section_prompt\":\"A two-column layout with an image on one side and text detailing my journey on the other.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Explore my most recent graphic design work and projects that reflect my skills and creativity.\",\"section_prompt\":\"A grid layout featuring previews of the latest design projects with links to detailed views.\"},{\"section_type\":\"service_detail\",\"section_title\":\"What I Offer\",\"section_description\":\"A summary of the graphic design services I specialize in, tailored to meet diverse client needs.\",\"section_prompt\":\"A listing-grid format outlining the key services I provide, such as branding, illustration, and digital design.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Me\",\"section_description\":\"Discover the unique qualities that set my design work apart and how I can bring value to your projects.\",\"section_prompt\":\"A benefits-focused section showcasing key selling points with icons and succinct explanations.\"},{\"section_type\":\"gallery\",\"section_title\":\"Gallery of Work\",\"section_description\":\"A visual showcase of my graphic design projects, demonstrating versatility and creativity.\",\"section_prompt\":\"A gallery layout featuring thumbnail images of my work that expand on click.\"},{\"section_type\":\"social_proof\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Read what my clients have to say about their experiences working with me.\",\"section_prompt\":\"A slider format displaying testimonials alongside client names and project examples.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Ready to discuss your project? Contact me for collaborations or inquiries.\",\"section_prompt\":\"A prominent call to action encouraging visitors to reach out, typically in a button format.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A comprehensive showcase of my graphic design projects and works.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding area for the portfolio page.\",\"section_prompt\":\"Standard header layout with logo and navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"Explore My Work\",\"section_description\":\"Dive into a curated selection of my graphic design projects across various mediums.\",\"section_prompt\":\"A full width banner image with a brief tagline below.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"A categorized display of my graphic design projects, highlighting my skill set and versatility.\",\"section_prompt\":\"A filtered gallery layout allowing visitors to sort through different styles and categories.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Specialties\",\"section_description\":\"Breakdown of the specific graphic design services I provide, tailored to various industries.\",\"section_prompt\":\"Listing format with icons demonstrating services such as branding, print, and digital media.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Collaborate\",\"section_description\":\"Interested in working together? Reach out to discuss your project needs and ideas.\",\"section_prompt\":\"Engaging call to action inviting visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with contact details, social media links, and copyright information.\",\"section_prompt\":\"Standard footer layout with links and social media icons.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"A detailed insight into my background, experience, and design philosophy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section introducing the About Me page.\",\"section_prompt\":\"Standard header layout with logo and navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"Who I Am\",\"section_description\":\"An overview of my journey in graphic design and my professional ethos.\",\"section_prompt\":\"A visually appealing banner with an engaging image and tagline.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"My Journey\",\"section_description\":\"A storytelling approach to my professional background, including education and career milestones.\",\"section_prompt\":\"Text paired with images showcasing key moments from my design career.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Design Philosophy\",\"section_description\":\"An explanation of my approach to design, including inspiration and core principles that guide my work.\",\"section_prompt\":\"Creative layout with highlighted text and visuals that illustrate my design beliefs.\"},{\"section_type\":\"social_proof\",\"section_title\":\"Recognition & Achievements\",\"section_description\":\"Showcasing awards, recognitions, or achievements received in the field of graphic design.\",\"section_prompt\":\"A timeline or list format to highlight awards and showcases.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links to related pages and social media.\",\"section_prompt\":\"Standard footer layout with links and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"A dedicated page for inquiries, collaboration requests, and client communications.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the contact page.\",\"section_prompt\":\"Standard header layout with logo and navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"Get In Touch\",\"section_description\":\"A warm invitation to reach out for any questions or collaboration opportunities.\",\"section_prompt\":\"A welcoming banner inviting visitors to contact me.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Contact Details\",\"section_description\":\"Listing my email, phone number, and social media links for direct communication.\",\"section_prompt\":\"Professional layout with clear contact information.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Form\",\"section_description\":\"A simple contact form for inquiries, allowing visitors to easily reach out.\",\"section_prompt\":\"A responsive form layout for easy user input.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing additional navigation links and copyright info.\",\"section_prompt\":\"Standard footer layout with links and social media icons.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":151}', '2025-08-28 09:32:36', '2025-08-28 09:32:36'),
(154, NULL, NULL, 'LunaGems is a handmade jewelry shop', '{\"website_title\":\"LunaGems - Handmade Jewelry Shop\",\"website_description\":\"Discover unique handcrafted jewelry that celebrates elegance and individuality at LunaGems. Each piece is crafted with love and passion.\",\"website_type\":\"e-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewelry, unique jewelry, artisan jewelry, craft jewelry, fashion accessories\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems, your destination for exquisite handmade jewelry.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"Explore the beauty of our handcrafted jewelry exclusively made for you.\",\"section_prompt\":\"Hero section introducing LunaGems with an eye-catching image of jewelry showcased as a backdrop.\"},{\"section_type\":\"about\",\"section_title\":\"About LunaGems\",\"section_description\":\"Learn about our passion for crafting unique, handmade jewelry that empowers and beautifies.\",\"section_prompt\":\"Brief overview of LunaGems background and inspiration, featuring an elegant layout with a blend of images and text.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Handmade?\",\"section_description\":\"Discover the benefits of choosing handmade jewelry over mass-produced items.\",\"section_prompt\":\"List advantages like uniqueness, quality, and craftsmanship against a stylish background.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Creations\",\"section_description\":\"Check out our latest handcrafted jewelry designs that are making waves.\",\"section_prompt\":\"Grid layout showcasing the newest jewelry pieces, with descriptions and prices guiding buyers.\"},{\"section_type\":\"gallery\",\"section_title\":\"Jewelry Gallery\",\"section_description\":\"A visual feast of our stunning jewelry pieces, perfect for any occasion.\",\"section_prompt\":\"A visually engaging gallery section featuring images of various jewelry items.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the LunaGems Family\",\"section_description\":\"Sign up for our newsletter and be the first to know about new collections and special offers!\",\"section_prompt\":\"A call-to-action section encouraging visitors to subscribe, featuring an eye-catching design.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewelry shop\",\"prompt_id\":154}', '2025-08-28 10:53:03', '2025-08-28 10:53:03'),
(155, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Graphic Design Portfolio\",\"website_description\":\"A professional portfolio showcasing my graphic design work, highlighting creativity and design skills.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Entertainment\",\"search_query\":\"graphic design, portfolio showcase, creative design, visual arts\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where creativity meets professionalism.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my graphic design journey and outstanding projects that illustrate my creativity and skills.\",\"section_prompt\":\"A full-width image hero section that welcomes visitors to the portfolio, complete with a catchy title and call-to-action button, utilizing Bootstrap 5 for responsiveness.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Get to know me, my background, and my passion for graphic design.\",\"section_prompt\":\"An informational section that introduces the designer, detailing their experience and creative philosophy.\"},{\"section_type\":\"gallery\",\"section_title\":\"My Work\",\"section_description\":\"A curated selection of my best graphic design projects across various mediums.\",\"section_prompt\":\"A gallery layout showcasing images of graphic design projects, designed to be responsive and visually appealing.\"},{\"section_type\":\"service_detail\",\"section_title\":\"What I Offer\",\"section_description\":\"An overview of the graphic design services I provide, tailored to meet your needs.\",\"section_prompt\":\"A listing of services offered within the graphic design realm, with icons representing each service, using Bootstrap for a layout.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Hear from my clients about their experiences working with me.\",\"section_prompt\":\"A section with client testimonials presented in a visually appealing card layout.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Check out my recent graphic design projects and techniques.\",\"section_prompt\":\"Showcase recent blog posts or projects in a grid format, highlighting the newest entries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"I would love to hear about your project! Contact me to discuss how we can work together.\",\"section_prompt\":\"A strong call-to-action encouraging visitors to contact me for potential projects, formatted with a prominent button.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio Gallery\",\"page_description\":\"Explore a detailed portfolio of selected graphic design works, organized by project type.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigational header for the portfolio gallery page.\",\"section_prompt\":\"A streamlined header that includes the website logo and primary navigational links.\"},{\"section_type\":\"banner\",\"section_title\":\"Portfolio Showcase\",\"section_description\":\"An introduction to my graphic design portfolio and what to expect in the gallery.\",\"section_prompt\":\"A banner that provides an overview of the portfolio, utilizing an eye-catching design.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Projects\",\"section_description\":\"Showcasing selected projects that highlight my skills and creativity.\",\"section_prompt\":\"A grid layout showcasing images from featured projects with descriptions.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Design Process\",\"section_description\":\"An overview of my design process from concept to completion.\",\"section_prompt\":\"An informative section detailing the steps taken in the design process without images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact for Collaboration\",\"section_description\":\"Interested in collaborating? Let\\u2019s create something amazing together.\",\"section_prompt\":\"A call-to-action encouraging visitors to reach out for collaboration, formatted with an engaging button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer containing essential links and information.\",\"section_prompt\":\"A standard footer that includes contact information, social media links, and copyright details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me for questions, collaborations, or to discuss your project ideas.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the contact page.\",\"section_prompt\":\"A clean header with navigational links for the contact page.\"},{\"section_type\":\"banner\",\"section_title\":\"Let\'s Connect\",\"section_description\":\"I\\u2019m excited to hear from you! Reach out to discuss your ideas.\",\"section_prompt\":\"A welcoming banner inviting visitors to get in touch.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Contact Details\",\"section_description\":\"Find my contact information and the best ways to reach me for inquiries.\",\"section_prompt\":\"A detailed informational section with email, phone, and social media links.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to reach me directly.\",\"section_prompt\":\"An integrated contact form for visitors to fill out for inquiries, formatted for user-friendliness.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Looking Forward to Hearing from You\",\"section_description\":\"Let\\u2019s create something amazing together! I look forward to your message.\",\"section_prompt\":\"A closing call-to-action encouraging visitors to send their inquiries through the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential footer information and links.\",\"section_prompt\":\"A comprehensive footer containing social media links, navigation, and copyright text.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Read my thoughts on graphic design, trends, and insights from the industry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the blog page.\",\"section_prompt\":\"A simple header leading into the blog section.\"},{\"section_type\":\"banner\",\"section_title\":\"Insights and Trends\",\"section_description\":\"Explore articles on graphic design, covering trends and tips to enhance your projects.\",\"section_prompt\":\"A banner introducing the blog section with engaging visuals.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"A grid of my latest blog posts on graphic design.\",\"section_prompt\":\"A grid layout presenting the latest blog posts with images and brief descriptions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Discussion\",\"section_description\":\"Share your thoughts and join the conversation in the comments section of each post.\",\"section_prompt\":\"A call-to-action encouraging visitors to engage in discussions after reading.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information and additional links.\",\"section_prompt\":\"A footer with links and contact details relevant to the blog.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":155}', '2025-08-28 11:43:40', '2025-08-28 11:43:40'),
(156, NULL, NULL, 'A freelance website of a web developer', '{\"website_title\":\"My Web Development Portfolio\",\"website_description\":\"Showcasing my skills and projects as a freelance web developer.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Technology\",\"search_query\":\"web development, freelance developer, programming portfolio, responsive design, coding projects\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio showcasing my web development skills and projects.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Hero Banner\",\"section_description\":\"A captivating introduction to my web development services with a professional image and tagline.\",\"section_prompt\":\"Responsive hero layout with a background image and captivating headline.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about me, my background, and my passion for web development.\",\"section_prompt\":\"A layout that describes the creator, emphasizing their journey and expertise.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Services I Offer\",\"section_description\":\"An overview of the various web development services I provide to clients.\",\"section_prompt\":\"A grid layout displaying each service with concise descriptions and media.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"A showcase of my most recent projects and developments.\",\"section_prompt\":\"Grid layout featuring thumbnails of projects with brief descriptions.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Positive reviews and feedback from my clients highlighting my work ethic and skills.\",\"section_prompt\":\"A carousel layout with quotes and images from clients.\"},{\"section_type\":\"faq\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions potential clients may have about my services.\",\"section_prompt\":\"Collapsible panels with questions and answers for user-friendly navigation.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Why Choose Me?\",\"section_description\":\"Key points that differentiate my services from others in the industry.\",\"section_prompt\":\"Highlighting unique services in a clean, bold format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch!\",\"section_description\":\"Encouraging visitors to reach out for inquiries or consultations.\",\"section_prompt\":\"A prominent button inviting visitors to contact me, placed at the end of the page.\"}]}],\"user_prompt\":\"A freelance website of a web developer\",\"prompt_id\":156}', '2025-08-28 11:44:17', '2025-08-28 11:44:17'),
(157, NULL, NULL, 'website for web services', '{\"website_title\":\"Web Services Hub\",\"website_description\":\"Your one-stop destination for professional web development and digital services. We provide tailored solutions to help businesses grow online.\",\"website_type\":\"Business\",\"website_industry\":\"Technology\",\"search_query\":\"web development services, digital solutions, website design, online marketing, coding tutorials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Web Services Hub, where we offer comprehensive web solutions tailored for you.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to Web Services Hub\",\"section_description\":\"Discover our range of web services designed to elevate your online presence.\",\"section_prompt\":\"A full-width hero section with an enticing introductory message highlighting our services.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our mission to provide top-notch web solutions.\",\"section_prompt\":\"An engaging about section that explains who we are and what we do.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"We offer unique benefits that can help your business thrive online.\",\"section_prompt\":\"A section that highlights the key benefits of using our services, using visuals and bullet points.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights from Our Blog\",\"section_description\":\"Stay updated with our latest posts on web technologies and trends.\",\"section_prompt\":\"A grid layout showcasing the recent blog posts with images and summaries.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the diverse web services we offer to cater to your needs.\",\"section_prompt\":\"A detailed listing of our services, with brief descriptions and icons.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Read testimonials from satisfied clients who have transformed their online presence with us.\",\"section_prompt\":\"A carousel showcasing client testimonials, featuring their photos and short reviews.\"},{\"section_type\":\"gallery\",\"section_title\":\"Our Work Showcase\",\"section_description\":\"View examples of our completed projects that showcase our capabilities.\",\"section_prompt\":\"An image gallery displaying screenshots of our previous work or project highlights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Contact us to learn how we can help you achieve your online goals.\",\"section_prompt\":\"A prominent call to action prompting visitors to reach out or start a project with us.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Comprehensive Web Services\",\"page_description\":\"Explore our wide array of digital services tailored for your business.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our website easily and access the services we offer.\",\"section_prompt\":\"Standard header for website navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Explore Our Services\",\"section_description\":\"We provide a full range of web services designed to meet your business needs.\",\"section_prompt\":\"A visually appealing banner that captures the essence of our services.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Web Development\",\"section_description\":\"Custom web development services tailored to your specific needs.\",\"section_prompt\":\"A detailed overview of our web development capabilities, including technologies used.\"},{\"section_type\":\"service_detail\",\"section_title\":\"SEO Services\",\"section_description\":\"Improve your visibility on search engines with our expert SEO services.\",\"section_prompt\":\"An informative section explaining our SEO strategies and success stories.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Digital Marketing\",\"section_description\":\"Comprehensive marketing strategies to grow your online presence.\",\"section_prompt\":\"Details on our digital marketing services, including social media and email marketing.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Transform Your Business?\",\"section_description\":\"Contact us today to discuss how we can support your success.\",\"section_prompt\":\"A strong call to action encouraging visitors to inquire about our services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links to privacy policy, terms of service, and contact information.\",\"section_prompt\":\"A standard footer with important links and copyright information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Insights on Web Services\",\"page_description\":\"Discover valuable resources and insights related to web services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Easily find blog topics that interest you and stay updated.\",\"section_prompt\":\"Standard header for website navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Our Blog\",\"section_description\":\"Stay up-to-date with the latest trends and tips in the world of web services.\",\"section_prompt\":\"A banner with an engaging image directing visitors to our blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"Browse through our most recent articles covering various web service topics.\",\"section_prompt\":\"A grid layout displaying the latest blog posts with featured images and summaries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Want More Insights?\",\"section_description\":\"Subscribe to our newsletter for exclusive content and updates.\",\"section_prompt\":\"Encourage visitors to sign up for our newsletter to receive blog updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links to privacy policy, terms of service, and contact information.\",\"section_prompt\":\"A standard footer with essential links and copyright details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch with Us\",\"page_description\":\"We\'d love to hear from you! Reach out with any questions or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Access helpful information and contact details easily.\",\"section_prompt\":\"Standard header for website navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\\u2019re here to answer your questions and help you.\",\"section_prompt\":\"A welcoming banner introducing the contact page.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Location\",\"section_description\":\"Find out where we\'re located and how to reach us.\",\"section_prompt\":\"A brief section detailing our office location and directions.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Business Hours\",\"section_description\":\"Know when to reach us for the quickest response.\",\"section_prompt\":\"A simple layout displaying our operating hours for various days.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below and we\\u2019ll get back to you shortly.\",\"section_prompt\":\"A contact form layout enabling users to send us a message directly.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links to privacy policy, terms of service, and contact information.\",\"section_prompt\":\"A standard footer serving as the basic navigation and info section.\"}]}],\"user_prompt\":\"website for web services\",\"prompt_id\":157}', '2025-08-28 11:45:52', '2025-08-28 11:45:52'),
(158, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Creative Designs Portfolio\",\"website_description\":\"A visual showcase of unique and innovative graphic design works, demonstrating creativity and skill in diverse design projects.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Entertainment\",\"search_query\":\"graphic design, creative portfolio, visual art, design showcase\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where creativity meets professionalism.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation menu for easy access to site content.\",\"section_prompt\":\"Includes logo and navigation links to other sections.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Graphic Design Portfolio\",\"section_description\":\"An artistic introduction highlighting my skills and style as a graphic designer.\",\"section_prompt\":\"A full-width hero section, featuring a captivating image overlay with text.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my background as a graphic designer and my artistic journey.\",\"section_prompt\":\"Presentation of background information in a visually appealing format.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"A selection of graphic design projects showcasing versatility and skill.\",\"section_prompt\":\"Grid layout displaying thumbnails of various design projects that link to detail pages.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"Highlighting key accomplishments and milestones in my graphic design career.\",\"section_prompt\":\"A visually engaging bar layout demonstrating statistics of projects completed, clients served, and accolades received.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Recent additions to my portfolio, showcasing my current work and trends.\",\"section_prompt\":\"List of recent projects with brief descriptions to keep visitors updated.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback and reviews from clients about working with me.\",\"section_prompt\":\"A carousel or grid showcasing client testimonials for social proof.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement to contact me for projects or collaborations.\",\"section_prompt\":\"A prominent call to action prompting visitors to reach out for inquiries.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":158}', '2025-08-28 11:58:22', '2025-08-28 11:58:22');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(159, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Wanderlust Captured\",\"website_description\":\"A travel and photography blog celebrating the world\'s beauty through stunning visuals and captivating stories.\",\"website_type\":\"Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, adventure travel, nature landscapes, global destinations\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Wanderlust Captured, where every photo tells a story.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the navigation header of the website containing the logo and menu links.\",\"section_prompt\":\"Responsive top header with navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Adventure\",\"section_description\":\"Dive into the world of travel and photography with stunning visuals from around the globe.\",\"section_prompt\":\"A hero image showcasing a breathtaking travel destination with a welcome message overlay.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my journey as a traveler and photographer, capturing moments that matter.\",\"section_prompt\":\"A brief biography section introducing the writer with a personal photo in a warm layout.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Explore Featured Destinations\",\"section_description\":\"Browse through curated highlights from top travel destinations with beautiful imagery.\",\"section_prompt\":\"Grid layout featuring selected destinations with thumbnail images and brief descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Adventures\",\"section_description\":\"Check out my most recent travels and photography posts for inspiration and tips.\",\"section_prompt\":\"A section displaying the latest blog post previews with featured images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey\",\"section_description\":\"Subscribe to my blog for the latest travel stories and photography tips delivered straight to your inbox!\",\"section_prompt\":\"A prominent section encouraging newsletter sign-up with an input form.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"By the Numbers\",\"section_description\":\"A visual overview of my travel experiences, photography milestones, and adventures to date.\",\"section_prompt\":\"Graphical representation of travels, such as countries visited, photos taken, and milestones.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer serves as the closing section providing links to social media and copyright information.\",\"section_prompt\":\"Responsive footer containing social media icons and copyright text.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Inspirations Blog\",\"page_description\":\"Read captivating travel stories and photography tips that inspire your next adventure.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the navigation header of the blog page containing the logo and menu links.\",\"section_prompt\":\"Responsive top header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Inspirations Blog\",\"section_description\":\"Discover travel stories and tips to inspire your next journey.\",\"section_prompt\":\"Inner banner with an attractive travel-themed background image.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Blog Posts\",\"section_description\":\"A collection of my latest travel stories and photography insights presented in an engaging layout.\",\"section_prompt\":\"Grid layout featuring recent blog post titles, excerpts, and images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated\",\"section_description\":\"Subscribe to receive updates on new travel posts and exclusive photography tips.\",\"section_prompt\":\"Encourage visitors to subscribe through an engaging sign-up form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer serves as the closing section providing links to social media and copyright information.\",\"section_prompt\":\"Responsive footer containing social media icons and copyright text.\"}]},{\"page_type\":\"about\",\"page_title\":\"About My Travel Journey\",\"page_description\":\"A deeper dive into my experiences and passion for travel and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the navigation header of the about page containing the logo and menu links.\",\"section_prompt\":\"Responsive top header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About My Travel Journey\",\"section_description\":\"Explore my background in travel and photography and what inspires me.\",\"section_prompt\":\"Inner banner with a captivating travel photo reflecting the theme.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Story\",\"section_description\":\"Discover my background, my motivations for traveling, and the evolution of my photography skills.\",\"section_prompt\":\"A narrative section detailing my personal story and experiences.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet My Travel Team\",\"section_description\":\"Introducing the talented friends and fellow travelers who inspire my journeys.\",\"section_prompt\":\"Stylish grid layout showcasing profiles of travel mates with images.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer serves as the closing section providing links to social media and copyright information.\",\"section_prompt\":\"Responsive footer containing social media icons and copyright text.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out to share your thoughts or inquiries regarding my travel and photography blog.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the navigation header of the contact page containing the logo and menu links.\",\"section_prompt\":\"Responsive top header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"I\\u2019d love to hear from you! Please fill out the form below to connect with me.\",\"section_prompt\":\"Inner banner with a friendly background image inviting communication.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below with your message, and I will get back to you as soon as possible.\",\"section_prompt\":\"A user-friendly contact form for visitors to submit their inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer serves as the closing section providing links to social media and copyright information.\",\"section_prompt\":\"Responsive footer containing social media icons and copyright text.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":159}', '2025-08-28 12:02:49', '2025-08-28 12:02:49'),
(160, 50, NULL, 'The website for 42 Works IT Company in Mohali will showcase the company\'s expertise in six key areas: website development, SEO, AI products, mobile development, Marketing, and Gaming. The site will feature a modern design, highlighting each service with detailed descriptions, case studies, and client testimonials. It should include a homepage with an overview of services, an \'About Us\' section detailing the company\'s mission and vision, a dedicated page for each service with examples of previous', '{\"website_title\":\"42 Works IT Company\",\"website_description\":\"Expert IT solutions and services in Mohali, specializing in website development, SEO, AI products, mobile development, marketing, and gaming.\",\"website_type\":\"Business\",\"website_industry\":\"Technology\",\"search_query\":\"IT company, Mohali, website development, SEO services, mobile development, AI products, marketing solutions\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The homepage provides a comprehensive introduction to 42 Works IT Company, highlighting its core services and expertise.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to 42 Works IT Company\",\"section_description\":\"A modern and responsive hero banner that introduces visitors to our IT solutions in Mohali, sparking interest in our services.\",\"section_prompt\":\"A full-width hero section with a captivating image and welcome text overlay.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our commitment to delivering exceptional IT services and our vision to innovate through technology.\",\"section_prompt\":\"An informative section providing insights into our company values and mission.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Our Services Overview\",\"section_description\":\"Explore our diverse range of services designed to elevate your business and enhance your digital presence.\",\"section_prompt\":\"A visually engaging grid layout highlighting each service provided.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Discover the unique advantages of working with 42 Works, including expertise, quality, and customer-focused solutions.\",\"section_prompt\":\"A comparative layout detailing the benefits of our services versus competitors.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest articles and insights related to IT trends and developments.\",\"section_prompt\":\"A section displaying recent blog posts to engage visitors with informative content.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Hear from our satisfied clients about the impact of our services on their businesses.\",\"section_prompt\":\"A testimonials slider showcasing client feedback and success stories.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Ready to elevate your business? Contact us now for tailored IT solutions.\",\"section_prompt\":\"A prominent CTA encouraging visitors to engage with our services.\"}]}],\"user_prompt\":\"The website for 42 Works IT Company in Mohali will showcase the company\'s expertise in six key areas: website development, SEO, AI products, mobile development, Marketing, and Gaming. The site will feature a modern design, highlighting each service with detailed descriptions, case studies, and client testimonials. It should include a homepage with an overview of services, an \'About Us\' section detailing the company\'s mission and vision, a dedicated page for each service with examples of previous\",\"prompt_id\":160}', '2025-08-28 12:05:05', '2025-08-28 12:05:05'),
(161, 50, NULL, 'The website for 42 Works IT Company in Mohali will showcase the company\'s expertise in six key areas: website development, SEO, AI products, mobile development, Marketing, and Gaming. The site will feature a modern design, highlighting each service with detailed descriptions, case studies, and client testimonials. It should include a homepage with an overview of services, an \'About Us\' section detailing the company\'s mission and vision, a dedicated page for each service with examples of previous', '{\"website_title\":\"42 Works IT Company\",\"website_description\":\"Explore 42 Works IT Company in Mohali, your tech partner for website development, SEO, AI products, mobile development, marketing, and gaming solutions. Discover our innovative approaches, client success stories, and expert services.\",\"website_type\":\"company_website\",\"website_industry\":\"Technology\",\"search_query\":\"website development, SEO, AI products, mobile development, gaming\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The homepage providing a comprehensive overview of our services and company mission.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to 42 Works IT Company\",\"section_description\":\"An engaging introductory section highlighting our core mission and services.\",\"section_prompt\":\"A dynamic hero section with a background image representing technology and innovation.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our company\'s vision, mission, and the expertise driving our services.\",\"section_prompt\":\"A section introducing the company, with a text description and an accompanying image.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Our Services\",\"section_description\":\"Overview of our key service areas including website development, SEO, AI products, mobile development, and marketing.\",\"section_prompt\":\"A grid layout showcasing each service with a brief description.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights and Innovations\",\"section_description\":\"Check out our latest blog posts, updates, and innovations in the tech industry.\",\"section_prompt\":\"A section displaying the most recent blog entries, arranged in a grid.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Discover the unique advantages of partnering with 42 Works for your IT solutions.\",\"section_prompt\":\"A highlights section with bullet points or icons showcasing key benefits.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch Today!\",\"section_description\":\"Ready to start your project with us? Contact us for a consultation.\",\"section_prompt\":\"A prominent call-to-action encouraging visitors to reach out, with a styled button.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Hear from our clients about their experiences working with 42 Works.\",\"section_prompt\":\"A section featuring client testimonial quotes, possibly with images.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation links and company information at the bottom of the page.\",\"section_prompt\":\"The footer should contain navigation links, social media icons, and copyright details.\"}]},{\"page_type\":\"about_us\",\"page_title\":\"About Us\",\"page_description\":\"An in-depth look at 42 Works IT Company, our mission, vision, and team.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header for the About Us page.\",\"section_prompt\":\"Standard header section with logo and navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Our Mission and Vision\",\"section_description\":\"An overview of our core mission and vision guiding our business.\",\"section_prompt\":\"A section with a prominent title and accompanying image that reflects our mission.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Team\",\"section_description\":\"Get to know the experts behind our solutions and their unique skills.\",\"section_prompt\":\"A text section providing brief bios for team members.\"},{\"section_type\":\"social_proof\",\"section_title\":\"Client Success Stories\",\"section_description\":\"Highlighting key projects and testimonials from satisfied clients.\",\"section_prompt\":\"A section featuring success stories to build credibility and trust.\"},{\"section_type\":\"faq\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common queries related to our services and company.\",\"section_prompt\":\"An interactive FAQ section with questions and answers.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation links and company information at the bottom of the page.\",\"section_prompt\":\"The footer should contain navigation links, social media icons, and copyright details.\"}]},{\"page_type\":\"website_development\",\"page_title\":\"Website Development Services\",\"page_description\":\"Explore our website development services, showcasing our expertise and past projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header for the Website Development page.\",\"section_prompt\":\"Standard header section with logo and navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Website Development Expertise\",\"section_description\":\"An introduction to our website development services and specialties.\",\"section_prompt\":\"A banner section with a strong title and supporting image.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Our Development Process\",\"section_description\":\"A detailed description of our step-by-step website development process.\",\"section_prompt\":\"Outline of our development methodology with visuals.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"Case Studies\",\"section_description\":\"Exemplary projects we\'ve completed, demonstrating our skills in website development.\",\"section_prompt\":\"A section featuring project images and descriptions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project with Us\",\"section_description\":\"Contact us to discuss your website development needs.\",\"section_prompt\":\"A call-to-action encouraging visitors to reach out with a contact form or link.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation links and company information at the bottom of the page.\",\"section_prompt\":\"The footer should contain navigation links, social media icons, and copyright details.\"}]},{\"page_type\":\"seo_services\",\"page_title\":\"SEO Services\",\"page_description\":\"Get to know our search engine optimization personalized strategies and services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header for the SEO Services page.\",\"section_prompt\":\"Standard header section with logo and navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Optimizing Your Online Presence\",\"section_description\":\"An overview of our SEO services and methodologies.\",\"section_prompt\":\"Banner image with relevant SEO visuals and a strong title.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Our SEO Strategies\",\"section_description\":\"Details on the strategies we use to enhance your website\\u2019s visibility.\",\"section_prompt\":\"Clear, dynamic section explaining our varied SEO tactics.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Success in SEO\",\"section_description\":\"Showcasing client testimonials related to our SEO projects.\",\"section_prompt\":\"A section dedicated to authentic client feedback on SEO services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Elevate Your SEO with Us\",\"section_description\":\"Connect with us to enhance your SEO strategy.\",\"section_prompt\":\"A call-to-action encouraging visitors to contact us for further details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation links and company information at the bottom of the page.\",\"section_prompt\":\"The footer should contain navigation links, social media icons, and copyright details.\"}]},{\"page_type\":\"ai_products\",\"page_title\":\"AI Products Overview\",\"page_description\":\"Discover our innovative AI products designed to revolutionize industries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header for the AI Products page.\",\"section_prompt\":\"Standard header section with logo and navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Innovate with AI Solutions\",\"section_description\":\"Highlighting our cutting-edge AI products.\",\"section_prompt\":\"An engaging banner section demonstrating AI technology.\"},{\"section_type\":\"service_detail\",\"section_title\":\"AI Solutions We Offer\",\"section_description\":\"Detailed descriptions of each AI solution available through our company.\",\"section_prompt\":\"A breakdown of each AI product, potentially with demos or examples.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready for AI Transformation?\",\"section_description\":\"Contact us to learn more about our AI solutions and their applications.\",\"section_prompt\":\"A clear call to action for inquiries about AI products.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation links and company information at the bottom of the page.\",\"section_prompt\":\"The footer should contain navigation links, social media icons, and copyright details.\"}]},{\"page_type\":\"mobile_development\",\"page_title\":\"Mobile Development Services\",\"page_description\":\"Explore our mobile application development services tailored to your needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header for the Mobile Development page.\",\"section_prompt\":\"Standard header section with logo and navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Mobile App Development Expertise\",\"section_description\":\"An overview of our mobile development approach.\",\"section_prompt\":\"A banner section with visuals representing mobile technology.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Our Mobile Solutions\",\"section_description\":\"Detailed insights into various mobile application services offered.\",\"section_prompt\":\"Description of mobile solutions, engaging layout to highlight features.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Mobile Journey\",\"section_description\":\"Connect with us to create your mobile app today!\",\"section_prompt\":\"Encouraging section prompting users to reach out to us for further collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation links and company information at the bottom of the page.\",\"section_prompt\":\"The footer should contain navigation links, social media icons, and copyright details.\"}]},{\"page_type\":\"marketing\",\"page_title\":\"Marketing Strategies\",\"page_description\":\"Uncover our marketing strategies to boost your brand visibility.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header for the Marketing page.\",\"section_prompt\":\"Standard header section with logo and navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Comprehensive Marketing Solutions\",\"section_description\":\"Overview of our tailored marketing strategies.\",\"section_prompt\":\"A section showcasing marketing visuals with a tailored message.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Our Marketing Approach\",\"section_description\":\"A walkthrough of how we build marketing strategies to fit your business objectives.\",\"section_prompt\":\"Content-rich section detailing various marketing techniques.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Boost Your Brand with Us\",\"section_description\":\"Contact us to take your marketing to the next level!\",\"section_prompt\":\"A prompt for visitors to reach out to discuss marketing strategies.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation links and company information at the bottom of the page.\",\"section_prompt\":\"The footer should contain navigation links, social media icons, and copyright details.\"}]},{\"page_type\":\"gaming\",\"page_title\":\"Gaming Solutions\",\"page_description\":\"Explore our unique solutions for the gaming industry, from development to marketing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header for the Gaming page.\",\"section_prompt\":\"Standard header section with logo and navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Innovative Gaming Solutions\",\"section_description\":\"Introduction to our services tailored for the gaming market.\",\"section_prompt\":\"A visually engaging banner representing gaming technology.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Our Gaming Services\",\"section_description\":\"Detailing our services from game development to marketing, appealing to gamers.\",\"section_prompt\":\"Showcase various gaming services in a structured format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore Our Gaming Innovations\",\"section_description\":\"Reach out to us for pioneering gaming solutions.\",\"section_prompt\":\"A call-to-action encouraging inquiries into gaming solutions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation links and company information at the bottom of the page.\",\"section_prompt\":\"The footer should contain navigation links, social media icons, and copyright details.\"}]}],\"user_prompt\":\"The website for 42 Works IT Company in Mohali will showcase the company\'s expertise in six key areas: website development, SEO, AI products, mobile development, Marketing, and Gaming. The site will feature a modern design, highlighting each service with detailed descriptions, case studies, and client testimonials. It should include a homepage with an overview of services, an \'About Us\' section detailing the company\'s mission and vision, a dedicated page for each service with examples of previous\",\"prompt_id\":161}', '2025-08-28 12:05:59', '2025-08-28 12:05:59'),
(162, 50, NULL, 'The website for 42 Works IT Company in Mohali will showcase the company\'s expertise in six key areas: website development, SEO, AI products, mobile development, Marketing, and Gaming. The site will feature a modern design, highlighting each service with detailed descriptions, case studies, and client testimonials. It should include a homepage with an overview of services, an \'About Us\' section detailing the company\'s mission and vision, a dedicated page for each service with examples of previous', '{\"website_title\":\"42 Works IT Company\",\"website_description\":\"Showcasing the expertise and services of 42 Works IT Company, specializing in web development, SEO, AI products, mobile development, marketing, and gaming.\",\"website_type\":\"Business\",\"website_industry\":\"Technology\",\"search_query\":\"IT company, technology services, software development, digital marketing, mobile app development\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to 42 Works IT Company. Discover our expertise in technology and how we can help your business grow.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to 42 Works IT Company\",\"section_description\":\"A modern IT company ready to elevate your digital presence.\",\"section_prompt\":\"Full-width hero image with a welcoming message overlaid.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission and vision that drive us to provide exceptional IT services.\",\"section_prompt\":\"Introduction about the company with an engaging layout in two columns.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our core service areas and how we can meet your needs.\",\"section_prompt\":\"A listing grid that highlights each service with a brief description and an icon.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out our latest articles, updates, and insights into the tech world.\",\"section_prompt\":\"Display recent blog posts with images and excerpts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Discover what sets us apart from the competition in the tech industry.\",\"section_prompt\":\"Highlight unique features and benefits in engaging visuals.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Read feedback from our satisfied clients and their success stories.\",\"section_prompt\":\"Display quotes from clients in a carousel layout.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Ready to elevate your business? Contact us today for a consultation!\",\"section_prompt\":\"A prominent call-to-action button leading to the contact page.\"}]}],\"user_prompt\":\"The website for 42 Works IT Company in Mohali will showcase the company\'s expertise in six key areas: website development, SEO, AI products, mobile development, Marketing, and Gaming. The site will feature a modern design, highlighting each service with detailed descriptions, case studies, and client testimonials. It should include a homepage with an overview of services, an \'About Us\' section detailing the company\'s mission and vision, a dedicated page for each service with examples of previous\",\"prompt_id\":162}', '2025-08-28 12:07:14', '2025-08-28 12:07:14'),
(163, 50, 211, '\"Create a website for a coaching person named \\\"Unbounded Potential\\\". Coaching bold, brilliant, and bighearted leaders and entrepreneurs to skyrocket their prosperity and purpose, while being fully seen and supported.\"', '{\"website_title\":\"Unbounded Potential Coaching\",\"website_description\":\"Empowering bold, brilliant, and big-hearted leaders and entrepreneurs to elevate their prosperity and purpose with personalized coaching and support.\",\"website_type\":\"personal\",\"website_industry\":\"Consulting\",\"search_query\":\"coaching, leadership, personal development, entrepreneurs\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The frontpage of Unbounded Potential Coaching that outlines the core values and services offered.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to Unbounded Potential\",\"section_description\":\"A powerful introduction to our coaching philosophy and services, inspiring visitors to pursue their potential and connect with us.\",\"section_prompt\":\"Engaging introductory section that highlights the purpose of the coaching services, featuring a background image of a vibrant sky or expansive landscape.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Discover my journey and how my experiences shape my coaching methodology, ensuring a personalized approach to your growth.\",\"section_prompt\":\"A personal story section that shares the background and philosophy, potentially paired with a photo.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Coaching?\",\"section_description\":\"Understand the key benefits of coaching for leaders and entrepreneurs, enhancing your skills and guiding you toward your goals.\",\"section_prompt\":\"An informative section that details specific coaching benefits, formatted as bullet points or an infographic.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Coaching Services Offered\",\"section_description\":\"A glimpse into the range of coaching services tailored to empower you on your journey to success.\",\"section_prompt\":\"A cohesive grid layout highlighting each coaching service with brief descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights & Articles\",\"section_description\":\"Stay updated with recent blog posts, tips, and insights to help you enhance your leadership and entrepreneurial skills.\",\"section_prompt\":\"A dynamic section showcasing recent blog articles with engaging images.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Success Stories\",\"section_description\":\"Read inspiring testimonials from clients who have transformed their lives and careers through coaching.\",\"section_prompt\":\"A section featuring rotating client testimonials with visual emphasis on their journeys.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Journey Today!\",\"section_description\":\"Reach out to begin your transformation with personalized coaching, fully supported on your path to success.\",\"section_prompt\":\"An inviting final section encouraging visitors to contact or book a session, with a link to the contact page.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Unbounded Potential\",\"page_description\":\"Learn more about Unbounded Potential, the philosophy and methods used in coaching, and the vision that drives us forward.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation bar with links to all pages and branding elements.\",\"section_prompt\":\"Standard responsive header with logo and navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"About Unbounded Potential\",\"section_description\":\"Explore what defines Unbounded Potential and how we work with clients to unleash their abilities.\",\"section_prompt\":\"A descriptive banner introducing the page with a strong visual impact.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"My Coaching Philosophy\",\"section_description\":\"An outline of the guiding principles that form the foundation of my coaching methods and strategies.\",\"section_prompt\":\"Engaging section combining text with images or videos regarding coaching methods.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Impact on the Community\",\"section_description\":\"Discussion on how effective coaching positively influences communities and fosters growth through leadership.\",\"section_prompt\":\"Text-focused section providing insights on community impact.\"},{\"section_type\":\"social_proof\",\"section_title\":\"Join the League of Leaders\",\"section_description\":\"Highlight prominent leaders who have benefited from coaching, instilling confidence in potential clients.\",\"section_prompt\":\"Visual representation of notable clients or partnerships.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer navigation and social media links to ensure complete user accessibility.\",\"section_prompt\":\"Standard footer layout with contact information and links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Coaching Services\",\"page_description\":\"Explore the various personalized coaching services I offer to enhance your leadership and entrepreneurial journey.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation bar with links to all pages and branding elements.\",\"section_prompt\":\"Standard responsive header with logo and navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"Explore Our Coaching Services\",\"section_description\":\"A dedicated section describing the various coaching services provided, tailored to meet different needs.\",\"section_prompt\":\"An engaging banner that highlights the services available.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Individual Coaching Sessions\",\"section_description\":\"Personalized one-on-one sessions designed to cater to your unique needs and aspirations.\",\"section_prompt\":\"A detailed overview of individual coaching sessions, emphasizing personalization.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Group Coaching Programs\",\"section_description\":\"Collaborative group sessions that cultivate shared learning experiences and community support.\",\"section_prompt\":\"A section focused on group dynamics and networking opportunities.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Leadership Retreats\",\"section_description\":\"Immersive retreats to deepen your leadership skills while fostering connections with like-minded individuals.\",\"section_prompt\":\"An exploratory section detailing the experiences and outcomes of leadership retreats.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Elevate Your Potential?\",\"section_description\":\"Contact me to learn more about how our coaching services can significantly impact your journey.\",\"section_prompt\":\"Compelling call to action encouraging visitors to make contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer navigation and social media links to ensure complete user accessibility.\",\"section_prompt\":\"Standard footer layout with contact information and links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Insights & Reflections\",\"page_description\":\"A collection of blog posts containing insights, advice, and reflections on leadership, entrepreneurship, and personal development.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation bar with links to all pages and branding elements.\",\"section_prompt\":\"Standard responsive header with logo and navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"Welcome to Our Blog\",\"section_description\":\"A welcoming section inviting readers to explore empowering articles and insights.\",\"section_prompt\":\"A vibrant banner that captures the essence of the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Explore Our Latest Articles\",\"section_description\":\"Dive into a wide range of topics that support your journey to prosperity and purpose through expert guidance.\",\"section_prompt\":\"Grid layout presenting recent blog articles with captivating visuals.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Resources for Growth\",\"section_description\":\"Find additional resources and recommendations to enhance your personal and professional journey.\",\"section_prompt\":\"A text-centric section listing various growth resources.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer navigation and social media links to ensure complete user accessibility.\",\"section_prompt\":\"Standard footer layout with contact information and links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Contact Unbounded Potential for inquiries, to schedule a session, or simply to connect.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation bar with links to all pages and branding elements.\",\"section_prompt\":\"Standard responsive header with logo and navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"Connect with Me\",\"section_description\":\"Reach out for any questions, coaching inquiries, or to learn more about the journey ahead.\",\"section_prompt\":\"A welcoming banner that encourages contact.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"A simple form for inquiries, allowing potential clients to request information or schedule a session.\",\"section_prompt\":\"User-friendly contact form layout with fields for name, email, and message.\"},{\"section_type\":\"faq\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common questions about coaching processes and services offered.\",\"section_prompt\":\"Section providing FAQs to assist potential clients.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer navigation and social media links to ensure complete user accessibility.\",\"section_prompt\":\"Standard footer layout with contact information and links.\"}]}],\"user_prompt\":\"Create a website for a coaching person named \\\"Unbounded Potential\\\". Coaching bold, brilliant, and bighearted leaders and entrepreneurs to skyrocket their prosperity and purpose, while being fully seen and supported.\",\"prompt_id\":163,\"theme\":\"classic\",\"colors\":[[4,84,84],[220,4,75]],\"fonts\":\"classic-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/www.facebook.com\\/catherineameliawood\",\"instagram\":\"https:\\/\\/www.instagram.com\\/unboundedpotential\\/\",\"twitter\":null,\"linkedin\":\"https:\\/\\/www.linkedin.com\\/in\\/catherine-a-wood-mba-mcc\\/\",\"pinterest\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_68b04784f0ad6.png\"}', '2025-08-28 12:08:56', '2025-08-28 12:11:50'),
(165, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A showcase of innovative graphic design projects, displaying creativity and skill in visual communication.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio showcase, creative graphic work, visual arts\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets professionalism.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"This is the introduction to my graphic design portfolio, showcasing my best work and talents.\",\"section_prompt\":\"Hero banner with an attractive image of a graphic design related project; responsive full-width layout.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background, skills, and design philosophy.\",\"section_prompt\":\"A brief introduction to my experiences, skills, and passion for graphic design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Works\",\"section_description\":\"Explore some of my best graphic design projects, each reflecting creativity and attention to detail.\",\"section_prompt\":\"A grid layout displaying selected artworks with thumbnails and short descriptions.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Design Statistics\",\"section_description\":\"Highlight achievements and metrics of my graphic design career.\",\"section_prompt\":\"Progressive bars showing number of projects, clients served, and years of experience.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Check out my most recent work and updates in the graphic design field.\",\"section_prompt\":\"Display a selection of the latest projects with links to the full case studies.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"I would love to hear from you! Contact me for collaborations and inquiries.\",\"section_prompt\":\"Encouraging visitors to reach out through a contact form or direct message.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":165}', '2025-08-28 12:43:53', '2025-08-28 12:43:53');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(166, 50, 213, '\"Portfolio showcasing graphic design work\"', '{\"website_title\":\"Creative Portfolio\",\"website_description\":\"A portfolio website showcasing stunning graphic design work, highlighting creativity and versatility in design.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative art, digital design, design showcase\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets functionality.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section of the homepage, featuring the site\'s logo and navigation menu.\",\"section_prompt\":\"Top navigation bar with logo on the left and menu on the right.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A captivating introduction to my graphic design work, showcasing a striking visual that reflects my style.\",\"section_prompt\":\"Large, visually stunning banner image that introduces visitors to the portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"An introduction to my background, design philosophy, and what inspires my work.\",\"section_prompt\":\"Block format with a professional image on one side and text about me on the other, left-aligned.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"A grid display of my top graphic design projects to give visitors a quick overview of my capabilities.\",\"section_prompt\":\"Grid layout showcasing thumbnails of featured projects with short descriptions beneath each.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Explore my latest blog posts about graphic design trends and techniques.\",\"section_prompt\":\"A section highlighting the latest blog posts with titles and excerpts, formatted in a clean layout.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"A summary of my most significant achievements in the field of graphic design.\",\"section_prompt\":\"A set of metric bars showing completed projects, satisfied clients, and years of experience.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback from clients showcasing their satisfaction with my graphic design services.\",\"section_prompt\":\"A slider format with quotes and pictures of clients sharing their experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to reach out for collaborations or queries.\",\"section_prompt\":\"Bold call to action inviting visitors to fill out a contact form or send an email.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Design Work\",\"page_description\":\"A detailed showcase of my graphic design projects, including branding, print, and digital designs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the header for the portfolio page, including navigation links.\",\"section_prompt\":\"Standard header with navigation options for the portfolio page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Design Work\",\"section_description\":\"A visual introduction to the portfolio section, setting the tone for the showcased designs.\",\"section_prompt\":\"Banner that reflects the creative theme of the graphic design work.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"A comprehensive gallery displaying my graphic design works with descriptions of each piece.\",\"section_prompt\":\"Grid gallery format displaying high-resolution images of my projects with captions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project Case Studies\",\"section_description\":\"In-depth case studies detailing my design process and solutions for each project.\",\"section_prompt\":\"Combination of text and images highlighting project details and design approaches.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Collaborating?\",\"section_description\":\"A prompt for visitors to get in touch for freelance opportunities or collaborations.\",\"section_prompt\":\"Engaging text inviting users to contact me for potential projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with contact information and additional navigation links.\",\"section_prompt\":\"Footer section containing copyright information and links to social media.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights Blog\",\"page_description\":\"A blog focusing on graphic design tips, trends, and insights for creative professionals.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section featuring the site logo and navigation for the blog page.\",\"section_prompt\":\"Traditional navigation bar with logo and links to blog categories.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Insights Blog\",\"section_description\":\"An informative banner that introduces the blog theme and content.\",\"section_prompt\":\"Stylish banner relating to design, capturing the essence of the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"A grid view of my latest blog posts, offering quick access to design articles and insights.\",\"section_prompt\":\"Grid layout presenting blog post titles, thumbnails, and excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Invitation for visitors to subscribe for blog updates and design tips.\",\"section_prompt\":\"Engaging call to action prompting visitors to enter their email for newsletter subscriptions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing links to the main website and social media profiles.\",\"section_prompt\":\"Footer with navigation links and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"A contact page that allows visitors to reach out for collaboration or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section with the website logo and contact navigation links.\",\"section_prompt\":\"Typical header structure with logo on the left and navigation on the right.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"An introductory banner encouraging visitors to contact me for any inquiries or collaborations.\",\"section_prompt\":\"Banner emphasizing the contact theme.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"An easy-to-use form for visitors to reach out with questions or project collaborations.\",\"section_prompt\":\"Contact form structured with fields for name, email, message, and submit button.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Connect\",\"section_description\":\"Encouragement for visitors to reach out with any questions or project ideas.\",\"section_prompt\":\"Engaging text urging visitors to fill out the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with contact details and additional resources.\",\"section_prompt\":\"Footer containing essential contacts and social media links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":166,\"theme\":\"minimalistic\",\"colors\":[[4,84,84],[220,4,75]],\"fonts\":\"minimalistic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_68b04f54b5249.png\"}', '2025-08-28 12:44:08', '2025-08-28 12:45:10'),
(169, NULL, NULL, 'hello', '{\"website_title\":\"John Doe\'s Photography Portfolio\",\"website_description\":\"Explore the stunning photography portfolio of John Doe, featuring breathtaking landscapes, portraits, and street photography.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"landscape photography, portrait photography, street photography, nature photography\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my photography website where I showcase my artistic vision.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover a collection of my finest photographs that capture the beauty of the world around us.\",\"section_prompt\":\"Full-width hero section with an engaging image overlay and a brief introduction.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"I am a passionate photographer dedicated to capturing moments and telling stories through my lens.\",\"section_prompt\":\"A brief biography introducing me, my background in photography, and my artistic journey.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Works\",\"section_description\":\"Check out my most recent photography projects and exhibitions.\",\"section_prompt\":\"Highlights of my latest photography projects showcased in a grid format.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Photography Services\",\"section_description\":\"Explore the different photography services I offer, including portraits, events, and landscapes.\",\"section_prompt\":\"Grid layout displaying various photography services with brief descriptions.\"},{\"section_type\":\"features_list\",\"section_title\":\"Why Choose My Photography?\",\"section_description\":\"Discover the unique aspects of my photography that set me apart from the rest.\",\"section_prompt\":\"A list of benefits and features of my photography services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch!\",\"section_description\":\"Ready to book a session or have a question? Reach out to me today!\",\"section_prompt\":\"A call-to-action encouraging visitors to contact me for inquiries or bookings.\"},{\"section_type\":\"gallery\",\"section_title\":\"Gallery Highlights\",\"section_description\":\"A showcase of my best photographic works, from landscapes to candid moments.\",\"section_prompt\":\"A visually engaging gallery section displaying selected photography pieces.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information, social media links, and copyright information displayed here.\",\"section_prompt\":\"A standard footer section with links and contact details.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Photography Portfolio\",\"page_description\":\"Explore a curated selection of my best photographic works, showcasing various styles and themes.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the portfolio page.\",\"section_prompt\":\"Standard navigation header section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Photography Portfolio\",\"section_description\":\"An introduction to my photographic journey and the styles I embrace.\",\"section_prompt\":\"Inner banner highlighting the portfolio theme.\"},{\"section_type\":\"gallery\",\"section_title\":\"Selected Works\",\"section_description\":\"Browse through a collection of my best photographs across different categories.\",\"section_prompt\":\"Grid layout displaying my selected photographic works.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet the Team\",\"section_description\":\"A brief introduction of my collaborators and models featured in my photographs.\",\"section_prompt\":\"Presentation of team members as social cards.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in My Work?\",\"section_description\":\"Contact me for collaborations, bookings, or inquiries about my photography.\",\"section_prompt\":\"Call-to-action inviting visitors to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Conclusion with my contact info and website links.\",\"section_prompt\":\"Standard footer section with links and information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Photography Services Offered\",\"page_description\":\"Detailed overview of the photography services I provide to clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the services page.\",\"section_prompt\":\"Standard navigation header section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Services Offered\",\"section_description\":\"A detailed look at the various photography services I provide, tailored to meet your needs.\",\"section_prompt\":\"Inner banner introducing the services selection.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Portrait Photography\",\"section_description\":\"Offering professional portrait photography sessions, customized to reflect your unique personality.\",\"section_prompt\":\"Media and text layout featuring a portrait photograph with descriptive text.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Event Photography\",\"section_description\":\"Capturing the essence of your special moments with professional event photography services.\",\"section_prompt\":\"Media and text layout showcasing event photography.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Landscape Photography\",\"section_description\":\"Explore nature through my lens with stunning landscape photography that evokes emotion.\",\"section_prompt\":\"Media and text layout highlighting landscape photography.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book My Services Now!\",\"section_description\":\"Ready to schedule a session? Contact me today for availability and rates.\",\"section_prompt\":\"Call-to-action inviting clients to book my photography services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and footer links to social media and website policies.\",\"section_prompt\":\"Standard footer section with links and contact details.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Photography Insights and Tips\",\"page_description\":\"Discover articles and tips related to photography, techniques, and my experiences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the blog page.\",\"section_prompt\":\"Standard navigation header section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Insights and Tips\",\"section_description\":\"Explore my blog where I share insights, tips, and experiences from my photography journey.\",\"section_prompt\":\"Inner banner introducing the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"A visual grid of my latest blog entries with thumbnails.\",\"section_prompt\":\"Grid layout displaying the latest blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates!\",\"section_description\":\"Want to stay updated with my photography tips? Subscribe to my newsletter for the latest articles and insights.\",\"section_prompt\":\"Call-to-action inviting visitors to subscribe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Conclusion with my blog links and social media information.\",\"section_prompt\":\"Standard footer section with links and contact details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me for questions, bookings, or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the contact page.\",\"section_prompt\":\"Standard navigation header section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I would love to hear from you! Feel free to reach out with any questions or inquiries.\",\"section_prompt\":\"Inner banner highlighting the contact theme.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Get in Touch\",\"section_description\":\"Use the form below to send me a message directly.\",\"section_prompt\":\"A contact form section for inquiries.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Connect on Social Media\",\"section_description\":\"Follow me on social media for more updates and insights.\",\"section_prompt\":\"Social cards showcasing my social media platforms.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and footer links for ease of navigation.\",\"section_prompt\":\"Standard footer section with links and information.\"}]}],\"user_prompt\":\"hello\",\"prompt_id\":169}', '2025-08-28 13:05:09', '2025-08-28 13:05:09'),
(170, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Travel Lens: Capturing the World\",\"website_description\":\"A captivating blog that showcases travel experiences and stunning photography from around the globe. Discover travel tips, breathtaking landscapes, and cultural insights.\",\"website_type\":\"Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, global destinations, landscape photography, cultural travel\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The main landing page featuring highlights of our travel and photography blog.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation section for the blog.\",\"section_prompt\":\"This section serves as the primary navigation for the website, containing links to all major pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Explore the World\",\"section_description\":\"An inspiring banner that encourages visitors to travel and explore through photography.\",\"section_prompt\":\"A full-width hero image of a stunning landscape, with overlay text captivating visitors to explore our travel stories.\"},{\"section_type\":\"about\",\"section_title\":\"About Travel Lens\",\"section_description\":\"An introduction to the blog, sharing the passion for travel and photography.\",\"section_prompt\":\"This section provides insight into the blog\'s mission and background, connecting with the audience.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Destinations\",\"section_description\":\"A collection of top destinations featured in our photography and travel stories.\",\"section_prompt\":\"A grid layout showcasing images and brief descriptions of popular travel destinations we\'ve explored.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"A preview of our most recent blog posts to engage readers with fresh content.\",\"section_prompt\":\"This section highlights the latest blog posts with thumbnails and excerpts for new visitors.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Travel Stats\",\"section_description\":\"Showcasing our travel experiences through key statistics including countries visited and photos taken.\",\"section_prompt\":\"Visual representation of travel achievements, using icons and numbers to convey engagement.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Readers Say\",\"section_description\":\"Feedback and praise from our readers about our travel adventures and photography.\",\"section_prompt\":\"A carousel of testimonials from visitors who have enjoyed our content.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Adventure\",\"section_description\":\"Encouraging visitors to subscribe for updates and travel tips.\",\"section_prompt\":\"A inviting section with a form and a strong message inviting visitors to subscribe to our newsletter.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Blog\",\"page_description\":\"A dedicated page featuring all blog posts related to travel and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation section for the blog.\",\"section_prompt\":\"This section serves as the primary navigation for the blog, containing links to all major pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Blog\",\"section_description\":\"A banner showcasing our blog\'s focus on travel experiences.\",\"section_prompt\":\"An inner banner reinforcing the theme of travel blog, setting the stage for the content.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Explore Our Articles\",\"section_description\":\"A collection of blog posts displayed in a visually appealing grid format.\",\"section_prompt\":\"A grid layout displaying blog post titles, images, and excerpts that invite readers to delve deeper.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Connected\",\"section_description\":\"Encouraging readers to follow us on social media for more travel insights.\",\"section_prompt\":\"A section to share social media links, encouraging visitors to connect for more updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom navigation and information section of the blog.\",\"section_prompt\":\"A footer containing links to privacy policy, terms of service, and contact information.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Photo Gallery\",\"page_description\":\"An engaging gallery showcasing stunning travel photographs from around the world.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation section for the gallery.\",\"section_prompt\":\"This section serves as the primary navigation for the gallery.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Stunning Travel Photography\",\"section_description\":\"A dedicated banner focusing on the beauty of travel photography.\",\"section_prompt\":\"An inviting banner to entice visitors to explore the gallery of photographs.\"},{\"section_type\":\"gallery\",\"section_title\":\"Our Travel Photos\",\"section_description\":\"A curated selection of breathtaking images captured during our travels.\",\"section_prompt\":\"A visually appealing grid layout displaying travel photographs with lightbox effects for full views.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Thoughts\",\"section_description\":\"An invitation for visitors to leave feedback about their favourite photos.\",\"section_prompt\":\"A section encouraging visitors to comment on photographs they love and share their own travel experiences.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom navigation and information section of the gallery.\",\"section_prompt\":\"A footer containing links to privacy policy, terms of service, and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"A contact page allowing visitors to reach out with questions or feedback.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation section for the contact page.\",\"section_prompt\":\"This section serves as the primary navigation for the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"A banner inviting readers to reach out.\",\"section_prompt\":\"A welcoming section that sets the tone for engagement.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Reach Out to Us\",\"section_description\":\"A form for visitors to easily contact us with questions or comments.\",\"section_prompt\":\"A contact form layout for inquiries, placed within a responsive card for accessibility.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow Us on Social Media\",\"section_description\":\"Encouraging visitors to connect through social media platforms.\",\"section_prompt\":\"Stressing the importance of connecting on social channels alongside the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom navigation and information section of the contact page.\",\"section_prompt\":\"A footer containing links to privacy policy, terms of service, and contact information.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":170}', '2025-08-29 04:16:29', '2025-08-29 04:16:29'),
(171, 58, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Visual Expression: Graphic Design Portfolio\",\"website_description\":\"Explore my creative journey through an extensive collection of graphic design projects that showcase my skills, creativity, and passion for visual storytelling.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, digital art, portfolio, creative design, design showcase\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets professional expertise. Discover my work, philosophy, and inspiration in the realm of graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section introduces the main navigation and branding elements of the website.\",\"section_prompt\":\"Header section with logo and navigation links at the top.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"A captivating visual introduction to my graphic design work that invites visitors to explore further.\",\"section_prompt\":\"Full-width hero banner with a striking image of one of my standout designs.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my journey in graphic design, my skills, and my artistic philosophy that drives my work.\",\"section_prompt\":\"Informative section about personal background and design inspirations.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"Showcasing a selection of my best graphic design projects that highlight my versatility and creativity.\",\"section_prompt\":\"Grid layout displaying thumbnail images of featured projects with brief descriptions.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Design Accomplishments\",\"section_description\":\"An overview of my notable achievements in graphic design, highlighting the number of projects completed, clients served, and awards won.\",\"section_prompt\":\"Visual representation of statistics showing design milestones and success metrics.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear what my clients have to say about working with me and the impact of my designs on their projects.\",\"section_prompt\":\"Section displaying quotes from clients with their names and project details.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Discover my latest blog posts about graphic design trends, techniques, and insights into the industry.\",\"section_prompt\":\"Curated list of recent blog entries related to graphic design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Interested in collaborating or have a question? Don\\u2019t hesitate to reach out through my contact form.\",\"section_prompt\":\"Prominent call to action encouraging visitors to fill out the contact form.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Graphic Design Portfolio\",\"page_description\":\"A comprehensive showcase of my graphic design projects, illustrating my capabilities across various mediums and styles.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section introduces the main navigation and branding elements of the website.\",\"section_prompt\":\"Header section with logo and navigation links at the top.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Portfolio Overview\",\"section_description\":\"An introduction to the portfolio section, highlighting the diversity and creativity of my work.\",\"section_prompt\":\"Inner banner section emphasizing the theme of diverse graphic design projects.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Showcase\",\"section_description\":\"A visual display of my graphic design works, categorized by type, medium, and project goals.\",\"section_prompt\":\"Gallery layout featuring high-quality images of completed design projects.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Case Studies\",\"section_description\":\"Detailed insights into select projects, including the design process, challenges faced, and solutions delivered.\",\"section_prompt\":\"Media and text layout combining images and detailed text descriptions of specific projects.\"},{\"section_type\":\"reviews\",\"section_title\":\"What Clients Say\",\"section_description\":\"Client feedback and reviews focusing on my design approach and project outcome satisfaction.\",\"section_prompt\":\"Sections with client reviews formatted for visual appeal.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Collaborate with Me\",\"section_description\":\"Ready to start your design project? Let\'s collaborate and bring your vision to life!\",\"section_prompt\":\"Encouragement to initiate contact to discuss new projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer including links to social media and other important resources.\",\"section_prompt\":\"Standard footer with links and copyright information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights Blog\",\"page_description\":\"Stay updated with my thoughts on graphic design trends, tips, techniques, and personal experiences in the industry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section introduces the main navigation and branding elements of the website.\",\"section_prompt\":\"Header section with logo and navigation links at the top.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Design Thoughts\",\"section_description\":\"An overview of the blog section, highlighting the latest posts and design discussions.\",\"section_prompt\":\"Inner banner emphasizing fresh thoughts and insights.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"A collection of my blog posts on various graphic design topics, offering insights and advice to fellow designers and clients.\",\"section_prompt\":\"Grid layout of recent blog posts with images and excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Discussion\",\"section_description\":\"I invite you to engage with the content and share your thoughts in the comments section of each post.\",\"section_prompt\":\"Encouragement to participate in discussions based on blog content.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer including links to social media and other important resources.\",\"section_prompt\":\"Standard footer with links and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Feel free to reach out for collaborations, inquiries, or feedback related to my graphic design work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section introduces the main navigation and branding elements of the website.\",\"section_prompt\":\"Header section with logo and navigation links at the top.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"An invitation to reach out for queries, bookings, or collaborations in graphic design.\",\"section_prompt\":\"Inner banner encouraging visitors to contact.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"A simple form for visitors to fill out, allowing them to send messages directly to me.\",\"section_prompt\":\"Contact form section designed for visitor interaction.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer including links to social media and other important resources.\",\"section_prompt\":\"Standard footer with links and copyright information.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":171}', '2025-08-29 04:50:51', '2025-08-29 04:50:51'),
(173, 50, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Creative Graphic Design Portfolio\",\"website_description\":\"A stunning portfolio showcasing visual creativity and design expertise in graphic design.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative visuals, modern graphic design, art and design inspiration\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where creativity meets professionalism.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An engaging hero section featuring a stunning graphic design that captures attention.\",\"section_prompt\":\"A visually impactful hero banner showcasing one of my best graphic designs, with a call-to-action button to view the portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Introduction to my background, passion for graphic design, and what inspires my work.\",\"section_prompt\":\"A brief introduction about myself, including my journey in graphic design and my creative philosophy.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"A curated grid display of my best graphic design projects showcasing a variety of styles and techniques.\",\"section_prompt\":\"A visually appealing grid layout to showcase selected graphic design works, with each piece clickable for more details.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Design Achievements\",\"section_description\":\"Highlight key statistics about my graphic design career, like projects completed and satisfied clients.\",\"section_prompt\":\"A statistics bar to display impressive figures such as number of projects completed, years of experience, and clients served.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"A preview of my recent articles and insights on graphic design trends and tips.\",\"section_prompt\":\"A section featuring the latest blog posts related to graphic design, including links to full articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for viewers to contact me regarding design projects or inquiries.\",\"section_prompt\":\"An inviting call-to-action section prompting visitors to reach out for collaboration or questions.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":173}', '2025-08-29 06:37:01', '2025-08-29 06:37:01'),
(174, 50, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Wanderlust Lens\",\"website_description\":\"A travel and photography blog sharing adventures and stunning visuals from around the world.\",\"website_type\":\"Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, adventure travel, landscape photography, travel destinations, outdoor adventures\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel and photography blog, where I share my experiences and photos from around the globe.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An engaging hero section showcasing breathtaking travel photography.\",\"section_prompt\":\"A full-width hero image with a title overlay that captures the essence of wanderlust.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my passion for travel and photography.\",\"section_prompt\":\"A brief introduction about me, including my travel philosophy and photographic journey.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Travel Highlights\",\"section_description\":\"A curated selection of my favorite travel experiences and locations.\",\"section_prompt\":\"A grid format displaying travel posts with images and short descriptions, responsive for all devices.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Adventures\",\"section_description\":\"Check out my latest blog posts featuring travel stories and photography.\",\"section_prompt\":\"A section that dynamically lists the most recent blog entries with links to full articles.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Travel Stats\",\"section_description\":\"Highlighting the number of countries visited and photos taken.\",\"section_prompt\":\"A visual bar to showcase travel statistics in a visually appealing manner.\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQs\",\"section_description\":\"Common questions about my travels and photography tips.\",\"section_prompt\":\"An accordion-style format answering frequently asked questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Me on My Journey\",\"section_description\":\"Encouraging visitors to subscribe or follow my travels.\",\"section_prompt\":\"A compelling CTA prompting visitors to subscribe to a newsletter or follow on social.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains navigation links and social media icons.\",\"section_prompt\":\"A simple footer layout with essential links and social media icons.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Dive into my travel blog featuring all my latest posts and adventures.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header across the entire blog section.\",\"section_prompt\":\"A standard header for navigation, consistent with site branding.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog\",\"section_description\":\"Overview of the blog\'s focus on travel and photography.\",\"section_prompt\":\"An inner banner that introduces the blog content, styled to fit the theme.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Explore My Posts\",\"section_description\":\"A grid layout featuring all blog posts with images and snippets.\",\"section_prompt\":\"Responsive grid layout presenting blog posts with featured images and teasers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Don\'t Miss Out\",\"section_description\":\"Encouraging readers to subscribe for the latest updates.\",\"section_prompt\":\"A clear call to action urging visitors to sign up for newsletter updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for blog page with links and social media.\",\"section_prompt\":\"Consistent footer layout for the blog page with links and social elements.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me for collaborations or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Site header to navigate easily.\",\"section_prompt\":\"Standard header that remains consistent across the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A section guiding you to reach out for various inquiries.\",\"section_prompt\":\"A welcoming title section to indicate the purpose of the page.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Reach Out\",\"section_description\":\"A brief note encouraging visitors to contact and share their thoughts.\",\"section_prompt\":\"Informational section explaining the best ways to reach me.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Get in Touch\",\"section_description\":\"A contact form for inquiries.\",\"section_prompt\":\"A simple and user-friendly contact form to submit queries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation and social links.\",\"section_prompt\":\"Footer containing links to social media and navigational elements.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Photography Portfolio\",\"page_description\":\"View my collection of stunning travel photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Site navigational header.\",\"section_prompt\":\"A standard header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Portfolio\",\"section_description\":\"Introduction to the photography portfolio.\",\"section_prompt\":\"A visually appealing inner banner introducing the portfolio.\"},{\"section_type\":\"gallery\",\"section_title\":\"My Best Shots\",\"section_description\":\"A gallery showcasing my best travel photographs.\",\"section_prompt\":\"A responsive grid gallery displaying high-quality images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book a Session\",\"section_description\":\"Inviting visitors for photography sessions.\",\"section_prompt\":\"A strong call to action encouraging bookings for photography.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for the portfolio page with necessary links.\",\"section_prompt\":\"Standard footer layout consistent with the rest of the site.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover more about my journey as a traveler and photographer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Site header for navigation.\",\"section_prompt\":\"A standard header maintaining visual consistency.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Personal introduction and sharing my travel philosophy.\",\"section_prompt\":\"An engaging banner introducing the \'About Me\' page.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"A narrative of my travel experiences and how I got into photography.\",\"section_prompt\":\"Text-heavy section telling the story of my journey.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Connect with Me\",\"section_description\":\"Links to my social media for connection.\",\"section_prompt\":\"Social card format displaying links to my social pages.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer providing navigation and contact links.\",\"section_prompt\":\"Consistent footer layout, ensuring ease of access to links.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":174}', '2025-08-29 06:38:08', '2025-08-29 06:38:08'),
(179, 50, NULL, 'POP Solutions offers a wide range of packaging solutions for the bakery sector. We offer the choice between two types of packaging collections that promise alluring branded look while keeping the product inside naturally fresh', '{\"website_title\":\"POP Solutions - Bakery Packaging Experts\",\"website_description\":\"POP Solutions offers innovative packaging solutions for the bakery sector, ensuring products remain fresh while providing an elegant branded look. Explore our diverse collections to elevate your bakery products.\",\"website_type\":\"Business\",\"website_industry\":\"Food & Beverage\",\"search_query\":\"bakery packaging, food packaging solutions, custom food packaging, branded food packaging, eco-friendly packaging\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to POP Solutions, your go-to destination for bakery packaging solutions. Discover our unique offerings that merge functionality with aesthetic appeal.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to POP Solutions\",\"section_description\":\"An engaging introduction to POP Solutions, highlighting our commitment to quality packaging for the bakery sector.\",\"section_prompt\":\"A visually striking hero image showcasing bakery products with elegant packaging. This section is to captivate visitors right away.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"We are dedicated to providing the best packaging solutions for the bakery industry, ensuring both functionality and a delightful customer experience.\",\"section_prompt\":\"An informative section that narrates the mission and values of POP Solutions, complemented by images of our packaging in use.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Our Packaging?\",\"section_description\":\"Our packaging keeps your baked goods fresh and enhances your brand image, combining practicality with aesthetic appeal.\",\"section_prompt\":\"An engaging layout paired with visuals that demonstrate the benefits of our packaging solutions.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Packaging Solutions\",\"section_description\":\"Explore our different types of packaging collections designed specifically for the bakery sector.\",\"section_prompt\":\"A grid layout showcasing the various packaging options available, accompanied by brief descriptions for each type.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Since our inception, we have provided thousands of packages to bakeries, ensuring quality and freshness with each delivery.\",\"section_prompt\":\"A numerical highlight of our achievements, such as the number of packages sold or clients served, presented in an eye-catching format.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest News and Updates\",\"section_description\":\"Stay updated with the latest trends and news in bakery packaging solutions.\",\"section_prompt\":\"A brief overview promoting recent blog posts or updates on our latest offerings in packaging.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Feedback\",\"section_description\":\"Discover what our clients are saying about our packaging solutions and the impact on their bakery business.\",\"section_prompt\":\"A cleanly designed series of customer testimonials showcasing real feedback on our packaging.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch with Us\",\"section_description\":\"Ready to elevate your bakery\'s packaging? Contact us today for more information and to get started!\",\"section_prompt\":\"A prominent section inviting visitors to reach out with contact details and a clear, engaging layout.\"}]}],\"user_prompt\":\"POP Solutions offers a wide range of packaging solutions for the bakery sector. We offer the choice between two types of packaging collections that promise alluring branded look while keeping the product inside naturally fresh\",\"prompt_id\":179}', '2025-08-29 09:45:34', '2025-08-29 09:45:34');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(180, 50, NULL, 'Create a website for POP Solutions specializes in the design and production of packaging for the bakery industry. Our passion for providing our clients with the best possible products and services to meet their unique needs at a highly competitive pricing has\nbeen the driving force behind our success. POP Solutions will continue to improve and innovate the packaging options\navailable to continue being the leader in the packaging industry.', '{\"website_title\":\"POP Solutions - Packaging for the Bakery Industry\",\"website_description\":\"POP Solutions specializes in innovative design and production of packaging tailored specifically for the bakery industry, ensuring high-quality products and exceptional service.\",\"website_type\":\"business\",\"website_industry\":\"Consulting\",\"search_query\":\"packaging design, bakery packaging, food packaging, custom packaging solutions\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to POP Solutions, your ultimate partner in bakery packaging design and production.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to various site sections.\",\"section_prompt\":\"This section contains the main navigation menu.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An engaging banner highlighting POP Solutions and our packaging for bakeries.\",\"section_prompt\":\"A full-width image banner showcasing unique bakery packaging designs.\"},{\"section_type\":\"about\",\"section_title\":\"About POP Solutions\",\"section_description\":\"Discover the core values and mission driving POP Solutions to be a leader in bakery packaging.\",\"section_prompt\":\"An overview of POP Solutions and our commitment to high-quality packaging.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Learn about the exceptional benefits POP Solutions provides to our clients in bakery packaging.\",\"section_prompt\":\"Highlight unique advantages of our services like competitive pricing and bespoke solutions.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Packaging Solutions\",\"section_description\":\"Explore our range of custom packaging solutions designed specifically for bakeries.\",\"section_prompt\":\"A grid listing showcasing various types of packaging options we offer.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Innovations in Packaging\",\"section_description\":\"Stay updated with the latest advancements and trends in bakery packaging.\",\"section_prompt\":\"A preview of recent blog posts or news related to packaging innovations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started with Us\",\"section_description\":\"Invite potential clients to reach out for their custom bakery packaging needs.\",\"section_prompt\":\"Encourage visitors to contact us to discuss their packaging requirements.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information, social media links, and copyright information.\",\"section_prompt\":\"The footer contains essential information and navigation links.\"}]}],\"user_prompt\":\"Create a website for POP Solutions specializes in the design and production of packaging for the bakery industry. Our passion for providing our clients with the best possible products and services to meet their unique needs at a highly competitive pricing has\\nbeen the driving force behind our success. POP Solutions will continue to improve and innovate the packaging options\\navailable to continue being the leader in the packaging industry.\",\"prompt_id\":180}', '2025-08-29 09:46:46', '2025-08-29 09:46:46'),
(181, 50, NULL, 'POP Solutions specializes in the design and production of packaging for the bakery industry. Our passion for providing\nour clients with the best possible products and services to meet their unique needs at a highly competitive pricing has\nbeen the driving force behind our success. POP Solutions will continue to improve and innovate the packaging options\navailable to continue being the leader in the packaging industry.', '{\"website_title\":\"POP Solutions - Innovative Packaging for Bakeries\",\"website_description\":\"Discover POP Solutions, your trusted partner for high-quality packaging solutions specifically designed for the bakery industry. We are committed to innovation and excellence to meet your unique needs.\",\"website_type\":\"Business\",\"website_industry\":\"Food & Beverage\",\"search_query\":\"bakery packaging, food packaging design, innovative packaging solutions, bakery supplies, custom packaging\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to POP Solutions, your premier source for bakery packaging innovations.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to POP Solutions\",\"section_description\":\"Experience top-quality, innovative packaging solutions aimed specifically at the bakery industry.\",\"section_prompt\":\"A compelling hero section with an impactful image that captures the essence of bakery packaging solutions. Ideal for creating a strong first impression.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"At POP Solutions, we take pride in our dedication to providing innovative packaging solutions that cater specifically to the bakery sector.\",\"section_prompt\":\"A section detailing the background and values behind POP Solutions, emphasizing our commitment to quality and customer satisfaction.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Packaging Solutions\",\"section_description\":\"Explore our variety of bakery packaging options tailored to satisfy all your business needs, from boxes to wrappers.\",\"section_prompt\":\"A visually appealing grid showcasing different products, designed for easy navigation and attractive display.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Discover the benefits of partnering with POP Solutions for your bakery packaging needs, including competitive pricing and personalized service.\",\"section_prompt\":\"An informative section highlighting key benefits of the service, ideally laid out in an engaging manner.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest articles and insights on packaging trends and innovations in the bakery industry.\",\"section_prompt\":\"A brief overview displaying the latest blog posts, creating interest in further reading.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"POP Solutions has successfully improved packaging for numerous bakeries. Check out our impressive statistics!\",\"section_prompt\":\"A visual representation of statistics that showcases our achievements and credibility in the packaging industry.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started with POP Solutions\",\"section_description\":\"Ready to enhance your bakery packaging? Contact us today to learn more about our offerings!\",\"section_prompt\":\"An engaging call-to-action section prompting visitors to reach out for more information.\"}]}],\"user_prompt\":\"POP Solutions specializes in the design and production of packaging for the bakery industry. Our passion for providing\\nour clients with the best possible products and services to meet their unique needs at a highly competitive pricing has\\nbeen the driving force behind our success. POP Solutions will continue to improve and innovate the packaging options\\navailable to continue being the leader in the packaging industry.\",\"prompt_id\":181}', '2025-08-29 09:47:35', '2025-08-29 09:47:35'),
(182, 50, NULL, 'POP Solutions specializes in the design and production of packaging for the bakery industry. Our passion for providing\nour clients with the best possible products and services to meet their unique needs at a highly competitive pricing has\nbeen the driving force behind our success. POP Solutions will continue to improve and innovate the packaging options\navailable to continue being the leader in the packaging industry.', '{\"website_title\":\"POP Solutions - Bakery Packaging Experts\",\"website_description\":\"Discover innovative and custom packaging solutions for the bakery industry with POP Solutions, where creativity meets functionality.\",\"website_type\":\"Business\",\"website_industry\":\"Food & Beverage\",\"search_query\":\"bakery packaging, custom packaging solutions, food packaging design, innovative bakery products, sustainable packaging\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to POP Solutions, your premier destination for bakery packaging solutions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section includes the website navigation and branding details.\",\"section_prompt\":\"Responsive header with logo and navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to POP Solutions\",\"section_description\":\"Introducing innovative packaging solutions tailored for the bakery industry.\",\"section_prompt\":\"Full-width hero banner with captivating image and welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about POP Solutions\' journey and commitment to excellence in bakery packaging.\",\"section_prompt\":\"Informative content section detailing our background and mission.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Packaging Solutions\",\"section_description\":\"Explore our diverse range of packaging options crafted for the bakery sector.\",\"section_prompt\":\"Grid layout showcasing various packaging products we offer.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Discover the advantages of partnering with POP Solutions for your packaging needs.\",\"section_prompt\":\"Highlight key benefits and features of our services using visually appealing icons.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Innovations\",\"section_description\":\"Stay updated with the latest trends and innovations in bakery packaging.\",\"section_prompt\":\"Display recent articles or updates about our innovations.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from our satisfied clients about their experiences with POP Solutions.\",\"section_prompt\":\"Quotes and feedback from clients highlighting our services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact us today to discuss your packaging needs and receive a personalized quote.\",\"section_prompt\":\"Final section encouraging visitors to reach out with a contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright information and additional navigation links.\",\"section_prompt\":\"Standard footer layout with links and social media icons.\"}]}],\"user_prompt\":\"POP Solutions specializes in the design and production of packaging for the bakery industry. Our passion for providing\\nour clients with the best possible products and services to meet their unique needs at a highly competitive pricing has\\nbeen the driving force behind our success. POP Solutions will continue to improve and innovate the packaging options\\navailable to continue being the leader in the packaging industry.\",\"prompt_id\":182}', '2025-08-29 09:49:15', '2025-08-29 09:49:15'),
(183, 50, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Welcome to my graphic design portfolio where creativity meets innovation. Explore my work across various projects and discover how I can bring your vision to life.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio showcase, design projects, creativity, visual art\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio homepage, showcasing my graphic design mastery.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Site header with navigation links.\",\"section_prompt\":\"Build a responsive header with logo and navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A captivating banner displaying my best graphic design work to attract visitors.\",\"section_prompt\":\"Large hero image with overlay text describing expertise and inviting visitors.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"An introduction about my background, experience, and design philosophy.\",\"section_prompt\":\"Brief biography, detailing my creative journey and inspirations.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"A visual grid showcasing selected projects highlighting my skills in graphic design.\",\"section_prompt\":\"Grid layout displaying thumbnails of projects with links to detail pages.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"A section dedicated to my most recent graphic design works and updates.\",\"section_prompt\":\"List of latest projects presented in a visually engaging manner.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Achievements\",\"section_description\":\"Showcasing important statistics that reflect my design achievements.\",\"section_prompt\":\"Creative statistics display showing projects completed, clients served.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback and testimonials from clients on my graphic design services.\",\"section_prompt\":\"Highlight positive quotes from clients displayed with their names and roles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Work Together!\",\"section_description\":\"A call to action encouraging visitors to reach out and collaborate.\",\"section_prompt\":\"Engaging call to action with a button leading to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and contact information.\",\"section_prompt\":\"Standard footer layout with social media links and copyright notice.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey as a graphic designer and my creative approach.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Site header with navigation links.\",\"section_prompt\":\"Build a responsive header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A deeper insight into my background and experience in graphic design.\",\"section_prompt\":\"Introductory content about my design journey and passion.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"Explanation of my artistic approach and how I create compelling designs.\",\"section_prompt\":\"Text-based content describing my creative process and philosophy.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet My Team\",\"section_description\":\"Introduction to collaborative partners and contributors to my projects.\",\"section_prompt\":\"Profile cards for team members, their roles, and contributions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Encouragement to reach out through various channels.\",\"section_prompt\":\"Prominent call to action inviting visitors to contact or connect.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and contact information.\",\"section_prompt\":\"Standard footer layout with social media links and copyright notice.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A collection of my graphic design projects showcasing versatility and skill.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Site header with navigation links.\",\"section_prompt\":\"Build a responsive header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Graphic Design Portfolio\",\"section_description\":\"An overview of my diverse graphic design projects across various domains.\",\"section_prompt\":\"Introducing the portfolio section with engaging visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project 1: Branding Redesign\",\"section_description\":\"Details about a branding redesign project, including images and outcomes.\",\"section_prompt\":\"Text alongside images detailing the project scope and results.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project 2: Poster Design Campaign\",\"section_description\":\"Insights into a creative poster design campaign, showcasing the designs created.\",\"section_prompt\":\"Comprehensive presentation of the poster campaign with media.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project 3: Website Graphics\",\"section_description\":\"Visuals and details of graphic designs made for websites, enhancing user experience.\",\"section_prompt\":\"Detailed overview of website graphics with visuals.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Discuss Your Project?\",\"section_description\":\"Invitation for potential clients to have a conversation about their project.\",\"section_prompt\":\"Clear call to action to encourage visitors to contact for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and contact information.\",\"section_prompt\":\"Standard footer layout with social media links and copyright notice.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Explore insights, trends, and tips in the graphic design field through my blog.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Site header with navigation links.\",\"section_prompt\":\"Build a responsive header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Insights Blog\",\"section_description\":\"Welcome to my blog where I share thoughts on graphic design trends and techniques.\",\"section_prompt\":\"Engaging banner introducing the blog\'s purpose.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"A grid layout displaying the most recent blog entries.\",\"section_prompt\":\"Grid arrangement of blog posts with featured images and summaries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated!\",\"section_description\":\"Encouragement to subscribe and follow for the latest updates.\",\"section_prompt\":\"Prominent call to action leading to subscription form or contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and contact information.\",\"section_prompt\":\"Standard footer layout with social media links and copyright notice.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch to discuss your graphic design needs and potential collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Site header with navigation links.\",\"section_prompt\":\"Build a responsive header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Here you can reach out for inquiries, commissions, or collaborations.\",\"section_prompt\":\"Section expressing the importance of contacting for collaboration.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"A comprehensive contact form for inquiries and messages.\",\"section_prompt\":\"Well-structured contact form for visitors to fill out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and contact information.\",\"section_prompt\":\"Standard footer layout with social media links and copyright notice.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":183}', '2025-08-29 09:50:23', '2025-08-29 09:50:23'),
(185, 50, NULL, 'Create a website for College planning named \"Oasis College Planning\". We help finding colleges with Less Stress & More Support. Our college planning coaching helps you identify, evaluate, apply for & select the right college to fit your needs, desires, interests & budget.', '{\"website_title\":\"Oasis College Planning\",\"website_description\":\"Oasis College Planning is dedicated to guiding students through the college selection and application process with less stress and more support. Our expert coaching helps you identify and choose the right college that fits your needs and budget.\",\"website_type\":\"Informational\",\"website_industry\":\"Education\",\"search_query\":\"college planning, education support, college selection, higher education guidance\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Oasis College Planning, your ultimate resource for college planning and support, designed to ease the process of selecting and applying to the right college for your goals.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for branding and navigation.\",\"section_prompt\":\"Navigation menu with logo and links to pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Oasis College Planning\",\"section_description\":\"Discover how we can help you navigate the college planning process with personalized coaching and expert guidance.\",\"section_prompt\":\"Full-width hero section with an engaging image and tagline.\"},{\"section_type\":\"about\",\"section_title\":\"About Oasis College Planning\",\"section_description\":\"Learn about our mission to provide students with the support and resources they need to choose the right college with confidence.\",\"section_prompt\":\"Introduction to our philosophy and approach, presented in a concise format.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the range of services we offer to help you through the college planning process, from identifying colleges to application coaching.\",\"section_prompt\":\"Grid layout showcasing individual services with brief descriptions.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Our personalized coaching reduces stress and enhances your ability to find the perfect college that meets your needs.\",\"section_prompt\":\"Highlighting key benefits of our service with supportive imagery.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Resources\",\"section_description\":\"Check out our latest blog articles to stay informed on college planning tips and trends.\",\"section_prompt\":\"Latest posts section featuring titles and snippets from recent blog entries.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Read testimonials from students and families who have successfully navigated the college planning process with our help.\",\"section_prompt\":\"Display quotes and feedback from satisfied clients in an engaging layout.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Ready to take the stress out of college planning? Contact us for a free consultation and start your journey today!\",\"section_prompt\":\"Call to action prompting visitors to reach out for services.\"}]}],\"user_prompt\":\"Create a website for College planning named \\\"Oasis College Planning\\\". We help finding colleges with Less Stress & More Support. Our college planning coaching helps you identify, evaluate, apply for & select the right college to fit your needs, desires, interests & budget.\",\"prompt_id\":185}', '2025-08-29 09:55:09', '2025-08-29 09:55:09'),
(186, 50, NULL, 'At Unbounded Potential Coaching, we empower leaders and entrepreneurs to realize and achieve their highest aspirations through personalized coaching strategies designed to foster growth and success.', '{\"website_title\":\"Unbounded Potential Coaching\",\"website_description\":\"A coaching platform dedicated to empowering leaders and entrepreneurs to achieve their highest aspirations through personalized coaching strategies that foster growth and success.\",\"website_type\":\"Coaching Services\",\"website_industry\":\"Consulting\",\"search_query\":\"coaching, leadership development, personal growth, entrepreneurship, success strategies\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Unbounded Potential Coaching, where we empower leaders and entrepreneurs to reach their highest potential.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section of the website, containing the logo, navigation links, and other header elements.\",\"section_prompt\":\"Include logo and navigation links in a compact and responsive layout.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Achieve Your Highest Aspirations\",\"section_description\":\"Join us on a transformative journey where you can unlock your potential and achieve your dreams with personalized coaching.\",\"section_prompt\":\"Create an engaging hero section with a motivational background image and a clear call-to-action button.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey and how I became a coach dedicated to helping others achieve their greatest potential.\",\"section_prompt\":\"Introduce your personal coaching philosophy and background using compelling imagery and text.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Coaching Services\",\"section_description\":\"Explore our tailored coaching services to find the perfect match for your needs.\",\"section_prompt\":\"Display a grid of service offerings with brief descriptions and visuals aligned in a responsive layout.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Coaching?\",\"section_description\":\"Discover the benefits of engaging with a coach and how it can elevate your personal and professional life.\",\"section_prompt\":\"Highlight key reasons to choose coaching with bullet points and supportive graphics.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Success Metrics\",\"section_description\":\"View our proven results with testimonials and statistics reflecting our impact.\",\"section_prompt\":\"Feature statistics in a visually engaging bar chart format to showcase successful outcomes.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with the latest articles and resources for leaders and entrepreneurs.\",\"section_prompt\":\"Showcase the most recent blog posts in a grid format with images and excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Journey Today\",\"section_description\":\"Ready to take the next step? Contact me for a free consultation and begin your transformational journey.\",\"section_prompt\":\"Encourage users with a bright and inviting call-to-action banner.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer section that contains links to privacy policy, terms of service, and social media icons.\",\"section_prompt\":\"A clean layout with essential links and social media icons.\"}]},{\"page_type\":\"about\",\"page_title\":\"Discover My Coaching Philosophy\",\"page_description\":\"Uncover the core principles that guide my coaching practice and how they can benefit you.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section of the About page, featuring navigation and branding elements.\",\"section_prompt\":\"Ensure the header is consistent across all pages with logo and menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Discover My Coaching Philosophy\",\"section_description\":\"A deeper look into my coaching philosophy and approach to personal growth.\",\"section_prompt\":\"Use an inspiring image or color background relevant to coaching for the inner banner.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Get in Touch\",\"section_description\":\"Have questions or want to learn more about my coaching philosophy? Reach out today!\",\"section_prompt\":\"Provide an inviting format for users to reach out with their inquiries.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Core Principles of Coaching\",\"section_description\":\"Explore the fundamental principles that shape my coaching approach, focusing on individual growth and accountability.\",\"section_prompt\":\"Use engaging visuals to complement each principle in a structured layout.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Transform Your Life?\",\"section_description\":\"Feel inspired to start your journey? Contact me for further information on how coaching can help you.\",\"section_prompt\":\"Encourage visitors to take action with an engaging call-to-action.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing essential site links and contact information.\",\"section_prompt\":\"Design the footer for easy navigation with social media integration.\"}]},{\"page_type\":\"services\",\"page_title\":\"Tailored Coaching Services\",\"page_description\":\"Explore the diverse coaching services designed to meet your unique needs and aspirations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for the Services page outlining navigation and branding elements.\",\"section_prompt\":\"Maintain consistent branding and navigation as seen across other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Tailored Coaching Services\",\"section_description\":\"Learn about the personalized coaching services offered to empower you.\",\"section_prompt\":\"A dedicated banner highlighting the focus of the services page.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"One-on-One Coaching\",\"section_description\":\"Personalized coaching focused on individual goals, accountability, and growth.\",\"section_prompt\":\"Pair text with images illustrating the one-on-one coaching experience in a split layout.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Group Coaching Sessions\",\"section_description\":\"Engage with peers in our group coaching sessions designed to encourage collaboration and support.\",\"section_prompt\":\"Align images with descriptive text in a visually appealing format.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Leadership Development Programs\",\"section_description\":\"Specialized coaching programs for enhancing leadership skills and fostering growth.\",\"section_prompt\":\"Create an engaging symmetric layout featuring images and content for leadership development.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common questions about coaching and my services.\",\"section_prompt\":\"Utilize an accordion style layout to present FAQs in an organized manner.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Elevate Your Leadership Today!\",\"section_description\":\"Contact me to discuss which coaching service is right for you and start making an impact.\",\"section_prompt\":\"A compelling call-to-action encouraging potential clients to take the first step.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section to provide site navigation links and contact details.\",\"section_prompt\":\"Design footer to include necessary links and social icons.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Coaching Insights Blog\",\"page_description\":\"Explore insightful articles and resources designed to help leaders and entrepreneurs on their journey.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section for the Blog page containing navigation and branding elements.\",\"section_prompt\":\"Keep the branding and navigation unified with other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Coaching Insights Blog\",\"section_description\":\"A collection of articles aimed at empowering your personal growth and leadership skills.\",\"section_prompt\":\"Use a relevant and engaging image for the blog inner banner.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"Dive into our recent blog posts that cover coaching strategies, personal development, and leadership insights.\",\"section_prompt\":\"Display blog posts in a grid format with images and brief descriptions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for More Insights\",\"section_description\":\"Stay up-to-date with the latest articles and resources by subscribing to our newsletter.\",\"section_prompt\":\"Encourage newsletter sign-ups with a clear call-to-action.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section including essential links and contact details.\",\"section_prompt\":\"Ensure all necessary site links and social media icons are accessible.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out to Unbounded Potential Coaching for any inquiries or assistance you may need.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for the Contact page featuring the logo and navigation links.\",\"section_prompt\":\"Consistency in design across the website header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We\'re here to help you with any questions or information regarding our coaching services.\",\"section_prompt\":\"Create an inviting inner banner relevant to the theme of contact.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to connect with me regarding coaching services or any other inquiries.\",\"section_prompt\":\"Design a user-friendly contact form for easy communication.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Conclusion of the contact page with links to other parts of the website and social media handles.\",\"section_prompt\":\"Structure the footer for user accessibility and navigation ease.\"}]}],\"user_prompt\":\"At Unbounded Potential Coaching, we empower leaders and entrepreneurs to realize and achieve their highest aspirations through personalized coaching strategies designed to foster growth and success.\",\"prompt_id\":186}', '2025-08-29 10:01:18', '2025-08-29 10:01:18'),
(190, NULL, NULL, 'Mathematics tutorials', '{\"website_title\":\"MathMaster Tutorials\",\"website_description\":\"Your go-to platform for comprehensive mathematics tutorials, empowering learners of all levels with expert guidance and resources.\",\"website_type\":\"Educational\",\"website_industry\":\"Education\",\"search_query\":\"math tutorials, online learning, education resources, math exercises, study guides\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to MathMaster, where we provide engaging and comprehensive mathematics tutorials for all learners.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to MathMaster\",\"section_description\":\"Explore our wide range of math tutorials designed for all skill levels. Whether you\'re a beginner or looking to brush up on advanced topics, we have something for you.\",\"section_prompt\":\"An inviting hero section that showcases the website\'s purpose, featuring a banner image related to math learning.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background, qualifications, and passion for teaching mathematics to students of all ages.\",\"section_prompt\":\"A brief overview of the website and the individual behind it, focusing on their experience in mathematics.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Tutorials\",\"section_description\":\"Browse through our categorized math tutorials covering topics from basic arithmetic to advanced calculus.\",\"section_prompt\":\"A grid layout showcasing the different math tutorials available on the site, including links to each tutorial.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay updated with our most recent blog posts and tutorials in the field of mathematics.\",\"section_prompt\":\"A section highlighting the latest posts or resources added to the site, visually appealing with brief excerpts.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Learners Say\",\"section_description\":\"Hear from our users about their experiences and how MathMaster has helped them in their learning journey.\",\"section_prompt\":\"A collection of testimonials showcasing user reviews in a visually engaging format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us Now\",\"section_description\":\"Sign up today to access exclusive tutorials, resources, and personalized learning plans tailored just for you!\",\"section_prompt\":\"Encouraging visitors to engage with the site by signing up or subscribing, with an effective layout to attract attention.\"}]}],\"user_prompt\":\"Mathematics tutorials\",\"prompt_id\":190}', '2025-08-29 10:48:24', '2025-08-29 10:48:24'),
(192, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"Expert SEO & Marketing Agency\",\"website_description\":\"Your one-stop solution for SEO and marketing strategies that drive results. We specialize in optimizing your online presence and enhancing your visibility.\",\"website_type\":\"Agency\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO strategies, digital marketing, online visibility, marketing agency, SEO tips\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our agency\'s homepage where we showcase our services and expertise.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"This section showcases the main message and call-to-action for the visitors, attracting them to explore our services.\",\"section_prompt\":\"Responsive hero banner with a catchy tagline, background image related to SEO, and a call-to-action button.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about our agency, our mission, and what sets us apart in the SEO and Marketing space.\",\"section_prompt\":\"Informational content section with a professional layout highlighting the agency\'s mission and vision.\"},{\"section_type\":\"benefit\",\"section_title\":\"Benefits of Our Services\",\"section_description\":\"Learn about the key benefits of partnering with us for your SEO and marketing needs.\",\"section_prompt\":\"Listing grid highlighting the unique benefits with icons and brief descriptions.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"A comprehensive listing of the services we provide to enhance your online presence.\",\"section_prompt\":\"Grid layout showing multiple services we offer with brief descriptions and links to individual service pages.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Highlighting our key achievements in numbers to showcase our capabilities.\",\"section_prompt\":\"Statistics bar displaying completed projects, satisfied clients, and other relevant metrics.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest blog posts and insights into SEO and marketing trends.\",\"section_prompt\":\"Section presenting the latest articles or blog posts with links to read more.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Hear from our satisfied clients about their experience with our agency.\",\"section_prompt\":\"Section featuring quotes and feedback from clients in a visually appealing manner.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Encouraging visitors to reach out and start their journey with us today.\",\"section_prompt\":\"Final call-to-action section prompting users to fill out a contact form or schedule a consultation.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our SEO Services\",\"page_description\":\"Explore the range of SEO services we offer to improve your website\'s visibility and performance.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the services page.\",\"section_prompt\":\"Standard header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our SEO Services\",\"section_description\":\"An overview of the services provided on this page.\",\"section_prompt\":\"Inner banner that introduces the services provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Keyword Research\",\"section_description\":\"Thorough keyword analysis to target the right audience effectively.\",\"section_prompt\":\"Media and text section showcasing keywords analysis with an accompanying image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"On-Page Optimization\",\"section_description\":\"Improving website content and structure for better search engine visibility.\",\"section_prompt\":\"Visual display of on-page SEO techniques paired with relevant graphics.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Link Building\",\"section_description\":\"Strategic link-building campaigns to enhance your domain authority.\",\"section_prompt\":\"Engaging media and text layout discussing link-building strategies.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries about our SEO services.\",\"section_prompt\":\"FAQ section with expandable answers to client inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule a Consultation\",\"section_description\":\"Encouraging potential clients to contact us for a personalized consultation.\",\"section_prompt\":\"Call-to-action section prompting users to book a consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer for all agency pages with relevant links and information.\",\"section_prompt\":\"Footer layout containing essential links and agency contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"SEO Blog\",\"page_description\":\"Read our latest articles, insights, and tips on SEO and digital marketing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header navigation specific to the blog page.\",\"section_prompt\":\"Blog header with navigation options.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"SEO Insight Articles\",\"section_description\":\"Banner introducing visitors to our blog section.\",\"section_prompt\":\"Inner banner that presents the blogging purpose.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"A grid layout displaying our latest blog articles regarding SEO and marketing.\",\"section_prompt\":\"Responsive grid layout for blog posts with images, titles, and excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encouraging visitors to subscribe for the latest insights delivered to their inbox.\",\"section_prompt\":\"Call-to-action prompting visitors to subscribe to our newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer for the blog page.\",\"section_prompt\":\"Footer layout containing relevant links and agency information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for inquiries and consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header with navigation for the contact page.\",\"section_prompt\":\"Standard navigation header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get In Touch\",\"section_description\":\"An inviting introduction to contact our agency.\",\"section_prompt\":\"Banner section that leads into the contact details.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to reach out with their inquiries directly.\",\"section_prompt\":\"A straightforward contact form layout for user inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for the contact page with essential links and information.\",\"section_prompt\":\"Generic footer layout.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":192}', '2025-08-29 10:57:43', '2025-08-29 10:57:43');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(194, 50, NULL, 'Create a website for College planning named \"Oasis College Planning\". We help finding colleges with Less Stress & More Support. Our college planning coaching helps you identify, evaluate, apply for & select the right college to fit your needs, desires, interests & budget.', '{\"website_title\":\"Oasis College Planning\",\"website_description\":\"We help you find colleges with less stress and more support. Our college planning coaching assists you in identifying, evaluating, applying for, and selecting the right college to fit your needs, desires, interests, and budget.\",\"website_type\":\"Informational\",\"website_industry\":\"Education\",\"search_query\":\"college planning, stress-free college search, college coaching support, college application process, college selection guidance\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Oasis College Planning, your partner in a stress-free college journey.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Oasis College Planning\",\"section_description\":\"Discover the stress-free way to find your perfect college.\",\"section_prompt\":\"Hero section featuring an engaging image of a serene college campus with overlay text introducing Oasis College Planning.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"At Oasis College Planning, we provide personalized coaching to help you navigate the college planning process smoothly.\",\"section_prompt\":\"This section discusses the mission and vision of Oasis College Planning, emphasizing personalized support.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our range of services designed to assist you in every step of your college journey.\",\"section_prompt\":\"A grid layout showcasing the services offered by Oasis College Planning.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"We take the stress out of the college search with our expert guidance and support.\",\"section_prompt\":\"Bullet points illustrating the benefits of choosing Oasis College Planning.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Success Stories\",\"section_description\":\"We have helped numerous students achieve their college dreams with our tailored approach.\",\"section_prompt\":\"Highlight key statistics about successful college placements.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with the latest trends and tips in college planning.\",\"section_prompt\":\"Link to recent blog posts or articles that provide valuable information.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Hear from families who have successfully navigated the college planning process with us.\",\"section_prompt\":\"Client testimonials displayed in a responsive slider.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Start Your Journey?\",\"section_description\":\"Contact us today to schedule your first consultation!\",\"section_prompt\":\"A clear call-to-action inviting users to reach out for services.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our College Planning Services\",\"page_description\":\"Discover the comprehensive services we offer for your college planning needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to our Services page!\",\"section_prompt\":\"This section is the header for the services page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our College Planning Services\",\"section_description\":\"Learn about the diverse services we offer to make your college planning experience smooth.\",\"section_prompt\":\"An inner banner showcasing the services offered with a relevant image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"College Search Assistance\",\"section_description\":\"We help you identify colleges that align with your interests and goals.\",\"section_prompt\":\"A media and text layout that provides information about the college search process.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Application Support\",\"section_description\":\"Get guidance through the college application process, including essays and recommendations.\",\"section_prompt\":\"Highlights our support services during the application phase.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Financial Aid Guidance\",\"section_description\":\"Learn how to navigate financial aid options and scholarships effectively.\",\"section_prompt\":\"Providing insights on funding your education through financial aid.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common questions about our services and college planning.\",\"section_prompt\":\"A section dedicated to addressing common queries from prospective clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule Your Consultation\",\"section_description\":\"Get in touch to explore how we can assist you further.\",\"section_prompt\":\"Encouraging visitors to reach out for a consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Connect with us on social media for updates and insights.\",\"section_prompt\":\"Footer section with contact details and social media links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"College Planning Blog\",\"page_description\":\"Explore our blog for valuable tips and insights on college planning.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to our Blog!\",\"section_prompt\":\"This section serves as an introduction to the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Insights and Tips\",\"section_description\":\"Stay informed with articles designed to help you navigate the college planning process.\",\"section_prompt\":\"Inner banner with an engaging visual representing education.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"Browse through our latest articles and tips for effective college planning.\",\"section_prompt\":\"A grid layout displaying the most recent blog posts.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Read What Others Say\",\"section_description\":\"Testimonials from readers who have benefited from our insights.\",\"section_prompt\":\"Client feedback featured in a visually appealing format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Subscribe to our newsletter for regular updates.\",\"section_prompt\":\"A call-to-action for newsletter subscription.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Find our contact information and follow us on social media.\",\"section_prompt\":\"Footer with links and contact details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Oasis College Planning.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"We\'d love to hear from you!\",\"section_prompt\":\"An introductory section inviting inquiries.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Reach out for personalized support.\",\"section_prompt\":\"Inner banner emphasizing the importance of making contact.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to contact us for any inquiries or consultations.\",\"section_prompt\":\"Providing contact form for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Thank you for reaching out. We will respond soon!\",\"section_prompt\":\"Footer section with additional contact details.\"}]}],\"user_prompt\":\"Create a website for College planning named \\\"Oasis College Planning\\\". We help finding colleges with Less Stress & More Support. Our college planning coaching helps you identify, evaluate, apply for & select the right college to fit your needs, desires, interests & budget.\",\"prompt_id\":194}', '2025-08-29 11:19:16', '2025-08-29 11:19:16'),
(195, 50, NULL, 'Create a website for College planning named \"Oasis College Planning\". We help finding colleges with Less Stress & More Support. Our college planning coaching helps you identify, evaluate, apply for & select the right college to fit your needs, desires, interests & budget.', '{\"website_title\":\"Oasis College Planning\",\"website_description\":\"Helping you find colleges with Less Stress & More Support, Oasis College Planning offers expert coaching to identify, evaluate, apply for, and select the right college tailored to your needs, desires, interests, and budget.\",\"website_type\":\"Informational\",\"website_industry\":\"Education\",\"search_query\":\"college planning, education support, student guidance, college application assistance, academic coaching\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Oasis College Planning, your partner in a stress-free college journey.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Oasis College Planning\",\"section_description\":\"This section introduces visitors to Oasis College Planning, highlighting our mission to reduce stress and provide support during the college planning process.\",\"section_prompt\":\"A visually engaging hero section with a welcoming banner and a brief introduction. Layout features a full-width image with overlay text.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about Oasis College Planning, our values, and how we can assist you in navigating the college selection process.\",\"section_prompt\":\"A brief overview of the organization, its mission, and values, presented in a clean, professional format.\"},{\"section_type\":\"benefit\",\"section_title\":\"Our Benefits\",\"section_description\":\"Discover the benefits of our college planning services and how they can lead to a successful college experience.\",\"section_prompt\":\"An informative section outlining the key advantages of using our services with bullet points for clarity.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our diverse college planning services designed to meet your individual needs and guide you every step of the way.\",\"section_prompt\":\"A grid layout showcasing the main services offered, with short descriptions and relevant icons or images.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest articles and tips on college planning and guidance.\",\"section_prompt\":\"A section featuring a preview of the latest blog posts related to college planning.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Journey Today!\",\"section_description\":\"Contact us now to take the first step towards a stress-free college selection process with personalized guidance.\",\"section_prompt\":\"An engaging call-to-action inviting visitors to reach out, with buttons leading to contact or service pages.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This section includes links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"A footer layout with links, social media icons, and contact information.\"}]}],\"user_prompt\":\"Create a website for College planning named \\\"Oasis College Planning\\\". We help finding colleges with Less Stress & More Support. Our college planning coaching helps you identify, evaluate, apply for & select the right college to fit your needs, desires, interests & budget.\",\"prompt_id\":195}', '2025-08-29 11:20:50', '2025-08-29 11:20:50'),
(196, 58, 225, '\"Introducing Cura Vita, a brand new supported living scheme designed for people with learning disabilities, autism, mental health and\\/or multiple complex care needs. If you are looking for supported living whilst living an independent life, you have come to the right place. We are passionate about delivering the best possible care, support, and outcomes.\"', '{\"website_title\":\"Cura Vita - Supported Living Scheme\",\"website_description\":\"Cura Vita provides a supportive living scheme for individuals with learning disabilities, autism, and complex care needs, promoting independence and quality care.\",\"website_type\":\"Organization\",\"website_industry\":\"Non-Profit Organization\",\"search_query\":\"supported living, care for learning disabilities, autism support, independent living services\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Cura Vita, a leading supported living scheme dedicated to providing exceptional care for individuals with various needs.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Cura Vita\",\"section_description\":\"Explore Cura Vita\'s commitment to empowering individuals with learning disabilities and complex care needs to live independently.\",\"section_prompt\":\"A vibrant hero banner with welcoming imagery and text introducing Cura Vita.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our mission to offer supportive living solutions that foster independence and dignity.\",\"section_prompt\":\"This section outlines our core values and mission in a clean, structured format.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Discover our range of services designed to support independent living while meeting individual needs.\",\"section_prompt\":\"A grid layout showcasing the various services we offer, with images and brief descriptions.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Hear directly from those who have experienced our supported living programs and how they\'ve transformed their lives.\",\"section_prompt\":\"This section includes quotes and experiences shared by our clients, visually appealing with images.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay informed about the latest news, updates, and events at Cura Vita.\",\"section_prompt\":\"A section displaying the latest blog posts and news from our organization to keep visitors engaged.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch with Us\",\"section_description\":\"Ready to learn more about our services? Contact us today for more information!\",\"section_prompt\":\"A compelling call-to-action encouraging visitors to reach out for more details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This section includes links to our social media, site map, and legal information.\",\"section_prompt\":\"A standard footer layout with additional navigation and essential links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Support Services\",\"page_description\":\"Cura Vita offers a variety of exceptional support services tailored to individuals with learning disabilities and complex care needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our comprehensive service offerings with ease.\",\"section_prompt\":\"Standard header layout for easy navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Support Services\",\"section_description\":\"Detailed insights into our support services designed for independence and care.\",\"section_prompt\":\"An engaging inner banner introducing the support services available.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Personalized Care Plans\",\"section_description\":\"We create tailored care plans to meet the unique needs of each individual.\",\"section_prompt\":\"A two-column layout highlighting personalized care planning with an image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Community Integration\",\"section_description\":\"Our services promote community involvement and engagement for all clients.\",\"section_prompt\":\"A section layout featuring images and content focused on social integration.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"24\\/7 Support Services\",\"section_description\":\"We offer round-the-clock support to ensure safety and well-being.\",\"section_prompt\":\"A media and text section illustrating our always-available support structure.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common queries about our support services and living conditions.\",\"section_prompt\":\"A well-organized FAQ section addressing typical client concerns.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for Support\",\"section_description\":\"Discover how our services can benefit you; reach out to us now!\",\"section_prompt\":\"Encouraging visitors to take action and connect for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information with relevant links and information.\",\"section_prompt\":\"A traditional footer with navigation and essential links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Our Insights and News\",\"page_description\":\"Stay updated with the latest news and insights from Cura Vita through our blog.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to our blog where we share insights and news.\",\"section_prompt\":\"Standard header layout for the blog section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Insights and News\",\"section_description\":\"Explore informative articles about supported living, care, and wellness.\",\"section_prompt\":\"An engaging inner banner to introduce the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Browse through our recent articles, tips, and stories from our community.\",\"section_prompt\":\"Grid layout showcasing latest blog posts with images and summaries.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Featured Articles\",\"section_description\":\"Check out our highlighted pieces that address essential topics in supported living.\",\"section_prompt\":\"A visually distinct section for showcasing featured articles.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Stay Informed\",\"section_description\":\"Don\'t miss out on the latest updates from Cura Vita; subscribe to our newsletter.\",\"section_prompt\":\"Prompt for newsletter signup to keep visitors engaged.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"We invite you to join the discussion on our latest posts.\",\"section_prompt\":\"Encouraging reader engagement with prompts on social media and comments.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer layout for blog with links and navigation.\",\"section_prompt\":\"A footer layout consistent across the website.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"We would love to hear from you! Please reach out with any inquiries or for more information about our services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Connect with us easily through our contact options.\",\"section_prompt\":\"Standard header layout for the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We are here to assist you with any questions you may have.\",\"section_prompt\":\"An inner banner section that introduces the contact page.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to reach out to us directly.\",\"section_prompt\":\"A dedicated area for the contact form enabling inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information providing easy navigation back to key sections.\",\"section_prompt\":\"Footer layout providing additional links and information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Cura Vita\",\"page_description\":\"Discover the ethos, mission, and vision that drive Cura Vita to provide exceptional supported living services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Learn about our organization and our dedication to quality care.\",\"section_prompt\":\"Standard header layout to introduce the about page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Cura Vita\",\"section_description\":\"An overview of our organization, values, and goals in supported living.\",\"section_prompt\":\"An inner banner that provides insight into the organization.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Our Values\",\"section_description\":\"We are committed to integrity, respect, and empowerment in all we do.\",\"section_prompt\":\"A visually appealing section outlining our core values.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Impact Stats\",\"section_description\":\"See how many lives we have positively impacted since our inception.\",\"section_prompt\":\"Highlighting key statistics that reflect our service impact.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Get to know the dedicated professionals behind our supportive living scheme.\",\"section_prompt\":\"A section showcasing team members with images and short bios.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us in Making a Difference\",\"section_description\":\"Find out how you can get involved and support our mission.\",\"section_prompt\":\"Encouraging visitors to engage with our mission and initiatives.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with navigation links and important information.\",\"section_prompt\":\"Standard footer layout across all pages.\"}]}],\"user_prompt\":\"Introducing Cura Vita, a brand new supported living scheme designed for people with learning disabilities, autism, mental health and\\/or multiple complex care needs. If you are looking for supported living whilst living an independent life, you have come to the right place. We are passionate about delivering the best possible care, support, and outcomes.\",\"prompt_id\":196,\"theme\":\"soft\",\"colors\":[[141,109,54],[158,189,89]],\"fonts\":\"soft-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/facebook.com\",\"instagram\":\"https:\\/\\/instagram.com\",\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', '2025-08-29 11:21:41', '2025-08-29 11:26:47'),
(197, 50, 227, '\"website for my restraunt\"', '{\"website_title\":\"My Restaurant\",\"website_description\":\"A delightful dining experience showcasing exquisite culinary creations and exceptional service.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Food & Beverage\",\"search_query\":\"restaurant interior, gourmet dishes, fine dining, chefs at work\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to My Restaurant, where culinary magic happens!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our restaurant\'s features and highlights.\",\"section_prompt\":\"A simple but elegant header showcasing the restaurant\'s logo and navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Restaurant\",\"section_description\":\"Experience the finest dining with a unique twist on traditional cuisine.\",\"section_prompt\":\"A full-width hero section with a captivating image of the restaurant ambiance.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Discover our journey and the passion that drives our culinary team.\",\"section_prompt\":\"A brief narrative about the restaurant\'s history and mission, complemented by images.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Specialties\",\"section_description\":\"Explore our curated selection of signature dishes crafted with the finest ingredients.\",\"section_prompt\":\"A grid layout highlighting key dishes with images and descriptions.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"We offer a unique dining experience with impeccable service and a cozy atmosphere.\",\"section_prompt\":\"List the benefits of dining at the restaurant, possibly supported by attractive images.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay updated with our latest offerings and events.\",\"section_prompt\":\"A section displaying links to recent blog posts or news updates regarding the restaurant.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Feedback\",\"section_description\":\"Hear what our guests have to say about their dining experiences.\",\"section_prompt\":\"A collection of quotes from satisfied customers, organized attractively.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Table Today!\",\"section_description\":\"Experience our exquisite cuisine and impeccable service\\u2014reserve now.\",\"section_prompt\":\"A clear call-to-action encouraging visitors to make reservations.\"}]},{\"page_type\":\"menu\",\"page_title\":\"Menu\",\"page_description\":\"Explore our diverse and exciting menu offerings.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our menu sections easily.\",\"section_prompt\":\"An organized header for easy navigation within the menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Delightful Menu Selections\",\"section_description\":\"Our menu features dishes that cater to every palate and preference.\",\"section_prompt\":\"A stylish banner displaying the menu title.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Appetizers\",\"section_description\":\"Start your meal with our savory appetizers designed to tantalize your taste buds.\",\"section_prompt\":\"Beautiful images paired with descriptions of popular appetizers.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Main Courses\",\"section_description\":\"Savor our main dishes crafted with the finest ingredients and flavors.\",\"section_prompt\":\"Visually appealing layout featuring main courses with detailed descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Desserts\",\"section_description\":\"Indulge in our sweet creations that offer the perfect ending to your meal.\",\"section_prompt\":\"Display of delicious desserts with enticing visuals.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common inquiries regarding our menu and services.\",\"section_prompt\":\"A list of frequently asked questions with comprehensive answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us for an Unforgettable Meal!\",\"section_description\":\"Make your reservation now to enjoy our exquisite culinary creations.\",\"section_prompt\":\"Encouragement for guests to book a table alongside a captivating image.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and links to our social media.\",\"section_prompt\":\"Standard footer with essential links and contact details.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about My Restaurant, our vision, and our team.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our history and details.\",\"section_prompt\":\"A header section that provides easy navigation to sub-sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Dive into the history of My Restaurant and our culinary philosophy.\",\"section_prompt\":\"A visually appealing banner introducing the story of the restaurant.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Meet Our Chefs\",\"section_description\":\"Discover the talented chefs behind our exquisite dishes.\",\"section_prompt\":\"Profile snippets of the chefs, along with their specialties and backgrounds.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Highlighting the milestones and accolades earned over the years.\",\"section_prompt\":\"A visually striking bar displaying key achievements of the restaurant.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Learn about the dedicated team making each dining experience memorable.\",\"section_prompt\":\"A set of social cards featuring brief profiles on key team members.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Get in Touch\",\"section_description\":\"We\'re here to assist you with any inquiries.\",\"section_prompt\":\"Contact section encouraging visitors to reach out easily.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community!\",\"section_description\":\"Follow us on social media to stay connected.\",\"section_prompt\":\"Promotion of social media channels through an engaging call-to-action.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer section with contact and social media links.\",\"section_prompt\":\"A footer layout providing essential information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights, recipes, and stories from My Restaurant.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our blog for tasty insights.\",\"section_prompt\":\"An attractive header section directing to blog categories.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Welcome to Our Blog\",\"section_description\":\"Explore delicious recipes, tips, and restaurant insights.\",\"section_prompt\":\"A welcoming banner introducing the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Read the latest articles and features from our culinary perspectives.\",\"section_prompt\":\"A grid layout presenting snippets of recent blogs with engaging imagery.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Popular Recipes\",\"section_description\":\"Discover some of our featured recipes that you can try at home.\",\"section_prompt\":\"Highlight popular recipes with alluring pictures and instructions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Stay Updated\",\"section_description\":\"Subscribe to our blog for the latest posts and updates.\",\"section_prompt\":\"Encouragement to subscribe with a form for user engagement.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Culinary Journey!\",\"section_description\":\"Explore more about food and join our community.\",\"section_prompt\":\"A motivating section for readers to engage fully with the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links to the restaurant and contact info.\",\"section_prompt\":\"Standard footer repeating key information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to us for any inquiries or reservations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate to our contact information easily.\",\"section_prompt\":\"A simplified header for contact information.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"We\\u2019d love to hear from you! Reach out with any questions or reservations.\",\"section_prompt\":\"Banner welcoming inquiries from customers.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the contact form below for inquiries or feedback.\",\"section_prompt\":\"A clear and concise section guiding visitors on how to contact the restaurant.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and additional contact options.\",\"section_prompt\":\"Standard footer with important contact information.\"}]}],\"user_prompt\":\"website for my restraunt\",\"prompt_id\":197,\"theme\":\"classic\",\"colors\":[[130,31,160],[244,199,48]],\"fonts\":\"classic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', '2025-08-29 11:22:10', '2025-08-29 11:31:21'),
(203, 82, 231, '\"create a informational website for me the shop sells cholle bhature majorly, also generate a logo for sardarji bharture wale\"', '{\"website_title\":\"Sardarji Bhature Wale\",\"website_description\":\"Welcome to Sardarji Bhature Wale, your go-to shop for delicious Cholle Bhature. We take pride in serving authentic Indian cuisine with the richest flavors and the freshest ingredients.\",\"website_type\":\"Informational\",\"website_industry\":\"Food & Beverage\",\"search_query\":\"Cholle Bhature, Indian Cuisine, Food Shop, Punjab Delicacies, Authentic Bhature\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Discover the delightful world of Cholle Bhature at Sardarji Bhature Wale. Our homepage offers a comprehensive insight into our offerings and the essence of our cuisine.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Sardarji Bhature Wale\",\"section_description\":\"Experience the best Cholle Bhature in town, prepared with traditional recipes and a love for food.\",\"section_prompt\":\"A welcoming hero banner section with bold text about the shop and a tempting image of Cholle Bhature.\"},{\"section_type\":\"about\",\"section_title\":\"About Chef\",\"section_description\":\"Learn more about our journey and dedication to serving authentic Cholle Bhature.\",\"section_prompt\":\"An informative section that shares the history and mission of Sardarji Bhature Wale.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Specialties\",\"section_description\":\"Explore our mouthwatering menu featuring various Cholle Bhature servings and combinations.\",\"section_prompt\":\"A listing grid that displays menu items, emphasizing different variations of Cholle Bhature.\"},{\"section_type\":\"gallery\",\"section_title\":\"Gallery\",\"section_description\":\"Take a visual tour of our delectable dishes and warm ambiance.\",\"section_prompt\":\"A showcase of images capturing our food and dining experience.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest News & Offers\",\"section_description\":\"Stay updated with our latest news, promotions, and offerings.\",\"section_prompt\":\"A section that keeps customers informed about current happenings.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Reviews\",\"section_description\":\"Read what our customers have to say about their experiences with us.\",\"section_prompt\":\"Highlighting customer reviews and experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Visit Us Today!\",\"section_description\":\"Join us for a delightful meal of Cholle Bhature that\'s sure to satisfy your cravings!\",\"section_prompt\":\"Encouragement for visitors to visit and enjoy our offerings.\"}]},{\"page_type\":\"menu\",\"page_title\":\"Menu\",\"page_description\":\"Explore our extensive menu filled with delectable Cholle Bhature options and side dishes.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation section of the website.\",\"section_prompt\":\"A simple header for menu navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Menu\",\"section_description\":\"Delve into the rich variety of dishes we offer.\",\"section_prompt\":\"An inner banner highlighting the menu content.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Cholle Bhature Classic\",\"section_description\":\"Our signature dish made with flavorful chickpeas served with fluffy bhature.\",\"section_prompt\":\"A media and text section featuring the classic Cholle Bhature.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Cholle Bhature Special\",\"section_description\":\"An upgraded variant of our classic recipe with a twist of spices.\",\"section_prompt\":\"Highlight the special version of the Cholle Bhature.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Desi Ghee poori\",\"section_description\":\"Desi ghee poori with 3 type of sabzi\",\"section_prompt\":\"Showcasing the side dishes available.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common queries about our menu and services.\",\"section_prompt\":\"A FAQs section addressing common customer questions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information for the website.\",\"section_prompt\":\"Footer section with contact and additional info.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for inquiries, feedback, or to place an order.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation section of the website.\",\"section_prompt\":\"A simple header for the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\\u2019d love to hear from you!\",\"section_prompt\":\"A banner that introduces the contact form.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Location\",\"section_description\":\"Discover where to find us and visit for a taste of our delicious offerings.\",\"section_prompt\":\"Provide information about store location and hours.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Business Hours\",\"section_description\":\"Our hours of operation for your convenience.\",\"section_prompt\":\"Details about days and times we are open.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Feedback\",\"section_description\":\"Your opinion matters! Let us know how we can improve.\",\"section_prompt\":\"Encouragement to submit feedback about services.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to connect with us.\",\"section_prompt\":\"A contact form for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information for the website.\",\"section_prompt\":\"Footer section with contact and additional info.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about Sardarji Bhature Wale and our passion for Cholle Bhature.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation section of the website.\",\"section_prompt\":\"A simple header for the about page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Discover our journey and passion for serving delicious Cholle Bhature.\",\"section_prompt\":\"An inner banner with the title explaining the context of our story.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"History\",\"section_description\":\"History of our food business from amabala\",\"section_prompt\":\"Detailing the mission statement of the restaurant.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Vision\",\"section_description\":\"To be the most loved place for Cholle Bhature in the region.\",\"section_prompt\":\"Explanation of the long-term vision.\"},{\"section_type\":\"team_section\",\"section_title\":\"Team section\",\"section_description\":\"Introduce the team\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information for the website.\",\"section_prompt\":\"Footer section with contact and additional info.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Explore our blog for the latest news, recipes, and stories from Sardarji Bhature Wale.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation section of the website.\",\"section_prompt\":\"A simple header for the blog page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Blog\",\"section_description\":\"Dive into our articles, recipes, and more!\",\"section_prompt\":\"An inner banner welcoming visitors to the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Check out our recent posts and updates.\",\"section_prompt\":\"A grid layout showcasing recent blog articles.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Community Stories\",\"section_description\":\"Read heartwarming stories from our customers and their experiences with us.\",\"section_prompt\":\"A section dedicated to sharing customer stories.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Behind the Scenes\",\"section_description\":\"An insight into how we prepare our dishes and serve our customers.\",\"section_prompt\":\"Behind-the-scenes look at restaurant operations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information for the website.\",\"section_prompt\":\"Footer section with contact and additional info.\"}]}],\"user_prompt\":\"create a informational website for me the shop sells cholle bhature majorly, also generate a logo for sardarji bharture wale\",\"prompt_id\":203,\"theme\":\"flat\",\"colors\":[[58,91,204],[137,137,137]],\"fonts\":\"flat-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null},\"user_logo\":false}', '2025-08-29 11:38:43', '2025-08-29 11:47:18');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(221, NULL, NULL, 'Blog for healthy recipes and nutrition tips', '{\"website_title\":\"NutriDelight Blog\",\"website_description\":\"Explore delicious healthy recipes and essential nutrition tips to enhance your well-being and culinary experience.\",\"website_type\":\"Blog\",\"website_industry\":\"Food & Beverage\",\"search_query\":\"healthy recipes, nutrition tips, cooking, wellness, meal prep\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to NutriDelight, your go-to destination for healthy recipes and nutrition advice.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to NutriDelight\",\"section_description\":\"Join us on a journey to better health through delicious recipes and expert nutrition tips.\",\"section_prompt\":\"This hero section features a welcoming message along with vibrant images of healthy dishes. Use a full-width image background with text overlay.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"I am passionate about healthy eating and love sharing my favorite recipes and tips to help you thrive.\",\"section_prompt\":\"Introduce the blog with a personal story about the author\'s journey to healthy eating, using a left-aligned layout with an image.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Recipes\",\"section_description\":\"Discover our most popular healthy recipes that are easy to make and delicious to eat.\",\"section_prompt\":\"Showcase a grid of featured recipes with enticing images and short descriptions in a three-column layout.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with the latest tips and recipes to enhance your healthy living journey.\",\"section_prompt\":\"Highlight the most recent blog posts with thumbnail images and titles in a simple list or grid format.\"},{\"section_type\":\"benefit\",\"section_title\":\"Health Benefits of Cooking\",\"section_description\":\"Learn how cooking at home can improve your health and well-being.\",\"section_prompt\":\"Provide a detailed list of health benefits attributed to home-cooked meals in an informative block format.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Community\",\"section_description\":\"Join a vibrant community of health-conscious cooks and share your experiences.\",\"section_prompt\":\"Showcase a team or community contributions using social cards to highlight various members and their healthy contributions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Newsletter\",\"section_description\":\"Subscribe for weekly healthy recipes and exclusive nutrition tips delivered straight to your inbox.\",\"section_prompt\":\"Include a signup form within a visually appealing block for collecting email addresses.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Recipes & Nutrition Tips\",\"page_description\":\"Dive into our latest posts that offer recipes and nutrition insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the blog.\",\"section_prompt\":\"A clean header with logo and menu items.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore Our Articles\",\"section_description\":\"A collection of insightful articles to enhance your cooking and nutrition knowledge.\",\"section_prompt\":\"An inner banner with an engaging title and a related image.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Blog Posts\",\"section_description\":\"Discover a selection of our best and latest blog posts.\",\"section_prompt\":\"A grid layout to display blog post thumbnails with titles and excerpts.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries about our recipes and nutrition tips.\",\"section_prompt\":\"An accordion-style FAQ section addressing common questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Involved\",\"section_description\":\"Join the conversation and share your favorite healthy recipes with us.\",\"section_prompt\":\"An invitation with encouraging design for community engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Important links and copyright information.\",\"section_prompt\":\"A standard footer with social media links and copyright notice.\"}]},{\"page_type\":\"services\",\"page_title\":\"Nutrition Consulting\",\"page_description\":\"Professional guidance on nutrition to help you achieve your health goals.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for Nutrition Consulting services.\",\"section_prompt\":\"A clean header with logo and menu items.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Nutrition Services\",\"section_description\":\"Learn more about how our nutrition consulting can benefit you.\",\"section_prompt\":\"An inner banner with an engaging title and a related image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Personalized Meal Plans\",\"section_description\":\"Receive customized meal plans tailored to your specific dietary needs.\",\"section_prompt\":\"A section featuring an image and text side by side outlining the service details.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Grocery Shopping Guidance\",\"section_description\":\"Expert tips on choosing the best foods for your health.\",\"section_prompt\":\"An informative image and text layout discussing shopping tips.\"},{\"section_type\":\"faqs\",\"section_title\":\"Consulting FAQs\",\"section_description\":\"Answers to common questions about our nutrition consulting services.\",\"section_prompt\":\"An accordion-style FAQ section addressing common queries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule Your Consultation\",\"section_description\":\"Book your first nutrition consultation and start your journey to health.\",\"section_prompt\":\"An engaging call to action prompting users to book a consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Important links and copyright information.\",\"section_prompt\":\"A standard footer with social media links and copyright notice.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for inquiries or to share your own recipes.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the Contact page.\",\"section_prompt\":\"A clean header with logo and menu items.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out for questions or feedback.\",\"section_prompt\":\"An inner banner inviting users to contact.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to send me a message.\",\"section_prompt\":\"A contact form for users to fill out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Important links and copyright information.\",\"section_prompt\":\"A standard footer with social media links and copyright notice.\"}]}],\"user_prompt\":\"Blog for healthy recipes and nutrition tips\",\"prompt_id\":221}', '2025-08-29 12:53:54', '2025-08-29 12:53:54'),
(222, NULL, NULL, 'Tech startup website with product features and pricing', '{\"website_title\":\"InnovateTech\",\"website_description\":\"InnovateTech is a cutting-edge tech startup that focuses on developing innovative solutions to enhance productivity and streamline business processes. We offer a range of products designed to meet the needs of modern businesses.\",\"website_type\":\"Business\",\"website_industry\":\"Technology\",\"search_query\":\"technology, startup, product features, pricing, innovation\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to InnovateTech, where innovation meets technology. Discover our products and how they can transform your business.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to InnovateTech\",\"section_description\":\"Explore our innovative technology solutions designed for the modern business.\",\"section_prompt\":\"A captivating hero section with a prominent call-to-action button inviting users to explore products.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"InnovateTech aims to revolutionize the tech industry with groundbreaking products and solutions.\",\"section_prompt\":\"A brief overview of the company, explaining its mission and vision.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Products\",\"section_description\":\"Discover our range of innovative products that can streamline your business processes.\",\"section_prompt\":\"A grid layout showcasing core products with brief descriptions under each.\"},{\"section_type\":\"features_list\",\"section_title\":\"Key Features\",\"section_description\":\"Explore the key features that set our products apart from the competition.\",\"section_prompt\":\"A summary list of must-have features highlighting the advantages of our products.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Don\'t just take our word for it! Hear from our satisfied customers about how our solutions have made a difference.\",\"section_prompt\":\"A collection of quotes and feedback from happy clients with visual testimonials.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest insights and news in the tech industry.\",\"section_prompt\":\"A section showcasing the latest blog posts or articles related to the tech startup scene.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Ready to enhance your business with our innovative solutions? Explore our products now!\",\"section_prompt\":\"A strong call-to-action urging users to delve deeper into product offerings.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about InnovateTech.\",\"section_prompt\":\"Standard footer layout with navigation links, social media icons, and contact details.\"}]},{\"page_type\":\"features\",\"page_title\":\"Product Features\",\"page_description\":\"Explore the stunning features of our innovative products that drive business success.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for the Product Features page\",\"section_prompt\":\"A simple header section with navigation to the product features.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore Our Features\",\"section_description\":\"Learn about the innovative features of our products.\",\"section_prompt\":\"An inner banner that reinforces the page title and engages visitors.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Feature One\",\"section_description\":\"Our first product feature focuses on enhancing productivity through advanced analytics.\",\"section_prompt\":\"A media and text section showing product feature details with relevant imagery.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Feature Two\",\"section_description\":\"The second feature enables seamless collaboration within teams, boosting performance.\",\"section_prompt\":\"Another media and text section with a description and engaging visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Feature Three\",\"section_description\":\"Our third feature optimizes workflows, ensuring efficiency in day-to-day operations.\",\"section_prompt\":\"A detailed layout combining media and information about another key product feature.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common queries about our product features.\",\"section_prompt\":\"A section addressing common questions to assist potential customers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Discover More Features\",\"section_description\":\"Interested in learning more about our features? Get in touch with us!\",\"section_prompt\":\"Encouragement for visitors to explore features further and contact for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about InnovateTech.\",\"section_prompt\":\"Standard footer layout with navigation links, social media icons, and contact details.\"}]},{\"page_type\":\"pricing\",\"page_title\":\"Pricing Plans\",\"page_description\":\"Find the perfect plan that suits your business needs with our transparent pricing options.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for the Pricing Plans page\",\"section_prompt\":\"A simple header section with navigation to the pricing plans.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Transparent Pricing\",\"section_description\":\"Discover our straightforward pricing plans without hidden fees.\",\"section_prompt\":\"An inner banner featuring the pricing page title.\"},{\"section_type\":\"pricing_table\",\"section_title\":\"Our Pricing Plans\",\"section_description\":\"Compare our pricing plans tailored to meet the requirements of businesses of all sizes.\",\"section_prompt\":\"A pricing table comparing the different plans with features included in each.\"},{\"section_type\":\"benefit\",\"section_title\":\"Value for Your Investment\",\"section_description\":\"Understand how our solutions deliver exceptional value for your business.\",\"section_prompt\":\"A clear statement of benefits derived from selecting our pricing plans.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Success Stories\",\"section_description\":\"Hear from customers about how our pricing plans fit their needs and budgets.\",\"section_prompt\":\"A section featuring testimonials specifically related to the pricing experience.\"},{\"section_type\":\"faqs\",\"section_title\":\"Pricing FAQs\",\"section_description\":\"Get answers to your questions regarding our pricing and plans.\",\"section_prompt\":\"A section to clarify concerns around pricing options and plans.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Free Trial\",\"section_description\":\"Ready to see how our solutions can benefit you? Start your free trial today!\",\"section_prompt\":\"A strong call-to-action inviting visitors to experience the product with a trial.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about InnovateTech.\",\"section_prompt\":\"Standard footer layout with navigation links, social media icons, and contact details.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Tech Insights Blog\",\"page_description\":\"Stay informed with our latest articles and insights into the technology world.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for the Tech Insights Blog\",\"section_prompt\":\"A simple header section with navigation to the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Welcome to Our Blog\",\"section_description\":\"Explore the latest news and insights in technology.\",\"section_prompt\":\"An engaging inner banner introducing the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Read our most recent posts on technology trends and innovations.\",\"section_prompt\":\"A grid layout showcasing the latest blog articles with summaries.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Highlight on Innovations\",\"section_description\":\"Focus on significant innovations shaping the tech industry.\",\"section_prompt\":\"Highlighting key innovations with detailed articles.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Connect with us on social media to stay updated and share your thoughts.\",\"section_prompt\":\"Encouraging social media engagement through cards featuring links.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Never miss an article! Subscribe to stay informed about tech innovations.\",\"section_prompt\":\"A call-to-action encouraging visitors to subscribe to the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about InnovateTech.\",\"section_prompt\":\"Standard footer layout with navigation links, social media icons, and contact details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for inquiries, feedback, or support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for the Contact Us page\",\"section_prompt\":\"A simple header section with navigation to contact options.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\\u2019d love to hear from you! Reach out with any questions or feedback.\",\"section_prompt\":\"An inner banner welcoming visitors to the contact page.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Get In Touch\",\"section_description\":\"Find our contact information and get in touch with us directly.\",\"section_prompt\":\"A simple section outlining email, phone, and address details.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to reach us directly.\",\"section_prompt\":\"A dedicated section featuring the contact form for visitor inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about InnovateTech.\",\"section_prompt\":\"Standard footer layout with navigation links, social media icons, and contact details.\"}]}],\"user_prompt\":\"Tech startup website with product features and pricing\",\"prompt_id\":222}', '2025-08-29 12:58:11', '2025-08-29 12:58:11'),
(223, NULL, NULL, 'Create a website for College planning named \"Oasis College Planning\". We help finding colleges with Less Stress & More Support. Our college planning coaching helps you identify, evaluate, apply for & select the right college to fit your needs, desires, interests & budget.', '{\"website_title\":\"Oasis College Planning\",\"website_description\":\"Helping students find colleges with less stress and more support through personalized coaching and guidance for successful college selection, evaluation, and application.\",\"website_type\":\"Educational\",\"website_industry\":\"Education\",\"search_query\":\"college planning, education support, college application help, stress-free college selection\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Oasis College Planning, your partner in navigating the college selection process with ease and support.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Oasis College Planning\",\"section_description\":\"Discover your future college with guidance and support.\",\"section_prompt\":\"A welcoming hero section with a large image representing college life, overlay text highlighting the support offered.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Oasis College Planning provides personalized coaching to help students identify and select the perfect college to suit their unique needs and preferences.\",\"section_prompt\":\"An informative section describing the ethos and mission of Oasis College Planning featuring visuals of team interactions.\"},{\"section_type\":\"benefit\",\"section_title\":\"Our Benefits\",\"section_description\":\"We offer a stress-free experience that prioritizes your individual goals and interests in the college selection process.\",\"section_prompt\":\"A layout that showcases key benefits in bullet points with corresponding visuals.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our comprehensive services designed to support you through every step of the college planning process.\",\"section_prompt\":\"A grid format that lists services offered with brief descriptions and icons.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest articles and tips on college planning and application processes.\",\"section_prompt\":\"A section featuring thumbnails of the latest blog posts and articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Ready to embark on your college journey with confidence? Contact us to learn how we can help!\",\"section_prompt\":\"A motivating call-to-action section encouraging visitors to reach out for support.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Quick links, contact information, and social media links.\",\"section_prompt\":\"A standard footer layout with navigation links, contact details, and social media icons.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore our tailored college planning services designed to reduce stress and enhance your college application experience.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigating Your College Journey with Expert Guidance.\",\"section_prompt\":\"A simple header section introducing the page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Dive deeper into our comprehensive college planning services.\",\"section_prompt\":\"Inner banner showcasing the service title prominently.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Personalized College Counseling\",\"section_description\":\"Receive one-on-one coaching that focuses on your individual needs and goals for college selection.\",\"section_prompt\":\"A split layout featuring an image and text detailing the personalized counseling service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"College Search Strategies\",\"section_description\":\"We help identify colleges that match your academic profile, interests, and budget.\",\"section_prompt\":\"Another split layout illustrating strategic approaches to searching for colleges.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Application Support\",\"section_description\":\"Expert assistance with the college application process, ensuring you highlight your strengths effectively.\",\"section_prompt\":\"Visuals and descriptions of how application support can ease the process.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions about our services and college planning answered for you.\",\"section_prompt\":\"A section detailing FAQs related to services offered at Oasis College Planning.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for More Information\",\"section_description\":\"Want to learn more about our services? Reach out to us today!\",\"section_prompt\":\"Encouraging visitors to make inquiries with supporting visuals.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Quick links, contact information, and social media links.\",\"section_prompt\":\"Standard footer layout with navigation links and contact details.\"}]},{\"page_type\":\"blog\",\"page_title\":\"College Planning Insights\",\"page_description\":\"Explore articles and insights into college planning, selection, and application processes to make informed decisions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Knowledge and Insights to Guide Your College Journey.\",\"section_prompt\":\"A section introducing the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights and Tips\",\"section_description\":\"Discover our most recent articles focused on the college planning experience.\",\"section_prompt\":\"Visual banner highlighting the purpose of the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"Browse through our latest blog posts for valuable tips and advice on college planning.\",\"section_prompt\":\"Grid layout displaying titles and excerpts from recent blog articles.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Expert Contributors\",\"section_description\":\"Meet our team of experienced college planning advisors who share their insights and knowledge.\",\"section_prompt\":\"Highlighting contributors with brief bios and images.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Join Our Community\",\"section_description\":\"Connect with us on social media for more updates and support.\",\"section_prompt\":\"A collection of social media links to engage the audience.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Informed!\",\"section_description\":\"Subscribe to our newsletter for the latest updates and tips in college planning.\",\"section_prompt\":\"Simple prompt for newsletter signup.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Quick links, contact information, and social media links.\",\"section_prompt\":\"Standard footer layout with navigation and contact details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Oasis College Planning for personalized college planning support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"We\'re Here to Help You Navigate Your College Journey.\",\"section_prompt\":\"A straightforward header introducing the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Reach out to us with your questions or to schedule a consultation.\",\"section_prompt\":\"Inner banner section for the contact page.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Contact Information\",\"section_description\":\"Email: info@oasiscollgeplanning.com | Phone: (555) 123-4567\",\"section_prompt\":\"Provide essential contact information clearly.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to send us a message, and we will respond promptly!\",\"section_prompt\":\"A clean layout for the contact form area.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Quick links, contact information, and social media links.\",\"section_prompt\":\"Standard footer layout with navigation links and contact details.\"}]}],\"user_prompt\":\"Create a website for College planning named \\\"Oasis College Planning\\\". We help finding colleges with Less Stress & More Support. Our college planning coaching helps you identify, evaluate, apply for & select the right college to fit your needs, desires, interests & budget.\",\"prompt_id\":223}', '2025-08-29 13:01:29', '2025-08-29 13:01:29'),
(226, 58, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A professional portfolio showcasing my graphic design works, including branding, illustrations, and digital artworks.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio showcase, creative design, digital illustration, branding design\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio, where I showcase my graphic design skills and projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation header to help navigate the website.\",\"section_prompt\":\"A horizontal navigation bar with links to all main sections.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A stunning hero image that reflects my graphic design style and skills.\",\"section_prompt\":\"Full-width image with a stylish overlay text introducing my work.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my journey as a graphic designer and my creative process.\",\"section_prompt\":\"A brief introduction and personal story about my design career.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Works\",\"section_description\":\"Showcasing a selection of my best graphic design projects.\",\"section_prompt\":\"A grid layout displaying thumbnails of my top projects with links to the details.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from clients about their experiences working with me.\",\"section_prompt\":\"Quotes from clients praising my design skills and work ethic.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"A quick glance at my most recent works and case studies.\",\"section_prompt\":\"Display of the latest projects added to my portfolio.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Collaborate\",\"section_description\":\"Encouraging visitors to get in touch for potential design projects.\",\"section_prompt\":\"A clear call-to-action inviting visitors to contact me for collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section with links to my social media and contact information.\",\"section_prompt\":\"Standard footer with links to social handles and copyright notice.\"}]},{\"page_type\":\"services\",\"page_title\":\"Graphic Design Services\",\"page_description\":\"Explore the various graphic design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation header for the services page.\",\"section_prompt\":\"A horizontal navigation bar for easy access.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Graphic Design Services\",\"section_description\":\"An introduction to the services I provide as a graphic designer.\",\"section_prompt\":\"A banner highlighting my graphic design services with a relevant image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding Design\",\"section_description\":\"Creating unique branding identities for businesses.\",\"section_prompt\":\"Combination of image showcasing branding work and a text description.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Illustration Services\",\"section_description\":\"Custom illustrations for various projects and applications.\",\"section_prompt\":\"Image of illustrations with accompanying descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Art and Graphics\",\"section_description\":\"Creating eye-catching digital graphics for any medium.\",\"section_prompt\":\"Display of digital artwork with text explaining the services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my design services.\",\"section_prompt\":\"A list of FAQs related to graphic design services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging potential clients to reach out for services.\",\"section_prompt\":\"A call-to-action inviting clients to contact me for service inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section with links to additional resources and social media.\",\"section_prompt\":\"Standard footer with social media links and other important information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights Blog\",\"page_description\":\"Read my thoughts on design trends, tips, and updates.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the blog section.\",\"section_prompt\":\"A simple navigation bar for the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Insights Blog\",\"section_description\":\"Welcome to my blog where I share insights on graphic design.\",\"section_prompt\":\"A vibrant banner branding the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"A selection of my latest blog entries and articles about design.\",\"section_prompt\":\"Grid layout displaying excerpts and links to each blog post.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Popular Topics\",\"section_description\":\"Highlighting popular themes and topics covered in my blog.\",\"section_prompt\":\"Display of popular topics or categories for easy navigation.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encouraging visitors to subscribe for the latest blog updates.\",\"section_prompt\":\"A call-to-action for visitors to join my newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer area for blog with links and copyright information.\",\"section_prompt\":\"Standard footer with links to blog resources and information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me for inquiries or collaboration.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation for the contact page.\",\"section_prompt\":\"Navigation links to other sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A section to encourage visitors to get in touch.\",\"section_prompt\":\"Banner with an approachable contact message.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Get In Touch\",\"section_description\":\"Details on how clients can reach out to me.\",\"section_prompt\":\"Textual information on how to contact and inquire about services.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"A simple form for visitors to fill out their inquiries.\",\"section_prompt\":\"Form fields for users to submit their messages.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer providing navigation and additional links.\",\"section_prompt\":\"Standard footer layout with necessary links.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"Explore a wider range of my graphic design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the portfolio page.\",\"section_prompt\":\"Header to help navigate the portfolio section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Portfolio\",\"section_description\":\"An introduction to my complete works in graphic design.\",\"section_prompt\":\"Banner showcasing the portfolio title.\"},{\"section_type\":\"gallery\",\"section_title\":\"Gallery of Works\",\"section_description\":\"A comprehensive gallery displaying my design projects.\",\"section_prompt\":\"Grid layout presenting images and descriptions of my portfolio pieces.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Portfolio Statistics\",\"section_description\":\"Showcasing key stats about my design work.\",\"section_prompt\":\"Visual figures representing completed projects and clients served.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Want to Work Together?\",\"section_description\":\"Encouraging viewers to reach out after exploring my work.\",\"section_prompt\":\"A clear call-to-action urging visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links to contact information and social media.\",\"section_prompt\":\"Standard footer with relevant links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":226}', '2025-08-29 13:09:32', '2025-08-29 13:09:32'),
(227, 58, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Creative Portfolio\",\"website_description\":\"Showcasing innovative and inspiring graphic design work from various projects and clients.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative design showcases, professional design projects, contemporary graphic art\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets innovation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section includes the main navigation and logo.\",\"section_prompt\":\"Responsive header with logo and navigation items.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"The hero section showcases a stunning graphic design piece.\",\"section_prompt\":\"Full-width hero banner with an engaging image and tagline.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my background and passion for graphic design.\",\"section_prompt\":\"Short paragraph with an image depicting my personality.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Works\",\"section_description\":\"A grid showcasing my best graphic design projects.\",\"section_prompt\":\"Grid layout containing thumbnails of various design works.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Achievements\",\"section_description\":\"Highlights of projects completed, clients worked with, and awards received.\",\"section_prompt\":\"Horizontal statistics bar displaying numbers and achievements.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Links to my latest articles and insights on graphic design trends.\",\"section_prompt\":\"Compact list of the latest blog posts with titles and descriptions.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"What my clients say about my work and design process.\",\"section_prompt\":\"Carousel of client quotes with their photos.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to reach out for inquiries or collaborations.\",\"section_prompt\":\"Bold call-to-action prompting visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information about copyright and social media links.\",\"section_prompt\":\"Standard footer with links and copyright notice.\"}]},{\"page_type\":\"services\",\"page_title\":\"Design Services Offered\",\"page_description\":\"Explore the graphic design services I provide to meet your needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section includes the main navigation and logo.\",\"section_prompt\":\"Responsive header with logo and navigation items.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Services Overview\",\"section_description\":\"A brief guide introducing the services offered.\",\"section_prompt\":\"Banner highlighting the variety of design services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Creating unique brand visuals that define your business.\",\"section_prompt\":\"Image aligned with text explaining brand identity.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"High-quality print designs for flyers, brochures, and more.\",\"section_prompt\":\"Visual paired with a description of print designs.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"Designing user-friendly and visually appealing websites.\",\"section_prompt\":\"Web-related graphic with a description of web design services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answering common questions about my design process and services.\",\"section_prompt\":\"Collapsible FAQs section providing clear answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project\",\"section_description\":\"Encouraging prospective clients to initiate their design journey.\",\"section_prompt\":\"Call-to-action motivating visitors to request a quote.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information about copyright and social media links.\",\"section_prompt\":\"Standard footer with links and copyright notice.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights Blog\",\"page_description\":\"Discover articles on graphic design techniques, trends, and tips.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section includes the main navigation and logo.\",\"section_prompt\":\"Responsive header with logo and navigation items.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"An overview of recent blog posts related to graphic design.\",\"section_prompt\":\"Engaging banner with a title and brief description of the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Posts\",\"section_description\":\"Showcasing the most recent and popular blog posts.\",\"section_prompt\":\"Grid layout displaying blog post thumbnails and extracts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Newsletter\",\"section_description\":\"Encouraging visitors to subscribe for updates and news.\",\"section_prompt\":\"Well-designed subscription form section.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information about copyright and social media links.\",\"section_prompt\":\"Standard footer with links and copyright notice.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for inquiries or discuss potential projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section includes the main navigation and logo.\",\"section_prompt\":\"Responsive header with logo and navigation items.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Information on how to contact me.\",\"section_prompt\":\"Banner section introducing the contact page.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to send messages or inquiries.\",\"section_prompt\":\"Contact form with fields for name, email, message.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information about copyright and social media links.\",\"section_prompt\":\"Standard footer with links and copyright notice.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Graphic Design Portfolio\",\"page_description\":\"A showcase of my graphic design projects and case studies.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section includes the main navigation and logo.\",\"section_prompt\":\"Responsive header with logo and navigation items.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Portfolio Showcase\",\"section_description\":\"A curated collection of my design work.\",\"section_prompt\":\"Banner section leading to the portfolio listing.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Highlights\",\"section_description\":\"Showcasing selected design projects with visuals.\",\"section_prompt\":\"Gallery grid displaying images from various projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Work With Me\",\"section_description\":\"Inviting prospective clients to start a collaboration.\",\"section_prompt\":\"Call-to-action motivating visitors to discuss projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information about copyright and social media links.\",\"section_prompt\":\"Standard footer with links and copyright notice.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":227}', '2025-08-29 13:11:43', '2025-08-29 13:11:43'),
(228, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Wanderlust Lens\",\"website_description\":\"A captivating blog that combines the beauty of travel with stunning photography, showcasing adventures from around the world.\",\"website_type\":\"Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, adventure travel, scenic landscapes, photography tips, world exploration\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The homepage of Wanderlust Lens featuring the latest blog posts and a stunning visual experience of travel photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation bar leading to various sections of the website.\",\"section_prompt\":\"A simple and clean header layout with navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Wanderlust Lens\",\"section_description\":\"An inviting hero section that showcases stunning visuals of travel destinations.\",\"section_prompt\":\"Large responsive banner displaying breathtaking travel images with an engaging welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"An introduction to the travel and photography journey behind Wanderlust Lens.\",\"section_prompt\":\"A personalized section explaining my experiences and passion for travel and photography.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Adventures\",\"section_description\":\"A highlight of recent blog posts featuring diverse travel experiences.\",\"section_prompt\":\"A grid of recent blog post titles and images, linking to full articles.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Destinations\",\"section_description\":\"A selection of must-visit travel destinations, each paired with captivating photography.\",\"section_prompt\":\"Grid layout displaying popular destinations with images and short descriptions.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"By the Numbers\",\"section_description\":\"Fun statistics showcasing travels, photos taken, and adventures explored.\",\"section_prompt\":\"Horizontal stats bar displaying numbers of countries visited, photos captured, and adventures undertaken.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey\",\"section_description\":\"Encouraging readers to subscribe for updates and join the adventure.\",\"section_prompt\":\"A visually appealing section prompting visitors to sign up for a newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic footer with copyright information and social media links.\",\"section_prompt\":\"Footer section containing links to social media and copyright notice.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":228}', '2025-08-29 13:14:29', '2025-08-29 13:14:29');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(230, 50, 243, '\"A website for me named \\\"THRIVING AT 50+\\\" on personal coaching for people over 50 years. At age 50+, A personal rebranding and career reinvention has become more important than ever, yet many later-in-life professionals don\\u2019t know how to do it. Thriving at 50+ provides a framework for rebranding and reinvention that will revitalize you for your next act\\u2026whether a new career, new job, or a new way of life.\"', '{\"website_title\":\"THRIVING AT 50+\",\"website_description\":\"Personal coaching website dedicated to helping individuals over 50 reinvent their careers and lives with effective strategies for rebranding and discovery.\",\"website_type\":\"personal website\",\"website_industry\":\"Consulting\",\"search_query\":\"personal coaching over 50, career reinvention, life coaching, personal branding for seniors\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to THRIVING AT 50+, your guide to reinventing life and career after 50.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation links for the website.\",\"section_prompt\":\"This is the header section for navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to THRIVING AT 50+\",\"section_description\":\"An inspiring introduction to coaching for those over 50 seeking reinvention.\",\"section_prompt\":\"Hero banner with an uplifting message and an engaging background image.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my journey and dedication to helping others thrive after 50.\",\"section_prompt\":\"This section shares my personal background and motivation for creating this coaching service.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the various coaching services available to assist your reinvention journey.\",\"section_prompt\":\"A grid layout displaying different services offered like personal branding, career coaching, etc.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Read my latest articles on career reinvention and personal growth for those over 50.\",\"section_prompt\":\"A preview section featuring titles and snippets from the latest blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Thrive?\",\"section_description\":\"Join me on this exciting journey of self-discovery and reinvention!\",\"section_prompt\":\"Encouraging visitors to take the next step toward coaching.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with contact info and important links.\",\"section_prompt\":\"Footer with links to policy, contact information, and social media.\"}]},{\"page_type\":\"services\",\"page_title\":\"Coaching Services\",\"page_description\":\"Discover the personalized coaching services that empower your reinvention journey after 50.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation links for the website.\",\"section_prompt\":\"This is the header section for navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Coaching Services\",\"section_description\":\"An overview of the personalized coaching services available.\",\"section_prompt\":\"Inner banner describing the page content and objectives.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Personal Branding Coaching\",\"section_description\":\"Tailored sessions to help you define and express your unique personal brand.\",\"section_prompt\":\"A section featuring details on personal branding coaching with a relevant image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Career Transition Coaching\",\"section_description\":\"Guiding clients through successful transitions into new career paths.\",\"section_prompt\":\"A section highlighting career transition coaching services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Life Reinvention Strategy\",\"section_description\":\"Creating a personalized roadmap for reinventing your life after 50.\",\"section_prompt\":\"Details about life strategy sessions with an engaging image.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about coaching services and processes.\",\"section_prompt\":\"A section addressing typical questions potential clients may have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Journey Today!\",\"section_description\":\"Schedule your first coaching session and begin your transformation.\",\"section_prompt\":\"Encouraging visitors to take the first step and book a session.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with contact info and important links.\",\"section_prompt\":\"Footer with links to policy, contact information, and social media.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Coaching Insights Blog\",\"page_description\":\"Explore valuable articles and insights on personal growth and career reinvention.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation links for the website.\",\"section_prompt\":\"This is the header section for navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Coaching Insights\",\"section_description\":\"Informative articles focused on personal development for those over 50.\",\"section_prompt\":\"Banner highlighting the focus of the blog articles.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"Browse through the latest articles providing advice and insights on personal coaching.\",\"section_prompt\":\"A grid layout presenting the latest blog posts with articles summaries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Never Miss an Update!\",\"section_description\":\"Subscribe to our newsletter for the latest insights and coaching tips.\",\"section_prompt\":\"A subscription prompt inviting viewers to stay updated.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with contact info and important links.\",\"section_prompt\":\"Footer with links to policy, contact information, and social media.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out to schedule your first coaching session or ask any questions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation links for the website.\",\"section_prompt\":\"This is the header section for navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Connect for inquiries or coaching sessions.\",\"section_prompt\":\"A section inviting visitors to reach out.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch about coaching services.\",\"section_prompt\":\"A form section for visitors to input their details and messages.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with contact info and important links.\",\"section_prompt\":\"Footer with links to policy, contact information, and social media.\"}]}],\"user_prompt\":\"A website for me named \\\"THRIVING AT 50+\\\" on personal coaching for people over 50 years. At age 50+, A personal rebranding and career reinvention has become more important than ever, yet many later-in-life professionals don\\u2019t know how to do it. Thriving at 50+ provides a framework for rebranding and reinvention that will revitalize you for your next act\\u2026whether a new career, new job, or a new way of life.\",\"prompt_id\":230,\"theme\":\"classic\",\"colors\":[[109,104,136],[207,192,101]],\"fonts\":\"classic-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/www.facebook.com\\/Thriving-at-50-102919031641146\",\"instagram\":\"https:\\/\\/www.instagram.com\\/wendyamarx\\/?hl=en\",\"twitter\":\"https:\\/\\/twitter.com\\/WendyMarx\",\"linkedin\":\"https:\\/\\/www.linkedin.com\\/in\\/wendyamarx\",\"pinterest\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_68b1af92e9dfc.png\"}', '2025-08-29 13:41:14', '2025-08-29 13:48:04'),
(231, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Wanderlust Lens\",\"website_description\":\"A blog dedicated to travel and photography, offering stunning visual stories and travel tips to inspire your next adventure.\",\"website_type\":\"Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, scenic landscapes, travel adventures, nature photography\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Wanderlust Lens, your ultimate travel and photography blog!\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Explore the World\",\"section_description\":\"Dive into a world of breathtaking landscapes and travel tales.\",\"section_prompt\":\"Responsive hero banner showcasing a stunning travel image with a captivating title overlay.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"I am a passionate traveler and photographer eager to share my adventures and insights with you.\",\"section_prompt\":\"Informational content without media, detailing personal background and travel philosophy.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Destinations\",\"section_description\":\"Discover my top travel destinations, each featuring beautiful photography and unique experiences.\",\"section_prompt\":\"Grid layout displaying images and short descriptions of top travel destinations.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Adventures\",\"section_description\":\"Stay updated with my latest travel adventures and photography tips.\",\"section_prompt\":\"A dynamic section showcasing the latest blog posts in a grid.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Travel?\",\"section_description\":\"Traveling enriches your life. Explore the benefits of seeing the world through my lens.\",\"section_prompt\":\"Informative section highlighting the personal and social benefits of travel.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Journey\",\"section_description\":\"Sign up for my newsletter to receive travel tips and photography inspiration directly in your inbox!\",\"section_prompt\":\"Call to action inviting visitors to subscribe to the newsletter.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Community\",\"section_description\":\"Connect with fellow travel enthusiasts and photographers.\",\"section_prompt\":\"Displaying cards with links to social media profiles of the community.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links and copyright information.\",\"section_prompt\":\"Footer layout that includes relevant links and social media icons.\"}]},{\"page_type\":\"services\",\"page_title\":\"Travel Photography Services\",\"page_description\":\"Professional photography services for your travel needs, capturing memorable moments.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Services\",\"section_description\":\"Explore the photography services I offer for travelers.\",\"section_prompt\":\"Banner highlighting the photography services with a captivating image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Destination Portraits\",\"section_description\":\"Capture your special moments in beautiful destinations with my photography service.\",\"section_prompt\":\"Layout featuring an engaging image alongside descriptive text about destination portraits.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Travel Events Coverage\",\"section_description\":\"Let me document your travel events and adventures with stunning photographs.\",\"section_prompt\":\"Layout featuring an engaging image alongside descriptive text about event coverage.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Family Travel Sessions\",\"section_description\":\"Take timeless family travel photos that you will cherish forever.\",\"section_prompt\":\"Layout featuring an engaging image alongside descriptive text about family sessions.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Get answers to common questions about my travel photography services.\",\"section_prompt\":\"Section listing frequently asked questions relevant to travel photography.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Session\",\"section_description\":\"Ready to capture your adventures? Contact me to book your travel photography session now!\",\"section_prompt\":\"A call-to-action encouraging visitors to book a photography session.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links and copyright information.\",\"section_prompt\":\"Footer layout that includes relevant links and social media icons.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Blog\",\"page_description\":\"Inspiring travel stories and photography tips from around the globe.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Travel Posts\",\"section_description\":\"Read my latest adventures and photography tips in the blog.\",\"section_prompt\":\"Banner showcasing the blog section with an adventurous background image.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"Explore my collection of travel stories and photography tutorials.\",\"section_prompt\":\"A vibrant grid layout displaying titles and excerpts of the latest blog posts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Top Travel Tips\",\"section_description\":\"Check out my top travel tips to make the most of your journeys.\",\"section_prompt\":\"Highlighting key travel tips with engaging visuals.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Readers Say\",\"section_description\":\"Hear from fellow travelers who have been inspired by my blog.\",\"section_prompt\":\"Section featuring testimonials from blog readers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure\",\"section_description\":\"Subscribe to my blog for more exciting travel stories and tips!\",\"section_prompt\":\"Encouraging visitors to subscribe to the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links and copyright information.\",\"section_prompt\":\"Footer layout that includes relevant links and social media icons.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for collaborations, questions or just to say hi!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contact page header for inquiry purposes.\",\"section_prompt\":\"Header section introducing the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Find out how to reach me for inquiries or collaborations.\",\"section_prompt\":\"Section illustrating various ways to contact.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Connect with Me\",\"section_description\":\"Fill out the form below to send me a message, and I will get back to you soon!\",\"section_prompt\":\"Detailing how to connect via the contact form.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out!\",\"section_description\":\"Experienced traveler and photographer awaiting your message.\",\"section_prompt\":\"A section prompting visitors to use the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links and copyright information.\",\"section_prompt\":\"Footer layout that includes relevant links and social media icons.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Wanderlust Lens\",\"page_description\":\"Learn about the vision behind the Wanderlust Lens blog and its creator.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"About page introductory header.\",\"section_prompt\":\"Header section introducing the about page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"The Vision\",\"section_description\":\"Discover the inspiration and goal behind my travel and photography blog.\",\"section_prompt\":\"Section that provides insight into the vision of the blog.\"},{\"section_type\":\"about\",\"section_title\":\"My Journey\",\"section_description\":\"A brief overview of my journey as a traveler and photographer.\",\"section_prompt\":\"Informational section sharing the creator\'s personal travel history.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Connect with Me\",\"section_description\":\"Links to my social media profiles to follow along on my travels.\",\"section_prompt\":\"Showcasing social media platforms for seamless connection.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow the Journey\",\"section_description\":\"Join me on my travels and adventures through my blog and social media.\",\"section_prompt\":\"A section that encourages visitors to connect and follow.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links and copyright information.\",\"section_prompt\":\"Footer layout that includes relevant links and social media icons.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":231}', '2025-08-30 05:32:34', '2025-08-30 05:32:35'),
(232, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Creative Portfolio\",\"website_description\":\"A stunning portfolio showcasing professional graphic design work, projects, and creative endeavors.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, creative portfolio, design projects, visual art, design showcase\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where creativity and innovation meet.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"Welcome to my graphic design portfolio, where creativity meets innovation.\",\"section_prompt\":\"This section provides a stunning visual introduction to the portfolio, featuring an engaging graphic that showcases my best work.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey as a graphic designer, my skills, and my passion for creating visually appealing designs.\",\"section_prompt\":\"This section details my background and expertise, conveying my experience and style in graphic design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"A curated selection of my best design projects showcasing various styles and techniques.\",\"section_prompt\":\"This section provides a grid of featured projects, highlighting thumbnails for quick viewing.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay updated with my latest works, design trends, and creative insights.\",\"section_prompt\":\"This section features the most recent entries, encouraging visitors to explore new content.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"Numbers that define my journey in graphic design.\",\"section_prompt\":\"This section showcases key statistics like projects completed, clients served, and years of experience.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Interested in collaborating? Let\'s connect and discuss your project!\",\"section_prompt\":\"Encourages visitors to reach out through a prominent call to action.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from my satisfied clients about their experience working with me.\",\"section_prompt\":\"Features quotes from clients, emphasizing positive feedback and successful collaborations.\"}]},{\"page_type\":\"services\",\"page_title\":\"Graphic Design Services\",\"page_description\":\"Explore the range of graphic design services I offer to help elevate your brand.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to the services page where my offerings are detailed.\",\"section_prompt\":\"An introductory header that sets the tone for the services provided.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Graphic Design Services\",\"section_description\":\"Comprehensive overview of services tailored to meet client needs.\",\"section_prompt\":\"Displays the services provided with an illustrative graphic.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Creating unique brand identities that resonate with your target audience.\",\"section_prompt\":\"Details the brand identity design service alongside visuals of past work.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"Designing visually appealing and user-friendly websites that convert visitors into customers.\",\"section_prompt\":\"Highlights web design offerings, accompanied by examples of websites designed.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Delivering beautiful print designs for various media like brochures, business cards, and flyers.\",\"section_prompt\":\"Showcases print design capabilities with images of printed materials.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my graphic design services.\",\"section_prompt\":\"Presents a list of frequently asked questions to clarify service-related queries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me for Services\",\"section_description\":\"Ready to start your design project? Get in touch!\",\"section_prompt\":\"Encourages visitors to make contact regarding services offered.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights Blog\",\"page_description\":\"Stay inspired with articles on design trends, tips, and creative processes.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to my design insights blog!\",\"section_prompt\":\"An overview of the blog\'s purpose, encouraging visitors to engage with the content.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Design Articles\",\"section_description\":\"Explore insightful articles and tips related to graphic design.\",\"section_prompt\":\"Displays a visually appealing banner that introduces the blog content.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Articles\",\"section_description\":\"A grid showcasing my most recent blog posts along with engaging images.\",\"section_prompt\":\"Presents a grid of blog posts with images and excerpts to entice readers.\"},{\"section_type\":\"benefit\",\"section_title\":\"Benefits of Following the Blog\",\"section_description\":\"Stay ahead with the latest design trends and enhance your skills.\",\"section_prompt\":\"Highlights the advantages of reading the blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Join my newsletter for the latest insights directly to your inbox.\",\"section_prompt\":\"Encourages visitors to subscribe for email updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Connect with me on social media and explore more of my design work.\",\"section_prompt\":\"Provides links to social media and additional portfolio pieces.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out to discuss projects, collaboration, or any inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Get in touch with me for collaboration or inquiries.\",\"section_prompt\":\"An inviting header that encourages visitors to reach out.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I would love to hear from you!\",\"section_prompt\":\"An introductory banner for the contact section.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Information\",\"section_description\":\"You can reach me via email at contact@example.com or through social media.\",\"section_prompt\":\"Provides my contact details for easy communication.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Thank you for visiting, I look forward to connecting!\",\"section_prompt\":\"Closes the page with a warm note and links to additional resources.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Complete Portfolio\",\"page_description\":\"A comprehensive view of all my graphic design projects and artwork.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Explore my complete portfolio of design works.\",\"section_prompt\":\"An engaging header that invites visitors to browse the entire portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Portfolio Showcase\",\"section_description\":\"Dive into a showcase of my graphic design projects across various mediums.\",\"section_prompt\":\"Presents an illustrative banner that highlights the portfolio focus.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"A gallery displaying a variety of my projects, from prints to digital designs.\",\"section_prompt\":\"Shows a visually appealing gallery layout for easy navigation through projects.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Highlighted Works\",\"section_description\":\"Take a closer look at some of my most impactful design projects.\",\"section_prompt\":\"Features standout projects, complete with descriptions and insights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Your Design Started\",\"section_description\":\"Inspired by my work? Let\\u2019s chat about your design needs!\",\"section_prompt\":\"A compelling call to action inviting visitors to initiate a project.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Thank you for viewing my portfolio; stay connected!\",\"section_prompt\":\"Provides links for follow-ups and exploration of additional content.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":232}', '2025-08-30 08:24:36', '2025-08-30 08:24:36'),
(233, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Travel Lens: A Journey Through Photography\",\"website_description\":\"Explore breathtaking destinations and capture stunning moments through the lens of travel photography. Join us on adventures and gain insights from our experiences.\",\"website_type\":\"Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, adventure tourism, scenic landscapes, travel tips, photography techniques\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Discover our latest travel stories and photography tips.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A captivating introduction to travel and photography with stunning visuals.\",\"section_prompt\":\"Full-width hero section with dynamic images representing travel photography.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my passion for travel and photography and what drives my adventures.\",\"section_prompt\":\"An informative section sharing personal insights and experiences.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Posts\",\"section_description\":\"Catch up on my recent travel stories and photography adventures.\",\"section_prompt\":\"A grid layout showcasing the most recent blog entries.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Photography Services\",\"section_description\":\"Explore the photography services I offer, from event coverage to portrait sessions.\",\"section_prompt\":\"A grid showcasing services available with related images.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Travel?\",\"section_description\":\"Discover the benefits of travel and how photography enhances the experience.\",\"section_prompt\":\"An engaging section outlining reasons to travel enriched by visuals.\"},{\"section_type\":\"gallery\",\"section_title\":\"Highlights Gallery\",\"section_description\":\"A curated collection of some of my best travel photographs from around the world.\",\"section_prompt\":\"A visually appealing gallery section featuring selected images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Journey\",\"section_description\":\"Subscribe to my blog for the latest travel tips and photography tips and tricks!\",\"section_prompt\":\"Encouragement for visitors to engage further with clear contact options.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigation and additional links for visitors.\",\"section_prompt\":\"Standard footer with navigation links and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Photography Services\",\"page_description\":\"Explore the diverse photography services I offer to capture your moments.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for easy access to various sections.\",\"section_prompt\":\"Standard header providing links to main sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Services\",\"section_description\":\"An overview of photography offerings tailored to meet your needs.\",\"section_prompt\":\"Inner banner displaying the title of the services page.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Event Photography\",\"section_description\":\"Capture memorable moments at your events with professional photography services.\",\"section_prompt\":\"Combination of text and image detailing event photography services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Portrait Sessions\",\"section_description\":\"Personalized photoshoots that showcase your personality and story.\",\"section_prompt\":\"Textual description alongside a relevant portrait image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Landscape Photography\",\"section_description\":\"Stunning landscape shots that evoke a sense of wanderlust and adventure.\",\"section_prompt\":\"Combination presenting landscapes with informative text.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common inquiries about photography services and packages.\",\"section_prompt\":\"An accordion-style layout featuring questions and answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Session Today\",\"section_description\":\"Ready to capture your moments? Contact me to book your photography session!\",\"section_prompt\":\"Encouragement to reach out for photography inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with navigation links and contact information.\",\"section_prompt\":\"Footer consisting of links and additional contact options.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Blog\",\"page_description\":\"Dive into our stories about travel journeys through stunning photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for easy access to various sections.\",\"section_prompt\":\"Standard header for the blog page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Blog\",\"section_description\":\"Welcome to my travel blog where experiences are shared through photography.\",\"section_prompt\":\"Banner showcasing the blog title for visual context.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Posts\",\"section_description\":\"Explore a selection of my most popular travel blog posts and photography insights.\",\"section_prompt\":\"Grid layout highlighting key blog posts with teaser images.\"},{\"section_type\":\"reviews\",\"section_title\":\"Traveler Testimonials\",\"section_description\":\"Read what travelers have shared about their experiences and interactions.\",\"section_prompt\":\"Section displaying quotes and experiences from readers.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Travel Statistics\",\"section_description\":\"An overview of travel statistics showcasing places visited and photos captured.\",\"section_prompt\":\"Visual section presenting key statistics from my travels.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for More\",\"section_description\":\"Keep up with my journeys! Subscribe for the latest blog updates.\",\"section_prompt\":\"A prompt encouraging newsletter subscription.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with navigation links and contact information.\",\"section_prompt\":\"Footer consisting of links and additional contact options.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for inquiries about photography services or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for easy access to various sections.\",\"section_prompt\":\"Standard header for the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I would love to hear from you! Feel free to reach out with any questions.\",\"section_prompt\":\"Inner banner displaying the title of the contact page.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to inquire about photography services or collaborations.\",\"section_prompt\":\"A contact form for inquiries and communication.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with navigation links and contact information.\",\"section_prompt\":\"Footer consisting of links and additional contact options.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Photography Portfolio\",\"page_description\":\"Explore my collection of stunning photographs showcasing travel experiences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for easy access to various sections.\",\"section_prompt\":\"Standard header for the portfolio page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Portfolio\",\"section_description\":\"A visual journey through my travels captured in photography.\",\"section_prompt\":\"Inner banner showcasing the title of the portfolio page.\"},{\"section_type\":\"gallery\",\"section_title\":\"Gallery Highlights\",\"section_description\":\"A carefully curated selection of my best photographs from various travels.\",\"section_prompt\":\"Grid layout showcasing high-quality travel photographs.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Portfolio Statistics\",\"section_description\":\"An overview of my photography portfolio showcasing completed projects and travels.\",\"section_prompt\":\"Visual section presenting key statistics related to the portfolio.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Collaborating?\",\"section_description\":\"If you love my work, let\'s collaborate on your next project!\",\"section_prompt\":\"Encouragement for potential collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with navigation links and contact information.\",\"section_prompt\":\"Footer consisting of links and additional contact options.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":233}', '2025-08-30 09:36:02', '2025-08-30 09:36:02'),
(234, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A showcase of my creative graphic design projects, demonstrating my skills, creativity, and passion for visual storytelling.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative design, branding projects, visual arts, digital graphics\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where I showcase my best work and creative process.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header for the website, containing the site logo and navigation links.\",\"section_prompt\":\"Responsive navigation with links to pages like Home, Portfolio, Services, Blog, and Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A striking visual banner that showcases my best design work prominently at the top of the homepage.\",\"section_prompt\":\"Full-width banner with a rotating display of featured graphic design projects.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"An introduction to my background, design philosophy, and what drives my creativity as a graphic designer.\",\"section_prompt\":\"Brief paragraph about myself with a professional photo in a right-aligned layout.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"A curated grid showcasing several key graphic design projects I\'ve completed.\",\"section_prompt\":\"Grid layout displaying thumbnail images of each project with titles.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Recent articles and thoughts on graphic design trends, tips, and personal insights.\",\"section_prompt\":\"List of the latest blog posts with titles and excerpts.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"Key statistics highlighting my accomplishments as a graphic designer like projects completed and clients served.\",\"section_prompt\":\"Horizontal bar displaying numbers like total projects, awards, and happy clients.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback from clients showcasing their satisfaction with my design services.\",\"section_prompt\":\"Carousel of quotes from clients accompanied by their names and project details.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate!\",\"section_description\":\"A prompt for visitors to get in touch for design services or collaborations, encouraging action.\",\"section_prompt\":\"Centered button inviting users to contact me for inquiries.\"}]},{\"page_type\":\"services\",\"page_title\":\"Design Services\",\"page_description\":\"Explore the range of graphic design services I offer to help bring your ideas to life.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header for the services page, containing the site logo and navigation links.\",\"section_prompt\":\"Responsive navigation with links to pages like Home, Portfolio, Services, Blog, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Services\",\"section_description\":\"An overview of the various services I provide as a graphic designer.\",\"section_prompt\":\"Full-width banner indicating that this page lists design services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding Design\",\"section_description\":\"Crafting strong brand identities through logos, color palettes, and typography.\",\"section_prompt\":\"Visuals showcasing branding projects on the left, text description on the right.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Creating eye-catching designs for brochures, posters, and other print materials.\",\"section_prompt\":\"Images of print designs alongside relevant descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Design\",\"section_description\":\"Designing engaging visuals for websites, social media, and digital advertisements.\",\"section_prompt\":\"Showcase of digital design work with brief explanations.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions regarding my design services and processes.\",\"section_prompt\":\"List of questions and answers to guide potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Start Your Project?\",\"section_description\":\"Encouraging visitors to reach out and discuss their graphic design needs.\",\"section_prompt\":\"Prominently placed button leading to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information including links to social media and site navigation.\",\"section_prompt\":\"Standard footer layout with social media icons and links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Graphic Design Blog\",\"page_description\":\"Insights, tips, and trends in the field of graphic design through my personal blog.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header for the blog page, containing the site logo and navigation links.\",\"section_prompt\":\"Responsive navigation with links to pages like Home, Portfolio, Services, Blog, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Graphic Design Blog\",\"section_description\":\"A dedicated section for articles about graphic design.\",\"section_prompt\":\"Banner that indicates this is the blog page.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"A grid of my most recent blog posts related to graphic design topics.\",\"section_prompt\":\"Gridded layout displaying images and excerpts from recent blog posts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Popular Posts\",\"section_description\":\"Highlighting the most popular and read articles on my blog.\",\"section_prompt\":\"Featured section with key posts displayed in a larger format.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Design Resources\",\"section_description\":\"Curated lists of resources, tools, and links helpful for graphic designers.\",\"section_prompt\":\"A simple list format with links and brief descriptions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encouraging visitors to subscribe to my newsletter for the latest updates.\",\"section_prompt\":\"Subscription form inviting users to join the mailing list.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information including links to previous posts and contact info.\",\"section_prompt\":\"Standard footer layout with recent post links and social media icons.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out to discuss your graphic design needs or any inquiries you may have.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header for the contact page, containing the site logo and navigation links.\",\"section_prompt\":\"Responsive navigation with links to pages like Home, Portfolio, Services, Blog, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A simple and inviting area encouraging visitors to get in touch.\",\"section_prompt\":\"Banner that indicates this is the contact page.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Get in Touch\",\"section_description\":\"A contact form for visitors to fill out for inquiries or consultations.\",\"section_prompt\":\"Form layout allowing users to submit their name, email, and message.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Connect on Social Media\",\"section_description\":\"Links to my social media profiles for further connection.\",\"section_prompt\":\"Grid of social media icons linking to my profiles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information including site navigation links and copyright.\",\"section_prompt\":\"Standard footer layout with links and copyright information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"A collection of my graphic design projects demonstrating creativity and skill.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header for the portfolio page, containing the site logo and navigation links.\",\"section_prompt\":\"Responsive navigation with links to pages like Home, Portfolio, Services, Blog, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Portfolio\",\"section_description\":\"The showcase of my work highlighting various graphic design projects.\",\"section_prompt\":\"Full-width banner indicating this is my portfolio of work.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Showcase\",\"section_description\":\"A gallery format displaying thumbnails of completed graphic design projects.\",\"section_prompt\":\"Grid of thumbnail images of each project that can be clicked to view details.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Awards & Recognition\",\"section_description\":\"A section highlighting any awards or notable achievements in my graphic design work.\",\"section_prompt\":\"Icons and text displaying recognition from industry awards.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Portfolio Statistics\",\"section_description\":\"Statistics that showcase the breadth of my work and projects.\",\"section_prompt\":\"Visual representation of total projects, clients served, and years of experience.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire About My Work\",\"section_description\":\"Encouraging visitors to reach out for potential collaboration or commissions.\",\"section_prompt\":\"Prominently placed button leading to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information including links to other pages and social media connect.\",\"section_prompt\":\"Standard footer layout with navigation links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":234}', '2025-08-30 09:36:59', '2025-08-30 09:36:59');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(236, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"SEO Masters Agency\",\"website_description\":\"Your partner in optimized digital success. We provide comprehensive SEO and marketing services to boost your online visibility and drive growth.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO strategies, digital marketing, online visibility, marketing analytics, content creation\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to SEO Masters Agency\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to SEO Masters Agency\",\"section_description\":\"Explore our expert SEO and digital marketing solutions.\",\"section_prompt\":\"The hero banner introduces the agency with a catchy tagline and a call-to-action button, visually engaging and inspiring action from visitors.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission to enhance your online presence.\",\"section_prompt\":\"This section presents a summary of the agency\\u2019s history, vision, and commitment to providing top-tier marketing services.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Browse our range of services designed to elevate your brand.\",\"section_prompt\":\"A grid layout showcasing the main services offered such as SEO, PPC, Content Marketing, and Social Media Management.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us\",\"section_description\":\"Discover the advantages of working with our team.\",\"section_prompt\":\"Highlights the unique selling points and benefits of choosing the agency over competitors.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our blog for the latest trends in marketing and SEO.\",\"section_prompt\":\"Showcases recent blog posts to direct users to informative content on recent marketing practices.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started\",\"section_description\":\"Ready to boost your online presence? Contact us today!\",\"section_prompt\":\"Encourages visitors to take immediate action by contacting the agency for services or consultations.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"See how we\'ve helped businesses succeed with actionable SEO strategies.\",\"section_prompt\":\"Displays key statistics on successful projects, such as \'100+ clients served\' or \'50% increase in organic traffic for our clients.\'\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Connect with us and follow our journey.\",\"section_prompt\":\"Contains links to social media, contact information, and other relevant links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Comprehensive Services\",\"page_description\":\"Explore the marketing and SEO services we provide.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our range of services designed for all business needs.\",\"section_prompt\":\"This section provides the title for the services page and sets the expectation for what content follows.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Detailed insights into our service offerings.\",\"section_prompt\":\"Highlights the services provided by the agency with engaging visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Services\",\"section_description\":\"Comprehensive SEO strategies to improve your website\\u2019s search engine ranking.\",\"section_prompt\":\"A description of SEO services alongside an attention-grabbing image that visually complements the text.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Creating compelling content that engages and converts visitors into customers.\",\"section_prompt\":\"Explains the content marketing process visually with supportive media.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"PPC Advertising\",\"section_description\":\"Targeted advertisements that drive traffic and sales.\",\"section_prompt\":\"Describes the benefits of PPC with engaging visuals in this section.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answering your queries about our services and processes.\",\"section_prompt\":\"Commonly asked questions and answers to help clients understand our services better.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Request a Quote\",\"section_description\":\"Get in touch for a personalized quote and consultation.\",\"section_prompt\":\"Encourages visitors to fill out a form for a quote on services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Stay connected with us for updates.\",\"section_prompt\":\"Includes contact details and social media links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Our Blog\",\"page_description\":\"Insights and updates on digital marketing and SEO.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to our blog, where we share valuable insights.\",\"section_prompt\":\"Sets the tone for the blog content and visually engages visitors.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog Posts\",\"section_description\":\"Check out our latest articles on marketing strategies.\",\"section_prompt\":\"Highlights the blog section and outlines what visitors can expect to find.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Discover our latest blog writings and articles.\",\"section_prompt\":\"A grid displaying the latest articles with summaries and cover images.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Featured Articles\",\"section_description\":\"Delve into our most popular blog posts.\",\"section_prompt\":\"Showcases articles that have gained significant traction or that address key trends.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Sign up to get notifications of new posts and updates.\",\"section_prompt\":\"Encourages readers to subscribe for updates via email.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Connect with us on social media and stay updated.\",\"section_prompt\":\"Includes links to social platforms and important contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for inquiries and support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"We\\u2019d love to hear from you.\",\"section_prompt\":\"Introduces the contact section and sets a welcoming tone for inquiries.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Reach out for any inquiries or support.\",\"section_prompt\":\"Highlights the contact page and directs users on how to reach out.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our office located at [Address].\",\"section_prompt\":\"Gives details about the office location for physical visits.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send us your message.\",\"section_prompt\":\"Submits queries directly to the agency via a contact form.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Office Hours\",\"section_description\":\"We are open Monday to Friday from 9 AM to 5 PM.\",\"section_prompt\":\"Details the hours of operation for client inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Thank you for reaching out to us.\",\"section_prompt\":\"Provides appreciation messaging and sharing final connection details.\"}]},{\"page_type\":\"team\",\"page_title\":\"Meet Our Team\",\"page_description\":\"Get to know our talented team of professionals.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Learn about the passionate individuals driving our success.\",\"section_prompt\":\"An inviting section that introduces team members.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Team\",\"section_description\":\"Dedicated professionals ensuring your success.\",\"section_prompt\":\"Adds visual appeal while presenting the staff.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Our Experts\",\"section_description\":\"Discover our diverse team\\u2019s credentials and expertise.\",\"section_prompt\":\"Showcases individual team members with their bios and social media links.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Team\",\"section_description\":\"Interested in working with us? Check current openings.\",\"section_prompt\":\"Encourages potential candidates to explore job openings.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Stay connected with our professional journey.\",\"section_prompt\":\"Includes links to social media and general agency information.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":236}', '2025-09-01 04:41:32', '2025-09-01 04:41:32'),
(237, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Travel & Photography Blog\",\"website_description\":\"A blog dedicated to exploring the beauty of travel through stunning photography and engaging stories.\",\"website_type\":\"Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photos, landscape photography, travel blogs, adventure photography, cultural travel\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The main page of the Travel & Photography Blog, featuring an overview of the latest posts and highlights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation bar for easy access to all pages.\",\"section_prompt\":\"This section includes site navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A captivating image representing the theme of travel and photography.\",\"section_prompt\":\"A full-width hero image showcasing a stunning travel photograph.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our passion for travel and photography.\",\"section_prompt\":\"An introduction to the blog\'s mission and the team behind it.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Destinations\",\"section_description\":\"Explore the most highlighted travel destinations through our photography.\",\"section_prompt\":\"Display a grid of featured travel destinations with images and brief descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Stay updated with our most recent photography and travel stories.\",\"section_prompt\":\"A list of the latest blog posts with links to each entry.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure\",\"section_description\":\"Encouraging visitors to subscribe to the blog for updates.\",\"section_prompt\":\"A section inviting visitors to sign up for newsletters or updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom of the page includes links and copyright information.\",\"section_prompt\":\"This section contains footer links and copyright notice.\"}]},{\"page_type\":\"services\",\"page_title\":\"Photography Services\",\"page_description\":\"Explore professional photography services tailored for travelers and adventurers.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation bar for easy access to all pages.\",\"section_prompt\":\"This section includes site navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Services\",\"section_description\":\"Discover our range of photography services.\",\"section_prompt\":\"This section serves as an introduction to the services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Portrait Photography\",\"section_description\":\"Specializing in capturing stunning portraits during travels.\",\"section_prompt\":\"A detailed description and examples of portrait photography services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Landscape Photography\",\"section_description\":\"Expert in breathtaking landscape photography.\",\"section_prompt\":\"Detailing landscape photography services with examples of previous work.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Event Photography\",\"section_description\":\"Capturing unforgettable moments at events and gatherings.\",\"section_prompt\":\"Overview of event photography services offered to clients.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries related to our photography services.\",\"section_prompt\":\"A detailed section answering frequently asked questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Session\",\"section_description\":\"Encouraging clients to book their photography sessions with us.\",\"section_prompt\":\"A section prompting visitors to schedule a session.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom of the page includes links and copyright information.\",\"section_prompt\":\"This section contains footer links and copyright notice.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Our Travel Stories\",\"page_description\":\"Dive into our travel tales filled with breathtaking photography and experiences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation bar for easy access to all pages.\",\"section_prompt\":\"This section includes site navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Travel Stories\",\"section_description\":\"Engaging stories from our travels around the world.\",\"section_prompt\":\"An introduction to the blog section focused on travel stories.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Articles\",\"section_description\":\"A grid showcasing our best travel articles and photography features.\",\"section_prompt\":\"Display of selected blog posts with captivating images.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Travel Posts\",\"section_description\":\"The newest from our adventure and photography journey.\",\"section_prompt\":\"A list of the latest updates in our travel blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Travel Journey\",\"section_description\":\"Inviting readers to subscribe for updates and tips.\",\"section_prompt\":\"Encouraging visitors to sign up for blog updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom of the page includes links and copyright information.\",\"section_prompt\":\"This section contains footer links and copyright notice.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out to us for inquiries about our travel and photography blog.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation bar for easy access to all pages.\",\"section_prompt\":\"This section includes site navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We would love to hear from you!\",\"section_prompt\":\"An introduction to the contact section.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill in the details below to get in touch with us.\",\"section_prompt\":\"A form for visitors to submit questions or comments.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom of the page includes links and copyright information.\",\"section_prompt\":\"This section contains footer links and copyright notice.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Photography Gallery\",\"page_description\":\"A visual feast showcasing our favorite travel photographs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation bar for easy access to all pages.\",\"section_prompt\":\"This section includes site navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Gallery\",\"section_description\":\"Explore our curated collection of breathtaking travel images.\",\"section_prompt\":\"An introductory section for the photography gallery.\"},{\"section_type\":\"gallery\",\"section_title\":\"Travel Adventures\",\"section_description\":\"A stunning collection of our travel photography.\",\"section_prompt\":\"A visual layout featuring various travel photography themes.\"},{\"section_type\":\"gallery\",\"section_title\":\"Cultural Encounters\",\"section_description\":\"A showcase of photos capturing cultural experiences.\",\"section_prompt\":\"Feature images portraying diverse cultures and encounters.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Thoughts\",\"section_description\":\"Encouraging visitors to leave feedback about the gallery.\",\"section_prompt\":\"A section inviting visitors to engage with the gallery.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom of the page includes links and copyright information.\",\"section_prompt\":\"This section contains footer links and copyright notice.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":237}', '2025-09-01 04:59:56', '2025-09-01 04:59:56'),
(239, NULL, NULL, 'A freelance website of a web developer', '{\"website_title\":\"John Doe - Freelance Web Developer\",\"website_description\":\"Welcome to the personal website of John Doe, a freelance web developer specializing in creating modern, responsive websites tailored to your needs.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Technology\",\"search_query\":\"web development, freelance work, programming, responsive design, coding\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"This is the homepage showcasing my skills and services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation bar with links to all sections.\",\"section_prompt\":\"A top navigation bar layout to enable easy access to different sections of the website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An engaging image and tagline introducing my work as a web developer.\",\"section_prompt\":\"Large full-width banner image with central text overlay to capture visitor\\u2019s attention.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background, skills, and passions in web development.\",\"section_prompt\":\"A brief overview of my experience and motivations in a two-column layout.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Services Offered\",\"section_description\":\"A listing of the services I provide as a freelance web developer.\",\"section_prompt\":\"Grid layout showcasing individual services with applicable icons and descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Recent blog posts and updates related to web development.\",\"section_prompt\":\"A visually appealing grid of the latest blog posts with thumbnails and excerpts.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from my satisfied clients and their experiences working with me.\",\"section_prompt\":\"A carousel-style layout showcasing brief testimonials from clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch!\",\"section_description\":\"Encouraging visitors to reach out for collaborations or inquiries.\",\"section_prompt\":\"A visually distinct section prompting visitors to contact me, featuring a button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer containing links to privacy policy and social media.\",\"section_prompt\":\"A simple footer layout that includes links and social media icons.\"}]},{\"page_type\":\"services\",\"page_title\":\"Web Development Services\",\"page_description\":\"Explore the range of web development services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation bar for the Services page.\",\"section_prompt\":\"A navigation bar that matches the overall design of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Web Development Services\",\"section_description\":\"An introduction to the services provided.\",\"section_prompt\":\"A banner image showcasing the theme of development services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Full-Stack Development\",\"section_description\":\"Comprehensive development from front-end to back-end.\",\"section_prompt\":\"Two-column layout showing an image on one side and text on the other.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Responsive Design\",\"section_description\":\"Creating designs that are accessible on all devices.\",\"section_prompt\":\"Two-column layout showcasing flexible designs with visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"E-commerce Solutions\",\"section_description\":\"Building online stores with ease of use and functionality.\",\"section_prompt\":\"A layout focused on e-commerce with relevant graphics.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my services.\",\"section_prompt\":\"A simple question-and-answer format to provide clarity.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project Today!\",\"section_description\":\"Motivating visitors to initiate their web development journey.\",\"section_prompt\":\"Encouraging section with a prominent call to action button linking to Contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigational elements and additional useful links.\",\"section_prompt\":\"A footer that includes relevant links and contact details.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Web Development Blog\",\"page_description\":\"Insights, tips, and thoughts on web development.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu tailored for the blog section.\",\"section_prompt\":\"Consistent navigation to unify the user experience.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Web Development Blog\",\"section_description\":\"A brief introduction to the blog\'s purpose.\",\"section_prompt\":\"Banner series of articles and tips in the web development field.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"A collection of the latest blog posts.\",\"section_prompt\":\"Grid format to display blog posts with images and summaries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Encouraging readers to engage and leave comments.\",\"section_prompt\":\"Enticing visitors to participate in discussions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Overall site navigation and additional resources.\",\"section_prompt\":\"Closing layout of links and social media handles.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Contact page.\",\"section_prompt\":\"Always accessible top navigation for user ease.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Instructions on how to get in touch.\",\"section_prompt\":\"A welcome section encouraging communication.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Get in Touch\",\"section_description\":\"A form for inquiries.\",\"section_prompt\":\"Contact form layout including fields for user details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and social media links.\",\"section_prompt\":\"Footer element to connect visitors to social platforms.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"Showcasing my completed projects and case studies.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Standard navigation for the Portfolio page.\",\"section_prompt\":\"Top header consistent with site design.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Portfolio\",\"section_description\":\"Introduce viewers to my work and achievements.\",\"section_prompt\":\"Banner to display the nature of work undertaken.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Showcase\",\"section_description\":\"A gallery of selected projects demonstrating my skills.\",\"section_prompt\":\"Grid layout featuring project images and links.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Achievements\",\"section_description\":\"Highlighting key metrics and accomplishments.\",\"section_prompt\":\"Simple design to show completed projects, satisfied clients, and more.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Build Something Great\",\"section_description\":\"Inviting potential clients to discuss future projects.\",\"section_prompt\":\"Encouraging visitors to ask about collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to other pages and social profiles.\",\"section_prompt\":\"Consistent footer structure for easy navigation.\"}]}],\"user_prompt\":\"A freelance website of a web developer\",\"prompt_id\":239}', '2025-09-01 06:16:41', '2025-09-01 06:16:41'),
(242, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"SEO & Marketing Agency\",\"website_description\":\"Expert SEO and digital marketing services to boost your online presence and drive traffic to your business.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO agency, digital marketing, online marketing services, website optimization, search engine optimization\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our SEO & Marketing Agency, where we specialize in enhancing your online visibility.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A captivating introduction to our agency with an appealing image and a catchy tagline.\",\"section_prompt\":\"A large, visually striking hero banner with a motivating headline and a call to action button, centered.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our agency and our commitment to delivering exceptional marketing strategies.\",\"section_prompt\":\"An informative section detailing the agency\'s background, mission, and values.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"A showcase of services we offer to help improve your online presence.\",\"section_prompt\":\"A grid layout listing our core services like SEO, PPC, Content Marketing, and Social Media Marketing.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us\",\"section_description\":\"Discover the competitive advantages we provide that help your business grow.\",\"section_prompt\":\"A section outlining the benefits of choosing our agency over others; organized in a 2-column list format.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"A quick overview of our successes and performance metrics to showcase our expertise.\",\"section_prompt\":\"A dynamic visual representation of completed projects, client growth, and overall satisfaction rates.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest blog posts about SEO and digital marketing strategies.\",\"section_prompt\":\"A preview of recent articles with titles, images, and brief descriptions, arranged in a grid.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear what our satisfied customers have to say about our services.\",\"section_prompt\":\"A rotating carousel or a grid layout displaying quotes from clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Take the first step towards better online visibility with our expert services.\",\"section_prompt\":\"An engaging call to action prompting visitors to contact us for a free consultation.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":242}', '2025-09-01 07:59:05', '2025-09-01 07:59:05'),
(244, NULL, NULL, 'LunaGems is a handmade jewelry shop', '{\"website_title\":\"LunaGems\",\"website_description\":\"Explore exquisite handmade jewelry crafted with passion and precision. Discover unique designs that celebrate individuality.\",\"website_type\":\"E-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewelry, unique jewelry designs, artisan jewelry, jewelry making, custom jewelry\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems - your destination for exquisite handmade jewelry.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"Discover the beauty in handmade jewelry at LunaGems. Each piece is designed with care, bringing individuality to your style.\",\"section_prompt\":\"Dynamic hero section with a striking image of handcrafted jewelry, featuring a brief tagline about LunaGems.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"At LunaGems, every jewelry piece tells a story. Crafted by hand, we prioritize quality and originality in all our designs.\",\"section_prompt\":\"Introduce the artist behind LunaGems with a personal touch, possibly including a photo and background on the craft.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Collection\",\"section_description\":\"Browse through our exclusive range of handmade jewelry that suits every occasion and style.\",\"section_prompt\":\"Organized grid display showcasing various products from the store. Each product should have an image, name, and price.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Why Choose Handmade?\",\"section_description\":\"Handmade jewelry offers a personal connection and unique qualities that mass-produced items cannot replicate.\",\"section_prompt\":\"A brief explanation of the benefits of supporting artisan craftsmanship.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"We take pride in our craftsmanship with over 200 unique pieces created and countless satisfied customers.\",\"section_prompt\":\"Highlighting our growth and achievements with numerical statistics.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Stay updated with the latest jewelry trends and tips through our blog.\",\"section_prompt\":\"Display recent blog articles with images and excerpts.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Happy Customers\",\"section_description\":\"See what our customers have to say about their experience with LunaGems.\",\"section_prompt\":\"Showcase reviews and feedback from satisfied customers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Browse our exclusive collection of handmade jewelry. Find the perfect piece that speaks to you.\",\"section_prompt\":\"Encourage visitors to explore the shop with a prominent button linking to the products page.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewelry shop\",\"prompt_id\":244}', '2025-09-01 09:18:34', '2025-09-01 09:18:34'),
(246, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"Your SEO & Marketing Agency\",\"website_description\":\"Expert strategies and solutions for improving your online visibility and marketing effectiveness.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO strategies, digital marketing, online branding, search engine optimization\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Your SEO & Marketing Agency, your go-to source for all things digital marketing and search optimization.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section of the homepage, containing navigation links and brand logo.\",\"section_prompt\":\"Responsive navigation bar with logo and links to other pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An engaging hero section showcasing our expertise in SEO and marketing.\",\"section_prompt\":\"Full-width hero image with a compelling tagline and a call to action button.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our agency, our mission, and our dedicated team of experts.\",\"section_prompt\":\"Informative section about the agency\'s values and team.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Discover the range of services we offer to boost your online presence.\",\"section_prompt\":\"Grid layout showcasing services with icons and brief descriptions.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Explore the benefits of partnering with our agency for your digital marketing needs.\",\"section_prompt\":\"Highlighting unique benefits of our services with visual elements.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Showcase impressive statistics that demonstrate our success in the industry.\",\"section_prompt\":\"Visual representation of key metrics and achievements we\'ve accomplished.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out our latest blog entries and insights into the digital marketing world.\",\"section_prompt\":\"A summary of the most recent blog posts to engage users.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Ready to improve your online presence? Contact us for a free consultation!\",\"section_prompt\":\"Final motivational call to action to encourage visitors to reach out.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Expert Services\",\"page_description\":\"Explore the comprehensive range of marketing services our agency provides.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section of the services page.\",\"section_prompt\":\"Responsive navigation with the services title.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Expert Services\",\"section_description\":\"Detailing the services we provide to enhance your marketing strategies.\",\"section_prompt\":\"Inner banner with a descriptive subtitle about the services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Services\",\"section_description\":\"Comprehensive SEO strategies tailored for your business that improve visibility and rankings.\",\"section_prompt\":\"Media and text layout describing our SEO services with illustrative media.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Strategic content development that engages audiences and builds brand loyalty.\",\"section_prompt\":\"Media layout for content marketing services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Management\",\"section_description\":\"Effective management of your social media profiles to boost engagement and reach.\",\"section_prompt\":\"Media and text layout showcasing social media management.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Pay-Per-Click Advertising\",\"section_description\":\"Targeted advertising strategies that maximize ROI on your marketing spend.\",\"section_prompt\":\"Media layout describing our PPC services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries about our services and processes.\",\"section_prompt\":\"A section addressing FAQs for better customer understanding.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire About Our Services\",\"section_description\":\"Contact us to discuss our services and how we can assist your business.\",\"section_prompt\":\"A call to action encouraging inquiries about our services.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Insights & Tips\",\"page_description\":\"Read our latest articles and insights on SEO and marketing strategies.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for the blog page.\",\"section_prompt\":\"Responsive navigation with blog title.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest articles regarding SEO and digital marketing.\",\"section_prompt\":\"Inner banner showcasing the importance of the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"Browse through our latest posts that cover various aspects of marketing.\",\"section_prompt\":\"Grid display of recent blog posts with excerpts and images.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Popular Topics\",\"section_description\":\"Explore the popular topics discussed in our blog.\",\"section_prompt\":\"Highlights of popular subjects from the blog.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Contributors\",\"section_description\":\"Learn more about the experts contributing to our blog.\",\"section_prompt\":\"Social cards displaying images and bios of blog authors.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Join our newsletter for the latest tips and insights delivered to your inbox.\",\"section_prompt\":\"A section to encourage newsletter subscriptions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Engage with us on our social platforms and share your thoughts!\",\"section_prompt\":\"A persuasive call to action for social engagement.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to us for any inquiries or to get started with our services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for the contact page.\",\"section_prompt\":\"Responsive navigation with contact title.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact us for any questions or service inquiries.\",\"section_prompt\":\"Banner indicating the contact page purpose.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Office Location\",\"section_description\":\"Visit us at our office located at [Address].\",\"section_prompt\":\"Informational details about our office location.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Business Hours\",\"section_description\":\"We are available Monday to Friday from 9 AM to 6 PM.\",\"section_prompt\":\"Clear information outlining business hours.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch with our team.\",\"section_prompt\":\"Interactive contact form for inquiries.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Follow Us\",\"section_description\":\"Stay connected with us through our social media channels.\",\"section_prompt\":\"Links to social media accounts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional links and copyright information.\",\"section_prompt\":\"Footer layout including site map and copyright.\"}]},{\"page_type\":\"faq\",\"page_title\":\"Frequently Asked Questions\",\"page_description\":\"Find answers to our most commonly asked questions regarding SEO and Marketing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for the FAQ page.\",\"section_prompt\":\"Responsive navigation with FAQ title.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common inquiries answered regarding our services.\",\"section_prompt\":\"Banner that introduces the FAQ section.\"},{\"section_type\":\"faqs\",\"section_title\":\"What Services Do You Offer?\",\"section_description\":\"Outline of various services available through our agency.\",\"section_prompt\":\"Detailed FAQ addressing service offerings.\"},{\"section_type\":\"faqs\",\"section_title\":\"How Long Until I See Results?\",\"section_description\":\"Timeliness of SEO and marketing results explained.\",\"section_prompt\":\"Addressing common queries about results timelines.\"},{\"section_type\":\"faqs\",\"section_title\":\"Do You Provide Personalized Strategies?\",\"section_description\":\"Information on how we tailor our services to fit each client\'s needs.\",\"section_prompt\":\"Explaining the customization of services.\"},{\"section_type\":\"faqs\",\"section_title\":\"What are Your Pricing Structures?\",\"section_description\":\"Overview of pricing for various services offered by our agency.\",\"section_prompt\":\"Discussing pricing models for transparency.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Still Have Questions?\",\"section_description\":\"Contact us for additional inquiries or clarifications.\",\"section_prompt\":\"Encouraging potential clients to reach out with further questions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional navigation and social links.\",\"section_prompt\":\"Standard footer format with links.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":246}', '2025-09-01 10:48:52', '2025-09-01 10:48:52'),
(247, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Wanderlust Captured\",\"website_description\":\"A blog dedicated to travel and photography, showcasing breathtaking landscapes, cultural experiences, and tips for photographers.\",\"website_type\":\"Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, landscapes, travel tips, cultural photography\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Wanderlust Captured, where travel meets photography.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Wanderlust Captured\",\"section_description\":\"An introduction to the beautiful world of travel and photography.\",\"section_prompt\":\"Set up a full-width hero image with a captivating travel photo and overlay text.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey as a traveler and photographer, and what inspires my work.\",\"section_prompt\":\"A visually appealing section with a short biography and a personal photo.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Posts\",\"section_description\":\"Check out my recent adventures and photography tips.\",\"section_prompt\":\"Showcase the latest blog posts in a grid format with featured images.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Travel Highlights\",\"section_description\":\"A quick overview of travel photography galleries available on the site.\",\"section_prompt\":\"Create a grid listing showcasing key travel destinations with images.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"By the Numbers\",\"section_description\":\"A snapshot of the travel experiences I\'ve accumulated over the years.\",\"section_prompt\":\"Highlight impactful statistics related to my travels through visually engaging metrics.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure\",\"section_description\":\"Subscribe to my blog for the latest travel stories and photography tips.\",\"section_prompt\":\"Include a subscription form or clickable button inviting users to join the mailing list.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright information and links to social media pages.\",\"section_prompt\":\"Standard footer layout with links and copyright notice.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":247}', '2025-09-01 10:49:09', '2025-09-01 10:49:09');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(250, NULL, NULL, 'LunaGems is a handmade jewelry shop', '{\"website_title\":\"LunaGems - Handmade Jewelry Shop\",\"website_description\":\"Discover unique, handcrafted jewelry pieces at LunaGems. We specialize in exquisite designs that resonate with personal expression and beauty.\",\"website_type\":\"e-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewelry, artisan jewelry, custom jewelry, unique jewelry designs, jewelry making\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems, your destination for exquisite handmade jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header section providing quick links to different pages and services.\",\"section_prompt\":\"This is the header section for navigation with links arranged horizontally.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"Showcase of our latest collection with stunning visuals and brief tagline about handmade jewelry.\",\"section_prompt\":\"A full-width hero image with an engaging tagline overlayed, inviting visitors to explore.\"},{\"section_type\":\"about\",\"section_title\":\"About LunaGems\",\"section_description\":\"Learn more about our passion for handmade jewelry and the inspiration behind our creations.\",\"section_prompt\":\"An informative section detailing our story, mission, and values.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Products\",\"section_description\":\"Explore our handpicked selection of beautiful handcrafted jewelry pieces that reflect elegance and craftsmanship.\",\"section_prompt\":\"A grid layout showcasing featured jewelry products with images and brief descriptions.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Handmade?\",\"section_description\":\"Discover the benefits of choosing handmade jewelry including uniqueness, quality, and personal touch.\",\"section_prompt\":\"An engaging section detailing the advantages of handmade products over mass-produced alternatives.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Stay updated with our latest blogs on jewelry trends, tips, and crafts.\",\"section_prompt\":\"A section displaying recent blog posts with excerpts and links to full articles.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Testimonials\",\"section_description\":\"Read what our satisfied customers say about their LunaGems experience.\",\"section_prompt\":\"A section featuring reviews from customers in a visually appealing layout.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Discover Your Unique Piece\",\"section_description\":\"Visit our shop today and find the perfect handmade jewelry to express your unique style!\",\"section_prompt\":\"A strong call-to-action encouraging users to explore the shop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links to social media, privacy policy, and other important information.\",\"section_prompt\":\"The footer section includes contact details and navigation links.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewelry shop\",\"prompt_id\":250}', '2025-09-01 11:01:27', '2025-09-01 11:01:27'),
(251, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Travel Lens\",\"website_description\":\"A blog dedicated to travel and photography, showcasing stunning visuals and travel stories from around the world.\",\"website_type\":\"Personal Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, stunning landscapes, travel blogs, photo stories, adventure travel\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Travel Lens, where travel and photography meet.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Travel Lens\",\"section_description\":\"Explore breathtaking destinations and stunning photography.\",\"section_prompt\":\"A beautiful full-width hero image with a welcome message overlay.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey as a traveler and photographer, capturing the beauty of our world.\",\"section_prompt\":\"A brief introduction about me, possibly with a personal photo.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Posts\",\"section_description\":\"Showcasing my best travel stories and photography.\",\"section_prompt\":\"A grid of featured blog posts with images and excerpts.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Adventures\",\"section_description\":\"Catch up on my most recent travels and photography.\",\"section_prompt\":\"A concise list of the latest posts with images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey\",\"section_description\":\"Subscribe for updates on my travels and photography tips.\",\"section_prompt\":\"An engaging call-to-action encouraging newsletter subscriptions.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Travel Stats\",\"section_description\":\"Highlighting my travels \\u2013 countries visited, photographs captured, and adventures lived.\",\"section_prompt\":\"A statistics bar showcasing numbers related to my travel experiences.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photo Gallery\",\"section_description\":\"Dive into a collection of my best travel photos.\",\"section_prompt\":\"A visual gallery feature displaying a selection of travel photography.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content with copyright and links.\",\"section_prompt\":\"Standard footer with navigation links and copyright information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Photography Services\",\"page_description\":\"Professional photography services for travelers and businesses looking to capture their experiences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the services page.\",\"section_prompt\":\"Simple header layout with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Services\",\"section_description\":\"Offering various photography services tailored for your travel needs.\",\"section_prompt\":\"A banner that outlines the services offered with an inspiring background image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Portrait Photography\",\"section_description\":\"Capturing memorable moments through stunning portrait photography.\",\"section_prompt\":\"Image and text layout focusing on portrait services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Landscape Photography\",\"section_description\":\"Breathtaking landscape photos that tell a story.\",\"section_prompt\":\"Image and text layout featuring landscape photography.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my photography services.\",\"section_prompt\":\"Collapsible sections for FAQs to improve user experience.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book a Session\",\"section_description\":\"Ready to book your photography session? Contact me today!\",\"section_prompt\":\"Invite users to get in touch for bookings.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content with copyright and links.\",\"section_prompt\":\"Standard footer with navigation links and copyright information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Stories Blog\",\"page_description\":\"Dive into my travel stories and experiences, beautifully captured through photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the blog page.\",\"section_prompt\":\"Simple header layout with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog\",\"section_description\":\"Latest travel stories and photographs from around the globe.\",\"section_prompt\":\"Engaging banner informing users they are in the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"A collection of my latest travel blog posts with captivating images.\",\"section_prompt\":\"A grid layout displaying the recent posts with thumbnails.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure\",\"section_description\":\"Subscribe to my blog for the latest updates and travel insights.\",\"section_prompt\":\"Encouraging visitors to sign up for newsletters.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content with copyright and links.\",\"section_prompt\":\"Standard footer with navigation links and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for collaborations, inquiries, or just to say hello!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the contact page.\",\"section_prompt\":\"Simple header layout with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I would love to hear from you!\",\"section_prompt\":\"A welcoming banner inviting visitors to reach out.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to reach me directly.\",\"section_prompt\":\"A contact form where visitors can enter their details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content with copyright and links.\",\"section_prompt\":\"Standard footer with navigation links and copyright information.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Travel Gallery\",\"page_description\":\"Explore my collection of travel photography showcasing the beauty of various destinations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the gallery page.\",\"section_prompt\":\"Simple header layout with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Gallery\",\"section_description\":\"A visual showcase of my best travel photographs.\",\"section_prompt\":\"An engaging banner indicating the gallery section.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Photographs\",\"section_description\":\"A collection of my favorite travel photographs from around the world.\",\"section_prompt\":\"A grid layout displaying large images of travel photography.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow My Journey\",\"section_description\":\"Stay connected on social media for the latest adventures.\",\"section_prompt\":\"Encouraging users to follow on social platforms.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content with copyright and links.\",\"section_prompt\":\"Standard footer with navigation links and copyright information.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":251}', '2025-09-01 11:04:12', '2025-09-01 11:04:12'),
(252, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Graphic Design Portfolio\",\"website_description\":\"A portfolio showcasing a collection of creative graphic design projects and services offered.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, creative portfolio, design showcase, art and design, visual artwork\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the site.\",\"section_prompt\":\"Standard website navigation at the top of the page.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An introduction to my graphic design work.\",\"section_prompt\":\"Large header showcasing my portfolio, with a background image of creative designs.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction to my background and experience in graphic design.\",\"section_prompt\":\"A section that provides insights into my personal journey and design philosophy.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"A display grid of my latest design projects.\",\"section_prompt\":\"Grid layout showcasing thumbnails of selected design pieces with titles.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Design Stats\",\"section_description\":\"Highlighting my achievements in graphic design.\",\"section_prompt\":\"Visual statistics showcasing the number of projects completed, clients served, and awards won.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"A section displaying my most recent projects and updates.\",\"section_prompt\":\"A preview of the latest design projects added to the portfolio.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to reach out for collaborations.\",\"section_prompt\":\"Call-to-action urging visitors to contact me for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and copyright information.\",\"section_prompt\":\"Standard footer with social media links and copyright.\"}]},{\"page_type\":\"services\",\"page_title\":\"Graphic Design Services\",\"page_description\":\"Explore the graphic design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the services page.\",\"section_prompt\":\"Standard website navigation at the top.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Overview of the graphic design services provided.\",\"section_prompt\":\"Banner section with the title \'Our Services\'.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Creating unique brand identities for businesses.\",\"section_prompt\":\"Media and text section featuring a project from a brand identity design.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Designing brochures, posters, and other print materials.\",\"section_prompt\":\"Overview of print design services with images showcasing work.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Graphics\",\"section_description\":\"Crafting stunning digital graphics for web and social media.\",\"section_prompt\":\"Section presenting best digital graphic projects with text and visuals.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my services.\",\"section_prompt\":\"List of FAQs regarding graphic design services and process.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project\",\"section_description\":\"Encouragement to initiate contact for design projects.\",\"section_prompt\":\"Call-to-action inviting users to reach out for a consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and copyright information.\",\"section_prompt\":\"Standard footer with social media links and copyright.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights Blog\",\"page_description\":\"Explore insights and tips on graphic design through my blog.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the blog page.\",\"section_prompt\":\"Standard website navigation at the top.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Insights\",\"section_description\":\"Latest updates and insights in the world of graphic design.\",\"section_prompt\":\"Banner introducing the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"A grid displaying the latest blog posts about graphic design.\",\"section_prompt\":\"A visually engaging grid layout for blog articles with featured images.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Tips & Tricks\",\"section_description\":\"Quick tips for budding graphic designers.\",\"section_prompt\":\"Text section providing valuable design tips and tricks.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Featured Projects\",\"section_description\":\"In-depth look at selected graphic design projects.\",\"section_prompt\":\"Highlighting key projects with links to their detailed case studies.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encouragement to sign up for blog updates.\",\"section_prompt\":\"Call-to-action encouraging visitors to subscribe to the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and copyright information.\",\"section_prompt\":\"Standard footer with social media links and copyright.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for collaborations and inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the contact page.\",\"section_prompt\":\"Standard website navigation at the top.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out for design inquiries or collaborations.\",\"section_prompt\":\"Banner section with the title \'Contact Me\'.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Get in Touch\",\"section_description\":\"Information on how to contact me for projects.\",\"section_prompt\":\"Text block providing various ways to get in touch.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to fill out and reach out directly.\",\"section_prompt\":\"Contact form allowing users to send messages directly.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and copyright information.\",\"section_prompt\":\"Standard footer with social media links and copyright.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio Gallery\",\"page_description\":\"A curated collection of my graphic design works.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the portfolio page.\",\"section_prompt\":\"Standard website navigation at the top.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Gallery of Work\",\"section_description\":\"A showcase of my best graphic design work.\",\"section_prompt\":\"Banner section highlighting the portfolio gallery.\"},{\"section_type\":\"gallery\",\"section_title\":\"Visual Collection\",\"section_description\":\"A grid of images showcasing various design projects.\",\"section_prompt\":\"Grid layout featuring images of design projects.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"What clients say about my design work.\",\"section_prompt\":\"Showcasing positive testimonials from clients.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"Highlights of my successful design projects.\",\"section_prompt\":\"Statistics showcasing projects completed and major clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate\",\"section_description\":\"Encouragement for visitors to discuss projects together.\",\"section_prompt\":\"Call-to-action motivating visitors to start a conversation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and copyright information.\",\"section_prompt\":\"Standard footer with social media links and copyright.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":252}', '2025-09-01 11:06:16', '2025-09-01 11:06:16'),
(253, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Wander & Capture\",\"website_description\":\"A captivating blog showcasing travel adventures intertwined with stunning photography.\",\"website_type\":\"Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, adventure travel, beautiful landscapes, travel inspiration, photography tips\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Wander & Capture, where travel meets photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements.\",\"section_prompt\":\"Include logo, navigation links, and a search bar.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A stunning banner showcasing a beautiful travel photograph.\",\"section_prompt\":\"Full-width image with a captivating tagline overlay.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my passion for travel and photography.\",\"section_prompt\":\"Introduce yourself and your journey in travel and photography.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Travel Adventures\",\"section_description\":\"Explore my latest travel destinations.\",\"section_prompt\":\"Display a grid of latest travel blog posts with images and titles.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Check out my most recent blog posts.\",\"section_prompt\":\"List the latest blog post titles with images and short descriptions.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photography Gallery\",\"section_description\":\"A collection of my favorite travel photographs.\",\"section_prompt\":\"Grid layout showcasing stunning travel images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey\",\"section_description\":\"Subscribe to receive travel tips and photography insights.\",\"section_prompt\":\"Encourage sign-ups for newsletter or blog updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including copyright and social media links.\",\"section_prompt\":\"Include links to social media and legal information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Photography Services\",\"page_description\":\"Offering professional photography services for travels and events.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements.\",\"section_prompt\":\"Include logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Services\",\"section_description\":\"Discover the variety of photography services offered.\",\"section_prompt\":\"Display an engaging image related to photography.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Travel Portraits\",\"section_description\":\"Capturing candid moments that tell your travel story.\",\"section_prompt\":\"A combination of text with imagery showcasing travel portraits.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Nature and Landscape\",\"section_description\":\"Professional shots of nature and breathtaking landscapes.\",\"section_prompt\":\"Visual display of nature photography with service description.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common questions about photography services.\",\"section_prompt\":\"List frequently asked questions with informative answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book a Session\",\"section_description\":\"Ready to start your photography journey? Book now!\",\"section_prompt\":\"Encourage visitors to book a photography session.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with copyright and contact info.\",\"section_prompt\":\"Include links to legal information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Blog\",\"page_description\":\"Read my latest travel stories and photography tips.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements.\",\"section_prompt\":\"Include logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Blog\",\"section_description\":\"Dive into my travel stories and insights.\",\"section_prompt\":\"Engaging image with blog title overlay.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"View my latest posts on travel and photography.\",\"section_prompt\":\"Display a grid of blog posts with featured images, titles, and excerpts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Featured Stories\",\"section_description\":\"Highlighting some of my favorite travel experiences.\",\"section_prompt\":\"List featured articles with images and summaries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to My Blog\",\"section_description\":\"Don\\u2019t miss any updates from my travels.\",\"section_prompt\":\"Encourage visitors to subscribe to the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer including copyright and navigation links.\",\"section_prompt\":\"Include links to social media and legal information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me for inquiries and collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements.\",\"section_prompt\":\"Include logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out for collaborations or questions.\",\"section_prompt\":\"Feature a relevant image with contact theme.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Contact Information\",\"section_description\":\"Details for reaching out through various platforms.\",\"section_prompt\":\"List email address, phone number, and social media links.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below for any inquiries.\",\"section_prompt\":\"Include a user-friendly contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer excluding a call-to-action.\",\"section_prompt\":\"Include links to social media and legal information.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Photo Gallery\",\"page_description\":\"Explore my portfolio of travel photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements.\",\"section_prompt\":\"Include logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photo Gallery\",\"section_description\":\"A showcase of my best travel photographs.\",\"section_prompt\":\"Feature an eye-catching image.\"},{\"section_type\":\"gallery\",\"section_title\":\"Travel Moments\",\"section_description\":\"Explore collections of unforgettable travel moments.\",\"section_prompt\":\"A grid layout of selected travel photographs.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Photography Stats\",\"section_description\":\"Highlight photography milestones and successes.\",\"section_prompt\":\"Display statistics like number of photos taken, countries visited.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Discover More\",\"section_description\":\"Join me for more travel experiences and stories.\",\"section_prompt\":\"Encourage visitors to follow the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links to important sections.\",\"section_prompt\":\"Include links to social media and legal information.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":253}', '2025-09-01 11:09:54', '2025-09-01 11:09:54'),
(256, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Graphic Design Portfolio\",\"website_description\":\"A creative portfolio showcasing the diverse graphic design projects and artistic capabilities of a professional designer.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative design, art showcase, modern design, designer portfolio\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets professionalism.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding panel for the website.\",\"section_prompt\":\"Navigation bar with logo on the left and links to home, services, blog, contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A visually striking banner showcasing featured work or design style.\",\"section_prompt\":\"Full-width banner with an engaging image and a tagline overlaid.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"An introduction to the designer\'s background, inspirations, and design philosophy.\",\"section_prompt\":\"Text block introducing me, highlighting my passion and journey in graphic design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"A grid layout displaying selected graphic design projects.\",\"section_prompt\":\"Grid showcasing thumbnails of various design projects that link to individual work pages.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"Highlight key achievements and metrics in graphic design work.\",\"section_prompt\":\"A bar showing statistics like projects completed, clients served, and years of experience.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Showcasing the latest additions to the portfolio.\",\"section_prompt\":\"Highlight the three most recent projects with brief descriptions.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Testimonials from clients appreciating my design work.\",\"section_prompt\":\"Carousel of quotes from clients about my work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement to connect for potential projects or collaborations.\",\"section_prompt\":\"A compelling call to action inviting visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and copyright information.\",\"section_prompt\":\"Footer area containing copyright notice and additional links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Design Services Offered\",\"page_description\":\"Explore the range of graphic design services I provide to clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding panel for the website.\",\"section_prompt\":\"Navigation bar with logo on the left and links to home, services, blog, contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Services Offered\",\"section_description\":\"An overview of the services I offer as a graphic designer.\",\"section_prompt\":\"Header with title and a brief intro text about the services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Logo Design\",\"section_description\":\"Creative logo design tailored to your brand identity.\",\"section_prompt\":\"Description and visual representation of the logo design service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Comprehensive brand identity design that includes visual assets and guidelines.\",\"section_prompt\":\"Visuals and description for brand identity offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"High-quality print design for brochures, business cards, and more.\",\"section_prompt\":\"Showcase print design examples in the section.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions about my design services and process.\",\"section_prompt\":\"Interactive FAQ section addressing common client concerns.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Request a Quote\",\"section_description\":\"Invitation to request a personalized quote for services.\",\"section_prompt\":\"Call-to-action inviting visitors to get in touch for pricing.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and copyright information.\",\"section_prompt\":\"Footer area containing copyright notice and additional links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights Blog\",\"page_description\":\"Insights and articles related to graphic design, trends, and tips.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding panel for the website.\",\"section_prompt\":\"Navigation bar with logo on the left and links to home, services, blog, contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Insights Blog\",\"section_description\":\"A collection of articles sharing knowledge and insights about graphic design.\",\"section_prompt\":\"Title and introduction to the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Grid showcasing the latest articles related to graphic design.\",\"section_prompt\":\"Grid layout displaying recent blog posts with excerpts and images.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Trending Topics\",\"section_description\":\"Highlighting popular and trending topics in graphic design.\",\"section_prompt\":\"A section showcasing hot design trends or discussions.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet the Community\",\"section_description\":\"Showcasing interactions and engagements with fellow designers.\",\"section_prompt\":\"Grid of social cards displaying connections with other designers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to Updates\",\"section_description\":\"Encouragement for visitors to subscribe for blog updates.\",\"section_prompt\":\"A section prompting users to subscribe for new posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and copyright information.\",\"section_prompt\":\"Footer area containing copyright notice and additional links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"A way to get in touch for inquiries and collaborations in design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding panel for the website.\",\"section_prompt\":\"Navigation bar with logo on the left and links to home, services, blog, contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A dedicated section to encourage visitors to reach out.\",\"section_prompt\":\"Header section inviting visitors to contact me.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"How to Reach Me\",\"section_description\":\"Information on how to contact me via email or social media.\",\"section_prompt\":\"Text providing various contact methods and platforms.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Interactive form for visitors to submit inquiries and messages directly.\",\"section_prompt\":\"A simple contact form allowing users to send messages.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and copyright information.\",\"section_prompt\":\"Footer area containing copyright notice and additional links.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Featured Projects\",\"page_description\":\"A showcase of the most notable projects completed in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding panel for the website.\",\"section_prompt\":\"Navigation bar with logo on the left and links to home, services, blog, contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Featured Projects\",\"section_description\":\"An overview of prominent design projects that reflect my skills.\",\"section_prompt\":\"Header presenting featured projects with engaging visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project: Brand Redesign for XYZ Corp\",\"section_description\":\"A detailed case study showcasing the brand redesign project for XYZ Corporation.\",\"section_prompt\":\"Visuals and text depicting the project from start to finish.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project: Event Branding for ABC Fest\",\"section_description\":\"Creative event branding created for the ABC Festival, including promotional materials.\",\"section_prompt\":\"Content showcasing the event branding visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project: Packaging Design for Fresh Foods\",\"section_description\":\"Innovative packaging design aimed at enhancing product appeal for Fresh Foods.\",\"section_prompt\":\"Overview of the packaging project with images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More Work\",\"section_description\":\"Encouragement to browse the full portfolio for additional projects.\",\"section_prompt\":\"A prompt inviting users to see more design works.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and copyright information.\",\"section_prompt\":\"Footer area containing copyright notice and additional links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":256}', '2025-09-01 11:12:35', '2025-09-01 11:12:35'),
(277, NULL, NULL, '\"LunaGems is a handmade jewelry shop\"', '{\"website_title\":\"LunaGems: Handmade Jewelry\",\"website_description\":\"Discover exquisite handmade jewelry crafted with passion and precision. LunaGems offers unique pieces that tell a story and elevate your style.\",\"website_type\":\"E-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewelry, unique jewelry pieces, artisan jewelry, custom jewelry, jewelry craftsmanship\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems, where each piece of jewelry is crafted with love and attention to detail.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"Explore our stunning collection of handmade jewelry that reflects your unique style.\",\"section_prompt\":\"A captivating hero section featuring beautiful jewelry pieces with a warm, inviting background.\"},{\"section_type\":\"about\",\"section_title\":\"About LunaGems\",\"section_description\":\"At LunaGems, we create jewelry that speaks to your individuality. Each piece is handcrafted to perfection.\",\"section_prompt\":\"An engaging section where visitors learn about the craftsmanship and passion behind LunaGems.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Unique Pieces\",\"section_description\":\"Browse our featured collections of handmade jewelry, crafted with the finest materials.\",\"section_prompt\":\"A visually appealing grid display showcasing select jewelry items with brief descriptions.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Handmade?\",\"section_description\":\"Experience the charm of unique, handcrafted jewelry that mass-produced items cannot match.\",\"section_prompt\":\"A section that highlights the benefits of choosing handmade jewelry over factory-made alternatives.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Additions\",\"section_description\":\"Check out the newest pieces added to our collection, crafted just for you.\",\"section_prompt\":\"A section displaying the latest products added to the LunaGems inventory.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Reviews\",\"section_description\":\"Hear from our satisfied customers about their favorite LunaGems pieces!\",\"section_prompt\":\"A dynamic section displaying glowing reviews from happy customers.\"},{\"section_type\":\"gallery\",\"section_title\":\"Our Gallery\",\"section_description\":\"Take a visual tour of our jewelry-making process and the stories behind our creations.\",\"section_prompt\":\"A beautiful gallery layout showcasing images of the jewelry and the crafting process.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Discover your next favorite piece of jewelry today!\",\"section_prompt\":\"A bold call-to-action section encouraging visitors to explore the online store.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Unique Jewelry Creations\",\"page_description\":\"Explore the exquisite range of handmade jewelry crafted for elegance and style at LunaGems.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to our range of jewelry services.\",\"section_prompt\":\"Standard header section.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Custom Jewelry Design\",\"section_description\":\"Work with us to create a custom piece that embodies your vision and style.\",\"section_prompt\":\"Media and text layout featuring images of custom jewelry designs alongside descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Wedding and Engagement Rings\",\"section_description\":\"Find the perfect symbol of your love with our exquisite selection of rings.\",\"section_prompt\":\"Media and text layout showcasing wedding rings with images from our collection.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Gemstone Jewelry\",\"section_description\":\"Explore our stunning selection of gemstone jewelry that catches the eye.\",\"section_prompt\":\"Dynamic media and text section highlighting gemstone pieces.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common questions regarding our handcrafted jewelry.\",\"section_prompt\":\"A clear FAQ section addressing common inquiries about our services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Contact us to start your bespoke jewelry project today!\",\"section_prompt\":\"Engaging call to action inviting potential customers to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"footer details.\",\"section_prompt\":\"Standard footer section.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Jewelry Blog\",\"page_description\":\"Stay updated with the latest trends, tips, and stories from the world of jewelry at LunaGems.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to our jewelry blog.\",\"section_prompt\":\"Standard header section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Jewelry Blog\",\"section_description\":\"Explore articles that inspire and inform about jewelry.\",\"section_prompt\":\"Inner banner showcasing the blog title.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"Browse our latest blog posts covering tips and trends in jewelry.\",\"section_prompt\":\"A grid layout displaying snippets of the latest blog articles.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Jewelry Styling Tips\",\"section_description\":\"Discover how to style your handmade jewelry for any occasion.\",\"section_prompt\":\"Highlighting a specific article about styling handmade jewelry.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"The Art of Jewelry Making\",\"section_description\":\"Learn about the craftsmanship that goes into creating each unique piece.\",\"section_prompt\":\"An informative section discussing jewelry-making techniques.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to Our Newsletter\",\"section_description\":\"Stay connected and receive updates on our latest collections.\",\"section_prompt\":\"Encouraging visitors to subscribe to the newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"footer details.\",\"section_prompt\":\"Standard footer section.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with LunaGems for inquiries or custom orders.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contact info introduction.\",\"section_prompt\":\"Standard header section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\\u2019d love to hear from you!\",\"section_prompt\":\"Inner banner with contact title.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Location\",\"section_description\":\"Find out where LunaGems is located and how to reach us.\",\"section_prompt\":\"Information regarding the physical location.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Business Hours\",\"section_description\":\"Learn about our business hours for contacting us.\",\"section_prompt\":\"Details on business operating hours.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to reach us directly.\",\"section_prompt\":\"Contact form for user inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"footer details.\",\"section_prompt\":\"Standard footer section.\"}]},{\"page_type\":\"rxtxc\",\"page_title\":\"Rxtxc\",\"page_description\":null,\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null},{\"section_type\":\"about\",\"section_title\":\"About\",\"section_description\":\"Learn about our company and values.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null}]},{\"page_type\":\"ycycc\",\"page_title\":\"Ycycc\",\"page_description\":null,\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null},{\"section_type\":\"about\",\"section_title\":\"About\",\"section_description\":\"Learn about our company and values.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null}]}],\"user_prompt\":\"LunaGems is a handmade jewelry shop\",\"prompt_id\":277,\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', '2025-09-01 12:46:36', '2025-09-01 12:54:48');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(278, NULL, NULL, '\"Portfolio showcasing graphic design work\"', '{\"website_title\":\"Creative Portfolio\",\"website_description\":\"Showcasing a vibrant collection of graphic design projects that highlight creativity and innovation.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative designs, art projects, visual art portfolio, designer showcase\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets innovation.\",\"sections\":[{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background, passion for design, and creative journey.\",\"section_prompt\":\"Centered text with a profile image describing experiences and design philosophy.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Works\",\"section_description\":\"A curated selection of my favorite design projects that demonstrate my skills.\",\"section_prompt\":\"Grid layout showcasing images and brief descriptions of selected projects.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"A snapshot of my accomplishments in the graphic design realm.\",\"section_prompt\":\"Horizontal bar displaying completed projects, awards, and satisfied clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Work and Trends\",\"section_description\":\"Keep up with my latest projects and trends in graphic design.\",\"section_prompt\":\"List of recent projects with links to detailed case studies.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Hear what my clients have to say about working with me.\",\"section_prompt\":\"Carousel showing client reviews and experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate!\",\"section_description\":\"Interested in working together? Get in touch!\",\"section_prompt\":\"Prominent button leading to the Contact page.\"}]},{\"page_type\":\"services\",\"page_title\":\"Graphic Design Services\",\"page_description\":\"Explore the various graphic design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to design services.\",\"section_prompt\":\"Simple header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"A detailed overview of the services I provide in graphic design.\",\"section_prompt\":\"Visual banner related to graphic design services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Crafting unique logos and branding elements for businesses.\",\"section_prompt\":\"Split section featuring an image and description of branding services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Creating stunning designs for flyers, brochures, and posters.\",\"section_prompt\":\"Split section showcasing print media examples.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Design\",\"section_description\":\"Developing engaging graphics for websites and social media.\",\"section_prompt\":\"Split section focusing on digital design works.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common inquiries about my design services.\",\"section_prompt\":\"Accordion style layout with common questions and answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project\",\"section_description\":\"Ready to create something amazing? Contact me!\",\"section_prompt\":\"Prominent button guiding to the Contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact and social media information.\",\"section_prompt\":\"Standard footer design with links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Graphic Design Blog\",\"page_description\":\"Insights, tips, and trends in the world of graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Overview of the blog section.\",\"section_prompt\":\"Standard header design.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Insights\",\"section_description\":\"Explore articles on graphic design trends and tips.\",\"section_prompt\":\"Visual representation related to design concepts.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"A grid of my recent blog posts on graphic design.\",\"section_prompt\":\"Grid displaying articles with images and excerpts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Popular Topics\",\"section_description\":\"Highlighting trending topics in graphic design.\",\"section_prompt\":\"Highlighted sections for trending subjects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Stay updated with the latest posts.\",\"section_prompt\":\"Subscription form for the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact and social media information.\",\"section_prompt\":\"Standard footer design with links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out to discuss your project or collaboration.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contact page header.\",\"section_prompt\":\"Standard header design.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Fill out the form below to get in touch.\",\"section_prompt\":\"Banner indicating how to contact.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"A simple form for inquiries and messages.\",\"section_prompt\":\"Form layout for user to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact and social media information.\",\"section_prompt\":\"Standard footer design with links.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Design Portfolio\",\"page_description\":\"A collection of my best graphic design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Overview of portfolio projects.\",\"section_prompt\":\"Standard header design.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Portfolio Showcase\",\"section_description\":\"Explore a variety of designs that I have created.\",\"section_prompt\":\"Visual representation of portfolio projects.\"},{\"section_type\":\"gallery\",\"section_title\":\"Design Gallery\",\"section_description\":\"A beautiful gallery showcasing my work.\",\"section_prompt\":\"Masonry layout for portfolio images.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback from my clients about my work.\",\"section_prompt\":\"Display of client testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Work with Me\",\"section_description\":\"Interested in my design services? Let\'s chat!\",\"section_prompt\":\"Button leading to the Contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact and social media information.\",\"section_prompt\":\"Standard footer design with links.\"}]},{\"page_type\":\"new\",\"page_title\":\"New\",\"page_description\":null,\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null},{\"section_type\":\"about\",\"section_title\":\"About\",\"section_description\":\"Learn about our company and values.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":278,\"theme\":\"minimalistic\",\"colors\":[[90,94,50],[219,199,91]],\"fonts\":\"minimalistic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', '2025-09-01 12:46:37', '2025-09-01 12:54:43'),
(283, 50, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Creative Graphic Design Portfolio\",\"website_description\":\"A professional portfolio showcasing unique and innovative graphic design work, highlighting creativity and artistic skill.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative design, digital art showcase, graphic artwork, design inspiration\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio showcasing my work and creativity.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and branding elements are presented here.\",\"section_prompt\":\"Display the website\'s branding and navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An eye-catching visual representing the essence of my design work.\",\"section_prompt\":\"A full-width banner that includes a stunning background image related to graphic design and a tagline overlay.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my background and passion for graphic design.\",\"section_prompt\":\"Personal overview with a focus on experience and motivation in graphic design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"A collection of my best graphic design projects displayed in a grid format.\",\"section_prompt\":\"Create a grid layout showcasing thumbnails of various design projects, each linking to detailed project views.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Design Projects\",\"section_description\":\"Highlights of my most recent projects that illustrate my evolving style.\",\"section_prompt\":\"A section featuring the latest projects with brief descriptions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to contact me for collaborations or inquiries.\",\"section_prompt\":\"A compelling call-to-action section inviting visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation and copyright information.\",\"section_prompt\":\"Contain copyright information and links to social media.\"}]},{\"page_type\":\"services\",\"page_title\":\"Graphic Design Services\",\"page_description\":\"An overview of the graphic design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This includes branding elements and navigation links.\",\"section_prompt\":\"Top-level navigation for the services page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Graphic Design Services\",\"section_description\":\"A focused banner outlining the services offered.\",\"section_prompt\":\"An inviting banner that accurately describes services with relevant visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Comprehensive branding solutions to establish a unique identity.\",\"section_prompt\":\"Details about the branding design process with illustrative images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Creative print solutions including brochures, flyers, and business cards.\",\"section_prompt\":\"Showcase examples of print design work with descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Graphics\",\"section_description\":\"Custom graphics for websites and digital marketing campaigns.\",\"section_prompt\":\"Examples of digital graphics used in various projects.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions regarding the graphic design services provided.\",\"section_prompt\":\"List and answer FAQs about the design process, timelines, and pricing.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project Today\",\"section_description\":\"Inviting potential clients to initiate their graphic design needs with me.\",\"section_prompt\":\"A motivating statement to prompt inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final footer area with contact details and social media links.\",\"section_prompt\":\"Include copyright and social media information at the bottom.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights Blog\",\"page_description\":\"A blog featuring articles on graphic design trends, tips, and insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding components for the blog.\",\"section_prompt\":\"Display top-level navigation for the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Insights Blog\",\"section_description\":\"An engaging section introducing the blog and its purpose.\",\"section_prompt\":\"Visually appealing banner with the blog\'s title and purpose.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"A grid of the most recent articles on graphic design.\",\"section_prompt\":\"Showcase blog post titles with images and excerpts.\"},{\"section_type\":\"about\",\"section_title\":\"About the Blog\",\"section_description\":\"Insight on the motivations for writing the blog and target audience.\",\"section_prompt\":\"Description of who the blog is for and its main topics.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encouraging visitors to subscribe to the blog for the latest insights.\",\"section_prompt\":\"A section with a form for blog subscriptions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with information on navigation and copyright.\",\"section_prompt\":\"End-of-page section with social links and copyright.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Includes navigation elements and website branding.\",\"section_prompt\":\"Top section featuring navigation for the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"An inviting introduction to the contact section.\",\"section_prompt\":\"Banner displaying the title with a friendly visual.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Reach Out\",\"section_description\":\"A contact form for inquiries about projects or opportunities.\",\"section_prompt\":\"Include a contact form for visitors to fill out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with essential links and copyright information.\",\"section_prompt\":\"Contain final notes and links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":283}', '2025-09-02 06:40:12', '2025-09-02 06:40:12'),
(284, NULL, NULL, 'LunaGems is a handmade jewelry shop', '{\"website_title\":\"LunaGems: Handmade Jewelry\",\"website_description\":\"LunaGems is your go-to destination for exquisite handmade jewelry, crafted with love and care. Discover unique pieces that blend art and elegance for every occasion.\",\"website_type\":\"e-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewelry, artisan jewelry, unique jewelry, gemstone necklaces, custom jewelry\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems, where we craft beautiful handmade jewelry just for you.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for website navigation and branding\",\"section_prompt\":\"Standard header with logo and navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"Explore our stunning collection of handmade jewelry crafted with passion.\",\"section_prompt\":\"Large hero section with a captivating background image of jewelry.\"},{\"section_type\":\"about\",\"section_title\":\"About LunaGems\",\"section_description\":\"Learn more about the inspiration and craftsmanship behind our unique jewelry pieces.\",\"section_prompt\":\"Informational section about the brand story and values.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Products\",\"section_description\":\"Dive into our curated selection of best-selling handmade jewelry pieces.\",\"section_prompt\":\"Grid layout showcasing selected jewelry products with images and prices.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest from Our Blog\",\"section_description\":\"Stay updated with the latest trends and news from the world of handmade jewelry.\",\"section_prompt\":\"Showcase recent blog posts related to jewelry.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Discover your next favorite piece of jewelry today!\",\"section_prompt\":\"Call to action encouraging visitors to explore the shop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for additional links and copyright information\",\"section_prompt\":\"Standard footer with links to policies and social media.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Jewelry Services\",\"page_description\":\"At LunaGems, we offer a variety of jewelry services tailored to your needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for services page navigation\",\"section_prompt\":\"Standard header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Jewelry Services\",\"section_description\":\"Discover the bespoke services we offer to enhance your jewelry experience.\",\"section_prompt\":\"Banner introducing services available.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Custom Jewelry Design\",\"section_description\":\"Bring your vision to life with our custom jewelry design services.\",\"section_prompt\":\"Interactive section with visuals of custom designs and descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Jewelry Repair Services\",\"section_description\":\"We provide repair services to ensure your cherished jewelry lasts.\",\"section_prompt\":\"Section showcasing the repair process and its importance.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to some common queries regarding our services.\",\"section_prompt\":\"Detailed FAQs addressing client inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for Custom Orders\",\"section_description\":\"Reach out to start your custom jewelry journey today!\",\"section_prompt\":\"Encouragement to contact for service inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for additional links and copyright information\",\"section_prompt\":\"Standard footer with links to policies and social media.\"}]},{\"page_type\":\"blog\",\"page_title\":\"LunaGems Blog\",\"page_description\":\"Explore the world of handmade jewelry through our insightful articles and guides.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for blog page navigation\",\"section_prompt\":\"Standard header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"LunaGems Blog\",\"section_description\":\"Your source for all things related to jewelry and design inspiration.\",\"section_prompt\":\"Banner introducing the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Discover our latest articles on jewelry trends, tips, and artistry.\",\"section_prompt\":\"Grid layout showcasing recent blog posts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Spotlight on Gemstones\",\"section_description\":\"Learn about different gemstones and their unique properties.\",\"section_prompt\":\"Highlight section focusing on popular gemstones used in jewelry.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Newsletter\",\"section_description\":\"Stay updated with our latest creations and promotions.\",\"section_prompt\":\"Call to action for newsletter subscription.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for additional links and copyright information\",\"section_prompt\":\"Standard footer with links to policies and social media.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with LunaGems to inquire about our products and services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for contact page navigation\",\"section_prompt\":\"Standard header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\'d love to hear from you! Reach out for inquiries and collaborations.\",\"section_prompt\":\"Banner introducing the contact section.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Location\",\"section_description\":\"Visit us at our store or get in touch online.\",\"section_prompt\":\"Information about the store location and opening hours.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below for any inquiries.\",\"section_prompt\":\"Contact form layout for visitors to submit queries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for additional links and copyright information\",\"section_prompt\":\"Standard footer with links to policies and social media.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewelry shop\",\"prompt_id\":284}', '2025-09-02 09:39:41', '2025-09-02 09:39:41'),
(285, NULL, NULL, 'qeqw', '{\"website_title\":\"TechSavvy Consulting\",\"website_description\":\"Innovative solutions and strategies for your business needs in the technology industry.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"technology consulting, business solutions, innovative strategies, tech services, consulting experts\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to TechSavvy Consulting. We provide innovative solutions to elevate your business.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to TechSavvy Consulting\",\"section_description\":\"An introduction to our services and commitment to your success.\",\"section_prompt\":\"A visually engaging banner that captures the essence of our consulting services, showcasing our technology focus.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Our mission is to empower businesses through innovative technology solutions.\",\"section_prompt\":\"Detailed information about our consultancy services and philosophy.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the comprehensive services we offer to enhance your business.\",\"section_prompt\":\"A grid layout displaying the various consulting services available, with brief descriptions.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Discover the benefits of partnering with TechSavvy Consulting.\",\"section_prompt\":\"A compelling section highlighting the advantages of our consulting services.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay informed with the latest articles and news in the tech consulting industry.\",\"section_prompt\":\"A dynamic section promoting recent blog posts related to our services and industry themes.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from our satisfied clients about their experiences with us.\",\"section_prompt\":\"Showcase various testimonials from clients, reflecting their positive experiences with our services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Reach out to us to discuss your consulting needs and find the right solutions.\",\"section_prompt\":\"A strong call-to-action encouraging visitors to contact us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for additional links and contact information.\",\"section_prompt\":\"Provide navigation links and social media icons.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Consulting Services\",\"page_description\":\"Discover the diverse consulting services we provide to enhance business efficiency.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top section containing the main navigation header.\",\"section_prompt\":\"Stylized header featuring the logo and main menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Consulting Services\",\"section_description\":\"Detailed overview of the consulting services we offer.\",\"section_prompt\":\"A banner that conveys the essence of our services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Business Strategy Consulting\",\"section_description\":\"Crafting tailored business strategies to navigate complex challenges.\",\"section_prompt\":\"A layout with an image alongside text describing business strategy services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Technology Integration Services\",\"section_description\":\"Helping businesses seamlessly integrate new technologies.\",\"section_prompt\":\"Presenting technology integration solutions with relevant imagery.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project Management Consulting\",\"section_description\":\"Expert guidance to ensure project delivery on time and on budget.\",\"section_prompt\":\"Highlighting project management skills through engaging visuals.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries about our consulting services.\",\"section_prompt\":\"A list of frequently asked questions with clear answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for a Consultation\",\"section_description\":\"Ready to take your business to the next level? Get in touch!\",\"section_prompt\":\"A compelling call to action urging visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for additional links and information.\",\"section_prompt\":\"Highlight contact info and social media links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Insights & Articles\",\"page_description\":\"Explore our blog for the latest insights and articles on technology and business strategy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation and branding header.\",\"section_prompt\":\"Standard header design for visibility.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Insights & Articles\",\"section_description\":\"Stay updated with the latest trends in technology consulting.\",\"section_prompt\":\"A captivating banner for the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"Browse through our latest blog posts on various technology topics.\",\"section_prompt\":\"A grid layout showcasing the latest blog articles.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Join the Discussion\",\"section_description\":\"Engage with us on social media for more updates.\",\"section_prompt\":\"Links to our social media platforms.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to Our Newsletter\",\"section_description\":\"Get the latest insights directly to your inbox.\",\"section_prompt\":\"Encourage blog visitors to subscribe for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for website navigation and contact information.\",\"section_prompt\":\"Standard footer with necessary links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out to TechSavvy Consulting for inquiries or consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the contact page.\",\"section_prompt\":\"Display of the site\'s branding and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We\'re here to help! Contact us for your consulting needs.\",\"section_prompt\":\"Visual banner indicating how to contact us.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send us a message.\",\"section_prompt\":\"A functional contact form to allow visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for general links and contact information.\",\"section_prompt\":\"Regular footer containing navigation links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about TechSavvy Consulting and our commitment to your success.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top section with main navigation links.\",\"section_prompt\":\"Standard header layout with logo and links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Us\",\"section_description\":\"Discover who we are and what drives us at TechSavvy.\",\"section_prompt\":\"Eye-catching banner presenting our company background.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Mission\",\"section_description\":\"To empower businesses through innovative technology solutions that drive success.\",\"section_prompt\":\"Craft a detailed narrative of the company\'s mission.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Team\",\"section_description\":\"Meet our team of experienced consultants dedicated to your success.\",\"section_prompt\":\"Introduce the team with a brief on expertise.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Highlight key achievements and milestones reached by our team.\",\"section_prompt\":\"Display of statistics showcasing the impact of our work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us on Our Journey\",\"section_description\":\"Connect with us to explore opportunities for collaboration.\",\"section_prompt\":\"Persuasive call to action persuading contacts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for links and social media icons.\",\"section_prompt\":\"Standard footer design for user guidance.\"}]}],\"user_prompt\":\"qeqw\",\"prompt_id\":285}', '2025-09-02 09:40:37', '2025-09-02 09:40:37'),
(286, NULL, NULL, 'LunaGems is a handmade jewelry shop', '{\"website_title\":\"LunaGems - Handmade Jewelry Shop\",\"website_description\":\"LunaGems specializes in unique, handcrafted jewelry that embodies elegance and craftsmanship. Explore our stunning collections and find the perfect piece for yourself or a loved one.\",\"website_type\":\"eCommerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewelry, gemstone jewelry, artisan jewelry, unique accessories, handcrafted gifts\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems, your source for beautiful handmade jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section of the website containing navigation links and logo.\",\"section_prompt\":\"This is the top header section that will use Bootstrap 5 for a responsive design.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A stunning display of our featured handmade jewelry pieces that captivates visitors.\",\"section_prompt\":\"Use a full-width hero image with overlay text that highlights our unique jewelry.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about LunaGems, our mission, and the artistry behind our creations.\",\"section_prompt\":\"An informative section about the brand and its values.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Jewelry Collections\",\"section_description\":\"Showcase of our beautiful handmade jewelry collections available for purchase.\",\"section_prompt\":\"A grid layout displaying images and brief descriptions of our jewelry collections.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles & Tips\",\"section_description\":\"Stay updated with our latest blog posts about jewelry care, trends, and more.\",\"section_prompt\":\"Display recent blog articles with a summary to engage visitors.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Reviews\",\"section_description\":\"Hear from our satisfied customers about their experiences with LunaGems.\",\"section_prompt\":\"Format as a slider showcasing testimonials with customer names and photos.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Encouraging visitors to explore our handcrafted jewelry collections.\",\"section_prompt\":\"A prominent button directing users to the shop page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing links, copyright information, and social media links.\",\"section_prompt\":\"A structured footer with useful links and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Unique Offerings\",\"page_description\":\"Explore the range of services offered by LunaGems in creating bespoke jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section for the services page.\",\"section_prompt\":\"Responsive header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Unique Offerings\",\"section_description\":\"Detailed description of the services we provide to our customers.\",\"section_prompt\":\"An inner banner with the page title and an elegant background.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Custom Jewelry Design\",\"section_description\":\"We offer personalized jewelry design services to create unique pieces.\",\"section_prompt\":\"Feature an image of a custom design process alongside a description of the service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Repair and Restoration\",\"section_description\":\"Restoration services for your favorite jewelry, making them shine again.\",\"section_prompt\":\"Include an image of jewelry repair in progress with service details.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Jewelry Care Tips\",\"section_description\":\"Expert advice on how to care for your jewelry to ensure longevity.\",\"section_prompt\":\"Offer practical tips with engaging visuals.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answering common queries related to our services to assist customers.\",\"section_prompt\":\"Organize common questions and their answers in a clear format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch for Your Custom Design\",\"section_description\":\"Encourage visitors to reach out for personalized services.\",\"section_prompt\":\"A button that leads to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links and social media handles.\",\"section_prompt\":\"Structured footer with relevant information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Jewelry Inspirations & Tips\",\"page_description\":\"Explore our blog for the latest trends, tips, and inspirations in handmade jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for the blog page.\",\"section_prompt\":\"Responsive display with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Jewelry Inspirations & Tips\",\"section_description\":\"Welcome to our blog where we share inspirations and tips for jewelry lovers.\",\"section_prompt\":\"Visually appealing inner banner with blog theme.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"A grid showcasing our latest articles about jewelry care, trends, and styles.\",\"section_prompt\":\"Use a grid layout to feature blog post thumbnails with short descriptions.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Jewelry Styling Tips\",\"section_description\":\"Tips on how to style handmade jewelry for different occasions.\",\"section_prompt\":\"An informative section listing styling inspiration.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Behind the Scenes at LunaGems\",\"section_description\":\"Insights into the creation process of our handmade jewelry.\",\"section_prompt\":\"Text-based content about the artistic journey.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to Our Newsletter\",\"section_description\":\"Encourage visitors to subscribe for the latest updates and offers.\",\"section_prompt\":\"Include a form for newsletter sign-up.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links and social media handles.\",\"section_prompt\":\"Structured footer for useful links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"We\'re here to answer your questions. Contact us for any inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for the contact page.\",\"section_prompt\":\"Responsive design with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"A section welcoming users to reach out and connect with us.\",\"section_prompt\":\"Elegant inner banner with the contact theme.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Contact Information\",\"section_description\":\"Details on how to reach us, including email and phone.\",\"section_prompt\":\"Textual contact details for customer convenience.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Business Hours\",\"section_description\":\"Information on our operational hours for shop visits and inquiries.\",\"section_prompt\":\"A clear display of our working hours.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below for any inquiries or custom requests.\",\"section_prompt\":\"A standard contact form to gather user inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links and social media handles.\",\"section_prompt\":\"Structured footer with relevant information.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewelry shop\",\"prompt_id\":286}', '2025-09-02 09:45:54', '2025-09-02 09:45:54');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(287, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Travel Photography Hub\",\"website_description\":\"A vibrant blog showcasing stunning travel photography and insightful travel tips around the world.\",\"website_type\":\"Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, scenic landscapes, travel tips, photography tutorials, travel destinations\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Travel Photography Hub - Where wanderlust meets artistry!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for the website.\",\"section_prompt\":\"Responsive navigation bar with logo and links to other pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Explore the World Through My Lens\",\"section_description\":\"An inviting visual introduction to the blog showcasing breathtaking images.\",\"section_prompt\":\"Full-width hero section with a captivating background image.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A personal introduction sharing my passion for travel and photography.\",\"section_prompt\":\"Brief introduction about the author with a warm inviting photo.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Adventures\",\"section_description\":\"A grid featuring highlighted travel destinations and photography stories.\",\"section_prompt\":\"Grid layout showcasing thumbnails linking to destinations and stories.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"A preview of the most recent blog posts sharing travel insights and photos.\",\"section_prompt\":\"A section displaying the latest posts with excerpts.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Readers Say\",\"section_description\":\"Feedback and comments from readers about the blog and photography.\",\"section_prompt\":\"A horizontal carousel displaying reader testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Travel Journey!\",\"section_description\":\"Encouragement for visitors to subscribe or follow on social media.\",\"section_prompt\":\"A vibrant call-to-action section inviting users to subscribe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links and copyright information.\",\"section_prompt\":\"A footer containing links and social media icons.\"}]},{\"page_type\":\"services\",\"page_title\":\"Photography Services\",\"page_description\":\"Offering professional photography services for your travel adventures.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for the website.\",\"section_prompt\":\"Responsive navigation bar with logo and links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Photography Services\",\"section_description\":\"Learn more about the photography services I offer.\",\"section_prompt\":\"Inner banner highlighting the services provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Travel Photography\",\"section_description\":\"Capturing moments from your travels with a professional touch.\",\"section_prompt\":\"Media section with images and text explaining travel photography services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Event Photography\",\"section_description\":\"Photographing special moments during events or trips with creativity.\",\"section_prompt\":\"Media section showcasing images of events and description.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Photo Editing Services\",\"section_description\":\"Enhancing your photos with professional editing, bringing them to life.\",\"section_prompt\":\"Media section detailing photo editing services offered.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions regarding my photography services.\",\"section_prompt\":\"A list format providing answers to frequently asked questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book a Session Today!\",\"section_description\":\"Encourage visitors to book a photography session through a contact form.\",\"section_prompt\":\"Call to action motivating users to reach out for bookings.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links and copyright information.\",\"section_prompt\":\"A footer containing links and social media icons.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Blog\",\"page_description\":\"Dive into my travel blog filled with tips, stories, and breathtaking photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for the website.\",\"section_prompt\":\"Responsive navigation bar with logo and links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Blog Posts\",\"section_description\":\"Explore my latest blog posts on travel adventures around the world.\",\"section_prompt\":\"Inner banner introducing the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Adventures\",\"section_description\":\"A grid layout showcasing the latest blog posts with thumbnails.\",\"section_prompt\":\"Grid layout displaying recent blog posts with featured images.\"},{\"section_type\":\"about\",\"section_title\":\"About This Blog\",\"section_description\":\"A brief introduction explaining the purpose and passion behind the blog.\",\"section_prompt\":\"Introductory text explaining the blog\'s mission.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Reader Feedback\",\"section_description\":\"What my readers are saying about the travel blog.\",\"section_prompt\":\"Horizontal carousel displaying testimonials from readers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for More!\",\"section_description\":\"Encouragement for visitors to subscribe to the blog for updates.\",\"section_prompt\":\"Call to action inviting readers to subscribe to the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links and copyright information.\",\"section_prompt\":\"A footer containing links and social media icons.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch to collaborate, inquire about services, or just say hello!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for the website.\",\"section_prompt\":\"Responsive navigation bar with logo and links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out for collaborations or inquiries.\",\"section_prompt\":\"Inner banner with a warm invitation to contact.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"How to Reach Me\",\"section_description\":\"Detailed information on different ways to get in touch with me.\",\"section_prompt\":\"Text detailing email, phone number, and social media links.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"A form to send direct messages to the travel photographer.\",\"section_prompt\":\"Contact form for visitors to fill out with name and message.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links and copyright information.\",\"section_prompt\":\"A footer containing links and social media icons.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Photography Gallery\",\"page_description\":\"A selection of my travel photography showcasing the beauty of the world.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for the website.\",\"section_prompt\":\"Responsive navigation bar with logo and links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Gallery\",\"section_description\":\"A visual showcase of travel photography from various trips.\",\"section_prompt\":\"Banner introducing the photography gallery.\"},{\"section_type\":\"gallery\",\"section_title\":\"Stunning Landscapes\",\"section_description\":\"A collection of breathtaking landscapes captured during my travels.\",\"section_prompt\":\"Grid layout displaying beautiful landscape photography.\"},{\"section_type\":\"gallery\",\"section_title\":\"Cultural Diversity\",\"section_description\":\"Highlighting the vibrant cultures I\\u2019ve encountered through photography.\",\"section_prompt\":\"Grid layout showcasing cultural and portrait photography.\"},{\"section_type\":\"gallery\",\"section_title\":\"Adventure Photography\",\"section_description\":\"Capturing the thrill and excitement of my adventurous journeys.\",\"section_prompt\":\"Gallery of adventure and action shots from travels.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Photography Session!\",\"section_description\":\"Encouragement for visitors to book their session based on the gallery content.\",\"section_prompt\":\"Call to action inviting users to request sessions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links and copyright information.\",\"section_prompt\":\"A footer containing links and social media icons.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":287}', '2025-09-02 09:46:49', '2025-09-02 09:46:49'),
(289, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Wanderlust Photography\",\"website_description\":\"A blog dedicated to showcasing stunning travel photography and sharing travel experiences from around the world.\",\"website_type\":\"Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, scenic landscapes, travel experiences, adventure photography, wanderlust vibes\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Wanderlust Photography, your ultimate source for breathtaking travel images and inspiring travel stories.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A captivating introduction section with stunning travel images to draw visitors in.\",\"section_prompt\":\"Responsive full-width hero section with an eye-catching background image of a travel destination.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my passion for travel and photography, and what motivates me to explore new places.\",\"section_prompt\":\"Informational section providing insight into the blog\'s purpose and my personal journey in travel and photography.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Destinations\",\"section_description\":\"Explore my curated list of breathtaking destinations with captivating photography to inspire your travels.\",\"section_prompt\":\"Grid layout displaying featured travel destinations, each with a stunning image and a brief description.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Stay updated with my most recent travel stories and photography adventures.\",\"section_prompt\":\"Showcase a selection of the latest blog posts, each with an image and title leading to the full post.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Travel Stats\",\"section_description\":\"Highlight key statistics about my travels, including countries visited and photos taken.\",\"section_prompt\":\"Visual representation of various travel statistics to showcase my travel experiences.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Traveler Feedback\",\"section_description\":\"Read what fellow travelers have to say about my photography and travel tips.\",\"section_prompt\":\"Showcase testimonials from readers and travelers who have been inspired by the blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey\",\"section_description\":\"Encourage visitors to subscribe to the blog for updates on travel stories and photography tips.\",\"section_prompt\":\"A clear call to action inviting users to sign up for newsletters or follow on social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer section with copyright information and navigation links.\",\"section_prompt\":\"Contain navigation links and copyright information at the bottom of the page.\"}]},{\"page_type\":\"services\",\"page_title\":\"Photography Services\",\"page_description\":\"Discover the photography services I offer, from travel shoots to portraits.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main header section introducing the Photography Services page.\",\"section_prompt\":\"Simple header layout with title and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Services\",\"section_description\":\"Overview of the various photography services available.\",\"section_prompt\":\"Inner banner section that uses the page title to give context.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Travel Photography Sessions\",\"section_description\":\"Professional photography sessions for individuals and groups during travels.\",\"section_prompt\":\"Combination of image and text description of the travel photography sessions offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Event Photography\",\"section_description\":\"Capturing special moments during events and gatherings, no matter the location.\",\"section_prompt\":\"Image paired with details about event photography services provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Prints and Merchandise\",\"section_description\":\"Offer beautiful prints and merchandise featuring my photography work.\",\"section_prompt\":\"Display products for sale along with high-quality images.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my photography services and bookings.\",\"section_prompt\":\"List of frequently asked questions addressing client concerns.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Session\",\"section_description\":\"Encourage visitors to reach out for booking photography sessions.\",\"section_prompt\":\"Call to action prompting users to contact for photography services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer section with copyright information and navigation links.\",\"section_prompt\":\"Contain navigation links and copyright information at the bottom of the page.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Stories Blog\",\"page_description\":\"Dive into my collection of travel stories and photography insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header for the Travel Stories Blog page.\",\"section_prompt\":\"Simple header layout with the title and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Stories Blog\",\"section_description\":\"Welcome to my blog section where all my travel stories are shared.\",\"section_prompt\":\"Inner banner that clearly indicates this is the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"A grid display of the latest travel blog posts, perfect for exploration.\",\"section_prompt\":\"Grid layout showcasing recently published blog posts with images and titles.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Popular Posts\",\"section_description\":\"Highlight some of my most popular travel posts that readers love.\",\"section_prompt\":\"Feature section displaying links and snippets of the most popular articles.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Other Travelers\",\"section_description\":\"Connect with other travelers featured in my blog through their stories.\",\"section_prompt\":\"Individual \'social cards\' introduce fellow travelers and their experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Read More\",\"section_description\":\"Encourage visitors to explore more blog posts and subscribe for updates.\",\"section_prompt\":\"Promote further reading and newsletter subscription.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer section with copyright information and navigation links.\",\"section_prompt\":\"Contain navigation links and copyright information at the bottom of the page.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me for inquiries, collaborations, and more.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header for the Contact Me page.\",\"section_prompt\":\"Simple header layout with the title and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out with your inquiries or to connect for photography projects.\",\"section_prompt\":\"Inner banner using the page title.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Get in Touch\",\"section_description\":\"Form for inquiries and collaborations with fields for name, email, and message.\",\"section_prompt\":\"Provide a contact form for user submissions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer section with copyright information and navigation links.\",\"section_prompt\":\"Contain navigation links and copyright information at the bottom of the page.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":289}', '2025-09-03 04:23:21', '2025-09-03 04:23:21'),
(290, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"WanderLens\",\"website_description\":\"Join us on a visual journey through the world\'s most stunning destinations, capturing the essence of travel and photography.\",\"website_type\":\"Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, stunning landscapes, travel blog, adventure photography, world destinations\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to WanderLens, where travel inspires photography.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Discover the World\",\"section_description\":\"Embark on a breathtaking journey with us as we explore the wonders of the world through captivating photography.\",\"section_prompt\":\"Get ready for a stunning visual experience showcasing diverse travel destinations and photography skills.\"},{\"section_type\":\"about\",\"section_title\":\"About WanderLens\",\"section_description\":\"WanderLens is a curated blog showcasing unique travel experiences paired with exceptional photography.\",\"section_prompt\":\"An overview of our mission and values focusing on travel and photography.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Travel Destinations\",\"section_description\":\"Explore our selected travel spots through beautifully captured images.\",\"section_prompt\":\"Grid layout displaying images of our featured travel destinations with brief descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Stories\",\"section_description\":\"Check out our most recent travel and photography articles.\",\"section_prompt\":\"A section highlighting the newest posts from our blog with thumbnail images and titles.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photography Gallery\",\"section_description\":\"Dive into our stunning photography collection that captures the essence of travel.\",\"section_prompt\":\"Image gallery displaying a variety of travel photographs with a grid format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure!\",\"section_description\":\"Subscribe to our newsletter for the latest travel tips and photo stories.\",\"section_prompt\":\"Encouraging visitors to subscribe for updates and news.\"}]},{\"page_type\":\"services\",\"page_title\":\"Travel & Photography Services\",\"page_description\":\"Explore the variety of services we offer to enhance your travel and photography experience.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to our Services page.\",\"section_prompt\":\"Standard header section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the various travel planning and photography solutions we provide.\",\"section_prompt\":\"Inner banner specifically detailing the services we offer.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Travel Planning\",\"section_description\":\"Professional trip planning services tailored to your needs.\",\"section_prompt\":\"A split-section layout with text on one side and beautiful travel images on the other.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Photography Workshops\",\"section_description\":\"Join our workshops to enhance your photography skills in beautiful locations.\",\"section_prompt\":\"Visual and descriptive content about our photography workshops.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Your queries about our services answered.\",\"section_prompt\":\"A detailed FAQ section addressing common questions about our services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started with Us!\",\"section_description\":\"Reach out for personalized inquiries regarding our services.\",\"section_prompt\":\"Inviting visitors to contact us for more details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links and copyright.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Blog\",\"page_description\":\"Explore insightful articles on travel experiences and photography tips.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to our Blog page.\",\"section_prompt\":\"Standard header section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Insights\",\"section_description\":\"Dive deep into our travel articles that inspire exploration.\",\"section_prompt\":\"An engaging inner banner capturing the essence of the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Posts\",\"section_description\":\"Discover our top blog posts on travel and photography.\",\"section_prompt\":\"Grid layout to showcase blog posts with thumbnails and titles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated\",\"section_description\":\"Subscribe for the latest blog updates.\",\"section_prompt\":\"Encouraging readers to subscribe to our blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links and copyright.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for inquiries and collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to our Contact page.\",\"section_prompt\":\"Standard header section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Find our contact details and reach out to us.\",\"section_prompt\":\"Information and prompts focusing on contacting us.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below for your inquiries.\",\"section_prompt\":\"A simple contact form for visitors to fill out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links and copyright.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Photography Portfolio\",\"page_description\":\"Showcasing a collection of our best travel photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to our Portfolio page.\",\"section_prompt\":\"Standard header section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Showcase\",\"section_description\":\"Experience our top photography work from various travel adventures.\",\"section_prompt\":\"Inner banner introducing the photography portfolio.\"},{\"section_type\":\"gallery\",\"section_title\":\"Gallery of Adventures\",\"section_description\":\"A collection of striking travel photographs organized by location.\",\"section_prompt\":\"Grid format displaying a selection of travel photos.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Photography Stats\",\"section_description\":\"Highlighting our photography achievements and experiences.\",\"section_prompt\":\"Display of statistics such as number of photos taken, countries visited, etc.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"View More\",\"section_description\":\"Explore more of our photography work and stay inspired.\",\"section_prompt\":\"Inviting visitors to navigate further into our collection.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links and copyright.\",\"section_prompt\":\"Standard footer layout.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":290}', '2025-09-03 04:45:28', '2025-09-03 04:45:28'),
(291, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Graphic Design Portfolio\",\"website_description\":\"A curated portfolio showcasing the creativity and expertise in graphic design with diverse projects.\",\"website_type\":\"Portfolio Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, modern design showcase, creative graphic projects, professional graphic design\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio. Discover my work and creativity.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An engaging introduction to my graphic design work, showcasing a beautiful visual and a brief tagline.\",\"section_prompt\":\"Full-width hero section with an inspiring image of recent work and a catchy tagline.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey as a graphic designer, my skills, and my design philosophy.\",\"section_prompt\":\"A brief overview of my background, design approach, and what inspires my work.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"A glimpse into my latest graphic design projects that highlight my creativity and versatility.\",\"section_prompt\":\"A visually appealing section that displays images and links to the latest projects.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Works\",\"section_description\":\"Showcase of selected projects that best represent my skills and creativity in graphic design.\",\"section_prompt\":\"Grid layout featuring thumbnails of selected projects with brief descriptions.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Statistics\",\"section_description\":\"Highlighting achievements and milestones in my graphic design career, including completed projects and satisfied clients.\",\"section_prompt\":\"A visually striking section showcasing numbers that reflect my experience and success.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"What my clients say about my work. Real feedback on my design services.\",\"section_prompt\":\"A section dedicated to showcasing positive feedback and quotes from previous clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to reach out for collaborations or inquiries.\",\"section_prompt\":\"A call to action with clear contact options, inviting potential clients to connect.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing additional links, contacts, and social media handles.\",\"section_prompt\":\"Standard footer layout displaying important links and social media.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":291}', '2025-09-03 04:59:52', '2025-09-03 04:59:52'),
(292, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"Optimal SEO Strategies\",\"website_description\":\"Optimal SEO Strategies is a premier agency providing comprehensive SEO and marketing services to elevate your online presence and drive traffic.\",\"website_type\":\"Business\",\"website_industry\":\"Technology\",\"search_query\":\"digital marketing, SEO optimization, online marketing, marketing strategies, search engine optimization\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Optimal SEO Strategies, your partner in digital marketing success.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Your Digital Success Starts Here\",\"section_description\":\"Explore innovative SEO and marketing solutions tailored to your needs.\",\"section_prompt\":\"A full-width hero image with a captivating tagline related to digital success.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"We are dedicated to helping businesses grow through effective SEO and personalized marketing strategies.\",\"section_prompt\":\"An overview of the agency, showcasing its mission and approach.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Discover how we can transform your online presence with our specialized services.\",\"section_prompt\":\"Grid layout showcasing services offered with brief descriptions.\"},{\"section_type\":\"benefit\",\"section_title\":\"Key Benefits of SEO\",\"section_description\":\"Learn how SEO can enhance your visibility and drive targeted traffic to your website.\",\"section_prompt\":\"A visually appealing section highlighting benefits of SEO.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest blog posts about SEO and marketing trends.\",\"section_prompt\":\"A section dynamically displaying recent blog articles.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Read success stories and feedback from our satisfied clients.\",\"section_prompt\":\"Quotes from clients displayed in an engaging format.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Highlighting key statistics showcasing our success and client satisfaction.\",\"section_prompt\":\"Infographic layout displaying key metrics of success.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project Today\",\"section_description\":\"Contact us now to kickstart your journey towards digital success.\",\"section_prompt\":\"A call to action encouraging visitors to reach out.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Marketing Services\",\"page_description\":\"Explore the range of marketing services we offer to boost your business.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to our services page.\",\"section_prompt\":\"Standard page header section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Marketing Services\",\"section_description\":\"Discover the tailored marketing solutions we provide.\",\"section_prompt\":\"A banner introducing the services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Search Engine Optimization\",\"section_description\":\"Comprehensive SEO strategies to enhance your website\'s visibility.\",\"section_prompt\":\"Text alongside an image explaining SEO services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Crafting engaging content that speaks to your audience.\",\"section_prompt\":\"Descriptive text next to imagery showcasing content marketing.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Management\",\"section_description\":\"Manage your social presence effectively to engage with clients.\",\"section_prompt\":\"Details about social media services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries regarding our services.\",\"section_prompt\":\"A segment dedicated to FAQs about marketing services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Elevate Your Marketing?\",\"section_description\":\"Get in touch with us for a custom marketing strategy.\",\"section_prompt\":\"Encouraging visitors to contact us for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Connect with us on social media and stay updated.\",\"section_prompt\":\"Footer containing contact information and links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Marketing Insights Blog\",\"page_description\":\"Read our latest articles on SEO, marketing tips, and industry news.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to our blog.\",\"section_prompt\":\"Standard header section for the blog page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Marketing Insights Blog\",\"section_description\":\"Explore articles that enhance your marketing knowledge.\",\"section_prompt\":\"A banner displaying the blog\'s purpose.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Check out the latest articles and insights from our blog.\",\"section_prompt\":\"Grid displaying recent blog posts with images and excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to Our Newsletter\",\"section_description\":\"Stay informed about the latest marketing trends and tips.\",\"section_prompt\":\"Encouraging visitors to subscribe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Connect with us on social media.\",\"section_prompt\":\"Footer with social media links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Optimal SEO Strategies for inquiries or consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contact us for any inquiries.\",\"section_prompt\":\"Header section to introduce the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Reach out to us to discuss your needs.\",\"section_prompt\":\"Banner section for the contact page.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to contact us directly.\",\"section_prompt\":\"Contact form section to collect visitor information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Stay connected with us.\",\"section_prompt\":\"Footer to provide additional contact information.\"}]},{\"page_type\":\"about_us\",\"page_title\":\"About Optimal SEO Strategies\",\"page_description\":\"Learn more about our mission, vision, and team.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to our About Us page.\",\"section_prompt\":\"Header section for the about us page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Us\",\"section_description\":\"Discover our journey and what drives us.\",\"section_prompt\":\"A brief overview banner about the company.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Learn about the talented individuals behind our agency.\",\"section_prompt\":\"Display team members with images and brief bios.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us in the Digital Revolution\",\"section_description\":\"Contact us today to see how we can work together.\",\"section_prompt\":\"Encourage visitors to reach out for collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to important pages and social media.\",\"section_prompt\":\"Footer with navigation links.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":292}', '2025-09-03 05:01:45', '2025-09-03 05:01:45'),
(293, NULL, NULL, 'LunaGems is a handmade jewelry shop', '{\"website_title\":\"LunaGems Handmade Jewelry\",\"website_description\":\"Explore LunaGems, your premier destination for unique handmade jewelry crafted with love and passion. Discover exquisite designs that complement your style.\",\"website_type\":\"E-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewelry, unique gemstones, artisan jewelry, crafted accessories\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems, your one-stop shop for exquisite handmade jewelry.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"Discover the beauty of handmade jewelry crafted just for you.\",\"section_prompt\":\"A stunning hero image showcasing beautiful jewelry pieces alongside the shop\'s logo.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"At LunaGems, we believe in the art of jewelry making, providing handmade pieces that reflect uniqueness and quality.\",\"section_prompt\":\"A brief section introducing LunaGems and its philosophy with an inviting layout.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Collections\",\"section_description\":\"Explore our curated collections of unique handmade jewelry that cater to every style and occasion.\",\"section_prompt\":\"Grid layout displaying images and brief descriptions of featured jewelry collections.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest from the Blog\",\"section_description\":\"Stay updated with the latest trends, jewelry care tips, and behind-the-scenes of our crafting process.\",\"section_prompt\":\"A section presenting the latest blog posts with titles and short excerpts.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Handmade?\",\"section_description\":\"Learn about the benefits of handmade jewelry, from ethical sourcing to unique craftsmanship.\",\"section_prompt\":\"Informative content about the advantages of owning handmade jewelry.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Don\'t miss out on our exclusive collections! Start shopping your favorites today.\",\"section_prompt\":\"A prominent button encouraging visitors to shop, with an appealing design.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Find more about LunaGems, contact details, and social media links.\",\"section_prompt\":\"Footer section containing useful links, contact information, and social media icons.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Jewelry Services\",\"page_description\":\"Explore the unique services offered by LunaGems in jewelry creation and personalization.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our unique services for jewelry enthusiasts.\",\"section_prompt\":\"A header section introducing the services offered.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Jewelry Services\",\"section_description\":\"Discover how we enhance your jewelry experience with personalized services.\",\"section_prompt\":\"An engaging banner having details about the page\'s focus on services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Custom Jewelry Design\",\"section_description\":\"Collaborate with us to design personalized pieces that reflect your style.\",\"section_prompt\":\"A section with an image of custom designs alongside descriptive text.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Repair and Restoration\",\"section_description\":\"We offer repair services to restore your beloved jewelry to its original glory.\",\"section_prompt\":\"Image and text detailing our repair and restoration services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Get answers to common queries regarding our jewelry services.\",\"section_prompt\":\"A structured FAQ section addressing service-related questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire Today\",\"section_description\":\"Reach out for any inquiries or to start a custom order.\",\"section_prompt\":\"A call to action encouraging visitors to inquire about services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Additional navigation and contact details.\",\"section_prompt\":\"Footer section containing additional links and information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"LunaGems Blog\",\"page_description\":\"Stay updated with our latest posts about jewelry, trends, and artisan insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Explore our blog dedicated to all things jewelry.\",\"section_prompt\":\"A header that introduces the blog section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"LunaGems Blog\",\"section_description\":\"Read our latest articles and stories from the world of handmade jewelry.\",\"section_prompt\":\"An inviting banner that leads into the blog articles.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"Browse through the latest blog entries about trends and tips.\",\"section_prompt\":\"A grid layout that showcases recent blog posts with excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Subscribe to our newsletter for the latest updates and exclusive offers.\",\"section_prompt\":\"Encouragement for visitors to subscribe, presented with an appealing design.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and social media connections.\",\"section_prompt\":\"Footer section with navigation links and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"We\'d love to hear from you! Reach out with any questions or feedback.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Connect with LunaGems.\",\"section_prompt\":\"Header introducing contact options.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Your inquiries are important to us. Let\'s connect!\",\"section_prompt\":\"A compelling banner drawing attention to the contact information.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below and we will get back to you shortly.\",\"section_prompt\":\"A structured format for users to submit their queries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Overall navigation and connection details.\",\"section_prompt\":\"Footer section concluding the contact page.\"}]},{\"page_type\":\"about\",\"page_title\":\"About LunaGems\",\"page_description\":\"Learn more about the story and mission behind LunaGems.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Discover the essence of LunaGems.\",\"section_prompt\":\"A header summarizing the purpose of this about page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"The journey of LunaGems and our passion for jewelry-making.\",\"section_prompt\":\"A banner presenting an engaging overview of the brand\'s story.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Our Craftsmanship\",\"section_description\":\"Every piece at LunaGems is made with meticulous attention to detail and love.\",\"section_prompt\":\"Highlighting the detailed craftsmanship of LunaGems jewelry.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Introducing the talented artisans behind LunaGems.\",\"section_prompt\":\"A section showcasing team members with a personal touch.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore Our Collection\",\"section_description\":\"Join us on this journey and shop our unique pieces.\",\"section_prompt\":\"Encouraging customers to view the jewelry collection.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation links and information.\",\"section_prompt\":\"Footer area wrapping up the page.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewelry shop\",\"prompt_id\":293}', '2025-09-03 05:12:12', '2025-09-03 05:12:12'),
(294, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Graphic Design Portfolio\",\"website_description\":\"A professional portfolio showcasing a variety of graphic design projects including branding, digital art, and print media.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio showcase, branding, digital art, print design\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets professionalism.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section to navigate the site easily.\",\"section_prompt\":\"This section includes the website navigation with links to all major areas.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A captivating introduction to my graphic design work.\",\"section_prompt\":\"This section features a responsive hero image related to graphic design with a strong headline.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"An introduction to my background and design philosophy.\",\"section_prompt\":\"This section narrates my journey as a graphic designer, along with relevant images of past work.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"A grid showcasing selected projects from my portfolio.\",\"section_prompt\":\"This section uses a grid layout to display images of key projects, allowing viewers to click for more details.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Design Achievements\",\"section_description\":\"Highlighting my key statistics in design work.\",\"section_prompt\":\"This section features countable achievements, like projects completed and clients worked with.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"A brief overview of my most recent work.\",\"section_prompt\":\"This section lists recent projects and links to their detailed descriptions.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback from clients about my work.\",\"section_prompt\":\"This section features quotes from clients regarding their experiences, displayed attractively.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encourage potential clients to contact me.\",\"section_prompt\":\"This section invites visitors to reach out for design inquiries.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":294}', '2025-09-03 05:22:33', '2025-09-03 05:22:33');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(299, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Creative Portfolio of Graphic Design\",\"website_description\":\"Explore a stunning collection of graphic design work that showcases creativity, innovation, and professionalism. Perfect for potential clients and collaborators looking for inspiration and design expertise.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative artworks, design showcase, modern graphic design, professional graphic design\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio where creativity meets design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation area with links to other pages on the website.\",\"section_prompt\":\"Standard header layout with navigation links aligned horizontally.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A captivating image showcasing the essence of my design work.\",\"section_prompt\":\"Full-width hero section with an engaging background image and a tagline.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Read about my journey in graphic design and the passion that drives my work.\",\"section_prompt\":\"Brief biography section with an image on one side and text on the other.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"A curated display of my top graphic design projects demonstrating my skills and versatility.\",\"section_prompt\":\"Grid layout featuring thumbnails of each project with links to detailed views.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"Quick statistics displaying the number of projects completed, clients satisfied, and years of experience in the field.\",\"section_prompt\":\"Horizontal bar display highlighting key achievements visually.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Stay updated with my insights on graphic design trends and tips shared in my blog.\",\"section_prompt\":\"A concise section featuring links to the three most recent blog entries.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What My Clients Say\",\"section_description\":\"Read testimonials from clients who have experienced my graphic design services firsthand.\",\"section_prompt\":\"Carousel or grid layout showcasing client reviews with their names and project details.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate!\",\"section_description\":\"Interested in working together? Get in touch today!\",\"section_prompt\":\"An inviting section encouraging visitors to reach out with a prominent button.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":299}', '2025-09-03 06:17:11', '2025-09-03 06:17:11'),
(300, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Wanderlust Chronicles\",\"website_description\":\"A captivating blog where travel stories meet stunning photography, showcasing destinations around the world.\",\"website_type\":\"Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, adventure, scenic landscapes, travel tips, cultural experiences\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Wanderlust Chronicles - your gateway to explore breathtaking destinations and stunning visual narratives.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Explore the World\",\"section_description\":\"Dive into our latest travel adventures and breathtaking photography.\",\"section_prompt\":\"A visually engaging hero layout with an eye-catching travel image and overlaying text.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my passion for travel and photography, and the stories that unfold in each destination.\",\"section_prompt\":\"A personal introduction about the creator, accompanied by a portrait or travel-themed image.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Adventures\",\"section_description\":\"Catch up on my latest travel posts filled with experiences and breathtaking photos.\",\"section_prompt\":\"A grid layout showcasing recent blog posts with featured images.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Featured Destinations\",\"section_description\":\"Explore unique destinations covered in our blog, each with stunning imagery.\",\"section_prompt\":\"A visually appealing grid layout displaying highlighted travel destinations.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Readers Say\",\"section_description\":\"Read the thoughts and feedback from fellow travel enthusiasts and photography lovers.\",\"section_prompt\":\"A section featuring quotes from readers presented in a visually appealing card format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure\",\"section_description\":\"Subscribe to our newsletter for the latest updates and travel tips!\",\"section_prompt\":\"A bold section encouraging visitors to sign up for monthly travel inspiration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Connect with us on social media for more amazing travel photos and stories.\",\"section_prompt\":\"A simple footer layout that includes social media links and a copyright notice.\"}]},{\"page_type\":\"services\",\"page_title\":\"Travel Photography Services\",\"page_description\":\"Offering professional travel photography services to capture your adventures uniquely and artfully.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our offerings in travel photography.\",\"section_prompt\":\"Basic header layout featuring the site title.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Services\",\"section_description\":\"Discover how my photography services can enhance your travel experiences.\",\"section_prompt\":\"An engaging inner banner showcasing vibrant travel images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Personalized Travel Shoots\",\"section_description\":\"Customized photography sessions tailored to your travel itinerary and personal style.\",\"section_prompt\":\"A layout merging a beautiful travel photo with descriptive text.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Adventure Photography\",\"section_description\":\"Capturing exhilarating moments during outdoor adventures and explorations.\",\"section_prompt\":\"Illustrative media and text section highlighting adventurous photography.\"},{\"section_type\":\"faqs\",\"section_title\":\"Common Questions\",\"section_description\":\"Find answers to frequently asked questions about my photography services and processes.\",\"section_prompt\":\"An organized FAQ section providing essential information.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Session\",\"section_description\":\"Ready to capture your travel memories? Contact me to book your session now!\",\"section_prompt\":\"A strong call to action inviting visitors to book photography services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Stay connected for updates on photography services.\",\"section_prompt\":\"Footer area including links to social media and additional resources.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Stories\",\"page_description\":\"Delve into captivating travel stories and stunning photography from around the globe.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Explore my latest travels and photography insights.\",\"section_prompt\":\"Basic header layout for the blog page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Stories\",\"section_description\":\"A collection of engaging travel narratives and the beauty captured through my lens.\",\"section_prompt\":\"An inviting inner banner with a mix of travel imagery.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Browse through the latest entries featuring unique destinations and experiences.\",\"section_prompt\":\"A visually engaging grid display of recent blog posts with images.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Featured Articles\",\"section_description\":\"Highlighting some of the most impactful travel tales and insights on the blog.\",\"section_prompt\":\"A focused section showcasing selected blog posts with larger images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow My Adventures\",\"section_description\":\"Join me on my journeys and be the first to read new travel stories.\",\"section_prompt\":\"Encouraging sign-up for newsletters or blog updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Connect with fellow travelers and share your experiences.\",\"section_prompt\":\"Footer with social media links and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Have questions or want to collaborate? Reach out to me through the contact form below.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"We\'re here to connect and collaborate.\",\"section_prompt\":\"A clean header section to introduce the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I\\u2019d love to hear from you, whether it\\u2019s about travel photography, collaborations or simply sharing travel tips!\",\"section_prompt\":\"A welcoming inner banner with subtle imagery.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch.\",\"section_prompt\":\"A functional contact form layout for inquiries and messages.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Thank you for visiting! I look forward to connecting with you.\",\"section_prompt\":\"A simple footer with contact information and social links.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Photo Gallery\",\"page_description\":\"Explore a collection of stunning photographs from various destinations I\'ve visited.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A visual feast of my favorite travel photography.\",\"section_prompt\":\"Header section leading into the photo collection.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Gallery\",\"section_description\":\"Browse through the curated selection of my travel photography, capturing moments and memories.\",\"section_prompt\":\"An engaging inner banner with a featured image.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Shots\",\"section_description\":\"A showcase of top travel photos that tell a story of their own.\",\"section_prompt\":\"A grid or masonry style gallery layout featuring photographs.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Travel Journey\",\"section_description\":\"Highlights of the places visited, photos captured, and experiences gained.\",\"section_prompt\":\"Statistics showcasing travel achievements in an engaging format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"See More Travel Photography\",\"section_description\":\"Interested in my photography? Check out more on my services page!\",\"section_prompt\":\"A clear call to action guiding visitors to explore photography services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Connect with me on social media to follow my photography journey.\",\"section_prompt\":\"Footer with links to social pages and a copyright notice.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":300}', '2025-09-03 06:18:02', '2025-09-03 06:18:02'),
(301, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A comprehensive showcase of my graphic design work, featuring various projects and creative skills.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, graphic design showcase, creative design portfolio, visual design, design project examples\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio showcasing my graphic design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation bar of the website with links to various pages.\",\"section_prompt\":\"A navigational header that includes links to Home, Portfolio, Services, Blog, and Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An engaging visual banner introducing my graphic design portfolio.\",\"section_prompt\":\"Responsive full-width hero image with an introductory tagline overlay.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction of my background and experience in graphic design.\",\"section_prompt\":\"An informative section with a left-aligned profile image and text describing my journey in design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"A grid showcasing my top graphic design projects with images and brief descriptions.\",\"section_prompt\":\"A responsive grid display of images linked to project details, highlighting the diversity of my work.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"A preview of my most recent blog posts related to graphic design.\",\"section_prompt\":\"A series of blog previews with images and excerpts displaying my latest thoughts on design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to reach out for collaboration.\",\"section_prompt\":\"A prominently displayed call-to-action section inviting inquiries with clear contact options.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Design Achievements\",\"section_description\":\"Highlights of my accomplishments in graphic design, such as the number of projects completed and clients served.\",\"section_prompt\":\"A visually appealing statistics bar displaying key figures to illustrate my professional success.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom section containing contact information, links, and copyright.\",\"section_prompt\":\"A footer with centered links to privacy policy, terms of service, and copyright information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Graphic Design Services\",\"page_description\":\"Explore the various graphic design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation bar of the website with links to various pages.\",\"section_prompt\":\"A navigational header that includes links to Home, Portfolio, Services, Blog, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Graphic Design Services\",\"section_description\":\"An introduction to the various services I offer as a graphic designer.\",\"section_prompt\":\"A simple banner that summarizes the range of services with an engaging background image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Creating unique brand identities that resonate with clients\' target audiences.\",\"section_prompt\":\"A split layout showcasing images from past projects alongside descriptive text.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Marketing Materials\",\"section_description\":\"Designing impactful marketing materials including brochures, posters, and business cards.\",\"section_prompt\":\"A split layout displaying visual examples of marketing materials created.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web and Digital Design\",\"section_description\":\"Offering web design services with a focus on user experience and aesthetics.\",\"section_prompt\":\"A section layout with visuals from websites designed, aligned with informative text.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions about my design services and process.\",\"section_prompt\":\"A collapsible FAQ section addressing queries regarding timelines, revisions, and pricing.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Request a Quote\",\"section_description\":\"Encouraging potential clients to get in touch for a personalized quote.\",\"section_prompt\":\"A section that prompts users to request a quote with a form link.\\u201d},{\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":301}', '2025-09-03 06:20:57', '2025-09-03 06:20:57'),
(302, 50, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Wanderlust Lens\",\"website_description\":\"A blog dedicated to travel adventures and stunning photography, capturing the beauty of the world one photo at a time.\",\"website_type\":\"Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, scenic landscapes, travel adventures, photography tips, global destinations\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Wanderlust Lens, your premier destination for travel and photography inspiration.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Wanderlust Lens\",\"section_description\":\"Experience the world through stunning visuals and curated travel stories.\",\"section_prompt\":\"A bright and inviting hero banner with an eye-catching image that represents travel and photography. This section should engage visitors immediately.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my passion for travel and how photography allows me to share the beauty of the world.\",\"section_prompt\":\"This section will share personal stories and inspirations about travel and photography.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Destinations\",\"section_description\":\"Explore some must-visit travel spots shared through my lens.\",\"section_prompt\":\"A grid layout showcasing beautiful images of top travel destinations along with brief descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Travel Stories\",\"section_description\":\"Catch up on my most recent blog posts featuring travel adventures and photography tips.\",\"section_prompt\":\"Highlight recent blog posts with images and titles in a grid format.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Readers Say\",\"section_description\":\"Discover how my travels have inspired others to explore the world.\",\"section_prompt\":\"A carousel or static section displaying quotes from readers who\'ve enjoyed the blog.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet My Team\",\"section_description\":\"Get to know the incredible people behind the camera and the adventures.\",\"section_prompt\":\"A cards layout featuring team members with photos and brief bios.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photography Gallery\",\"section_description\":\"Dive into the gallery where every photo tells a story of its own.\",\"section_prompt\":\"Grid layout of stunning photography highlighting various travel moments.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey\",\"section_description\":\"Subscribe for updates on my adventures and photography tips!\",\"section_prompt\":\"Encourage visitors to subscribe through a clear and engaging call-to-action.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":302}', '2025-09-03 06:21:21', '2025-09-03 06:21:21'),
(303, 50, 267, '\"A freelance website of a web developer\"', '{\"website_title\":\"Freelance Web Developer Portfolio\",\"website_description\":\"Showcasing the expertise and projects of a freelance web developer, offering a comprehensive range of web development services.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Technology\",\"search_query\":\"web development, freelance developer, programming, responsive web design, portfolio website\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio where I present my web development skills and projects.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Web Development Portfolio\",\"section_description\":\"A brief introduction showcasing my skills as a web developer with a professional layout and engaging visuals.\",\"section_prompt\":\"Responsive hero banner with an engaging introduction and a background image showcasing web development.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Information about my background, experience, and philosophy as a web developer.\",\"section_prompt\":\"A section to provide personal insights along with a professional photo.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"An overview of the web development services I offer, listed in a grid format for easy viewing.\",\"section_prompt\":\"Responsive grid layout showcasing all main services with icons and brief descriptions.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"Highlighting key statistics that showcase my work and success in web projects completed.\",\"section_prompt\":\"Visual bar representation of completed projects, happy clients and skills.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Featured recent projects I have worked on to demonstrate my skills and creativity.\",\"section_prompt\":\"A showcase of the latest project thumbnails linking to detailed views.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback and testimonials from clients showcasing their satisfaction with my work.\",\"section_prompt\":\"Grid format section displaying client feedback along with stars rating.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to contact me for their web development needs.\",\"section_prompt\":\"Strong call-to-action with buttons leading to the Contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Overall website footer with links to social media, copyrights, and a brief message.\",\"section_prompt\":\"Standard footer layout with navigation links and social media icons.\"}]},{\"page_type\":\"services\",\"page_title\":\"Web Development Services\",\"page_description\":\"A detailed description of the web development services I offer to clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main header section for the Services page.\",\"section_prompt\":\"Simple header layout with brand logo and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Web Development Services\",\"section_description\":\"An introduction to the types of services I offer as a web developer.\",\"section_prompt\":\"Inner banner using the page title to create visibility.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Custom Website Development\",\"section_description\":\"Providing tailored web solutions to fit specific client needs with a media showcasing examples.\",\"section_prompt\":\"Two-column layout with an image and text describing custom website development.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"E-commerce Solutions\",\"section_description\":\"Helping businesses establish online stores and sell products effectively through web design.\",\"section_prompt\":\"Two-column layout with visuals depicting e-commerce projects.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Responsive Web Design\",\"section_description\":\"Ensuring websites function seamlessly on all devices, improving user experience.\",\"section_prompt\":\"Visuals demonstrating responsive designs in action.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries answered regarding my services and process.\",\"section_prompt\":\"Question and answer format to address client concerns.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project Today\",\"section_description\":\"Inviting potential clients to reach out and discuss their web development needs.\",\"section_prompt\":\"Clear call-to-action leading to contact section.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Overall website footer with links and branding.\",\"section_prompt\":\"Standard footer format.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Web Development Insights\",\"page_description\":\"Blog featuring articles and tips related to web development and technology.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main header section for the Blog page.\",\"section_prompt\":\"Simple header layout with brand logo and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights in Web Development\",\"section_description\":\"Introduction to the blog, focusing on the latest trends and topics in web development.\",\"section_prompt\":\"Inner banner using the blog title.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Blog Posts\",\"section_description\":\"A grid of recent blog posts with engaging titles and short excerpts to prompt reads.\",\"section_prompt\":\"Responsive grid layout displaying post excerpts with featured images.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Web Development Tips\",\"section_description\":\"Helpful tips and tricks for aspiring web developers.\",\"section_prompt\":\"Text-heavy section offering advice without images.\"},{\"section_type\":\"reviews\",\"section_title\":\"What Others Are Saying\",\"section_description\":\"Quotes and insights from industry leaders about best practices in web development.\",\"section_prompt\":\"Simple layout for text-based insights from the industry.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encouraging visitors to subscribe for the latest blog updates.\",\"section_prompt\":\"A subscription form integrated with the call to action.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Overall website footer with links and branding.\",\"section_prompt\":\"Standard footer format.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"A section providing ways for potential clients to get in touch.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main header section for the Contact page.\",\"section_prompt\":\"Simple header layout with brand logo and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement to reach out for any web development inquiries.\",\"section_prompt\":\"Inner banner using the contact page title.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Form for clients to complete for queries or project discussions.\",\"section_prompt\":\"Standard contact form layout for capturing leads.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Location and Availability\",\"section_description\":\"Details about my working hours and how to find me.\",\"section_prompt\":\"Text section with essential information.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Connect with Me\",\"section_description\":\"Links to my social media profiles for easier communication.\",\"section_prompt\":\"Visual cards linked to various professional social media profiles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Overall website footer with links and branding.\",\"section_prompt\":\"Standard footer format.\"}]}],\"user_prompt\":\"A freelance website of a web developer\",\"prompt_id\":303,\"theme\":\"soft\",\"colors\":[[237,103,68],[167,162,160]],\"fonts\":\"soft-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', '2025-09-03 06:22:01', '2025-09-03 06:22:41'),
(310, NULL, NULL, 'LunaGems is a handmade jewelry shop', '{\"website_title\":\"LunaGems - Unique Handmade Jewelry\",\"website_description\":\"Discover breathtaking handmade jewelry crafted with love and precision at LunaGems. Each piece tells a story.\",\"website_type\":\"E-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewelry, artisan jewelry, unique jewelry designs, custom jewelry, jewelry making\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems, where we create stunning handmade jewelry pieces for every occasion.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"Explore our exclusive collection of handmade jewelry that reflects beauty and elegance.\",\"section_prompt\":\"A captivating hero banner featuring a beautiful jewelry piece with a soft background.\"},{\"section_type\":\"about\",\"section_title\":\"About LunaGems\",\"section_description\":\"At LunaGems, we specialize in creating unique, handmade jewelry pieces that showcase individual craftsmanship and quality materials.\",\"section_prompt\":\"Informative section outlining the story of LunaGems with a minimalist layout.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Featured Collection\",\"section_description\":\"Browse our selected pieces that highlight the best of our handmade jewelry.\",\"section_prompt\":\"A grid layout displaying different jewelry pieces with images and brief descriptions.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Handmade?\",\"section_description\":\"Our handmade jewelry ensures exceptional quality, bespoke designs, and supports artisans.\",\"section_prompt\":\"A benefits section using icons to highlight the reasons to choose handmade jewelry.\"},{\"section_type\":\"gallery\",\"section_title\":\"Customer Gallery\",\"section_description\":\"See how our customers have styled their LunaGems jewelry in their daily life.\",\"section_prompt\":\"A vibrant gallery showcasing user-submitted photos of jewelry in wearing situations.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest from Our Blog\",\"section_description\":\"Stay updated with our latest blog posts about jewelry care, design inspiration, and the artisanal process.\",\"section_prompt\":\"A snapshot section displaying recent blog post titles and excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now!\",\"section_description\":\"Dive into our extensive collection and find your perfect piece today.\",\"section_prompt\":\"An engaging call-to-action with an enticing button leading to the shop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to our social media, contact information, and shop policies.\",\"section_prompt\":\"Traditional footer featuring relevant company links and social media icons.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Jewelry Creations\",\"page_description\":\"Explore the exquisite services we offer in our handmade jewelry creation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to the services overview of LunaGems.\",\"section_prompt\":\"Standard header for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Jewelry Creations\",\"section_description\":\"An overview of our services in crafting unique jewelry pieces.\",\"section_prompt\":\"A vibrant inner banner with images of jewelry making in progress.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Custom Jewelry Design\",\"section_description\":\"We work closely with clients to create personalized pieces that truly reflect their style and personality.\",\"section_prompt\":\"Utilize a media and text layout to showcase custom designs.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Repair and Restoration Services\",\"section_description\":\"Offering expert repair and restoration services for your beloved jewelry pieces to bring them back to life.\",\"section_prompt\":\"A dedicated section presenting repair services with illustrative before\\/after images.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries answered about our services and craftsmanship.\",\"section_prompt\":\"A structured FAQ section addressing client concerns.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch!\",\"section_description\":\"Contact us to discuss your jewelry ideas or to learn more about our processes.\",\"section_prompt\":\"An attractive call-to-action inviting customers to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to additional pages and social media presence.\",\"section_prompt\":\"Standard footer containing website navigational links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"LunaGems Blog\",\"page_description\":\"Dive into our inspiring blog about handmade jewelry, tips, and trends.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to the LunaGems blog where we share our passion for jewelry.\",\"section_prompt\":\"Header section to introduce the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"LunaGems Blog\",\"section_description\":\"Your go-to place for everything related to handmade jewelry.\",\"section_prompt\":\"Engaging inner banner with visuals related to blog topics.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Read our most recent articles discussing jewelry trends, care tips, and more.\",\"section_prompt\":\"Grid layout displaying latest blog posts with thumbnails and excerpts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Featured Articles\",\"section_description\":\"Highlighting some of our most popular and insightful articles.\",\"section_prompt\":\"A featured section layout that showcases select blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community!\",\"section_description\":\"Subscribe to our newsletter for updates on our latest collections and blog posts.\",\"section_prompt\":\"Engaging prompt encouraging newsletter sign-ups.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with blog navigation links and social media connections.\",\"section_prompt\":\"Footer section with links and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with LunaGems for inquiries or to learn more about our jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contact LunaGems for any inquiries or support you need.\",\"section_prompt\":\"Standard header setup.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\'re here to assist you with any questions or requests.\",\"section_prompt\":\"Banner section inviting visitors to reach out.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our physical shop or reach out through various channels.\",\"section_prompt\":\"Informative text layout describing locations.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to contact us directly with your inquiries.\",\"section_prompt\":\"Simple layout allowing users to fill in their contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and links to our social platforms.\",\"section_prompt\":\"Footer that captures all important contact details.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewelry shop\",\"prompt_id\":310}', '2025-09-03 07:59:54', '2025-09-03 07:59:54'),
(311, NULL, NULL, 'LunaGems is a handmade jewelry shop', '{\"website_title\":\"LunaGems Jewelry\",\"website_description\":\"Discover unique handmade jewelry crafted with love and precision at LunaGems. Explore our exquisite collection and find the perfect piece for yourself or your loved ones.\",\"website_type\":\"E-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewelry, artisan jewelry, unique jewelry, custom jewelry, jewelry shop\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems, your destination for unique handmade jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the site.\",\"section_prompt\":\"Include navigation links to other pages with logo.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A stunning image showcasing our best-selling handmade jewelry pieces.\",\"section_prompt\":\"Full-width hero image with a captivating tagline.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about LunaGems and our passion for crafting unique jewelry.\",\"section_prompt\":\"Brief introduction about LunaGems and our story.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Explore Our Collection\",\"section_description\":\"Browse our exclusive collection of handmade jewelry pieces.\",\"section_prompt\":\"Grid layout displaying our various jewelry categories.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Read our latest articles about jewelry trends and tips.\",\"section_prompt\":\"Display posts in a grid format to showcase latest blog updates.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Visit our store to find your next favorite piece of jewelry.\",\"section_prompt\":\"Call to action leading to the product page.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Highlighting our commitment with statistics like pieces sold, happy customers, and years in business.\",\"section_prompt\":\"A bar showcasing numbers of achievements in the jewelry business.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with essential links and information.\",\"section_prompt\":\"Contain links to policies, social media, and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Jewelry Offerings\",\"page_description\":\"Explore the variety of handmade jewelry we offer at LunaGems.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the site.\",\"section_prompt\":\"Include navigation links to other pages with logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Jewelry Offerings\",\"section_description\":\"Discover the unique jewelry items we craft with care.\",\"section_prompt\":\"Inner banner highlighting the offerings in jewelry.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Necklaces\",\"section_description\":\"Explore our handcrafted necklaces designed for elegance.\",\"section_prompt\":\"Media and text layout featuring necklaces with images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Bracelets\",\"section_description\":\"Check out our stunning bracelets made to fit every style.\",\"section_prompt\":\"Media and text layout featuring bracelets with images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Earrings\",\"section_description\":\"Find the perfect earrings that express your individuality.\",\"section_prompt\":\"Media and text layout featuring earrings with images.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about our jewelry and services.\",\"section_prompt\":\"A section dedicated to addressing FAQs.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Custom Order\",\"section_description\":\"Reach out to customize your own unique piece of jewelry.\",\"section_prompt\":\"Encouragement to initiate a custom order process.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with essential links and information.\",\"section_prompt\":\"Contain links to policies, social media, and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Jewelry Insights Blog\",\"page_description\":\"Stay updated with the latest trends and tips in the jewelry world.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the site.\",\"section_prompt\":\"Include navigation links to other pages with logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Jewelry Insights Blog\",\"section_description\":\"Explore our articles for jewelry lovers and enthusiasts.\",\"section_prompt\":\"Inner banner emphasizing the blog\'s theme.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"A grid of the latest blog posts discussing jewelry trends.\",\"section_prompt\":\"Display a grid layout of the latest blog entries.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Popular Articles\",\"section_description\":\"Highlight some of our most read articles about jewelry.\",\"section_prompt\":\"A section summarizing popular blog posts.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Jewelry Care Tips\",\"section_description\":\"Learn how to take care of your jewelry to keep it shining.\",\"section_prompt\":\"Provide informational content on jewelry maintenance.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to Our Newsletter\",\"section_description\":\"Join our newsletter for exclusive discounts and updates.\",\"section_prompt\":\"Encourage visitors to subscribe to the newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with essential links and information.\",\"section_prompt\":\"Contain links to policies, social media, and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Contact LunaGems for inquiries or custom orders.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the site.\",\"section_prompt\":\"Include navigation links to other pages with logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Reach out to us with questions or requests.\",\"section_prompt\":\"Inner banner indicating the contact page.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Contact Information\",\"section_description\":\"Find our email, phone number, and shop address here.\",\"section_prompt\":\"Provide standard contact details.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form and we will get back to you shortly.\",\"section_prompt\":\"Interactive form for visitors to submit their inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with essential links and information.\",\"section_prompt\":\"Contain links to policies, social media, and contact information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About LunaGems\",\"page_description\":\"Learn more about the passion and craftsmanship behind LunaGems.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the site.\",\"section_prompt\":\"Include navigation links to other pages with logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About LunaGems\",\"section_description\":\"A brief overview of our brand\'s values and mission.\",\"section_prompt\":\"Inner banner describing LunaGems.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Story\",\"section_description\":\"Discover how LunaGems was founded and our journey so far.\",\"section_prompt\":\"Narrative detailing the history of our brand.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Get to know the artisans behind our beautiful jewelry.\",\"section_prompt\":\"Display team member cards with names and roles.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Our Craftsmanship\",\"section_description\":\"Learn about the quality materials and techniques we use.\",\"section_prompt\":\"Highlight the craftsmanship that goes into every piece.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Follow us on social media for updates and special offers.\",\"section_prompt\":\"Encourage visitors to connect with LunaGems on social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with essential links and information.\",\"section_prompt\":\"Contain links to policies, social media, and contact information.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewelry shop\",\"prompt_id\":311}', '2025-09-03 09:05:24', '2025-09-03 09:05:24');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(324, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"SEO and Marketing Agency\",\"website_description\":\"Your trusted partner for comprehensive SEO and marketing solutions that drive growth and success for your business.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO, digital marketing, marketing agency, online marketing, search engine optimization\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our SEO and Marketing Agency, where we provide expert services to enhance your online presence.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation and branding area of the website.\",\"section_prompt\":\"Header section that includes branding elements like logo and navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"Your gateway to effective online marketing strategies.\",\"section_prompt\":\"Full-width hero image with a catchy headline to attract visitors.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our mission and the team behind our success.\",\"section_prompt\":\"Informational layout about the agency\'s background, ethos, and purpose.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the range of services we offer to elevate your business.\",\"section_prompt\":\"A grid layout showcasing key services provided by the agency.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest articles and insights in the marketing world.\",\"section_prompt\":\"Section displaying the latest blog posts or articles.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"See what our clients are saying about our services.\",\"section_prompt\":\"A section dedicated to showcasing client feedback and reviews.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Contact us to discuss how we can help your business grow.\",\"section_prompt\":\"A prominent call-to-action area encouraging visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains important links and contact information.\",\"section_prompt\":\"Footer section with essential links and company information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Marketing Services\",\"page_description\":\"Discover the innovative SEO and marketing services we offer to help your business thrive.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the services page.\",\"section_prompt\":\"Header section including branding and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Marketing Services\",\"section_description\":\"A comprehensive overview of our service offerings.\",\"section_prompt\":\"Banner section introducing the services available.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Services\",\"section_description\":\"Optimize your website for search engines to improve visibility and traffic.\",\"section_prompt\":\"A combined media and text section outlining SEO services with visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Craft and distribute valuable content to attract and engage your target audience.\",\"section_prompt\":\"Diverse content around content marketing strategy and services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Pay-Per-Click Advertising\",\"section_description\":\"Drive targeted traffic to your website through effective PPC campaigns.\",\"section_prompt\":\"Detailed description of PPC services showcasing strategies.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Your questions answered about our services and processes.\",\"section_prompt\":\"Common inquiries and detailed answers regarding service offerings.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for Tailored Solutions\",\"section_description\":\"Ready to elevate your marketing? Get in touch with us today.\",\"section_prompt\":\"Encouragement to reach out for personalized services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Important information and links for further navigation.\",\"section_prompt\":\"Footer section with links and essential company details.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Marketing Insights Blog\",\"page_description\":\"Explore our blog for the latest trends and tips in SEO and marketing strategies.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the blog page.\",\"section_prompt\":\"Header section featuring navigation and branding.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Marketing Insights Blog\",\"section_description\":\"Your source for valuable marketing knowledge and updates.\",\"section_prompt\":\"Engaging banner introducing the blog content.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Dive into our collection of articles covering various marketing topics.\",\"section_prompt\":\"Grid layout showcasing recent blog posts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Featured Articles\",\"section_description\":\"Highlighting our top-performing blog posts for quick access.\",\"section_prompt\":\"Showcasing articles that have gained traction and reader interest.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Stay informed by subscribing to our newsletter for the latest posts.\",\"section_prompt\":\"Call-to-action encouraging blog subscription.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Important links and information for navigating the blog page.\",\"section_prompt\":\"Footer section containing essential links and company details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with our team for inquiries or consultations about our services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the contact page.\",\"section_prompt\":\"Header section with branding and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\'d love to hear from you!\",\"section_prompt\":\"Banner section welcoming visitors to contact the agency.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Location\",\"section_description\":\"Find our office in the heart of the city for face-to-face consultations.\",\"section_prompt\":\"Details about the agency\'s physical location and accessibility.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to reach us directly.\",\"section_prompt\":\"Area outlining how to reach out or connect with the team.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Get your queries answered by submitting this contact form.\",\"section_prompt\":\"Dedicated area for visitors to fill in their contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer containing company details and important links.\",\"section_prompt\":\"Footer section for additional navigation and contact details.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":324}', '2025-09-03 11:30:19', '2025-09-03 11:30:19'),
(327, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"Skyline SEO & Marketing\",\"website_description\":\"Skyline is a premier SEO and Marketing agency dedicated to propelling your business to new heights through expert strategies and innovative solutions.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO strategies, Digital marketing tactics, Agency teamwork, Marketing analytics, Business growth strategies\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Skyline SEO & Marketing, your partner in digital transformation.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Skyline SEO & Marketing\",\"section_description\":\"Discover how our tailored strategies can elevate your brand in the digital landscape.\",\"section_prompt\":\"Responsive full-width hero section with a captivating image and impactful tagline.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission, vision, and values as we strive to provide unparalleled marketing services.\",\"section_prompt\":\"Informative section providing insights into the agency\'s core values and team.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore a comprehensive range of services designed to enhance your online presence.\",\"section_prompt\":\"Grid layout showcasing the various services offered by the agency with brief descriptions.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Our expertise in SEO and marketing can drive substantial growth for your business.\",\"section_prompt\":\"Section highlighting the unique benefits of choosing Skyline as your marketing partner.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our most recent blog posts and marketing insights.\",\"section_prompt\":\"Curated selections of the latest articles from our blog, positioned for easy access.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Success Metrics\",\"section_description\":\"Proudly showcasing our achievements and measurable outcomes for clients.\",\"section_prompt\":\"Visual representation of key statistics that underline the agency\'s impact.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear what our clients have to say about their experiences with Skyline.\",\"section_prompt\":\"A dynamic section displaying client feedback and testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Grow?\",\"section_description\":\"Contact us today to initiate your journey towards digital success!\",\"section_prompt\":\"Engaging call to action encouraging visitors to reach out for services.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Tailored marketing and SEO services to accelerate your growth.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Our Services - Overview\",\"section_prompt\":\"Standard header section for the services page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Service Offerings\",\"section_description\":\"Explore our specialized services designed for maximum impact.\",\"section_prompt\":\"Focused inner banner emphasizing the various services we provide.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Search Engine Optimization (SEO)\",\"section_description\":\"Maximize your visibility with our effective SEO strategies.\",\"section_prompt\":\"Feature section with media and text about our SEO services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Engage your audience with high-quality, relevant content.\",\"section_prompt\":\"Feature section showcasing our content marketing offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Management\",\"section_description\":\"Build your brand\'s presence on social platforms with our management services.\",\"section_prompt\":\"Service section highlighting our social media capabilities.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Your questions, answered. Learn more about our services.\",\"section_prompt\":\"Common inquiries related to our service offerings.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact us to discuss how we can assist you with our services.\",\"section_prompt\":\"Engaging call to action encouraging clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with essential links and information.\",\"section_prompt\":\"Standard footer with links to privacy policy, terms of service, etc.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Insights & Articles\",\"page_description\":\"Stay informed with the latest in marketing strategies and SEO tips.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Blog - Your source for insights\",\"section_prompt\":\"Standard header for the blog section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Explore our articles and enhance your marketing knowledge.\",\"section_prompt\":\"Inner banner focusing on current topics and trends.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Articles\",\"section_description\":\"A grid of our latest posts, designed to provide valuable insights.\",\"section_prompt\":\"Grid layout displaying snippets of featured blog posts.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Get to know the experts behind Skyline and their expertise.\",\"section_prompt\":\"Interactive section showcasing our team members with social media links.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Newsletter\",\"section_description\":\"Stay updated with our latest insights by subscribing to our newsletter.\",\"section_prompt\":\"Call to action for newsletter sign-up.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with essential links and information.\",\"section_prompt\":\"Standard footer with links to privacy policy, terms of service, etc.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Skyline for your marketing needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contact Us - We\'re Here to Help\",\"section_prompt\":\"Standard header section for the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Reach Out to Us\",\"section_description\":\"We look forward to hearing from you and discussing your needs.\",\"section_prompt\":\"Inner banner encouraging visitors to connect.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below, and we\'ll get back to you shortly.\",\"section_prompt\":\"Section featuring the contact form for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with essential links and information.\",\"section_prompt\":\"Standard footer with links to privacy policy, terms of service, etc.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about our agency and our team.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"About Us - Who We Are\",\"section_prompt\":\"Standard header section for the about page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Discover the journey of Skyline SEO & Marketing.\",\"section_prompt\":\"Inner banner showcasing the history of the agency.\"},{\"section_type\":\"features_list\",\"section_title\":\"Our Values\",\"section_description\":\"Integrity, Innovation, Excellence - our core values.\",\"section_prompt\":\"Section detailing the values that drive our agency.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Get to know the professionals behind our success.\",\"section_prompt\":\"Interactive section showcasing our team members.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us\",\"section_description\":\"Interested in working with us? Let\'s talk.\",\"section_prompt\":\"Call-to-action to encourage potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with essential links and information.\",\"section_prompt\":\"Standard footer with links to privacy policy, terms of service, etc.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":327}', '2025-09-03 11:52:14', '2025-09-03 11:52:14'),
(328, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"Strategic SEO & Marketing Solutions\",\"website_description\":\"Elevate your business with our comprehensive SEO and marketing services, tailored to maximize online visibility and drive growth.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO agency, digital marketing, marketing strategy, online visibility, business growth\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Homepage for our SEO and marketing agency.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Our SEO & Marketing Agency\",\"section_description\":\"Experience growth through innovative digital strategies tailored for your success.\",\"section_prompt\":\"Responsive hero banner showcasing our core services with a dynamic background image.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"We are dedicated to providing top-notch SEO and marketing services to help your business thrive.\",\"section_prompt\":\"Informational block explaining our mission, vision, and values.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Discover the unique benefits of working with our expert team for all your digital marketing needs.\",\"section_prompt\":\"A benefit section highlighting key advantages we offer our clients.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the range of services we offer to enhance your online presence and drive results.\",\"section_prompt\":\"Grid layout showcasing services such as SEO, PPC, Content Marketing, and Social Media.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with the latest trends and tips in the SEO and marketing world.\",\"section_prompt\":\"Dynamic section displaying snippets of our latest blog posts.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Read what our satisfied clients say about our services and their results.\",\"section_prompt\":\"Carousel showcasing positive feedback and testimonials from clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Boost Your Business?\",\"section_description\":\"Get in touch with us today to start your journey towards digital success.\",\"section_prompt\":\"A compelling call to action encouraging visitors to contact us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and links to our social media profiles.\",\"section_prompt\":\"Footer layout containing essential links and contact details.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Service Offerings\",\"page_description\":\"Discover our comprehensive range of SEO and marketing services designed to boost your online presence.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the services page.\",\"section_prompt\":\"Standard header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Service Offerings\",\"section_description\":\"Learn more about the specific services we provide to help your business grow.\",\"section_prompt\":\"Inner banner with a title and brief overview of our services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Search Engine Optimization (SEO)\",\"section_description\":\"Optimize your website to rank higher in search engine results and attract organic traffic.\",\"section_prompt\":\"Media block discussing SEO with an associated image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Pay-Per-Click Advertising (PPC)\",\"section_description\":\"Leverage targeted ads to reach potential customers and drive immediate traffic.\",\"section_prompt\":\"Information block focused on PPC services with visual support.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Engage your audience with high-quality content that converts.\",\"section_prompt\":\"A section dedicated to content marketing strategies and services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Marketing\",\"section_description\":\"Build your brand\'s presence and connect with your audience through social platforms.\",\"section_prompt\":\"Highlighting the importance of social media marketing with supporting images.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Get answers to the most common questions about our services and processes.\",\"section_prompt\":\"FAQ section providing clarity on our offerings.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for Customized Strategies\",\"section_description\":\"Reach out to us for a personalized marketing strategy tailored to your needs.\",\"section_prompt\":\"A strong call to action reinforcing the goal of direct engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to other pages and contact information.\",\"section_prompt\":\"Standard footer including useful navigational links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Insights & Resources\",\"page_description\":\"Explore our blog for the latest trends, tips, and insights in SEO and digital marketing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the blog page.\",\"section_prompt\":\"Standard header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Insights & Resources\",\"section_description\":\"Browse our extensive knowledge base and resources on SEO and marketing.\",\"section_prompt\":\"Inner banner with an engaging title about insights and resources.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Posts\",\"section_description\":\"Check out our latest blog articles and marketing insights.\",\"section_prompt\":\"Grid layout displaying recent blog post titles and excerpts.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Tips for Effective Marketing\",\"section_description\":\"Learn essential strategies and tips to enhance your marketing efforts.\",\"section_prompt\":\"Informative section focused on actionable marketing tips.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet the Authors\",\"section_description\":\"Get to know the minds behind our insightful content.\",\"section_prompt\":\"Social card style section featuring authors of blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated with Our Newsletter\",\"section_description\":\"Subscribe to receive the latest blog posts and marketing tips in your inbox.\",\"section_prompt\":\"Encouraging sign-up for a newsletter to keep visitors engaged.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to other essential pages and subscription options.\",\"section_prompt\":\"Standard footer layout with contact details and social links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch With Us\",\"page_description\":\"Reach out to us for inquiries, support, or collaboration opportunities.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the contact page.\",\"section_prompt\":\"Standard header with links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We are here to help! Get in touch with any inquiries.\",\"section_prompt\":\"Inner banner emphasizing the contact section.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send us a message or ask questions.\",\"section_prompt\":\"Form layout for user inquiries with fields for name, email, and message.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our office location to discuss your needs in person.\",\"section_prompt\":\"Information about the office location and directions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to other pages and contact information.\",\"section_prompt\":\"Standard footer containing navigation links.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":328}', '2025-09-03 11:54:42', '2025-09-03 11:54:42'),
(329, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"SEO & Marketing Experts\",\"website_description\":\"A premier agency specializing in SEO and marketing solutions to elevate your online presence and drive business growth.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO strategies, digital marketing, online business growth, social media marketing, content marketing\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our SEO & Marketing Agency, where we transform your business with effective online strategies.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Our Agency\",\"section_description\":\"Discover how our expert team can elevate your online presence.\",\"section_prompt\":\"Hero section with background image. Introduce our agency\'s tagline.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"We are a dedicated team of marketing professionals committed to delivering excellent SEO strategies and marketing solutions.\",\"section_prompt\":\"An overview of the company\'s vision and mission.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our wide range of services designed to enhance your business visibility and growth.\",\"section_prompt\":\"Showcase main services in a grid layout.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"We leverage industry-leading practices and tools to ensure your success in the digital landscape.\",\"section_prompt\":\"Benefits of choosing our agency, presented in an informative list.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest blog posts featuring SEO tips, marketing trends, and strategies.\",\"section_prompt\":\"Highlights recent blog content to keep visitors informed.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Contact us now to boost your online presence and drive sales!\",\"section_prompt\":\"Encourage visitors to reach out for a consultation with a strong call-to-action.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"All rights reserved \\u00a9 2023 SEO & Marketing Experts\",\"section_prompt\":\"Include copyright information and quick links to important pages.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Professional Services\",\"page_description\":\"Explore our comprehensive marketing and SEO services tailored to your business needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for our services page.\",\"section_prompt\":\"Standard header section with logo and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Detailed breakdown of our service offerings.\",\"section_prompt\":\"Illustrative inner banner that introduces the services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Consultation\",\"section_description\":\"Our SEO experts provide personalized strategies to improve your search engine rankings.\",\"section_prompt\":\"Detailed section with media and text explaining SEO consultation.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Harness the power of content to engage your audience and improve conversions.\",\"section_prompt\":\"Engaging layout showcasing content marketing services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Management\",\"section_description\":\"Grow your brand\'s presence with our effective social media strategies.\",\"section_prompt\":\"Detailed explanation of social media management services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common questions about our services and processes.\",\"section_prompt\":\"List of FAQs to assist potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project Today!\",\"section_description\":\"Contact us to discuss how we can help your business grow.\",\"section_prompt\":\"Encouraging visitors to send inquiries or requests through a CTA.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"All rights reserved \\u00a9 2023 SEO & Marketing Experts\",\"section_prompt\":\"Include copyright information and quick links to important pages.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Our Blog\",\"page_description\":\"Read our blog for the latest trends, tips, and insights in the SEO and marketing industry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for our blog page.\",\"section_prompt\":\"Standard header section with logo and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Explore our blog for expert articles and tips.\",\"section_prompt\":\"Inner banner introducing the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Check out our latest blog posts on SEO strategies and marketing tips.\",\"section_prompt\":\"Display recent blog articles in a grid format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to Our Newsletter\",\"section_description\":\"Stay updated with our latest insights by subscribing to our newsletter.\",\"section_prompt\":\"Encouragement to subscribe for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"All rights reserved \\u00a9 2023 SEO & Marketing Experts\",\"section_prompt\":\"Include copyright information and quick links to important pages.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for inquiries or to learn more about our services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for our contact page.\",\"section_prompt\":\"Standard header section with logo and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\'re here to help! Reach out to us with your questions.\",\"section_prompt\":\"Inner banner introducing the contact section.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Location\",\"section_description\":\"Visit us at our office for direct consultations and discussions.\",\"section_prompt\":\"Brief content about our agency\'s location and visiting details.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to contact us directly.\",\"section_prompt\":\"Content introducing the contact form.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill in the details below to send us your inquiries.\",\"section_prompt\":\"Contact form for client inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"All rights reserved \\u00a9 2023 SEO & Marketing Experts\",\"section_prompt\":\"Include copyright information and quick links to important pages.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":329}', '2025-09-03 12:03:33', '2025-09-03 12:03:33'),
(330, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Wanderlust Lens\",\"website_description\":\"A captivating blog that showcases travel experiences and stunning photography from around the world.\",\"website_type\":\"Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, landscapes, adventure travel, travel tips, photography tutorials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Wanderlust Lens, your ultimate travel and photography blog.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header for the website, providing navigation links to other pages.\",\"section_prompt\":\"Responsive navigation bar with logo and menu items.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"Visually stunning imagery that represents the spirit of adventure and exploration.\",\"section_prompt\":\"Full-width background image with overlay text inviting visitors to explore posts.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my journey as a traveler and photographer, sharing my passion for exploration.\",\"section_prompt\":\"A two-column layout with text on one side and a portrait image on the other.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Destinations\",\"section_description\":\"A grid showcasing popular travel destinations highlighted in the blog.\",\"section_prompt\":\"Grid layout displaying images and brief descriptions of top destinations.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Posts\",\"section_description\":\"A preview of the most recent blog entries showcasing travel tales and photography.\",\"section_prompt\":\"A list format displaying post titles, excerpts, and featured images.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Traveler Experiences\",\"section_description\":\"Hear from readers and fellow travelers about their adventures and experiences.\",\"section_prompt\":\"Carousel format showcasing quotes and names of contributors.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey\",\"section_description\":\"Encouraging visitors to subscribe and stay updated on future adventures and tips.\",\"section_prompt\":\"A prominent section with a subscription form and a call to action.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains essential links and copyright information.\",\"section_prompt\":\"Standard footer layout with links to contact, privacy policy, and social media.\"}]},{\"page_type\":\"services\",\"page_title\":\"Travel Photography Services\",\"page_description\":\"Offering professional photography services for travel enthusiasts and businesses.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header for the Travel Photography Services page.\",\"section_prompt\":\"Responsive navigation bar with logo and menu items.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Photography Services\",\"section_description\":\"An introduction to the photography services offered.\",\"section_prompt\":\"Banner that reflects the nature of photography services provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Personal Portraits\",\"section_description\":\"Capturing intimate moments and memories during your travels.\",\"section_prompt\":\"Image on one side and detailed description on the other.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Event Coverage\",\"section_description\":\"Documenting special events and milestones with professional photography.\",\"section_prompt\":\"Image on one side and detailed description on the other.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Adventure Photography\",\"section_description\":\"Experience the thrill through dynamic and action-packed photography.\",\"section_prompt\":\"Image on one side and detailed description on the other.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries about my travel photography services.\",\"section_prompt\":\"Accordion format displaying questions and answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book a Session\",\"section_description\":\"Inviting customers to schedule their travel photography session.\",\"section_prompt\":\"Prominent call to action with booking form link.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains essential links and copyright information.\",\"section_prompt\":\"Standard footer layout with links to contact, privacy policy, and social media.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Our Travel Experiences\",\"page_description\":\"Explore stories and photos from various locations around the world.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header for the blog page.\",\"section_prompt\":\"Responsive navigation bar with logo and menu items.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Travel Experiences\",\"section_description\":\"A showcase of captivating travel stories and imagery.\",\"section_prompt\":\"Banner reflecting the theme of the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"A collection of the latest posts shared in the blog.\",\"section_prompt\":\"Grid layout displaying the titles and featured images of posts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Must-Read Articles\",\"section_description\":\"A section highlighting the most popular posts from the blog.\",\"section_prompt\":\"List format showcasing titles and short descriptions.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Connect with Me\",\"section_description\":\"Links to social media platforms for followers to connect.\",\"section_prompt\":\"Grid layout displaying social media links and icons.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encouraging visitors to subscribe for the latest posts and updates.\",\"section_prompt\":\"Prominent section with a subscription form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains essential links and copyright information.\",\"section_prompt\":\"Standard footer layout with links to contact, privacy policy, and social media.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out for inquiries, collaborations, or feedback.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header for the contact page.\",\"section_prompt\":\"Responsive navigation bar with logo and menu items.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Invitation for visitors to contact for questions or collaborations.\",\"section_prompt\":\"Banner reflecting the purpose of the contact page.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Contact Form\",\"section_description\":\"A simple form for direct inquiries or messages.\",\"section_prompt\":\"Contact form for users to fill out with their message and contact details.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Follow on Social Media\",\"section_description\":\"Links to social media channels for following updates.\",\"section_prompt\":\"List format with icons linking to social media profiles.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Location\",\"section_description\":\"Details about the physical location if applicable.\",\"section_prompt\":\"Text area providing information about business location.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains essential links and copyright information.\",\"section_prompt\":\"Standard footer layout with links to contact, privacy policy, and social media.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Photo Gallery\",\"page_description\":\"A curated collection of travel photography showcasing beautiful landscapes and moments.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header for the photo gallery page.\",\"section_prompt\":\"Responsive navigation bar with logo and menu items.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photo Gallery\",\"section_description\":\"An overview of the gallery featuring my favorite travel photos.\",\"section_prompt\":\"Banner showcasing the theme of the gallery.\"},{\"section_type\":\"gallery\",\"section_title\":\"Travel Photography Portfolio\",\"section_description\":\"A display of stunning images capturing the essence of travel.\",\"section_prompt\":\"Grid layout showcasing various travel images in a visually appealing way.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More\",\"section_description\":\"Inviting viewers to delve deeper into more travel stories and photography.\",\"section_prompt\":\"A layout prompting exploration of the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains essential links and copyright information.\",\"section_prompt\":\"Standard footer layout with links to contact, privacy policy, and social media.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":330}', '2025-09-03 12:07:39', '2025-09-03 12:07:39');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(331, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Graphic Design Portfolio\",\"website_description\":\"A professional portfolio showcasing stunning graphic design work that captures creativity and innovation.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, creative portfolio, digital artwork, modern design, branding\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio. Explore my creative works that showcase my skills and passion for design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header with navigation links to the portfolio pages.\",\"section_prompt\":\"Header section with links to Home, Portfolio, About, Blog, and Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A striking visual introduction to my design work, featuring a carousel of highlighted projects.\",\"section_prompt\":\"Full-width hero section with a compelling tagline and dynamic images showcasing featured projects.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"An overview of my background, design philosophy, and creative journey in the graphic design field.\",\"section_prompt\":\"A brief narrative section to introduce myself, emphasizing my journey and approach to graphic design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"A selection of my best graphic design projects displayed in a grid layout for easy browsing.\",\"section_prompt\":\"Grid format displaying thumbnails of featured projects that link to detailed project pages.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"A showcase of my latest blog entries related to graphic design, trends, and tips.\",\"section_prompt\":\"A section showing snippets of the most recent blog posts with links to full articles.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback and comments from clients who have collaborated with me on design projects.\",\"section_prompt\":\"A visually appealing section displaying quotes from satisfied clients with their names.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"A compelling call to action encouraging visitors to contact me for potential projects.\",\"section_prompt\":\"An engaging call to action prompting visitors to reach out for collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with navigation links, social media icons, and copyright information.\",\"section_prompt\":\"Footer section containing useful links and contact information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Design Projects\",\"page_description\":\"A comprehensive gallery of my graphic design works, illustrating my versatility and creativity.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header with navigation links to the portfolio pages.\",\"section_prompt\":\"Header section with links to Home, Portfolio, About, Blog, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Design Projects\",\"section_description\":\"An introduction to my diverse range of graphic design projects across various formats.\",\"section_prompt\":\"Inner banner section featuring the portfolio title and a brief description.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project 1: Brand Identity\",\"section_description\":\"Detailed overview of a brand identity project, including visual elements and rationale behind the design choices.\",\"section_prompt\":\"A split section with an image on one side and descriptive text on the other detailing the brand identity.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project 2: Marketing Collateral\",\"section_description\":\"A showcase of marketing collateral created for a client, highlighting design effectiveness and customer engagement.\",\"section_prompt\":\"Visual representation of marketing materials with insights on their impact and design process.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project 3: Web Design\",\"section_description\":\"An exploration of a web design project, showcasing layout, user experience, and design features.\",\"section_prompt\":\"An engaging section detailing the web design project, emphasizing user interface elements.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions regarding my design process and how I work with clients.\",\"section_prompt\":\"List of frequently asked questions with clear, informative responses.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Collaborate with Me\",\"section_description\":\"Encouragement for potential clients to reach out for collaboration opportunities.\",\"section_prompt\":\"A prompt inviting viewers to consider working together on design projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with navigation links, social media icons, and copyright information.\",\"section_prompt\":\"Footer section containing useful links and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights Blog\",\"page_description\":\"My blog where I share insights, tips, and trends in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header with navigation links to the portfolio pages.\",\"section_prompt\":\"Header section with links to Home, Portfolio, About, Blog, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Insights Blog\",\"section_description\":\"An introduction to my blog that focuses on creative ideas and design discussions.\",\"section_prompt\":\"Inner banner showcasing the blog title and a short description of its purpose.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"A grid layout displaying the latest blog posts with featured images and summaries.\",\"section_prompt\":\"Grid format featuring the most recent blog articles with excerpts and links to the full posts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Popular Topics\",\"section_description\":\"A list of popular topics discussed in the blog, guiding readers to popular content.\",\"section_prompt\":\"Highlighted sections featuring popular categories or topics covered in the blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"A call to action for visitors to subscribe to the blog for the latest updates and insights.\",\"section_prompt\":\"Engaging section inviting visitors to sign up for email updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with navigation links, social media icons, and copyright information.\",\"section_prompt\":\"Footer section containing useful links and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for inquiries, collaborations, and feedback regarding my graphic design work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header with navigation links to the portfolio pages.\",\"section_prompt\":\"Header section with links to Home, Portfolio, About, Blog, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A welcoming invitation for visitors to get in touch.\",\"section_prompt\":\"Inner banner section with contact title and description.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Get in Touch\",\"section_description\":\"Information on how to contact me through email or phone.\",\"section_prompt\":\"Simple section displaying my contact email and phone number.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to submit their inquiries directly for a quick response.\",\"section_prompt\":\"Contact form section allowing users to fill out their details and messages to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with navigation links, social media icons, and copyright information.\",\"section_prompt\":\"Footer section containing useful links and contact information.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":331}', '2025-09-03 12:19:39', '2025-09-03 12:19:39'),
(335, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"SEO and Marketing Agency\",\"website_description\":\"A premier agency offering innovative SEO and marketing solutions to boost your online presence and drive success.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO, marketing strategies, digital marketing, online visibility, marketing agency\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our SEO and Marketing Agency. We specialize in boosting your online visibility.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An impactful visual introduction to our services with engaging text.\",\"section_prompt\":\"A full-width hero banner with a background image that showcases digital marketing, featuring a bold headline.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Discover our mission, vision, and the team behind our marketing strategies.\",\"section_prompt\":\"A dedicated section that describes the agency\'s background and values, laid out in a grid format.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the range of services we offer to empower your business.\",\"section_prompt\":\"A listing grid featuring services such as SEO, content marketing, and social media management.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Learn about the benefits of our services and how we can help you grow.\",\"section_prompt\":\"An informative section highlighting the advantages of working with us, organized into bullet points.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Success Metrics\",\"section_description\":\"See the impactful results we\'ve achieved for our clients.\",\"section_prompt\":\"A statistics bar showcasing figures like clients served, successful campaigns, and traffic growth.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with the latest trends and tips from our blog.\",\"section_prompt\":\"A succinct overview highlighting recent blog posts in a carousel format.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Read what our satisfied clients are saying about us.\",\"section_prompt\":\"A section displaying favorable quotes from clients, designed attractively.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Contact us to elevate your online presence.\",\"section_prompt\":\"An engaging call-to-action urging visitors to reach out for services, with a contact button.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Marketing Services\",\"page_description\":\"Comprehensive marketing solutions tailored for your business needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the services page.\",\"section_prompt\":\"A standard navigation header with links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"An overview of what we offer in digital marketing and SEO.\",\"section_prompt\":\"A centered inner banner with the title and brief introductory information.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Optimization\",\"section_description\":\"Maximize your visibility on search engines with our tailored SEO strategies.\",\"section_prompt\":\"A split section with media on one side and textual content on the other.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Engaging content to attract and retain your target audience.\",\"section_prompt\":\"A visually appealing format with a relevant image alongside the description.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Management\",\"section_description\":\"Manage your social presence effectively with our expert guidance.\",\"section_prompt\":\"Media-rich section outlining our approach to building brand visibility.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries about our marketing services.\",\"section_prompt\":\"A collapsible FAQ section addressing key concerns of potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Boost Your Marketing!\",\"section_description\":\"Ready to elevate your marketing? Contact us today.\",\"section_prompt\":\"A clear call to action inviting visitors to engage with services offered.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information including contact and legal links.\",\"section_prompt\":\"A standard website footer containing necessary links and information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Our Insights Blog\",\"page_description\":\"Read our blog for the latest marketing strategies and insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the blog page.\",\"section_prompt\":\"A standard navigation header with links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Insights Blog\",\"section_description\":\"Explore our insights and tips in the world of marketing.\",\"section_prompt\":\"A decorated inner banner showcasing the blog title.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Blog Posts\",\"section_description\":\"A collection of our latest blog entries and marketing tips.\",\"section_prompt\":\"A grid layout that displays recent posts with images and brief excerpts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Featured Article\",\"section_description\":\"Check out our highlighted article of the month.\",\"section_prompt\":\"A standout section featuring a specific blog article with a summary.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Learn about the talented individuals behind our agency.\",\"section_prompt\":\"Team members are presented in a visually appealing card layout.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation!\",\"section_description\":\"Subscribe to our blog for the latest updates.\",\"section_prompt\":\"A subscription form inviting visitors to follow the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer containing essential links and information.\",\"section_prompt\":\"A standard footer design with contact details and links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with our team for inquiries and collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the contact page.\",\"section_prompt\":\"A standard navigation header with links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Reach out to us for all your marketing needs.\",\"section_prompt\":\"An inviting inner banner with instructions on how to contact us.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below and we will get back to you shortly.\",\"section_prompt\":\"A form layout allowing users to enter their details and message.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Location\",\"section_description\":\"Visit us at our office or connect with us online.\",\"section_prompt\":\"A simple section providing address and contact options.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and contact information.\",\"section_prompt\":\"A standard footer with links to privacy policy and terms of service.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":335}', '2025-09-03 12:48:47', '2025-09-03 12:48:47'),
(350, NULL, NULL, 'A freelance website of a web developer', '{\"website_title\":\"Freelance Web Developer\",\"website_description\":\"Showcasing the skills and services of a professional web developer with a focus on projects, client testimonials, and insights on web development.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Technology\",\"search_query\":\"web development, portfolio, freelance work, client testimonials, web services\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio as a freelance web developer. Explore my projects and services!\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Section\",\"section_description\":\"This is the hero section that grabs the viewer\'s attention with a background image and a brief introduction about me as a web developer.\",\"section_prompt\":\"Responsive hero section featuring a welcoming message and a call to action for visitors.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"An introduction to my background, experiences, and passion for web development.\",\"section_prompt\":\"A brief description detailing my journey and expertise in web development.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"An overview of the services I offer, ensuring potential clients understand what I can do for them.\",\"section_prompt\":\"Grid layout displaying all the services I provide as a web developer.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"Showcasing statistics like projects completed, years of experience, and clients served.\",\"section_prompt\":\"Visual representation of my key achievements and statistics in web development.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback and reviews from previous clients highlighting my professionalism and capability.\",\"section_prompt\":\"Segment displaying quotes and reviews from happy clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"A sneak peek into my latest blog posts where I share my thoughts on web development trends.\",\"section_prompt\":\"Display of recent blog posts for readers to explore more about web development.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to reach out for web development projects or inquiries.\",\"section_prompt\":\"A section that prompts visitors to contact me for potential projects, ideally with a button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This section contains copyright information, links to social media, and other relevant links.\",\"section_prompt\":\"Standard footer area with contact links and copyright.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the wide range of web development services I provide.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the services page.\",\"section_prompt\":\"Simple header section for site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Web Development Services\",\"section_description\":\"Introduction to the services offered, emphasizing quality and commitment.\",\"section_prompt\":\"Enhanced banner specific to the services page.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Website Development\",\"section_description\":\"Custom and responsive website development tailored to specific client needs.\",\"section_prompt\":\"Media showing website examples alongside informative text.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"E-commerce Solutions\",\"section_description\":\"Providing online store solutions to sell products effectively with user-friendly interfaces.\",\"section_prompt\":\"Showcasing e-commerce platform functionalities alongside descriptive content.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Optimization\",\"section_description\":\"Improving website visibility by implementing best SEO practices.\",\"section_prompt\":\"Visual representation of SEO tools with paired explanatory text.\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQs\",\"section_description\":\"Addressing common questions about my web development services and processes.\",\"section_prompt\":\"Focused section answering frequently asked questions from prospective clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact for More Information\",\"section_description\":\"Encouragement for visitors to reach out for detailed service inquiries.\",\"section_prompt\":\"Simple call to action prompting the use of the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and links to social media.\",\"section_prompt\":\"Standard footer for the services page.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Insights\",\"page_description\":\"Read my latest articles on web development and related topics.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the blog page.\",\"section_prompt\":\"Standard header section for site navigation on the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Welcome to My Blog\",\"section_description\":\"An inviting introduction to the blog and its purpose.\",\"section_prompt\":\"Banner introduction to the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Articles\",\"section_description\":\"A collection of my latest blog posts showcasing insights, tips, and trends in web development.\",\"section_prompt\":\"Grid layout showcasing various articles with links.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Tips for Developers\",\"section_description\":\"Highlighting essential tips aimed at fellow web developers and enthusiasts.\",\"section_prompt\":\"Segment dedicated to offering valuable tips and advice.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Recent Updates\",\"section_description\":\"The latest additions to my blog to keep readers in the loop.\",\"section_prompt\":\"List of the most recent articles to engage readers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Discussion\",\"section_description\":\"Encouragement for visitors to read more articles and interact through comments.\",\"section_prompt\":\"Inviting readers to engage with the blog content.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links and copyright information.\",\"section_prompt\":\"Footer area consistent across blog pages.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out to me for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the contact page.\",\"section_prompt\":\"Basic header for the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Quick overview of how to contact me with various methods.\",\"section_prompt\":\"A brief banner summarizing contact methods.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for potential clients to submit inquiries directly.\",\"section_prompt\":\"Contact form section for user inputs.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Social Media Links\",\"section_description\":\"Links to my professional social media profiles for further connectivity.\",\"section_prompt\":\"A simple display of social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with essential information and links.\",\"section_prompt\":\"Standard footer layout.\"}]}],\"user_prompt\":\"A freelance website of a web developer\",\"prompt_id\":350}', '2025-09-04 04:29:04', '2025-09-04 04:29:04'),
(355, NULL, NULL, 'LunaGems is a handmade jewelry shop', '{\"website_title\":\"LunaGems - Handmade Jewelry\",\"website_description\":\"Discover unique, handcrafted jewelry designs that embody artistry and craftsmanship at LunaGems. Shop our exquisite collection and explore our creative journey.\",\"website_type\":\"E-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewelry, unique designs, artisanal craftsmanship, jewelry photography, style tips\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems, your destination for handmade jewelry.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"Dive into our world of handcrafted jewelry that tells a story.\",\"section_prompt\":\"A captivating hero image showcasing a selection of handmade jewelry pieces.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey and the inspiration behind my handmade creations.\",\"section_prompt\":\"A section describing the designer\'s background and passion for jewelry making.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Explore Our Collections\",\"section_description\":\"Browse through our beautiful jewelry categories: necklaces, bracelets, earrings, and rings.\",\"section_prompt\":\"A grid layout displaying various categories of handmade jewelry.\"},{\"section_type\":\"gallery\",\"section_title\":\"Jewelry Gallery\",\"section_description\":\"View high-quality images of my creations that highlight the intricate details of each piece.\",\"section_prompt\":\"A gallery layout to showcase stunning images of the jewelry.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Check out my latest articles on jewelry trends, styling tips, and more.\",\"section_prompt\":\"A summary section featuring links to the most recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Discover your next favorite piece of jewelry at LunaGems!\",\"section_prompt\":\"A strong call to action encouraging visitors to visit the shop section.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media, contact information, and other relevant resources.\",\"section_prompt\":\"Standard footer layout with essential links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Shop\",\"page_description\":\"Explore our exquisite range of handmade jewelry crafted with love.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Located at the top of the services page for navigation.\",\"section_prompt\":\"Basic header section with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Jewelry Collections\",\"section_description\":\"Discover our collections ranging from bracelets to necklaces.\",\"section_prompt\":\"An inner banner that highlights the different jewelry categories.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Necklaces\",\"section_description\":\"Explore our unique handmade necklaces that blend style and creativity.\",\"section_prompt\":\"Section showcasing images and descriptions of various necklaces.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Bracelets\",\"section_description\":\"Find the perfect bracelet that reflects your individuality.\",\"section_prompt\":\"Section with images and details of various bracelets.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Earrings\",\"section_description\":\"Browse elegant earrings designed to accentuate any outfit.\",\"section_prompt\":\"Showcase images and descriptions of different earring styles.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Rings\",\"section_description\":\"Discover our beautiful rings that symbolize love and commitment.\",\"section_prompt\":\"Section displaying various ring designs with images.\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQs\",\"section_description\":\"Answers to common questions about our jewelry and ordering process.\",\"section_prompt\":\"A section addressing frequently asked questions regarding the products and policies.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More\",\"section_description\":\"Browse our entire jewelry collection and find your perfect piece!\",\"section_prompt\":\"Call to action encouraging visitors to explore more products.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and essential site information.\",\"section_prompt\":\"Standard footer layout with relevant links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Articles\",\"page_description\":\"Delve into the world of jewelry with our blog featuring trends and tips.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for the blog section with links to latest articles.\",\"section_prompt\":\"Basic header section for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Read our latest insights on jewelry trends and craftsmanship.\",\"section_prompt\":\"An inner banner highlighting recent blog topics.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Trending Posts\",\"section_description\":\"Explore popular blog posts discussing styles, care tips, and more.\",\"section_prompt\":\"Grid layout displaying links to popular blog entries.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Jewelry Care Tips\",\"section_description\":\"Important tips for keeping your handmade jewelry looking pristine.\",\"section_prompt\":\"Highlight section focusing on care and maintenance tips.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Styling Your Jewelry\",\"section_description\":\"Guide on how to style our pieces for various occasions.\",\"section_prompt\":\"Tip section with styling ideas for wearing the jewelry.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Leave comments and share your thoughts on our latest articles!\",\"section_prompt\":\"Encouraging visitors to engage with the blog posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links to other sections of the website.\",\"section_prompt\":\"Standard footer layout with essential navigation.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"We would love to hear from you! Reach out with any questions or comments.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contact page header for easy navigation.\",\"section_prompt\":\"Basic header section with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We are here to help!\",\"section_prompt\":\"Inner banner introducing the contact page.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send us a message directly.\",\"section_prompt\":\"Interactive form allowing users to submit questions or feedback.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Follow Us\",\"section_description\":\"Stay connected through our social media channels.\",\"section_prompt\":\"Social media links and icons for connectivity.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links and information in the footer section.\",\"section_prompt\":\"Standard footer layout with navigation.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Jewelry Gallery\",\"page_description\":\"Explore stunning visuals of our handcrafted jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Gallery section header for navigation purposes.\",\"section_prompt\":\"Basic header section with relevant links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Gallery\",\"section_description\":\"A visual collection of our finest jewelry pieces.\",\"section_prompt\":\"An inner banner introducing the gallery.\"},{\"section_type\":\"gallery\",\"section_title\":\"Jewelry Showcase\",\"section_description\":\"High-quality images showcasing the craftsmanship of our jewelry.\",\"section_prompt\":\"A well-structured gallery layout for displaying images.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Behind the Scenes\",\"section_description\":\"Insights into the creation of our jewelry pieces and the artistic process.\",\"section_prompt\":\"Detailing the crafting process in an engaging way.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Discover More\",\"section_description\":\"Explore our collections and find your perfect piece today!\",\"section_prompt\":\"Encouragement for visitors to navigate to the shop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to connect with us and essential site information.\",\"section_prompt\":\"Standard footer layout comprising important links.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewelry shop\",\"prompt_id\":355}', '2025-09-04 07:37:30', '2025-09-04 07:37:30'),
(356, NULL, NULL, 'create website related to freelance', '{\"website_title\":\"My Freelance Hub\",\"website_description\":\"A platform showcasing my freelance services, expertise, and insights to potential clients.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Consulting\",\"search_query\":\"freelance services, personal branding, portfolio showcase, client testimonials, industry insights\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my freelance hub where I share my skills and expertise.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation area with links to all sections of the website.\",\"section_prompt\":\"A responsive navigation bar that stays at the top of the page.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Hub\",\"section_description\":\"Introducing my freelance services and what I can offer to potential clients.\",\"section_prompt\":\"A visually engaging hero section with a welcoming message and a call to action.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey, background, and what inspires me as a freelancer.\",\"section_prompt\":\"A brief overview of my professional journey displayed in a warm and inviting format.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"A snapshot of the freelance services I provide to clients.\",\"section_prompt\":\"A grid layout showcasing the different services I offer with icons and brief descriptions.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Freelance Achievements\",\"section_description\":\"Highlighting key statistics about my freelance career to build credibility.\",\"section_prompt\":\"A visually interesting horizontal bar showcasing completed projects, total clients, and years of experience.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Featuring my latest blog posts about industry insights and tips.\",\"section_prompt\":\"A section that highlights the most recent articles from my blog to keep visitors engaged.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Work Together\",\"section_description\":\"Encouraging visitors to reach out for collaborations or inquiries.\",\"section_prompt\":\"A compelling call to action inviting visitors to contact me for freelance opportunities.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section with additional links and copyright information.\",\"section_prompt\":\"Layout with links to privacy policy, terms of service, and copyright information.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"A detailed overview of the freelance services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation area with links to all sections of the website.\",\"section_prompt\":\"A responsive navigation bar that stays at the top of the page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Service Offerings\",\"section_description\":\"Explaining the various freelance services I provide to clients.\",\"section_prompt\":\"A banner that describes the essence of the services page.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Consulting Services\",\"section_description\":\"Providing expert consulting services tailored to your needs.\",\"section_prompt\":\"A split layout with an image and text related to consulting services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Creation\",\"section_description\":\"Offering engaging content creation services for businesses.\",\"section_prompt\":\"A split layout demonstrating content creation services with media.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Graphic Design\",\"section_description\":\"Creating visually appealing graphics for brands and businesses.\",\"section_prompt\":\"A layout featuring images of graphics with descriptions.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions regarding my services and freelance work.\",\"section_prompt\":\"A section providing answers to FAQs, laid out in a clean design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Encouraging visitors to reach out for specific service inquiries.\",\"section_prompt\":\"A call to action inviting potential clients to contact me for service details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section with additional links and copyright information.\",\"section_prompt\":\"Layout with links to privacy policy, terms of service, and copyright information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"Showcasing my previous projects and work samples.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation area with links to all sections of the website.\",\"section_prompt\":\"A responsive navigation bar that stays at the top of the page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Work Showcase\",\"section_description\":\"Presenting a collection of my best work across various projects.\",\"section_prompt\":\"A banner that introduces the portfolio section with a brief description.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Highlights\",\"section_description\":\"Visual representations of completed projects and designs.\",\"section_prompt\":\"A grid gallery displaying images and descriptions of my work.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Project Insights\",\"section_description\":\"Detailing the processes and outcomes of key projects I\'ve worked on.\",\"section_prompt\":\"A narrative section explaining notable projects that highlight my skills.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Positive feedback and testimonials from my clients about my work.\",\"section_prompt\":\"A carousel or grid of testimonials to build trust and showcase relationships.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Work With Me\",\"section_description\":\"Inviting visitors to consider collaborating on future projects.\",\"section_prompt\":\"A call to action inviting potential clients to request a consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section with additional links and copyright information.\",\"section_prompt\":\"Layout with links to privacy policy, terms of service, and copyright information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Industry Insights\",\"page_description\":\"Sharing valuable insights and tips through blog articles.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation area with links to all sections of the website.\",\"section_prompt\":\"A responsive navigation bar that stays at the top of the page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"A repository for my latest articles and writings on relevant topics.\",\"section_prompt\":\"A banner section to introduce the blog, setting the context for articles.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"A grid layout displaying the most recent blog articles I\'ve written.\",\"section_prompt\":\"A structured layout showing blog post titles, excerpts, and featured images.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Expert Tips\",\"section_description\":\"Highlighting industry tips and advice based on my experiences.\",\"section_prompt\":\"A section offering expert advice structured in an engaging format.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Engage with Me\",\"section_description\":\"Encouraging readers to subscribe or reach out for more discussions.\",\"section_prompt\":\"A section inviting readers to engage through comments or consultations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More\",\"section_description\":\"Encouraging visitors to read more articles or explore other sections.\",\"section_prompt\":\"A call to action motivating users to visit other parts of the site.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section with additional links and copyright information.\",\"section_prompt\":\"Layout with links to privacy policy, terms of service, and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Providing a means for potential clients to get in touch easily.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation area with links to all sections of the website.\",\"section_prompt\":\"A responsive navigation bar that stays at the top of the page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"A dedicated section for potential clients to reach out.\",\"section_prompt\":\"A section header asking users to make contact.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to fill out for inquiries or consultations.\",\"section_prompt\":\"A clean and simple contact form with fields for name, email, and message.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Other Contact Methods\",\"section_description\":\"Additional ways to reach me such as phone or social media.\",\"section_prompt\":\"A section detailing alternative contact methods for client convenience.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section with additional links and copyright information.\",\"section_prompt\":\"Layout with links to privacy policy, terms of service, and copyright information.\"}]}],\"user_prompt\":\"create website related to freelance\",\"prompt_id\":356}', '2025-09-04 08:46:49', '2025-09-04 08:46:49');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(357, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A showcase of my creativity and graphic design skills through various projects, featuring detailed descriptions, visuals, and client testimonials.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative projects, design showcase, artist biography, client testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity comes to life.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section is the header of the website, providing navigation links.\",\"section_prompt\":\"Header for navigation purposes, including links to Home, Portfolio, About, Testimonials, Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A visually striking banner introducing the portfolio and showcasing my best work.\",\"section_prompt\":\"Full-width hero section featuring a key design piece with a welcome message and call to action.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief biography providing insight into my background, education, and experience in graphic design.\",\"section_prompt\":\"An introduction about me, discussing my journey as a graphic designer.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"Grid showcasing various graphic design projects with images and brief descriptions.\",\"section_prompt\":\"Grid layout to display various projects, with thumbnails linking to detailed project pages.\"},{\"section_type\":\"benefit\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"An explanation of my approach and philosophy towards graphic design work.\",\"section_prompt\":\"A reflective section discussing what drives my creativity and design choices.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"A section providing recent blog posts related to graphic design and my work.\",\"section_prompt\":\"Showcasing the most recent updates and articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging potential clients to reach out for collaborations or inquiries.\",\"section_prompt\":\"A final engaging section prompting visitors to contact me for projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer of the website providing links to social media and important links.\",\"section_prompt\":\"Footer element containing links and copyright information.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Explore the graphic design services I offer, each tailored to meet client needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section is the header for the services page with navigation links.\",\"section_prompt\":\"Header linking to the main sections of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Graphic Design Services\",\"section_description\":\"An overview of the services I provide, with a focus on creativity and results.\",\"section_prompt\":\"Section highlighting the purpose of the services page.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Creating unique brand identities that reflect the client\'s vision and values.\",\"section_prompt\":\"A section with media showcasing brand identity projects alongside text explaining my process.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Designing impactful print materials such as brochures, business cards, and posters.\",\"section_prompt\":\"Showcasing print design work with accompanying descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Media Design\",\"section_description\":\"Crafting engaging digital graphics for websites and social media marketing.\",\"section_prompt\":\"Display of various digital media projects.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answering common questions about my services and design process.\",\"section_prompt\":\"A comprehensive FAQ section discussing my approach to graphic design and client collaboration.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Request a Quote\",\"section_description\":\"Inviting clients to reach out for project quotes and consultations.\",\"section_prompt\":\"Encouraging potential clients to contact me for estimates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer including links to return to other sections of the website and social media.\",\"section_prompt\":\"Footer section with essential contact and social links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"Latest articles and thoughts about graphic design trends, tips, and my creative process.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for the blog page with navigation links.\",\"section_prompt\":\"Top section for blog navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog Articles\",\"section_description\":\"A collection of insights and articles that reflect my thoughts on design.\",\"section_prompt\":\"Banner section introducing the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"A grid layout displaying the latest blog posts related to graphic design.\",\"section_prompt\":\"Grid to showcase recent articles with links to read more.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Design Tips\",\"section_description\":\"Helpful tips and advice for aspiring designers and clients.\",\"section_prompt\":\"Feature section highlighting useful design tips.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Industry Trends\",\"section_description\":\"Discussion of the latest trends in graphic design and visual communication.\",\"section_prompt\":\"Insights on current graphic design trends.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encouraging visitors to subscribe for the latest articles and updates.\",\"section_prompt\":\"A prompt for visitors to enter their email for blog updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section linking to main pages of the website and providing contact information.\",\"section_prompt\":\"Footer linking to home, services, and contact.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out to discuss design projects, collaborations, or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for the contact page with navigation links.\",\"section_prompt\":\"Header providing navigation to the main sections of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Details on how to contact me for design inquiries.\",\"section_prompt\":\"Section containing contact details.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Get in Touch\",\"section_description\":\"Instructions for contacting me through email or phone for projects.\",\"section_prompt\":\"Text section providing communication details.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to fill out to get in touch with me directly.\",\"section_prompt\":\"Form section for direct inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing essential links and social media handles.\",\"section_prompt\":\"Footer providing links to my social profiles.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Feedback\",\"page_description\":\"Read what my clients have to say about working with me and my design services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for testimonials page with navigation links.\",\"section_prompt\":\"Header displaying navigation options.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Clients Say\",\"section_description\":\"Collection of testimonials from clients showcasing their satisfaction with my work.\",\"section_prompt\":\"Banner section introducing client feedback.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Reviews\",\"section_description\":\"Detailed testimonials highlighting client experiences and results achieved through my design services.\",\"section_prompt\":\"List of client testimonials with ratings.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet My Clients\",\"section_description\":\"A showcase section featuring profiles of some clients I\'ve worked with.\",\"section_prompt\":\"Presentation of clients\' brands or projects.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Why Clients Choose Me\",\"section_description\":\"Key reasons clients enjoy working with me and my design philosophy.\",\"section_prompt\":\"Section outlining compelling reasons to hire me as a designer.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Work Together\",\"section_description\":\"Invitation for potential clients to reach out to start projects.\",\"section_prompt\":\"Encouragement for new clients to initiate contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing links to main sections of the site and contact info.\",\"section_prompt\":\"Standard footer with navigational links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":357}', '2025-09-04 08:47:32', '2025-09-04 08:47:32'),
(358, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Creative Design Portfolio\",\"website_description\":\"Showcasing a unique collection of graphic design work and insights on design trends.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative work, design projects, design trends\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my creative design portfolio where I showcase my graphic design expertise and projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header of the homepage, providing navigation links and branding.\",\"section_prompt\":\"Header section with logo and navigation bar.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A striking visual display that introduces my design philosophy and invites viewers to explore my work.\",\"section_prompt\":\"Large hero image with a tagline overlay.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"An introduction to my background, experience, and passion for graphic design.\",\"section_prompt\":\"Brief personal overview, possible image alongside text.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"A gallery showcasing selected design projects that represent my skills and creativity.\",\"section_prompt\":\"Grid layout displaying thumbnails of design projects.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"A preview of my latest blog posts discussing design trends and techniques.\",\"section_prompt\":\"Showcases titles and snippets from recent blog entries.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"What my clients say about my design work and creative process.\",\"section_prompt\":\"Carousel or grid layout presenting quotes from clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in working together? Let\'s discuss your project!\",\"section_prompt\":\"CTA button leading to the contact section.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing links and copyrights.\",\"section_prompt\":\"Basic footer with links to social media and contact info.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":358}', '2025-09-04 08:48:31', '2025-09-04 08:48:31'),
(363, 58, NULL, 'We Aclass executives offer Safe, Reliable and Luxury Chauffeur Services in London, Surrey and Other Parts of UK. We specialize in Corporate Travel, Airport and Cruise Transfers, Hourly Charter Service, Meeting and Events, Tours and Sightseeing.', '{\"website_title\":\"Aclass Executives Chauffeur Services\",\"website_description\":\"Experience luxury and reliable chauffeur services across London and Surrey with Aclass Executives, focusing on your safety and comfort.\",\"website_type\":\"Business\",\"website_industry\":\"Automotive\",\"search_query\":\"luxury chauffeur, executive car service, high-end vehicles, London travel, airport transfers\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Aclass Executives, your premier chauffeur service providing luxury travel solutions across London.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An inviting banner showcasing our luxury vehicles and services.\",\"section_prompt\":\"Full-width hero image with overlay text about our luxury chauffeur services.\"},{\"section_type\":\"about\",\"section_title\":\"About Aclass Executives\",\"section_description\":\"Learn more about Aclass Executives and our commitment to safety and luxury.\",\"section_prompt\":\"Overview of the company\\u2019s mission and values, with an engaging layout.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the range of chauffeur services we offer, tailored for every need.\",\"section_prompt\":\"A grid displaying services like Corporate Travel, Airport Transfers, and more.\"},{\"section_type\":\"gallery\",\"section_title\":\"Gallery of Vehicles\",\"section_description\":\"Browse through our collection of high-end vehicles available for your chauffeur experience.\",\"section_prompt\":\"Image gallery featuring luxury cars and professional drivers.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Testimonials\",\"section_description\":\"See what our satisfied clients have to say about their Aclass experience.\",\"section_prompt\":\"Display a carousel of customer reviews highlighting our excellent service.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Travel Tips\",\"section_description\":\"Stay updated with our latest blogs on travel tips and local attractions.\",\"section_prompt\":\"Preview of recent blog posts with engaging imagery.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Ride Today\",\"section_description\":\"Ready to experience luxury travel? Book your chauffeur now!\",\"section_prompt\":\"A prominent call-to-action button leading to the booking system.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final footer section with company details and links.\",\"section_prompt\":\"Standard footer layout with navigation and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Chauffeur Services\",\"page_description\":\"Discover our range of exceptional chauffeur services designed for your specific needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for Services Page.\",\"section_prompt\":\"Standard header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Chauffeur Services\",\"section_description\":\"A brief overview of the services we provide in chauffeur transportation.\",\"section_prompt\":\"Vibrant inner banner related to chauffeur offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Corporate Travel\",\"section_description\":\"Luxury travel solutions for corporate clients, ensuring punctuality and comfort.\",\"section_prompt\":\"Text beside an engaging image of corporate chauffeur service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Airport and Cruise Transfers\",\"section_description\":\"Seamless transfers to and from airports and cruise terminals with our premium vehicles.\",\"section_prompt\":\"Text and image of an airport pickup scenario.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Hourly Charter Service\",\"section_description\":\"Book our chauffeurs by the hour for your flexibility and convenience.\",\"section_prompt\":\"Visual representation showing hourly charter service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Meetings and Events\",\"section_description\":\"Professional chauffeur services for your meetings and special events, ensuring you arrive in style.\",\"section_prompt\":\"Image of a chauffeur outside a corporate venue.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Get answers to common questions about our services and bookings.\",\"section_prompt\":\"A concise layout addressing common inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule Your Service\",\"section_description\":\"Contact us to schedule your luxury chauffeur service.\",\"section_prompt\":\"A call-to-action section before the footer for scheduling.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final footer section with service details.\",\"section_prompt\":\"Standard footer layout with navigation and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Insights\",\"page_description\":\"Read our latest articles and tips for an enjoyable travel experience.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for our Blog.\",\"section_prompt\":\"Standard header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Insights\",\"section_description\":\"Explore travel tips and local attractions through our blog.\",\"section_prompt\":\"Inner banner reflecting the theme of travel.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"A collection of our most recent articles and travel tips.\",\"section_prompt\":\"Grid layout showcasing blog post excerpts and images.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Top Travel Tips\",\"section_description\":\"Expert advice on traveling and making the most out of your trip.\",\"section_prompt\":\"Highlighting essential travel tips in a visually appealing manner.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Get to know the experienced team behind Aclass Executives.\",\"section_prompt\":\"Introduction to our team members involved in providing chauffeur services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Stay informed with the latest blog posts and travel news.\",\"section_prompt\":\"Subscription form for blog updates before the footer.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final footer section with blog-related information.\",\"section_prompt\":\"Standard footer layout with navigation and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Contact Aclass Executives for inquiries or booking requests.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for Contact Page.\",\"section_prompt\":\"Standard header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Reach out to us for any questions or bookings.\",\"section_prompt\":\"Inner banner with contact information prompt.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch with us directly.\",\"section_prompt\":\"Contact form for inquiries without a call to action.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final footer section with contact details.\",\"section_prompt\":\"Standard footer layout with navigation and contact information.\"}]}],\"user_prompt\":\"We Aclass executives offer Safe, Reliable and Luxury Chauffeur Services in London, Surrey and Other Parts of UK. We specialize in Corporate Travel, Airport and Cruise Transfers, Hourly Charter Service, Meeting and Events, Tours and Sightseeing.\",\"prompt_id\":363}', '2025-09-05 04:47:08', '2025-09-05 04:47:08'),
(366, 58, 287, '\"We Aclass executives offer Safe, Reliable and Luxury Chauffeur Services in London, Surrey and Other Parts of UK. We specialize in Corporate Travel, Airport and Cruise Transfers, Hourly Charter Service, Meeting and Events, Tours and Sightseeing.\"', '{\"website_title\":\"Aclass Executives Chauffeur Services\",\"website_description\":\"Experience luxury chauffeur services across London, Surrey, and the UK with Aclass Executives. Discover corporate travel, airport transfers, and sightseeing tours tailored to your needs.\",\"website_type\":\"Business\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"luxury chauffeur service, corporate travel, airport transfers, sightseeing tours, executive vehicles\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Aclass Executives, offering you the finest luxury chauffeur services across London, Surrey, and the UK.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation area, providing links to all main sections of the website.\",\"section_prompt\":\"This section serves as the main navigation header.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Luxury Chauffeur Services\",\"section_description\":\"Delivering premier transportation for discerning clients across the UK.\",\"section_prompt\":\"A visual introduction with stunning images showcasing luxury vehicles.\"},{\"section_type\":\"about\",\"section_title\":\"About Aclass Executives\",\"section_description\":\"Discover who we are and our commitment to excellence in service.\",\"section_prompt\":\"An engaging narrative about the company, including mission and vision.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Key Services\",\"section_description\":\"Explore our offerings: corporate travel, airport transfers, and more.\",\"section_prompt\":\"Feature the list of services in a grid layout representing various options.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Highlighting key statistics such as number of clients served and vehicles in fleet.\",\"section_prompt\":\"A visual display of impressive metrics.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Offers and News\",\"section_description\":\"Stay updated with our most recent offers and company news.\",\"section_prompt\":\"A section dedicated to the latest communications.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Luxury Experience Now\",\"section_description\":\"Inviting visitors to schedule their journey today.\",\"section_prompt\":\"Encourage immediate action with a prominent booking button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Including site links, social media, and legal information.\",\"section_prompt\":\"The website\\u2019s footer area with essential links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the luxurious chauffeur services we provide to our clients with Aclass Executives.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation area for this specific page.\",\"section_prompt\":\"This section serves as the page-specific navigation header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Luxury Services\",\"section_description\":\"Details about our premium chauffeur services.\",\"section_prompt\":\"A visually appealing introduction to the services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Corporate Travel\",\"section_description\":\"Tailored transportation solutions for business clients and corporate events.\",\"section_prompt\":\"Highlight corporate travel services with relevant imagery.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Airport Transfers\",\"section_description\":\"Seamless transfers to and from airports for convenience and comfort.\",\"section_prompt\":\"Describe airport transfer options with associated images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Cruise Transfers\",\"section_description\":\"Luxury transfers to major cruise departure points in the UK.\",\"section_prompt\":\"Detail cruise transfer services alongside appealing visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Sightseeing Tours\",\"section_description\":\"Explore London\'s iconic attractions and beyond with our guided tours.\",\"section_prompt\":\"Illuminate the sightseeing tours perspective with attractive images.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answering common queries about our chauffeur services.\",\"section_prompt\":\"A compilation of important customer queries and answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule Your Experience\",\"section_description\":\"Encouraging customers to reach out and book their service.\",\"section_prompt\":\"A prompt at the end of the page to encourage bookings.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Including essential links and contact information.\",\"section_prompt\":\"Standard footer for this page.\"}]},{\"page_type\":\"fleet\",\"page_title\":\"Our Fleet\",\"page_description\":\"View Aclass Executives\' exquisite collection of luxury vehicles available for hire.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation area of the fleet page.\",\"section_prompt\":\"This section serves as the page header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Luxury Vehicle Collection\",\"section_description\":\"Showcasing our fleet of prestigious cars for every journey.\",\"section_prompt\":\"A dedicated introductory section highlighting the fleet.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Sedans and Limousines\",\"section_description\":\"Elegant sedans and limousines for corporate travel and special occasions.\",\"section_prompt\":\"Introduce the sedan and limousine options with relevant images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SUVs\",\"section_description\":\"Spacious and luxurious SUVs for families and group travel.\",\"section_prompt\":\"Highlight SUV offerings with impactful imagery.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Vans and Coaches\",\"section_description\":\"Comfortable vans and coaches for larger groups or events.\",\"section_prompt\":\"Present vans and coaches ideal for group transportation.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Fleet Maintenance Standards\",\"section_description\":\"Our commitment to ensuring all vehicles are meticulously maintained.\",\"section_prompt\":\"Showcase how we maintain fleet quality and safety.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reserve Your Vehicle\",\"section_description\":\"Encouraging clients to book their luxury transportation.\",\"section_prompt\":\"A strong call-to-action segment before the footer.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Including links and contact information.\",\"section_prompt\":\"Consistent footer section with essential site links.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Reviews\",\"page_description\":\"Read through testimonials from satisfied clients of Aclass Executives to learn about our exceptional service.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation area dedicated to client reviews.\",\"section_prompt\":\"Header section for the testimonials page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Insights from clients about their experiences with our services.\",\"section_prompt\":\"A brief introduction to client testimonials, making it engaging.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Authentic reviews from corporate and leisure travelers who used our services.\",\"section_prompt\":\"Display a selection of client reviews in an engaging format.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Join Our Happy Clients\",\"section_description\":\"Encouragement to become part of our satisfied clientele.\",\"section_prompt\":\"Feature highlights of client satisfaction on being part of Aclass.\"},{\"section_type\":\"about\",\"section_title\":\"Our Commitment to Service\",\"section_description\":\"Information about our dedication to delivering exceptional chauffeur services.\",\"section_prompt\":\"Highlight the standards of service we uphold.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Experience Our Service\",\"section_description\":\"Inviting potential clients to book with us directly.\",\"section_prompt\":\"Prompt for booking service right after testimonials.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Including important links and social media handles.\",\"section_prompt\":\"Footer providing essential information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get In Touch\",\"page_description\":\"Reach out to Aclass Executives for inquiries, bookings, or feedback.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation area guiding users to contact information.\",\"section_prompt\":\"Navigation header for the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Providing various ways to get in touch with us.\",\"section_prompt\":\"A clear, friendly intro to the ways you can contact us.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our central office in London for consultations.\",\"section_prompt\":\"Details about the physical location of Aclass Executives.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Information\",\"section_description\":\"Reach us via phone, email, or through our social media channels.\",\"section_prompt\":\"Necessary contact details in an easy-to-read format.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Send Us a Message\",\"section_description\":\"Contact form for inquiries or feedback.\",\"section_prompt\":\"A simple form allowing visitors to send messages directly.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing section with links and essential information.\",\"section_prompt\":\"Consistent footer for the contact page.\"}]}],\"user_prompt\":\"We Aclass executives offer Safe, Reliable and Luxury Chauffeur Services in London, Surrey and Other Parts of UK. We specialize in Corporate Travel, Airport and Cruise Transfers, Hourly Charter Service, Meeting and Events, Tours and Sightseeing.\",\"prompt_id\":366,\"theme\":\"material\",\"colors\":[[4,4,4],[180,148,100]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_68ba6ee0547c0.png\"}', '2025-09-05 05:01:48', '2025-09-05 05:02:26'),
(369, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Creative Portfolio\",\"website_description\":\"A showcase of innovative graphic design projects and personal insights into my creative journey.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative artwork, design inspiration, client testimonials, artistic journey\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my creative portfolio, where you can explore the depths of my design work and personal journey.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An introduction to my graphic design experience and expertise.\",\"section_prompt\":\"An engaging hero section with a captivating image that introduces my portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"My Journey\",\"section_description\":\"A glimpse into the background that shapes my artistic perspective.\",\"section_prompt\":\"This section shares the story of my background and how it influences my creativity.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Work\",\"section_description\":\"A curated selection of my best graphic design projects.\",\"section_prompt\":\"A visually appealing grid showcasing thumbnails of my design projects.\"},{\"section_type\":\"benefit\",\"section_title\":\"What I Do\",\"section_description\":\"Highlighting the services I offer as a graphic designer.\",\"section_prompt\":\"A clear outline of the unique services available, emphasizing my creativity.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"A collection of testimonials from satisfied clients, showcasing my impact.\",\"section_prompt\":\"Display client feedback in a visually organized format to establish trust.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Stay updated on my latest design projects and creative endeavors.\",\"section_prompt\":\"A section to display the latest updates and projects from my portfolio.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging potential clients to reach out for inquiries.\",\"section_prompt\":\"A compelling call to action prompting visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links to other pages and social media information.\",\"section_prompt\":\"Standard footer containing navigation and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Design Services\",\"page_description\":\"An overview of the graphic design services I offer to clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the services page.\",\"section_prompt\":\"Header section informing users they are on the Design Services page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Services\",\"section_description\":\"Introduction to the services I provide as a graphic designer.\",\"section_prompt\":\"A banner section reinforcing the theme of design services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Creating a strong brand identity that resonates with your audience.\",\"section_prompt\":\"Description of my brand identity service accompanied by relevant images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Offering print design services for promotional materials and more.\",\"section_prompt\":\"Display of print design services with visual examples.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Design\",\"section_description\":\"Crafting interactive digital experiences tailored to your brand.\",\"section_prompt\":\"Overview of digital design services illustrated with visual content.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common questions about my design services.\",\"section_prompt\":\"A section for potential clients to find answers to their questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project\",\"section_description\":\"Encouraging visitors to get in touch for design inquiries.\",\"section_prompt\":\"A prominent call to action inviting visitors to initiate contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains the footer with useful links and contact details.\",\"section_prompt\":\"Standard footer with navigation and social media links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"A collection of articles and insights related to graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the blog page.\",\"section_prompt\":\"Header section indicating the visitor is on the Design Insights page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Explore my most recent blog posts on graphic design topics.\",\"section_prompt\":\"Banner section highlighting the purpose of the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"A grid display of my latest blog articles on design insights.\",\"section_prompt\":\"A visually organized grid showcasing all the latest blog posts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Design Tips\",\"section_description\":\"Offering practical design tips and tricks for aspiring designers.\",\"section_prompt\":\"A section detailing valuable tips for those interested in design.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Industry Trends\",\"section_description\":\"Insights on the latest trends in the graphic design industry.\",\"section_prompt\":\"Highlight current design trends to keep readers informed.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Invite visitors to subscribe to my blog for the latest posts.\",\"section_prompt\":\"Encourage readers to subscribe for future updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer contains links and social media information.\",\"section_prompt\":\"Standard footer with navigation and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for inquiries and collaborations regarding my design work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the contact page.\",\"section_prompt\":\"Header indicating this page is for contacting me.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to contact me for inquiries and collaborations.\",\"section_prompt\":\"Banner section reinforcing the theme of getting in touch.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to send their messages or inquiries directly to me.\",\"section_prompt\":\"Contact form allowing visitors to reach out for services or questions.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Follow Me\",\"section_description\":\"Links to my social media profiles for more creative insights.\",\"section_prompt\":\"Highlight where visitors can follow my work on social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer contains contact details and additional links.\",\"section_prompt\":\"Standard footer with navigation and social media links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":369}', '2025-09-05 05:23:22', '2025-09-05 05:23:22'),
(372, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Graphic Design Portfolio\",\"website_description\":\"A vibrant portfolio showcasing creative graphic design work, presenting a blend of artistry and skill.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative projects, design trends, artist journey, graphic design showcase\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets skill.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section of the homepage, containing navigation and branding elements.\",\"section_prompt\":\"Include navigation links and logo at the top, styled elegantly.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A striking visual banner showcasing my best works to entice visitors.\",\"section_prompt\":\"Full-width image showcasing top design project with overlay text for impact.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A section dedicated to sharing my journey and influences in graphic design.\",\"section_prompt\":\"Belle informative layout with an image of me and a short biography.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"A grid layout displaying selected projects with images and descriptions.\",\"section_prompt\":\"Grid format displaying various projects, balanced and visually appealing.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"A preview of my latest blog posts about design trends and insights.\",\"section_prompt\":\"List format showing titles and snippets of recent blog entries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to reach out for collaboration or inquiries.\",\"section_prompt\":\"A bold section with contact information and a call to action button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section with copyright information and additional links.\",\"section_prompt\":\"Standard footer layout, providing links to social media and other important pages.\"}]},{\"page_type\":\"services\",\"page_title\":\"Design Services\",\"page_description\":\"Explore the graphic design services I offer to help bring your vision to life.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section for the services page, containing navigation and branding elements.\",\"section_prompt\":\"Include navigation links and logo at the top, styled elegantly.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Services\",\"section_description\":\"An overview of the services provided by my graphic design portfolio.\",\"section_prompt\":\"Visual banner displaying the title with background related to graphic design.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Craft distinctive brand identities that resonate with your audience.\",\"section_prompt\":\"Left-aligned text detailing service features with a related image on the right.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Creating beautiful and professional print materials for various needs.\",\"section_prompt\":\"Layout with service description beside a portfolio piece in print.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Design\",\"section_description\":\"Develop engaging digital graphics for both web and mobile use.\",\"section_prompt\":\"Visuals alongside descriptions of digital work, maintaining consistency.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my design services and process.\",\"section_prompt\":\"List format with questions as headings and detailed answers in paragraphs.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project Today\",\"section_description\":\"An encouragement for visitors to begin a project with me.\",\"section_prompt\":\"Prominent section that urges potential clients to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section with copyright information and additional links.\",\"section_prompt\":\"Standard footer layout, providing links to social media and other important pages.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"Latest thoughts and trends in graphic design, along with project insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section for the blog page, containing navigation and branding elements.\",\"section_prompt\":\"Include navigation links and logo at the top, styled elegantly.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog\",\"section_description\":\"Welcome to my blog where I share insights and trends in graphic design.\",\"section_prompt\":\"Banner with blog title set against a clean, artistic background.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"A grid layout of the latest blog posts with excerpts and featured images.\",\"section_prompt\":\"Grid format displaying various blog entries, focusing on visual engagement.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Top Design Trends\",\"section_description\":\"Insights into the latest trends shaping the graphic design industry.\",\"section_prompt\":\"Highlight section for top trends, utilizing bold typography and visuals.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Behind the Scenes\",\"section_description\":\"A peek into my design process and project beginnings.\",\"section_prompt\":\"Engaging visuals that prompt viewers to explore design workings.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to Updates\",\"section_description\":\"Encourage readers to subscribe for blog updates and new projects.\",\"section_prompt\":\"A clear call-to-action inviting visitors to sign up for newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section with copyright information and additional links.\",\"section_prompt\":\"Standard footer layout, providing links to social media and other important pages.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Connect with me for inquiries and collaborations in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section for the contact page, containing navigation and branding elements.\",\"section_prompt\":\"Include navigation links and logo at the top, styled elegantly.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out with any questions or collaboration ideas.\",\"section_prompt\":\"Simple banner that displays the contact page title artistically.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Get In Touch\",\"section_description\":\"A contact form for inquiries and project discussions.\",\"section_prompt\":\"Form allowing users to input their details and messages.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Follow Me Online\",\"section_description\":\"Links to my social media and other platforms for design inspiration.\",\"section_prompt\":\"Informative layout showcasing all social media handles clearly.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section with copyright information and additional links.\",\"section_prompt\":\"Standard footer layout, providing links to social media and other important pages.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":372}', '2025-09-05 07:05:09', '2025-09-05 07:05:09');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(380, NULL, NULL, 'Webiste for Data Analysis', '{\"website_title\":\"Data Analysis Insights\",\"website_description\":\"A comprehensive platform showcasing skills, projects, and insights in data-driven decision-making, offering services and knowledge in data analysis.\",\"website_type\":\"portfolio\",\"website_industry\":\"Technology\",\"search_query\":\"data analysis, data visualization, data science, analytics tools, case studies\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my personal data analysis platform.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section for navigation and branding.\",\"section_prompt\":\"This section serves as the main header for the website, typically including a logo and navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An engaging introduction to the website and its purpose.\",\"section_prompt\":\"Responsive full-width hero banner with a welcoming message and a call-to-action button.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Details about my background and experience in data analysis.\",\"section_prompt\":\"A brief section describing the individual and their journey in data analysis with an image to enhance personal touch.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"A grid showcasing the consulting and analysis services I offer.\",\"section_prompt\":\"Grid layout featuring my main services, linking to more details.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"A glimpse into my latest blog posts and articles on data trends.\",\"section_prompt\":\"A section highlighting recent blog posts, displayed in a grid or list format.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet My Tools\",\"section_description\":\"Showcase of software and techniques I use in my projects.\",\"section_prompt\":\"Introduce a set of social cards featuring different tools and techniques utilized.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Encouraging visitors to reach out for collaborations or inquiries.\",\"section_prompt\":\"A clear call-to-action section leading visitors to my contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Ending note with additional links and copyright information.\",\"section_prompt\":\"Footer section providing important links and copyright information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Consulting Services\",\"page_description\":\"An overview of the consulting and analysis services I provide.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section for navigation and branding.\",\"section_prompt\":\"This section serves as the main header for the services page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Consulting Services\",\"section_description\":\"Details about the range of consulting services I offer in data analysis.\",\"section_prompt\":\"Inner banner specific to the consulting services page, with a title and brief description.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Data Consulting\",\"section_description\":\"In-depth data consulting services for businesses to make data-driven decisions.\",\"section_prompt\":\"Content presenting my consulting service, featuring text alongside a relevant image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project Analysis\",\"section_description\":\"Thorough analysis of existing data projects to ensure optimal outcomes.\",\"section_prompt\":\"Overview of project analysis services offered, including visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Workshop Facilitation\",\"section_description\":\"Engaging workshops designed to enhance team skills in data analysis.\",\"section_prompt\":\"Highlighting workshops provided, presented in a media and text format.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common inquiries regarding my services and expertise.\",\"section_prompt\":\"A FAQ section addressing typical questions about services offered.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule a Consultation\",\"section_description\":\"Encouraging potential clients to book a consultation.\",\"section_prompt\":\"A CTA prompting visitors to reach out for consultations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Ending note with additional links and copyright information.\",\"section_prompt\":\"Footer section providing important links and copyright information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Data Insights\",\"page_description\":\"Insights and articles on trends and developments in data analysis.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section for navigation and branding.\",\"section_prompt\":\"This section serves as the main header for the blog page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Data Insights\",\"section_description\":\"A collection of articles and insights into data analysis trends.\",\"section_prompt\":\"Inner banner specific to the blog page, with title and engaging visuals.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Grid displaying my latest blog posts related to data analysis and trends.\",\"section_prompt\":\"A section designed to showcase the most recent posts in a grid layout.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Key Trends\",\"section_description\":\"Highlighting major trends in data analysis and visualization techniques.\",\"section_prompt\":\"A featured section discussing current key trends within the data analysis field.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Best Practices\",\"section_description\":\"A guide on best practices in data-driven decision-making.\",\"section_prompt\":\"Highlighting best practices within essential aspects of data analysis.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encouraging visitors to subscribe for the latest articles and news.\",\"section_prompt\":\"A section inviting visitors to subscribe to the blog for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Ending note with additional links and copyright information.\",\"section_prompt\":\"Footer section providing important links and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for collaborations and inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section for navigation and branding.\",\"section_prompt\":\"This section serves as the main header for the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Encouraging potential clients and collaborators to reach out.\",\"section_prompt\":\"Inner banner highlighting the contact page purpose.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Form for visitors to reach out with inquiries or collaboration requests.\",\"section_prompt\":\"A simple, clean contact form allowing messages to be sent directly.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Contact Details\",\"section_description\":\"Overview of different ways to reach out to me.\",\"section_prompt\":\"Information on additional contact methods such as email and social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Ending note with additional links and copyright information.\",\"section_prompt\":\"Footer section providing important links and copyright information.\"}]},{\"page_type\":\"my_projects\",\"page_title\":\"My Projects\",\"page_description\":\"Showcase of my case studies and key projects in data analysis.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section for navigation and branding.\",\"section_prompt\":\"This section serves as the main header for the projects page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Projects\",\"section_description\":\"An overview of significant projects I\'ve completed in data analysis.\",\"section_prompt\":\"Inner banner introducing my projects with a brief summary.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Case Study 1\",\"section_description\":\"Detailed exploration of a specific data analysis case study.\",\"section_prompt\":\"Content presenting my first project case study with insights and visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Case Study 2\",\"section_description\":\"In-depth look at a successful data-driven project and its outcomes.\",\"section_prompt\":\"Overview of the second case study including essential visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project Showcase\",\"section_description\":\"Visual display of various projects demonstrating my skills and expertise.\",\"section_prompt\":\"A showcase of multiple projects with images and brief descriptions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Encouraging visitors to dive deeper into my projects.\",\"section_prompt\":\"A CTA inviting users to explore more detailed project pages.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Ending note with additional links and copyright information.\",\"section_prompt\":\"Footer section providing important links and copyright information.\"}]}],\"user_prompt\":\"Webiste for Data Analysis\",\"prompt_id\":380}', '2025-09-05 11:29:17', '2025-09-05 11:29:17'),
(385, NULL, NULL, 'A freelance website of a web developer', '{\"website_title\":\"Freelance Web Developer Portfolio\",\"website_description\":\"Showcasing the skills and projects of a freelance web developer, featuring a portfolio, services, blog insights, and client testimonials.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Technology\",\"search_query\":\"web development portfolio, freelance web developer, coding projects, client testimonials, web design tips\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio where you can explore my skills and completed projects.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"This is where I showcase my best work as a freelance web developer.\",\"section_prompt\":\"A large hero section with an inviting image that introduces the portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Discover my journey in web development, my skills, and my passion for creating exceptional websites.\",\"section_prompt\":\"A brief introduction about me and my background, presented in a visually appealing layout.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the diverse services I offer as a freelance web developer.\",\"section_prompt\":\"A grid layout displaying the services offered, each with a short description.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Project Highlights\",\"section_description\":\"A compilation of key statistics showcasing my successful projects and client work.\",\"section_prompt\":\"A visually engaging statistics bar that highlights key achievements.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Read my latest blog posts on web development tips and trends.\",\"section_prompt\":\"This section will link to my most recent blog entries, displaying titles and snippets.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"I am here to help you with your web development needs. Contact me today!\",\"section_prompt\":\"A clear call to action prompting visitors to reach out for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information, social media links, and additional site navigation details.\",\"section_prompt\":\"Standard footer layout for closing information.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"A detailed look at the services I offer as a freelance web developer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to the services I provide and how they can help clients.\",\"section_prompt\":\"A basic header section to introduce the services page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"An overview of my web development offerings and specializations.\",\"section_prompt\":\"A banner describing the services offered with a professional layout.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Website Development\",\"section_description\":\"Custom website development tailored to your needs, emphasizing functionality and design.\",\"section_prompt\":\"Combination of an engaging visual alongside a text explanation of website development services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"E-commerce Solutions\",\"section_description\":\"Setting up effective e-commerce platforms for businesses to thrive online.\",\"section_prompt\":\"Visual and text content detailing e-commerce solutions I provide.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Optimization\",\"section_description\":\"Helping your website rank better in search engines through expert SEO practices.\",\"section_prompt\":\"Content that divides into visual and informative text about SEO services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries about my freelance services and web development.\",\"section_prompt\":\"A section dedicated to addressing common questions clients may have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Start Your Project\",\"section_description\":\"Contact me now to begin your web project and bring your vision to life!\",\"section_prompt\":\"An engaging prompt encouraging potential clients to reach out for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information including navigation links and social media.\",\"section_prompt\":\"Standard footer layout for closing information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Insights\",\"page_description\":\"Dive into my blog where I share tips, tricks, and insights about web development.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to my blog, where I provide valuable information on web development.\",\"section_prompt\":\"A header section that introduces the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"Keep updated with the newest trends and tips in web development.\",\"section_prompt\":\"A banner highlighting the focus of the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"A grid view of my latest articles, offering valuable insights and advice.\",\"section_prompt\":\"A visually arranged grid showing snippets from the latest blog posts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Tips for New Developers\",\"section_description\":\"Essential advice for those starting their journey in web development.\",\"section_prompt\":\"A highlighted section that showcases important tips and recommendations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to My Blog\",\"section_description\":\"Stay updated with my latest posts by subscribing to my newsletter.\",\"section_prompt\":\"Encouragement for visitors to subscribe for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with essential links and information about the blog.\",\"section_prompt\":\"Standard footer layout for closing information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me for any inquiries or to start a project together.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contact page introduction to encourage potential clients to reach out.\",\"section_prompt\":\"Introduction header drawing attention to the contact section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I am here to assist you. Please reach out for any questions or collaborations.\",\"section_prompt\":\"Banner prompting visitors to contact me.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Reach Out\",\"section_description\":\"Use the form below to send me a message; I\\u2019d love to hear from you!\",\"section_prompt\":\"The actual contact form for visitors to fill out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information including site navigation and social media links.\",\"section_prompt\":\"Standard footer layout for closing information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn about my journey, skills, and passion for web development.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to my story as a web developer.\",\"section_prompt\":\"An introductory header showcasing the about section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"An overview of my experiences, skills, and motivation as a developer.\",\"section_prompt\":\"Banner highlighting what visitors will learn about my journey.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"My Skills\",\"section_description\":\"A detailed look at the skills that empower my work as a web developer.\",\"section_prompt\":\"Highlighting key skills with descriptions to showcase my expertise.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear what my clients have to say about their experience with my work.\",\"section_prompt\":\"Featuring positive feedback from past clients to build trust.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Work With Me\",\"section_description\":\"Ready to start your project? Let\\u2019s connect and discuss!\",\"section_prompt\":\"An engaging prompt encouraging visitors to reach out for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with navigation links and social media connections.\",\"section_prompt\":\"Standard footer layout for closing information.\"}]}],\"user_prompt\":\"A freelance website of a web developer\",\"prompt_id\":385}', '2025-09-05 15:29:20', '2025-09-05 15:29:20'),
(386, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing my unique graphic design projects and services with a modern aesthetics.\",\"website_type\":\"Personal Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, modern art, portfolio showcase, creative design, visual arts\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where I showcase my creative journey and stunning projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the website.\",\"section_prompt\":\"A top navigation bar with links to different pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An engaging introductory section with visuals of my top projects.\",\"section_prompt\":\"A full-width hero image showcasing my best graphic design work with a short intro.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief story about my journey into graphic design and my inspirations.\",\"section_prompt\":\"A section providing details about my background, inspiration, and what drives my creativity.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"A curated selection of my best projects with images and descriptions.\",\"section_prompt\":\"A grid layout displaying thumbnails of various design projects with hover effects for details.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Posts\",\"section_description\":\"Links to my most recent articles or blogs related to graphic design.\",\"section_prompt\":\"A section with excerpts and links to the latest blog posts or articles written.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch!\",\"section_description\":\"Encouraging visitors to reach out for inquiries or collaborations.\",\"section_prompt\":\"A prominent call-to-action with a button inviting visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom section containing copyright and additional navigation.\",\"section_prompt\":\"Footer with links to privacy policy, terms of service, and social media icons.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Explore the various graphic design services I offer to meet your creative needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the services page.\",\"section_prompt\":\"A simple navigation bar with links to other sections of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Detailed overview of services I provide in graphic design.\",\"section_prompt\":\"A banner introducing the services offered with a background image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Creating unique brand identities that resonate with your target audience.\",\"section_prompt\":\"A media section detailing brand identity design services, including images of past work.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Designing visually appealing print materials including brochures and business cards.\",\"section_prompt\":\"A section showcasing print design examples and offerings with corresponding images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"Crafting modern and interactive web designs tailored to client needs.\",\"section_prompt\":\"A description of web design services provided with visual examples.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries about my design services and process.\",\"section_prompt\":\"An organized list of FAQs addressing typical client queries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project\",\"section_description\":\"Encouraging visitors to reach out for a personalized consultation.\",\"section_prompt\":\"A call-to-action urging visitors to contact me for service inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Copyright information and social media links.\",\"section_prompt\":\"Footer with relevant links and copyright notice.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Insights\",\"page_description\":\"Discover articles, tips, and insights on graphic design and creativity.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the blog page.\",\"section_prompt\":\"A basic navigation bar to other sections of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Overview of the latest insights and discussions in graphic design.\",\"section_prompt\":\"An engaging banner with background images that transition through various blog topics.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"A collection of my latest blog posts with images and summaries.\",\"section_prompt\":\"A grid showcasing blog posts with featured images, titles, and excerpt descriptions.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Design Tips\",\"section_description\":\"Highlighting essential tips for aspiring graphic designers.\",\"section_prompt\":\"A section sharing practical tips for graphic design, formatted in an easy-to-read layout.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Follow Me\",\"section_description\":\"Links to my social media profiles for more updates and insights.\",\"section_prompt\":\"Visual cards linked to my social media profiles encouraging visitors to connect.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Inviting readers to leave comments and share their thoughts.\",\"section_prompt\":\"A prompt at the end encouraging interaction and discussion.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom of the blog page with navigational links.\",\"section_prompt\":\"Footer with links and information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for inquiries, collaborations, or just to say hello!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the contact page.\",\"section_prompt\":\"A straightforward navigation bar to other sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A welcoming message inviting correspondence.\",\"section_prompt\":\"A banner setting a friendly tone for contacting me.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Get in Touch\",\"section_description\":\"A contact form for clients to reach out with inquiries or feedback.\",\"section_prompt\":\"A dedicated contact form section with fields for name, email, and message.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Bottom section with copyright and additional links.\",\"section_prompt\":\"Footer containing links to terms and conditions, and privacy policy.\"}]},{\"page_type\":\"my_journey\",\"page_title\":\"My Journey\",\"page_description\":\"Explore the path I took to become a graphic designer and what inspires my work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the journey page.\",\"section_prompt\":\"A basic navigation bar linking to other site sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Creative Journey\",\"section_description\":\"An overview of my background and the evolution of my design philosophy.\",\"section_prompt\":\"An engaging banner detailing my personal narrative and growth as a designer.\"},{\"section_type\":\"about\",\"section_title\":\"Background Story\",\"section_description\":\"A detailed narrative of my experiences leading up to my graphic design career.\",\"section_prompt\":\"A narrative section highlighting key milestones and experiences in my design career.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Inspirations\",\"section_description\":\"Sharing the influences and inspirations behind my work.\",\"section_prompt\":\"A focused section that outlines key inspirations that drive my creativity.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Design Journey Stats\",\"section_description\":\"Highlighting key achievements and milestones in my career as a designer.\",\"section_prompt\":\"A statistics bar presenting metrics like years of experience, number of clients, etc.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect With Me\",\"section_description\":\"Encouraging visitors to reach out and share their stories.\",\"section_prompt\":\"A call to action inviting visitors to contact me for collaboration or inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with copyright and navigation links.\",\"section_prompt\":\"A footer section providing legal links and social media connections.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":386}', '2025-09-08 04:19:04', '2025-09-08 04:19:04'),
(387, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Wanderlust Chronicles\",\"website_description\":\"A vibrant travel blog combining captivating stories and stunning photography from adventures around the world.\",\"website_type\":\"Personal Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, adventure stories, beautiful destinations, photography tips, travel journals\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel and photography blog where I share stories and images from my journeys worldwide.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the website header with navigational links.\",\"section_prompt\":\"Create a top navigation bar with links to Home, My Destinations, Photography Tips, Travel Journals, Gallery, and Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Explore the World\",\"section_description\":\"An invitation to explore diverse cultures and beautiful landscapes through my lens.\",\"section_prompt\":\"Feature a full-width image of a breathtaking travel scene as a hero banner.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my passion for travel and photography.\",\"section_prompt\":\"Introduce myself with a brief narrative and a personal photo.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Destinations\",\"section_description\":\"A showcase of various travel destinations I have explored.\",\"section_prompt\":\"Display a grid of images representing each destination with short descriptions.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Photography Tips\",\"section_description\":\"Useful tips to help you capture stunning travel photos.\",\"section_prompt\":\"Offer insightful travel photography tips formatted in a visually appealing layout.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Adventures\",\"section_description\":\"A glimpse into my most recent blog posts and adventures.\",\"section_prompt\":\"Provide a preview of the latest posts with featured images and titles.\"},{\"section_type\":\"gallery\",\"section_title\":\"My Photography Gallery\",\"section_description\":\"A collection of striking images captured during my travels.\",\"section_prompt\":\"Display a grid of the best photographs in a visually engaging format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey\",\"section_description\":\"Encouraging visitors to follow my adventures and subscribe for updates.\",\"section_prompt\":\"Place a subscription form with an engaging message below the gallery.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":387}', '2025-09-08 04:42:39', '2025-09-08 04:42:39'),
(388, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A visually stunning portfolio showcasing my creative graphic design work, my journey in design, and my professional services.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Entertainment\",\"search_query\":\"graphic design, portfolio, creative design, design inspiration, graphic art\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio showcasing my graphic design work and creative projects.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"This is the main visual introduction to my graphic design portfolio, highlighting a captivating design that represents my style.\",\"section_prompt\":\"Large hero image or video background with a title overlay, showcasing a stunning graphic design.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my journey in graphic design, highlighting my inspiration and experiences that shape my work.\",\"section_prompt\":\"Two-column layout with a picture of me on one side and text on the other describing my background and influence.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"A showcase of my design projects, each featuring a thumbnail and a brief description.\",\"section_prompt\":\"Grid layout displaying project thumbnails with titles, which link to project details.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Positive feedback and experiences shared by my clients regarding my work and professionalism.\",\"section_prompt\":\"Slider format showcasing client quotes with images of clients or their brands.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"My Design Process\",\"section_description\":\"An overview of my unique design process from conceptualization to final execution.\",\"section_prompt\":\"Step-by-step infographic representation of my design process.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"A glimpse into my latest projects and blog posts to keep visitors updated on my work.\",\"section_prompt\":\"List or grid format showcasing the latest project titles and dates.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Encouraging visitors to reach out for inquiries or collaborations on design projects.\",\"section_prompt\":\"Prominent call-to-action button leading to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer containing links to social media, portfolio sections, and contact info.\",\"section_prompt\":\"Standard footer layout with links and copyright notice.\"}]},{\"page_type\":\"services\",\"page_title\":\"Design Services\",\"page_description\":\"Details of the graphic design services I offer, aimed at fulfilling client needs with creativity.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the services page.\",\"section_prompt\":\"Standard header layout with logo and menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Services\",\"section_description\":\"Highlighting the array of graphic design services offered to clients.\",\"section_prompt\":\"Banner section showing the title in a visually appealing format.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Creating unique and memorable brand identities through logos and visual designs.\",\"section_prompt\":\"Split layout with an image of branding work on one side and text explaining the service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Custom print designs for marketing materials, brochures, and promotional items.\",\"section_prompt\":\"Layout showcasing print design examples with descriptive text.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"Creating stylish and functional web designs that align with brand identity.\",\"section_prompt\":\"Visual format presenting web design samples alongside explanations.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common inquiries regarding my design services and processes answered clearly.\",\"section_prompt\":\"Accordion-style layout listing questions and answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me for Collaboration\",\"section_description\":\"Encouragement for potential clients to reach out for inquiries or project discussions.\",\"section_prompt\":\"Button leading to the contact form for easy access.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer containing links and contact information for connecting with me.\",\"section_prompt\":\"Standard footer layout with links and copyright notice.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"A collection of articles sharing insights, tips, and updates on graphic design and creativity.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the blog page.\",\"section_prompt\":\"Standard header layout with logo and menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Showcasing the most recent blog posts in graphic design and creativity.\",\"section_prompt\":\"Banner section highlighting the article content.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"A grid format displaying the latest blog articles with excerpts and images.\",\"section_prompt\":\"Grid layout showing article titles, snippets, and images.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Design Tips\",\"section_description\":\"Offering valuable tips and ideas for aspiring graphic designers.\",\"section_prompt\":\"Highlighted section with a list format showcasing useful design tips.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encouraging visitors to subscribe to my newsletter for the latest posts and updates.\",\"section_prompt\":\"Simple subscription form leading to newsletter sign-up.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer containing links to other portfolio sections and social media.\",\"section_prompt\":\"Standard footer layout with links and copyright notice.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"A contact page allowing potential clients to reach out for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the contact page.\",\"section_prompt\":\"Standard header layout with logo and menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Encouraging visitors to get in touch for design inquiries and collaborations.\",\"section_prompt\":\"Banner section with title and a welcoming note.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Get In Touch\",\"section_description\":\"A simple contact form allowing for easy inquiries and messages.\",\"section_prompt\":\"Contact form layout with fields for name, email, message, and submission button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer containing essential links and contact information.\",\"section_prompt\":\"Standard footer layout with links and copyright notice.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":388}', '2025-09-08 05:12:12', '2025-09-08 05:12:12'),
(390, NULL, NULL, 'Trident Tech is a UAE based IT company delivering world-class design, websites, marketing, and software powered by modern technlogies and AI solutions.', '{\"website_title\":\"Trident Tech Solutions\",\"website_description\":\"Trident Tech is a leading IT company in the UAE, offering design, development, and marketing solutions powered by AI and cutting-edge technologies.\",\"website_type\":\"Professional\",\"website_industry\":\"Technology\",\"search_query\":\"technology trends, AI development, digital marketing strategies, web design inspiration\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Trident Tech, your partner in innovative IT solutions.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"Welcome to Trident Tech, a leader in innovative IT solutions powered by modern technologies.\",\"section_prompt\":\"A responsive hero section displaying a tagline and call-to-action button for immediate visitor engagement.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Discover Trident Tech\'s mission to empower businesses with cutting-edge IT solutions.\",\"section_prompt\":\"An informative section about the company\'s mission, vision, and the team behind Trident Tech using a clean layout.\"},{\"section_type\":\"benefit\",\"section_title\":\"Our Benefits\",\"section_description\":\"Learn about the advantages of partnering with Trident Tech for your IT needs.\",\"section_prompt\":\"List the core benefits of choosing Trident Tech, formatted as a grid for easy reading.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our range of services including web design, software development, and digital marketing.\",\"section_prompt\":\"A structured grid layout showcasing all services offered, with brief descriptions linked to the services page.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with the latest insights from our blog on technology trends and tips.\",\"section_prompt\":\"A preview of recent blog posts with images and excerpts to encourage visitors to read more.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Contact us to discuss your IT project and how we can assist you.\",\"section_prompt\":\"A strong call-to-action section urging visitors to reach out for services.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"See what our satisfied clients are saying about Trident Tech\'s services.\",\"section_prompt\":\"A visually appealing section displaying quotes from satisfied clients.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Thank you for visiting Trident Tech\'s website.\",\"section_prompt\":\"Standard footer with navigation links, social media links, and copyright notice.\"}]}],\"user_prompt\":\"Trident Tech is a UAE based IT company delivering world-class design, websites, marketing, and software powered by modern technlogies and AI solutions.\",\"prompt_id\":390}', '2025-09-08 05:58:03', '2025-09-08 05:58:03');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(391, NULL, NULL, 'Help me create a website for my portfolio showcasing my full stack skills.', '{\"website_title\":\"My Developer Portfolio\",\"website_description\":\"Showcasing my skills and projects as a full stack developer, sharing insights and experiences in a clean, responsive design.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Technology\",\"search_query\":\"web development, full stack developer, software projects, coding tutorials, programming skills\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio. Here you can explore my work as a full stack developer.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An introduction to my skills and projects as a full stack developer.\",\"section_prompt\":\"A visually engaging introduction section with a hero image and a brief welcoming message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Discover my journey and experiences as a developer, and what drives my passion.\",\"section_prompt\":\"A section providing an overview of my background, skills, and experiences in full stack development.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Skills\",\"section_description\":\"A concise overview of my technical skills and proficiencies in various technologies.\",\"section_prompt\":\"A grid layout showing various skills with brief descriptions and icons representing each skill.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out my latest blog posts where I share tutorials and insights.\",\"section_prompt\":\"A section highlighting the latest blog posts with snippets from each one to encourage clicks.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Get in Touch\",\"section_description\":\"Let\'s connect! Reach out for collaborations, inquiries, or discussions.\",\"section_prompt\":\"A section inviting visitors to contact me, potentially leading into the contact page.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Dive in to see my projects and how I can help you achieve your goals.\",\"section_prompt\":\"A section that motivates users to navigate through projects or services, beautifully designed.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links and contact information.\",\"section_prompt\":\"A standard footer with site links, social media, and copyright information.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Projects\",\"page_description\":\"Explore the projects I\'ve worked on, showcasing my capabilities as a full stack developer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation area with site logo and menu links.\",\"section_prompt\":\"A standard header layout including a logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Projects\",\"section_description\":\"Showcasing the projects I\'ve completed in various technologies and frameworks.\",\"section_prompt\":\"A banner that introduces the projects section.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project One\",\"section_description\":\"Description of Project One, including the technologies used and a link to the live project.\",\"section_prompt\":\"A split section with an image of Project One on one side and its description on the other.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project Two\",\"section_description\":\"Description of Project Two, highlighting key features and link to the live site.\",\"section_prompt\":\"Another media and text split showcasing Project Two.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project Three\",\"section_description\":\"Details about Project Three with a description of the development process and link.\",\"section_prompt\":\"A media and text layout where users can learn about Project Three\'s outcomes.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions regarding my projects and skills.\",\"section_prompt\":\"A section addressing frequently asked inquiries about my development work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire About My Work\",\"section_description\":\"Contact me to discuss potential collaborations or projects.\",\"section_prompt\":\"A motivated section directing users to the contact page for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with navigation and contact information.\",\"section_prompt\":\"A comprehensive footer layout with important links and details.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Tech Insights\",\"page_description\":\"Read my latest articles and tutorials on web development and related topics.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation area with site logo and menu links.\",\"section_prompt\":\"A standard header layout including a logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Tech Insights\",\"section_description\":\"Explore my latest articles and tutorials in web development.\",\"section_prompt\":\"A thematic banner introducing the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"A grid layout displaying the most recent blog posts with excerpts.\",\"section_prompt\":\"A visually appealing grid layout showcasing blogs with images, titles, and short descriptions.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Writing Style Tips\",\"section_description\":\"Considerations and style tips for writing compelling code documentation.\",\"section_prompt\":\"A highlighted feature section offering practical advice for writing documentation.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Debugging Techniques\",\"section_description\":\"Effective strategies and tools I use for debugging code efficiently.\",\"section_prompt\":\"An informative feature detailing techniques in debugging software.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Newsletter\",\"section_description\":\"Subscribe to receive updates on my latest blog posts and projects.\",\"section_prompt\":\"A section inviting visitors to subscribe to a newsletter with a form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with navigation and contact information.\",\"section_prompt\":\"A comprehensive footer layout with important links and details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Let\'s Connect\",\"page_description\":\"Reach out for collaborations, inquiries, or just to say hi!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation area with site logo and menu links.\",\"section_prompt\":\"A standard header layout including a logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I\'m here to help! Fill out the form below to get in touch.\",\"section_prompt\":\"An inviting banner directing visitors to the contact form.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Contact Information\",\"section_description\":\"Find my contact details here and get in touch directly.\",\"section_prompt\":\"A succinct and clear section providing alternative ways to contact me.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Social Media Links\",\"section_description\":\"Connect with me on various social media platforms.\",\"section_prompt\":\"A list of social media links with icons to encourage engagement.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Please fill in the details below, and I\\u2019ll get back to you soon.\",\"section_prompt\":\"A straightforward contact form for visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with navigation and contact information.\",\"section_prompt\":\"A comprehensive footer layout with important links and details.\"}]}],\"user_prompt\":\"Help me create a website for my portfolio showcasing my full stack skills.\",\"prompt_id\":391}', '2025-09-08 06:18:54', '2025-09-08 06:18:54'),
(394, NULL, NULL, 'Help me a blog website', '{\"website_title\":\"My Personal Blog\",\"website_description\":\"A space for sharing thoughts, experiences, and insights on various topics of interest.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"blogging, personal experiences, writing tips, blog resources\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my personal blog where I share insights and stories.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section of the homepage.\",\"section_prompt\":\"Includes navigation and site title.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"The main banner that captures the essence of the blog.\",\"section_prompt\":\"A full-width banner showcasing my blog\\u2019s theme with a welcoming image.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background and what inspires my blogging.\",\"section_prompt\":\"Brief introduction about me, my interests, and blogging journey.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Highlights of my latest blog entries for readers to explore.\",\"section_prompt\":\"A grid layout showcasing previews of my most recent articles.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"A curated list of my newest thoughts and insights.\",\"section_prompt\":\"A dedicated section showcasing the latest posts from the blog.\"},{\"section_type\":\"benefit\",\"section_title\":\"What You\'ll Find\",\"section_description\":\"Overview of topics, categories, and styles shared on the blog.\",\"section_prompt\":\"A brief explanation of the variety of contents available.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Journey\",\"section_description\":\"Encouraging visitors to read, engage, and follow along.\",\"section_prompt\":\"A strong call to action inviting readers to subscribe or explore more.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section includes links and copyright.\",\"section_prompt\":\"Contains copyright information and links to privacy policy.\"}]},{\"page_type\":\"services\",\"page_title\":\"Resources\",\"page_description\":\"A collection of helpful links and resources for blog readers.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for the resources page.\",\"section_prompt\":\"Includes navigation relevant to the resources.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Resources\",\"section_description\":\"A dedicated banner about the resources section.\",\"section_prompt\":\"Introduction to what this resources section holds.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Recommended Books\",\"section_description\":\"A list of books that inspire and inform my blogging.\",\"section_prompt\":\"A combination of images and text highlighting recommended reads.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Useful Websites\",\"section_description\":\"Links to valuable websites relevant to my blog topics.\",\"section_prompt\":\"Descriptive links guiding to essential external websites.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Tools I Use\",\"section_description\":\"Products and services that enhance my blogging experience.\",\"section_prompt\":\"Showcasing tools that I utilize for effective blogging.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my blog and resources.\",\"section_prompt\":\"A section answering typical queries that readers might have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore and Utilize\",\"section_description\":\"Encouraging readers to make use of the resources provided.\",\"section_prompt\":\"A call to action urging readers to dive into the resources.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with copyright and link information.\",\"section_prompt\":\"General information included in the footer.\"}]},{\"page_type\":\"blog\",\"page_title\":\"My Blog Posts\",\"page_description\":\"An archive of all my articles and writings.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for the blog page.\",\"section_prompt\":\"Navigation relevant to the blog, with categories listed.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Blog Entries\",\"section_description\":\"Explore my most recent thoughts and writings.\",\"section_prompt\":\"A banner introducing the readers to my blog posts.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Articles\",\"section_description\":\"Highlighted selections of my favorite blog pieces.\",\"section_prompt\":\"Grid layout displaying selected blog posts with images and excerpts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Popular Categories\",\"section_description\":\"An overview of categories to help navigate my blog.\",\"section_prompt\":\"Showcasing different categories applied to my blog posts.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Read My Blog\",\"section_description\":\"Illustration of what readers can gain from my writings.\",\"section_prompt\":\"Explaining the value and insights readers will find.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Inviting readers to connect through comments and shares.\",\"section_prompt\":\"A call to action prompting readers to engage and interact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with general navigation and copyright information.\",\"section_prompt\":\"Standard footer with links, copyright, and social media access.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"A way for readers to reach out and connect with me.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for the contact page.\",\"section_prompt\":\"Includes navigation links for contacting.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Overview of how readers can contact me.\",\"section_prompt\":\"Introduction about how to reach out through the contact form.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Interactive form for readers to send their messages.\",\"section_prompt\":\"Structured form allowing readers to fill in their details and inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links and copyright details for contact page.\",\"section_prompt\":\"Footer information relevant to the contact section.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"An introduction to my background and blogging motivation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for the About Me page.\",\"section_prompt\":\"Standard navigation for readers to know about me.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Introduction to who I am and my blogging journey.\",\"section_prompt\":\"A banner introducing my background and experiences.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"My Story\",\"section_description\":\"A narrative about my personal background.\",\"section_prompt\":\"Background information detailing my life and inspirations.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet My Team\",\"section_description\":\"Showcasing individuals who have inspired or helped in my blogging.\",\"section_prompt\":\"A gallery or card layout presenting people related to my blogging.\"},{\"section_type\":\"about\",\"section_title\":\"Find Me Online\",\"section_description\":\"Links to my social media and other platforms.\",\"section_prompt\":\"Direct links for readers to connect with me socially.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect With Me\",\"section_description\":\"Encouraging readers to follow and engage on social media.\",\"section_prompt\":\"A motivating prompt for readers to connect through social channels.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer that includes all relevant links and copyright.\",\"section_prompt\":\"Standard footer layout providing essential information.\"}]}],\"user_prompt\":\"Help me a blog website\",\"prompt_id\":394}', '2025-09-08 06:37:52', '2025-09-08 06:37:52'),
(395, NULL, NULL, 'Help me create a website for my bookstore shop which is recently and newly launched.', '{\"website_title\":\"My Online Bookstore\",\"website_description\":\"An immersive online platform for discovering a diverse collection of books, events, and literary content.\",\"website_type\":\"E-commerce\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"bookstore, books, literature, reading, book events\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my online bookstore where literary adventures begin! Explore my curated collections, events, and more.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Bookstore\",\"section_description\":\"Dive into a world filled with stories and knowledge at my newly launched bookstore.\",\"section_prompt\":\"A captivating hero image with bookshelves in the background, featuring a welcome message marked on the forefront.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Discover my journey in opening this bookstore, fueled by a passion for literature and community engagement.\",\"section_prompt\":\"A brief narrative centered on my background, passion for books, and the vision behind the bookstore.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Book Collections\",\"section_description\":\"Browse through my carefully curated collections across various genres, offering something for every reader.\",\"section_prompt\":\"A grid display of featured books with images, titles, and brief descriptions, all aligned in an organized format.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Reviews & News\",\"section_description\":\"Stay updated with the latest reviews and news from the literary world, shared through my blog.\",\"section_prompt\":\"A showcase of recent blog posts that highlight book reviews and literary updates.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Reading Adventure\",\"section_description\":\"Sign up to receive updates on new arrivals, events, and exclusive offers for our book lovers!\",\"section_prompt\":\"An engaging call-to-action inviting visitors to subscribe, with a vibrant button for easy sign-up.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Explore more about my bookstore through other sections and connect with us!\",\"section_prompt\":\"Essential information and links to navigate through the website.\"}]},{\"page_type\":\"services\",\"page_title\":\"Book Catalog\",\"page_description\":\"Browse our wide range of books across various genres to suit all reading tastes.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our vast collection of books and genres.\",\"section_prompt\":\"A clean header with navigation links to different genres.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore Our Catalog\",\"section_description\":\"Delve into our extensive collection that caters to avid readers and casual ones alike.\",\"section_prompt\":\"An inviting image or design that encapsulates the essence of reading.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Fiction Selection\",\"section_description\":\"Explore our diverse selection of fiction books that promise gripping narratives and engaging characters.\",\"section_prompt\":\"A well-structured section showcasing top fiction titles with images and descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Non-Fiction Selection\",\"section_description\":\"Uncover our collection of non-fiction titles offering knowledge and insights across various fields.\",\"section_prompt\":\"Highlighting important non-fiction selections with a captivating layout.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Children\'s Books\",\"section_description\":\"A delightful collection of children\'s books aimed to spark imaginations and encourage young readers.\",\"section_prompt\":\"Bright and colorful designs displaying our children\'s books offering.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common inquiries about our book selection and purchasing process.\",\"section_prompt\":\"A designated section with common questions and clear answers that address customer concerns.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Shopping Now!\",\"section_description\":\"Visit our catalog and find your next favorite book today!\",\"section_prompt\":\"Strong call-to-action with a button guiding visitors to the catalog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Access all vital information and navigate the bookstore.\",\"section_prompt\":\"Links and details to assist visitors in navigating the website.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Explore thought-provoking articles, reviews, and news in the literary world through my blog.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Engage with insightful articles and latest news in the book world.\",\"section_prompt\":\"A clean header leading into the blog content with categories.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog Insights\",\"section_description\":\"Your stop for literary insights and opinions on the latest book releases and trends.\",\"section_prompt\":\"A visually appealing banner drawing attention to the importance of literary discussions.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Book Reviews\",\"section_description\":\"Browse through my latest reviews of both new releases and classic favorites.\",\"section_prompt\":\"A grid layout showcasing snippets of latest book reviews with images.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Literary News\",\"section_description\":\"Stay informed with the latest happenings in the literary community, from award announcements to events.\",\"section_prompt\":\"Highlighting timely articles focused on significant literary news.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Author Spotlights\",\"section_description\":\"Dive deeper into the lives and works of celebrated authors through dedicated spotlight articles.\",\"section_prompt\":\"Feature articles focusing on different authors, their works and influences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Discussion!\",\"section_description\":\"Engage with our community by commenting on posts and sharing your thoughts.\",\"section_prompt\":\"Encourages readers to leave comments and interact with blog posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer navigation for essential links and information.\",\"section_prompt\":\"Standard footer with social links, sitemap, and contact info.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Contact me for any inquiries, feedback, or book-related questions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Reach out for inquiries directly related to the bookstore.\",\"section_prompt\":\"Prominent header urging visitors to connect.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We welcome your questions and feedback!\",\"section_prompt\":\"A simple banner that indicates the importance of reaching out.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch with me regarding any book-related inquiries or suggestions.\",\"section_prompt\":\"Valuable space dedicated to communication with visitors.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential navigation and information to explore other parts of the website.\",\"section_prompt\":\"Standard footer with key links and details.\"}]}],\"user_prompt\":\"Help me create a website for my bookstore shop which is recently and newly launched.\",\"prompt_id\":395}', '2025-09-08 06:42:38', '2025-09-08 06:42:38'),
(396, NULL, NULL, 'help me create a website for my bookstore', '{\"website_title\":\"My Vibrant Bookstore\",\"website_description\":\"An engaging online presence for my bookstore showcasing a diverse collection of books, exciting events, and personal insights about literature.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"books, bookstores, literary events, author signings, reading tips\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my bookstore\'s online presence where I share my passion for literature and my collection of books.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"This section features a captivating image of the bookstore or a collection of books, introducing visitors to the vibrant atmosphere of the bookstore.\",\"section_prompt\":\"Responsive full-width hero image with a welcoming text overlay.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"I am passionate about books and literature. Here, I share my journey and love for reading as well as the vision for my bookstore.\",\"section_prompt\":\"Introduction to my story with a portrait image alongside text.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Collection\",\"section_description\":\"Explore my diverse collection of books organized into various categories, including fiction, non-fiction, and children\'s literature.\",\"section_prompt\":\"Grid layout presenting selected categories of books with appealing cover images.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Upcoming Events\",\"section_description\":\"Stay updated with the latest author events and book signings happening at my bookstore or organized by me.\",\"section_prompt\":\"Highlight upcoming events with dates and descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Check out my most recent blog entries covering book reviews, reading tips, and literary discussions.\",\"section_prompt\":\"Dynamic section showing snippets of recent blog posts with links.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Literary Journey\",\"section_description\":\"Be a part of our community! Subscribe for updates on new arrivals and events.\",\"section_prompt\":\"A clear subscription box urging visitors to sign up.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links to social media and important information.\",\"section_prompt\":\"Standard footer layout with additional navigation and contact links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Bookstore Services\",\"page_description\":\"Learn about the various services my bookstore offers to enhance your reading experience.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"North Star Bookstore - Header section with logo and navigation links.\",\"section_prompt\":\"Standard header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Bookstore Services\",\"section_description\":\"This section highlights the various services we offer to our patrons, enhancing their experience with our bookstore.\",\"section_prompt\":\"Inner banner displaying the services page title.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Personalized Book Recommendations\",\"section_description\":\"Receive tailored book suggestions based on your preferences and reading history.\",\"section_prompt\":\"Text alongside an image explaining personalized recommendations.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Author Events and Signings\",\"section_description\":\"Participate in exciting author events and signings facilitated by our bookstore.\",\"section_prompt\":\"Text with related imagery showcasing events.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Reading Workshops\",\"section_description\":\"Join our reading workshops to engage with fellow book lovers and delve deeper into literature.\",\"section_prompt\":\"Text and an image depicting a workshop setting.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common questions about our bookstore services and policies.\",\"section_prompt\":\"List style FAQ layout with questions and their corresponding answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for More Information\",\"section_description\":\"Have more questions? Don\'t hesitate to reach out for further details about our services.\",\"section_prompt\":\"Encouragement to contact for additional queries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section linking back to home and other important pages.\",\"section_prompt\":\"Standard footer layout with additional links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Book Reviews\",\"page_description\":\"Dive into my thoughts on literature with reviews and articles on various books and reading strategies.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Blog Header for easy navigation and branding.\",\"section_prompt\":\"Standard header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Browse through my latest articles and insights on literature and reading.\",\"section_prompt\":\"A visually appealing inner banner with the blog title.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Blog Posts\",\"section_description\":\"Explore the latest posts featuring book reviews, reading tips, and interesting literature discussions.\",\"section_prompt\":\"Grid layout showcasing snippets of blog articles.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Popular Reads\",\"section_description\":\"A highlight of my most recommended and popular books that readers love.\",\"section_prompt\":\"Overview of popular book recommendations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Stay tuned for more reviews and articles by subscribing to my blog.\",\"section_prompt\":\"Simple subscription form encouraging visitors to sign up.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer area with social media links and navigation.\",\"section_prompt\":\"Standard footer layout to conclude the blog.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with me for inquiries, feedback, or to visit my bookstore.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contact Page Header for consistent branding.\",\"section_prompt\":\"Standard header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Reach out to me via our contact form or find store information here.\",\"section_prompt\":\"An inner banner showcasing the contact title.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Get in Touch\",\"section_description\":\"Please fill out the contact form below or check our store details for more information.\",\"section_prompt\":\"A contact form section inviting users to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content repeated for navigation and social media info.\",\"section_prompt\":\"Standard footer layout for the contact page.\"}]}],\"user_prompt\":\"help me create a website for my bookstore\",\"prompt_id\":396}', '2025-09-08 07:08:36', '2025-09-08 07:08:36'),
(399, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"SEO & Marketing Agency\",\"website_description\":\"Showcasing expertise in boosting online visibility for clients through SEO and marketing strategies.\",\"website_type\":\"business\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO strategies, digital marketing tips, online visibility, content marketing, social media management\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my SEO & Marketing Agency, where I help businesses enhance their online visibility.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A striking introduction showcasing my agency\'s goals and services.\",\"section_prompt\":\"Responsive hero section with a full-width background image and welcome text.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey and mission in the SEO and marketing industry.\",\"section_prompt\":\"This section shares my background, expertise, and commitment to helping clients succeed in digital marketing.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Check out the services I offer to enhance your online presence.\",\"section_prompt\":\"Grid layout featuring my services: SEO Optimization, Content Marketing, Social Media Management.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with my latest blog posts on SEO and marketing trends.\",\"section_prompt\":\"A preview of my most recent blog articles to engage visitors.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Success Statistics\",\"section_description\":\"Highlighting my achievements in the SEO and marketing field.\",\"section_prompt\":\"A statistical representation of my successful projects and client growth.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Contact me to boost your online visibility and grow your business.\",\"section_prompt\":\"A compelling call to action encouraging visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information for the website.\",\"section_prompt\":\"Standard footer section with navigation links and company information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Expertise\",\"page_description\":\"Explore the range of services offered by my SEO and Marketing Agency.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the services page.\",\"section_prompt\":\"Standard header with agency logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Details of the services available to clients.\",\"section_prompt\":\"Banner showing the title of the services page.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Optimization\",\"section_description\":\"Comprehensive analysis and strategies to improve search engine rankings.\",\"section_prompt\":\"Side-by-side layout with an image illustrating SEO strategies.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Creating valuable content to engage audiences and drive conversions.\",\"section_prompt\":\"Side-by-side layout with an infographic or content example.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Management\",\"section_description\":\"Managing social media channels to enhance brand presence and engagement.\",\"section_prompt\":\"Side-by-side layout with visuals of social media platforms.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries regarding my services.\",\"section_prompt\":\"A list format answering questions that potential clients may have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for More Info\",\"section_description\":\"Reach out for detailed service inquiries.\",\"section_prompt\":\"A section inviting users to get in touch for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information for the services page.\",\"section_prompt\":\"Standard footer section with navigation links and company information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Successful Projects\",\"page_description\":\"Showcasing my successful SEO and marketing projects with results.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the portfolio page.\",\"section_prompt\":\"Standard header with agency logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Successful Projects\",\"section_description\":\"A showcase of case studies that highlight my achievements.\",\"section_prompt\":\"Banner displaying the title of the portfolio page.\"},{\"section_type\":\"gallery\",\"section_title\":\"Case Studies\",\"section_description\":\"Detailed presentations of successful projects demonstrating my expertise.\",\"section_prompt\":\"Image gallery layout featuring project thumbnails and descriptions.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Highlighting key achievements and results in various projects.\",\"section_prompt\":\"Statistical representation of client growth and project outcomes.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Client feedback that showcases my impact and service quality.\",\"section_prompt\":\"Sliding format featuring quotes from satisfied clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Success Story\",\"section_description\":\"Contact me to start your project today.\",\"section_prompt\":\"A compelling call to action inviting potential clients to engage.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information for the portfolio page.\",\"section_prompt\":\"Standard footer section with navigation links and company information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Insights and tips on SEO and marketing trends.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the blog page.\",\"section_prompt\":\"Standard header with agency logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"Browse my latest articles and insights into the SEO and marketing industry.\",\"section_prompt\":\"Banner featuring the blog title for the articles section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"A collection of recent articles on SEO and marketing best practices.\",\"section_prompt\":\"Grid layout showcasing snippets of my recent blog posts with images.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"SEO Tips & Tricks\",\"section_description\":\"Highlighting effective strategies to enhance online visibility.\",\"section_prompt\":\"Single column layout featuring key SEO tips.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Marketing Trends\",\"section_description\":\"Discussing the latest trends in the marketing landscape.\",\"section_prompt\":\"Single column layout discussing current marketing trends.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated\",\"section_description\":\"Subscribe for the latest updates and insights.\",\"section_prompt\":\"Encouragement for users to sign up for email updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information for the blog page.\",\"section_prompt\":\"Standard footer section with navigation links and company information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out to discuss your SEO and marketing needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the contact page.\",\"section_prompt\":\"Standard header with agency logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Information on how to reach me for inquiries or consultations.\",\"section_prompt\":\"Banner highlighting the contact page title.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill in the form below to get in touch with me.\",\"section_prompt\":\"Contact form layout with fields for user information and message.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information for the contact page.\",\"section_prompt\":\"Standard footer section with navigation links and company information.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":399}', '2025-09-08 07:18:47', '2025-09-08 07:18:47');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(400, NULL, NULL, 'a freelancer website for a web designer', '{\"website_title\":\"Freelance Web Designer\",\"website_description\":\"A professional platform showcasing skills and services as a freelance web designer, featuring a portfolio, client testimonials, blog insights, and a contact form for inquiries.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Technology\",\"search_query\":\"web design portfolio, freelance web designer, web design services, client testimonials, design process\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my professional web design portfolio. Explore my skills, services, and insights into the world of web design.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover my work and services as a freelance web designer.\",\"section_prompt\":\"A prominent hero banner at the top with an inviting background image that represents creativity in web design.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background, experience, and what drives my passion for web design.\",\"section_prompt\":\"An informative section that highlights my journey and qualifications in web design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the professional web design services I offer, tailored to meet your needs.\",\"section_prompt\":\"A dynamic grid layout showcasing the various web design services available.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear what my clients have to say about their experience working with me.\",\"section_prompt\":\"A visually appealing section that displays client feedback and testimonials.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"Highlighting key milestones, projects completed, and satisfied clients.\",\"section_prompt\":\"A display section featuring numbers and stats that showcase my accomplishments.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with my latest blog posts and insights related to web design.\",\"section_prompt\":\"An engaging section showcasing the latest articles from my blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in collaborating? Reach out to me for your web design needs!\",\"section_prompt\":\"A compelling call to action section encouraging visitors to initiate contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Stay connected with me on social media and explore more resources.\",\"section_prompt\":\"A footer section containing social media links and additional navigation options.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Detailed description of the web design services I offer, tailored to various client needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the services page.\",\"section_prompt\":\"Standard header layout for page navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Discover the range of web design services I provide tailored to your needs.\",\"section_prompt\":\"An inner banner that introduces the services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Custom Web Design\",\"section_description\":\"Offering bespoke web design solutions crafted to reflect your brand identity.\",\"section_prompt\":\"A section showcasing custom web design with an image and text detailing the service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"E-commerce Solutions\",\"section_description\":\"Developing user-friendly e-commerce sites to enhance your online sales experience.\",\"section_prompt\":\"A visual and textual section that highlights e-commerce web design services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Responsive Design\",\"section_description\":\"Designing websites that provide seamless experiences across all devices.\",\"section_prompt\":\"A section dedicated to responsive design skills with matching visuals.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries about my web design services.\",\"section_prompt\":\"A section addressing frequently asked questions to assist potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project\",\"section_description\":\"Ready to enhance your online presence? Let\'s start your project today!\",\"section_prompt\":\"Encouraging clients to take action and reach out for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing resources and links for additional information.\",\"section_prompt\":\"Standard footer with navigation and social links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Insights & Tips\",\"page_description\":\"A collection of articles sharing insights, tips, and trends in web design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the blog page.\",\"section_prompt\":\"Standard header layout for page navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog Insights\",\"section_description\":\"Explore my latest thoughts and advice on web design.\",\"section_prompt\":\"An engaging inner banner for the blog showcasing recent articles.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Browse through my latest blog entries covering various web design topics.\",\"section_prompt\":\"A grid layout displaying the most recent blog posts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Design Tips\",\"section_description\":\"Helpful tips for improving your web design skills and projects.\",\"section_prompt\":\"An informative feature section presenting useful design tips.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Check out my recent writings and insights on web design trends.\",\"section_prompt\":\"A section that highlights the most recently published articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Engage with my blog and share your thoughts in the comments!\",\"section_prompt\":\"A motivating call to action to encourage comments and interactions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing resources and links for further exploration.\",\"section_prompt\":\"Standard footer with navigation and social media links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out to discuss your web design needs or for any inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the contact page.\",\"section_prompt\":\"Standard header layout for page navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Get in touch for collaborations and inquiries.\",\"section_prompt\":\"An inner banner encouraging visitors to reach out.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to send me a message directly.\",\"section_prompt\":\"A section containing a contact form for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing essential links and resources.\",\"section_prompt\":\"Standard footer with additional navigation.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"A showcase of my best web design projects and creations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the portfolio page.\",\"section_prompt\":\"Standard header layout for page navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Portfolio\",\"section_description\":\"Explore my selection of work and see my design skills in action.\",\"section_prompt\":\"An inner banner introducing my portfolio.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Projects\",\"section_description\":\"A collection of highlighted web design projects that reflect my style and capabilities.\",\"section_prompt\":\"A visually appealing gallery layout displaying selected projects.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Design Process\",\"section_description\":\"An overview of my approach to web design and development projects.\",\"section_prompt\":\"A detailed explanation of the design process used in creating websites.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Read what clients have to say about my portfolio work and collaboration.\",\"section_prompt\":\"A section filled with client testimonials related to showcased projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Work with Me\",\"section_description\":\"Interested in collaborating? Let\'s discuss your project needs!\",\"section_prompt\":\"A compelling call to action prompting visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing navigation and resources related to my work.\",\"section_prompt\":\"Standard footer with social and navigation links.\"}]}],\"user_prompt\":\"a freelancer website for a web designer\",\"prompt_id\":400}', '2025-09-08 07:28:42', '2025-09-08 07:28:42'),
(401, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A showcase of my creative journey in graphic design, featuring projects, insights, and tips.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative work showcase, design trends, client testimonials, graphic design tips\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets professionalism.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An inviting introduction to my work as a graphic designer.\",\"section_prompt\":\"A powerful hero section featuring a captivating design showcasing my best work with a call to action.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my journey in graphic design and what inspires my work.\",\"section_prompt\":\"A section that narrates my personal and professional journey in graphic design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"A curated selection of my best design projects, showcasing my skills and creativity.\",\"section_prompt\":\"A layout that displays direct links and visuals of my featured projects in a grid format.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Read my latest blog posts and insights on design trends.\",\"section_prompt\":\"A section displaying snippets of my recent blog posts with links to read more.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in collaborating? Let\'s chat!\",\"section_prompt\":\"A concluding CTA to encourage potential clients to reach out.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Career Highlights\",\"section_description\":\"Showcasing key achievements in my career as a graphic designer.\",\"section_prompt\":\"An engaging statistics bar highlighting completed projects, years of experience, and accolades.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains site navigation links, social media icons, and copyright information.\",\"section_prompt\":\"A standard footer for consistent navigation across the site.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Projects\",\"page_description\":\"Explore my graphic design projects that demonstrate creativity and skill.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and logo for branding.\",\"section_prompt\":\"A header that includes a logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Projects\",\"section_description\":\"A detailed overview of my design projects and achievements.\",\"section_prompt\":\"A banner section that reinforces the theme of this page with engaging visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project One\",\"section_description\":\"An in-depth look at Project One, highlighting objectives, execution, and outcomes.\",\"section_prompt\":\"A combined media format section presenting visuals and descriptions of Project One.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project Two\",\"section_description\":\"An overview of Project Two, demonstrating creative solutions for the client.\",\"section_prompt\":\"A detailed section with visuals and insights on Project Two.\"},{\"section_type\":\"faqs\",\"section_title\":\"Common Questions\",\"section_description\":\"Answers to frequently asked questions about my design process.\",\"section_prompt\":\"A section dedicated to addressing FAQs in a clear layout.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Ready to start a project? Reach out!\",\"section_prompt\":\"A call to action urging visitors to get in touch for potential collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains site navigation links, social media icons, and copyright information.\",\"section_prompt\":\"A standard footer for consistent navigation across the site.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"My thoughts on design trends, tips, and creative processes.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and logo for branding.\",\"section_prompt\":\"A header that includes a logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Design Insights\",\"section_description\":\"A spotlight on my latest design-related blog posts.\",\"section_prompt\":\"An engaging inner banner to highlight the blog\'s focus.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"A collection of my latest articles discussing design trends and tips.\",\"section_prompt\":\"A grid layout showcasing images and excerpts of my recent blog posts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Expert Tips\",\"section_description\":\"Highlighting key tips that can help improve design skills.\",\"section_prompt\":\"A section dedicated to providing practical advice on design methods.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow My Journey\",\"section_description\":\"Stay updated by following my blog and social media.\",\"section_prompt\":\"A call to action encouraging readers to subscribe and follow my updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains site navigation links, social media icons, and copyright information.\",\"section_prompt\":\"A standard footer for consistent navigation across the site.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Connect with Me\",\"page_description\":\"Get in touch for inquiries and collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and logo for branding.\",\"section_prompt\":\"A header that includes a logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Feel free to reach out via the form below.\",\"section_prompt\":\"An inner banner leading into the contact form area for inquiries.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to reach me directly.\",\"section_prompt\":\"A structured contact form for inquiries, designed to encourage engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains site navigation links, social media icons, and copyright information.\",\"section_prompt\":\"A standard footer for consistent navigation across the site.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"What my clients say about my work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and logo for branding.\",\"section_prompt\":\"A header that includes a logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Feedback\",\"section_description\":\"Read through testimonials from my past clients.\",\"section_prompt\":\"An engaging inner banner focused on client satisfaction.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Testimonials\",\"section_description\":\"A selection of quotes and feedback from clients I\\u2019ve worked with.\",\"section_prompt\":\"A visually appealing section displaying client feedback on my services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Happy Clients\",\"section_description\":\"Interested in working together? Contact me!\",\"section_prompt\":\"An engaging call to action encouraging potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains site navigation links, social media icons, and copyright information.\",\"section_prompt\":\"A standard footer for consistent navigation across the site.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":401}', '2025-09-08 07:36:37', '2025-09-08 07:36:37'),
(406, NULL, NULL, 'LunaGems is a handmade jewelry shop', '{\"website_title\":\"LunaGems\",\"website_description\":\"Discover unique, handmade jewelry crafted with love. Explore our stunning collection and share in our passion for artistry.\",\"website_type\":\"eCommerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewelry, unique jewelry designs, artisan jewelry, custom jewelry pieces, jewelry collection display\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems, your destination for unique, handmade jewelry.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"Explore our captivating collection of unique, handmade jewelry.\",\"section_prompt\":\"Responsive hero display showcasing LunaGems with an enchanting background image of jewelry.\"},{\"section_type\":\"about\",\"section_title\":\"Our Story\",\"section_description\":\"At LunaGems, we believe in the art of jewelry making. Each piece tells a story crafted with love and care.\",\"section_prompt\":\"Informational section highlighting the brand story, presented with beautiful imagery of the crafting process.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Shop Our Collection\",\"section_description\":\"Browse through our stunning array of necklaces, bracelets, earrings, and more, designed just for you.\",\"section_prompt\":\"Grid layout showcasing various jewelry pieces available in the store.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Customization Options\",\"section_description\":\"Make your jewelry uniquely yours with our customization options tailored to your personal style.\",\"section_prompt\":\"Highlighting customization features with visually engaging representations of possible variations.\"},{\"section_type\":\"reviews\",\"section_title\":\"Customer Testimonials\",\"section_description\":\"See what our satisfied customers have to say about their LunaGems experience.\",\"section_prompt\":\"A section featuring quotes from customers with a clean and modern design.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated on the latest styling tips and behind-the-scenes insights from LunaGems.\",\"section_prompt\":\"A curated feed featuring recent blog posts on styling and brand insights.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Material Matters\",\"section_description\":\"Learn about the premium materials we use to create our beautiful jewelry, ensuring quality and durability.\",\"section_prompt\":\"Exploring material details with engaging visuals and descriptions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us Today!\",\"section_description\":\"Discover the magic of LunaGems and find the perfect piece that speaks to you.\",\"section_prompt\":\"A visually striking call-to-action prompting visitors to explore further.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewelry shop\",\"prompt_id\":406}', '2025-09-08 11:26:51', '2025-09-08 11:26:51'),
(407, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Wanderlust Diary\",\"website_description\":\"A vibrant blog showcasing travel adventures and stunning photography, sharing captivating stories and tips for fellow travelers.\",\"website_type\":\"Personal Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, travel adventures, scenic destinations, travel tips\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my vibrant travel blog where I share my adventures and photography.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An eye-catching banner that captures the essence of travel and adventure, featuring stunning imagery.\",\"section_prompt\":\"Responsive hero banner with background image showcasing travel destinations.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Discover who I am and my passion for exploring the world through travel and photography.\",\"section_prompt\":\"A brief introduction about me, my travels, and my photography journey.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Destinations\",\"section_description\":\"A curated selection of places I have explored, each with a visual highlight of stunning images.\",\"section_prompt\":\"Grid layout showcasing different travel destinations with images and short descriptions.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Travel Tips\",\"section_description\":\"Helpful tips and advice for fellow travelers based on my experiences.\",\"section_prompt\":\"A section providing valuable travel advice for optimal experiences.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Adventures\",\"section_description\":\"Check out my most recent travel stories and photography updates.\",\"section_prompt\":\"List of the latest blog posts featuring my travel experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey\",\"section_description\":\"Inspire your travels and take a look at my stories; subscribe for updates and tips.\",\"section_prompt\":\"Encouraging readers to subscribe to the blog for the latest updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic footer with links, copyright information, and social media links.\",\"section_prompt\":\"Contain standard footer elements for a travel blog.\"}]},{\"page_type\":\"services\",\"page_title\":\"Photography Portfolio\",\"page_description\":\"Explore my collection of stunning travel photography that captures the essence of adventure.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Standard header for all pages of the website with navigation links.\",\"section_prompt\":\"Basic navigation header with links to home, services, blog, and contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Portfolio\",\"section_description\":\"A showcase of my best travel photography, demonstrating my skills and style.\",\"section_prompt\":\"Inner banner that introduces the portfolio section.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Landscape Photography\",\"section_description\":\"A selection of captivating landscapes from my travels across various destinations.\",\"section_prompt\":\"A layout with a stunning landscape photograph on one side and a description on the other.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Urban Exploration\",\"section_description\":\"Explore the charm of bustling cities through my lens with a collection of urban shots.\",\"section_prompt\":\"A well-composed section featuring urban photographs alongside descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Cultural Moments\",\"section_description\":\"Vivid images showcasing cultural experiences encountered during my travels.\",\"section_prompt\":\"A section displaying cultural photographs with descriptive text.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my photography process and availability for collaborations.\",\"section_prompt\":\"Collated FAQs regarding photography inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Interested in working together? Let\\u2019s discuss your photography needs or collaborations.\",\"section_prompt\":\"A section prompting readers to reach out for collaboration opportunities.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links and social media icons.\",\"section_prompt\":\"Standard footer elements for easy navigation.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Stories\",\"page_description\":\"A blog filled with my travel stories, experiences, and photography from around the globe.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header consistent throughout the site.\",\"section_prompt\":\"Standard header with links to main sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Stories\",\"section_description\":\"Dive into my latest adventures and explore the world through my stories and photography.\",\"section_prompt\":\"Banner introducing the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Posts\",\"section_description\":\"Curated posts that showcase my most engaging travel stories and insights.\",\"section_prompt\":\"A grid layout displaying blog posts with images and excerpt teasers.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Travel Tips\",\"section_description\":\"Helpful travel tips shared throughout my stories for fellow adventurers.\",\"section_prompt\":\"Highlighting travel advice integrated into various blog entries.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Adventures\",\"section_description\":\"Catch up on the most recent stories shared from my travels.\",\"section_prompt\":\"A list of the latest blog posts regardless of category.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Stay updated with my latest travels and photography by subscribing to my blog.\",\"section_prompt\":\"Encouraging readers to sign up for email updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with essential links and social media connections.\",\"section_prompt\":\"Basic footer components for easy access.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Connect with me for inquiries, feedback, or collaboration opportunities.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Consistent navigation header for site access.\",\"section_prompt\":\"Top header for site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"I would love to hear from you! Reach out for questions or collaborations.\",\"section_prompt\":\"Banner highlighting the purpose of the contact page.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"A simple form to get in touch with me for any inquiries.\",\"section_prompt\":\"A form layout allowing readers to send messages.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of the page with essential information and links.\",\"section_prompt\":\"Standard footer content.\"}]},{\"page_type\":\"destinations\",\"page_title\":\"Explore Destinations\",\"page_description\":\"A detailed account of various places I\'ve traveled to, rich with stories and imagery.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Website navigation header serves the same function across pages.\",\"section_prompt\":\"Consistent navigation header with links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore Destinations\",\"section_description\":\"An introduction to the various destinations I have visited, rich in culture and experience.\",\"section_prompt\":\"Highlighting the purpose of the Destinations page.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Destination Highlights\",\"section_description\":\"A grid showcasing significant locations I\'ve traveled to, sharing images and fun facts.\",\"section_prompt\":\"Grid display of featured travel locations with descriptions.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Cultural Insights\",\"section_description\":\"Share insights and stories encountered in different cultures around the world during my travels.\",\"section_prompt\":\"Highlighting experiences and cultural lessons learned.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Travel Stats\",\"section_description\":\"A visual representation of my travel achievements, including countries visited and experiences gathered.\",\"section_prompt\":\"Visual statistics showing travels done throughout the years.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Plan Your Adventure\",\"section_description\":\"Ready to travel? Reach out for tips and inspiration tailored for your journey.\",\"section_prompt\":\"Encouragement to contact me for travel planning insights.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closure with footer links and social media details.\",\"section_prompt\":\"Standard footer for site navigation.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":407}', '2025-09-08 12:03:27', '2025-09-08 12:03:28'),
(408, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A platform to showcase my graphic design work, including projects, client testimonials, and insights on design trends.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Entertainment\",\"search_query\":\"graphic design portfolio, modern design showcase, client testimonials, design trends, creative design projects\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets professionalism.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"Welcome to my graphic design portfolio, showcasing my creativity and skills in design. Explore my projects and insights.\",\"section_prompt\":\"A full-width hero section that captures attention with an engaging image of design work.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey in graphic design and what inspires my creativity.\",\"section_prompt\":\"A section that introduces me as a graphic designer and shares my background and influences.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"A curated selection of projects demonstrating my skills and design process.\",\"section_prompt\":\"A grid layout featuring thumbnails of design projects, linking to detailed pages about each project.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from my satisfied clients about their experiences working with me.\",\"section_prompt\":\"A visually appealing section displaying quotes from clients, highlighting their satisfaction.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with my blog on design trends and tips.\",\"section_prompt\":\"A preview of the latest blog posts, offering insights into the design world.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in collaborating or have questions? Reach out to me!\",\"section_prompt\":\"A motivating section encouraging visitors to contact me for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Additional links and contact information.\",\"section_prompt\":\"Footer section with navigation links and copyright information.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Design Services\",\"page_description\":\"Explore the various graphic design services I offer to clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for the services page.\",\"section_prompt\":\"Standard header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Design Services\",\"section_description\":\"This section provides an overview of the graphic design services I provide.\",\"section_prompt\":\"A banner section introducing the services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Creating unique brand identities that resonate with target audiences.\",\"section_prompt\":\"A two-column layout showcasing brand identity services with images and descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Marketing Materials\",\"section_description\":\"Designing impactful marketing materials to enhance your digital presence.\",\"section_prompt\":\"A two-column layout highlighting digital marketing material offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Expert design for print materials such as brochures and business cards.\",\"section_prompt\":\"A section featuring print design services with visuals and explanations.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions about my design services and processes answered.\",\"section_prompt\":\"An FAQ layout that addresses typical client queries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Start?\",\"section_description\":\"Contact me today to discuss your design project!\",\"section_prompt\":\"Encouraging visitors to reach out or schedule a consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Additional links and contact information.\",\"section_prompt\":\"Footer section with navigation links and copyright information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"Latest articles and insights on graphic design trends, tips, and best practices.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for the blog page.\",\"section_prompt\":\"Standard header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Insights\",\"section_description\":\"Explore my latest thoughts and insights into the graphic design world.\",\"section_prompt\":\"A banner section introducing the blog content.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"A curated grid of my most recent articles on design.\",\"section_prompt\":\"A grid layout displaying titles and excerpts of recent blog posts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Popular Topics\",\"section_description\":\"Explore popular topics discussed in my blog.\",\"section_prompt\":\"A section highlighting key topics or series of posts within the blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Stay updated with my latest articles and insights.\",\"section_prompt\":\"Encouraging visitors to subscribe to the blog newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Additional links and contact information.\",\"section_prompt\":\"Footer section with navigation links and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Contact me to discuss your design needs or for inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for the contact page.\",\"section_prompt\":\"Standard header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"I would love to hear from you! Please fill out the form below.\",\"section_prompt\":\"A banner prompting visitors to contact me.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to reach out to me.\",\"section_prompt\":\"A form for visitors to submit their inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Additional links and contact information.\",\"section_prompt\":\"Footer section with navigation links and copyright information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"A showcase of my best graphic design projects and case studies.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for the portfolio page.\",\"section_prompt\":\"Standard header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Portfolio\",\"section_description\":\"Explore my portfolio to see examples of my graphic design work.\",\"section_prompt\":\"A banner section introducing the portfolio content.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project 1: Branding\",\"section_description\":\"A detailed look at a branding project, including process and tools used.\",\"section_prompt\":\"A two-column layout with images showcasing the branding project.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project 2: Marketing Campaign\",\"section_description\":\"Overview of a marketing campaign project, showcasing design elements and strategy.\",\"section_prompt\":\"A section featuring the marketing campaign with visuals and descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project 3: Print Material\",\"section_description\":\"Showcasing print material designs and creative approaches.\",\"section_prompt\":\"A section focusing on print materials with images and narratives.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Collaborating?\",\"section_description\":\"Let\'s work together on your next design project!\",\"section_prompt\":\"A section encouraging visitors to reach out for collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Additional links and contact information.\",\"section_prompt\":\"Footer section with navigation links and copyright information.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":408}', '2025-09-08 12:44:50', '2025-09-08 12:44:50'),
(410, NULL, NULL, 'LunaGems is a handmade jewelry shop', '{\"website_title\":\"LunaGems\",\"website_description\":\"Discover unique handmade jewelry at LunaGems, where creativity meets craftsmanship. Explore our exquisite collections and find the perfect piece that resonates with your style.\",\"website_type\":\"E-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewelry, artisanal gems, jewelry collections, jewelry care tips, unique jewelry designs\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems, your destination for artisanal jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Site navigation and branding elements.\",\"section_prompt\":\"The header section will include the logo and main navigation menu.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"Explore our unique jewelry pieces crafted with care.\",\"section_prompt\":\"A visually stunning hero image showcasing featured jewelry pieces.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about LunaGems\\u2019 journey and passion for handmade jewelry.\",\"section_prompt\":\"This section will provide a background story that connects with visitors.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Collections\",\"section_description\":\"Browse through our unique ranges of artisanal jewelry.\",\"section_prompt\":\"Display a grid of featured jewelry collections with images and brief descriptions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Visit our online store to purchase your favorite pieces.\",\"section_prompt\":\"Encourage visitors to explore the e-commerce section.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest from Our Blog\",\"section_description\":\"Get tips and updates on jewelry care and styling ideas.\",\"section_prompt\":\"Highlight recent blog posts with links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing additional links and social media icons.\",\"section_prompt\":\"The footer section will include links to policy pages and social media.\"}]},{\"page_type\":\"about\",\"page_title\":\"Our Story\",\"page_description\":\"Dive into the artistry behind LunaGems.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Site navigation and branding elements.\",\"section_prompt\":\"The header section will include the logo and main navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"A glimpse into our passion for jewelry.\",\"section_prompt\":\"An inner banner introducing the story of LunaGems.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Craftsmanship\",\"section_description\":\"Discover the techniques and passion behind our handmade jewelry.\",\"section_prompt\":\"A detailed narrative on our artistry and craftsmanship.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Understanding the unique qualities of choosing handmade jewelry.\",\"section_prompt\":\"Highlight benefits of buying artisanal jewelry.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Newsletter\",\"section_description\":\"Stay updated with our latest collections and offers.\",\"section_prompt\":\"Encourage sign-ups for our newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing additional links and social media icons.\",\"section_prompt\":\"The footer section will include links to policy pages and social media.\"}]},{\"page_type\":\"products\",\"page_title\":\"Shop Collections\",\"page_description\":\"Explore our exquisite line of handmade jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Site navigation and branding elements.\",\"section_prompt\":\"The header section will include the logo and main navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Shop Collections\",\"section_description\":\"Browse our curated collections of artisanal jewelry.\",\"section_prompt\":\"An inner banner inviting users to explore product listings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Necklaces\",\"section_description\":\"Explore our unique handmade necklaces that resonate with your style.\",\"section_prompt\":\"Showcase images and descriptions of the necklace collection.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Bracelets\",\"section_description\":\"Find the perfect bracelet that compliments your wardrobe.\",\"section_prompt\":\"Showcase images and descriptions of the bracelet collection.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Earrings\",\"section_description\":\"Discover stunning earrings to add flair to any outfit.\",\"section_prompt\":\"Showcase images and descriptions of the earrings collection.\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQs\",\"section_description\":\"Answers to common questions about our products and ordering.\",\"section_prompt\":\"Provide a section addressing frequent customer inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More\",\"section_description\":\"Visit our full catalog for more unique pieces.\",\"section_prompt\":\"Encourage visitors to see more jewelry items.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing additional links and social media icons.\",\"section_prompt\":\"The footer section will include links to policy pages and social media.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Jewelry Tips\",\"page_description\":\"Insights and advice on jewelry care and styling.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Site navigation and branding elements.\",\"section_prompt\":\"The header section will include the logo and main navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Jewelry Tips\",\"section_description\":\"Your source for expert advice on jewelry.\",\"section_prompt\":\"An inner banner introducing the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Browse our recent blog posts for jewelry care tips.\",\"section_prompt\":\"Display a grid layout of recent blog posts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Styling Ideas\",\"section_description\":\"Get stylish ideas on how to wear your jewelry.\",\"section_prompt\":\"Share tips and creative ways to pair jewelry.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Sign Up for Tips\",\"section_description\":\"Subscribe for our latest articles directly in your inbox.\",\"section_prompt\":\"Encourage visitors to join the newsletter for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing additional links and social media icons.\",\"section_prompt\":\"The footer section will include links to policy pages and social media.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"We\\u2019d love to hear from you!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Site navigation and branding elements.\",\"section_prompt\":\"The header section will include the logo and main navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Reach out with your inquiries.\",\"section_prompt\":\"An inner banner introducing the contact section.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below and we\\u2019ll get back to you promptly.\",\"section_prompt\":\"Include a contact form for visitor inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing additional links and social media icons.\",\"section_prompt\":\"The footer section will include links to policy pages and social media.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewelry shop\",\"prompt_id\":410}', '2025-09-09 04:39:49', '2025-09-09 04:39:49');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(411, NULL, NULL, 'LunaGems is a handmade jewelry shop', '{\"website_title\":\"LunaGems Handmade Jewelry\",\"website_description\":\"Discover unique, artisanal jewelry at LunaGems, where creativity meets craftsmanship. Shop our exquisite collections today!\",\"website_type\":\"e-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewelry, artisanal designs, unique jewelry, jewelry collection, creative jewelry\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems, your premier destination for handmade jewelry and unique designs.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A visually stunning introduction to LunaGems, showcasing our unique pieces and inviting visitors to explore the collection.\",\"section_prompt\":\"Full-width image with a welcoming message and a call-to-action button to shop now.\"},{\"section_type\":\"about\",\"section_title\":\"Our Story\",\"section_description\":\"Learn about the inspiration behind LunaGems and the passion that fuels our artisan creations.\",\"section_prompt\":\"An engaging story about our brand, featuring images that represent our ethos.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Best Sellers\",\"section_description\":\"Showcase our most popular jewelry pieces that have captured the hearts of our customers.\",\"section_prompt\":\"A grid layout displaying images of best-selling products with brief descriptions.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Seasonal Collections\",\"section_description\":\"Explore our limited-time seasonal collections that reflect the current trends in jewelry design.\",\"section_prompt\":\"A visually appealing grid displaying seasonal items to encourage seasonal shopping.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Quality Craftsmanship\",\"section_description\":\"Discover the care and attention to detail that goes into every piece of jewelry we create.\",\"section_prompt\":\"A highlight of our craftsmanship process, featuring images or videos of artisans at work.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest from Our Blog\",\"section_description\":\"Stay updated with our latest jewelry care tips, styling ideas, and collection launches.\",\"section_prompt\":\"Preview of recent blog posts with enticing excerpts and images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Subscribe to our newsletter for exclusive updates and special offers.\",\"section_prompt\":\"An inviting call to sign up for the newsletter with a simple email entry form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic footer information, including links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"Standard footer layout with links and social media icons.\"}]},{\"page_type\":\"services\",\"page_title\":\"Product Offerings\",\"page_description\":\"Explore our diverse range of handmade jewelry designs crafted with love and artistry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction header section.\",\"section_prompt\":\"Standard header section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Unique Designs\",\"section_description\":\"A glimpse into the beautiful designs offered at LunaGems.\",\"section_prompt\":\"A background image showcasing our jewelry pieces with a descriptive overlay.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Earrings Collection\",\"section_description\":\"Discover our unique range of handcrafted earrings designed for every occasion.\",\"section_prompt\":\"A section featuring stunning images of earrings paired with descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Necklaces Collection\",\"section_description\":\"Explore our exquisite necklaces that blend elegance and artistry.\",\"section_prompt\":\"Compelling visuals of necklaces with texts detailing their uniqueness.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Bracelets Collection\",\"section_description\":\"Wrap your wrist in elegance with our artisanal bracelets.\",\"section_prompt\":\"Visually enhanced presentation of bracelet designs accompanied by brief stories.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common queries about our products and services.\",\"section_prompt\":\"A list of frequently asked questions with clear, concise answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Encourage visitors to browse our complete collection and make a purchase.\",\"section_prompt\":\"A strong call-to-action button prompting users to shop our offerings.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic footer information, including links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"Standard footer layout with links and social media icons.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Jewelry Insights\",\"page_description\":\"Explore our blog for tips, tricks, and news from the world of jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction header section for the blog.\",\"section_prompt\":\"Standard header section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Discover insightful articles about jewelry care, trends, and styling.\",\"section_prompt\":\"A decorative banner for the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts Grid\",\"section_description\":\"A grid layout displaying recent informative blog posts, encouraging readers to explore further.\",\"section_prompt\":\"A structured grid of blog entries with images and excerpts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Jewelry Care Tips\",\"section_description\":\"Practical advice to keep your jewelry looking its best.\",\"section_prompt\":\"A section dedicated to highlighting care tips, possibly with infographics.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"New Collections Unveiled\",\"section_description\":\"Stay tuned for updates on our latest jewelry collections launching soon.\",\"section_prompt\":\"Introduction to new collections with upcoming release dates.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encourage visitors to subscribe for the latest news and articles.\",\"section_prompt\":\"A prominent call to action for newsletter subscription.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic footer information, including links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"Standard footer layout with links and social media icons.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"We\'d love to hear from you! Reach out to us with any questions or feedback.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for the contact page.\",\"section_prompt\":\"Standard header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Connect with Us\",\"section_description\":\"Find various ways to contact us and stay connected.\",\"section_prompt\":\"A welcoming section inviting customers to connect.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch with us directly.\",\"section_prompt\":\"A simple contact form field structure for user inquiries.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Follow Us\",\"section_description\":\"Get connected through our social media channels for the latest updates.\",\"section_prompt\":\"A display of social media icons with links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic footer information, including links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"Standard footer layout with links and social media icons.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewelry shop\",\"prompt_id\":411}', '2025-09-09 04:42:42', '2025-09-09 04:42:42'),
(414, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Creative Design Portfolio\",\"website_description\":\"A dynamic portfolio showcasing my graphic design work, creative journey, and skills, featuring projects, insights, and client testimonials.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative design projects, client testimonials, design trends insights\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my dynamic graphic design portfolio where creativity meets innovation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation menu for easy access to all sections of the website.\",\"section_prompt\":\"Header section includes a logo and navigation links, responsive layout.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An inviting introduction to my graphic design work and creative philosophy.\",\"section_prompt\":\"Full-width hero section with a striking image representing design creativity.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"An overview of my background, education, and design philosophy.\",\"section_prompt\":\"Text block detailing my journey in graphic design with an image.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"A showcase of selected graphic design projects highlighting my skills and creativity.\",\"section_prompt\":\"Grid layout displaying thumbnails of design projects linked to their detailed pages.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback and testimonials from clients I\'ve worked with, showcasing my impact.\",\"section_prompt\":\"Carousel displaying quotes and names of clients in a visually appealing format.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Insights\",\"section_description\":\"A sneak peek into my latest blog posts discussing design trends and insights.\",\"section_prompt\":\"Section showing featured images and titles of recent blog articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Connect!\",\"section_description\":\"Encourage visitors to contact me for inquiries or collaborations.\",\"section_prompt\":\"A visually striking call-to-action button leading to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information, copyright details, and quick links for navigation.\",\"section_prompt\":\"Footer section with links to social media, site map, and copyright information.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Skills\",\"page_description\":\"An overview of my design skills and services offered to clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation menu for easy access to all sections.\",\"section_prompt\":\"Header with links to navigate without confusion.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Expertise in Design\",\"section_description\":\"Highlighting the graphic design services I provide to clients.\",\"section_prompt\":\"Inner banner that emphasizes the skills offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding & Identity Design\",\"section_description\":\"Creating unique branding experiences that resonate with audiences.\",\"section_prompt\":\"Visual design and text description about my branding services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Designing physical materials that capture attention and effectively communicate ideas.\",\"section_prompt\":\"A section featuring my print design capabilities with images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Design\",\"section_description\":\"Crafting digital experiences that engage and inspire users through web and mobile design.\",\"section_prompt\":\"Showcasing digital design with visuals.\"},{\"section_type\":\"faqs\",\"section_title\":\"Common Questions\",\"section_description\":\"Answers to frequently asked questions about my services and process.\",\"section_prompt\":\"A simple accordion-style section for easy navigation of common inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Encouragement for potential clients to reach out for services.\",\"section_prompt\":\"A bold call-to-action leading to contact with a design inquiry form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Include contact details and links to previous sections.\",\"section_prompt\":\"Standard footer supporting easy navigation.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"Latest thoughts and articles on design trends and personal insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation menu for blog access.\",\"section_prompt\":\"Menu layout that includes blog specific links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles on Design\",\"section_description\":\"Current topics and insights discussed in my blog.\",\"section_prompt\":\"Inner banner showcasing the blog theme.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Blog Posts\",\"section_description\":\"A selection of highlighted articles from my blog, focusing on design trends.\",\"section_prompt\":\"Grid layout with all posts featuring images and excerpts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"An overview of my aesthetic principles and approach to graphic design.\",\"section_prompt\":\"Text and image section detailing my thoughts on design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation!\",\"section_description\":\"Inviting readers to comment and engage with my blog posts.\",\"section_prompt\":\"Encouragement section below blog posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with blog links and contact information.\",\"section_prompt\":\"Ensures easy navigation to other pages.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get In Touch\",\"page_description\":\"Reach out for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation menu for contacting me.\",\"section_prompt\":\"Navigational menu to access different website sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A dedicated space for communication and collaboration inquiries.\",\"section_prompt\":\"A visually appealing area introducing the contact form.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"A simple contact form for inquiries, feedback, or collaboration requests.\",\"section_prompt\":\"Form layout for collecting visitor information.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Connect on Social Media\",\"section_description\":\"Links to my social media profiles for additional interaction.\",\"section_prompt\":\"Social media icons leading to my profiles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with important links and copyright information.\",\"section_prompt\":\"Standard layout concluding the contact page.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":414}', '2025-09-09 05:29:11', '2025-09-09 05:29:11'),
(416, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Creative Design Portfolio\",\"website_description\":\"A vibrant showcase of graphic design work highlighting creativity, skills, and unique style.\",\"website_type\":\"portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, creative portfolio, design process, typography, digital art\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my vibrant graphic design portfolio!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the portfolio site.\",\"section_prompt\":\"Header with navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An engaging introduction to my portfolio showcasing an eye-catching design.\",\"section_prompt\":\"Full-width hero banner with a striking graphic design image.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my journey and philosophy in graphic design.\",\"section_prompt\":\"Left-aligned text alongside a personal image.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"A preview of selected projects showcasing my diverse graphic design skills.\",\"section_prompt\":\"Grid layout displaying project thumbnails with hover effects.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Highlights of recent blog posts related to graphic design and inspiration.\",\"section_prompt\":\"Section displaying latest articles or blog entries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to reach out for collaboration or inquiries.\",\"section_prompt\":\"Bold call-to-action section inviting visitors to contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links and social media icons.\",\"section_prompt\":\"Footer with links to social media and additional navigation.\"}]},{\"page_type\":\"services\",\"page_title\":\"Design Services\",\"page_description\":\"Explore the graphic design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the services page.\",\"section_prompt\":\"Header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Services\",\"section_description\":\"Introduction to the various graphic design services offered.\",\"section_prompt\":\"Full-width banner highlighting design services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity\",\"section_description\":\"Detailed explanations of brand identity design, including logos and visual styles.\",\"section_prompt\":\"Side-by-side layout with text describing brand identity services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Insights into print design services such as brochures, business cards, and posters.\",\"section_prompt\":\"Visual representation alongside text about print design offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Design\",\"section_description\":\"Offerings related to digital assets, including social media graphics and web design.\",\"section_prompt\":\"Engaging layout combining images and descriptions of digital design.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions potential clients may have about my services.\",\"section_prompt\":\"Accordion-style layout for easy navigation of FAQs.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact for Services\",\"section_description\":\"Encouragement to reach out for service inquiries and quotes.\",\"section_prompt\":\"Prominent call-to-action section to invite client communications.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links and social media icons.\",\"section_prompt\":\"Footer with links to social media and additional navigation.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"Latest articles and insights from my graphic design journey.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the blog page.\",\"section_prompt\":\"Header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Insights\",\"section_description\":\"Overview of my blog where design ideas and practices are shared.\",\"section_prompt\":\"Banner summarizing the blog\'s purpose.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"A grid layout displaying my latest blog posts about graphic design.\",\"section_prompt\":\"Grid format showcasing article excerpts and featured images.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Design Tips\",\"section_description\":\"Valuable tips and tricks for aspiring graphic designers based on my experiences.\",\"section_prompt\":\"Highlighting expert tips in an engaging layout.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to Updates\",\"section_description\":\"Encouragement for visitors to subscribe for the latest blog updates.\",\"section_prompt\":\"Section inviting visitors to enter their email for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links and social media icons.\",\"section_prompt\":\"Footer with links to social media and additional navigation.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Contact page for potential clients to reach out.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the contact page.\",\"section_prompt\":\"Header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Prompt welcoming visitors to contact for inquiries.\",\"section_prompt\":\"Banner displaying contact encouragement.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"A form allowing visitors to easily send inquiries.\",\"section_prompt\":\"Contact form for messages and client inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links and social media icons.\",\"section_prompt\":\"Footer with links to social media and additional navigation.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Project Showcase\",\"page_description\":\"An extensive gallery displaying all graphic design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the portfolio page.\",\"section_prompt\":\"Header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Project Showcase\",\"section_description\":\"Introduction to my project gallery where creativity shines.\",\"section_prompt\":\"Full-width banner showcasing project highlights.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"Grid layout displaying images of completed graphic design projects.\",\"section_prompt\":\"Beautiful gallery layout of project images.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Creative Process Insights\",\"section_description\":\"Explanations of the creative processes behind showcased projects.\",\"section_prompt\":\"Section highlighting insights into design methodology.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Positive reviews and feedback from clients I\'ve collaborated with.\",\"section_prompt\":\"Highlighting client testimonials in an engaging format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Invitation for visitors to view and explore more of my creative work.\",\"section_prompt\":\"Bold section encouraging visitors to dive deeper into my projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links and social media icons.\",\"section_prompt\":\"Footer with links to social media and additional navigation.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":416}', '2025-09-09 10:40:35', '2025-09-09 10:40:35'),
(422, NULL, NULL, 'A freelance website of a web developer', '{\"website_title\":\"My Web Development Portfolio\",\"website_description\":\"A showcase of my skills, projects, and services as a freelance web developer.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Technology\",\"search_query\":\"web development portfolio, freelance web developer, programming projects, web design, case studies\",\"pages\":[{\"page_type\":\"homepage\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my personal web development portfolio where I showcase my skills, projects, and services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header with navigation links to different sections of the website.\",\"section_prompt\":\"This is the top navigation header section of the website, providing links to other sections.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An impactful introduction to my portfolio with a visual display of my work.\",\"section_prompt\":\"A fullscreen hero section featuring a background image and brief introduction text about me.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my journey into the world of web development and my passion for technology.\",\"section_prompt\":\"This section provides a summary of my professional background and interests in web development.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Highlighting the various services I offer as a freelance web developer.\",\"section_prompt\":\"A grid layout showcasing my main services such as web design, development, and consulting.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"A glimpse of my recent insights and articles on web development.\",\"section_prompt\":\"This section displays the title and summary of my latest blog articles relevant to web development.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback and endorsements from my satisfied clients, highlighting their experiences with my work.\",\"section_prompt\":\"A section for displaying quotes from clients who have worked with me on various projects.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"A visual representation of my key accomplishments in web development.\",\"section_prompt\":\"This section highlights the number of projects completed, years of experience, and a few client names.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to reach out for collaboration or inquiries.\",\"section_prompt\":\"Final call to action section inviting users to contact me for potential projects.\"}]}],\"user_prompt\":\"A freelance website of a web developer\",\"prompt_id\":422}', '2025-09-10 06:32:31', '2025-09-10 06:32:31'),
(423, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Graphic Design Portfolio\",\"website_description\":\"A professional showcase of creative graphic design work, including portfolio projects, design philosophy, and insights on industry trends.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, creative portfolio, design projects, artist showcase, design insights\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where creativity meets professional aesthetics.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"This section introduces visitors to my graphic design work, highlighting the essence of creativity and professionalism.\",\"section_prompt\":\"A full-width hero image that encapsulates my design style with an enticing welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my background, experience, and artistic journey in graphic design.\",\"section_prompt\":\"A short paragraph about my design philosophy and creative inspirations.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Overview of the various graphic design services I offer, from branding to digital illustration.\",\"section_prompt\":\"A grid layout showcasing each service with accompanying images and brief descriptions.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Design Achievements\",\"section_description\":\"Highlighting key statistics such as projects completed, years of experience, and clients worked with.\",\"section_prompt\":\"A visual bar with statistics that visually represents my experience and accomplishments.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"A segment featuring the most recent posts from my blog on design insights and trends.\",\"section_prompt\":\"A dynamic grid showing the latest articles from my blog with images.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"A curated selection of testimonials from past clients reflecting their satisfaction and feedback on my work.\",\"section_prompt\":\"A section designed like a carousel to showcase different client testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to reach out for inquiries and collaborations.\",\"section_prompt\":\"A prominent call-to-action button leading to the contact page.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":423}', '2025-09-10 07:13:26', '2025-09-10 07:13:26'),
(424, NULL, NULL, 'LunaGems is a handmade jewelry shop', '{\"website_title\":\"LunaGems - Handmade Jewelry\",\"website_description\":\"Explore the beauty of handcrafted jewelry at LunaGems, where each piece is made with love and creativity. Dive into our collection and find the perfect accessory that reflects your style.\",\"website_type\":\"e-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewelry, artisan jewelry, jewelry care tips, creative accessories, unique jewelry\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to the magical world of LunaGems, where handmade jewelry comes to life.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the website.\",\"section_prompt\":\"Top navigation bar with links to various sections of the site.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Jewelry Showcase\",\"section_description\":\"A stunning display of our latest handmade jewelry pieces.\",\"section_prompt\":\"Large hero image slider showcasing featured pieces in a responsive format.\"},{\"section_type\":\"about\",\"section_title\":\"About LunaGems\",\"section_description\":\"Learn about the inspiration and journey behind LunaGems.\",\"section_prompt\":\"A brief introduction about LunaGems\' story and vision, formatted as text with images.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Products\",\"section_description\":\"Browse through our exquisite handmade jewelry collection.\",\"section_prompt\":\"Grid layout displaying various jewelry pieces each with images and short descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest from the Blog\",\"section_description\":\"Discover our latest blog posts on jewelry care and styling tips.\",\"section_prompt\":\"Preview of recent blog posts with titles and short excerpts.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Testimonials\",\"section_description\":\"Hear from our satisfied customers about their LunaGems experience.\",\"section_prompt\":\"A section showcasing quotes from customers, formatted with a stylish layout.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Explore our full collection and find your next favorite piece.\",\"section_prompt\":\"A prominent button or link encouraging users to visit the shop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links and social media.\",\"section_prompt\":\"Contains links to privacy policy, terms of service, and social media handles.\"}]},{\"page_type\":\"services\",\"page_title\":\"Product Gallery\",\"page_description\":\"Explore our exquisite collection of handmade jewelry pieces.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the product gallery.\",\"section_prompt\":\"Top navigation bar with links to various sections of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Product Gallery\",\"section_description\":\"Immerse yourself in our curated selection of unique jewelry pieces.\",\"section_prompt\":\"Description of the product gallery with an appealing layout.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Necklaces\",\"section_description\":\"Discover our splendid array of handmade necklaces.\",\"section_prompt\":\"A visually engaging section featuring images of necklaces with descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Earrings\",\"section_description\":\"Explore our collection of beautifully crafted earrings.\",\"section_prompt\":\"Highlighting images with detailed descriptions of earrings and their craftsmanship.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Bracelets\",\"section_description\":\"Check out our unique selection of handcrafted bracelets.\",\"section_prompt\":\"A formatted section showcasing images of bracelets with their stories.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Get answers to common questions about our jewelry.\",\"section_prompt\":\"List of frequently asked questions with clear answers, formatted for clarity.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Browse through our entire collection and find your perfect piece.\",\"section_prompt\":\"A prominent button to encourage browsing the shop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links and social media.\",\"section_prompt\":\"Contains links to privacy policy, terms of service, and social media handles.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Jewelry Tips\",\"page_description\":\"Discover valuable tips and insights about jewelry care and styling.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the blog.\",\"section_prompt\":\"Top navigation bar with links to various sections of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Explore our latest articles on jewelry care and styling advice.\",\"section_prompt\":\"Description of the blog section highlighting its purpose.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Browse our latest blog posts on jewelry tips and styling.\",\"section_prompt\":\"Grid layout of articles with featured images and excerpts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Care for Your Jewelry\",\"section_description\":\"Learn how to maintain the beauty of your handmade pieces.\",\"section_prompt\":\"Tips and advice section focusing on jewelry maintenance.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Styling Tips\",\"section_description\":\"Best ways to style your LunaGems jewelry.\",\"section_prompt\":\"Advice and ideas for wearing jewelry in different styles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Engage with us and share your jewelry stories.\",\"section_prompt\":\"Encouragement for readers to comment or share on social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links and social media.\",\"section_prompt\":\"Contains links to privacy policy, terms of service, and social media handles.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"We would love to hear from you! Contact us for inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the contact page.\",\"section_prompt\":\"Top navigation bar with links to various sections of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Reach out to us for any questions or inquiries you may have.\",\"section_prompt\":\"Description of the contact page inviting users to connect.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch with us.\",\"section_prompt\":\"A contact form for visitors to submit inquiries.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Location\",\"section_description\":\"Find out where we\'re based and how to reach us.\",\"section_prompt\":\"Text detailing location and other ways to connect.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links and social media.\",\"section_prompt\":\"Contains links to privacy policy, terms of service, and social media handles.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewelry shop\",\"prompt_id\":424}', '2025-09-11 04:21:02', '2025-09-11 04:21:02'),
(425, NULL, NULL, 'A freelance website of a web developer', '{\"website_title\":\"Freelance Web Developer\",\"website_description\":\"Showcasing my skills and services as a freelance web developer, including portfolio, services, blog insights, and contact information for potential clients.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Technology\",\"search_query\":\"web development, freelance web design, portfolio website, web development tips, client testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my freelance web development site. Discover my skills, services, and insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the website\",\"section_prompt\":\"Standard website header for easy navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"Highlighting my freelance web development services with a stunning visual welcome.\",\"section_prompt\":\"Large, visually appealing hero banner showcasing web development work.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background, skills, and passion for web development.\",\"section_prompt\":\"Overview of my journey as a web developer.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"A showcase of the various web development services I provide.\",\"section_prompt\":\"Grid layout presenting different services like web design, development, and maintenance.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Achievements\",\"section_description\":\"Highlighting key statistics about my contributions and projects.\",\"section_prompt\":\"Visual representation of completed projects, satisfied clients, and impacted websites.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Catch up with my latest blog posts and insights about web development.\",\"section_prompt\":\"Summary of recent blog articles with links.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Comments and feedback from clients about my work and services.\",\"section_prompt\":\"Carousel or grid layout featuring client reviews.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to reach out for project inquiries or collaborations.\",\"section_prompt\":\"Call-to-action button prompting contact or consultations.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Detailed description of the web development services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the services page\",\"section_prompt\":\"Standard website header for easy navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Overview of the services provided as a freelance web developer.\",\"section_prompt\":\"Banner introducing the services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"Creative and user-friendly web design services tailored to fit your needs.\",\"section_prompt\":\"Visual and text presentation of web design services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Development\",\"section_description\":\"Robust web development services using the latest technologies and frameworks.\",\"section_prompt\":\"Visual layout describing web development capabilities.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Website Maintenance\",\"section_description\":\"Ongoing support and maintenance services to keep your website running smoothly.\",\"section_prompt\":\"Visual showcasing maintenance services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answering common queries related to my services and freelance work.\",\"section_prompt\":\"Section addressing FAQs regarding services, pricing, and process.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project\",\"section_description\":\"Encouragement to reach out to discuss project ideas.\",\"section_prompt\":\"Call-to-action section to inspire potential clients to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information including links and copyright.\",\"section_prompt\":\"Footer with relevant links and copyright information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Blogs\",\"page_description\":\"Explore articles and insights about web development trends and tips.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the blog page\",\"section_prompt\":\"Standard website header for easy navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"Introduction to my blog where I share thoughts on web development.\",\"section_prompt\":\"Banner introducing the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"Grid of the most recent articles containing knowledge and insights.\",\"section_prompt\":\"Grid layout showcasing blog posts with excerpts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Tips and Trends\",\"section_description\":\"Highlighting essential tips and emerging trends in web development.\",\"section_prompt\":\"Section focusing on tips for developers and industry insights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Inviting readers to subscribe and receive updates about new posts.\",\"section_prompt\":\"Call-to-action encouraging subscription for blog updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information including links and copyright.\",\"section_prompt\":\"Footer with relevant links and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch and reach out for project inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the contact page\",\"section_prompt\":\"Standard website header for easy navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Your source to reach out and discuss potential projects with me.\",\"section_prompt\":\"Banner introducing the contact section.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Simple form for potential clients to fill out for inquiries.\",\"section_prompt\":\"Form layout for visitors to submit inquiries to me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information including links and copyright.\",\"section_prompt\":\"Footer with relevant links and copyright information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"Showcasing my collection of past projects and successful implementations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the portfolio page\",\"section_prompt\":\"Standard website header for easy navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Portfolio\",\"section_description\":\"A curated list of my past web development projects and designs.\",\"section_prompt\":\"Banner introducing the portfolio of work.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Showcase\",\"section_description\":\"Visual representation of my best projects across various industries.\",\"section_prompt\":\"Grid layout displaying images of completed projects.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Project Details\",\"section_description\":\"In-depth descriptions of selected projects highlighting challenges and solutions.\",\"section_prompt\":\"Text-centric section detailing specific projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"View More Projects\",\"section_description\":\"Encouraging visitors to explore more of my work and capabilities.\",\"section_prompt\":\"Call-to-action section inviting visitors to view full portfolio.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information including links and copyright.\",\"section_prompt\":\"Footer with relevant links and copyright information.\"}]}],\"user_prompt\":\"A freelance website of a web developer\",\"prompt_id\":425}', '2025-09-11 04:24:26', '2025-09-11 04:24:26');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(428, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Explore my creative journey and discover exceptional graphic design work that showcases my skills and artistic vision.\",\"website_type\":\"personal\",\"website_industry\":\"Entertainment\",\"search_query\":\"graphic design, portfolio, creative design, artist showcase, design trends\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where creativity meets innovation.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A visually striking introduction to my portfolio, setting the tone for creativity and design excellence.\",\"section_prompt\":\"The hero banner featuring a captivating design image, an introduction to my work with a stylish layout.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Get to know my journey, background, and the passion behind my designs.\",\"section_prompt\":\"A brief section about my design journey and experiences presented in a personal narrative.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"A curated grid showcasing my best graphic design projects.\",\"section_prompt\":\"A visually organized grid displaying my top projects with thumbnail images and titles.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blogs\",\"section_description\":\"Check out the latest articles where I share insights on graphic design trends.\",\"section_prompt\":\"A section that highlights snippets and links to my recent blog posts, featured with engaging images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate!\",\"section_description\":\"Interested in working together? Reach out to discuss your project today!\",\"section_prompt\":\"A friendly call to action inviting visitors to contact me for collaboration, designed attractively.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer for site navigation and important links.\",\"section_prompt\":\"A standard footer layout with useful links and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Design Services\",\"page_description\":\"Comprehensive design services tailored to enhance your brand\'s visual identity.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate to my services that enhance your brand\'s visuals.\",\"section_prompt\":\"Standard header introducing my services.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Services\",\"section_description\":\"An overview highlighting the different design services I offer.\",\"section_prompt\":\"A dedicated banner that emphasizes my design expertise.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Creating unique brand identities that resonate with audiences and build trust.\",\"section_prompt\":\"Responsive left-aligned section with an image showcasing brand identity examples.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Stunning print designs for brochures, business cards, and more that capture attention.\",\"section_prompt\":\"A section to highlight print design projects with descriptive visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"User-friendly and visually appealing website designs that enhance online presence.\",\"section_prompt\":\"Descriptions accompanied by web design screenshots for better visualization.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my design services.\",\"section_prompt\":\"A section containing common inquiries relating to services and their answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Begin Your Project\",\"section_description\":\"Ready to get started? Let\'s discuss your vision today!\",\"section_prompt\":\"Call to action prompting users to reach out for their projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer for site navigation and important links.\",\"section_prompt\":\"A standard footer layout with useful links and contact information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"A visual showcase of my best graphic design works, demonstrating creativity and skill.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to my portfolio, the visual representation of my creative abilities.\",\"section_prompt\":\"Standard header with navigation for the portfolio page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Portfolio Showcase\",\"section_description\":\"Explore my collection of graphic design projects ranging from digital to print.\",\"section_prompt\":\"Striking banner to introduce my portfolio gallery.\"},{\"section_type\":\"gallery\",\"section_title\":\"Gallery of Works\",\"section_description\":\"An extensive gallery showcasing a variety of my design works.\",\"section_prompt\":\"Images displayed in a grid format presenting different design projects.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Featured Projects\",\"section_description\":\"A highlight of some key projects that illustrate my design versatility.\",\"section_prompt\":\"Highlighting a few selected key projects with engaging descriptions.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Design Achievements\",\"section_description\":\"Highlights my accomplishments, showcasing the number of projects and satisfied clients.\",\"section_prompt\":\"A visual statistics section that lists achievements relevant to design experience.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"If you like what you see, let\\u2019s discuss how we can work together!\",\"section_prompt\":\"An inviting section encouraging potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer for site navigation and important links.\",\"section_prompt\":\"A standard footer layout with useful links and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"Latest thoughts and insights on graphic design trends, techniques, and ideas.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through my blog focusing on graphic design insights.\",\"section_prompt\":\"Standard header for the blog page with navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Keep up with my latest articles discussing trends and creative insights.\",\"section_prompt\":\"A banner image that highlights the blog\'s focus on design insights.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"Explore my range of articles discussing graphic design practices and trends.\",\"section_prompt\":\"Grid layout to display recent blog posts with brief summaries.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Tips and Tricks\",\"section_description\":\"Helpful design tips to improve your graphic design skills and approach.\",\"section_prompt\":\"A section dedicated to sharing useful tips for aspiring designers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Engage with my thoughts and share your insights on design in the comments!\",\"section_prompt\":\"Call to action inviting readers to interact with blog posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer for site navigation and important links.\",\"section_prompt\":\"A standard footer layout with useful links and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out to discuss your projects, collaborations or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Connect with me for any design inquiries or projects.\",\"section_prompt\":\"Standard header for contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Fill out the form below to get in touch with me regarding design services.\",\"section_prompt\":\"A banner announcing the contact section with a friendly design.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"A form where potential clients can send their messages directly to me.\",\"section_prompt\":\"Simple and clear contact form for user inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer for site navigation and important links.\",\"section_prompt\":\"A standard footer layout with useful links and contact information.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":428}', '2025-09-11 05:21:01', '2025-09-11 05:21:01'),
(429, NULL, NULL, 'A freelance website for a web developer', '{\"website_title\":\"Freelance Web Developer Portfolio\",\"website_description\":\"Showcasing skills, projects, and services of a freelance web developer.\",\"website_type\":\"personal\",\"website_industry\":\"Technology\",\"search_query\":\"freelance web developer, portfolio, web development skills, web design, client testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio website, where you can explore my web development projects and services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section uses a standard header format for navigation.\",\"section_prompt\":\"Responsive top navigation bar with logo and links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An engaging visual introduction to my web development services and skills.\",\"section_prompt\":\"Full-width hero image with a welcoming phrase and a brief introduction.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background, skills, and what I can offer as a web developer.\",\"section_prompt\":\"Well-balanced text and image section describing my journey and expertise.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"A brief overview of the web development services I provide.\",\"section_prompt\":\"A grid layout showcasing the various services such as web design, development, and maintenance.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out my recent blog posts for tips and insights on web development.\",\"section_prompt\":\"Display the latest articles in a styled grid format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch!\",\"section_description\":\"Contact me today to discuss your web development needs.\",\"section_prompt\":\"A call-to-action button encouraging visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer containing necessary links and copyright information.\",\"section_prompt\":\"Standard footer layout with links to important pages.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Detailed information about the web development services offered.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section uses a standard header format for navigation.\",\"section_prompt\":\"Responsive top navigation bar with logo and links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"An overview of the various services that cater to client needs.\",\"section_prompt\":\"A centered banner highlighting the services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"Stunning and functional web design tailored to your brand.\",\"section_prompt\":\"Text on one side, image of a design mockup on the other.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Development\",\"section_description\":\"Expert development utilizing the latest technologies for seamless performance.\",\"section_prompt\":\"Text explanation next to an engaging code-related image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Website Maintenance\",\"section_description\":\"Ongoing support to keep your website running smoothly.\",\"section_prompt\":\"Visuals of maintenance tasks alongside service description.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries about my services.\",\"section_prompt\":\"A detailed list addressing typical client questions regarding web development.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me for Your Project\",\"section_description\":\"Let\'s start discussing your web project today!\",\"section_prompt\":\"Encouraging phrase leading to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer containing necessary links and copyright information.\",\"section_prompt\":\"Standard footer layout with links to important pages.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Insights, tips, and articles about web development.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section uses a standard header format for navigation.\",\"section_prompt\":\"Responsive top navigation bar with logo and links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Explore my blog for valuable insights into web development trends and practices.\",\"section_prompt\":\"An attractive banner to welcome readers to the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"Display of recent posts sharing my thoughts and experiences in web development.\",\"section_prompt\":\"Grid format showcasing various blog posts with snippets.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Tips for Developers\",\"section_description\":\"Offering advice that can help fellow developers improve their skills.\",\"section_prompt\":\"Highlighting essential tips in an engaging format.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet the Team\",\"section_description\":\"Introducing the collaborators and professionals I work with.\",\"section_prompt\":\"Using card layout to display team members with brief bios.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Stay updated with my latest articles and tips by subscribing now!\",\"section_prompt\":\"Encouraging visitors to subscribe to the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer containing necessary links and copyright information.\",\"section_prompt\":\"Standard footer layout with links to important pages.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Feedback\",\"page_description\":\"Reviews and testimonials from my satisfied clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section uses a standard header format for navigation.\",\"section_prompt\":\"Responsive top navigation bar with logo and links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Feedback\",\"section_description\":\"Hear from my clients about their experiences and feedback.\",\"section_prompt\":\"Dynamic banner showcasing client satisfaction.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"A collection of testimonials from happy clients describing their experiences working with me.\",\"section_prompt\":\"Styled section featuring client reviews with names and projects.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Why Clients Choose Me\",\"section_description\":\"Highlighting the reasons behind my successful partnerships with clients.\",\"section_prompt\":\"Highlighting key differentiators and success stories.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Experience\",\"section_description\":\"I welcome your feedback, feel free to share your thoughts!\",\"section_prompt\":\"A section encouraging clients to leave their testimonials.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer containing necessary links and copyright information.\",\"section_prompt\":\"Standard footer layout with links to important pages.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for inquiries or to discuss projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section uses a standard header format for navigation.\",\"section_prompt\":\"Responsive top navigation bar with logo and links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out for project discussions, inquiries, or collaborations.\",\"section_prompt\":\"Banner with contact details aesthetic.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Get In Touch\",\"section_description\":\"Fill out the form below to send me a message directly.\",\"section_prompt\":\"A well-structured contact form allowing visitors to reach me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer containing necessary links and copyright information.\",\"section_prompt\":\"Standard footer layout with links to important pages.\"}]}],\"user_prompt\":\"A freelance website for a web developer\",\"prompt_id\":429}', '2025-09-11 05:25:29', '2025-09-11 05:25:29'),
(430, NULL, NULL, 'Website for Trusted Aviation Advisors named \"Paradise Jets\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.', '{\"website_title\":\"Paradise Jets\",\"website_description\":\"Paradise Jets is your trusted partner in aviation advisory services, offering expert consultation, charter solutions, and aircraft management.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"aviation advisory, private jets, aircraft services, flying, premium charter\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Paradise Jets. Explore our comprehensive aviation advisory services tailored to meet your needs.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Paradise Jets\",\"section_description\":\"Experience unparalleled aviation advisory services with trusted expertise.\",\"section_prompt\":\"Responsive full-width hero section with engaging imagery and welcome text.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"The firm\\u2019s mission is to provide reliable and expert aviation advisory services tailored to each client\'s needs.\",\"section_prompt\":\"Highlight the company\'s mission and values in a centered block format.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our range of services including consultation, charter services, and aircraft management.\",\"section_prompt\":\"Grid layout showcasing service items with images and short descriptions.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Discover the unique benefits of working with Paradise Jets, from personalized service to expert advice.\",\"section_prompt\":\"Highlight key features with icons and concise descriptions in a responsive display.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with the latest blogs and insights from the aviation industry.\",\"section_prompt\":\"A section that draws in recent blog posts, formatted for easy viewing.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from our satisfied clients and learn how we\\u2019ve helped them achieve their goals.\",\"section_prompt\":\"A carousel layout featuring client quotes and feedback.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Contact us today for your tailored aviation solutions. We\\u2019re here to help!\",\"section_prompt\":\"A prominent call-to-action section encouraging visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"All rights reserved \\u00a9 Paradise Jets.\",\"section_prompt\":\"Footer containing copyright and navigation links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Offerings\",\"page_description\":\"Explore the full range of aviation services we provide at Paradise Jets.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main site navigation for Our Offerings section.\",\"section_prompt\":\"Basic header layout for site branding and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Offerings\",\"section_description\":\"Dive deeper into our diverse range of aviation services at Paradise Jets.\",\"section_prompt\":\"Inner banner featuring the page title prominently.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Consultation Services\",\"section_description\":\"We offer personalized aviation consultation to guide you through every step of your journey.\",\"section_prompt\":\"Media and text layout showcasing consultation services with relevant imagery.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Charter Services\",\"section_description\":\"Experience premium private jet charters tailored to your every need and schedule.\",\"section_prompt\":\"Media layout displaying the charter services along with visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Aircraft Acquisition\",\"section_description\":\"Our experts help you navigate the aircraft acquisition process to find the perfect plane.\",\"section_prompt\":\"Media layout providing detailed insights into the acquisition services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common queries regarding our services and processes.\",\"section_prompt\":\"A simple layout for frequently asked questions regarding aviation advisory.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us Now\",\"section_description\":\"Ready to elevate your aviation experience? Reach out for expert services today!\",\"section_prompt\":\"Encouraging section inviting visitors to initiate contact before the footer.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Concluding information with copyright and site navigation.\",\"section_prompt\":\"Footer layout with necessary links and copyright information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Aviation Insights\",\"page_description\":\"Discover the latest trends and updates in the aviation industry through our blog articles.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main site navigation for Aviation Insights section.\",\"section_prompt\":\"Standard header layout for blog navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Aviation Insights\",\"section_description\":\"Stay informed with the latest updates and insights from the aviation sector.\",\"section_prompt\":\"Inner banner featuring the blog title effectively.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Check out our latest blog posts focused on aviation topics and insights.\",\"section_prompt\":\"Grid display of recent blog articles to encourage reading.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Popular Topics\",\"section_description\":\"Explore our most popular blog topics and discussions in the aviation industry.\",\"section_prompt\":\"A section that highlights trending blog topics for easy access.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Join our mailing list to receive the latest articles and news in your inbox.\",\"section_prompt\":\"Invite users to subscribe to the newsletter with a clear call-to-action.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with essential links and copyright information.\",\"section_prompt\":\"Footer layout with relevant navigation links and copyright details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out to Paradise Jets for personalized aviation advisory consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main site navigation for the Contact section.\",\"section_prompt\":\"Standard header layout for branding and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact us for expert aviation solutions tailored to your needs.\",\"section_prompt\":\"Inner banner emphasizing the contact section title.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send us your inquiries, and we\'ll get back to you promptly.\",\"section_prompt\":\"A functional contact form layout for direct inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Find all the ways to connect with us, including phone numbers and email.\",\"section_prompt\":\"List of contact information presented in an organized manner.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section providing site navigation and copyright information.\",\"section_prompt\":\"Layout with essential links and copyright details.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Paradise Jets\",\"page_description\":\"Learn more about the mission, values, and vision of Paradise Jets.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main site navigation for the About section.\",\"section_prompt\":\"Standard header layout for branding and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Paradise Jets\",\"section_description\":\"Discover our mission and values in aviation advisory services.\",\"section_prompt\":\"Inner banner emphasizing the about section with engaging imagery.\"},{\"section_type\":\"about\",\"section_title\":\"Our Mission\",\"section_description\":\"At Paradise Jets, we are committed to providing unparalleled aviation advisory services that prioritize our clients\\u2019 needs.\",\"section_prompt\":\"Highlight the firm\'s mission in a clear and engaging format.\"},{\"section_type\":\"about\",\"section_title\":\"Our Values\",\"section_description\":\"Integrity, Trust, and Excellence guide our practice at Paradise Jets.\",\"section_prompt\":\"Briefly outline the core values of the firm.\"},{\"section_type\":\"about\",\"section_title\":\"Our Vision\",\"section_description\":\"To be the leading aviation advisory service provider known for exceptional service and expertise.\",\"section_prompt\":\"Detail the long-term vision of the firm in a concise manner.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us\",\"section_description\":\"Contact us for more information and become part of our aviation journey.\",\"section_prompt\":\"Encouraging section inviting engagement before the footer.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with necessary links and copyright information.\",\"section_prompt\":\"Layout with relevant navigation links and copyright details.\"}]}],\"user_prompt\":\"Website for Trusted Aviation Advisors named \\\"Paradise Jets\\\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.\",\"prompt_id\":430}', '2025-09-11 05:26:12', '2025-09-11 05:26:12'),
(433, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing my graphic design talent, unique style, and creative journey through impressive projects and client testimonials.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio showcase, creative design, design projects, testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio where creativity comes to life!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the main navigation header for the website.\",\"section_prompt\":\"Standard navigation header with logo and links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my graphic design work and get inspired by my creative vision.\",\"section_prompt\":\"Full-width image background with welcome text overlay.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my background and passion for graphic design.\",\"section_prompt\":\"Left-aligned text layout with a simple profile image on the right.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"A selection of my best works that highlights my skills and creativity.\",\"section_prompt\":\"Grid layout showcasing project thumbnails with brief descriptions.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"What my clients say about working with me and my design solutions.\",\"section_prompt\":\"Carousel of client testimonials with profile images and quotes.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out my latest blog posts where I share tips and insights about design.\",\"section_prompt\":\"List of latest blog post previews with featured images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Collaborate!\",\"section_description\":\"Interested in working together? Get in touch and let\'s discuss your project.\",\"section_prompt\":\"Prominent call to action button leading to the Contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer area for additional links and copyright information.\",\"section_prompt\":\"Standard footer layout with copyright notice and additional links.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Explore the range of graphic design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the main navigation header for the services page.\",\"section_prompt\":\"Standard navigation header with logo and links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"A glimpse into the design services I provide from branding to print design.\",\"section_prompt\":\"Inner banner featuring service page title.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding & Identity\",\"section_description\":\"Creating unique brand identities that resonate with your audience.\",\"section_prompt\":\"Media on one side, text description on the other.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Design\",\"section_description\":\"Engaging digital graphics for your online presence.\",\"section_prompt\":\"Media on one side, text description on the other.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"High-quality print materials to enhance your visibility.\",\"section_prompt\":\"Media on one side, text description on the other.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions about my graphic design services answered here.\",\"section_prompt\":\"List format for FAQ\'s with questions and answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Start?\",\"section_description\":\"Contact me today to bring your ideas to life!\",\"section_prompt\":\"Prominent call to action button leading to the Contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer area for additional links and copyright information.\",\"section_prompt\":\"Standard footer layout with copyright notice and additional links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"Stay updated with my latest thoughts and tips in the graphic design world.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the main navigation header for the blog page.\",\"section_prompt\":\"Standard navigation header with logo and links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Explore my blog for insights, tips, and creative inspiration.\",\"section_prompt\":\"Inner banner featuring blog page title.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"A grid layout showcasing my latest blog articles on graphic design.\",\"section_prompt\":\"Grid layout of blog posts with featured images and excerpts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Graphic Design Tips\",\"section_description\":\"Useful tips for aspiring graphic designers to enhance their skills.\",\"section_prompt\":\"Section highlighting practical advice and design tips.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Sign up to stay informed about my latest projects and articles.\",\"section_prompt\":\"Subscription form prompting users to join a mailing list.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer area for additional links and copyright information.\",\"section_prompt\":\"Standard footer layout with copyright notice and additional links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Contact me for inquiries or collaboration opportunities.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the main navigation header for the contact page.\",\"section_prompt\":\"Standard navigation header with logo and links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out for questions or to discuss your project.\",\"section_prompt\":\"Inner banner featuring contact page title.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Contact Information\",\"section_description\":\"Find my contact details here for collaboration inquiries.\",\"section_prompt\":\"Simple text layout with bullet points for contact info.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send me a message directly.\",\"section_prompt\":\"User-friendly form layout for visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer area for additional links and copyright information.\",\"section_prompt\":\"Standard footer layout with copyright notice and additional links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":433}', '2025-09-11 06:10:51', '2025-09-11 06:10:51'),
(434, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A vivid portfolio showcasing my graphic design work, highlighting my journey, projects, skills, and client testimonials.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, design projects, client testimonials, creative process\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio. Explore my journey, latest works, and client testimonials.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top header of the website, which includes the logo and navigation links.\",\"section_prompt\":\"Include the logo and navigation links at the top of the page.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An eye-catching hero section featuring a standout design piece and a tagline.\",\"section_prompt\":\"A large full-width image representing my best design work with a tagline overlaid.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my journey and passion for graphic design.\",\"section_prompt\":\"Include a short narrative about my experience and love for design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"Showcase of my best design projects in a grid format.\",\"section_prompt\":\"A responsive grid displaying thumbnails of my design projects with titles.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Design Stats\",\"section_description\":\"Highlight key achievements in my design career, such as projects completed and satisfied clients.\",\"section_prompt\":\"Include a visual representation of my design accomplishments.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Quotes and feedback from clients about my design work.\",\"section_prompt\":\"A dedicated section showcasing positive feedback from past clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"A showcase of my most recent design works and updates.\",\"section_prompt\":\"Display the latest projects or blog posts related to my graphic design work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for potential clients to reach out for collaboration.\",\"section_prompt\":\"A strong call to action inviting visitors to contact me.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":434}', '2025-09-11 06:17:08', '2025-09-11 06:17:08'),
(435, NULL, NULL, 'A freelance website of a web developer', '{\"website_title\":\"My Web Development Portfolio\",\"website_description\":\"A professional platform showcasing my skills and freelance work as a web developer, featuring services, a blog, client testimonials, and easy contact options.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Technology\",\"search_query\":\"web development, freelance portfolio, coding, web design, technology trends\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my personal portfolio website.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the site\",\"section_prompt\":\"Standard header with logo and navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An engaging hero section showcasing my best work and tagline.\",\"section_prompt\":\"Full-width hero image with a call to action for portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Introduction and background about my skills and experience as a web developer.\",\"section_prompt\":\"Information about my professional journey and skills.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Highlighting the key services I offer as a web developer.\",\"section_prompt\":\"Grid format showing services like web design, development, and maintenance.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"A summary of key statistics in my freelance work, like projects completed and clients served.\",\"section_prompt\":\"Statistics presented in a visually engaging bar format.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"A sneak peek into my latest blog posts about web development trends and tips.\",\"section_prompt\":\"List of recent blog articles with thumbnails and summaries.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Showcasing feedback and reviews from clients I\'ve worked with.\",\"section_prompt\":\"Display client reviews in a carousel or list format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Encouragement for visitors to explore my work and contact me for services.\",\"section_prompt\":\"A clear call to action encouraging visitors to reach out.\"}]}],\"user_prompt\":\"A freelance website of a web developer\",\"prompt_id\":435}', '2025-09-11 06:26:34', '2025-09-11 06:26:34');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(436, 50, 307, '\"Website for Trusted Aviation Advisors named \\\"Paradise Jets\\\". We are a full-service firm offering consultation, charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.\"', '{\"website_title\":\"Paradise Jets\",\"website_description\":\"Your trusted aviation advisors, providing expert consultation, charter, acquisition, sales, and management services for private flight operations.\",\"website_type\":\"Professional Services\",\"website_industry\":\"Automotive\",\"search_query\":\"aviation consultation, private flight charter, aircraft sales, aviation management, flight operations services\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Paradise Jets. Discover our expert aviation services that elevate your flight operations to new heights.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"Showcase our brand image with an engaging hero banner that draws in visitors with a call to action to explore our services.\",\"section_prompt\":\"Responsive full-width hero section with background image highlighting aviation services.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our mission, vision, and the dedication that drives our aviation services.\",\"section_prompt\":\"Brief layout introduction: Incorporate text about the mission and vision with an image alongside.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our core aviation services designed to meet your needs including consultation, charter, acquisition, sales, and management.\",\"section_prompt\":\"Grid layout showcasing services with icons and brief descriptions for each.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Highlight key statistics showcasing our expertise in the aviation industry.\",\"section_prompt\":\"Bar chart layout featuring statistics such as clients served, flights operated, and aircraft managed.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Catch up on our latest blog posts to stay informed on industry trends and insights.\",\"section_prompt\":\"Grid layout linking to the latest articles from our blog.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Read feedback from our satisfied clients, showcasing our commitment to quality and service.\",\"section_prompt\":\"Carousel layout displaying various client testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Reach out to us today to learn how we can assist with your aviation needs.\",\"section_prompt\":\"Simple call to action with buttons leading to contact information and services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Company information and links to social media, privacy policy, and terms of service.\",\"section_prompt\":\"Footer with structured layout showcasing important links and company details.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Offerings\",\"page_description\":\"Detailed descriptions of the comprehensive aviation services we provide to meet your needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Our Offerings page.\",\"section_prompt\":\"Standard header layout with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Offerings\",\"section_description\":\"Introduction to our various aviation services and what you can expect.\",\"section_prompt\":\"Static inner banner with the title of the page.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Consultation Services\",\"section_description\":\"In-depth consultation services tailored to your unique aviation needs.\",\"section_prompt\":\"Media and text section that includes imagery related to consultation.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Charter Services\",\"section_description\":\"Flexible charter services providing access to a fleet of aircraft for your travel requirements.\",\"section_prompt\":\"Media and text section showcasing charter options with relevant images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Acquisition Services\",\"section_description\":\"Expert guidance for purchasing aircraft, ensuring you make informed decisions.\",\"section_prompt\":\"Media and text section illustrating how we assist in aircraft acquisitions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Sales Services\",\"section_description\":\"Dedicated support for selling your aircraft effectively in the market.\",\"section_prompt\":\"Media and text section displaying information on our sales expertise.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about our aviation services and processes.\",\"section_prompt\":\"List format presenting FAQs with collapsible answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for Services\",\"section_description\":\"Inquire about our services to find the right solutions for your aviation needs.\",\"section_prompt\":\"Direct call to action prompting inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Company information and links to social media, privacy policy, and terms of service.\",\"section_prompt\":\"Footer with structured layout showcasing important links and company details.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Industry Insights\",\"page_description\":\"Stay updated with our latest blog posts featuring insights into the aviation industry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Industry Insights page.\",\"section_prompt\":\"Standard header layout with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Industry Insights\",\"section_description\":\"Diving into the latest trends, news, and insights from the aviation world.\",\"section_prompt\":\"Static inner banner with the title of the blog page.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"A grid layout of our most recent blog articles for immediate reading.\",\"section_prompt\":\"Dynamic grid layout displaying links and excerpts from recent posts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Featured Posts\",\"section_description\":\"Highlighting our most popular and engaging articles.\",\"section_prompt\":\"Focused layout showcasing featured blog articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Sign up to receive updates on new articles and aviation news.\",\"section_prompt\":\"Push notification setup to encourage email subscriptions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Company information and links to social media, privacy policy, and terms of service.\",\"section_prompt\":\"Footer with structured layout showcasing important links and company details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Contact Paradise Jets for inquiries and to schedule consultations regarding our aviation services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Get in Touch page.\",\"section_prompt\":\"Standard header layout with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We are here to assist you with all your aviation service inquiries.\",\"section_prompt\":\"Static inner banner with the title of the contact page.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch with our team and we\\u2019ll respond promptly.\",\"section_prompt\":\"Contact form section allowing users to submit inquiries.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Location\",\"section_description\":\"Details about our office location and hours for in-person visits.\",\"section_prompt\":\"Text block outlining our physical location.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Follow Us\",\"section_description\":\"Connect with us through our social media channels for updates and insights.\",\"section_prompt\":\"Text block listing our social media handles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Company information and links to social media, privacy policy, and terms of service.\",\"section_prompt\":\"Footer with structured layout showcasing important links and company details.\"}]}],\"user_prompt\":\"Website for Trusted Aviation Advisors named \\\"Paradise Jets\\\". We are a full-service firm offering consultation, charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.\",\"prompt_id\":436,\"theme\":\"material\",\"colors\":[[20,68,140],[188,188,194]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_68c28c3f69481.png\"}', '2025-09-11 08:41:55', '2025-09-11 08:45:53'),
(438, NULL, NULL, 'LunaGems is a handmade jewellery shop', '{\"website_title\":\"LunaGems\",\"website_description\":\"Discover exquisite handmade jewelry at LunaGems, showcasing unique designs crafted with love, along with helpful tips and personalized services.\",\"website_type\":\"e-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewelry, unique designs, jewelry care tips, custom jewelry, shopping online\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems, your destination for unique handmade jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section of the home page.\",\"section_prompt\":\"Header layout with logo and navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An inviting visual showcasing stunning jewelry pieces to capture attention immediately.\",\"section_prompt\":\"Fullscreen hero image with a tagline encouraging exploration of designs.\"},{\"section_type\":\"about\",\"section_title\":\"My Journey\",\"section_description\":\"Learn about my passion for jewelry making and the story behind LunaGems.\",\"section_prompt\":\"A compelling narrative about the jewelry maker, presented in a visually engaging format.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Jewelry\",\"section_description\":\"Explore a curated selection of our unique handmade jewelry pieces available for purchase.\",\"section_prompt\":\"Grid layout displaying product images with names and prices.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Reviews\",\"section_description\":\"Hear what our satisfied customers have to say about their jewelry pieces.\",\"section_prompt\":\"Collection of customer testimonials in a stylish format.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Check out our latest blog posts on jewelry care and styling tips.\",\"section_prompt\":\"Mini previews of recent blog articles with links to read more.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Encouraging visitors to explore our collection and make a purchase.\",\"section_prompt\":\"Eye-catching section prompting visitors to view the full collection.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final section with copyright and important links.\",\"section_prompt\":\"Standard footer layout with social media links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Custom Creations\",\"page_description\":\"Explore our bespoke jewelry design services for personalized pieces.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section of the custom creations page.\",\"section_prompt\":\"Header layout with logo and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Custom Creations\",\"section_description\":\"Discover the options for creating your unique jewelry piece.\",\"section_prompt\":\"Inner banner displaying the title of the page.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Custom Design Process\",\"section_description\":\"Learn how to collaborate with me to create your one-of-a-kind jewelry.\",\"section_prompt\":\"Visual layout detailing the steps to customize a piece.\"},{\"section_type\":\"features_list\",\"section_title\":\"Personalization Options\",\"section_description\":\"Explore various customization options available for your jewelry, including materials and styles.\",\"section_prompt\":\"List format detailing the range of personalizable features.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common inquiries about custom orders.\",\"section_prompt\":\"Collated questions and answers section addressing custom creation queries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire Today\",\"section_description\":\"Encouraging visitors to reach out for bespoke requests.\",\"section_prompt\":\"Highlighting the importance of custom requests with a call to action.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final section with copyright and important links.\",\"section_prompt\":\"Standard footer layout with social media links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Jewelry Insights\",\"page_description\":\"Read our latest tips and trends in the world of jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section of the blog page.\",\"section_prompt\":\"Header layout with logo and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Jewelry Insights\",\"section_description\":\"Stay updated with our latest posts regarding jewelry care and styling.\",\"section_prompt\":\"Inner banner displaying the title of the page.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Explore our latest articles on jewelry care, styling tips, and more.\",\"section_prompt\":\"Grid layout displaying snippets of the latest blog posts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Top Styling Tips\",\"section_description\":\"Highlighting key articles that provide valuable styling guidance.\",\"section_prompt\":\"List key posts that focus on styling advice.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Encouragement for readers to subscribe for updates and tips.\",\"section_prompt\":\"Engaging call to action inviting readers to join the mailing list.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final section with copyright and important links.\",\"section_prompt\":\"Standard footer layout with social media links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out for inquiries or bespoke requests regarding our jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section of the contact page.\",\"section_prompt\":\"Header layout with logo and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We would love to hear from you!\",\"section_prompt\":\"Inner banner displaying the title of the page.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to reach me directly with your questions or requests.\",\"section_prompt\":\"Contact form section allowing users to submit inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Find additional contact information to reach out through various channels.\",\"section_prompt\":\"Displaying email, phone number, and social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final section with copyright and important links.\",\"section_prompt\":\"Standard footer layout with social media links.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"Showcasing my unique jewelry designs and past projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section of the portfolio page.\",\"section_prompt\":\"Header layout with logo and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Portfolio\",\"section_description\":\"Explore the range of my past jewelry creations and designs.\",\"section_prompt\":\"Inner banner displaying the title of the page.\"},{\"section_type\":\"gallery\",\"section_title\":\"Jewelry Gallery\",\"section_description\":\"Visual showcase of various jewelry pieces crafted with care and creativity.\",\"section_prompt\":\"Grid layout displaying images of past jewelry designs.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Designs Created\",\"section_description\":\"Highlighting the milestones in my jewelry-making journey.\",\"section_prompt\":\"Display statistics such as number of pieces created.\"},{\"section_type\":\"about\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Understanding the inspiration and vision behind my jewelry creations.\",\"section_prompt\":\"Section discussing the creative process and philosophy.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More\",\"section_description\":\"Encouraging visitors to check out the shop for available pieces.\",\"section_prompt\":\"Prompt to encourage users to visit the shop section.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final section with copyright and important links.\",\"section_prompt\":\"Standard footer layout with social media links.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewellery shop\",\"prompt_id\":438}', '2025-09-11 09:26:37', '2025-09-11 09:26:37'),
(439, 50, NULL, 'Website for Trusted Aviation Advisors named \"Paradise Jets\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.', '{\"website_title\":\"Paradise Jets\",\"website_description\":\"Your trusted partner for aviation consulting, charter services, aircraft acquisition, sales, and management.\",\"website_type\":\"business\",\"website_industry\":\"Automotive\",\"search_query\":\"aviation consulting, charter services, aircraft management, private flights, aviation trends\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Paradise Jets, where we provide top-notch aviation consulting services tailored to your needs.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"This is the main visual display introducing visitors to Paradise Jets, featuring stunning images of private jets and aviation-related visuals with a tagline.\",\"section_prompt\":\"Responsive full-width hero image with overlay text showcasing our tagline and a call to action button.\"},{\"section_type\":\"about\",\"section_title\":\"About Paradise Jets\",\"section_description\":\"An overview of Paradise Jets, our mission, vision, and values, showcasing our commitment to excellence in aviation.\",\"section_prompt\":\"A section detailing our company ethos, mission, and the expertise that drives us.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"A grid layout showcasing our key services like consultation, charter services, aircraft acquisition, sales, and management, with brief descriptions.\",\"section_prompt\":\"A responsive grid layout displaying our services with concise blurbs about each, making it easy for users to see what we offer.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"A preview of our recent blog articles providing insight into the latest trends and developments in aviation.\",\"section_prompt\":\"An engaging section featuring recent blog posts, encouraging users to visit our resources.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback from our clients highlighting the quality of our services and successful partnerships.\",\"section_prompt\":\"A visually appealing carousel or grid format displaying client quotes and success stories to establish credibility.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started With Us\",\"section_description\":\"Encouragement for visitors to reach out and begin their journey with Paradise Jets through consultations.\",\"section_prompt\":\"A prominent call-to-action section guiding visitors on how to contact us for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer layout including links to key pages, social media icons, and company information.\",\"section_prompt\":\"Footer that conforms to website standards, ensuring easy navigation and connectivity.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn about Paradise Jets, our mission, vision, and the experienced team behind our success in aviation consulting.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the About Us page for easy access to other pages.\",\"section_prompt\":\"Standard header design for seamless navigation across the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Commitment to Excellence\",\"section_description\":\"An introduction to the values and principles that guide our operations at Paradise Jets.\",\"section_prompt\":\"Inner banner section introducing our commitment to client satisfaction and high-quality service.\"},{\"section_type\":\"about\",\"section_title\":\"Our Mission & Vision\",\"section_description\":\"Clear articulation of our mission to provide exceptional aviation consulting services and our vision for the future.\",\"section_prompt\":\"A concise summary of our mission and vision statements.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Showcase the expertise and experience of our team members in the aviation industry.\",\"section_prompt\":\"Interactive team section featuring profiles and specialties of key team members.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us Today\",\"section_description\":\"Encouragement for visitors to connect with our team for customized aviation solutions.\",\"section_prompt\":\"A clear call-to-action for visitors to engage with our team directly.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer layout including links to key pages, social media icons, and company information.\",\"section_prompt\":\"Footer that maintains design consistency with other pages.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the range of aviation consulting services offered by Paradise Jets, designed to meet your operational needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Services page to facilitate site navigation.\",\"section_prompt\":\"Standard header design for seamless navigation across the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Comprehensive Aviation Solutions\",\"section_description\":\"An introduction highlighting the diverse services we offer in aviation consulting and management.\",\"section_prompt\":\"Inner banner section explaining our comprehensive service offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Consultation Services\",\"section_description\":\"Detailed information on our professional consultation services tailored for aviation operations.\",\"section_prompt\":\"A structured layout combining media elements with descriptive text about our consulting services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Charter Services\",\"section_description\":\"Overview of our private charter services, emphasizing luxury, convenience, and safety.\",\"section_prompt\":\"An engaging section presenting our charter services with supportive media elements.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Aircraft Acquisition\",\"section_description\":\"Assistance in acquiring aircraft tailored to the specific needs of our clients, including negotiation and purchase advice.\",\"section_prompt\":\"A section detailing our aircraft acquisition services with relevant visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Sales Services\",\"section_description\":\"Support in selling aircraft, from valuation to contract negotiation, ensuring a smooth transaction process.\",\"section_prompt\":\"Information on our sales services presented alongside engaging imagery.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about our services and processes, helping clients with informed decisions.\",\"section_prompt\":\"A comprehensive FAQ section addressing typical queries regarding our services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Motivation for visitors to contact us for personalized service solutions catered to their aviation needs.\",\"section_prompt\":\"A clear call-to-action inviting users to reach out for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer layout including links to key pages, social media icons, and company information.\",\"section_prompt\":\"Footer that provides easy navigation to other sections of the website.\"}]},{\"page_type\":\"resources\",\"page_title\":\"Educational Resources\",\"page_description\":\"Access insightful articles and resources related to aviation trends and operational tips from Paradise Jets.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Resources page providing access to all resources.\",\"section_prompt\":\"Standard header allowing easy movement to different pages within the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Aviation Insights\",\"section_description\":\"An introduction to our resources section, emphasizing the importance of knowledge in the aviation industry.\",\"section_prompt\":\"Inner banner promoting our educational initiatives and resources.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Collection of our most recent articles covering aviation trends, operational advice, and best practices.\",\"section_prompt\":\"A grid layout showcasing our latest blog articles with compelling summaries.\"},{\"section_type\":\"features_list\",\"section_title\":\"Operational Tips\",\"section_description\":\"Tips and best practices for successful aviation management and operations, designed for both new and experienced clients.\",\"section_prompt\":\"A helpful section featuring actionable tips for managing aviation operations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated\",\"section_description\":\"Encourage visitors to subscribe for updates on the latest articles and aviation news.\",\"section_prompt\":\"A clear call-to-action motivating users to sign up for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer layout including links to key pages, social media icons, and company information.\",\"section_prompt\":\"Footer that aligns with the rest of the website\'s design.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to Paradise Jets for inquiries and consultations via our contact form or through our contact details.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Contact Us page, ensuring easy navigation.\",\"section_prompt\":\"Standard header design to assist users in accessing other sections of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get In Touch With Us\",\"section_description\":\"Encouragement for users to reach out with their inquiries or service requests.\",\"section_prompt\":\"An inviting inner banner emphasizing communication with potential clients.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Contact Details\",\"section_description\":\"Comprehensive listing of our contact methods, including phone, email, and physical address for inquiries.\",\"section_prompt\":\"A neatly formatted section displaying our contact information clearly.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Form for visitors to fill out to get in touch or request consultations regarding our services.\",\"section_prompt\":\"Easy-to-use contact form enabling users to submit questions or requests.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer layout including links to key pages, social media icons, and company information.\",\"section_prompt\":\"Footer designed for easy accessibility and navigation.\"}]}],\"user_prompt\":\"Website for Trusted Aviation Advisors named \\\"Paradise Jets\\\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.\",\"prompt_id\":439}', '2025-09-11 10:33:48', '2025-09-11 10:33:48'),
(440, 50, NULL, 'Website for Trusted Aviation Advisors named \"Paradise Jets\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.', '{\"website_title\":\"Paradise Jets\",\"website_description\":\"Aviation Advisory Services for Private Flights\",\"website_type\":\"Professional Services\",\"website_industry\":\"Consulting\",\"search_query\":\"aviation advisory, private flight management, charter services, aviation industry insights, aviation consultancy\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Paradise Jets, your trusted aviation advisory partner.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the main navigation header for the website.\",\"section_prompt\":\"Responsive top navigation bar with logo, menu items, and contact information.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"Showcases Paradise Jets\' commitment to excellence in aviation advisory.\",\"section_prompt\":\"Full-width image background with a headline and a call to action button.\"},{\"section_type\":\"about\",\"section_title\":\"About Paradise Jets\",\"section_description\":\"Learn more about our mission and the expertise we offer in aviation management.\",\"section_prompt\":\"Informative summary of the company, emphasizing values and experience.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Overview of services provided including consultation, charter, acquisition, sales, and management.\",\"section_prompt\":\"Grid layout showcasing each service with a brief description and icon.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest articles and insights in the aviation industry.\",\"section_prompt\":\"Section highlighting latest blog posts with brief excerpts.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Hear from our satisfied customers about their experiences with Paradise Jets.\",\"section_prompt\":\"Carousel of client testimonials with images and ratings.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Elevate Your Flight Operations?\",\"section_description\":\"Contact us today to start your journey with Paradise Jets.\",\"section_prompt\":\"Prominent call to action with a button linking to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links and copyright information.\",\"section_prompt\":\"Footer with links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Discover the mission and values of Paradise Jets.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the main navigation header for the website.\",\"section_prompt\":\"Responsive top navigation bar with logo, menu items, and contact information.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Us\",\"section_description\":\"Insight into our purpose and values.\",\"section_prompt\":\"Introduction section detailing the company\\u2019s ethos.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Mission\",\"section_description\":\"To provide exceptional aviation advisory services tailored to each client\'s needs.\",\"section_prompt\":\"Text section outlining the mission statement.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Values\",\"section_description\":\"Integrity, Expertise, and Customer Focus are at the core of our operations.\",\"section_prompt\":\"List of core values that guide the company.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Learn more about the experts behind Paradise Jets.\",\"section_prompt\":\"Grid layout with team member photos and brief bios.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us on Your Next Flight Adventure\",\"section_description\":\"Get in touch to learn more about how we can assist you.\",\"section_prompt\":\"Encouraging text leading to contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links and copyright information.\",\"section_prompt\":\"Footer with links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the comprehensive aviation services we provide.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the main navigation header for the website.\",\"section_prompt\":\"Responsive top navigation bar with logo, menu items, and contact information.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Detailed overview of our aviation advisory services.\",\"section_prompt\":\"Section introducing the various services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Consultation Services\",\"section_description\":\"Expert advice and planning for optimal flight operations.\",\"section_prompt\":\"Left-aligned image with text outlining the consultation services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Charter Services\",\"section_description\":\"Flexible and efficient charter solutions for any travel needs.\",\"section_prompt\":\"Right-aligned image with text detailing charter services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Acquisition Services\",\"section_description\":\"Guidance in acquiring aircraft tailored to your needs.\",\"section_prompt\":\"Left-aligned image with text on acquisition services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Sales Solutions\",\"section_description\":\"Expertise in selling aircraft, maximizing value for clients.\",\"section_prompt\":\"Right-aligned image with text on sales services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Management Operations\",\"section_description\":\"Comprehensive management solutions for private aviation.\",\"section_prompt\":\"Left-aligned image with text on management services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries regarding our services and processes.\",\"section_prompt\":\"Accordion style list of FAQs.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Discover How We Can Help You\",\"section_description\":\"Contact us for a personalized consultation on aviation services.\",\"section_prompt\":\"Prominent call to action leading to contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links and copyright information.\",\"section_prompt\":\"Footer with links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"client_resources\",\"page_title\":\"Client Resources\",\"page_description\":\"Access industry insights and articles to help navigate aviation services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the main navigation header for the website.\",\"section_prompt\":\"Responsive top navigation bar with logo, menu items, and contact information.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Industry Insights\",\"section_description\":\"Latest trends and information in the aviation sector.\",\"section_prompt\":\"Banner introducing the resource page.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"A collection of our most recent blog posts and insights.\",\"section_prompt\":\"Grid layout displaying articles with images and excerpts.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Regulatory Updates\",\"section_description\":\"Stay informed with the latest aviation regulations and guidelines.\",\"section_prompt\":\"Text section detailing important regulatory information.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Aviation Tips\",\"section_description\":\"Expert recommendations to optimize your flight operations.\",\"section_prompt\":\"Curated list of tips for clients navigating aviation challenges.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Read More Insights\",\"section_description\":\"Explore our blog for in-depth articles and tips.\",\"section_prompt\":\"Encouraging text leading to the blog page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links and copyright information.\",\"section_prompt\":\"Footer with links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Paradise Jets for your aviation needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the main navigation header for the website.\",\"section_prompt\":\"Responsive top navigation bar with logo, menu items, and contact information.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\'re here to assist you with any inquiries.\",\"section_prompt\":\"Banner introduction for the contact page.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find our office and reach out to us via phone or email.\",\"section_prompt\":\"Text with maps, phone number, and email.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"Fill out the form below for inquiries and information.\",\"section_prompt\":\"Form layout for users to fill out their details for contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links and copyright information.\",\"section_prompt\":\"Footer with links to privacy policy, terms of service, and social media.\"}]}],\"user_prompt\":\"Website for Trusted Aviation Advisors named \\\"Paradise Jets\\\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.\",\"prompt_id\":440}', '2025-09-11 10:41:35', '2025-09-11 10:41:35');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(441, 50, NULL, 'Website for Trusted Aviation Advisors named \"Paradise Jets\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.', '{\"website_title\":\"Paradise Jets\",\"website_description\":\"A comprehensive platform providing trusted aviation consulting services, specializing in charter, acquisition, sales, and management of private jets.\",\"website_type\":\"Professional Services\",\"website_industry\":\"Consulting\",\"search_query\":\"private jets, aviation consultancy, aircraft management, charter services, flight operations\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Paradise Jets, your trusted partner in aviation consulting.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Paradise Jets\",\"section_description\":\"An inviting introduction to our consultancy services in aviation.\",\"section_prompt\":\"A full-width image showcasing a private jet in flight, with the overlay of a welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"Our Vision and Mission\",\"section_description\":\"At Paradise Jets, our mission is to provide tailored aviation solutions to meet our client\'s unique needs.\",\"section_prompt\":\"A brief overview text highlighting our commitment to client satisfaction.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our range of specialized services designed for private flight operations.\",\"section_prompt\":\"A grid display featuring thumbnails and short descriptions of services: Consultation, Charter, Acquisition, Sales, and Management.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Highlight key facts such as successful flights managed, hours flown, and client satisfaction rates.\",\"section_prompt\":\"A visually engaging section with statistics represented in dynamic bars.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay informed with our latest articles and news in the aviation industry.\",\"section_prompt\":\"A section showcasing snippets of the latest blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started with Us\",\"section_description\":\"Reach out for personalized aviation consulting solutions today!\",\"section_prompt\":\"A prominent button inviting visitors to contact us or schedule a consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media accounts.\",\"section_prompt\":\"Standard footer layout with contact info and quick links.\"}]},{\"page_type\":\"about_us\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about the mission, vision, and our dedicated team at Paradise Jets.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation options and brand logo to create a seamless user experience.\",\"section_prompt\":\"A clean header design using the company\'s color palette.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Us\",\"section_description\":\"Discover our story and what drives paradise jets forward.\",\"section_prompt\":\"A visual banner showcasing team members or office.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Founding Story\",\"section_description\":\"Founded with a passion for aviation, our journey has been marked by commitment and innovation.\",\"section_prompt\":\"Invoke a narrative layout describing the company\'s inception.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet the Team\",\"section_description\":\"Get to know our diverse and skilled professionals behind Paradise Jets.\",\"section_prompt\":\"Profiles of key team members in a visually appealing card layout.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us\",\"section_description\":\"Interested in our services? Contact us for a tailored consultation.\",\"section_prompt\":\"A section with a clear invitation to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer layout with contact info and quick links.\",\"section_prompt\":\"Standard footer layout with contact info and quick links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the diverse range of services offered by Paradise Jets.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation options and brand logo to create a seamless user experience.\",\"section_prompt\":\"AI designed header layout with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Detailed services tailored for private aviation needs.\",\"section_prompt\":\"A visual banner representing private jets in operation.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Consultation Services\",\"section_description\":\"Expert advice tailored to your aviation needs and goals.\",\"section_prompt\":\"An interactive two-column layout with text and relevant imagery.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Charter Services\",\"section_description\":\"On-demand private jet charter services with flexibility and comfort.\",\"section_prompt\":\"An interactive two-column layout with text and relevant imagery.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Acquisition Services\",\"section_description\":\"Guidance through every step of your aircraft acquisition process.\",\"section_prompt\":\"An interactive two-column layout with text and relevant imagery.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Sales Services\",\"section_description\":\"Expert assistance in buying and selling aircraft with integrity.\",\"section_prompt\":\"An interactive two-column layout with text and relevant imagery.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Management Services\",\"section_description\":\"Comprehensive management solutions for your aircraft\'s operations.\",\"section_prompt\":\"An interactive two-column layout with text and relevant imagery.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries regarding our services and aviation.\",\"section_prompt\":\"A section featuring a list and answers to frequently asked questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for More\",\"section_description\":\"Interested in our services? Reach out for tailored consultation.\",\"section_prompt\":\"A prominent button inviting users to initiate contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer layout with contact info and quick links.\",\"section_prompt\":\"Standard footer layout with contact info and quick links.\"}]},{\"page_type\":\"portfolio_case_studies\",\"page_title\":\"Case Studies\",\"page_description\":\"Showcasing successful projects and case studies from Paradise Jets.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation options and brand logo to create a seamless user experience.\",\"section_prompt\":\"AI designed header layout with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Case Studies\",\"section_description\":\"Explore our successful flight operations and management projects.\",\"section_prompt\":\"A visual banner representing successful case studies.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from our clients about their experiences with Paradise Jets.\",\"section_prompt\":\"A visually engaging layout showcasing reviews from clients.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project Highlights\",\"section_description\":\"Detailed descriptions of select projects showcasing our expertise.\",\"section_prompt\":\"Layout displaying key projects and their outcomes.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photo Gallery\",\"section_description\":\"A visual presentation of our jets, operations, and satisfied clients.\",\"section_prompt\":\"An interactive gallery layout featuring stunning images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in our services? Contact us for a tailored consultation.\",\"section_prompt\":\"A prominent button inviting users to initiate contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer layout with contact info and quick links.\",\"section_prompt\":\"Standard footer layout with contact info and quick links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Stay updated with articles and insights on aviation trends and best practices.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation options and brand logo to create a seamless user experience.\",\"section_prompt\":\"AI designed header layout with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog\\/News\",\"section_description\":\"Discover insights and updates about the aviation industry.\",\"section_prompt\":\"A visual banner related to the theme of aviation news.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Explore our recent articles on aviation, tips, and insights.\",\"section_prompt\":\"A grid layout featuring thumbnails, titles, and excerpts of blog posts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Aviation Tips\",\"section_description\":\"Guidelines and tips for private flight operations.\",\"section_prompt\":\"A section dedicated to valuable advice for clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Stay informed by subscribing to our newsletter for the latest insights.\",\"section_prompt\":\"A section with a subscription form for newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer layout with contact info and quick links.\",\"section_prompt\":\"Standard footer layout with contact info and quick links.\"}]},{\"page_type\":\"contact_us\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Paradise Jets for any inquiries or consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation options and brand logo to create a seamless user experience.\",\"section_prompt\":\"AI designed header layout with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\'re here to assist you with your aviation needs.\",\"section_prompt\":\"A visual banner encouraging clients to reach out.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find out where we are located and how to reach us.\",\"section_prompt\":\"A simple layout showcasing contact details and address.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Fill out the form below for further inquiries regarding our services.\",\"section_prompt\":\"A structured form for users to input their information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer layout with contact info and quick links.\",\"section_prompt\":\"Standard footer layout with contact info and quick links.\"}]}],\"user_prompt\":\"Website for Trusted Aviation Advisors named \\\"Paradise Jets\\\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.\",\"prompt_id\":441}', '2025-09-11 10:55:22', '2025-09-11 10:55:22'),
(442, 50, 308, '\"Discover the mystical world of zodiac gemstones tailored to your astrological profile at Cosmos Gems. Explore our extensive collection of astral gemstones and educational resources.\"', '{\"website_title\":\"Cosmos Gems\",\"website_description\":\"Explore the enchanting realm of zodiac gemstones tailored to your astrological profile. Dive into a world of astral gemstones with educational resources about their meanings and uses, perfect for astrology enthusiasts.\",\"website_type\":\"E-commerce\",\"website_industry\":\"Beauty & Wellness\",\"search_query\":\"zodiac gemstones, astrology gems, astral healing stones, gem meanings, horoscope stones\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Cosmos Gems, your gateway to the enchanting world of zodiac gemstones. Here you can discover a variety of astral gemstones that resonate perfectly with your astrological profile.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Cosmos Gems\",\"section_description\":\"An introduction to our enchanting gemstone collection tailored to each zodiac sign.\",\"section_prompt\":\"A captivating hero image showcasing zodiac gemstones with an inviting call-to-action layout.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"At Cosmos Gems, we believe in the healing power of zodiac gemstones. Our mission is to help you find the perfect gem that resonates with your astrological energy.\",\"section_prompt\":\"An engaging section about our vision and mission with captivating imagery that reflects authenticity and passion.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Explore Our Gemstones\",\"section_description\":\"Discover our curated collection of zodiac gemstones, each crafted to align with your astrological sign.\",\"section_prompt\":\"A grid layout featuring images of gemstones categorized by zodiac signs with brief descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with the latest insights and tips on using gemstones related to your astrology sign.\",\"section_prompt\":\"A section highlighting recent blog posts with engaging headings and thumbnails for each article.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Testimonials\",\"section_description\":\"Hear from our satisfied clients about their experiences with our gemstones and how they resonate with their astrological profiles.\",\"section_prompt\":\"A carousel layout featuring customer reviews and their stories regarding gemstone effects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us on an Astral Journey\",\"section_description\":\"Subscribe to our newsletter for the latest insights and special offers on your favorite gemstones.\",\"section_prompt\":\"A strong call-to-action with a brief informative text and input fields for email subscription.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Explore more about Cosmos Gems, including links to other pages, social media, and legal information.\",\"section_prompt\":\"A comprehensive footer layout including links, social media icons, and copyright information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Gemstone Collection\",\"page_description\":\"Explore our extensive collection of zodiac gemstones tailored to each astrological sign, complete with detailed descriptions and purchasing options.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our gemstone offerings with ease.\",\"section_prompt\":\"Simple header with logo and main navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Gemstone Collection\",\"section_description\":\"Dive deep into the astral world of gemstones crafted for every zodiac sign.\",\"section_prompt\":\"An engaging inner banner with imagery featuring zodiac themes.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Aries Gemstones\",\"section_description\":\"Discover the vibrant and energetic gemstones of Aries, including Diamond and Bloodstone.\",\"section_prompt\":\"A layout with an image of the gemstone on one side and text on the other, describing its properties.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Taurus Gemstones\",\"section_description\":\"Explore the calming and grounded gems of Taurus such as Emerald and Rose Quartz.\",\"section_prompt\":\"A layout section with engaging visuals paired with detailed descriptions of each gem.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common questions about our gemstones and their astrological significance.\",\"section_prompt\":\"Layout with questions listed that can expand for answers, styled for clear readability.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Your Gemstone\",\"section_description\":\"Browse our collection and find the perfect gemstone that resonates with your zodiac sign.\",\"section_prompt\":\"A strong call-to-action inviting visitors to explore the shop, designed to stand out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Details about our service offerings and company information including contact links.\",\"section_prompt\":\"Footer with essential links and information like shop hours and contact details.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Insights\",\"page_description\":\"Dive into our insightful blog where we share articles about gemstones, astrology, and personal well-being.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Keep updated with the latest in astrology and gemstones through our blog.\",\"section_prompt\":\"A clear header for navigation with engaging visuals.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"Discover fascinating articles that dive deep into zodiac gemstones and their benefits.\",\"section_prompt\":\"A visually appealing inner banner tailored to the blog\'s theme.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Articles\",\"section_description\":\"Explore our popular articles on zodiac gemstones and their astrological relevance.\",\"section_prompt\":\"A grid layout displaying article titles with featured images linked to full posts.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Gemstone Myths Debunked\",\"section_description\":\"Learn about common myths surrounding gemstones and their uses in astrology.\",\"section_prompt\":\"A list of debunked myths formatted with engaging text.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Experts\",\"section_description\":\"Learn more about the experts behind our gemstone analysis and recommendations.\",\"section_prompt\":\"A section displaying expert profiles with images and bios.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Get the latest insights and gemstone news delivered straight to your inbox.\",\"section_prompt\":\"Engaging call-to-action with input fields for newsletter subscriptions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Find overall blog navigation, contact details, and other relevant links.\",\"section_prompt\":\"Typically structured footer containing all essential links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out to us for inquiries, support, or just to say hello. We\\u2019re here to help with your gemstone journey.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Connect with us for any questions or support you need.\",\"section_prompt\":\"Traditional header layout providing easy navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Have questions? We\\u2019re just a message away!\",\"section_prompt\":\"A straightforward inner banner with a welcoming visual.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below, and we\\u2019ll respond to your inquiries as soon as possible.\",\"section_prompt\":\"A form layout asking for name, email, message, and purpose of inquiry.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Find our contact information along with our social media links.\",\"section_prompt\":\"Organized display of various contact options and social links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links, social media, and legal information about Cosmos Gems.\",\"section_prompt\":\"Footer containing essential company and contact information.\"}]}],\"user_prompt\":\"Discover the mystical world of zodiac gemstones tailored to your astrological profile at Cosmos Gems. Explore our extensive collection of astral gemstones and educational resources.\",\"prompt_id\":442,\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', '2025-09-11 10:59:26', '2025-09-11 11:03:55'),
(443, 50, NULL, 'Website for Trusted Aviation Advisors named \"Paradise Jets\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work to help people plan, build, and manage private flights.', '{\"website_title\":\"Paradise Jets\",\"website_description\":\"Paradise Jets is a premier aviation advisory firm specializing in consultations, charter services, aircraft acquisition, sales, and management.\",\"website_type\":\"Business\",\"website_industry\":\"Automotive\",\"search_query\":\"private aviation, charter services, aircraft acquisition, aviation consultancy, flight management\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Paradise Jets, your trusted partner in private aviation.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Paradise Jets\",\"section_description\":\"Explore top-tier private aviation services tailored to your needs.\",\"section_prompt\":\"A striking hero section with luxurious imagery of private jets and engaging text overlay.\"},{\"section_type\":\"about\",\"section_title\":\"Our Mission\",\"section_description\":\"Paradise Jets is dedicated to revolutionizing your private aviation experience through expert consultation and unmatched service.\",\"section_prompt\":\"Provide an engaging overview of the firm\'s mission and commitment to excellence.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Discover our range of premium aviation services, including consultation, chartering, acquisition, sales, and management.\",\"section_prompt\":\"Arrange a grid showcasing each of the services provided by Paradise Jets with images.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Experience luxury, efficiency, and unmatched expertise with Paradise Jets. We are committed to serving all your aviation needs.\",\"section_prompt\":\"Highlight the key benefits of choosing Paradise Jets in a visually appealing format.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with the latest trends and news in the private aviation industry from our blog.\",\"section_prompt\":\"A brief preview of the latest blog posts to capture visitors\' interests.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Elevate Your Aviation Experience?\",\"section_description\":\"Contact us for a consultation today and discover the Paradise Jets difference!\",\"section_prompt\":\"A persuasive call-to-action inviting visitors to reach out for services.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Read testimonials from our satisfied clients and discover their experiences with Paradise Jets.\",\"section_prompt\":\"Display diverse testimonials that reinforce client satisfaction and trust.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Connect with us and explore more about our services.\",\"section_prompt\":\"Standard footer with social media links and contact information.\"}]}],\"user_prompt\":\"Website for Trusted Aviation Advisors named \\\"Paradise Jets\\\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work to help people plan, build, and manage private flights.\",\"prompt_id\":443}', '2025-09-11 11:16:38', '2025-09-11 11:16:38'),
(444, 50, 309, '\"Website for Trusted Aviation Advisors named \\\"Paradise Jets\\\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work to help people plan, build, and manage private flights.\"', '{\"website_title\":\"Paradise Jets\",\"website_description\":\"Paradise Jets is a premier aviation advisory firm offering comprehensive consultation and management services for all private flight planning needs.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"private aviation, flight planning, aviation consulting, jets, private charter\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Paradise Jets, your trusted partner in private aviation advisory services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to Paradise Jets, where we provide top-notch aviation advisory services.\",\"section_prompt\":\"This section presents the header of the website with the firm name and navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"Experience unparalleled service in aviation consulting.\",\"section_prompt\":\"Prominently displayed banner showcasing services with a relevant image.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission, values, and commitment to providing the best aviation advisory services.\",\"section_prompt\":\"An introduction to the firm that articulates its core values and mission.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"A snapshot of the services we offer including consultation, charter, acquisition, sales, and management.\",\"section_prompt\":\"A grid showcase of various services provided by Paradise Jets.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Testimonials\",\"section_description\":\"Hear what our clients say about their experience with Paradise Jets.\",\"section_prompt\":\"A section dedicated to showcasing success stories and so clients can share their feedback.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest blog posts on aviation insights and trends.\",\"section_prompt\":\"A section highlighting the most recently published articles to engage visitors.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Contact us to discuss how we can assist with your aviation needs.\",\"section_prompt\":\"Encouraging users to reach out with a stark call to action.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links to policies, terms, and contact information.\",\"section_prompt\":\"The footer of the site containing links and copyright information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the comprehensive range of aviation services we offer at Paradise Jets.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Discover our array of aviation services designed to meet your needs.\",\"section_prompt\":\"The header section containing the title and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Detailing our specialized aviation consultation and management services.\",\"section_prompt\":\"A banner signifying the services provided by the firm.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Consultation Services\",\"section_description\":\"Expert consultation for private flight planning and management.\",\"section_prompt\":\"A juxtaposition of text and media detailing consultation services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Charter Services\",\"section_description\":\"Arrange charter flights tailored to your schedule and needs.\",\"section_prompt\":\"Text alongside visuals to market charter services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Acquisition Solutions\",\"section_description\":\"Helping clients acquire the right private jets at the best value.\",\"section_prompt\":\"An informative section about acquisition solutions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Sales Expertise\",\"section_description\":\"Support throughout the sales process of aircraft to maximize value.\",\"section_prompt\":\"Combining visuals and text to explain sales expertise.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries about our services and flight management.\",\"section_prompt\":\"A section listing the most frequently asked questions from clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us\",\"section_description\":\"Ready to elevate your flight experience? Get in touch with us today!\",\"section_prompt\":\"A persuasive call to action inviting users to contact the firm.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links to policies, terms, and contact information.\",\"section_prompt\":\"The footer of the site containing links and copyright information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Insights\",\"page_description\":\"Browse our blog for the latest insights in the aviation industry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to our blog where we share insights into the aviation industry.\",\"section_prompt\":\"The blog header section with links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"Explore our latest articles and updates regarding aviation trends and news.\",\"section_prompt\":\"Banner section promoting the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Articles\",\"section_description\":\"Discover our articles showcasing industry insights and analysis.\",\"section_prompt\":\"A grid showing recent posts and articles on the blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Subscribe to receive the latest updates and insights directly to your inbox.\",\"section_prompt\":\"A call-to-action encouraging newsletter sign-ups.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links to policies, terms, and contact information.\",\"section_prompt\":\"The footer of the site containing links and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to Paradise Jets with any inquiries or to schedule a consultation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contact us today to discuss your aviation needs.\",\"section_prompt\":\"The contact page header section with navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We are here to assist you with our aviation services.\",\"section_prompt\":\"Banner section highlighting the contact information.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to reach us with your inquiries.\",\"section_prompt\":\"A form for clients to fill out for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our company headquarters or contact details.\",\"section_prompt\":\"Section detailing location, phone number, and email.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links to policies, terms, and contact information.\",\"section_prompt\":\"The footer of the site containing links and copyright information.\"}]}],\"user_prompt\":\"Website for Trusted Aviation Advisors named \\\"Paradise Jets\\\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work to help people plan, build, and manage private flights.\",\"prompt_id\":444,\"theme\":\"classic\",\"colors\":[[20,68,140],[188,188,194]],\"fonts\":\"classic-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/www.facebook.com\\/ParadiseJets\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/paradisejets\\/?hl=en\",\"twitter\":null,\"linkedin\":\"https:\\/\\/www.linkedin.com\\/company\\/paradise-jets\\/\",\"pinterest\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_68c2b01530582.png\"}', '2025-09-11 11:17:21', '2025-09-11 11:18:47'),
(445, NULL, NULL, 'LunaGems is a handmade jewellery shop', '{\"website_title\":\"LunaGems Handmade Jewelry\",\"website_description\":\"Discover unique, artisanal jewelry pieces at LunaGems that reflect elegance and personal style. Explore our handcrafted collections made with love and inspiration.\",\"website_type\":\"E-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handcrafted jewelry, artisanal jewelry, unique jewelry pieces, elegant jewelry designs, jewelry care tips\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems, your destination for unique handcrafted jewelry.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"Experience the elegance of handcrafted jewelry that reflects personal style.\",\"section_prompt\":\"Responsive full-width hero banner with beautiful jewelry images and a welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"Our Story\",\"section_description\":\"LunaGems is born from a passion for artistry and elegance in jewelry design.\",\"section_prompt\":\"A brief narrative about LunaGems, its inspiration and journey, formatted in a responsive grid.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Shop Our Collection\",\"section_description\":\"Discover our exquisite collection of necklaces, rings, and bracelets that you can shop through our dedicated shop section.\",\"section_prompt\":\"A grid layout showcasing categories of products with images linking to the shop section.\"},{\"section_type\":\"gallery\",\"section_title\":\"Customer Showcase\",\"section_description\":\"See how our customers style their LunaGems jewelry in real life.\",\"section_prompt\":\"A visually appealing gallery of user-submitted photos featuring customers wearing LunaGems jewelry.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Explore our blog for tips on jewelry care, styling inspiration, and behind-the-scenes stories of our creations.\",\"section_prompt\":\"A list of the most recent blog articles with excerpts and images.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Customers Say\",\"section_description\":\"Read genuine feedback from our happy customers about their LunaGems experience.\",\"section_prompt\":\"A carousel of customer reviews highlighting their satisfaction and favorite pieces.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Ready to find your unique piece? Visit our shop to explore our collections.\",\"section_prompt\":\"A bold call-to-action section encouraging visitors to explore the shop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to important pages, social media, and contact information.\",\"section_prompt\":\"A simple footer layout with links and contact details.\"}]},{\"page_type\":\"shop\",\"page_title\":\"Shop Collections\",\"page_description\":\"Explore and shop our handcrafted jewelry collections.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the shop page.\",\"section_prompt\":\"Standard header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore Our Collections\",\"section_description\":\"Find your perfect piece in our beautifully curated jewelry collections.\",\"section_prompt\":\"An inner banner showcasing an inviting image of people shopping.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Necklaces Collection\",\"section_description\":\"Discover our elegant necklaces, each crafted with exquisite detail.\",\"section_prompt\":\"Side-by-side media and text section presenting beautiful necklaces.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Rings Collection\",\"section_description\":\"Browse our unique rings that signify moments and memories.\",\"section_prompt\":\"Side-by-side media and text section highlighting our stunning rings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Bracelets Collection\",\"section_description\":\"Explore our variety of artisanal bracelets that speak of individuality.\",\"section_prompt\":\"Side-by-side media and text section showcasing artisan-crafted bracelets.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Get answers to your queries about shopping, shipping, and custom orders.\",\"section_prompt\":\"A structured section with common questions and answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Find Your Unique Style\",\"section_description\":\"Join us in celebrating uniqueness; view the complete collection now!\",\"section_prompt\":\"A motivating call-to-action leading to an exploration of product varieties.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Quick links and information relevant to the entire site.\",\"section_prompt\":\"Standard footer with social media links and site navigation.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Insights\",\"page_description\":\"Read our latest articles about jewelry care and styling tips.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Primary navigation header for the blog page.\",\"section_prompt\":\"Standard header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Welcome to Our Blog\",\"section_description\":\"Dive into our articles sharing tips and stories about jewelry.\",\"section_prompt\":\"An inviting inner banner introducing the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Articles\",\"section_description\":\"Showcase of our latest blog posts with summaries and images.\",\"section_prompt\":\"A well-structured grid layout displaying recent blog posts.\"},{\"section_type\":\"about\",\"section_title\":\"Our Passion for Jewelry\",\"section_description\":\"Learn about our dedication to jewelry craftsmanship and design trends.\",\"section_prompt\":\"A brief section describing our commitment and passion.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Recent Updates\",\"section_description\":\"Stay informed with our most recent posts regarding jewelry and fashion.\",\"section_prompt\":\"A structured list of the latest blog articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Engage with us and share your own jewelry stories in the comments.\",\"section_prompt\":\"Encouraging readers to participate in discussions on blog posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information that connects all site content.\",\"section_prompt\":\"Standard footer housing essential links.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Customer Showcase\",\"page_description\":\"Explore images of customers wearing our jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the gallery page.\",\"section_prompt\":\"Standard header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Jewelry in Action\",\"section_description\":\"See how our beautiful pieces are styled by our incredible customers.\",\"section_prompt\":\"An engaging inner banner inviting viewers to explore the gallery.\"},{\"section_type\":\"gallery\",\"section_title\":\"Customer Gallery\",\"section_description\":\"A collection of photos from our satisfied customers showcasing their favorite LunaGems pieces.\",\"section_prompt\":\"Grid layout featuring user-submitted images of jewelry wearers.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Happy Customers\",\"section_description\":\"Read about customer experiences and stories behind the selfies.\",\"section_prompt\":\"Highlighting happy customers sharing their experiences with LunaGems.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Style\",\"section_description\":\"We encourage you to share your own photos and stories with us!\",\"section_prompt\":\"Call-to-action for customers to submit their images for feature.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Complete navigational links and brand information.\",\"section_prompt\":\"Standard footer layout with important links and contact details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out to us for inquiries or custom orders.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the contact page.\",\"section_prompt\":\"Standard header with site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\'d love to hear from you! Reach out with any questions.\",\"section_prompt\":\"An inner banner to welcome users to the contact section.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below, and we will get back to you as soon as possible.\",\"section_prompt\":\"Simple contact form layout for customer inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Visit us or reach out for custom orders and inquiries.\",\"section_prompt\":\"Detailed information on location and alternative contact methods.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End section with navigation and contact information.\",\"section_prompt\":\"Standard footer with essential website links.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewellery shop\",\"prompt_id\":445}', '2025-09-11 11:35:43', '2025-09-11 11:35:44');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(446, 50, NULL, 'Website for Trusted Aviation Advisors named \"Paradise Jets\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.', '{\"website_title\":\"Paradise Jets\",\"website_description\":\"Your trusted aviation advisory firm providing expert consultations, charter arrangements, acquisitions, sales, and management services.\",\"website_type\":\"business\",\"website_industry\":\"Consulting\",\"search_query\":\"aviation services, aviation advisory, private jets, charter flights, airline management\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Paradise Jets, where we elevate your aviation experience with bespoke advisory services.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Paradise Jets\",\"section_description\":\"Discover unparalleled aviation services tailored just for you.\",\"section_prompt\":\"Responsive hero section with introductory text and a high-quality background image.\"},{\"section_type\":\"about\",\"section_title\":\"About Paradise Jets\",\"section_description\":\"Learn about our commitment to exceptional client service and our ethos in the aviation industry.\",\"section_prompt\":\"This section provides insights into our firm\'s values and mission.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our comprehensive aviation services designed to meet your unique needs.\",\"section_prompt\":\"Listing of services with respective short descriptions, displayed in a grid format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Elevate Your Experience?\",\"section_description\":\"Contact us today to discuss how we can assist with your aviation needs.\",\"section_prompt\":\"Encouraging visitors to take action with a bold call to contact or inquire.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with the latest trends and insights from our industry.\",\"section_prompt\":\"A brief introduction to the latest blog posts related to aviation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with navigational and contact links, copyright information.\",\"section_prompt\":\"Standard footer with essential links and company information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Consulting Services\",\"page_description\":\"Comprehensive consulting services tailored to your aviation needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the consulting services page.\",\"section_prompt\":\"Standard header section for page navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the high-quality services we offer for all your aviation needs.\",\"section_prompt\":\"Inner banner highlighting the services provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Consultations\",\"section_description\":\"Expert consultations tailored to your aviation requirements, ensuring personalized service and deep industry insights.\",\"section_prompt\":\"A detailed overview of our consultation services with a relevant image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Charter Arrangements\",\"section_description\":\"Personalized charter arrangements to ensure you have the right aircraft for your journey, optimizing comfort and efficiency.\",\"section_prompt\":\"Information about our charter services with accompanying visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Acquisitions\",\"section_description\":\"Guiding you through the acquisition process, offering expert advice and support at every stage to make informed decisions.\",\"section_prompt\":\"Detailed description of our acquisition services with images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Sales Services\",\"section_description\":\"Expert assistance in the sales of aircraft, ensuring maximum exposure and value for your asset.\",\"section_prompt\":\"Overview of our sales services paired with relevant imagery.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions regarding our services and the aviation industry answered for your convenience.\",\"section_prompt\":\"A section answering typical queries clients may have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for Tailored Solutions\",\"section_description\":\"Reach out today to discuss how we can assist you with our diverse aviation services.\",\"section_prompt\":\"Encouragement for potential clients to contact us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with navigational and contact links, copyright information.\",\"section_prompt\":\"Standard footer with essential links and company information.\"}]},{\"page_type\":\"about\",\"page_title\":\"Our Team\",\"page_description\":\"Meet the experts behind Paradise Jets, dedicated to leading in aviation consultancy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the about us page.\",\"section_prompt\":\"Standard header section for page navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Our Team\",\"section_description\":\"Introducing our qualified team committed to delivering exceptional aviation services.\",\"section_prompt\":\"An inner banner showcasing the expertise of our team.\"},{\"section_type\":\"about\",\"section_title\":\"Our Mission\",\"section_description\":\"We aim to provide bespoke consulting services while ensuring client satisfaction and trust.\",\"section_prompt\":\"Description of our mission and its importance in our operations.\"},{\"section_type\":\"about\",\"section_title\":\"Meet Our Experts\",\"section_description\":\"Get to know our team of seasoned professionals with extensive experience in aviation.\",\"section_prompt\":\"Highlighting team members and their qualifications.\"},{\"section_type\":\"about\",\"section_title\":\"Our History\",\"section_description\":\"A brief overview of how Paradise Jets was established and our journey in the aviation sector.\",\"section_prompt\":\"A narrative about the firm\'s origins and growth.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Join Our Community\",\"section_description\":\"Connect with us on social media to stay updated on aviation trends and insights.\",\"section_prompt\":\"Links to social media profiles integrated in a visually appealing format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Our Team\",\"section_description\":\"Interested in learning more? Get in touch with us now!\",\"section_prompt\":\"Encouragement to reach out for further information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with navigational and contact links, copyright information.\",\"section_prompt\":\"Standard footer with essential links and company information.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Feedback\",\"page_description\":\"Hear from our satisfied clients that trust us for aviation consultancy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the testimonials page.\",\"section_prompt\":\"Standard header section for page navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"A collection of testimonials from clients expressing their satisfaction with our services.\",\"section_prompt\":\"An inner banner showcasing client feedback.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Read our clients\' experiences and how we have positively impacted their aviation needs.\",\"section_prompt\":\"A showcase of client reviews and testimonials.\"},{\"section_type\":\"about\",\"section_title\":\"Our Commitment\",\"section_description\":\"We are dedicated to providing exceptional service and building lasting relationships with our clients.\",\"section_prompt\":\"Highlighting our dedication to client service.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Discover the unique qualities that set Paradise Jets apart from other aviation advisory firms.\",\"section_prompt\":\"A detailed feature explaining our competitive advantages.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started with Us\",\"section_description\":\"Don\\u2019t just take our word for it\\u2014experience our dedicated services for yourself.\",\"section_prompt\":\"A call to action encouraging potential clients to connect.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with navigational and contact links, copyright information.\",\"section_prompt\":\"Standard footer with essential links and company information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Aviation Insights\",\"page_description\":\"Insights, trends, and tips from the aviation industry to keep you informed.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the blog page.\",\"section_prompt\":\"Standard header section for page navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Aviation Trends and Tips\",\"section_description\":\"Explore our latest articles and insights into the aviation sector.\",\"section_prompt\":\"An inner banner highlighting the blog focus.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Engaging articles covering diverse topics in aviation, from trends to best practices.\",\"section_prompt\":\"A grid layout featuring the most recent blog posts.\"},{\"section_type\":\"about\",\"section_title\":\"Our Blog Philosophy\",\"section_description\":\"We believe in sharing knowledge and fostering discussions to elevate the aviation community.\",\"section_prompt\":\"Overview of our blogging goals and philosophies.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Stay informed by subscribing to our updates and never miss an article.\",\"section_prompt\":\"Encouragement to subscribe for blog updates.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore Our Insights\",\"section_description\":\"Dive into our articles for deeper insights into the aviation industry.\",\"section_prompt\":\"Encouragement to read the blog articles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with navigational and contact links, copyright information.\",\"section_prompt\":\"Standard footer with essential links and company information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Reach Out\",\"page_description\":\"Get in touch with us for inquiries or consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the contact page.\",\"section_prompt\":\"Standard header section for page navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We are here to assist you. Reach out for any inquiries or consultations.\",\"section_prompt\":\"Inner banner prompting users to get in touch.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiries Form\",\"section_description\":\"Fill out the form below and we\'ll get back to you promptly.\",\"section_prompt\":\"A user-friendly contact form for clients to fill out.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our office or contact us via phone or email.\",\"section_prompt\":\"Details on how to reach us including phone number and address.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with navigational and contact links, copyright information.\",\"section_prompt\":\"Standard footer with essential links and company information.\"}]}],\"user_prompt\":\"Website for Trusted Aviation Advisors named \\\"Paradise Jets\\\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.\",\"prompt_id\":446}', '2025-09-11 12:05:50', '2025-09-11 12:05:50'),
(447, 50, 310, '\"Website for Trusted Aviation Advisors named \\\"Paradise Jets\\\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.\"', '{\"website_title\":\"Paradise Jets\",\"website_description\":\"Aviation advisory firm specializing in consultation, chartering, acquisition, sales, and management services.\",\"website_type\":\"Professional Services\",\"website_industry\":\"Consulting\",\"search_query\":\"aviation, jets, consulting, charter, management\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Paradise Jets, your trusted aviation advisory partner.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Paradise Jets\",\"section_description\":\"Experience a world-class aviation advisory service at your fingertips.\",\"section_prompt\":\"A full-width hero section with a captivating image of jets, accompanied by a welcoming message to engage visitors.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our team\'s expertise, mission, and core values in the aviation industry.\",\"section_prompt\":\"An engaging overview of Paradise Jets emphasizing team\'s professionalism and dedication.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our primary services, designed to cater to all your aviation needs.\",\"section_prompt\":\"A grid showcasing services like Consultation, Chartering, Acquisition, Sales, and Management, with brief descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with industry news and insights through our informative articles.\",\"section_prompt\":\"A section displaying the latest blog articles or resources on aviation.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Connect with us today for expert aviation consultation and services.\",\"section_prompt\":\"Encouraging visitors to reach out with a clear call to action button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Include essential links and company information.\",\"section_prompt\":\"Standard footer containing links to pages, contact information, and social media.\"}]},{\"page_type\":\"about_us\",\"page_title\":\"About Us\",\"page_description\":\"Discover the mission and values behind Paradise Jets and meet our professional team.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header with brand logo and menu links.\",\"section_prompt\":\"Standard header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Us\",\"section_description\":\"Explore the story behind Paradise Jets.\",\"section_prompt\":\"An inner banner with an inviting message about the company.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Mission\",\"section_description\":\"To provide exceptional aviation advisory services grounded in integrity and expertise.\",\"section_prompt\":\"Detailed explanation of the mission statement.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Values\",\"section_description\":\"Commitment, Reliability, and Excellence drive our operations.\",\"section_prompt\":\"Highlighting the core values and principles of Paradise Jets.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Meet the Team\",\"section_description\":\"Get to know our experienced and dedicated team of aviation professionals.\",\"section_prompt\":\"An introduction of team members with brief bios.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Us\",\"section_description\":\"Reach out for any inquiries or detailed information about our services.\",\"section_prompt\":\"Encouraging visitors to connect with the team.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Include essential links and company information.\",\"section_prompt\":\"Standard footer containing links to pages, contact information, and social media.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"In-depth look at the services offered by Paradise Jets and their benefits.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header with brand logo and menu links.\",\"section_prompt\":\"Standard header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Comprehensive overview of the services that we provide.\",\"section_prompt\":\"Section introducing the range of available services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Consultation Services\",\"section_description\":\"Expert guidance tailored to your aviation needs.\",\"section_prompt\":\"A detailed description of consultation services with an accompanying image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Chartering Services\",\"section_description\":\"Access to the finest aircraft to meet your travel requirements.\",\"section_prompt\":\"Highlighting chartering services showcasing different aircraft options.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Acquisition Services\",\"section_description\":\"Assistance in acquiring the right aircraft for your operation.\",\"section_prompt\":\"Describing the aircraft acquisition service with visual support.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Sales Services\",\"section_description\":\"Support and expertise in selling aircraft effectively.\",\"section_prompt\":\"Focusing on sales services with relevant imagery.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Management Services\",\"section_description\":\"Comprehensive management solutions to optimize aircraft operation.\",\"section_prompt\":\"Highlighting management services with supporting visual elements.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries answered regarding our services.\",\"section_prompt\":\"A section addressing typical client questions with informative responses.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Request a Consultation\",\"section_description\":\"Contact us to find out how we can assist you today.\",\"section_prompt\":\"Prompting visitors to request a consultation with a clear action button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Include essential links and company information.\",\"section_prompt\":\"Standard footer containing links to pages, contact information, and social media.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Hear from our satisfied clients and their experiences with Paradise Jets.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header with brand logo and menu links.\",\"section_prompt\":\"Standard header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Read experiences shared by our valued clients.\",\"section_prompt\":\"An inner banner featuring a positive client-centric message.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Success Stories\",\"section_description\":\"A collection of testimonials illustrating client satisfaction and outcomes.\",\"section_prompt\":\"Showcasing client testimonials in a visually appealing format.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"A Client\'s Journey\",\"section_description\":\"Detailed account of a client experience linking their problem to the solution provided.\",\"section_prompt\":\"Focusing on one detailed testimonial with insights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Satisfied Clients\",\"section_description\":\"See how we can help you with your aviation needs.\",\"section_prompt\":\"Encouraging new clients to consider utilizing our services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Include essential links and company information.\",\"section_prompt\":\"Standard footer containing links to pages, contact information, and social media.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog & Resources\",\"page_description\":\"Insights and articles about the aviation industry and trends.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header with brand logo and menu links.\",\"section_prompt\":\"Standard header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog & Resources\",\"section_description\":\"Explore our articles and resources on aviation.\",\"section_prompt\":\"An inner banner introducing the blog and resource center.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"A grid view of our latest articles on aviation trends and advice.\",\"section_prompt\":\"Showcasing recent blog posts in a responsive grid format.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Industry Insights\",\"section_description\":\"Keep up with the latest news affecting the aviation sector.\",\"section_prompt\":\"Discussing insights on current trends and news in the industry.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More Articles\",\"section_description\":\"Dive deeper into our collection of aviation-related resources.\",\"section_prompt\":\"Encouraging visitors to further explore blog sections.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Include essential links and company information.\",\"section_prompt\":\"Standard footer containing links to pages, contact information, and social media.\"}]},{\"page_type\":\"contact_us\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out for consultations, inquiries, or more information about our services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header with brand logo and menu links.\",\"section_prompt\":\"Standard header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Get in touch with Paradise Jets for your aviation needs.\",\"section_prompt\":\"An inner banner inviting visitors to contact us.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to reach us easily.\",\"section_prompt\":\"A user-friendly contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find our office and contact details here.\",\"section_prompt\":\"Displaying office location along with phone and email.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Include essential links and company information.\",\"section_prompt\":\"Standard footer containing links to pages, contact information, and social media.\"}]}],\"user_prompt\":\"Website for Trusted Aviation Advisors named \\\"Paradise Jets\\\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.\",\"prompt_id\":447,\"theme\":\"classic\",\"colors\":[[141,109,54],[158,189,89]],\"fonts\":\"classic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', '2025-09-11 12:20:07', '2025-09-11 12:21:17'),
(448, 50, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing my graphic design expertise and creative journey through my projects, insights, and testimonials.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio showcase, creative journey, design projects, client testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where creativity meets excellence.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"A vibrant introduction to my graphic design work and artistic vision, showcasing what I do best.\",\"section_prompt\":\"A full-width hero section with a striking image of my artwork alongside a welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Discover my background, influences, and creative process as a graphic designer.\",\"section_prompt\":\"A concise overview of my journey, illustrated with a personal image.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"Explore a curated selection of my best design projects, each with a creative touch.\",\"section_prompt\":\"A grid layout showcasing thumbnail images of my projects, each linking to detailed project descriptions.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"See what my clients have to say about the work I\\u2019ve done for them.\",\"section_prompt\":\"A visually appealing section featuring quotes from satisfied clients, complemented by their images.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with my latest thoughts on design trends and tips.\",\"section_prompt\":\"A preview of recent blog entries related to graphic design, engaging the audience in current topics.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in collaborating? Reach out to me for your graphic design needs.\",\"section_prompt\":\"A prominent call-to-action encouraging visitors to contact me for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Find links to my social media, copyright information, and navigation links.\",\"section_prompt\":\"A standard footer layout including navigation and social media links.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Projects\",\"page_description\":\"A detailed gallery of my graphic design projects, showcasing creativity and expertise.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Section to introduce the service page with a standard header layout.\",\"section_prompt\":\"A header section with site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Projects\",\"section_description\":\"Dive into my portfolio and see the diversity of my work.\",\"section_prompt\":\"A banner image that represents my design style, above the main content.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project 1: Branding\",\"section_description\":\"Detailed insights into my branding project, showcasing the design process and outcome.\",\"section_prompt\":\"A split layout allowing images on one side and text on the other.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project 2: Web Design\",\"section_description\":\"A look into my web design work, focusing on user experience and aesthetics.\",\"section_prompt\":\"Another split layout with visuals complementing the written descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project 3: Illustrations\",\"section_description\":\"Exploring my unique illustration style used in various projects.\",\"section_prompt\":\"An engaging layout that showcases the illustrations alongside their stories.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common queries about my design process and services offered.\",\"section_prompt\":\"A section providing succinct answers to potential customer inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Collaborate?\",\"section_description\":\"Let\\u2019s discuss your project ideas and how I can help.\",\"section_prompt\":\"Encourage visitors to reach out for collaborations or questions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information at the bottom of the page.\",\"section_prompt\":\"A standard footer layout.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Insights\",\"page_description\":\"Blog featuring design tips, project stories, and creative insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Standard header layout to welcome visitors to the blog page.\",\"section_prompt\":\"A header section with navigation and branding.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"Explore my thoughts on design trends and practices in the graphic design community.\",\"section_prompt\":\"A prominent banner above the posts grid highlighting the blog content.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Articles\",\"section_description\":\"A collection of my latest blog posts centered around graphic design, creativity, and insights.\",\"section_prompt\":\"A grid display of blog post titles and excerpts with featured images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Engage with me through comments and thoughts on my articles.\",\"section_prompt\":\"Prompting visitors to engage with the blog, encouraging comments.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and information layout.\",\"section_prompt\":\"Standard footer section with links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for collaborations or inquiries about my graphic design services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Standard header layout for the contact page.\",\"section_prompt\":\"A header section with site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I look forward to hearing from you!\",\"section_prompt\":\"A simple banner with a strong message inviting contact.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to reach out for work or inquiries.\",\"section_prompt\":\"An interactive contact form for visitors to fill out.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Find my contact information and social media links here.\",\"section_prompt\":\"Text section displaying email, phone number, and social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer details and links.\",\"section_prompt\":\"Standard footer section with navigation and social media.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":448}', '2025-09-12 04:56:54', '2025-09-12 04:56:54'),
(450, 50, 311, '\"Create a website for IT Agency named \\\"Majestic Infodes\\\". We are one of the best offshore IT solutions provider for 8-10 years. It is a prominent name for outsourcing and renders services in places such as USA, Canada, Australia and UK. Our Web design and development firm expertises in providing good optimal solutions to business strategies.\"', '{\"website_title\":\"Majestic Infodes\",\"website_description\":\"Majestic Infodes is a premier IT agency providing top-notch offshore IT solutions with years of expertise tailored for clients across the globe.\",\"website_type\":\"Business\",\"website_industry\":\"Technology\",\"search_query\":\"IT solutions, offshore services, web development, technology consulting, software projects\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Majestic Infodes, your one-stop solution for offshore IT services.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Majestic Infodes\",\"section_description\":\"Discover the leading IT solutions for your business needs.\",\"section_prompt\":\"A visually appealing hero section showcasing the brand with a compelling tagline and call to action.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about Majestic Infodes, our history, and our commitment to excellence in IT services.\",\"section_prompt\":\"An informative section detailing the agency\\u2019s background and core values.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the wide range of services we offer to meet your IT needs.\",\"section_prompt\":\"A structured grid layout presenting various IT services with brief descriptions.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Explore our key statistics highlighting our experience and client satisfaction.\",\"section_prompt\":\"A dynamic statistics bar displaying numbers related to projects completed, clients served, and years in service.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our recent blog posts and articles on industry trends.\",\"section_prompt\":\"A section featuring snippets of the latest blog posts linked to full articles.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Read feedback from our satisfied clients about our services.\",\"section_prompt\":\"A visually engaging display of client testimonials highlighting their experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Ready to elevate your business with us? Contact us now!\",\"section_prompt\":\"A call to action encouraging visitors to reach out for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section with social media links and copyright information.\",\"section_prompt\":\"A standard footer layout with contact information and navigation links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Comprehensive IT solutions tailored to meet all your business needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the page.\",\"section_prompt\":\"Includes the primary navigation elements.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"A detailed overview of the IT services we specialize in.\",\"section_prompt\":\"A banner highlighting the services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"Creative web design services to enhance your online presence.\",\"section_prompt\":\"A section combining an image with text explaining web design offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Development\",\"section_description\":\"Robust web development solutions tailored to your business needs.\",\"section_prompt\":\"An informative section showcasing development services with visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Strategic Consulting\",\"section_description\":\"Expert consulting services to help you navigate the IT landscape.\",\"section_prompt\":\"A section detailing consulting services with supportive imagery.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries regarding our services answered for your convenience.\",\"section_prompt\":\"A question and answer section addressing frequent client inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for More Details\",\"section_description\":\"Inquire about our services today!\",\"section_prompt\":\"Encouraging visitors to reach out for further service information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section with social media links and copyright information.\",\"section_prompt\":\"A standard footer layout with contact information and navigation links.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Our Portfolio\",\"page_description\":\"Showcasing our successful projects and client achievements.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the page.\",\"section_prompt\":\"Includes primary navigation elements.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Portfolio\",\"section_description\":\"A presentation of our successful IT projects.\",\"section_prompt\":\"A banner showcasing highlights from the portfolio.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Showcase\",\"section_description\":\"Explore a selection of our standout projects.\",\"section_prompt\":\"A visually appealing gallery layout to display project images.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Success Stories\",\"section_description\":\"Detailed case studies illustrating our impact and solutions.\",\"section_prompt\":\"In-depth narratives focusing on specific successful projects.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Hear what our clients say about our project outcomes.\",\"section_prompt\":\"Client testimonials specifically related to portfolio projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Discover More Projects\",\"section_description\":\"Interested in seeing more? Let\'s connect!\",\"section_prompt\":\"A prompt to encourage user engagement for further inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section with social media links and copyright information.\",\"section_prompt\":\"A standard footer layout with contact information and navigation links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Industry Insights\",\"page_description\":\"Latest articles and updates from the IT industry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the page.\",\"section_prompt\":\"Includes primary navigation elements.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Industry Insights\",\"section_description\":\"A hub for our latest blog articles and updates.\",\"section_prompt\":\"A banner highlighting the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Browse our recent posts covering various IT topics.\",\"section_prompt\":\"Grid layout presenting titles and summaries of recent blog entries.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Expert Tips\",\"section_description\":\"Get expert advice on navigating the tech world.\",\"section_prompt\":\"A dedicated section for curated tips and recommendations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated\",\"section_description\":\"Subscribe to our newsletter for regular updates.\",\"section_prompt\":\"Encouraging visitors to subscribe for more insights.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section with social media links and copyright information.\",\"section_prompt\":\"A standard footer layout with contact information and navigation links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to Majestic Infodes for your IT needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the page.\",\"section_prompt\":\"Includes primary navigation elements.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Get in touch with our team for inquiries.\",\"section_prompt\":\"A banner inviting users to contact the agency.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Fill out the form below to get in touch with us.\",\"section_prompt\":\"A structured contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our office for direct inquiries.\",\"section_prompt\":\"Providing address and location with a map.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section with social media links and copyright information.\",\"section_prompt\":\"A standard footer layout with contact information and navigation links.\"}]}],\"user_prompt\":\"Create a website for IT Agency named \\\"Majestic Infodes\\\". We are one of the best offshore IT solutions provider for 8-10 years. It is a prominent name for outsourcing and renders services in places such as USA, Canada, Australia and UK. Our Web design and development firm expertises in providing good optimal solutions to business strategies.\",\"prompt_id\":450,\"theme\":\"minimalistic\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"minimalistic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_68c3b34684e3d.png\"}', '2025-09-12 05:38:00', '2025-09-12 05:44:40');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(454, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Travel Photography Journal\",\"website_description\":\"A blog dedicated to celebrating the art of travel and photography, sharing experiences, stunning visuals, and practical tips.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, travel adventures, photography tips, travel stories, scenic destinations\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The central hub of my travel and photography adventures, showcasing the essence of my journeys and visual storytelling.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A captivating introduction to my travel photography blog, featuring a stunning image from my latest adventure.\",\"section_prompt\":\"Responsive full-width hero banner with a beautiful travel photograph and a brief introduction to my site.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my passion for travel and photography, my journeys, and what inspires me to tell these stories.\",\"section_prompt\":\"Detailed insights into my experiences and motivations, styled as a clean and inviting text area.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Travels\",\"section_description\":\"Explore a grid of my travel destinations, featuring thumbnails of each location and links to detailed stories.\",\"section_prompt\":\"A stylish grid layout displaying travel destinations with attractive images and short descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Catch up on my most recent adventures and photography tips shared through engaging blog posts.\",\"section_prompt\":\"A dynamic section showcasing excerpts from my latest blog entries, maintaining a user-friendly layout.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey\",\"section_description\":\"Encourage visitors to subscribe to my blog for the latest updates and travel inspirations.\",\"section_prompt\":\"A compelling call to action encouraging viewers to enter their email for ongoing updates, designed as a colorful button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains navigation links, social media icons, and copyright information.\",\"section_prompt\":\"Standard footer layout containing essential links and social media connections.\"}]},{\"page_type\":\"services\",\"page_title\":\"Photography Portfolio\",\"page_description\":\"Showcase of my best travel photography, showcasing both beauty and storytelling in every snapshot.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the portfolio page.\",\"section_prompt\":\"Standard navigation header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Portfolio\",\"section_description\":\"An introduction to my photography works, emphasizing aesthetics and travel stories.\",\"section_prompt\":\"An engaging inner banner introducing the portfolio, styled with a large photograph.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Featured Works\",\"section_description\":\"A display of select photographs that represent my artistic journey and skills in travel photography.\",\"section_prompt\":\"Side-by-side layout with images and text providing insights about each featured work.\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQs About My Photography\",\"section_description\":\"Common questions about my photography style, process, and tips for aspiring photographers.\",\"section_prompt\":\"A structured FAQ section answering key queries, utilizing an accordion style for readability.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book a Session\",\"section_description\":\"Encouragement for potential clients or collaborators to reach out for photography opportunities.\",\"section_prompt\":\"An engaging call to action at the end of the page, inviting users to contact me for sessions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigation and contact links, along with social media information.\",\"section_prompt\":\"Standard footer layout containing essential links and social media connections.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Tips\",\"page_description\":\"An extensive collection of helpful travel advice and insightful articles for travelers and photographers alike.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Travel Tips blog page.\",\"section_prompt\":\"Standard navigation header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Tips\",\"section_description\":\"Welcome to my travel tips section, designed to aid fellow travelers and photography enthusiasts.\",\"section_prompt\":\"A bright inner banner featuring engaging photography that reflects the spirit of travel.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Explore My Posts\",\"section_description\":\"A collection of blog posts categorized by various travel themes, packed with practical advice and insights.\",\"section_prompt\":\"A grid layout displaying posts with featured images, titles, and brief excerpts.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Showcase of my most recent articles providing travel and photography tips for upcoming adventures.\",\"section_prompt\":\"A section highlighting the latest articles with an engaging and user-friendly format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated\",\"section_description\":\"Encouragement for users to subscribe to my blog mailing list for exclusive travel updates.\",\"section_prompt\":\"An inviting call to action at the bottom of the page, styled with a clear sign-up form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains navigation links and social media connections.\",\"section_prompt\":\"Standard footer layout with essential links and social media icons.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Connect With Me\",\"page_description\":\"A simple contact page for inquiries, feedback, or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the contact page.\",\"section_prompt\":\"Standard navigation header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Connect With Me\",\"section_description\":\"This section invites visitors to reach out, providing a warm welcome about making connections.\",\"section_prompt\":\"An inviting inner banner encouraging interaction, styled with bright imagery.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A simple form for visitors to submit inquiries, feedback, or collaboration requests.\",\"section_prompt\":\"A structured, easy-to-use contact form for communication purposes.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Quick access to my email and social media profiles for further engagement.\",\"section_prompt\":\"A clean layout listing contact details and links to social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with navigation and social media icons.\",\"section_prompt\":\"Standard footer layout containing essential links and social media connections.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"In-depth insights about my journey, experiences, and motivations behind my passion for travel and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the About Me page.\",\"section_prompt\":\"Standard navigation header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Welcome to my story, a personal glimpse into my adventures and passion for photography.\",\"section_prompt\":\"An engaging inner banner styled with portraits and travel imagery.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Journey\",\"section_description\":\"A detailed narrative of how my love for travel and photography developed over the years.\",\"section_prompt\":\"A storytelling layout presenting my journey with a focus on compelling visuals.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Core Values\",\"section_description\":\"The fundamental values that guide my photography and storytelling; including creativity, authenticity, and exploration.\",\"section_prompt\":\"A listing format showcasing my core values visually with icons and short descriptions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow My Adventures\",\"section_description\":\"Encourage visitors to stay connected to my travels through social media and blog subscriptions.\",\"section_prompt\":\"A prominent call to action prompting users to connect with me on social media and subscribe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains navigation links and contact information.\",\"section_prompt\":\"Standard footer layout containing essential links and social media connections.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":454}', '2025-09-12 05:46:29', '2025-09-12 05:46:29'),
(456, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Graphic Design Portfolio\",\"website_description\":\"A comprehensive portfolio showcasing the graphic design artistry and skills.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio showcase, design trends, creative arts, artists archives\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where I share my journey and showcase my work.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An introduction to my artistic journey and graphic design work.\",\"section_prompt\":\"Responsive hero with a captivating background image representing creativity and design.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Discover my background, inspirations, and passion for graphic design.\",\"section_prompt\":\"This section provides insights about me with a left-aligned layout.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Work\",\"section_description\":\"A selection of my best graphic design projects, showcasing versatility and style.\",\"section_prompt\":\"Grid layout displaying thumbnails of featured projects.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Project Highlights\",\"section_description\":\"Key statistics showcasing the number of projects completed and clients worked with.\",\"section_prompt\":\"Horizontal bar layout presenting important project statistics.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out my latest blog articles about graphic design trends and tips.\",\"section_prompt\":\"A section presenting previews of the most recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate!\",\"section_description\":\"Interested in working together? Reach out to discuss potential projects.\",\"section_prompt\":\"Aligned call-to-action promoting collaboration opportunities.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with navigation links and social media handles.\",\"section_prompt\":\"Footer containing links and additional contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Work\",\"page_description\":\"A showcase of my graphic design projects and services offered.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header with navigation links.\",\"section_prompt\":\"Simple header layout with logo and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Work\",\"section_description\":\"Explore my portfolio of graphic design pieces.\",\"section_prompt\":\"Banner highlighting the \'My Work\' page title.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding Projects\",\"section_description\":\"An overview of branding projects I\'ve completed, emphasizing client needs and design outcomes.\",\"section_prompt\":\"A visual and text description of branding work showcased side by side.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Illustration Work\",\"section_description\":\"A collection of illustrations, showcasing my unique artistic style.\",\"section_prompt\":\"Composition of illustrations presented alongside text explanations.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Samples of print designs created for various clients, including brochures and posters.\",\"section_prompt\":\"Display of print design pieces with descriptions.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common inquiries about my design process and services.\",\"section_prompt\":\"A FAQ section addressing typical questions about graphic design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in my services? Contact me for inquiries and collaborations.\",\"section_prompt\":\"A call-to-action motivating visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links and contact information.\",\"section_prompt\":\"Footer containing essential links and information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Trends\",\"page_description\":\"Insights and articles on the latest trends in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header with navigation links.\",\"section_prompt\":\"Simple header layout with logo and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Trends\",\"section_description\":\"Explore articles on current trends and insights in graphic design.\",\"section_prompt\":\"Banner highlighting the \'Design Trends\' page title.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"A collection of my recent blog posts about graphic design.\",\"section_prompt\":\"Grid layout displaying previews of my latest articles.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Spotlight on Trends\",\"section_description\":\"In-depth analysis of a specific trend in graphic design and its impact on the industry.\",\"section_prompt\":\"Featured article section focusing on a particular trend.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Tips\",\"section_description\":\"Useful tips for aspiring graphic designers looking to enhance their skills.\",\"section_prompt\":\"List of valuable advice for new designers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Stay updated by subscribing to my blog for the latest posts.\",\"section_prompt\":\"Encouraging visitors to subscribe to my blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links and subscriptions information.\",\"section_prompt\":\"Footer containing essential links and subscription options.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for inquiries, collaborations, or questions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header with navigation links.\",\"section_prompt\":\"Simple header layout for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Let\'s connect! I\'m here to discuss opportunities and answer your questions.\",\"section_prompt\":\"Banner conveying the purpose of the contact page.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"Fill in the form below to get in touch with me directly.\",\"section_prompt\":\"Contact form for visitors to fill out.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Other Ways to Connect\",\"section_description\":\"Find my social media handles and email information for direct contact.\",\"section_prompt\":\"Section displaying additional contact methods.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links and additional contact information.\",\"section_prompt\":\"Footer containing essential navigation and contact information.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":456}', '2025-09-12 06:23:38', '2025-09-12 06:23:38'),
(457, NULL, NULL, 'LunaGems is a handmade jewellery shop', '{\"website_title\":\"LunaGems\",\"website_description\":\"Enchanting online store specialized in handcrafted jewelry, blending artistry with personal expression.\",\"website_type\":\"E-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handcrafted jewelry, unique jewelry collections, jewelry making, personalized jewelry, jewelry blog\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems, where artistry meets handcrafted jewelry.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"Discover our stunning handcrafted jewelry collection that reflects unique artistry and expression.\",\"section_prompt\":\"This section contains a responsive hero image featuring our best-selling jewelry pieces and a welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about the passion and story behind LunaGems and my journey into jewelry making.\",\"section_prompt\":\"A detailed section about the founder\'s journey and passion for handcrafted jewelry.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Explore Our Collections\",\"section_description\":\"Browse through our unique collections of earrings, necklaces, bracelets, and rings.\",\"section_prompt\":\"Showcase of product categories with appealing images and brief descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest From Our Blog\",\"section_description\":\"Keep up with the latest trends, care tips, and jewelry inspirations.\",\"section_prompt\":\"A snippet of the latest blog posts featuring trends and tips.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Visit our shop to find the perfect piece of handcrafted jewelry.\",\"section_prompt\":\"Engaging call-to-action encouraging visitors to explore the shop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about LunaGems, including social media links and contact info.\",\"section_prompt\":\"Standard footer section with links and contact details.\"}]},{\"page_type\":\"services\",\"page_title\":\"Shop\",\"page_description\":\"Browse our handcrafted jewelry collections curated just for you.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Our Shop\",\"section_description\":\"Explore the various categories of our handcrafted jewelry.\",\"section_prompt\":\"Inner banner displaying shop title with a captivating background.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Earrings\",\"section_description\":\"Discover a variety of handmade earrings designed with passion and creativity.\",\"section_prompt\":\"Content featuring images of earrings and descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Necklaces\",\"section_description\":\"Explore unique handcrafted necklaces to complement every outfit.\",\"section_prompt\":\"Content showcasing various necklace designs with images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Bracelets\",\"section_description\":\"Adorn your wrist with our exquisite selection of handcrafted bracelets.\",\"section_prompt\":\"Display showcasing different bracelet designs along with images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Rings\",\"section_description\":\"Find the perfect ring that symbolizes your unique style and elegance.\",\"section_prompt\":\"Presentation of ring designs with engaging images.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common inquiries regarding our products, ordering process, and care tips.\",\"section_prompt\":\"A section dedicated to answering frequently asked questions about our jewelry.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Shopping\",\"section_description\":\"Dive into our shop and find your next favorite piece.\",\"section_prompt\":\"Encouragement to visit the shop with engaging design.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links, contact info, and social media.\",\"section_prompt\":\"Standard footer section with links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Our Blog\",\"page_description\":\"Insights and inspirations about jewelry, trends, and care tips.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Discover insights on jewelry trends, care tips, and design inspirations.\",\"section_prompt\":\"Banner that highlights the blog segment with engaging visuals.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Featuring our latest blog articles and updates for you to explore.\",\"section_prompt\":\"Grid layout displaying excerpts from the latest blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Sign up for our newsletter to receive updates on new collections and special offers.\",\"section_prompt\":\"A prominent call to action encouraging newsletter sign ups.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with useful links and social media handles.\",\"section_prompt\":\"Standard footer layout with links and contact information.\"}]},{\"page_type\":\"custom-orders\",\"page_title\":\"Custom Orders\",\"page_description\":\"Create your personalized jewelry piece tailored just for you.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Request a Custom Order\",\"section_description\":\"Tell us about your vision for your custom piece.\",\"section_prompt\":\"Inner banner highlighting the custom orders page.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Your Piece\",\"section_description\":\"Share your ideas and specifications for a personalized jewelry design.\",\"section_prompt\":\"Detailed explanation of how to request custom pieces.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Custom?\",\"section_description\":\"Discover the advantages of having a piece uniquely made for you.\",\"section_prompt\":\"Highlighting the benefits of custom jewelry.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started\",\"section_description\":\"Reach out to discuss your custom jewelry ideas with us.\",\"section_prompt\":\"Encouragement for visitors to initiate a custom order.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Overall footer with links and contact information.\",\"section_prompt\":\"Standard footer design with functional links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for any inquiries or feedback.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Reach out to us with your questions or comments.\",\"section_prompt\":\"Banner inviting visitors to contact us.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Drop Us a Message\",\"section_description\":\"Fill out the form below to send us your inquiries.\",\"section_prompt\":\"Contact form for visitors to fill out.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Other Ways to Reach Us\",\"section_description\":\"Find alternative contact methods and social media links.\",\"section_prompt\":\"Additional information on how to contact LunaGems.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with navigation and contact details.\",\"section_prompt\":\"Basic footer design to conclude the page.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewellery shop\",\"prompt_id\":457}', '2025-09-12 06:27:47', '2025-09-12 06:27:47'),
(460, 50, NULL, 'Website for Trusted Aviation Advisors named \"Paradise Jets\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.', '{\"website_title\":\"Paradise Jets\",\"website_description\":\"Your trusted partner in aviation, offering expert consultancy for private flight services including charter, acquisition, and management.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"private jets, aviation consultancy, charter flights, aircraft management, jet acquisition\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Paradise Jets, your premier aviation consultancy dedicated to providing personalized solutions in private flight services.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Paradise Jets\",\"section_description\":\"Experience exceptional private flight consultancy and management services with us.\",\"section_prompt\":\"A captivating hero section featuring high-quality images of private jets with a welcome message and a prominent call-to-action button.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Discover our mission and values dedicated to providing excellence in aviation consultancy.\",\"section_prompt\":\"An introduction to Paradise Jets, highlighting our mission to deliver the best consultancy services in private aviation.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the range of aviation consultancy services we offer.\",\"section_prompt\":\"A listing of services such as charter, acquisition, sales, and management, presented in a grid format.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Highlighting our successful operations and milestones in the aviation sector.\",\"section_prompt\":\"A statistics bar that showcases key achievements and metrics of Paradise Jets.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest blog posts on aviation trends and tips.\",\"section_prompt\":\"A preview of recent blog articles that provide valuable industry insights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Ready for your next flight? Contact us now for personalized consultancy.\",\"section_prompt\":\"A strong call to action urging visitors to reach out for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and links to our social media profiles.\",\"section_prompt\":\"A responsive footer section with contact info and social media links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"A comprehensive overview of the aviation consultancy services we provide.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our professional services offered.\",\"section_prompt\":\"A header section for the services page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the services we offer to enhance your aviation experience.\",\"section_prompt\":\"An inner banner that details the page title and a brief introductory overview.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Charter Services\",\"section_description\":\"Tailored private jet charter services to meet your travel needs.\",\"section_prompt\":\"A section with an image and detailed description of our charter services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Acquisition Consulting\",\"section_description\":\"Expert advice on jet purchases to ensure your investment is sound.\",\"section_prompt\":\"A dedicated area highlighting our acquisition consulting services with supporting media.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Sales Management\",\"section_description\":\"Professional management services for aircraft sales ensuring smooth transactions.\",\"section_prompt\":\"A detailed overview of our sales management services with relevant imagery.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Flight Management\",\"section_description\":\"Comprehensive solutions for managing your private jet operations efficiently.\",\"section_prompt\":\"A section detailing flight management services with an image.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common inquiries about our services.\",\"section_prompt\":\"A FAQs section providing valuable answers to potential client queries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for More Information\",\"section_description\":\"Connect with us to discuss your aviation needs.\",\"section_prompt\":\"A call-to-action encouraging users to reach out for more details before the footer.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and links to our social media profiles.\",\"section_prompt\":\"A responsive footer section with contact info and social media links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Insights\",\"page_description\":\"Read our latest articles on aviation trends, tips, and insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to our blog section where we share insights and articles.\",\"section_prompt\":\"A header section introducing users to the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay informed with our updates on the aviation industry.\",\"section_prompt\":\"An inner banner that introduces the blog section\'s purpose.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Articles\",\"section_description\":\"A collection of our latest and most popular blog posts.\",\"section_prompt\":\"A visually appealing grid showcasing featured blog articles effectively.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Follow Us?\",\"section_description\":\"Gain insights into aviation trends and tips through our expertise.\",\"section_prompt\":\"A section emphasizing the benefits of following our blog for industry knowledge.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Experts\",\"section_description\":\"Learn about the professionals behind Paradise Jets.\",\"section_prompt\":\"A section to showcase team members with profiles and images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Subscribe to our newsletter for the latest insights and news.\",\"section_prompt\":\"An engaging call-to-action prompting visitors to subscribe to our newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and links to our social media profiles.\",\"section_prompt\":\"A responsive footer section with contact info and social media links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Paradise Jets for inquiries and consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contact Paradise Jets\",\"section_prompt\":\"A header section welcoming visitors to the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Reach out to our team for any inquiries.\",\"section_prompt\":\"An inner banner highlighting the importance of contacting us.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Fill out the form below to reach us directly.\",\"section_prompt\":\"A simple contact form for inquiries without multiple calls to action.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our office for in-person consultations.\",\"section_prompt\":\"Details on our location and how to reach our office.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and links to our social media profiles.\",\"section_prompt\":\"A responsive footer section with contact info and social media links.\"}]}],\"user_prompt\":\"Website for Trusted Aviation Advisors named \\\"Paradise Jets\\\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.\",\"prompt_id\":460}', '2025-09-12 08:09:48', '2025-09-12 08:09:48'),
(461, 50, NULL, 'Create a website for IT Agency named \"Majestic Infodes\". We are one of the best offshore IT solutions provider for 8-10 years. It is a prominent name for outsourcing and renders services in places such as USA, Canada, Australia and UK. Our Web design and development firm expertises in providing good optimal solutions to business strategies.', '{\"website_title\":\"Majestic Infodes\",\"website_description\":\"Offshore IT solutions provider specializing in web design and development with a decade of experience, delivering optimal business strategies across the globe.\",\"website_type\":\"Business\",\"website_industry\":\"Technology\",\"search_query\":\"offshore IT solutions, web design, digital marketing, client testimonials, case studies\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Majestic Infodes, your trusted offshore IT solutions provider.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Majestic Infodes\",\"section_description\":\"Introducing our exceptional IT outsourcing solutions tailored for your business.\",\"section_prompt\":\"Hero section with a captivating image representing technology and innovation.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission and dedication in the IT outsourcing industry.\",\"section_prompt\":\"Overview of our company\'s ethos and commitment.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the suite of services we provide that empower your business.\",\"section_prompt\":\"Grid showcasing services: Web Design, Development, IT Consulting, Digital Marketing.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Highlighting our milestones and successes over nearly a decade.\",\"section_prompt\":\"Bar statistics show completed projects, client satisfaction, and service areas.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest News\",\"section_description\":\"Stay updated with the latest insights and trends in the IT industry.\",\"section_prompt\":\"Latest articles and blogs that engage and inform visitors.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Contact us to find out how we can help your business grow.\",\"section_prompt\":\"Encouraging users to reach out with a strong call to action.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Get to know Majestic Infodes, our history, and our values.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate to learn more about us.\",\"section_prompt\":\"Standard header for page navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"A brief history of Majestic Infodes.\",\"section_prompt\":\"Background and milestones in a visually engaging format.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Values\",\"section_description\":\"The core principles that guide our operations and decision-making.\",\"section_prompt\":\"Detailed explanation of values and their importance.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Milestones\",\"section_description\":\"Significant achievements from our 10-year journey.\",\"section_prompt\":\"Brief descriptions of key milestones and accomplishments.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us\",\"section_description\":\"Discover how we can be your partners in growth.\",\"section_prompt\":\"Encourage visitors to engage with the company.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Useful links and copyright information.\",\"section_prompt\":\"Standard footer with contact details and links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the comprehensive services we offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Explore our service offerings.\",\"section_prompt\":\"Standard header for service navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Service Overview\",\"section_description\":\"A glimpse into the wide range of IT solutions we provide.\",\"section_prompt\":\"Introduce the services in an engaging way.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"Crafting beautiful and functional websites that resonate with your audience.\",\"section_prompt\":\"Visual and text combination showcasing our web design expertise.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Development\",\"section_description\":\"Robust development solutions designed to meet your business needs.\",\"section_prompt\":\"Insight into our development capabilities with supporting visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"IT Consulting\",\"section_description\":\"We provide strategic IT consulting to help you make informed decisions.\",\"section_prompt\":\"Details of our consulting services with illustrative graphics.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Marketing\",\"section_description\":\"Our digital marketing strategies will boost your online presence.\",\"section_prompt\":\"Highlighting digital marketing services supported by graphics.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to your most pressing questions regarding our services.\",\"section_prompt\":\"Address common inquiries to assist potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact us to learn how our services can help you thrive.\",\"section_prompt\":\"Encouraging visitors to reach out for more info.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Useful links and copyright information.\",\"section_prompt\":\"Standard footer with contact details and links.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Our Portfolio\",\"page_description\":\"Showcasing our past projects and successes.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Explore our work.\",\"section_prompt\":\"Standard header for navigating the portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Project Highlights\",\"section_description\":\"A collection of selected projects that exemplify our expertise.\",\"section_prompt\":\"Enticing introduction to our portfolio.\"},{\"section_type\":\"gallery\",\"section_title\":\"Recent Projects\",\"section_description\":\"Visuals of our latest work demonstrating our capabilities.\",\"section_prompt\":\"Grid layout showcasing images of completed projects.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Case Studies\",\"section_description\":\"In-depth analysis of our most impactful projects.\",\"section_prompt\":\"Detailed descriptions and insights into selected case studies.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Collaborate?\",\"section_description\":\"Contact us to discuss your project ideas.\",\"section_prompt\":\"Encouraging visitors to engage with our services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Useful links and copyright information.\",\"section_prompt\":\"Standard footer with contact details and links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Our Blog\",\"page_description\":\"Insights and updates from the IT industry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Access the latest articles.\",\"section_prompt\":\"Standard header for blog navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Industry Insights\",\"section_description\":\"Stay informed about the latest tech trends and updates.\",\"section_prompt\":\"Engaging introduction to what visitors can expect in the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Browse through our most recent posts that cover a variety of topics.\",\"section_prompt\":\"Grid layout displaying titles and snippets of recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Sign up to receive our latest blog posts directly to your inbox.\",\"section_prompt\":\"Encouraging visitors to subscribe to our blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Useful links and copyright information.\",\"section_prompt\":\"Standard footer with contact details and links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to Majestic Infodes for your IT solutions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Get in touch with us.\",\"section_prompt\":\"Standard header for contact information.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Location and other contact details to connect with us.\",\"section_prompt\":\"Visuals of our office location and contact methods.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Fill out the form below for inquiries or quotes.\",\"section_prompt\":\"Contact form for visitors to submit their inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Office\",\"section_description\":\"Address and phone number for direct contacts.\",\"section_prompt\":\"Contact details displayed prominently for ease of access.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Useful links and copyright information.\",\"section_prompt\":\"Standard footer with contact details and links.\"}]}],\"user_prompt\":\"Create a website for IT Agency named \\\"Majestic Infodes\\\". We are one of the best offshore IT solutions provider for 8-10 years. It is a prominent name for outsourcing and renders services in places such as USA, Canada, Australia and UK. Our Web design and development firm expertises in providing good optimal solutions to business strategies.\",\"prompt_id\":461}', '2025-09-12 08:11:38', '2025-09-12 08:11:38');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(462, 50, 313, '\"Create a website for IT Agency named \\\"Majestic Infodes\\\". We are one of the best offshore IT solutions provider for 8-10 years. It is a prominent name for outsourcing and renders services in places such as USA, Canada, Australia and UK. Our Web design and development firm expertises in providing good optimal solutions to business strategies.\"', '{\"website_title\":\"Majestic Infodes\",\"website_description\":\"Leading offshore IT solutions provider with over 10 years of expertise serving clients globally.\",\"website_type\":\"Business\",\"website_industry\":\"Technology\",\"search_query\":\"offshore IT solutions, IT consulting, digital marketing agency, web design and development, technology services\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Majestic Infodes, your trusted partner in offshore IT solutions.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"Showcasing our commitment to delivering top-notch IT solutions.\",\"section_prompt\":\"A captivating hero section featuring a compelling image and tagline that emphasizes our expertise in IT solutions.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Discover our core values and the mission that drives us to excel in IT services.\",\"section_prompt\":\"An overview of the agency\'s principles and dedication to excellence in IT.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Explore the advantages of partnering with Majestic Infodes for your IT needs.\",\"section_prompt\":\"Highlight the unique benefits and strengths of our agency.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"A comprehensive overview of the services we provide to meet our clients\' needs.\",\"section_prompt\":\"A grid layout displaying the various IT services such as web design, development, digital marketing, and IT consulting.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest articles and insights in the technology realm.\",\"section_prompt\":\"A section with links to recent blog posts showcasing our thought leadership.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Showcasing key statistics that reflect our success and expertise in the IT industry.\",\"section_prompt\":\"A visually engaging statistics bar highlighting projects completed, clients served, and years of service.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Reach out to us and discover how we can help your business thrive.\",\"section_prompt\":\"Encourage visitors to contact us for more information or to start a project.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Ending section with links to privacy policy, terms, and social media.\",\"section_prompt\":\"The footer section containing navigation links and social media icons.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about Majestic Infodes, our story, and our vision.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to the About Us page.\",\"section_prompt\":\"Basic header layout introducing the About Us section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Our Agency\",\"section_description\":\"The story and experience that shape our agency.\",\"section_prompt\":\"Banner section with an engaging background that signifies our identity.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our History\",\"section_description\":\"A detailed account of how Majestic Infodes was founded and our journey so far.\",\"section_prompt\":\"Highlighting the inception story and milestones in a narrative format.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Mission and Vision\",\"section_description\":\"A summary of our mission to deliver quality IT services and our vision for the future.\",\"section_prompt\":\"Deep dive into our objectives and what we aspire to achieve.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Introduction to the talented professionals behind Majestic Infodes.\",\"section_prompt\":\"Highlighting team members with a brief description and roles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us\",\"section_description\":\"Inviting potential clients to partner with us for IT solutions.\",\"section_prompt\":\"Encourage clients to connect or inquire directly.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Ending section with links to privacy policy, terms, and social media.\",\"section_prompt\":\"Basic footer layout containing essential navigation.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the wide range of IT solutions we offer to our clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to the Services page.\",\"section_prompt\":\"Standard header layout introducing the Services section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Comprehensive IT Solutions\",\"section_description\":\"An overview of IT services designed to meet diverse business needs.\",\"section_prompt\":\"Banner section emphasizing our wide range of IT services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"Creative and user-friendly web design services to enhance your online presence.\",\"section_prompt\":\"A media and text layout combining visuals with service descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Development\",\"section_description\":\"Robust web development solutions tailored for functionality and performance.\",\"section_prompt\":\"A media and text layout showcasing the development aspect.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Marketing\",\"section_description\":\"Strategic digital marketing services to boost your business visibility.\",\"section_prompt\":\"Media and text layout explaining our marketing strategies.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"IT Consulting\",\"section_description\":\"Expert consulting services to guide your technology decisions.\",\"section_prompt\":\"Focus on the consulting services offered with detailed descriptions.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries answered regarding our services and processes.\",\"section_prompt\":\"A structured FAQ section addressing potential client inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project\",\"section_description\":\"Contact us to discuss your upcoming IT project and get started.\",\"section_prompt\":\"Encouragement to connect and start a new project collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Ending section with links to privacy policy, terms, and social media.\",\"section_prompt\":\"Standard footer layout for service page.\"}]},{\"page_type\":\"case_studies\",\"page_title\":\"Success Stories\",\"page_description\":\"Explore our successful projects and client testimonials.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to the Case Studies page.\",\"section_prompt\":\"Basic header layout for the Case Studies overview.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Success Stories\",\"section_description\":\"Highlighting testimonials and projects that exhibit our capabilities.\",\"section_prompt\":\"Banner section showcasing successful collaborations.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Featured Projects\",\"section_description\":\"Details on key projects that demonstrate our expertise and client satisfaction.\",\"section_prompt\":\"Listings of successful client projects with brief descriptions and outcomes.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Testimonials from clients reinforcing our reliability and service quality.\",\"section_prompt\":\"A curated collection of client reviews and feedback.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Talk About Your Project\",\"section_description\":\"Encouraging potential clients to engage with us.\",\"section_prompt\":\"Section prompting visitors to connect for their own projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Ending section with links to privacy policy, terms, and social media.\",\"section_prompt\":\"Basic footer layout for easy navigation.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Insights on IT trends and solutions from Majestic Infodes.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to the Blog page.\",\"section_prompt\":\"Basic header layout introducing our blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Recent Insights\",\"section_description\":\"Showcasing our thought leadership and recent publications.\",\"section_prompt\":\"Banner section featuring blog highlights.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"A grid view of our latest articles focusing on trending IT topics.\",\"section_prompt\":\"Engaging display of blog entries with snippets and links.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encouraging visitors to subscribe to our blog for the latest insights.\",\"section_prompt\":\"Section inviting visitors to join our mailing list for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Ending section with links to privacy policy, terms, and social media.\",\"section_prompt\":\"Standard footer layout for blog page.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Majestic Infodes for inquiries and collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to the Contact page.\",\"section_prompt\":\"Standard header layout introducing visitors to our contact information.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Reach Us\",\"section_description\":\"How to connect with us for your IT inquiries.\",\"section_prompt\":\"Banner section providing contact instructions.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Our addresses, phone numbers, and email for inquiries.\",\"section_prompt\":\"Clear presentation of our contact information.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"A form for potential clients to submit their inquiries directly.\",\"section_prompt\":\"User-friendly contact form for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Ending section with links to privacy policy, terms, and social media.\",\"section_prompt\":\"Standard footer layout for easy navigation.\"}]}],\"user_prompt\":\"Create a website for IT Agency named \\\"Majestic Infodes\\\". We are one of the best offshore IT solutions provider for 8-10 years. It is a prominent name for outsourcing and renders services in places such as USA, Canada, Australia and UK. Our Web design and development firm expertises in providing good optimal solutions to business strategies.\",\"prompt_id\":462,\"theme\":\"classic\",\"colors\":[[151,131,47],[68,132,244]],\"fonts\":\"classic-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/appdev.bloxby.io\\/\",\"instagram\":\"https:\\/\\/appdev.bloxby.io\\/\",\"twitter\":\"https:\\/\\/appdev.bloxby.io\\/\",\"linkedin\":\"https:\\/\\/appdev.bloxby.io\\/\",\"pinterest\":\"https:\\/\\/appdev.bloxby.io\\/\"},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_68c3f4e7d6fe0.png\"}', '2025-09-12 08:18:47', '2025-09-12 10:24:41'),
(467, NULL, NULL, 'So, I just opened a new bookstore and I need a website for it.', '{\"website_title\":\"The Book Nook\",\"website_description\":\"A vibrant online space showcasing a unique selection of books and a welcoming atmosphere for all readers.\",\"website_type\":\"Online Store\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"bookstore interior, cozy reading nook, book collection display, author signing event, modern bookstore\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to The Book Nook! Dive into the world of books and discover your next great read.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to The Book Nook!\",\"section_description\":\"A vibrant place for book lovers to find their next read.\",\"section_prompt\":\"Responsive hero section with an inviting image of the bookstore.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Discover my journey into the world of book selling and what inspires The Book Nook.\",\"section_prompt\":\"About the bookstore\'s mission, history, and inspirations.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Collection\",\"section_description\":\"Explore our diverse selection of books categorized for easy browsing.\",\"section_prompt\":\"Showcase of featured book categories with images and descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Stay updated with our latest book reviews and recommendations.\",\"section_prompt\":\"Dynamic listings of the latest posts from the blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us Today!\",\"section_description\":\"Sign up for our newsletter for updates on new arrivals and events.\",\"section_prompt\":\"Encouragement for visitors to subscribe to the newsletter.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Showcase of our community engagement and book sales data.\",\"section_prompt\":\"Display numbers such as books sold, events held, and happy customers.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about the bookstore.\",\"section_prompt\":\"Traditional footer layout for navigation and contact information.\"}]}],\"user_prompt\":\"So, I just opened a new bookstore and I need a website for it.\",\"prompt_id\":467}', '2025-09-15 07:47:57', '2025-09-15 07:47:57'),
(498, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"SEO & Marketing Agency\",\"website_description\":\"A premier SEO and Marketing agency focused on driving online growth through expert strategies and proven case studies.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO strategies, Marketing insights, Case studies, Digital growth, Online success\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our SEO & Marketing Agency, where we drive growth through tailored strategies.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for navigation.\",\"section_prompt\":\"Navigational header with links to all main sections.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An engaging hero section introducing the agency and its core services.\",\"section_prompt\":\"Large hero image with a succinct tagline about driving online growth.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission and vision in the digital marketing landscape.\",\"section_prompt\":\"Description of our agency\'s values, team, and mission.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our expert service offerings designed for your growth.\",\"section_prompt\":\"Showcase of services like SEO strategies, including keyword research, on-page optimization, and link building.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Highlighting statistics that showcase our impact on clients\' growth.\",\"section_prompt\":\"Highlight client successes through statistics and metrics.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Discover the latest blog posts sharing marketing insights and tips.\",\"section_prompt\":\"Grid of the latest articles shared on our blog.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear directly from our satisfied clients about their success stories.\",\"section_prompt\":\"Carousel or grid showcasing various client testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Now\",\"section_description\":\"Engage visitors with a strong call to action to contact us or begin their project.\",\"section_prompt\":\"Encouragement for visitors to reach out for a consultation.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Detailed overview of the SEO and marketing services we offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for navigation.\",\"section_prompt\":\"Navigational header with links to all main sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"An overview of the services offered for digital marketing and SEO.\",\"section_prompt\":\"Banner that introduces the services offered by the agency.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Keyword Research\",\"section_description\":\"In-depth analysis and strategy development on target keywords.\",\"section_prompt\":\"Text alongside media illustrating the importance of keyword research.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"On-Page Optimization\",\"section_description\":\"Techniques to enhance website content for better search engine ranking.\",\"section_prompt\":\"Text alongside media on strategies around on-page SEO.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Link Building\",\"section_description\":\"Approaches to improve domain authority and search visibility through backlinks.\",\"section_prompt\":\"Text alongside media explaining effective link-building strategies.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common inquiries about our services answered for client clarity.\",\"section_prompt\":\"A list of common questions and their answers concerning services provided.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Improve?\",\"section_description\":\"Encouragement to reach out for a consultation on services.\",\"section_prompt\":\"Call to action prompting visitors to contact for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for navigation and important links.\",\"section_prompt\":\"Standard footer with links to privacy policy and contact.\"}]},{\"page_type\":\"case_studies\",\"page_title\":\"Case Studies\",\"page_description\":\"Showcasing successful projects that highlight our effectiveness.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for navigation.\",\"section_prompt\":\"Navigational header with links to all main sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Success Stories\",\"section_description\":\"Detailing successful client partnerships and outcomes achieved.\",\"section_prompt\":\"Banner introducing the portfolio of case studies.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Client A Success\",\"section_description\":\"In-depth look at services provided and the outcomes for Client A.\",\"section_prompt\":\"Detailed case study on a specific client showing results.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Client B Transformation\",\"section_description\":\"Highlighting the strategic changes implemented and results for Client B.\",\"section_prompt\":\"Detailed case study on another client with a focus on their journey.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Results Overview\",\"section_description\":\"Summary of metrics and outcomes across multiple case studies.\",\"section_prompt\":\"Brief insights into metrics demonstrating the effectiveness of our approaches.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Successful Brands\",\"section_description\":\"Encourage prospective clients to partner with us for their SEO needs.\",\"section_prompt\":\"Motivational message inviting potential clients to engage with the agency.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for navigation and important links.\",\"section_prompt\":\"Standard footer with links to privacy policy and contact.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Explore our blog for tips, insights, and updates in the marketing industry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for navigation.\",\"section_prompt\":\"Navigational header with links to all main sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Latest insights and articles from our marketing team.\",\"section_prompt\":\"Banner showing the latest blog articles and their summaries.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Our Blog Posts\",\"section_description\":\"Grid view of our most recent articles on SEO and marketing strategies.\",\"section_prompt\":\"Grid layout showcasing blog posts with images and teasers.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Industry Insights\",\"section_description\":\"In-depth articles focusing on key trends and analysis in digital marketing.\",\"section_prompt\":\"Featured articles providing insights into the marketing industry.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Tips & Tricks\",\"section_description\":\"Helpful advice and small actionable items for marketing success.\",\"section_prompt\":\"Collection of shorter articles aimed at providing quick marketing tips.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encourage visitors to subscribe to our newsletter for ongoing insights.\",\"section_prompt\":\"Call for visitors to join the mailing list for blog updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for navigation and important links.\",\"section_prompt\":\"Standard footer with links to privacy policy and contact.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with our team for inquiries or consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for navigation.\",\"section_prompt\":\"Navigational header with links to all main sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Reach out for inquiries or further information.\",\"section_prompt\":\"Banner inviting visitors to contact the agency.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"A form for potential clients to send inquiries or request a consultation.\",\"section_prompt\":\"Form for visitors to submit their contact information and message.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Location & Hours\",\"section_description\":\"Our office location and business hours for any visits or calls.\",\"section_prompt\":\"Text providing address and operational hours.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for navigation and important links.\",\"section_prompt\":\"Standard footer with links to privacy policy and contact.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":498}', '2025-09-16 10:34:45', '2025-09-16 10:34:45'),
(501, NULL, NULL, 'boutique', '{\"website_title\":\"Chic Boutique\",\"website_description\":\"A curated online boutique featuring a variety of fashion items, accessories, and lifestyle products with an engaging shopping experience.\",\"website_type\":\"eCommerce\",\"website_industry\":\"Fashion\",\"search_query\":\"fashion boutique, online shopping, curated fashion, lifestyle products, accessories\",\"pages\":[{\"page_type\":\"slug\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Chic Boutique, your destination for curated fashion and lifestyle products.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An engaging image showcasing our latest collection.\",\"section_prompt\":\"Full-width hero banner with an attention-grabbing background image of curated fashion items.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A section to share my passion for fashion and what inspires my collections.\",\"section_prompt\":\"A personal story about my journey in the fashion industry, layout with an image of me.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Collection\",\"section_description\":\"A visually appealing grid layout showcasing our products.\",\"section_prompt\":\"Grid layout showcasing fashion items and accessories, with high-quality images and links to individual product pages.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Shop With Us\",\"section_description\":\"Highlighting the benefits of shopping at Chic Boutique, such as quality and uniqueness.\",\"section_prompt\":\"A section dedicated to showcasing the benefits of shopping at our boutique.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Check out our most recent style tips and fashion advice.\",\"section_prompt\":\"A section displaying a preview of the latest blog posts with images and excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now!\",\"section_description\":\"Encouraging visitors to explore our collection and make a purchase.\",\"section_prompt\":\"A vibrant call to action button and inviting text to explore our fashion selections.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer of the homepage containing navigation and social media links.\",\"section_prompt\":\"Standard footer layout with links and information.\"}]},{\"page_type\":\"slug\",\"page_title\":\"Our Collection\",\"page_description\":\"Explore our carefully curated selection of fashion items and accessories.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the collection page.\",\"section_prompt\":\"Standard header layout with logo and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Collection\",\"section_description\":\"A banner introducing visitors to our curated selections.\",\"section_prompt\":\"A visually appealing inner banner that indicates the collection content.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Fashion Items\",\"section_description\":\"Showcasing our diverse range of fashion items with descriptions and images.\",\"section_prompt\":\"Layout with images on one side and text descriptions on the other.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Accessories\",\"section_description\":\"Highlighting unique accessories to complement your style.\",\"section_prompt\":\"Section combining images of accessories with appealing descriptions.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common inquiries about our products and services.\",\"section_prompt\":\"A list of frequently asked questions with clear answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Discover More\",\"section_description\":\"Encouraging visitors to explore more products in our collection.\",\"section_prompt\":\"Engaging call to action prompting users to view the full collection.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer detailing navigation links and social media connections.\",\"section_prompt\":\"Standard footer layout with important links.\"}]},{\"page_type\":\"slug\",\"page_title\":\"Latest Articles\",\"page_description\":\"Stay updated with our latest style tips and fashion insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the blog page.\",\"section_prompt\":\"Standard header layout to facilitate easy blog navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"A welcoming banner showcasing the blog theme.\",\"section_prompt\":\"A styled banner visually indicating the blog posts.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Entries\",\"section_description\":\"A grid layout featuring our latest articles on fashion tips and stories.\",\"section_prompt\":\"Grid showcasing blog posts with images and brief excerpts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Style Tips\",\"section_description\":\"Detailed fashion tips and advice from our boutique experts.\",\"section_prompt\":\"A section with in-depth posts discussing style strategies.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Inviting readers to follow and engage with our blog for updates.\",\"section_prompt\":\"Encouraging a follow-up action for blog readers.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for blog navigation and connections.\",\"section_prompt\":\"Standard footer layout with important links.\"}]},{\"page_type\":\"slug\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to us for any inquiries or assistance.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the contact page.\",\"section_prompt\":\"Standard header layout specific to contact information.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Banner introducing the contact page, inviting inquiries.\",\"section_prompt\":\"An inviting inner banner that aligns with the theme of communication.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to submit inquiries, feedback, or questions.\",\"section_prompt\":\"Simple and user-friendly contact form layout for easy submissions.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Providing business address and other contact methods.\",\"section_prompt\":\"Contact information including email, phone number, and physical address.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"We\'d Love to Hear From You\",\"section_description\":\"Final encouragement for visitors to get in touch with us.\",\"section_prompt\":\"Encouragement for visitors to fill out the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer containing additional resources and social links.\",\"section_prompt\":\"Standard footer layout with important navigation links.\"}]}],\"user_prompt\":\"boutique\",\"prompt_id\":501}', '2025-09-16 11:58:37', '2025-09-16 11:58:37'),
(503, NULL, NULL, 'website on tourist places in india', '{\"website_title\":\"Explore Incredible India\",\"website_description\":\"Discover the beauty and diversity of India\'s tourist destinations through comprehensive travel guides, itineraries, and tips for exploring iconic landmarks and hidden gems.\",\"website_type\":\"Informational\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"Indian travel, tourist destinations in India, cultural experiences, Indian cuisine, travel tips\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Explore Incredible India, your ultimate resource for discovering India\'s rich culture and stunning tourist destinations.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Incredible India!\",\"section_description\":\"An introduction to the rich culture, vibrant landscapes, and historical beauty of India.\",\"section_prompt\":\"This is the introductory banner showcasing scenic views of India, inviting visitors to explore further.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our mission to showcase India\'s tourist destinations and cultural experiences.\",\"section_prompt\":\"An informative section describing our purpose and passion for promoting travel in India.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Popular Destinations\",\"section_description\":\"Explore our curated list of must-visit places across India, from iconic landmarks to hidden gems.\",\"section_prompt\":\"Grid format showcasing popular tourist destinations with images and brief descriptions.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Travel Tips\",\"section_description\":\"Get essential tips for traveling safely and effectively in India.\",\"section_prompt\":\"A comprehensive list of travel tips designed to enhance your journey.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Local Cuisine\",\"section_description\":\"Savor the taste of India with our selection of regional dishes and recommendations.\",\"section_prompt\":\"A listing of the best local dishes and where to find them across different regions.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Cultural Experiences\",\"section_description\":\"Immerse yourself in India\'s diverse cultures with unique experiences and activities.\",\"section_prompt\":\"A feature listing of cultural activities, festivals, and experiences to enrich your travel.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photo Galleries\",\"section_description\":\"Browse our stunning photo galleries showcasing the beauty of India.\",\"section_prompt\":\"A visual collection of images depicting various landscapes and cultural experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Journey Now!\",\"section_description\":\"Join us in discovering the wonders of India. Follow our guides for an unforgettable experience.\",\"section_prompt\":\"Encouraging visitors to explore the website and plan their travels.\"}]},{\"page_type\":\"services\",\"page_title\":\"Travel Guides\",\"page_description\":\"Comprehensive travel guides for exploring India\\u2019s diverse regions and attractions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"Site-wide header for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Guides\",\"section_description\":\"Discover our in-depth travel guides tailored for every explorer.\",\"section_prompt\":\"An attractive banner introducing the travel guides available.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"North India Treasures\",\"section_description\":\"Explore the majestic palaces and landscapes of North India with our detailed guidance.\",\"section_prompt\":\"A section featuring images and descriptions of key attractions in North India.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Southern Delights\",\"section_description\":\"Uncover the serene beaches and rich culture of South India, from temples to coastlines.\",\"section_prompt\":\"This section emphasizes popular destinations in South India with visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Cultural Routes\",\"section_description\":\"Journey through India\'s cultural heritage with our specialized itineraries.\",\"section_prompt\":\"Highlighting tours focusing on India\'s rich cultural experiences.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common queries regarding travel procedures and destinations in India.\",\"section_prompt\":\"A comprehensive FAQ section addressing common travel inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More Guides\",\"section_description\":\"Dive deeper into our extensive travel guides to plan your perfect trip.\",\"section_prompt\":\"Encouraging visitors to further explore our travel content.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"Standard footer with contact information and site links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Stay updated with our latest travel insights, tips, and destination highlights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"Site-wide header for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Catch up on the latest blogs featuring travel insights and stories.\",\"section_prompt\":\"A banner showcasing the latest blog updates.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Explore our most recent blog articles about diverse travel experiences in India.\",\"section_prompt\":\"A grid display of the latest blog posts with images and excerpts.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Travel Inspiration\",\"section_description\":\"Get inspired with our curated selection of travel articles and experiences.\",\"section_prompt\":\"A list showcasing inspiring travel content from our blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Read More Blogs\",\"section_description\":\"Explore our entire blog for tips and travel stories to enhance your journey.\",\"section_prompt\":\"Encouraging visitors to read more articles from our blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"Standard footer with links and important contact info.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out for inquiries, collaborations, or travel tips.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"Site-wide header for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\'re here to help! Contact us for any queries or suggestions.\",\"section_prompt\":\"A welcoming banner inviting visitors to get in touch with us.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to reach us directly.\",\"section_prompt\":\"A structured form for visitors to submit their inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find our headquarters and other contact details below.\",\"section_prompt\":\"Information featuring our location and how to connect.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"Standard footer with all necessary navigation links.\"}]},{\"page_type\":\"user_content\",\"page_title\":\"User Stories\",\"page_description\":\"A showcase of user-generated travel experiences and reviews from across India.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"Site-wide header for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"User Stories\",\"section_description\":\"Explore travel experiences shared by our visitors.\",\"section_prompt\":\"A banner highlighting user-generated content.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Shared Experiences\",\"section_description\":\"Read incredible travel stories from our community of explorers.\",\"section_prompt\":\"A collection of personal stories submitted by travelers.\"},{\"section_type\":\"gallery\",\"section_title\":\"Traveler Photos\",\"section_description\":\"View photographs submitted by users, showcasing their adventures in India.\",\"section_prompt\":\"A gallery featuring inspiring travel photos from visitors.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Journey\",\"section_description\":\"Contribute your travel story and help others discover India.\",\"section_prompt\":\"Encouragement for visitors to share their experiences.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"Standard footer with additional links.\"}]}],\"user_prompt\":\"website on tourist places in india\",\"prompt_id\":503}', '2025-09-16 12:15:42', '2025-09-16 12:15:42');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(504, NULL, NULL, 'website on great indian mathematician', '{\"website_title\":\"Legacy of a Mathematician\",\"website_description\":\"A dedicated website showcasing the life and contributions of a great Indian mathematician, highlighting their achievements and influence on mathematics.\",\"website_type\":\"Informational\",\"website_industry\":\"Education\",\"search_query\":\"Indian mathematician, mathematics achievements, mathematical discoveries, biography of mathematicians, contributions to mathematics\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to the tribute page celebrating the significant contributions of our featured mathematician.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A prominent visual introduction showcasing the mathematician\'s legacy with an inspiring quote or image.\",\"section_prompt\":\"A striking hero image with a quote overlay about the mathematician, centered layout.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"An overview of the mathematician\'s life and major contributions to the field of mathematics.\",\"section_prompt\":\"Details about the mathematician\'s journey, achievements, and impact, presented in a clean layout.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Key Contributions\",\"section_description\":\"A showcase of significant discoveries and contributions made by the mathematician.\",\"section_prompt\":\"A grid layout displaying key achievements or discoveries with short descriptions for each.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Resources\",\"section_description\":\"Stay updated with the latest articles and resources related to the mathematician\\u2019s work.\",\"section_prompt\":\"A section of latest blog articles or research papers with links for further reading.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Impact Statistics\",\"section_description\":\"Highlighting the mathematician\'s achievements through various statistical indicators.\",\"section_prompt\":\"A visually engaging statistics bar with numbers and achievements depicted in a graphical manner.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Involved\",\"section_description\":\"Encourage visitors to participate by sharing knowledge or contributing articles.\",\"section_prompt\":\"A clear call-to-action prompting visitors to contribute or engage with the work.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with navigation links, copyright and social media links.\",\"section_prompt\":\"A clean and organized footer with all necessary links for navigation.\"}]},{\"page_type\":\"services\",\"page_title\":\"Biographical Insights\",\"page_description\":\"Delving deep into the life events and milestones of the mathematician.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main header for the page displaying the title and theme.\",\"section_prompt\":\"A simple header with the title \'Biographical Insights\'.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Biographical Insights\",\"section_description\":\"Introduction to the biographical insights about the mathematician.\",\"section_prompt\":\"A visually appealing banner leading into the biographical details.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Early Life\",\"section_description\":\"An exploration of the mathematician\'s early years, influences, and education.\",\"section_prompt\":\"Engaging text paired with relevant images discussing the early years.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Career Milestones\",\"section_description\":\"Focus on significant career achievements and roles held by the mathematician.\",\"section_prompt\":\"Text and images depicting career growth and important milestones.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Address common questions regarding the mathematician\'s life and contributions.\",\"section_prompt\":\"A straightforward FAQ format discussing commonly asked questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Learn More\",\"section_description\":\"Encouraging users to explore more detailed articles or books.\",\"section_prompt\":\"A motivating section encouraging readers to delve deeper into the subject.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with navigation links, copyright and social media links.\",\"section_prompt\":\"A clean and organized footer with all necessary links for navigation.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Mathematical Discoveries\",\"page_description\":\"Articles on significant discoveries made by the mathematician and their impact.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main header for the page displaying the title and theme.\",\"section_prompt\":\"A simple header with the title \'Mathematical Discoveries\'.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"A section dedicated to the latest articles concerning the mathematician\'s work.\",\"section_prompt\":\"A banner highlighting the latest discoveries with images.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Articles\",\"section_description\":\"A selection of articles discussing key discoveries in depth.\",\"section_prompt\":\"A grid layout showcasing the featured blog articles related to mathematical discoveries.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Spotlight Discovery\",\"section_description\":\"Highlighting one major discovery by the mathematician in detail.\",\"section_prompt\":\"Focus on one significant discovery, detailing its importance and impact.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Discussion\",\"section_description\":\"Encourage readers to comment and share their thoughts on the articles.\",\"section_prompt\":\"A section inviting readers to engage with the content and share opinions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with navigation links, copyright and social media links.\",\"section_prompt\":\"A clean and organized footer with all necessary links for navigation.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"How to reach us for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main header for the contact page.\",\"section_prompt\":\"A simple header displaying the title \'Contact Us\'.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"An inviting entrance to the contact information and form section.\",\"section_prompt\":\"A banner welcoming queries and conversations.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"A contact form for inquiries or feedback from visitors.\",\"section_prompt\":\"A simple contact form layout for user engagement.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Address\",\"section_description\":\"Providing physical and email contact details for outreach.\",\"section_prompt\":\"Info layout displaying address, email, and phone contact details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with navigation links, copyright and social media links.\",\"section_prompt\":\"A clean and organized footer with all necessary links for navigation.\"}]},{\"page_type\":\"timeline\",\"page_title\":\"Timeline of Achievements\",\"page_description\":\"A chronological overview of the mathematician\\u2019s major milestones and contributions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main header for the timeline page.\",\"section_prompt\":\"A clean header that states \'Timeline of Achievements\'.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Timeline Overview\",\"section_description\":\"Introduction to the timeline representing milestones.\",\"section_prompt\":\"A captivating introduction leading to the timeline section.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Major Milestones\",\"section_description\":\"Highlights of key milestones achieved throughout the mathematician\'s life.\",\"section_prompt\":\"Details for each major achievement in a timeline format.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photographic Journey\",\"section_description\":\"Images depicting different phases and milestones of the mathematician\\u2019s career.\",\"section_prompt\":\"A grid or slideshow layout featuring images from various timeline points.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More\",\"section_description\":\"Inviting visitors to dive deeper into specific events or contributions.\",\"section_prompt\":\"A dynamic section encouraging exploration of related topics.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with navigation links, copyright and social media links.\",\"section_prompt\":\"A clean and organized footer with all necessary links for navigation.\"}]}],\"user_prompt\":\"website on great indian mathematician\",\"prompt_id\":504}', '2025-09-16 12:17:24', '2025-09-16 12:17:24'),
(505, NULL, NULL, 'human biology', '{\"website_title\":\"Human Biology Explorer\",\"website_description\":\"An educational platform dedicated to exploring the intricate systems and functions of the human body through engaging content, interactive diagrams, and quizzes.\",\"website_type\":\"Educational\",\"website_industry\":\"Education\",\"search_query\":\"human biology, anatomy overview, body systems, health and wellness, latest research\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Human Biology Explorer, where you can embark on a fascinating journey through the human body.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A striking visual introduction to human biology, inviting users to explore various topics.\",\"section_prompt\":\"Responsive full-width image with bold text overlay introducing the platform.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about the mission of Human Biology Explorer and the importance of understanding human biology.\",\"section_prompt\":\"A section that provides details about the website\'s educational purpose and goals.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Explore Topics\",\"section_description\":\"Discover our major sections: Anatomy Overview, Body Systems, Health and Wellness, Latest Research.\",\"section_prompt\":\"A grid layout showcasing links to each main topic of the website.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with the newest articles and research in human biology published on the platform.\",\"section_prompt\":\"A brief list highlighting recent articles on human biology.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Join us in exploring the fascinating world of human biology. Sign up now for interactive content and quizzes!\",\"section_prompt\":\"An engaging call to action encouraging visitors to join or sign up.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Highlight key statistics such as number of topics covered, quizzes available, and user engagement metrics.\",\"section_prompt\":\"Visual representation of the platform\'s statistics to showcase its success.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigate links and additional information about the platform.\",\"section_prompt\":\"Standard footer layout with links to privacy policy, terms of service, and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Explore Our Topics\",\"page_description\":\"Discover in-depth knowledge and engaging educational experiences in human biology.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Explore Our Topics\",\"section_description\":\"An overview of the various topics offered on the platform related to human biology.\",\"section_prompt\":\"An inner banner that describes the significance of exploring different aspects of human biology.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Anatomy Overview\",\"section_description\":\"A comprehensive look at human anatomy, including organs, systems, and structures.\",\"section_prompt\":\"A text layout accompanied by images detailing human anatomy.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Body Systems\",\"section_description\":\"In-depth discussions on various body systems including circulatory, respiratory, and digestive systems.\",\"section_prompt\":\"Interactive designs explaining the functions and components of each body system.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Health and Wellness\",\"section_description\":\"Insights into maintaining a healthy lifestyle and understanding wellness in relation to biology.\",\"section_prompt\":\"Content that offers tips and guidance on health and wellness practices.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Latest Research\",\"section_description\":\"Stay informed about the latest discoveries and research in the field of human biology.\",\"section_prompt\":\"A section highlighting recent studies and findings relevant to human biology.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Responses to common queries about our platform and human biology topics.\",\"section_prompt\":\"A well-organized FAQ section addressing user questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Engage With Us\",\"section_description\":\"Join our community to stay informed and passionate about human biology. Subscribe for updates!\",\"section_prompt\":\"A persuasive section encouraging users to engage and subscribe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigate links and additional information about the platform.\",\"section_prompt\":\"Standard footer layout with links to privacy policy, terms of service, and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Research\",\"page_description\":\"Explore advances and insights in the field of human biology through our blog.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Research\",\"section_description\":\"Discover articles, updates, and studies about the latest in human biology.\",\"section_prompt\":\"An inner banner celebrating the importance of keeping up with research.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"A collection of the latest blog posts that cover recent developments in human biology.\",\"section_prompt\":\"A grid layout showcasing the most recent articles on human biology.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Highlighting Breakthroughs\",\"section_description\":\"In-depth analysis of significant breakthroughs in human biology research.\",\"section_prompt\":\"Feature layout focusing on one major recent breakthrough in the field.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Discussion\",\"section_description\":\"Engage with our content by commenting on latest research articles and sharing your insights.\",\"section_prompt\":\"An interactive section inviting users to participate in discussions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigate links and additional information about the platform.\",\"section_prompt\":\"Standard footer layout with links to privacy policy, terms of service, and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to us with any inquiries or feedback regarding our educational platform.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and site links for ease of use.\",\"section_prompt\":\"A standard header layout available on all pages for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"A section directing users to contact avenues available to them.\",\"section_prompt\":\"An inner banner explaining the purpose of contacting us.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Find all necessary contact details and channels to communicate with us.\",\"section_prompt\":\"Information about email, phone, and social media links.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form to submit inquiries directly to our team.\",\"section_prompt\":\"An interactive form where users can fill in their inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigate links and additional information about the platform.\",\"section_prompt\":\"Standard footer layout with links to privacy policy, terms of service, and contact information.\"}]}],\"user_prompt\":\"human biology\",\"prompt_id\":505}', '2025-09-16 12:19:01', '2025-09-16 12:19:01'),
(506, NULL, NULL, 'education', '{\"website_title\":\"EduConnect Hub\",\"website_description\":\"A comprehensive education platform offering resources, tools, and information for students and educators. Connect with fellow learners and enhance your educational journey.\",\"website_type\":\"Educational Platform\",\"website_industry\":\"Education\",\"search_query\":\"education resources, online learning, student tutorials, educational articles, online courses\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to EduConnect Hub, your prime destination for educational resources and community engagement.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to EduConnect Hub\",\"section_description\":\"Discover a wealth of educational resources at your fingertips.\",\"section_prompt\":\"A responsive hero section featuring a captivating image and text overlay highlighting the platform\'s mission.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about EduConnect Hub and our commitment to education.\",\"section_prompt\":\"A dedicated section describing the mission and vision of EduConnect Hub, laid out with clear typography and engaging imagery.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Popular Resources\",\"section_description\":\"Explore our most popular educational resources.\",\"section_prompt\":\"A grid layout displaying various resources with clickable tiles for each, allowing users to easily access them.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with the latest articles on educational trends.\",\"section_prompt\":\"A section featuring a list of recent blog posts with images and short excerpts.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Check out our milestones and impact in the educational community.\",\"section_prompt\":\"A visually engaging section showcasing statistics such as users served, courses created, and articles published.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us Today!\",\"section_description\":\"Sign up to access a variety of learning materials and connect with other learners.\",\"section_prompt\":\"An encouraging call-to-action section inviting users to register, designed with eye-catching colors and prominent buttons.\"}]},{\"page_type\":\"services\",\"page_title\":\"Learning Offerings\",\"page_description\":\"Explore our diverse educational resources and services tailored for learners and educators.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the page.\",\"section_prompt\":\"Standard header section including the logo and site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Learning Offerings\",\"section_description\":\"Discover the range of services we provide.\",\"section_prompt\":\"A visually appealing banner introducing the services page.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Online Courses\",\"section_description\":\"Engage with our curated online courses, designed for various learning needs.\",\"section_prompt\":\"A split-section with an image on one side and a description of online courses on the other.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Tutorials\",\"section_description\":\"Step-by-step tutorials to help students navigate different subjects effectively.\",\"section_prompt\":\"A structured media section detailing various tutorials, supported with visuals for clarity.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Discussion Forums\",\"section_description\":\"Join our forums to engage in discussions about educational topics with peers.\",\"section_prompt\":\"An informative section encouraging users to participate in forums, with corresponding imagery to visualize community.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common queries regarding our offerings.\",\"section_prompt\":\"A simple and organized FAQ layout addressing common questions users might have about the services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Learning Now!\",\"section_description\":\"Sign up for free today to access all of our offerings.\",\"section_prompt\":\"Call-to-action section encouraging users to join promptly.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Educational Insights\",\"page_description\":\"Read our latest insights, articles, and tips on education.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the blog page.\",\"section_prompt\":\"Standard header section with site navigation related to the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Educational Insights\",\"section_description\":\"Insights and tips for students and educators.\",\"section_prompt\":\"Banner section highlighting the blog\'s focus and purpose.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Browse through our latest articles and resources in education.\",\"section_prompt\":\"A grid layout showcasing recent blog posts, complete with images and excerpts for engagement.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Featured Article\",\"section_description\":\"Highlighting our most popular article this month.\",\"section_prompt\":\"A detail section focusing on one highlighted article with a strong visual component.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet the Contributors\",\"section_description\":\"Learn about the writers and educators behind our content.\",\"section_prompt\":\"A card layout featuring bios and images of the contributing authors.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contribute Your Knowledge\",\"section_description\":\"Encourage readers to submit their own articles or tips.\",\"section_prompt\":\"An engaging section motivating readers to contribute to the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with links and information.\",\"section_prompt\":\"Standard footer section containing links, privacy policy, and contact details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Have questions or feedback? Reach out to us.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the contact page.\",\"section_prompt\":\"Standard header section with navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We\\u2019re here to help you with any inquiries.\",\"section_prompt\":\"Informative inner banner welcoming contact inquiries.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch with us.\",\"section_prompt\":\"A structured contact form section for users to submit inquiries easily.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Find our email, phone number, and address here.\",\"section_prompt\":\"A straightforward layout providing essential contact details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with important links and information.\",\"section_prompt\":\"Standard footer section with links, copyright, and more.\"}]},{\"page_type\":\"community\",\"page_title\":\"Join the Community\",\"page_description\":\"Connect with fellow learners and educators in our community forums.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the community page.\",\"section_prompt\":\"Standard header section including the logo and site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Join the Community\",\"section_description\":\"Engage with peers in meaningful discussions.\",\"section_prompt\":\"A welcoming banner for the community section encouraging participation.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Community Features\",\"section_description\":\"Explore the various features of our forums.\",\"section_prompt\":\"A features listing section detailing community forums, discussion threads, and support resources.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Members Say\",\"section_description\":\"Hear from our users about their experience in the community.\",\"section_prompt\":\"A section showcasing testimonials and stories from users.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Become a Member\",\"section_description\":\"Join now to connect with thousands of learners and educators.\",\"section_prompt\":\"An engaging call-to-action inspiring users to sign up.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with essential links and information.\",\"section_prompt\":\"Standard footer section containing links, privacy policy, and contact details.\"}]}],\"user_prompt\":\"education\",\"prompt_id\":506}', '2025-09-16 12:22:33', '2025-09-16 12:22:33'),
(507, NULL, NULL, 'food in india', '{\"website_title\":\"Culinary Landscape of India\",\"website_description\":\"Explore the vibrant and diverse culinary landscape of India, featuring unique flavors, traditional recipes, and cultural significance.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Food & Beverage\",\"search_query\":\"Indian cuisine, traditional recipes, street food, cooking techniques, food photography\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my culinary exploration of India, celebrating its rich food heritage.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the main navigation header for the website.\",\"section_prompt\":\"Standard header with navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Indian Cuisine\",\"section_description\":\"Discover the rich and diverse flavors of Indian food from all regions.\",\"section_prompt\":\"Full-width hero image with an engaging welcome message about Indian cuisine.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my journey into Indian cooking and my passion for food.\",\"section_prompt\":\"An intimate recount of my personal experiences and learnings in Indian cuisine.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Explore Unique Dishes\",\"section_description\":\"A collection of must-try dishes from different regions of India.\",\"section_prompt\":\"Grid layout showcasing iconic Indian dishes with images and brief descriptions.\"},{\"section_type\":\"gallery\",\"section_title\":\"Food Photography Gallery\",\"section_description\":\"Immerse yourself in a visual feast of Indian culinary delights.\",\"section_prompt\":\"Masonry grid of food photography that showcases the beauty of Indian food.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Connect With Me\",\"section_description\":\"Feel free to reach out for recipes or culinary discussions.\",\"section_prompt\":\"Contact information and links to social media profiles.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Culinary Tips\",\"section_description\":\"Stay updated with the latest articles and recipes from my kitchen.\",\"section_prompt\":\"A section feature showcasing recent blog posts related to Indian cooking.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Culinary Journey\",\"section_description\":\"Subscribe for updates on recipes, tips, and stories from the world of Indian cuisine.\",\"section_prompt\":\"An engaging call to action inviting visitors to subscribe to the newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"Standard footer with necessary links and copyright information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Culinary Offerings\",\"page_description\":\"Explore the various culinary services I offer related to Indian cooking.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the main navigation header for the services page.\",\"section_prompt\":\"Standard header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Culinary Offerings\",\"section_description\":\"Discover the unique culinary experiences I provide.\",\"section_prompt\":\"Banner section highlighting the page title with a relevant background image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Traditional Recipe Consultation\",\"section_description\":\"I offer personalized recipe consultations to help you recreate authentic Indian dishes.\",\"section_prompt\":\"A split layout featuring an image alongside a detailed description of the consultation service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Cooking Workshops\",\"section_description\":\"Join my hands-on cooking workshops to learn traditional techniques and recipes.\",\"section_prompt\":\"A split layout with engaging visuals of cooking workshops next to descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Private Dinner Services\",\"section_description\":\"I provide a curated dining experience showcasing the diversity of Indian cuisine for special events.\",\"section_prompt\":\"Detailed description of private dining offerings accompanied by appealing images.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about the services I offer.\",\"section_prompt\":\"A concise FAQ section addressing common inquiries and concerns.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book a Culinary Experience\",\"section_description\":\"Contact me to book any of the culinary experiences mentioned above.\",\"section_prompt\":\"Call to action encouraging visitors to inquire about services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"Standard footer with necessary links and copyright information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Read my latest articles and tips about Indian cooking and cuisine.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the main navigation header for the blog page.\",\"section_prompt\":\"Standard header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Culinary Articles\",\"section_description\":\"Dive into my latest thoughts and recipes on Indian cuisine.\",\"section_prompt\":\"Banner section highlighting the blog page title.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"A grid showcasing my latest blog posts on various topics related to Indian cooking.\",\"section_prompt\":\"Grid layout featuring recent posts with images and excerpts.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Popular Recipes\",\"section_description\":\"Here are some of my most popular recipes that you shouldn\'t miss!\",\"section_prompt\":\"A listing area showcasing popular recipes with links to detailed articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More Recipes\",\"section_description\":\"Check out more delicious recipes and articles on Indian cuisine in the blog.\",\"section_prompt\":\"Call to action encouraging deeper exploration of blog content.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"Standard footer with necessary links and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out for any inquiries or culinary discussions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the main navigation header for the contact page.\",\"section_prompt\":\"Standard header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Connect With Me\",\"section_description\":\"I\'m here to help with any culinary questions you might have.\",\"section_prompt\":\"Banner emphasizing the contact page title.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Please fill out the form below to send me a message.\",\"section_prompt\":\"A standard contact form for visitors to reach out.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Other Contact Options\",\"section_description\":\"You can also connect with me through social media.\",\"section_prompt\":\"List of additional contact methods including social media handles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"Standard footer with necessary links and copyright information.\"}]}],\"user_prompt\":\"food in india\",\"prompt_id\":507}', '2025-09-16 12:24:11', '2025-09-16 12:24:11'),
(508, NULL, NULL, 'how to file divorce', '{\"website_title\":\"Divorce Guidance Center\",\"website_description\":\"A comprehensive guide to understanding the divorce process, providing valuable resources, emotional support, and community for individuals navigating their divorce journey.\",\"website_type\":\"Informational\",\"website_industry\":\"Legal Services\",\"search_query\":\"divorce process, legal advice, emotional support, community forum, divorce resources\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The central hub for individuals seeking guidance through the divorce process.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Divorce Guidance Center\",\"section_description\":\"An introduction to our resources and support for individuals considering divorce.\",\"section_prompt\":\"Responsive center-aligned hero section with a welcoming image and call-to-action.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our mission to provide reliable guidance and support to those facing divorce.\",\"section_prompt\":\"Left-aligned section detailing our purpose and commitment.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Resources Available\",\"section_description\":\"Explore our comprehensive range of resources tailored to assist you during your divorce journey.\",\"section_prompt\":\"Grid layout showcasing various resources like articles, forms, and links.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with our latest articles that provide insights and guidance on various aspects of divorce.\",\"section_prompt\":\"Grid section highlighting recent articles with brief descriptions.\"},{\"section_type\":\"testimonials\",\"section_title\":\"User Testimonials\",\"section_description\":\"Hear from individuals who have utilized our services and support during their divorce process.\",\"section_prompt\":\"Carousel section displaying positive testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Begin your journey towards understanding divorce with our comprehensive resources.\",\"section_prompt\":\"Full-width call-to-action encouraging users to explore resources.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to our privacy policy, terms of service, and contact information.\",\"section_prompt\":\"Standard footer layout with necessary links.\"}]}],\"user_prompt\":\"how to file divorce\",\"prompt_id\":508}', '2025-09-16 12:24:56', '2025-09-16 12:24:56'),
(509, NULL, NULL, 'how to get married again', '{\"website_title\":\"Second Chances in Love\",\"website_description\":\"A comprehensive guide for individuals navigating the journey of getting married again, offering insights on self-reflection, partner choice, wedding planning, and support resources.\",\"website_type\":\"Informational\",\"website_industry\":\"Consulting\",\"search_query\":\"wedding planning, relationship advice, divorce recovery, remarriage support, personal stories about love\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to your journey of love and second chances. This is your go-to guide for navigating remarriage.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A welcoming banner that introduces visitors to the concept of love and second chances.\",\"section_prompt\":\"Responsive central hero section with an inspiring image on the right.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Sharing insights and experiences on the journey of remarriage for better understanding and connection.\",\"section_prompt\":\"Informative section presenting personal insights with a background image.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Key Insights\",\"section_description\":\"A list of essential topics covered on the website including self-reflection, choosing a partner, and planning a wedding.\",\"section_prompt\":\"Dynamic grid layout displaying various topics with brief descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Catch up on our most recent articles about navigating remarriage and relationship rebuilding.\",\"section_prompt\":\"Horizontal layout of the latest blog articles with images and summaries.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Highlighting the number of readers helped, weddings planned, and counseling sessions offered.\",\"section_prompt\":\"Bar graph layout showcasing stats relevant to our impact.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Others Say\",\"section_description\":\"Hear from those who have successfully navigated their second chance at love.\",\"section_prompt\":\"Carousel layout displaying testimonials with images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Journey\",\"section_description\":\"Encouraging visitors to explore resources or share their personal stories.\",\"section_prompt\":\"Bold call-to-action section inviting engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with links to privacy policy, terms of service, and contact info.\",\"section_prompt\":\"Standard footer layout including necessary links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the comprehensive services available to support your journey towards remarriage.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to the services page.\",\"section_prompt\":\"Simple header that welcomes visitors.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Overview of the services dedicated to helping individuals navigate remarriage.\",\"section_prompt\":\"Prominent banner related to the services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Counseling Services\",\"section_description\":\"Professional counseling to help you reflect and rebuild your relationships.\",\"section_prompt\":\"Two-column layout with text on the left and an image on the right.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Relationship Workshops\",\"section_description\":\"Interactive workshops providing tools and techniques for healthy relationships.\",\"section_prompt\":\"Text and image side by side offering engaging visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Wedding Planning Assistance\",\"section_description\":\"Comprehensive guidance on planning your dream wedding.\",\"section_prompt\":\"Aligned layout showcasing wedding planning services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries regarding our services.\",\"section_prompt\":\"Structured question and answer section addressing key concerns.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Encouraging visitors to reach out and begin their journey with us.\",\"section_prompt\":\"Engaging section inspiring potential clients to act.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with essential links and information about the website.\",\"section_prompt\":\"Standard footer layout that provides necessary links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Stay updated with our most recent articles full of insights and advice for second marriages.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to the blog section of the website.\",\"section_prompt\":\"Standard header layout welcoming blog visitors.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"A collection of the latest articles on remarriage, love, and wedding planning.\",\"section_prompt\":\"Visual banner displaying the essence of our blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"A grid display of the latest posts covering various topics related to remarriage.\",\"section_prompt\":\"Grid format showcasing blog posts with featured images and summaries.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Personal Story Highlight\",\"section_description\":\"An in-depth look at a transformative personal story related to finding love again.\",\"section_prompt\":\"Ordinary layout detailing a singular impactful personal story.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Discussion\",\"section_description\":\"Inviting readers to share their thoughts or stories related to their experiences in remarriage.\",\"section_prompt\":\"Engaging section that compels readers to communicate.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing vital links to privacy policies and contact information.\",\"section_prompt\":\"Standard footer that includes necessary information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for support or inquiries regarding your remarriage journey.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to the contact page.\",\"section_prompt\":\"Standard header layout for contact information.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Reach out for support, inquiries, or collaboration.\",\"section_prompt\":\"Banner specifically highlighting the contact nature of the page.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"Fill out the form below to connect with us for any questions or support you need.\",\"section_prompt\":\"Form layout that captures user information for communication.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location and Contact Details\",\"section_description\":\"Information on where to find us and how to reach out through various platforms.\",\"section_prompt\":\"Clear layout presenting contact details including phone and email.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and additional contact resources.\",\"section_prompt\":\"Standard footer layout including all relevant linking.\"}]},{\"page_type\":\"resources\",\"page_title\":\"Support Resources\",\"page_description\":\"Explore various resources available to assist with your remarriage journey.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to the resources page.\",\"section_prompt\":\"Header that invites visitors to explore our resources.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Support Resources\",\"section_description\":\"A wide range of helpful resources to better navigate your journey to remarriage.\",\"section_prompt\":\"Visually inviting banner connected to the resources provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Support Groups\",\"section_description\":\"Links and information about local and online support groups for individuals rebuilding their lives.\",\"section_prompt\":\"Text beside image giving insight into collective support options.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Counseling Services\",\"section_description\":\"Access to professional counselors offering tailored support for remarriage situations.\",\"section_prompt\":\"Aligned layout to enhance the understanding of provided services.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Helpful Articles and Guides\",\"section_description\":\"A collection of articles and guides filled with tips and advice for your journey.\",\"section_prompt\":\"Sections with brief titles and descriptions for helpful content.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Us\",\"section_description\":\"Encouraging visitors to reach out for more personalized support and guidance.\",\"section_prompt\":\"Bold call-to-action section inviting engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer showcasing helpful resource links and general navigation.\",\"section_prompt\":\"Standard footer layout for resource links.\"}]}],\"user_prompt\":\"how to get married again\",\"prompt_id\":509}', '2025-09-16 12:25:53', '2025-09-16 12:25:53');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(510, NULL, NULL, 'how to get medical help during accident', '{\"website_title\":\"Quick Accident Assistance\",\"website_description\":\"A comprehensive guide for immediate actions and resources to access medical help following an accident.\",\"website_type\":\"Informational\",\"website_industry\":\"Healthcare\",\"search_query\":\"medical emergency help, first aid tips, local hospitals, contact emergency services, insurance guidance\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our comprehensive guide on what to do in case of an accident. Explore the immediate actions to take and essential resources.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Emergency Help Guide\",\"section_description\":\"An overview of essential steps and resources to obtain medical help quickly.\",\"section_prompt\":\"Responsive full-width hero image with text overlay for an engaging introduction.\"},{\"section_type\":\"about\",\"section_title\":\"About This Guide\",\"section_description\":\"This website aims to inform you about the crucial steps to take immediately after an accident, ensuring swift medical assistance.\",\"section_prompt\":\"Two-column layout with text on one side and a relevant image on the other.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Immediate Actions\",\"section_description\":\"A quick checklist of actions you should take following an accident.\",\"section_prompt\":\"Multiple cards showing steps like calling emergency services, providing first aid, and notifying contacts.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Posts\",\"section_description\":\"Stay informed with our latest articles on accident responses and first aid.\",\"section_prompt\":\"Grid layout showing snippets of blog posts with images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Help Now\",\"section_description\":\"If you\'re in an emergency, call your local emergency services immediately.\",\"section_prompt\":\"A prominent call-to-action banner encouraging visitors to act.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and contact information.\",\"section_prompt\":\"Simple footer layout with links and information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Emergency Actions\",\"page_description\":\"Detailed steps for immediate actions to take after an accident.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header with logo and menu links.\",\"section_prompt\":\"Fixed header at the top of the page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Emergency Actions\",\"section_description\":\"An overview of immediate actions to ensure safety and access to help.\",\"section_prompt\":\"Full-width banner relevant to the page title.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Call Emergency Services\",\"section_description\":\"Always call emergency services as the first step. Learn how to provide them with the necessary information effectively.\",\"section_prompt\":\"Image on one side, text detailing the steps to call emergency services on the other.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Provide First Aid\",\"section_description\":\"Quickly assess the situation and administer first aid if trained. This section provides basic first aid tips that can save lives.\",\"section_prompt\":\"Split layout showcasing first aid steps.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions regarding immediate actions after an accident with clear answers.\",\"section_prompt\":\"Simple question and answer format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Prepare Now\",\"section_description\":\"Ensure you are ready by knowing what to do in case of an accident. Educate yourself.\",\"section_prompt\":\"Engaging banner motivating visitors to learn more.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and contact information.\",\"section_prompt\":\"Simple footer layout with links and information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Read our latest articles on accident responses and medical assistance.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header with logo and menu links.\",\"section_prompt\":\"Fixed header at the top of the page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Explore our blog for insightful articles and tips on accident responses.\",\"section_prompt\":\"Full-width banner relevant to the page title.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Posts\",\"section_description\":\"Highlighting the most recent and relevant articles to help you in an emergency.\",\"section_prompt\":\"Grid layout showcasing article thumbnails and excerpts.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Experts\",\"section_description\":\"Learn about the professionals who contribute to our blog and their expertise in emergency health.\",\"section_prompt\":\"Card layout introducing team members.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated\",\"section_description\":\"Subscribe to our newsletter for the latest advice and updates.\",\"section_prompt\":\"Simple signup form for newsletter subscription.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and contact information.\",\"section_prompt\":\"Simple footer layout with links and information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out for more information or assistance regarding accidents and emergency responses.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header with logo and menu links.\",\"section_prompt\":\"Fixed header at the top of the page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We are here to assist you with any inquiries.\",\"section_prompt\":\"Simple banner with contact encouragement.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below for any inquiries or assistance you need.\",\"section_prompt\":\"Responsive form for visitors to send messages.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Reach us via email, phone, or visit our location for direct assistance.\",\"section_prompt\":\"Text layout detailing various ways to contact us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and contact information.\",\"section_prompt\":\"Simple footer layout with links and information.\"}]},{\"page_type\":\"resources\",\"page_title\":\"Helpful Resources\",\"page_description\":\"Important resources and contacts for emergency services and medical help.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header with logo and menu links.\",\"section_prompt\":\"Fixed header at the top of the page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Resources for Emergency Help\",\"section_description\":\"A curated list of contacts and resources to aid in emergency situations.\",\"section_prompt\":\"Full-width banner relevant to the page title.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Local Emergency Numbers\",\"section_description\":\"Key contacts for local emergency services including police, fire, and hospitals.\",\"section_prompt\":\"Image beside text of local emergency contact numbers.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Insurance Guidance\",\"section_description\":\"Helpful information on how to deal with insurance claims after an accident.\",\"section_prompt\":\"Image alongside text explaining insurance processes.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Emergency Response Statistics\",\"section_description\":\"Overview of emergency response times and success rates in your area.\",\"section_prompt\":\"Visually appealing bar graph layout representing statistics.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Access Our Resources\",\"section_description\":\"Take full advantage of the information provided to stay prepared.\",\"section_prompt\":\"Encouraging visitors to utilize available resources.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and contact information.\",\"section_prompt\":\"Simple footer layout with links and information.\"}]}],\"user_prompt\":\"how to get medical help during accident\",\"prompt_id\":510}', '2025-09-16 12:27:22', '2025-09-16 12:27:22'),
(511, NULL, NULL, 'how to make a software', '{\"website_title\":\"My Software Development Portfolio\",\"website_description\":\"Showcase of my skills, projects, and insights in software development.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Technology\",\"search_query\":\"software development, programming projects, coding tutorials, tech blogs\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my personal software development portfolio. Explore my skills and projects!\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my skills and showcase of software projects.\",\"section_prompt\":\"Responsive hero section with an engaging image and a clear introduction to my digital portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Discover my background, journey, and passion for software development.\",\"section_prompt\":\"An informational section detailing my experience and motivation in software development.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Overview of the software development services I offer, aligned with my expertise.\",\"section_prompt\":\"A grid layout showcasing my main services offered.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Read my latest insights on software development trends and tutorials.\",\"section_prompt\":\"A section displaying the latest blog entries with links to read more.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"A visual representation of my projects completed, technologies used, and collaborations.\",\"section_prompt\":\"Use icons and numbers to highlight key statistics about my work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Connect with me for collaborations, questions, or project inquiries.\",\"section_prompt\":\"A clear call to action inviting visitors to reach out.\"}]}],\"user_prompt\":\"how to make a software\",\"prompt_id\":511}', '2025-09-16 12:27:56', '2025-09-16 12:27:56'),
(512, NULL, NULL, 'detailed website about S. R. Srinivasa Varadhan', '{\"website_title\":\"S. R. Srinivasa Varadhan\'s Legacy\",\"website_description\":\"A comprehensive resource dedicated to the life and work of S. R. Srinivasa Varadhan, showcasing his contributions to probability theory and mathematics.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Education\",\"search_query\":\"S. R. Srinivasa Varadhan, mathematician biography, probability theory, academic achievements\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Homepage featuring an overview of S. R. Srinivasa Varadhan\'s life and work.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Website\",\"section_description\":\"An introduction to S. R. Srinivasa Varadhan and the purpose of this site.\",\"section_prompt\":\"Responsive hero section with a welcoming image and brief introduction.\"},{\"section_type\":\"about\",\"section_title\":\"About S. R. Srinivasa Varadhan\",\"section_description\":\"Learn about my life, including personal background and academic journey.\",\"section_prompt\":\"Informational content about the individual, presented in a structured format.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Key Contributions\",\"section_description\":\"A showcase of major works and research contributions in probability theory.\",\"section_prompt\":\"Grid layout presenting various significant contributions with brief descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Recent news and updates related to my work and publications.\",\"section_prompt\":\"Section highlighting latest articles and news, formatted for easy reading.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Encouragement to delve into the resources available on the website.\",\"section_prompt\":\"Call to action section urging visitors to explore more.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General footer information including links and copyright.\",\"section_prompt\":\"Simple footer layout with necessary links and information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Research Contributions\",\"page_description\":\"Detailed overview of my significant research and publications.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for Research Contributions page.\",\"section_prompt\":\"Standard header layout for continuity across the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Research Contributions\",\"section_description\":\"Overview of my influential research work.\",\"section_prompt\":\"Inner banner emphasizing the importance of the section.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Probability Theory Works\",\"section_description\":\"Key publications and breakthroughs in probability theory.\",\"section_prompt\":\"Detailed feature on significant research with accompanying visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Statistical Mechanics\",\"section_description\":\"Research contributions in the field of statistical mechanics.\",\"section_prompt\":\"Highlight of the specific area with visuals and detailed explanation.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common inquiries regarding my research and publications.\",\"section_prompt\":\"Section designed to address common questions, improving visitor engagement.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch for Collaboration\",\"section_description\":\"Invitation to reach out for collaborative opportunities in research.\",\"section_prompt\":\"Call to action for potential inquiries or collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General footer information including links and copyright.\",\"section_prompt\":\"Simple footer layout with necessary links and information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Public Speaking\",\"page_description\":\"Recordings and details about my lectures and seminars.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for Public Speaking page.\",\"section_prompt\":\"Standard header layout for continuity across the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Public Speaking Engagements\",\"section_description\":\"Overview of my speaking engagements and contributions to academic discourse.\",\"section_prompt\":\"Inner banner presenting public speaking engagements.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Lectures\",\"section_description\":\"A grid showcasing my latest public lectures and seminars.\",\"section_prompt\":\"Grid layout featuring recent engagements with links to recordings or details.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Inspirational Talks\",\"section_description\":\"Highlights from some of my most impactful speeches.\",\"section_prompt\":\"Detailed overview of selected speeches with key messages.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule a Talk\",\"section_description\":\"Invitation to inquire about scheduling a speaking engagement.\",\"section_prompt\":\"Call to action encouraging inquiries for future speaking opportunities.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General footer information including links and copyright.\",\"section_prompt\":\"Simple footer layout with necessary links and information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out for inquiries or collaboration opportunities.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for Contact page.\",\"section_prompt\":\"Standard header layout for continuity across the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A brief introduction encouraging visitors to connect.\",\"section_prompt\":\"Inner banner prompting visitors to get in touch.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"A form for inquiries or collaborations.\",\"section_prompt\":\"Interactive contact form for visitors to submit their inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Additional contact information for direct communication.\",\"section_prompt\":\"Contact details including email and social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General footer information including links and copyright.\",\"section_prompt\":\"Simple footer layout with necessary links and information.\"}]},{\"page_type\":\"awards\",\"page_title\":\"Awards and Honors\",\"page_description\":\"Achievements and accolades received throughout my career.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for Awards and Honors page.\",\"section_prompt\":\"Standard header layout for continuity across the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Awards and Honors\",\"section_description\":\"Overview of my recognitions and accolades.\",\"section_prompt\":\"Inner banner highlighting the significance of achievements.\"},{\"section_type\":\"features_listing\",\"section_title\":\"List of Awards\",\"section_description\":\"Comprehensive list of awards and recognitions received.\",\"section_prompt\":\"Listing of various awards with brief descriptions.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Notable Accolades\",\"section_description\":\"In-depth details about significant awards received.\",\"section_prompt\":\"Detailed presentation of specific notable accolades in a celebratory tone.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Learn More About My Work\",\"section_description\":\"Encouragement to explore contributions that led to these accomplishments.\",\"section_prompt\":\"Call to action encouraging exploration of contributions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General footer information including links and copyright.\",\"section_prompt\":\"Simple footer layout with necessary links and information.\"}]}],\"user_prompt\":\"detailed website about S. R. Srinivasa Varadhan\",\"prompt_id\":512}', '2025-09-16 12:29:12', '2025-09-16 12:29:12'),
(513, NULL, NULL, 'tourist places in india', '{\"website_title\":\"Explore India\",\"website_description\":\"Your comprehensive guide to tourist destinations in India, featuring top destinations, travel tips, culture, and cuisine.\",\"website_type\":\"Guide\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"India travel destinations, Indian culture, Indian cuisine, tourist places in India, travel tips for India\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Explore India\'s rich landscapes and culture from the comfort of your home.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the website.\",\"section_prompt\":\"This is the navigation header for easy access to different sections of the site.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Discover India\",\"section_description\":\"A visual introduction to India\'s vibrant culture and breathtaking landscapes.\",\"section_prompt\":\"A full-width hero section with an inviting image showcasing stunning Indian landscapes.\"},{\"section_type\":\"about\",\"section_title\":\"About This Guide\",\"section_description\":\"Learn more about our mission to showcase India\'s diverse tourist attractions.\",\"section_prompt\":\"Content explaining the purpose of the website and what users can expect to find.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Top Destinations\",\"section_description\":\"Explore the most popular tourist destinations across India.\",\"section_prompt\":\"A visually appealing grid featuring images and short descriptions of top tourist spots.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Cultural Experiences\",\"section_description\":\"Uncover the rich cultural heritage and experiences available in India.\",\"section_prompt\":\"A listing of unique cultural experiences for travelers to participate in.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Travel Tips\",\"section_description\":\"Essential tips for navigating India during your travels.\",\"section_prompt\":\"Helpful advice and tips organized for easy viewing.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blogs\",\"section_description\":\"Read the latest travel experiences and stories from our community.\",\"section_prompt\":\"A section highlighting recent blog posts to keep visitors informed.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Journey\",\"section_description\":\"Encouraging visitors to explore the detailed guides available.\",\"section_prompt\":\"A clear call-to-action inviting users to click on links to explore more.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information and links at the bottom of the page for further navigation and contact.\",\"section_prompt\":\"Includes links to social media, additional site links, and contact information.\"}]}],\"user_prompt\":\"tourist places in india\",\"prompt_id\":513}', '2025-09-16 12:31:48', '2025-09-16 12:31:48'),
(518, NULL, NULL, 'LunaGems is a handmade jewellery shop', '{\"website_title\":\"LunaGems\",\"website_description\":\"Explore a collection of unique, handcrafted jewelry that showcases creativity and individuality at LunaGems.\",\"website_type\":\"eCommerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handcrafted jewelry, unique jewelry designs, jewelry collections, jewelry styling tips\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems, where creativity meets craftsmanship in unique handcrafted jewelry.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"Discover our unique handcrafted jewelry that reflects personal creativity and style.\",\"section_prompt\":\"Responsive hero section with an engaging image of handcrafted jewelry and a welcome text overlay.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about the inspiration behind LunaGems and the creativity that drives our jewelry designs.\",\"section_prompt\":\"An informational section detailing the creator\'s journey and inspiration, with a personal touch.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Collections\",\"section_description\":\"Explore our curated selection of exquisite jewelry pieces that showcase our craftsmanship and creativity.\",\"section_prompt\":\"A grid layout showcasing featured jewelry collections with images and descriptions.\"},{\"section_type\":\"gallery\",\"section_title\":\"Our Jewelry Gallery\",\"section_description\":\"View our stunning collections of handcrafted jewelry, each piece telling its own story.\",\"section_prompt\":\"A gallery section displaying high-quality images of different jewelry pieces, inviting exploration.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Testimonials\",\"section_description\":\"Read what our satisfied customers are saying about their LunaGems experience.\",\"section_prompt\":\"A section featuring quotes and reviews from customers expressing their satisfaction with the jewelry.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest blog posts on jewelry care and styling tips.\",\"section_prompt\":\"Latest blog post previews, styled attractively to engage viewers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Explore our online shop to find the perfect handcrafted piece just for you!\",\"section_prompt\":\"A strong call to action inviting visitors to browse the online shop before the footer.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Connect with us, view terms, and explore customer service options.\",\"section_prompt\":\"A standard footer area providing necessary links and site information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover the story behind LunaGems and the inspiration driving our handcrafted jewelry designs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introductory header for the About Me page to welcome visitors.\",\"section_prompt\":\"Standard header section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"An introduction to the creator of LunaGems, detailing their motivation and artistry.\",\"section_prompt\":\"Banner summarizing the page\'s purpose, complemented by imagery.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Inspiration\",\"section_description\":\"Explore the artistic influences and personal experiences that shape our jewelry.\",\"section_prompt\":\"A detailed section focusing on the creator\'s individual inspirations.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Craftsmanship Process\",\"section_description\":\"Learn about the meticulous process involved in creating our jewelry pieces.\",\"section_prompt\":\"A section explaining the steps taken to make jewelry from concept to completion.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet the Team\",\"section_description\":\"A brief insight into the team behind LunaGems, showcasing their dedication and expertise.\",\"section_prompt\":\"Cards featuring team member profiles with names and roles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Journey\",\"section_description\":\"Connect with us on social media and explore the latest creations.\",\"section_prompt\":\"Encouragement for visitors to follow and engage with LunaGems.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Useful links and contact information at the bottom of the About Me page.\",\"section_prompt\":\"Standard footer area providing navigation and site info.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Jewelry Gallery\",\"page_description\":\"Explore the stunning collections of handcrafted jewelry available at LunaGems.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the Gallery page.\",\"section_prompt\":\"Standard header section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Jewelry Gallery\",\"section_description\":\"Showcasing a stunning collection of unique pieces.\",\"section_prompt\":\"Banner designed to highlight the gallery\'s focus.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Pieces\",\"section_description\":\"Browse through carefully curated images of our featured jewelry items.\",\"section_prompt\":\"A well-organized gallery layout presenting high-resolution images of jewelry.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Behind the Designs\",\"section_description\":\"Insights into the creative process behind each jewelry piece.\",\"section_prompt\":\"A spotlight on specific designs or collections, explaining their unique aspects.\"},{\"section_type\":\"reviews\",\"section_title\":\"What Customers Say\",\"section_description\":\"Highlighting feedback from customers who cherished their LunaGems jewelry.\",\"section_prompt\":\"Testimonials about specific pieces, integrated within the gallery.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop the Collection\",\"section_description\":\"Find the jewelry that speaks to you\\u2014visit our online shop now!\",\"section_prompt\":\"A direct invitation for users to shop now after viewing the gallery.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information to connect and follow LunaGems.\",\"section_prompt\":\"Standard footer area with navigation.\"}]},{\"page_type\":\"shop\",\"page_title\":\"Online Shop\",\"page_description\":\"Discover and buy unique, handcrafted jewelry pieces directly from our shop.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the Shop page.\",\"section_prompt\":\"Standard header section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Browse Our Online Shop\",\"section_description\":\"Explore a variety of handcrafted jewelry pieces available for purchase.\",\"section_prompt\":\"Banner introducing the shop with appealing visuals.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Jewelry Categories\",\"section_description\":\"Discover our collections categorized for easy navigation and selection.\",\"section_prompt\":\"An organized feature listing different categories like necklaces, rings, and bracelets.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Product Highlights\",\"section_description\":\"Detailed information and visuals of our best-selling pieces.\",\"section_prompt\":\"Showcase unique product images alongside descriptions.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries about our products and shopping experience.\",\"section_prompt\":\"Section addressing common customer inquiries about shipping, returns, etc.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Shopping\",\"section_description\":\"Don\\u2019t wait! Dive into our exclusive collections today.\",\"section_prompt\":\"Encouragement for users to begin shopping at the close of the shop page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and info for customer support and site navigation.\",\"section_prompt\":\"A standard footer included.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Jewelry Insights\",\"page_description\":\"Delve into articles and tips on jewelry care, styling, and trends through our blog.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the Blog page.\",\"section_prompt\":\"Standard header section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Engaging and informative articles about jewelry care and trends.\",\"section_prompt\":\"Banner section presenting the blog\\u2019s focus.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"Features the most recent articles shared on the blog.\",\"section_prompt\":\"Grid layout with excerpts and thumbnails of recent blog posts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Styling Tips\",\"section_description\":\"Expert advice on how to style your jewelry for different occasions.\",\"section_prompt\":\"A section focusing on practical tips and styling examples.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Jewelry Care Guide\",\"section_description\":\"Maintain your jewelry with these easy care tips and tricks.\",\"section_prompt\":\"Guidance on proper jewelry maintenance.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Stay in the loop by subscribing to our newsletter for the latest tips and news.\",\"section_prompt\":\"Encouragement to join the mailing list for blog updates before the footer.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to connect and navigate the site.\",\"section_prompt\":\"A standard footer area providing essential information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with LunaGems for inquiries and support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the Contact page.\",\"section_prompt\":\"Standard header section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\'d love to hear from you! Reach out with any questions or feedback.\",\"section_prompt\":\"Banner inviting communication.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form with your inquiry, and we will respond promptly.\",\"section_prompt\":\"Embedded contact form for user inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Connect with Us\",\"section_description\":\"Our contact details and social media links.\",\"section_prompt\":\"Information sharing various ways to connect with LunaGems.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing information and site navigation.\",\"section_prompt\":\"A standard footer area for customer convenience.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewellery shop\",\"prompt_id\":518}', '2025-09-17 04:26:29', '2025-09-17 04:26:29'),
(520, NULL, NULL, 'cloud computing website', '{\"website_title\":\"Cloud Solutions Hub\",\"website_description\":\"A comprehensive platform to explore and learn about cloud computing services, benefits, and industry trends.\",\"website_type\":\"Informational Website\",\"website_industry\":\"Technology\",\"search_query\":\"cloud computing, IaaS, PaaS, SaaS, cloud tutorials\",\"pages\":[{\"page_type\":\"slug\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Cloud Solutions Hub, your comprehensive resource for understanding cloud computing.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Cloud Solutions Hub\",\"section_description\":\"An engaging introduction to our offerings and resources in cloud computing.\",\"section_prompt\":\"A captivating hero banner with a background image of cloud technology showcasing innovation.\"},{\"section_type\":\"about\",\"section_title\":\"About Cloud Computing\",\"section_description\":\"An overview of cloud computing, its evolution, and how it transforms businesses.\",\"section_prompt\":\"Information section detailing the history and significance of cloud computing.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"A preview of various cloud services we offer to enhance your business.\",\"section_prompt\":\"A grid layout displaying snippets of services with icons.\"},{\"section_type\":\"benefit\",\"section_title\":\"Benefits of Cloud Computing\",\"section_description\":\"Key advantages of utilizing cloud services, from cost savings to scalability.\",\"section_prompt\":\"A section that uses icons or images to depict advantages of cloud technology.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Explore our latest insights into cloud trends and industry news.\",\"section_prompt\":\"A segment highlighting recent blog posts with previews.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Encouragement for visitors to explore our services or get in contact.\",\"section_prompt\":\"A prominent call to action encouraging user engagement.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Impact\",\"section_description\":\"Highlighting key statistics, such as services deployed, clients served, and success rates.\",\"section_prompt\":\"Visual representation of our achievements using statistics.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing links to policies, social media, and contact info.\",\"section_prompt\":\"Basic footer layout featuring important links and copyright.\"}]},{\"page_type\":\"slug\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the cloud services we provide to enhance your digital capabilities.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section common to all pages of the website for navigation.\",\"section_prompt\":\"Standard header layout with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Cloud Services\",\"section_description\":\"An overview of cloud solutions and their key features.\",\"section_prompt\":\"Visual inner banner highlighting the page title with a relevant image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Infrastructure as a Service (IaaS)\",\"section_description\":\"Understanding IaaS and its benefits for businesses.\",\"section_prompt\":\"Detailed explanation of IaaS, including media with graphics illustrating the concept.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Platform as a Service (PaaS)\",\"section_description\":\"Explore how PaaS can accelerate application development.\",\"section_prompt\":\"Explanation of PaaS with relatable media showcasing its applications.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Software as a Service (SaaS)\",\"section_description\":\"Learn about SaaS and how it provides software solutions over the cloud.\",\"section_prompt\":\"Description of SaaS with supporting graphics to visualize cloud software delivery.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions regarding our services and cloud technology.\",\"section_prompt\":\"A list of FAQs to clarify common doubts and provide essential information.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Cloud Journey\",\"section_description\":\"Encourage users to understand how cloud solutions can fit into their business.\",\"section_prompt\":\"A compelling section prompting visitors to take action.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing links to policies, social media, and contact info.\",\"section_prompt\":\"Basic footer layout featuring important links and copyright.\"}]},{\"page_type\":\"slug\",\"page_title\":\"Latest Articles\",\"page_description\":\"Stay updated on cloud computing trends and best practices through our blog.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section common to all pages of the website for navigation.\",\"section_prompt\":\"Standard header layout with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog\",\"section_description\":\"A collection of articles discussing trends and insights in cloud computing.\",\"section_prompt\":\"A visual section that introduces the blog page with relevant imagery.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"Browse through our latest posts on cloud computing.\",\"section_prompt\":\"Grid layout displaying recent blog posts with featured images and snippets.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Expert Tips for Business\",\"section_description\":\"Guidelines and tips from experts on maximizing cloud efficiency.\",\"section_prompt\":\"In-depth tips section focusing on improving cloud utilization in businesses.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Read More on Our Blog\",\"section_description\":\"Encourage visitors to engage more with additional articles on the blog.\",\"section_prompt\":\"A compelling prompt inviting visitors to explore more blog content.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing links to policies, social media, and contact info.\",\"section_prompt\":\"Basic footer layout featuring important links and copyright.\"}]},{\"page_type\":\"slug\",\"page_title\":\"Tutorials\",\"page_description\":\"Step-by-step guides to mastering cloud computing services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section common to all pages of the website for navigation.\",\"section_prompt\":\"Standard header layout with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Tutorials\",\"section_description\":\"Comprehensive tutorials designed to help users navigate cloud technologies.\",\"section_prompt\":\"An inviting inner banner to showcase tutorials.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Getting Started with IaaS\",\"section_description\":\"A beginner\'s guide on setting up and using IaaS.\",\"section_prompt\":\"A structured approach to introducing IaaS with instructional visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Building Apps on PaaS\",\"section_description\":\"Step-by-step guidance on utilizing PaaS for development.\",\"section_prompt\":\"Guidance section explaining how to work with PaaS, paired with suitable graphics.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Working with SaaS Applications\",\"section_description\":\"Learn how to effectively use SaaS for business needs.\",\"section_prompt\":\"Detailed visual guides on using SaaS applications.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Learning Community\",\"section_description\":\"Encouragement for users to become part of our tutorial series.\",\"section_prompt\":\"A call to action for users to interact with tutorials.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing links to policies, social media, and contact info.\",\"section_prompt\":\"Basic footer layout featuring important links and copyright.\"}]},{\"page_type\":\"slug\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out for inquiries about our services and cloud computing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section common to all pages of the website for navigation.\",\"section_prompt\":\"Standard header layout with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We are here to help! Feel free to reach out for any questions.\",\"section_prompt\":\"A welcoming inner banner encouraging visitors to contact.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Fill out this form to get in touch with us regarding our services.\",\"section_prompt\":\"A structured contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find our contact details and office location.\",\"section_prompt\":\"Information section detailing our physical office or contact emails.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing links to policies, social media, and contact info.\",\"section_prompt\":\"Basic footer layout featuring important links and copyright.\"}]}],\"user_prompt\":\"cloud computing website\",\"prompt_id\":520}', '2025-09-17 06:33:34', '2025-09-17 06:33:34');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(521, NULL, NULL, 'generate a website having name cloud computing', '{\"website_title\":\"Cloud Computing Resource\",\"website_description\":\"Your comprehensive guide to understanding and implementing cloud technologies with informative articles, tutorials, case studies, and FAQs.\",\"website_type\":\"Informational\",\"website_industry\":\"Technology\",\"search_query\":\"cloud computing technology, cloud services tutorials, cloud adoption best practices, cloud technology use cases, cloud computing benefits\",\"pages\":[{\"page_type\":\"slug\",\"page_title\":\"Home\",\"page_description\":\"Welcome to your premier destination for all things cloud computing. Explore our wide range of resources designed to educate and empower.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Cloud Computing\",\"section_description\":\"Discover the power of cloud technology and how it can transform your business and personal projects.\",\"section_prompt\":\"Hero banner layout with an engaging image and introductory text about cloud computing.\"},{\"section_type\":\"about\",\"section_title\":\"About This Resource\",\"section_description\":\"This website serves as a comprehensive resource for understanding cloud technologies and their applications.\",\"section_prompt\":\"An informative section outlining the purpose and vision of the website.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore various cloud services we cover, including IaaS, PaaS, and SaaS.\",\"section_prompt\":\"A grid layout highlighting the main services offered with brief descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with our latest articles on cloud computing trends, tutorials, and best practices.\",\"section_prompt\":\"A dynamic section that showcases recent blog posts related to cloud computing.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Users Say\",\"section_description\":\"Read testimonials from users who have successfully implemented cloud solutions.\",\"section_prompt\":\"A visually engaging layout displaying user feedback and quotes.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started with Cloud\",\"section_description\":\"Join us today and explore the vast world of cloud technologies. Start your journey now!\",\"section_prompt\":\"A call to action section encouraging visitors to engage with the website\'s resources.\"}]},{\"page_type\":\"slug\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the range of cloud services we provide insights into and how they can benefit you.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section for the services page.\",\"section_prompt\":\"Header section introducing the services available.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Learn about the diverse cloud services and their applications.\",\"section_prompt\":\"An inner banner section featuring the services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Infrastructure as a Service (IaaS)\",\"section_description\":\"IaaS provides virtualized computing resources. Understand its benefits and how to implement it.\",\"section_prompt\":\"A section combining media and text to describe IaaS with relevant imagery.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Platform as a Service (PaaS)\",\"section_description\":\"PaaS allows developers to build applications without managing underlying infrastructure.\",\"section_prompt\":\"A descriptive section about PaaS, integrating media for better understanding.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Software as a Service (SaaS)\",\"section_description\":\"SaaS offers software solutions over the internet, eliminating installations and updates.\",\"section_prompt\":\"A detailed explanation of SaaS with supportive visuals.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to the most common questions regarding cloud services.\",\"section_prompt\":\"A section providing clarity on frequently asked questions about cloud services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Explore?\",\"section_description\":\"Discover the potential of cloud services for your business.\",\"section_prompt\":\"Encouraging users to engage more deeply with the content.\"}]},{\"page_type\":\"slug\",\"page_title\":\"Latest Articles\",\"page_description\":\"Access our latest articles, guides, and tutorials on cloud computing to deepen your understanding.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section for the blog page.\",\"section_prompt\":\"Header section showcasing blog articles.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Explore our most recent articles covering cloud technologies.\",\"section_prompt\":\"An inviting banner section to introduce the latest articles.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Our Blog Posts\",\"section_description\":\"Discover insightful articles on cloud computing trends and tutorials.\",\"section_prompt\":\"A grid layout that presents the latest blog posts with images and summaries.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Highlight: Benefit of Cloud Computing\",\"section_description\":\"Learn about the key benefits of adopting cloud technologies.\",\"section_prompt\":\"A detailed section focusing on the significant advantages of cloud computing.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Case Study: Successful Migration\",\"section_description\":\"Read a detailed case study on a successful cloud migration strategy.\",\"section_prompt\":\"An article-style section that goes deep into a specific case study.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated\",\"section_description\":\"Subscribe to our newsletter for the latest cloud computing updates.\",\"section_prompt\":\"A section prompting users to subscribe to updates.\"}]},{\"page_type\":\"slug\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for any inquiries or support regarding cloud computing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section for the contact page.\",\"section_prompt\":\"Header section facilitating contact with the organization.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\\u2019re here to assist you with your cloud computing needs.\",\"section_prompt\":\"A welcoming banner encouraging users to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"Fill out this form to send us your questions or feedback.\",\"section_prompt\":\"A form section allowing users to submit inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Contact Details\",\"section_description\":\"Find our contact information and social media links.\",\"section_prompt\":\"A section displaying contact information and social media links.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out Today!\",\"section_description\":\"We\\u2019re eager to assist with your cloud computing journey.\",\"section_prompt\":\"Prompting users to complete the form or reach out via other means.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final details of the website, including navigation and copyright.\",\"section_prompt\":\"Footer section summarizing other pages and relevant links.\"}]},{\"page_type\":\"slug\",\"page_title\":\"Best Practices\",\"page_description\":\"Learn the best practices for adopting cloud technologies effectively and securely.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section for the best practices page.\",\"section_prompt\":\"Header section emphasizing best practices in cloud computing.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Cloud Adoption Best Practices\",\"section_description\":\"Understand the strategies for successful cloud implementation.\",\"section_prompt\":\"An inviting header indicating the content focuses on best practices.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Key Best Practices\",\"section_description\":\"Explore essential strategies for a successful cloud adoption.\",\"section_prompt\":\"A features listing layout outlining key strategies.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Security Considerations\",\"section_description\":\"Learn about the importance of security in the cloud environment.\",\"section_prompt\":\"Focus on security features in a detailed format.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Cost Management\",\"section_description\":\"Understand how to manage cloud expenses effectively.\",\"section_prompt\":\"An informative section focusing on cost management in cloud setups.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Implement Best Practices\",\"section_description\":\"Start applying these practices for a smooth cloud transition.\",\"section_prompt\":\"A motivational closing encouraging users to adopt best practices.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final details of the website, including navigation and copyright.\",\"section_prompt\":\"Footer section summarizing other pages and relevant links.\"}]}],\"user_prompt\":\"generate a website having name cloud computing\",\"prompt_id\":521}', '2025-09-17 06:36:42', '2025-09-17 06:36:42'),
(522, NULL, NULL, 'generate a website for saas products', '{\"website_title\":\"SaaS Info Hub\",\"website_description\":\"A dedicated platform for showcasing the latest Software as a Service (SaaS) products, their features, pricing models, and authentic customer testimonials.\",\"website_type\":\"Informational\",\"website_industry\":\"Technology\",\"search_query\":\"SaaS products, software features, pricing models, customer support\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to SaaS Info Hub, your go-to resource for discovering top Software as a Service products.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"Discover the best SaaS solutions available in the market today.\",\"section_prompt\":\"Responsive hero section that showcases a leading SaaS product with a clear CTA button.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our mission to connect businesses with the best SaaS products.\",\"section_prompt\":\"Brief overview of the company and its values, formatted attractively.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Products\",\"section_description\":\"Explore our curated list of featured SaaS products, highlighting their unique offerings.\",\"section_prompt\":\"Grid layout showcasing the featured products with images and brief descriptions.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Impact Metrics\",\"section_description\":\"See how we\'ve helped businesses optimize their operations with SaaS solutions.\",\"section_prompt\":\"A statistical overview presented in a responsive bar layout.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with our latest articles and insights into the SaaS industry.\",\"section_prompt\":\"An engaging section with previews of the latest blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started with SaaS\",\"section_description\":\"Ready to explore? Start your SaaS journey with us today!\",\"section_prompt\":\"Call to action urging visitors to explore the product listings.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigate to important links and social media channels.\",\"section_prompt\":\"Footer with links to social media and essential site navigation.\"}]},{\"page_type\":\"services\",\"page_title\":\"Products\",\"page_description\":\"Explore the diverse range of Software as a Service products we showcase.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Product Overview\",\"section_description\":\"An overview of our featured SaaS products and their functionalities.\",\"section_prompt\":\"Banner featuring the title and a succinct description.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Email Marketing Tool\",\"section_description\":\"Maximize your outreach with our streamlined email marketing SaaS solution.\",\"section_prompt\":\"Left-aligned media showing the tool with a description on the right.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project Management Software\",\"section_description\":\"Stay organized and on track with our powerful project management tool.\",\"section_prompt\":\"Right-aligned media featuring the software with its highlights.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Customer Relationship Management\",\"section_description\":\"Enhance your customer interactions with our CRM solution.\",\"section_prompt\":\"Media showcasing the CRM benefits and user interface.\"},{\"section_type\":\"faqs\",\"section_title\":\"Common Questions\",\"section_description\":\"Find answers to common queries about our showcased SaaS products.\",\"section_prompt\":\"A list of frequently asked questions with expandable answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore Our Full Product Range\",\"section_description\":\"Don\'t miss out! Check out all the available SaaS products now.\",\"section_prompt\":\"Engaging prompt for visitors to explore the full product range.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigate to important links and social media channels.\",\"section_prompt\":\"Footer with links to social media and essential site navigation.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Industry Insights\",\"page_description\":\"Read our latest blog articles about SaaS trends and best practices.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay informed with our latest articles on SaaS-related topics.\",\"section_prompt\":\"A banner introducing the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Blog Posts\",\"section_description\":\"Explore our collection of articles covering various aspects of the SaaS industry.\",\"section_prompt\":\"Grid layout showing previews of recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Stay ahead with our newsletter by subscribing today!\",\"section_prompt\":\"Call to action to subscribe to a newsletter for blog updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigate to important links and social media channels.\",\"section_prompt\":\"Footer with links to social media and essential site navigation.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"We would love to hear from you! Contact us with your queries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contact Information\",\"section_prompt\":\"Header introducing the contact section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Reach Out to Us\",\"section_description\":\"We\'re here to assist you with any questions or support you may need.\",\"section_prompt\":\"A strong visual banner encouraging users to contact.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill in the form below to get in touch with us.\",\"section_prompt\":\"Form for users to submit inquiries or feedback.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find our office at our listed address or reach us via email.\",\"section_prompt\":\"Brief details about office location and alternative contact methods.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigate to important links and social media channels.\",\"section_prompt\":\"Footer with links to social media and essential site navigation.\"}]}],\"user_prompt\":\"generate a website for saas products\",\"prompt_id\":522}', '2025-09-17 06:39:50', '2025-09-17 06:39:50'),
(523, NULL, NULL, 'ecommerece website selling electronics and clothes', '{\"website_title\":\"ElectroFashion Hub\",\"website_description\":\"An innovative e-commerce platform offering a wide range of electronics and trendy clothing to cater to modern shoppers.\",\"website_type\":\"E-commerce\",\"website_industry\":\"Technology\",\"search_query\":\"electronics, clothing, online shopping, fashion trends, gadgets\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to ElectroFashion Hub where electronics meet fashion.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to ElectroFashion Hub\",\"section_description\":\"Discover the best of electronics and fashion.\",\"section_prompt\":\"Responsive hero with an engaging image showcasing the diversity of products offered.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our mission to bridge the gap between innovative electronics and the latest fashion trends.\",\"section_prompt\":\"Informative section detailing the brand\'s values and story.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Products\",\"section_description\":\"Explore our latest popular selections in electronics and clothing.\",\"section_prompt\":\"A grid layout displaying featured electronics and clothing items.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"New Arrivals\",\"section_description\":\"Check out the newest additions to our product line.\",\"section_prompt\":\"Showcase a grid of fresh items available on the site.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Best Sellers\",\"section_description\":\"Shop our customers\' favorites and top-selling items.\",\"section_prompt\":\"Highlight best-selling products in an engaging grid format.\"},{\"section_type\":\"reviews\",\"section_title\":\"Customer Reviews\",\"section_description\":\"Read what our satisfied customers have to say about their purchases.\",\"section_prompt\":\"A collection of customer testimonials showcasing quality experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Shopping Now!\",\"section_description\":\"Don\'t miss out on our exclusive deals. Begin your shopping journey today!\",\"section_prompt\":\"Encourage visitors to visit the shop in a call to action format.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest News & Updates\",\"section_description\":\"Stay tuned for news related to electronics and fashion.\",\"section_prompt\":\"Informational section featuring the latest blog posts.\"}]}],\"user_prompt\":\"ecommerece website selling electronics and clothes\",\"prompt_id\":523}', '2025-09-17 06:41:48', '2025-09-17 06:41:48'),
(524, NULL, NULL, 'wireframe layout for the homepage of a cybersecurity firm', '{\"website_title\":\"CyberGuard Solutions\",\"website_description\":\"Professional online presence for a cybersecurity firm focusing on showcasing services, expertise, and industry insights.\",\"website_type\":\"Corporate\",\"website_industry\":\"Technology\",\"search_query\":\"cybersecurity, data protection, information security, IT security, cyber defense\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to CyberGuard Solutions, your trusted partner in cybersecurity.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to different sections of the website.\",\"section_prompt\":\"Responsive header with the firm\'s logo and navigation menu.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A captivating introduction to CyberGuard Solutions.\",\"section_prompt\":\"Full-width hero section with compelling visuals and tagline.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission and commitment to securing your digital landscape.\",\"section_prompt\":\"Brief overview of the firm\'s mission and values.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Key Services\",\"section_description\":\"Explore the services we offer to protect your business.\",\"section_prompt\":\"Grid layout displaying main services like Risk Assessment, Network Security, and Compliance.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from our satisfied clients about our exceptional services.\",\"section_prompt\":\"Collection of client feedback and experiences.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Industry Insights\",\"section_description\":\"Stay updated with our latest articles on cybersecurity news.\",\"section_prompt\":\"Feed displaying the latest blog posts and insights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encourage visitors to contact us for consultations.\",\"section_prompt\":\"Engaging call-to-action with buttons to request a consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with contact details and useful links.\",\"section_prompt\":\"Standard footer with copyright information and navigation links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Expertise\",\"page_description\":\"Detailed overview of our cybersecurity services and solutions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to different sections of the website.\",\"section_prompt\":\"Responsive header with the firm\'s logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Expertise\",\"section_description\":\"An overview of our specialized cybersecurity services.\",\"section_prompt\":\"Inner banner featuring the services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Risk Assessment\",\"section_description\":\"Comprehensive risk assessments to identify vulnerabilities in your systems.\",\"section_prompt\":\"Media content with details of risk assessment services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Network Security\",\"section_description\":\"Protect your networks from unauthorized access and threats.\",\"section_prompt\":\"Media content explaining network security services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Compliance Management\",\"section_description\":\"Ensure compliance with industry regulations and standards.\",\"section_prompt\":\"Media content that outlines compliance management services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions regarding our services.\",\"section_prompt\":\"List of FAQs with detailed responses.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out Today\",\"section_description\":\"Contact us for a personalized cybersecurity consultation.\",\"section_prompt\":\"Encouragement to get in touch with clear call-to-action.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with contact details and useful links.\",\"section_prompt\":\"Standard footer with copyright information and navigation links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Insights\",\"page_description\":\"Explore our articles and insights on current cybersecurity trends.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to different sections of the website.\",\"section_prompt\":\"Responsive header with the firm\'s logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"Updates and articles from our cybersecurity experts.\",\"section_prompt\":\"Inner banner displaying latest articles and trends.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"Showcasing our latest articles on cybersecurity topics.\",\"section_prompt\":\"Grid layout featuring recent blog posts with excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encourage visitors to subscribe for newsletters and updates.\",\"section_prompt\":\"Engaging call-to-action for newsletter subscriptions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with contact details and useful links.\",\"section_prompt\":\"Standard footer with copyright information and navigation links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get In Touch\",\"page_description\":\"Contact CyberGuard Solutions for inquiries and consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to different sections of the website.\",\"section_prompt\":\"Responsive header with the firm\'s logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get In Touch\",\"section_description\":\"Reach out to us with your inquiries or request a consultation.\",\"section_prompt\":\"Inner banner about how to contact the firm.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form to get in touch with us for support.\",\"section_prompt\":\"Form layout for inquiries and requests.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Details of our location and contact information.\",\"section_prompt\":\"Address and direct contact details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with contact details and useful links.\",\"section_prompt\":\"Standard footer with copyright information and navigation links.\"}]},{\"page_type\":\"about\",\"page_title\":\"Our Company\",\"page_description\":\"Learn more about CyberGuard Solutions and our mission in cybersecurity.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to different sections of the website.\",\"section_prompt\":\"Responsive header with the firm\'s logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About CyberGuard Solutions\",\"section_description\":\"Introduction to the company\'s vision and mission.\",\"section_prompt\":\"Inner banner for company overview.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Mission\",\"section_description\":\"Committed to securing digital landscapes for businesses of all sizes.\",\"section_prompt\":\"Detailed description of the company\'s mission statement.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Showcase of key milestones and achievements in cybersecurity.\",\"section_prompt\":\"Statistics showing projects completed and clients served.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Get to know our experts and their roles in protecting your data.\",\"section_prompt\":\"Profiles and expertise of team members.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us Today\",\"section_description\":\"Encouraging visitors to engage with our services.\",\"section_prompt\":\"Call-to-action encouraging contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with contact details and useful links.\",\"section_prompt\":\"Standard footer with copyright information and navigation links.\"}]}],\"user_prompt\":\"wireframe layout for the homepage of a cybersecurity firm\",\"prompt_id\":524}', '2025-09-17 07:38:29', '2025-09-17 07:38:29'),
(525, NULL, NULL, 'Suggest trust-indicators and certifications to display (e.g. ISO, GDPR, customer logos / case studies', '{\"website_title\":\"Trust Indicators Hub\",\"website_description\":\"A platform dedicated to showcasing trust indicators and certifications for building credibility and trust with users.\",\"website_type\":\"Informational\",\"website_industry\":\"Consulting\",\"search_query\":\"certifications, trust indicators, client testimonials, case studies, quality management\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Trust Indicators Hub, your resource for building credibility and showcasing trust indicators.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"Highlighting trust and credibility through various indicators.\",\"section_prompt\":\"Responsive full-width hero section with a background image showcasing trust and credibility.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about how we empower businesses through trust indicators.\",\"section_prompt\":\"Generates a brief introduction to the purpose of the website, with a clean layout.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Certifications\",\"section_description\":\"Showcasing our key certifications such as ISO 9001 and GDPR compliance.\",\"section_prompt\":\"A responsive grid layout displaying logos of certifications with brief descriptions.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Statistics highlighting successful partnerships and client satisfaction.\",\"section_prompt\":\"A visually appealing bar display illustrating project completions and client satisfaction rates.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Why Trust Us?\",\"section_description\":\"Reasons to choose us based on our commitment to quality and client satisfaction.\",\"section_prompt\":\"A detailed section that explains key factors that build trust with clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Encouraging visitors to reach out for more information.\",\"section_prompt\":\"A prominent call-to-action section with contact button.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Explore our latest articles and insights to understand the value of trust indicators.\",\"section_prompt\":\"Displays the most recent posts related to consulting and trust indicators.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact details and links to social media pages.\",\"section_prompt\":\"A clean footer with navigation and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the various services we offer to help build trust and credibility.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to our services.\",\"section_prompt\":\"Basic header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Expertise\",\"section_description\":\"Detailing our professional services that enhance credibility.\",\"section_prompt\":\"A banner that illustrates our expert areas.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Consulting Services\",\"section_description\":\"Personalized consulting services to enhance trust in your business.\",\"section_prompt\":\"A split layout with image on one side and text explaining our consulting offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Certification Support\",\"section_description\":\"Guidance on achieving key certifications like ISO 9001 and GDPR.\",\"section_prompt\":\"A section detailing how we help organizations achieve vital certifications.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries regarding our services and credibility.\",\"section_prompt\":\"A structured layout of questions and answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Enhancing Trust\",\"section_description\":\"Get in touch to improve your business\'s credibility today.\",\"section_prompt\":\"A call-to-action that invites users to take next steps.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Key links and contact information.\",\"section_prompt\":\"Footer with essential website navigation.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Insights Blog\",\"page_description\":\"Latest insights and trends related to trust and credibility in consulting.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to our blog section.\",\"section_prompt\":\"A basic introductory header for the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Explore our articles on trust indicators and strategies.\",\"section_prompt\":\"A banner to introduce the latest blog posts.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"Display of recent blog posts on trust and business credibility.\",\"section_prompt\":\"A grid showcasing recent blog articles with images and excerpts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Expert Contributions\",\"section_description\":\"Insightful articles from industry experts on building trust.\",\"section_prompt\":\"Highlight articles from guest contributors.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe For Updates\",\"section_description\":\"Encourage users to subscribe for updates on new posts.\",\"section_prompt\":\"An engaging call-to-action for users to join our mailing list.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Company information and social media links.\",\"section_prompt\":\"Footer with essential navigation and contact.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to us with your inquiries or for more information.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Connect with us for inquiries.\",\"section_prompt\":\"A simple header for the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We are here to help you establish trust and credibility.\",\"section_prompt\":\"A banner encouraging visitors to contact.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to connect with us.\",\"section_prompt\":\"Include fields for name, email, and message.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Our contact details for direct inquiries.\",\"section_prompt\":\"A structured layout displaying phone, email, and address.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential details and navigation options.\",\"section_prompt\":\"Standard footer with website links.\"}]},{\"page_type\":\"case_studies\",\"page_title\":\"Case Studies\",\"page_description\":\"Showcasing successful partnerships and client satisfaction through detailed case studies.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Analyze our successful case studies.\",\"section_prompt\":\"Introductory header for the case studies page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Success Stories\",\"section_description\":\"Highlighting our successful collaborations with clients.\",\"section_prompt\":\"Banner featuring a call to discover success stories.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Case Study 1\",\"section_description\":\"Detailing the impact of our consulting services on client success.\",\"section_prompt\":\"A layout featuring client logos alongside success metrics.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Case Study 2\",\"section_description\":\"Exploring another successful project and its outcomes.\",\"section_prompt\":\"Similar layout with emphasis on qualitative results.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"What our clients say about our services and support.\",\"section_prompt\":\"Section showcasing quotes and feedback from clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Partner With Us\",\"section_description\":\"Encouraging potential clients to reach out for collaboration.\",\"section_prompt\":\"Call-to-action inviting users for partnership opportunities.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation and contact details.\",\"section_prompt\":\"Basic footer section with links.\"}]}],\"user_prompt\":\"Suggest trust-indicators and certifications to display (e.g. ISO, GDPR, customer logos \\/ case studies\",\"prompt_id\":525}', '2025-09-17 07:40:52', '2025-09-17 07:40:52'),
(526, NULL, NULL, '\"Generate sample testimonials (fictional) from target customers, emphasizing measurable benefits of using AI\"', '{\"website_title\":\"AI Solutions Success\",\"website_description\":\"Explore how businesses leverage AI technology to improve efficiency, cut costs, and delight customers through powerful success stories and data-driven testimonials.\",\"website_type\":\"Informational Website\",\"website_industry\":\"Technology\",\"search_query\":\"AI solutions, customer testimonials, technology success stories, efficiency improvements, data-driven results\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Home page for AI Solutions Success website featuring key highlights and customer stories.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to AI Solutions\",\"section_description\":\"Discover how AI is transforming businesses by enhancing efficiency, reducing costs, and improving customer satisfaction.\",\"section_prompt\":\"A prominent hero section with a welcome message and attractive visuals of AI technology in action.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"We specialize in showcasing how AI solutions can bring measurable benefits to businesses across various industries.\",\"section_prompt\":\"An informative section providing insight into the mission and vision of the website.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Explore Success Stories\",\"section_description\":\"A selection of impactful customer success stories demonstrating real-life improvements through AI.\",\"section_prompt\":\"Grid layout featuring snippets of customer testimonials with links to detailed stories.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with our latest insights on AI advancements that can benefit your business.\",\"section_prompt\":\"A section highlighting the most recent blog posts related to AI solutions.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Proven Results\",\"section_description\":\"Showcasing significant metrics achieved by companies after implementing AI solutions.\",\"section_prompt\":\"A visual representation of statistics like productivity increases, cost reductions, or customer satisfaction ratings.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started with AI\",\"section_description\":\"Join the ranks of successful businesses leveraging AI today.\",\"section_prompt\":\"A compelling call to action encouraging visitors to explore AI solutions or consult with experts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing links, sitemap, and contact information.\",\"section_prompt\":\"A standard footer layout with quick links and contact info.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Solutions\",\"page_description\":\"Detailed overview of AI solutions available to enhance business performance and reliability.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for services page.\",\"section_prompt\":\"A simple header layout for the services page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Features\",\"section_description\":\"Predictive Analytics \\u2014 Anticipate customer behavior, demand trends, or risk using machine learning models trained on your data.\\n\\nAutomation & Workflow Optimization \\u2014 Automate repetitive tasks like report generation, data cleansing, or routing of customer queries so your team can focus on high-value work.\\n\\nPersonalization Engine \\u2014 Tailor content, product recommendations, or messaging to individual users based on behavior, preferences, and historical data.\\n\\nReal-Time Monitoring & Alerts \\u2014 Get live dashboards, anomaly detection, and automated alerts to react quickly to issues or opportunities.\\n\\nSeamless Integration \\u2014 API connectors to popular CRMs, ERPs, cloud storage, or existing databases to make deployment smoother and data flow better.\",\"section_prompt\":\"An inner banner with the title of the services section.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"AI-Driven Automation\",\"section_description\":\"Learn how AI solutions can automate your business processes and improve efficiency.\",\"section_prompt\":\"Text alongside a relevant image focusing on automation benefits.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Customer Insights Solution\",\"section_description\":\"Analyze customer data to drive actionable insights and improve satisfaction.\",\"section_prompt\":\"An engaging section illustrating customer insights with supporting visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Predictive Analytics Tools\",\"section_description\":\"Utilize AI for predictive analytics to make informed business decisions.\",\"section_prompt\":\"A section focusing on how predictive analytics can enhance business strategies.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions about our AI solutions answered.\",\"section_prompt\":\"A section for FAQs addressing potential customer inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for a Demo\",\"section_description\":\"Ready to see our AI solutions in action? Reach out today!\",\"section_prompt\":\"Encouraging visitors to contact for a demonstration of services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing links, sitemap, and contact information.\",\"section_prompt\":\"A standard footer layout with quick links and contact info.\"}]},{\"page_type\":\"blog\",\"page_title\":\"AI Insights\",\"page_description\":\"Explore the latest articles and insights on AI solutions and their impact on businesses.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for blog page.\",\"section_prompt\":\"A straightforward header layout for the blog page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles on AI\",\"section_description\":\"Dive into our blog for the latest insights and trends in AI technology.\",\"section_prompt\":\"An inner banner with the title of the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Posts\",\"section_description\":\"A grid showcasing our most popular blog posts related to AI solutions.\",\"section_prompt\":\"A grid layout presenting article titles and excerpts for easy viewing.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Recent Updates\",\"section_description\":\"Stay informed with our most recent articles and updates on AI technology.\",\"section_prompt\":\"Highlighting fresh blog content for visitors.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Don\\u2019t miss our latest posts, subscribe for updates directly to your inbox!\",\"section_prompt\":\"Encourages visitors to sign up for the newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing links, sitemap, and contact information.\",\"section_prompt\":\"A standard footer layout with quick links and contact info.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Contact us for inquiries, support, or to learn more about our AI solutions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for contact page.\",\"section_prompt\":\"A simple header layout for the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\\u2019re here to assist you with any inquiries.\",\"section_prompt\":\"An inner banner welcoming visitors to the contact page.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"Fill out the form below to get in touch with us.\",\"section_prompt\":\"An embedded contact form allowing visitors to submit their queries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our headquarters for any direct discussions.\",\"section_prompt\":\"A section displaying the company\'s location.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing links, sitemap, and contact information.\",\"section_prompt\":\"A standard footer layout with quick links and contact info.\"}]}],\"user_prompt\":\"Generate sample testimonials (fictional) from target customers, emphasizing measurable benefits of using AI\",\"prompt_id\":526,\"theme\":\"soft\",\"colors\":[[130,31,160],[244,199,48]],\"fonts\":\"soft-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":\"www.linkedin.com\",\"pinterest\":null},\"user_logo\":false}', '2025-09-17 07:43:18', '2025-09-17 07:58:55');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(528, NULL, NULL, 'Cloud computing website needed', '{\"website_title\":\"Cloud Computing Resources\",\"website_description\":\"A comprehensive resource for understanding and implementing cloud computing services, technologies, and trends for businesses and individuals.\",\"website_type\":\"Informational\",\"website_industry\":\"Technology\",\"search_query\":\"cloud computing, SaaS, IaaS, PaaS, cloud services\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The starting point for exploring cloud computing services and trends.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section provides an introductory header for the website.\",\"section_prompt\":\"Header section for the homepage.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Cloud Computing Made Easy\",\"section_description\":\"An engaging visual that draws users into the world of cloud computing.\",\"section_prompt\":\"Hero banner featuring an image or graphic related to cloud technologies.\"},{\"section_type\":\"about\",\"section_title\":\"What is Cloud Computing?\",\"section_description\":\"An introduction to cloud computing, its definition, and significance in today\\u2019s tech landscape.\",\"section_prompt\":\"An informative section about cloud computing that explains its importance and relevance.\"},{\"section_type\":\"benefit\",\"section_title\":\"Benefits of Cloud Solutions\",\"section_description\":\"Highlighting the advantages of utilizing cloud service models for businesses and individuals.\",\"section_prompt\":\"A section outlining the benefits of cloud services.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Cloud Services\",\"section_description\":\"A listing of the different cloud service models we offer: IaaS, PaaS, SaaS.\",\"section_prompt\":\"A grid layout showcasing various cloud services with brief descriptions.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Testimonials\",\"section_description\":\"Feedback and reviews from our clients to showcase their successful experiences with our services.\",\"section_prompt\":\"A section displaying customer testimonials and their satisfaction.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"A preview of the latest blog articles on current cloud trends and technologies.\",\"section_prompt\":\"A section highlighting the latest articles and blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started with Cloud Solutions\",\"section_description\":\"Encouraging users to engage with our services and learn more about cloud computing.\",\"section_prompt\":\"Call to action prompting users to start their cloud journey.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing website links and contact information.\",\"section_prompt\":\"Footer with navigation and contact links.\"}]}],\"user_prompt\":\"Cloud computing website needed\",\"prompt_id\":528}', '2025-09-17 09:56:22', '2025-09-17 09:56:22'),
(532, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing my skills and completed projects in graphic design through an engaging online portfolio.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Entertainment\",\"search_query\":\"graphic design, portfolio, art showcase, creative projects, design skills\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my online portfolio where you can explore my graphic design skills and completed projects.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An impactful introduction to my portfolio featuring a captivating image of my design work.\",\"section_prompt\":\"A full-width banner highlighting my best design works with a compelling welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my journey in graphic design and my creative philosophy.\",\"section_prompt\":\"An introductory section about me, presenting my background in graphic design and what inspires my work.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"A showcase of my best design projects, presented in a visually appealing grid.\",\"section_prompt\":\"A clean and organized grid layout displaying thumbnails of my highlighted design projects.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"A statistical overview of my professional accomplishments and project completion stats.\",\"section_prompt\":\"A section featuring graphical statistics to represent completed projects, years of experience, and skills.\"},{\"section_type\":\"gallery\",\"section_title\":\"Design Gallery\",\"section_description\":\"A selection of my work categorized into various design styles and project types.\",\"section_prompt\":\"A visually engaging gallery layout showcasing different categories of my design works.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging potential clients to reach out and discuss project opportunities.\",\"section_prompt\":\"A call to action inviting visitors to contact me for collaboration or inquiries.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"A preview of my latest blog articles and insights related to graphic design.\",\"section_prompt\":\"A brief section displaying snippets of my latest articles or insights on graphic design.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final footer area including navigation, social media links, and copyright notice.\",\"section_prompt\":\"A comprehensive footer section with links and important information.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Offerings\",\"page_description\":\"Detailing the various graphic design services I provide.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the services page.\",\"section_prompt\":\"A standard header with the title of the service page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Graphic Design Services\",\"section_description\":\"An overview of the graphic design services I specialize in, including branding and digital design.\",\"section_prompt\":\"An inner banner explaining the page\'s services focus.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Creating cohesive brand identities that capture essence and appeal to target audiences.\",\"section_prompt\":\"A two-column layout presenting brand identity design services, one with text and the other with visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Designing impactful print materials, from brochures to business cards.\",\"section_prompt\":\"A two-column section showcasing print design examples alongside descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Design\",\"section_description\":\"Crafting aesthetically pleasing yet functional digital assets for websites and apps.\",\"section_prompt\":\"A structured media and text layout focusing on digital design services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries regarding my design services and processes.\",\"section_prompt\":\"A section addressing typical questions clients may have about my services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire for a Quote\",\"section_description\":\"Prompting visitors to reach out for personalized service quotes.\",\"section_prompt\":\"A section encouraging visitors to contact me for quotes and consultations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final footer area including links and social media connections.\",\"section_prompt\":\"Standard footer with essential information and navigation.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"A collection of insightful articles and updates related to graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the blog page.\",\"section_prompt\":\"A standard header with the title of the blog page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog Insights\",\"section_description\":\"An overview of the latest articles and thoughts on design trends and techniques.\",\"section_prompt\":\"An inner banner highlighting the blog\'s subject focus.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"A grid layout displaying my most recent blog articles and highlights.\",\"section_prompt\":\"A visually organized grid presenting my latest articles with titles and snippets.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Process Insights\",\"section_description\":\"Exploring my unique approach to graphic design projects and case studies.\",\"section_prompt\":\"A detailed section outlining my creative process and how I tackle design challenges.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Trends in Graphic Design\",\"section_description\":\"Insights into the latest trends shaping the world of graphic design today.\",\"section_prompt\":\"A focused section providing commentary on current trends in graphic design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Encouraging readers to engage and share their thoughts in the comments.\",\"section_prompt\":\"A call to action inviting readers to comment and discuss the articles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final footer area including navigation links and social media profiles.\",\"section_prompt\":\"A structured footer providing important links and information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"A simple and efficient way for potential clients or employers to contact me.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the contact page.\",\"section_prompt\":\"A standard header with contact information.\\u201d},{\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":532}', '2025-09-17 10:36:59', '2025-09-17 10:36:59'),
(539, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A comprehensive showcase of my graphic design work, highlighting creativity, skills, and various projects.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative design, modern graphic design, professional design showcase, design inspiration\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where creativity meets functionality.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An impactful introduction to my portfolio with a striking visual that represents my design philosophy.\",\"section_prompt\":\"Large visual with my name and tagline, highlighting creativity in design.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief personal introduction sharing my design journey, inspirations, and what drives my creativity.\",\"section_prompt\":\"Text section outlining my background, approach to design, and what I aim to achieve through my work.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Works\",\"section_description\":\"A showcase of my best graphic design projects, each accompanied by descriptions and contexts that illustrate my skills.\",\"section_prompt\":\"Grid layout of selected projects with thumbnails linking to detailed project pages.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Design Achievements\",\"section_description\":\"Highlighting key statistics that showcase my accomplishments in the design field.\",\"section_prompt\":\"Horizontal bar showing numbers of projects completed, clients served, and years of experience.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"A collection of testimonials from clients that provide insight into my working style and the quality of my designs.\",\"section_prompt\":\"Carousel displaying quotes from clients with their names and project details.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Recent articles and insights about graphic design trends and personal reflections on my design process.\",\"section_prompt\":\"List of recent blog articles related to design, each with a brief excerpt.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"A compelling invitation to reach out for collaborations or inquiries regarding my services.\",\"section_prompt\":\"A strong message encouraging visitors to contact me, leading to the contact page.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":539}', '2025-09-18 04:51:55', '2025-09-18 04:51:55'),
(540, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"My SEO and Marketing Agency\",\"website_description\":\"A professional platform showcasing effective SEO and marketing strategies to enhance online presence, conversion rates, and brand visibility.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO strategies, digital marketing, online visibility, conversion rate optimization, case studies\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my professional SEO and marketing platform where I showcase my expertise and services.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An engaging introduction to my SEO and marketing agency, highlighting my skills and services.\",\"section_prompt\":\"Responsive hero banner with a background image, brief tagline, and a call to action.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my background, qualifications, and experience in the SEO and marketing field.\",\"section_prompt\":\"Section to introduce myself with text and a professional image.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Highlighting the various services I offer to improve online presence and brand visibility.\",\"section_prompt\":\"Grid layout showcasing services with brief descriptions and icons for visual appeal.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"A preview of my latest blog posts on SEO and marketing strategies.\",\"section_prompt\":\"Dynamic section displaying snippets of the most recent blog entries.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Achievements & Results\",\"section_description\":\"Demonstrating my successful projects and statistics in enhancing clients\' online presence through SEO.\",\"section_prompt\":\"A bar section showcasing numbers that defines success metrics.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Encouraging visitors to engage with my services and enhancing their brand visibility.\",\"section_prompt\":\"Prominent call-to-action button directing users to the contact form or services.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Showcasing feedback from clients to build credibility and trust in my services.\",\"section_prompt\":\"Section featuring rotating testimonials from satisfied clients.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contain site navigation links and social media links for further engagement.\",\"section_prompt\":\"Standard footer layout with links and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Packages\",\"page_description\":\"Explore the array of SEO and marketing services we provide to enhance your online presence.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top of the services page, introducing visitors to our packages.\",\"section_prompt\":\"Standard header layout for clarity.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Packages\",\"section_description\":\"Detailed insights into the different services available.\",\"section_prompt\":\"Banner with the page title to enhance focus.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Optimization\",\"section_description\":\"Comprehensive SEO services personalized for your brand to increase visibility on search engines.\",\"section_prompt\":\"Media with text for SEO service overview.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Creating effective content strategies that engage and convert your audience.\",\"section_prompt\":\"Media with text showcasing content marketing expertise.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Strategy\",\"section_description\":\"Building and executing social media plans to enhance engagement and brand awareness.\",\"section_prompt\":\"Visual and textual overview of social media services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common inquiries about our services and approach to SEO and marketing.\",\"section_prompt\":\"List of FAQs to guide potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for Custom Packages\",\"section_description\":\"Encouraging visitors to get in touch for tailored service options based on their unique needs.\",\"section_prompt\":\"Call-to-action directing users to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contain site navigation links and social media links for further engagement.\",\"section_prompt\":\"Standard footer layout with links and contact information.\"}]},{\"page_type\":\"case_studies\",\"page_title\":\"Success Stories\",\"page_description\":\"Showcasing successful projects and how my strategies improved client outcomes.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to the case studies section, highlighting success stories.\",\"section_prompt\":\"Standard header layout for clarity.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Success Stories\",\"section_description\":\"Detailed insights into successful SEO projects and methodologies employed.\",\"section_prompt\":\"Banner with the page title to enhance focus.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project A Overview\",\"section_description\":\"In-depth look at a successful project, including challenges, strategies, and results achieved.\",\"section_prompt\":\"Detailed breakdown of a single successful case.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project B Overview\",\"section_description\":\"A comprehensive overview of another impactful project completed.\",\"section_prompt\":\"Detailed breakdown of a second successful case.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project C Overview\",\"section_description\":\"Highlighting a project with significant measurable results and client satisfaction.\",\"section_prompt\":\"Detailed breakdown of multiple successful projects.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Feedback from clients regarding their satisfaction and results post-project implementation.\",\"section_prompt\":\"Client feedback highlighting the success of the projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Achieve Success with My Strategies\",\"section_description\":\"Encouraging potential clients to reach out for similar results through my services.\",\"section_prompt\":\"Call-to-action directing users to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contain site navigation links and social media links for further engagement.\",\"section_prompt\":\"Standard footer layout with links and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"A collection of blog posts sharing insights and tips from the digital marketing world.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top section introducing the blog area.\",\"section_prompt\":\"Standard header layout for clarity.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Showcasing recent blog entries that provide valuable marketing knowledge and strategies.\",\"section_prompt\":\"Banner with the page title to enhance focus.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Grid layout displaying my latest blog posts with brief previews and images.\",\"section_prompt\":\"Bubbly preview grid for blog posts.\"},{\"section_type\":\"about\",\"section_title\":\"Why Read Our Blog?\",\"section_description\":\"Explaining the value of the insights shared on the blog and how it can help readers.\",\"section_prompt\":\"Detailed section explaining the blog\'s purpose.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated\",\"section_description\":\"Encouraging visitors to subscribe or follow for the latest updates.\",\"section_prompt\":\"Prominent section inviting visitors to subscribe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contain site navigation links and social media links for further engagement.\",\"section_prompt\":\"Standard footer layout with links and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"A dedicated space for potential clients to reach out with inquiries or to discuss collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to the contact section, encouraging communication.\",\"section_prompt\":\"Standard header layout for clarity.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"A banner inviting visitors to contact me for services or inquiries.\",\"section_prompt\":\"Banner with the page title to enhance focus.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"An easy way for potential clients to fill out their details and inquiries.\",\"section_prompt\":\"Standard contact form layout.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Providing my business email, phone number, and social media links for direct communication.\",\"section_prompt\":\"Section listing all necessary contact methods.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contain site navigation links and social media links for further engagement.\",\"section_prompt\":\"Standard footer layout with links and contact information.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":540}', '2025-09-18 05:35:19', '2025-09-18 05:35:19'),
(541, NULL, NULL, 'Website for Trusted Aviation Advisors named \"Paradise Jets\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.', '{\"website_title\":\"Paradise Jets\",\"website_description\":\"Your trusted aviation advisory service, offering tailored consultation, charter, acquisition, sales, and management services to meet unique aviation needs.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"aviation advisory, private jet services, aircraft management, aviation consultation, jet charter\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Paradise Jets, your go-to source for comprehensive aviation advisory services.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An engaging visual introduction to Paradise Jets, highlighting our expertise in aviation advisory services.\",\"section_prompt\":\"Full-width hero section with a captivating image of private jets in flight alongside a welcoming message.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about Paradise Jets, our mission, and our commitment to providing exceptional aviation services.\",\"section_prompt\":\"A description that introduces the company background and its core values.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the extensive range of aviation services we offer, tailored to meet your specific needs.\",\"section_prompt\":\"A grid display showcasing various services such as consultation, charter, acquisition, sales, and management.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Read what our satisfied clients say about their experiences with Paradise Jets.\",\"section_prompt\":\"A section featuring quotes and feedback from clients along with their names and titles.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Explore Our Blog\",\"section_description\":\"Stay updated with the latest industry insights and trends from our blog.\",\"section_prompt\":\"A brief introduction to the blog section with links to recent articles.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Highlighting our key statistics in the aviation industry, demonstrating our success and expertise.\",\"section_prompt\":\"Displaying numerical achievements like number of flights, satisfied clients, and years of experience in a visually appealing manner.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Why Choose Us\",\"section_description\":\"Discover the reasons why Paradise Jets is the best choice for your aviation needs.\",\"section_prompt\":\"An informative section outlining the unique benefits of choosing our services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Encouraging visitors to reach out for a consultation or service inquiry.\",\"section_prompt\":\"A prominent call-to-action prompting users to contact us for further information and service inquiries.\"}]}],\"user_prompt\":\"Website for Trusted Aviation Advisors named \\\"Paradise Jets\\\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.\",\"prompt_id\":541}', '2025-09-18 05:39:47', '2025-09-18 05:39:47'),
(542, NULL, NULL, 'Website for Trusted Aviation Advisors named \"Paradise Jets\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.', '{\"website_title\":\"Paradise Jets\",\"website_description\":\"A trusted aviation advisory firm providing expert services in consultation, chartering, acquisition, sales, and management of private flight operations.\",\"website_type\":\"Business\",\"website_industry\":\"Automotive\",\"search_query\":\"aviation, private jets, flight operations, aircraft management, aviation consultancy\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Paradise Jets, your premier aviation advisory partner.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Paradise Jets\",\"section_description\":\"Discover unparalleled aviation advisory services tailored for your needs.\",\"section_prompt\":\"A large hero banner with an inspiring image of a private jet in the sky, with a welcome message overlay.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission, vision, and the core values that drive Paradise Jets.\",\"section_prompt\":\"This section provides an overview of our firm, emphasizing our commitment to excellence and customer satisfaction.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Browse through our comprehensive suite of services designed for private flight operations.\",\"section_prompt\":\"A grid layout showcasing icons and brief descriptions of each service, clickable for more details.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Get the latest news and insights from the aviation world in our blog sections.\",\"section_prompt\":\"List of recent blog posts with titles and short excerpts displayed for quick access.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Take Off?\",\"section_description\":\"Contact us today to start your aviation journey with Paradise Jets.\",\"section_prompt\":\"A compelling call to action urging visitors to get in touch for personalized services.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"A showcase of our milestones and achievements in the aviation industry.\",\"section_prompt\":\"Visual bar display of key statistics such as years in operation, jets managed, and satisfied clients.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigation links, contact information, and social media links for Paradise Jets.\",\"section_prompt\":\"A footer containing site navigation, contact info, and social media links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Comprehensive Services\",\"page_description\":\"Explore our extensive range of aviation services at Paradise Jets.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the services page.\",\"section_prompt\":\"A standard header displayed across pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Comprehensive Services\",\"section_description\":\"An overview of our vast range of aviation advisory services.\",\"section_prompt\":\"An inner banner that describes the services offered by Paradise Jets.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Consultation\",\"section_description\":\"Expert consultation services to tailor your aviation strategy and needs.\",\"section_prompt\":\"A section with an image and detailed description of our consultation service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Chartering\",\"section_description\":\"Chartering services that provide flexible and efficient private flight solutions.\",\"section_prompt\":\"An engaging layout detailing our chartering services with imagery.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Acquisition\",\"section_description\":\"Guidance on the acquisition of private jets to fit your specific requirements.\",\"section_prompt\":\"Detailing the acquisition process with visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Sales\",\"section_description\":\"Professional sales assistance for buying and selling aircraft in the market.\",\"section_prompt\":\"Describe our sales services with images representing success in transactions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Management\",\"section_description\":\"Comprehensive management services for optimal flight operations of your private jet.\",\"section_prompt\":\"Highlight our management services with relevant imagery.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common inquiries related to our services and aviation industry.\",\"section_prompt\":\"A section dedicated to answering FAQs with collapsible answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Ready to learn more about our services? Contact us now!\",\"section_prompt\":\"Encouragement for visitors to reach out for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site footer with essential links and contact details.\",\"section_prompt\":\"Standard footer content for navigation and contact.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Insights & News\",\"page_description\":\"Stay updated with the latest in aviation through our blog.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for the blog page.\",\"section_prompt\":\"Standard navigation header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Insights & News\",\"section_description\":\"Latest articles and insights in the aviation industry from our experts.\",\"section_prompt\":\"A banner summarizing the blog content and purpose.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"Browse our collection of recent blog posts about aviation insights and news.\",\"section_prompt\":\"A grid layout featuring the most recent blog posts with images and excerpts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Aviation Advisory Trends\",\"section_description\":\"Exploring the latest trends in aviation advisory services and market needs.\",\"section_prompt\":\"Highlighting a specific trend in the aviation industry with detailed insights.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Client Success Stories\",\"section_description\":\"Read about how we have successfully assisted clients with their aviation needs.\",\"section_prompt\":\"Detailed accounts of specific client success stories with visuals.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Want to stay informed? Subscribe to our newsletter for updates.\",\"section_prompt\":\"Encouragement for readers to subscribe to engage further.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing essential site information.\",\"section_prompt\":\"Standard footer with navigation and links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Paradise Jets for inquiries and consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contact page header for navigation.\",\"section_prompt\":\"Standard header layout for the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\\u2019re here to assist you. Reach out to us through the form below.\",\"section_prompt\":\"Inner banner encouraging users to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Fill out the form below and we will get back to you shortly.\",\"section_prompt\":\"A contact form section for users to fill out their inquiries or requests.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our office for in-person consultations.\",\"section_prompt\":\"Display our office address and a map for location assistance.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links and contact details.\",\"section_prompt\":\"End of page footer with essential site navigation.\"}]}],\"user_prompt\":\"Website for Trusted Aviation Advisors named \\\"Paradise Jets\\\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.\",\"prompt_id\":542}', '2025-09-18 05:40:42', '2025-09-18 05:40:42'),
(552, 10, 349, '\"Discover the mystical world of zodiac gemstones tailored to your astrological profile at Cosmos Gems. Explore our extensive collection of astral gemstones and educational resources.\"', '{\"website_title\":\"Cosmos Gems\",\"website_description\":\"Explore the enchanting world of zodiac gemstones tailored for your astrological profile.\",\"website_type\":\"Informational\",\"website_industry\":\"Fashion\",\"search_query\":\"zodiac gemstones, astrology charts, gemstone properties, personalized gemstones, metaphysical stones\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to the Cosmos Gems homepage where astrology meets the beauty of gemstones.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"Catch the visitor\'s attention with vibrant visuals of zodiac gemstones and a welcome message.\",\"section_prompt\":\"Responsive hero section featuring eye-catching images of gemstones with a headline about zodiac stones.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Discover the mission of Cosmos Gems and our passion for connecting individuals with their astrological gemstones.\",\"section_prompt\":\"An about section detailing the inspiration and purpose of the website.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Explore Your Gemstones\",\"section_description\":\"A showcase of personalized gemstone options based on zodiac signs for users to discover and explore.\",\"section_prompt\":\"A grid layout presenting various gemstones categorized by zodiac signs.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Impact\",\"section_description\":\"Highlight the number of gemstones explored, users served, and testimonials received to showcase our credibility.\",\"section_prompt\":\"A statistic bar indicating numbers related to user engagement and gemstone discoveries.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Showcasing our most recent blog articles about zodiac gemstones and astrology.\",\"section_prompt\":\"A section featuring snippets of new blog posts and articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us Now\",\"section_description\":\"Encouraging visitors to explore their zodiac gemstones with a call to action.\",\"section_prompt\":\"A prominent call-to-action section guiding users to get personalized gemstone recommendations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media, contact information, and legal notices.\",\"section_prompt\":\"Footer section with essential links and contact details.\"}]},{\"page_type\":\"services\",\"page_title\":\"Gemstone Catalog\",\"page_description\":\"Explore our comprehensive catalogue of gemstones aligned with zodiac signs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A universal header for navigation on the site.\",\"section_prompt\":\"Standard header with site title and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Gemstone Catalog\",\"section_description\":\"Display a stunning banner with the title emphasizing our gemstone offerings.\",\"section_prompt\":\"An inner banner highlighting the gemstone catalog page title.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Zodiac Gemstones\",\"section_description\":\"In-depth descriptions of gemstones for each zodiac sign with unique properties and meanings.\",\"section_prompt\":\"Two-column layout introducing zodiac gemstones and their characteristics.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Address common questions regarding gemstone properties and zodiac alignment.\",\"section_prompt\":\"A structured FAQ section giving potential users clarity on common queries.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Why Choose Our Gemstones?\",\"section_description\":\"Explaining the benefits of selecting gemstones based on astrological signs.\",\"section_prompt\":\"A section detailing the metaphysical advantages of personalized gemstones.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Find Your Stone\",\"section_description\":\"Encouraging users to discover which gemstone aligns with their astrological profile.\",\"section_prompt\":\"A call-to-action prompting users to get their personalized gemstone recommendations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media, contact information, and legal notices.\",\"section_prompt\":\"Footer section with essential links and contact details.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Astrology Insights\",\"page_description\":\"Stay updated with articles on astrology and the use of gemstones embodying celestial influences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A universal header for navigation on the site.\",\"section_prompt\":\"Standard header with site title and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Introduce the blog with a captivating banner showcasing the power of astrology and gemstones.\",\"section_prompt\":\"An inner banner displaying the title of the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Explore Our Blog\",\"section_description\":\"Grid showcasing various articles that delve into astrology and gemstone use in everyday life.\",\"section_prompt\":\"Grid layout displaying recent blog posts with images and excerpts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Highlighting our Best Articles\",\"section_description\":\"Spotlight on significant articles that have created an impact among our readers.\",\"section_prompt\":\"An engaging section highlighting standout blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encourage visitors to subscribe for the latest articles and insights.\",\"section_prompt\":\"A clear call-to-action inviting visitors to join our newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media, contact information, and legal notices.\",\"section_prompt\":\"Footer section with essential links and contact details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out to us for inquiries or personalized recommendations based on your zodiac signs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A universal header for navigation on the site.\",\"section_prompt\":\"Standard header with site title and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Showcase an engaging banner inviting users to reach out for more information.\",\"section_prompt\":\"An inner banner emphasizing contacting Cosmos Gems.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for users to fill out their inquiries and requirements.\",\"section_prompt\":\"Contact form layout for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Providing additional contact details and location for easier outreach.\",\"section_prompt\":\"Information section detailing physical locations and contact numbers.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media, contact information, and legal notices.\",\"section_prompt\":\"Footer section with essential links and contact details.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"User Reviews\",\"page_description\":\"Read testimonials from satisfied users who discovered their gemstones and transformed their lives.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A universal header for navigation on the site.\",\"section_prompt\":\"Standard header with site title and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"User Testimonials\",\"section_description\":\"A banner inviting visitors to discover user experiences and stories.\",\"section_prompt\":\"An inner banner displaying the title and theme of the testimonials section.\"},{\"section_type\":\"reviews\",\"section_title\":\"What Our Users Say\",\"section_description\":\"Showcasing authentic user reviews and experiences with Cosmos Gems offerings.\",\"section_prompt\":\"A section highlighting vivid testimonials from users.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Impact Stories\",\"section_description\":\"Highlighting significant stories from users and how gemstones impacted their lives.\",\"section_prompt\":\"A focused section detailing a few standout user transformations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Encouraging others to become part of the Cosmos Gems family based on user experiences.\",\"section_prompt\":\"Call-to-action inviting visitors to engage with Cosmos Gems.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media, contact information, and legal notices.\",\"section_prompt\":\"Footer section with essential links and contact details.\"}]}],\"user_prompt\":\"Discover the mystical world of zodiac gemstones tailored to your astrological profile at Cosmos Gems. Explore our extensive collection of astral gemstones and educational resources.\",\"prompt_id\":552,\"theme\":\"classic\",\"colors\":[[141,109,54],[158,189,89]],\"fonts\":\"classic-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/fb.com\",\"instagram\":\"https:\\/\\/insta.com\",\"twitter\":\"https:\\/\\/x.com\",\"linkedin\":null,\"pinterest\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_68cc06f03272d.png\",\"contact_details\":{\"phone_number\":\"+919822809802\",\"email\":\"gurpreet_kaler@42works.net\",\"primary_cta\":[\"phone\"]}}', '2025-09-18 13:13:57', '2025-09-18 13:19:52');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(553, 10, 350, '\"create a website for our online coaching service is dedicated to empowering children with disabilities through personalized learning, guidance, and support. We provide a safe, inclusive, and interactive virtual environment where every child can explore their potential, build confidence, and achieve academic as well as personal growth. With a team of experienced educators, therapists, and mentors, we design customized coaching sessions tailored to each child\\u2019s unique needs.\"', '{\"website_title\":\"Empower Kids Coaching\",\"website_description\":\"A dedicated platform providing personalized coaching services for children with disabilities, focusing on empowerment and growth through specialized learning programs.\",\"website_type\":\"Coaching\",\"website_industry\":\"Education\",\"search_query\":\"children coaching, special needs education, disability support, educational resources for kids, empowerment programs\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our coaching platform specializing in empowering children with disabilities through personalized learning.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An inspiring introduction to Empower Kids Coaching, featuring images of happy children engaged in learning activities with coaches.\",\"section_prompt\":\"Responsive full-width banner with a focused message on empowerment and support for children with disabilities.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission to empower children with disabilities through tailored coaching and educational support.\",\"section_prompt\":\"This section provides an overview of our mission, vision, and the values that drive our coaching services.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the personalized learning programs we offer, specifically designed for children with disabilities.\",\"section_prompt\":\"Display a grid of services including descriptions of each coaching program available.\"},{\"section_type\":\"features_list_section\",\"section_title\":\"Our Benefits\",\"section_description\":\"Highlight core Benefits\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Catch up on our blog where we share insights and helpful tips for parents and educators.\",\"section_prompt\":\"Highlight recent blog posts that provide helpful resources and articles related to empowering children.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Showcase our impact with numbers: number of children coached, success stories, and community outreach.\",\"section_prompt\":\"Display a visual representation of statistics that illustrates our effectiveness in coaching.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Encourage visitors to reach out and begin their journey with our coaching services.\",\"section_prompt\":\"A strong call-to-action encouraging potential clients to contact us for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site navigation and contact information to ensure easy access to our resources.\",\"section_prompt\":\"Standard footer with links to other pages and contact details.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Discover the tailored coaching programs designed for children with disabilities.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to the services page. Here, we detail our offerings for clients.\",\"section_prompt\":\"A simple header that introduces the services our platform offers.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"An overview of the various coaching services provided to children with disabilities.\",\"section_prompt\":\"Inner banner highlighting the significance of the service offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Personalized Learning Programs\",\"section_description\":\"One-on-one coaching tailored to meet each child\'s unique needs and learning style.\",\"section_prompt\":\"Layout featuring text alongside an engaging image describing our personalized coaching.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Group Therapy Sessions\",\"section_description\":\"Collaborative sessions designed to develop social skills and foster friendships among peers.\",\"section_prompt\":\"Text and visuals showing interactions in group therapy settings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Educational Workshops\",\"section_description\":\"Workshops for parents to understand and support their children\'s learning processes effectively.\",\"section_prompt\":\"An engaging layout that highlights workshops with images of past events.\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQs\",\"section_description\":\"Answers to common questions about our coaching services and how to get started.\",\"section_prompt\":\"An organized FAQs section addressing typical queries from potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for Enrollment\",\"section_description\":\"Encourage interested parties to reach out for enrollment or further inquiries.\",\"section_prompt\":\"A clear call-to-action urging visitors to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site navigation and contact information for users.\",\"section_prompt\":\"Standard footer with relevant links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Our Blog\",\"page_description\":\"Explore our collection of insightful articles designed for parents and educators.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to our blog specializing in educational articles and resources.\",\"section_prompt\":\"Simple header introducing the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Blog\",\"section_description\":\"A dedicated space for sharing knowledge and insights into special needs education.\",\"section_prompt\":\"An engaging inner banner that encapsulates the theme of the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Browse through our latest articles focused on empowering children with disabilities.\",\"section_prompt\":\"Display a grid of the most recent blog posts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Blog Highlights\",\"section_description\":\"Spotlight on our most impactful articles that resonate with our community.\",\"section_prompt\":\"Highlight specific popular articles with descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Stay Updated\",\"section_description\":\"Follow our blog for ongoing tips and strategies for special needs education.\",\"section_prompt\":\"Encourage continued readership and subscription to the blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Invite visitors to connect and share their stories with us through the comments.\",\"section_prompt\":\"Strong call-to-action encouraging engagement in the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer for easy navigation across the site.\",\"section_prompt\":\"Basic footer with links and information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to us for more information regarding our services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to the contact page, where you can get in touch with us.\",\"section_prompt\":\"Clear header introducing the contact section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Information on how to reach our team for inquiries.\",\"section_prompt\":\"Inner banner encouraging users to connect.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to send us a message directly.\",\"section_prompt\":\"Contact form to facilitate inquiries from visitors.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Find our contact details for direct communication.\",\"section_prompt\":\"Display important contact information including phone numbers and email.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site navigation and contact information for visitors.\",\"section_prompt\":\"Standard footer layout for easy access.\"}]}],\"user_prompt\":\"create a website for our online coaching service is dedicated to empowering children with disabilities through personalized learning, guidance, and support. We provide a safe, inclusive, and interactive virtual environment where every child can explore their potential, build confidence, and achieve academic as well as personal growth. With a team of experienced educators, therapists, and mentors, we design customized coaching sessions tailored to each child\\u2019s unique needs.\",\"prompt_id\":553,\"theme\":\"material\",\"colors\":[[227,54,101],[137,137,137]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/fb.com\",\"instagram\":\"https:\\/\\/insta.com\",\"twitter\":null,\"linkedin\":null,\"pinterest\":null},\"contact_details\":{\"phone_number\":\"+919828098280\",\"email\":\"gurpreet_kaler@42works.net\",\"primary_cta\":[\"phone\"]}}', '2025-09-18 13:34:29', '2025-09-18 13:36:22'),
(561, 10, 357, '\"Website for UI\\/UX designer. I provide logo, website, mobile app, graphics, businessc card, broucher, infographic\"', '{\"website_title\":\"My UI\\/UX Design Portfolio\",\"website_description\":\"Showcasing the creative works and innovative design solutions of a professional UI\\/UX designer, emphasizing user-centered design principles and visually appealing interfaces.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"UI design, UX design, portfolio, graphic design, mobile app design\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my professional portfolio showcasing high-quality UI\\/UX designs.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"Presenting my professional UI\\/UX design portfolio showcasing innovative projects.\",\"section_prompt\":\"A captivating hero section with a background image of a design workspace and a brief intro about my work.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my design philosophy, background, and approach to creating user-friendly interfaces.\",\"section_prompt\":\"Insightful section with a profile picture and a brief biography explaining my journey as a designer.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Works\",\"section_description\":\"A grid layout highlighting selected works, including logo designs, web interfaces, and graphics.\",\"section_prompt\":\"Dynamic grid layout displaying high-quality images of my featured projects, with titles and brief descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Showcase the latest blog posts discussing UI\\/UX trends and best practices.\",\"section_prompt\":\"Section displaying the latest posts from my blog with links to read more.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Design Achievements\",\"section_description\":\"Highlight important statistics showcasing my successful projects and design impact.\",\"section_prompt\":\"A visually appealing statistics section displaying completed projects, happy clients, and design awards.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback from satisfied clients reflecting the quality and impact of my work.\",\"section_prompt\":\"A rotating carousel or grid format featuring quotes and ratings from past clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encourage visitors to reach out for collaborations or project inquiries.\",\"section_prompt\":\"Engaging section inviting visitors to connect with me for potential projects and collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links and copyright information.\",\"section_prompt\":\"Standard footer layout including navigation links, copyright information, and social media links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Design Services\",\"page_description\":\"Explore the variety of design services I offer as a UI\\/UX designer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header for the design services page.\",\"section_prompt\":\"Standard header layout with the page title prominently displayed.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Design Services\",\"section_description\":\"Overview of the design services I provide to help brands and businesses thrive.\",\"section_prompt\":\"An inner banner with a background image related to design services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Logo Design\",\"section_description\":\"Crafting memorable logos that resonate with brand identity and values.\",\"section_prompt\":\"A service section including an image showcasing examples of logo designs along with a descriptive text.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web & Mobile App Interfaces\",\"section_description\":\"Designing intuitive interfaces that enhance user experience across platforms.\",\"section_prompt\":\"A service section highlighting web and mobile app projects with visuals and descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Graphics & Illustrations\",\"section_description\":\"Creating stunning graphics tailored to client needs for various applications.\",\"section_prompt\":\"A section featuring graphic design work with accompanying descriptions of the projects.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my design services and processes.\",\"section_prompt\":\"A layout presenting Q&A format to address client inquiries regarding services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Encourage potential clients to reach out for design inquiries.\",\"section_prompt\":\"Section inviting visitors to fill out a contact form for service inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links and copyright information.\",\"section_prompt\":\"Standard footer layout including navigation links, copyright information, and social media links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"Stay updated with the latest trends and insights in UI\\/UX design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header for the blog page.\",\"section_prompt\":\"Standard header layout with the page title prominently displayed.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"A showcase of my most recent articles discussing various design topics and trends.\",\"section_prompt\":\"An inner banner displaying a relevant background image and the title of the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"An organized grid displaying snippets from my latest blog articles.\",\"section_prompt\":\"Grid layout featuring images, titles, and excerpts from recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to Blog\",\"section_description\":\"Encourage visitors to subscribe for updates on new blog posts.\",\"section_prompt\":\"A prompt inviting visitors to sign up for a newsletter with new blog and portfolio updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links and copyright information.\",\"section_prompt\":\"Standard footer layout including navigation links, copyright information, and social media links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for design inquiries, collaborations, or feedback.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header for the contact page.\",\"section_prompt\":\"Standard header layout with the page title prominently displayed.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Reach Out\",\"section_description\":\"A section prompting visitors to get in touch for design related matters.\",\"section_prompt\":\"Inner banner showcasing a relevant image and the title to convey the contact purpose.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to initiate a conversation about your project.\",\"section_prompt\":\"A structured contact form layout allowing users to submit their inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Alternative ways to contact me including social media handles and email.\",\"section_prompt\":\"A straightforward section listing my email, phone number, and social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links and copyright information.\",\"section_prompt\":\"Standard footer layout including navigation links, copyright information, and social media links.\"}]}],\"user_prompt\":\"Website for UI\\/UX designer. I provide logo, website, mobile app, graphics, businessc card, broucher, infographic\",\"prompt_id\":561,\"theme\":\"classic\",\"colors\":[[130,31,160],[244,199,48]],\"fonts\":\"classic-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/fb.com\",\"instagram\":\"https:\\/\\/insta.com\",\"twitter\":\"https:\\/\\/x.com\",\"linkedin\":null,\"pinterest\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":[]}}', '2025-09-19 06:22:17', '2025-09-19 06:24:43'),
(564, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Wanderlust Adventures\",\"website_description\":\"A personal blog dedicated to sharing travel experiences and photography skills through captivating stories and stunning visuals.\",\"website_type\":\"Personal Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, adventure stories, travel tips, personal blog, photo gallery\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my personal travel blog where I share my adventures and photography.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Wanderlust Adventures\",\"section_description\":\"An introduction to my travel blog focused on experiences and photography.\",\"section_prompt\":\"A captivating banner for the homepage that visually represents travel and adventure with a stunning backdrop image.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my passion for travel and photography.\",\"section_prompt\":\"This section provides insight into my background, what inspires my travels, and my journey as a photographer.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Adventures\",\"section_description\":\"Explore my recent travel stories and photographic journeys.\",\"section_prompt\":\"A visual grid showcasing thumbnails of my latest travel stories paired with captivating images.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Read my most recent articles and updates from my travels.\",\"section_prompt\":\"A section highlighting the latest posts from my travel blog, encouraging visitors to explore more.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Journey\",\"section_description\":\"Encourage visitors to subscribe to my blog for updates.\",\"section_prompt\":\"A motivating prompt inviting readers to subscribe to my blog for latest updates and travel tips.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Travels at a Glance\",\"section_description\":\"Highlighting my travels with key statistics.\",\"section_prompt\":\"A bar section showcasing numbers of countries visited, photos taken, and stories shared.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow Along\",\"section_description\":\"Engage with my blog and social platforms\",\"section_prompt\":\"Encourage readers to connect with me on social media for more travel insights.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with important links and information.\",\"section_prompt\":\"This section includes links to policies, social media, and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Travel Tips\",\"page_description\":\"Insights and advice for fellow travelers to enhance their journeys.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section with navigation links and branding.\",\"section_prompt\":\"Standard header layout for the webpage.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Tips\",\"section_description\":\"Guidance for your adventures, curated from my travels.\",\"section_prompt\":\"An inner banner that introduces the travel tips section, using a relevant travel image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Packing Essentials\",\"section_description\":\"Critical packing tips for varied travel experiences.\",\"section_prompt\":\"A breakdown of essential items to pack for different types of trips, with accompanying images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Budgeting for Travel\",\"section_description\":\"How to plan and budget effectively for your travels.\",\"section_prompt\":\"Detailed insights on budgeting for trips, including cost estimates and tips.\"},{\"section_type\":\"faqs\",\"section_title\":\"Common Travel Questions\",\"section_description\":\"Address common queries and concerns travelers face.\",\"section_prompt\":\"A helpful FAQ section that provides answers to frequent inquiries from travelers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Need More Tips?\",\"section_description\":\"Encouragement to reach out for personalized travel advice.\",\"section_prompt\":\"A section inviting visitors to contact me for any travel-related inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with important links and information.\",\"section_prompt\":\"Standard footer setup with navigation and connection links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Stories\",\"page_description\":\"A collection of my travel experiences and narratives.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section with navigation links and branding.\",\"section_prompt\":\"Standard header layout for the blog page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Travel Stories\",\"section_description\":\"Adventures recounted through my personal narratives.\",\"section_prompt\":\"An introduction to the blog stories section, visually appealing with travel-related imagery.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Explore my latest travel stories and experiences.\",\"section_prompt\":\"A grid layout showcasing recent blog posts with image previews.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Unique Destinations\",\"section_description\":\"Highlighting some of the most special places I\'ve traveled to.\",\"section_prompt\":\"An engaging section that details one extraordinary travel experience with vivid imagery.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More\",\"section_description\":\"Encourage readers to dive deeper into my travel tales.\",\"section_prompt\":\"A prompt inviting readers to explore additional posts and stories.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with important links and information.\",\"section_prompt\":\"Standard footer format containing navigation and social links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Collaboration Inquiries\",\"page_description\":\"Get in touch for collaboration and inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section with navigation links and branding.\",\"section_prompt\":\"Standard header layout for the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Outreach for collaboration and questions.\",\"section_prompt\":\"A welcoming inner page banner encouraging communication.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out this form to reach me for inquiries.\",\"section_prompt\":\"Contact form layout for ease of reaching out for collaboration or questions.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Let\'s Connect\",\"section_description\":\"Alternative ways to contact me.\",\"section_prompt\":\"Display email and social media handles for additional contact options.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with important links and information.\",\"section_prompt\":\"Basic footer structure containing essential links and contact information.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":564}', '2025-09-19 07:59:11', '2025-09-19 07:59:11'),
(566, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Adventures in Travel and Photography\",\"website_description\":\"Explore beautiful travel stories and stunning photography from my personal adventures, along with valuable tips and insights for fellow travelers and photography enthusiasts.\",\"website_type\":\"Personal Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, adventure stories, travel tips, photography portfolio, travel enthusiasts\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my personal blog where I document my travel adventures and share my photography journey.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Adventures\",\"section_description\":\"Join me as I explore amazing destinations and capture beautiful moments through my camera lens.\",\"section_prompt\":\"A visually appealing hero banner showcasing stunning travel photography with a welcome message. Focus on bright, engaging visuals.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"I am passionate about travel and photography, dedicated to sharing my journeys and the beauty I encounter.\",\"section_prompt\":\"Introduce myself to the audience, highlighting my love for travel and photography, paired with a captivating image.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Explore My Stories\",\"section_description\":\"Discover a selection of my travel stories that inspire wanderlust and adventure.\",\"section_prompt\":\"A grid display of travel stories with captivating visuals linked to individual posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey\",\"section_description\":\"Subscribe to my blog to receive updates on my latest adventures and photography tips.\",\"section_prompt\":\"A prominent call-to-action encouraging visitors to subscribe, with an attractive design and clear instructions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Posts\",\"section_description\":\"Check out my most recent blog posts featuring new travel stories and photography insights.\",\"section_prompt\":\"A section showing recent blog posts with links to read more, styled in an engaging format.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet My Team\",\"section_description\":\"Discover the amazing individuals who accompany me on my travels and contribute to my blog.\",\"section_prompt\":\"A visually captivating section introducing collaborators, featuring images and brief bios.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Travel Highlights\",\"section_description\":\"Explore my travel journey by the numbers: countries visited, photos captured, and stories shared!\",\"section_prompt\":\"A statistics bar displaying accomplishments in travel and photography, styled for impactful visuals.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site footer containing site links, social media links, and copyright information.\",\"section_prompt\":\"Standard footer layout with essential links, social media icons, and copyright text.\"}]},{\"page_type\":\"services\",\"page_title\":\"Photography Portfolio\",\"page_description\":\"Showcasing my best travel photography to inspire and captivate.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section of my photography portfolio page.\",\"section_prompt\":\"A simple header with my photography portfolio title.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Portfolio\",\"section_description\":\"An overview of my photography services and portfolio.\",\"section_prompt\":\"A visually rich inner banner that sets the tone for the portfolio page.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Landscapes\",\"section_description\":\"Explore breathtaking landscapes from my travels around the world.\",\"section_prompt\":\"A media section highlighting stunning landscape photography paired with text descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Cityscapes\",\"section_description\":\"Capturing the essence of urban exploration through my photography.\",\"section_prompt\":\"Showcasing cityscape imagery alongside personal insights and experiences.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Wildlife Photography\",\"section_description\":\"A glimpse into the wild with compelling wildlife shots from various destinations.\",\"section_prompt\":\"Featuring notable wildlife images with descriptions to engage viewers.\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQs\",\"section_description\":\"Answers to common questions about my photography and services.\",\"section_prompt\":\"A neatly organized FAQs section addressing inquiries about photography services, prints, and usage.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in my work? Reach out for collaborations or inquiries!\",\"section_prompt\":\"An engaging call to action, inviting visitors to contact me for photography opportunities.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site footer with relevant links and information.\",\"section_prompt\":\"Standard footer layout to ensure easy navigation.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Chronicles\",\"page_description\":\"A collection of my latest travel stories, adventures, and photography insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section for my blog page.\",\"section_prompt\":\"Simple header indicating the blog section of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Travel Chronicles\",\"section_description\":\"Read about my latest travel adventures through engaging stories.\",\"section_prompt\":\"An eye-catching banner that visually represents the essence of my travel blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"Browse my recent travel blog posts filled with tips and experiences.\",\"section_prompt\":\"A grid layout displaying thumbnails of recent blog articles with links to read more.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Trip Highlights\",\"section_description\":\"Detailed accounts of specific trips, including experiences and insights.\",\"section_prompt\":\"Highlighting specific trips I\\u2019ve taken with images and narrative details.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Photography Tips\",\"section_description\":\"Guidelines and advice for capturing stunning travel photos during your own adventures.\",\"section_prompt\":\"A list of tips and tutorials for photography enthusiasts, emphasizing practical advice.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Newsletter\",\"section_description\":\"Stay updated with my latest posts and photography tips by subscribing!\",\"section_prompt\":\"An inviting call-to-action section encouraging newsletter sign-ups.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with important site links and social media connections.\",\"section_prompt\":\"Standard footer design featuring navigation links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for inquiries, feedback, or collaboration opportunities.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header for the contact page.\",\"section_prompt\":\"Simple header marking the entry point into the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Connect with me for questions or collaboration.\",\"section_prompt\":\"An inviting inner banner section encouraging visitors to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Send a Message\",\"section_description\":\"Fill out the form to contact me directly for any inquiries or to collaborate.\",\"section_prompt\":\"An easy-to-use contact form laid out for user convenience.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Connect on Social Media\",\"section_description\":\"Follow me for updates on my travels and photography.\",\"section_prompt\":\"Links to my social media profiles styled for clarity and accessibility.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing all essential site links and information.\",\"section_prompt\":\"Standard footer including essential navigation and socials.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":566}', '2025-09-19 09:10:35', '2025-09-19 09:10:35'),
(568, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"My Travel Blog\",\"website_description\":\"A vibrant blog dedicated to sharing captivating travel stories and stunning photography from around the world, inspiring others to explore and experience the beauty of different cultures and landscapes.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"travel photography, adventure stories, landscapes photography, portrait photography, wildlife photography\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel blog, a visual diary of my adventures around the globe!\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A stunning slideshow of captivating photographs from my travels, inviting viewers into the world of exploration.\",\"section_prompt\":\"An engaging hero section featuring a slideshow of high-quality travel images. Use a full-width layout for an immersive experience.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Discover my journey as a traveler and photographer, capturing the essence of places and cultures.\",\"section_prompt\":\"A brief introduction to my background, passions, and what inspires my travels and photography. Layout: Columns with image and text.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Check out my latest travel stories and photography posts that inspire adventure.\",\"section_prompt\":\"A grid layout showcasing snippets of the most recent blog posts with images and brief descriptions.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Destinations\",\"section_description\":\"Explore stunning locations I\'ve documented through my photography, ranging from serene landscapes to vibrant city life.\",\"section_prompt\":\"A visually appealing listing grid that includes destinations with images and short descriptions.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"By the Numbers\",\"section_description\":\"Highlighting my travels in numbers: countries visited, photographs captured, and stories shared.\",\"section_prompt\":\"A statistics section showcasing key achievements, using bars or counters for visual impact.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure\",\"section_description\":\"Encouraging visitors to subscribe and follow my journey through adventures and stunning photography.\",\"section_prompt\":\"A bold call-to-action inviting visitors to engage, using contrasting colors and compelling text.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":568}', '2025-09-19 09:14:55', '2025-09-19 09:14:55'),
(569, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Graphic Design Portfolio\",\"website_description\":\"Showcasing the creative journey and works of a graphic designer, highlighting skills and services for potential clients and employers.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Technology\",\"search_query\":\"graphic design portfolio, creative design showcase, freelance graphic designer, design projects, digital portfolio\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my personal portfolio website where I share my graphic design works and unique style.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover my graphic design projects and unique style, built with passion and creativity.\",\"section_prompt\":\"Responsive hero banner with an engaging introduction and visual appeal.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my journey in graphic design, my background, and my design philosophy.\",\"section_prompt\":\"Overview of my personal and professional journey, presented in an attractive layout.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"Explore a selection of my projects showcasing my skills and versatility in graphic design.\",\"section_prompt\":\"A visually appealing grid layout showcasing thumbnails of completed projects.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Work\",\"section_description\":\"Check out my most recent design projects and creative endeavors.\",\"section_prompt\":\"Display of the latest projects in a modern layout.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Quick Stats\",\"section_description\":\"View my achievements in graphic design, including projects completed and clients served.\",\"section_prompt\":\"Simple and elegant statistics bar layout highlighting key achievements.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Ready to discuss a project or collaboration? Reach out to me!\",\"section_prompt\":\"Engaging call-to-action prompting visitors to make contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"All rights reserved © 2023. Connect with me on social media.\",\"section_prompt\":\"Simple footer with copyright information and social links.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"A detailed overview of the graphic design services I offer, tailored to meet your needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header area of the services page overlaying a background image.\",\"section_prompt\":\"Responsive header with a background image representing graphic design.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Overview of Services\",\"section_description\":\"A concise introduction about the variety of graphic design services I provide.\",\"section_prompt\":\"Banner section providing context to the services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding Design\",\"section_description\":\"Creating memorable brand identities through innovative design solutions.\",\"section_prompt\":\"Showcase of branding services using a split layout with images and text.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"Designing user-friendly websites that reflect brand identity and encourage engagement.\",\"section_prompt\":\"Highlighting web design offerings in a structured layout.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Producing stunning print materials that convey your message effectively.\",\"section_prompt\":\"Presentation of print design services in a visually appealing format.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries about my services and design process.\",\"section_prompt\":\"Section formatted in a friendly Q&A style addressing client concerns.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Collaborate\",\"section_description\":\"Interested in my services? Contact me to discuss your project.\",\"section_prompt\":\"Encouraging potential clients to reach out with a call to action at the end.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for all service-related inquiries.\",\"section_prompt\":\"Footer with links and important information for service inquiries.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"A gallery of my graphic design projects demonstrating skills and creativity.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main header for the portfolio page with a showcasing background.\",\"section_prompt\":\"Responsive header with an engaging design theme.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Portfolio Showcase\",\"section_description\":\"Explore my portfolio of design projects reflecting my skills and imaginative concepts.\",\"section_prompt\":\"Visual inviting section presenting the portfolio\'s purpose.\"},{\"section_type\":\"gallery\",\"section_title\":\"Portfolio Gallery\",\"section_description\":\"A curated gallery featuring images and descriptions of my projects.\",\"section_prompt\":\"Dynamic gallery layout showcasing completed design work.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Hear what my clients have to say about their experience working with me.\",\"section_prompt\":\"Testimonials organized in a visually appealing format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in My Work?\",\"section_description\":\"Let\'s talk about how I can help bring your vision to life!\",\"section_prompt\":\"Encouraging potential clients to initiate contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential information and links related to the portfolio.\",\"section_prompt\":\"Standard footer providing additional info and credits.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"Explore articles and insights about graphic design trends, tips, and techniques.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for the blog page with an artistic background.\",\"section_prompt\":\"Artistic themed header relevant to graphic design.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"A collection of articles sharing valuable insights and tips about graphic design.\",\"section_prompt\":\"Banner introducing the blog\'s purpose.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Browse through the latest blog posts about design inspirations and ideas.\",\"section_prompt\":\"Grid layout featuring snippets of recent blog articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Stay updated with my latest articles and tips by subscribing to my newsletter.\",\"section_prompt\":\"Encouraging users to sign up for more design insights.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links and subscription information.\",\"section_prompt\":\"Comprehensive footer facilitating access to other resources.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me for any inquiries, collaborations, or feedback.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contact page header with a welcoming design.\",\"section_prompt\":\"Warm header inviting visitors to reach out.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Reach Out\",\"section_description\":\"I\'m here to answer any questions you may have. Please feel free to get in touch!\",\"section_prompt\":\"Introduction to the contact section.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send me a message directly.\",\"section_prompt\":\"Essential contact form for direct communication.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Other Ways to Connect\",\"section_description\":\"Get my contact information to connect through various channels.\",\"section_prompt\":\"Listing of alternative ways to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section providing essential links and contact details.\",\"section_prompt\":\"Consolidated footer with necessary information.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":569}', '2025-09-19 09:16:48', '2025-09-19 09:16:48');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(572, 10, NULL, 'LunaGems is a handmade jewellery shop', '{\"website_title\":\"LunaGems\",\"website_description\":\"Explore unique, artisan-crafted jewellery at LunaGems. Discover stunning collections, learn about our artistic journey, and find inspiration for your next piece.\",\"website_type\":\"eCommerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewelry, artisan jewelry, jewelry gallery, unique jewellery, jewelry care tips\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems, your destination for unique handmade jewellery. Discover our artisan-crafted pieces that tell a story.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A visually striking image showcasing LunaGems\' unique jewellery designs, welcoming visitors.\",\"section_prompt\":\"Engaging hero section with a large image of jewellery and a captivating welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"Our Story\",\"section_description\":\"Learn about the inspiration behind LunaGems and the passion that drives our artistry.\",\"section_prompt\":\"A narrative section sharing our artistic journey and brand philosophy.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Collections\",\"section_description\":\"Explore our curated collections of exquisite handmade jewellery pieces available for purchase.\",\"section_prompt\":\"A grid layout displaying highlights from our jewellery collections.\"},{\"section_type\":\"gallery\",\"section_title\":\"Jewellery Gallery\",\"section_description\":\"A showcase of our most popular pieces, highlighting their unique craftsmanship and beauty.\",\"section_prompt\":\"A gallery section featuring images of our jewellery pieces, beautifully displayed.\"},{\"section_type\":\"reviews\",\"section_title\":\"Customer Testimonials\",\"section_description\":\"Hear from our satisfied customers about their experience with our jewellery pieces.\",\"section_prompt\":\"A section featuring selected testimonials from customers, enhancing trust.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Jewellery Blog\",\"section_description\":\"Visit our blog for tips on jewellery care, styling advice, and design inspirations.\",\"section_prompt\":\"A grid showcasing latest blog posts with links to detailed articles.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Catch up on our newest blog posts and updates from LunaGems.\",\"section_prompt\":\"A section highlighting the most recent blog entries connecting visitors to our content.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Explore our full collection of handmade jewellery available for purchase online.\",\"section_prompt\":\"Encouraging visitors to visit the shop with a compelling call to action.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewellery shop\",\"prompt_id\":572}', '2025-09-19 11:23:46', '2025-09-19 11:23:46'),
(574, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Wanderlust Diaries\",\"website_description\":\"A visual narrative of my travels combined with my passion for photography, showcasing stunning galleries and insightful stories.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, adventure travel, photography tips, travel stories, cultural insights\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel and photography journey.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A captivating introduction to my travel adventures with a stunning background image.\",\"section_prompt\":\"Responsive full-width hero banner featuring an eye-catching image from my travels, inviting visitors to explore.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A glimpse into my journey as a traveler and photographer, sharing my passion and vision.\",\"section_prompt\":\"Introduction marking my journey, with a creative layout showcasing both travel aspirations and photography.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Gallery Highlights\",\"section_description\":\"A showcase of my best travel photographs and stories, enticing visitors to explore more.\",\"section_prompt\":\"A grid layout displaying featured images from my top galleries, each linking to detailed stories.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with my latest travel stories and photography techniques shared on the blog.\",\"section_prompt\":\"A section featuring the most recent blog posts with images and short descriptions.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Travel Statistics\",\"section_description\":\"Highlighting key achievements in my travel journey, like countries visited and photos taken.\",\"section_prompt\":\"Visual statistics bar showing numbers like \'10 Countries\' and \'2000+ Photos\' for an engaging overview.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Me On This Journey\",\"section_description\":\"Encouraging visitors to explore my galleries and share their thoughts or collaborate.\",\"section_prompt\":\"A vibrant call-to-action with a visually appealing button for potential collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing section containing important links and copyright information.\",\"section_prompt\":\"Footer layout with navigation links and copyright notice.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":574}', '2025-09-19 11:44:33', '2025-09-19 11:44:33'),
(575, 10, NULL, 'Website for chauffeur Servce. Discover our premium chauffeur services that redefine luxury travel with our exquisite fleet, ensuring every journey is a memorable experience.', '{\"website_title\":\"Premium Chauffeur Services\",\"website_description\":\"Experience luxury and comfort with our premium chauffeur services, designed to cater to your travel needs with elegance and class.\",\"website_type\":\"Business\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"luxury chauffeur, premium travel, elegant transportation, luxury fleet\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to the Premium Chauffeur Services homepage, where luxury meets comfort.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the website.\",\"section_prompt\":\"Navigation bar with logo, links to other pages, and a call to action for booking.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Luxury\",\"section_description\":\"A premium introduction to our luxurious chauffeur services.\",\"section_prompt\":\"Full-width hero image featuring a luxury vehicle against an elegant background.\"},{\"section_type\":\"about\",\"section_title\":\"About Our Services\",\"section_description\":\"Discover the unmatched quality and commitment we bring to every ride.\",\"section_prompt\":\"Overview of the service philosophy and company mission with accompanying images.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Fleet\",\"section_description\":\"Explore our luxurious fleet designed for comfort and elegance.\",\"section_prompt\":\"Visual grid showcasing each vehicle with a brief description and high-quality images.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Travel Tips\",\"section_description\":\"Stay updated with our latest articles offering insights into luxury travel.\",\"section_prompt\":\"Display of recent blog posts related to travel tips and luxury experiences.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Read what our satisfied clients have to say about their experiences.\",\"section_prompt\":\"Quotes and feedback from clients displayed in a visually appealing format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Journey Now\",\"section_description\":\"Take the first step towards an unforgettable travel experience.\",\"section_prompt\":\"Call to action encouraging clients to book a ride with a button leading to the booking page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer area for additional navigation links, social media, and contact info.\",\"section_prompt\":\"Links to privacy policy, terms of service, and social media handles.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Offerings\",\"page_description\":\"Explore our range of premium chauffeur services tailored to your needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the services page.\",\"section_prompt\":\"Navigation bar with links to home, blog, contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore Our Services\",\"section_description\":\"An overview of our premium chauffeur offerings.\",\"section_prompt\":\"Inner banner reflecting the service theme with elegant visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Airport Transfers\",\"section_description\":\"Reliable, luxury airport transfer services ensuring comfort and convenience.\",\"section_prompt\":\"Section with images of airport transfers and details about the service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Corporate Travel\",\"section_description\":\"Professional transportation solutions for corporate clients with top-tier service.\",\"section_prompt\":\"Section showcasing corporate vehicles with associated amenities.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"City Tours\",\"section_description\":\"Discover the city with personalized chauffeur-guided tours tailored just for you.\",\"section_prompt\":\"Showcasing city tour offerings, highlighted attractions, and travel itineraries.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries regarding our chauffeur services.\",\"section_prompt\":\"List of FAQs providing essential information for potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Ride?\",\"section_description\":\"Contact us to schedule your luxurious ride today!\",\"section_prompt\":\"Encouraging users to take action with a prominent button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer area for additional navigation links, social media, and contact info.\",\"section_prompt\":\"Links to privacy policy, terms of service, and social media handles.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Insights\",\"page_description\":\"Read our latest articles and insights on luxury travel experiences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the blog page.\",\"section_prompt\":\"Navigation bar with links to home, services, contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Discover travel articles that inspire your next journey with luxury.\",\"section_prompt\":\"Inner banner featuring an elegant design encouraging visitors to explore the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Showcase of our latest blog posts that include travel tips and experiences.\",\"section_prompt\":\"Grid layout displaying blog post titles with featured images and excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Stay informed about luxury travel insights. Subscribe to our newsletter.\",\"section_prompt\":\"Encouraging users to subscribe with an email input field and a subscribe button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer area for additional navigation links, social media, and contact info.\",\"section_prompt\":\"Links to privacy policy, terms of service, and social media handles.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Contact us for inquiries, bookings, and support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the contact page.\",\"section_prompt\":\"Navigation bar with links to home, services, blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Get in touch to learn more about our premium chauffeur services.\",\"section_prompt\":\"Inner banner welcoming users to reach out with contact information.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out to Us\",\"section_description\":\"Fill out the form below to connect with our team.\",\"section_prompt\":\"Contact form allowing users to submit inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Location details with a map showcasing our office address.\",\"section_prompt\":\"Map and full address of the business location.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer area for additional navigation links, social media, and contact info.\",\"section_prompt\":\"Links to privacy policy, terms of service, and social media handles.\"}]}],\"user_prompt\":\"Website for chauffeur Servce. Discover our premium chauffeur services that redefine luxury travel with our exquisite fleet, ensuring every journey is a memorable experience.\",\"prompt_id\":575}', '2025-09-19 11:45:13', '2025-09-19 11:45:13'),
(579, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Wanderlust Chronicles\",\"website_description\":\"A vibrant blog showcasing travel experiences and stunning photography from around the world.\",\"website_type\":\"Personal blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, travel tips, wanderlust, adventure travel, beautiful destinations\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An engaging introduction to the blog, highlighting recent posts and featured destinations.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Wanderlust Chronicles\",\"section_description\":\"A vibrant introduction to explore destinations and experiences.\",\"section_prompt\":\"A captivating hero banner featuring stunning travel imagery that invites visitors into the blog.\"},{\"section_type\":\"about\",\"section_title\":\"About This Blog\",\"section_description\":\"Discover the essence of Wanderlust Chronicles, focusing on travel adventures and photography.\",\"section_prompt\":\"A brief overview describing the purpose of the blog and what visitors can expect.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Destinations\",\"section_description\":\"Explore highlights of recent travels and photography.\",\"section_prompt\":\"A beautiful grid showcasing featured blog posts and destinations with captivating visuals.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with the latest travel articles and photo features.\",\"section_prompt\":\"A section to dynamically display the most recent blog posts.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photography Showcase\",\"section_description\":\"A selection of high-quality images from various travel adventures.\",\"section_prompt\":\"A visually stunning gallery displaying selected photographs.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey\",\"section_description\":\"Engage with my adventures and subscribe for updates and travel inspiration.\",\"section_prompt\":\"A clear call-to-action inviting visitors to subscribe or follow the blog.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Travel Stats\",\"section_description\":\"Highlight my travel achievements through statistics like countries visited, photos captured, etc.\",\"section_prompt\":\"Eye-catching statistics representing travel milestones.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":579}', '2025-09-22 06:18:28', '2025-09-22 06:18:28'),
(581, NULL, NULL, 'A freelance website for a web developer', '{\"website_title\":\"My Web Development Portfolio\",\"website_description\":\"A showcase of my skills and projects as a freelance web developer, including insights and services offered to potential clients.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Technology\",\"search_query\":\"web development, portfolio, freelance developer, coding, web design\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my web development portfolio where I showcase my projects and services as a freelance developer.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"This section introduces visitors to my web development skills and portfolio.\",\"section_prompt\":\"Responsive full-width hero with an engaging background image and a brief welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my background and experience in web development.\",\"section_prompt\":\"A left-aligned informational section with text about my journey as a developer.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"A showcase of my best projects highlighting my skills and expertise.\",\"section_prompt\":\"A grid layout presenting images and brief descriptions of completed projects.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Quick Stats\",\"section_description\":\"Highlighting key statistics of my work such as projects completed and clients served.\",\"section_prompt\":\"A visually appealing bar graph layout showcasing statistics.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Preview of my latest blog articles sharing insights on web development.\",\"section_prompt\":\"A concise grid of recent blog posts with titles and short descriptions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to reach out for collaborations or inquiries.\",\"section_prompt\":\"Clear section prompting visitors to contact me, with a standout background.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and additional information about my site.\",\"section_prompt\":\"A divided footer addressing copyright and links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services Offered\",\"page_description\":\"An overview of the web development services I provide to clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for services page.\",\"section_prompt\":\"Standard header layout with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Detailed information about the web development services I offer.\",\"section_prompt\":\"Banner section for services, giving context for the offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Development\",\"section_description\":\"Offering full-stack web development services tailored to client needs.\",\"section_prompt\":\"Side-by-side layout with image and text explaining web development services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Responsive Design\",\"section_description\":\"Creating mobile-friendly websites that ensure easy navigation on all devices.\",\"section_prompt\":\"Image and text layout showcasing responsive design expertise.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"E-commerce Solutions\",\"section_description\":\"Building robust e-commerce platforms for online businesses.\",\"section_prompt\":\"Visual and text section focused on e-commerce solutions.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answering common queries regarding my services and workflow.\",\"section_prompt\":\"A structured layout listing frequently asked questions with brief answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Encouraging potential clients to reach out for inquiries about services.\",\"section_prompt\":\"A call to action section inviting further discussions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with necessary links and copyright information.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Insights\",\"page_description\":\"A collection of blog articles sharing insights on web development trends and tips.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the blog page.\",\"section_prompt\":\"Standard header with navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog Articles\",\"section_description\":\"A compilation of my latest articles on web development.\",\"section_prompt\":\"Banner that introduces the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Grid layout displaying my latest blog posts with excerpts.\",\"section_prompt\":\"Responsive grid showcasing blog post images and descriptions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to My Blog\",\"section_description\":\"Encouraging visitors to subscribe to my blog for updates.\",\"section_prompt\":\"Section prompting visitors to subscribe, with an email entry field.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with linkage and contact information.\",\"section_prompt\":\"Standard site footer with essential links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for inquiries or collaborations in web development.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the contact page.\",\"section_prompt\":\"Standard header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"I\\u2019d love to hear from you!\",\"section_prompt\":\"Banner inviting visitors to connect.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to fill in their inquiries or project requests.\",\"section_prompt\":\"A structured contact form inviting user interactions.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Providing alternative ways to reach out through email or social media.\",\"section_prompt\":\"Informational section detailing contact methods.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with essential site links and information.\",\"section_prompt\":\"Standard footer for navigation assistance.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Feedback\",\"page_description\":\"Displaying testimonials and feedback from my clients about my work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for testimonials page.\",\"section_prompt\":\"Standard header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Clients Say\",\"section_description\":\"Highlighting positive feedback from clients.\",\"section_prompt\":\"Banner introducing client testimonials.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Reviews\",\"section_description\":\"A list of reviews from various clients regarding my services.\",\"section_prompt\":\"Structured layout for showcasing client reviews.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet My Clients\",\"section_description\":\"Images and brief bios of my clients who provided testimonials.\",\"section_prompt\":\"Social media styled cards featuring client images and their feedback.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Experience\",\"section_description\":\"Inviting visitors to submit their own testimonials or feedback.\",\"section_prompt\":\"Encouraging users to leave their feedback in a highlighted section.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with necessary links and copyright statements.\",\"section_prompt\":\"Standard footer layout.\"}]}],\"user_prompt\":\"A freelance website for a web developer\",\"prompt_id\":581}', '2025-09-22 10:47:22', '2025-09-22 10:47:22'),
(582, NULL, NULL, 'A freelance website for a web developer', '{\"website_title\":\"Freelance Web Developer Portfolio\",\"website_description\":\"Showcasing the work and skills of an experienced freelance web developer.\",\"website_type\":\"Personal\",\"website_industry\":\"Technology\",\"search_query\":\"web development portfolio, freelance web developer, coding projects, web design, programming insights\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio, where I showcase my web development skills and projects.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"This section introduces visitors to my freelance web development services and portfolio.\",\"section_prompt\":\"Responsive hero section with a background image that represents web development.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background, skills, and what drives my passion for web development.\",\"section_prompt\":\"This section provides insights into the developer\'s journey and expertise.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the variety of services I offer as a freelance web developer.\",\"section_prompt\":\"Grid layout showcasing services I provide, such as website design, development, and consulting.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Check out my recent projects that highlight my skills and creativity.\",\"section_prompt\":\"A visually appealing section displaying mini previws of the latest projects.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"A visual representation of my accomplishments in web development, including projects completed and clients satisfied.\",\"section_prompt\":\"Statistics bar that highlights key achievements and milestones.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in working together? Let\'s discuss your project.\",\"section_prompt\":\"Engaging call to action encouraging visitors to contact me.\"}]}],\"user_prompt\":\"A freelance website for a web developer\",\"prompt_id\":582}', '2025-09-22 11:07:31', '2025-09-22 11:07:31'),
(583, NULL, NULL, 'create a website for our online coaching service is dedicated to empowering children with disabilities through personalized learning, guidance, and support. We provide a safe, inclusive, and interactive virtual environment where every child can explore their potential, build confidence, and achieve academic as well as personal growth. With a team of experienced educators, therapists, and mentors, we design customized coaching sessions tailored to each child’s unique needs.', '{\"website_title\":\"Empowering Children Through Coaching\",\"website_description\":\"A dedicated platform for online coaching services that empower children with disabilities through personalized learning and support.\",\"website_type\":\"Informational\",\"website_industry\":\"Education\",\"search_query\":\"children disabilities coaching, special needs education, educating disabled kids, personalized learning resources, disability awareness\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our empowering coaching platform for children with disabilities.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An inviting hero banner showcasing our commitment to empowering children with disabilities through personalized coaching.\",\"section_prompt\":\"Responsive full-width banner featuring a hopeful image, with a tagline overlay.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission and values, dedicated to transforming the lives of children with disabilities.\",\"section_prompt\":\"This section outlines our purpose and approach in a concise manner.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our customized coaching services designed for children with disabilities.\",\"section_prompt\":\"A grid layout presenting our core services with images and brief descriptions.\"},{\"section_type\":\"gallery\",\"section_title\":\"Success Stories\",\"section_description\":\"Heartwarming testimonials from parents and children who have experienced our coaching services.\",\"section_prompt\":\"A gallery of smiling faces and success statements arranged in a visually appealing format.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Blog Highlights\",\"section_description\":\"Check out our latest articles on disability awareness and parenting tips.\",\"section_prompt\":\"A concise list layout of the latest blog articles with thumbnails.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Encourage visitors to take action and book a consultation or learn more.\",\"section_prompt\":\"A clear and enticing call-to-action banner encouraging sign-ups.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing links to important pages and contact information.\",\"section_prompt\":\"A standard footer layout providing navigation links and copyright information.\"}]}],\"user_prompt\":\"create a website for our online coaching service is dedicated to empowering children with disabilities through personalized learning, guidance, and support. We provide a safe, inclusive, and interactive virtual environment where every child can explore their potential, build confidence, and achieve academic as well as personal growth. With a team of experienced educators, therapists, and mentors, we design customized coaching sessions tailored to each child\\u2019s unique needs.\",\"prompt_id\":583}', '2025-09-22 11:28:20', '2025-09-22 11:28:20'),
(585, NULL, NULL, 'create a website for our online coaching service is dedicated to empowering children with disabilities through personalized learning, guidance, and support. We provide a safe, inclusive, and interactive virtual environment where every child can explore their potential, build confidence, and achieve academic as well as personal growth. With a team of experienced educators, therapists, and mentors, we design customized coaching sessions tailored to each child’s unique needs.', '{\"website_title\":\"Empower Kids Coaching\",\"website_description\":\"A dedicated hub for personalized learning and empowerment programs for children with disabilities.\",\"website_type\":\"Coaching\",\"website_industry\":\"Education\",\"search_query\":\"children with disabilities, special education resources, coaching for kids, personalized learning, disability advocacy\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Empower Kids Coaching, where we focus on empowering children with disabilities through personalized learning.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A striking introduction to our coaching service that highlights our commitment and approach to empowering children with disabilities.\",\"section_prompt\":\"This section features a prominent hero image that encapsulates the mission of empowering children, with a call to action to learn more.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission to empower children with disabilities and the credentials of our dedicated team of coaches.\",\"section_prompt\":\"A brief overview of our organization\'s mission, values, and the expertise of our coaching staff.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the tailored coaching sessions and methodologies we offer to help children thrive.\",\"section_prompt\":\"This section displays a grid of our services offered, with brief descriptions and images representing each service.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Impact\",\"section_description\":\"Highlighting the benefits of our programs through statistics showcasing children\'s progress and success.\",\"section_prompt\":\"A visual representation of the positive outcomes our coaching services have achieved through numbers.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with our latest blog articles focusing on tips and trends in special education.\",\"section_prompt\":\"A section that previews the latest blog posts relevant to parents and educators.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Encouraging parents to reach out for personalized coaching sessions and inquiries.\",\"section_prompt\":\"A compelling call to action that invites parents to sign up for services or contact us for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and additional site navigation at the bottom of the page.\",\"section_prompt\":\"A standard footer layout including social media icons and important site links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Coaching Services\",\"page_description\":\"Discover our tailored coaching approaches designed to empower children with disabilities.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the services page.\",\"section_prompt\":\"A basic header layout for the services page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Coaching Services\",\"section_description\":\"An overview of the personalized learning paths we offer for children with disabilities.\",\"section_prompt\":\"A visually engaging banner with a summary of our coaching services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Individual Coaching Sessions\",\"section_description\":\"One-on-one coaching designed to meet the unique needs of each child.\",\"section_prompt\":\"An engaging description of our individual coaching service, paired with an image that illustrates personalized learning.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Group Workshop Sessions\",\"section_description\":\"Interactive group workshops that foster collaborative learning among children.\",\"section_prompt\":\"Details about our group sessions that encourage social interaction and learning among peers.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about our coaching services and methodologies.\",\"section_prompt\":\"This section provides clear answers to typical questions parents may have regarding our coaching.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire Today\",\"section_description\":\"Encouraging parents to inquire about our coaching services or schedule a consultation.\",\"section_prompt\":\"A call to action prompting parents to reach out for service inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and additional site navigation.\",\"section_prompt\":\"Standard footer layout including essential links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Blog\",\"page_description\":\"Explore insightful articles and tips for parents of children with disabilities.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the blog page.\",\"section_prompt\":\"A basic header layout for the blog page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Insights & Articles\",\"section_description\":\"Articles and tips for supporting children with disabilities in learning.\",\"section_prompt\":\"A visually appealing banner that introduces the resources available in the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Posts\",\"section_description\":\"A curated grid of our latest blog posts on special education and parenting tips.\",\"section_prompt\":\"A dynamic section displaying a grid of blog posts with images and summaries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Encouraging readers to subscribe to our blog for weekly updates and tips.\",\"section_prompt\":\"A motivational prompt inviting visitors to subscribe for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and navigation options at the bottom of the page.\",\"section_prompt\":\"Standard footer layout including essential links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out for inquiries or consultations about our coaching services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the contact page.\",\"section_prompt\":\"A basic header layout for the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We are here to answer your questions and provide more information about our services.\",\"section_prompt\":\"A direct banner to guide visitors about contacting us.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"A contact form for parents to fill out their inquiries directly.\",\"section_prompt\":\"An interactive inquiry form designed for parents to submit their questions.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Reach Us Directly\",\"section_description\":\"Contact details including phone number, email, and office address.\",\"section_prompt\":\"A section detailing contact methods available for immediate communication.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and navigation options at the bottom of the page.\",\"section_prompt\":\"Standard footer layout including essential links.\"}]},{\"page_type\":\"resources\",\"page_title\":\"Resource Center\",\"page_description\":\"Access invaluable articles, tools, and links to advocacy organizations for children with disabilities.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the resource center page.\",\"section_prompt\":\"A basic header layout for the resources page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Resource Overview\",\"section_description\":\"A collection of important resources to support families navigating disability services.\",\"section_prompt\":\"A banner that highlights the importance of access to these resources.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Articles & Tools\",\"section_description\":\"A compilation of articles and practical tools to empower families with information.\",\"section_prompt\":\"A section featuring listings of useful articles and educational tools.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Advocacy Links\",\"section_description\":\"Links to disability advocacy organizations dedicated to supporting children and families.\",\"section_prompt\":\"An informative section providing important links for advocacy groups.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More Resources\",\"section_description\":\"Encouraging parents to use these resources for their children\\u2019s empowerment.\",\"section_prompt\":\"A call to action motivating families to engage with the resources provided.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and navigation options at the bottom of the page.\",\"section_prompt\":\"Standard footer layout including essential links.\"}]}],\"user_prompt\":\"create a website for our online coaching service is dedicated to empowering children with disabilities through personalized learning, guidance, and support. We provide a safe, inclusive, and interactive virtual environment where every child can explore their potential, build confidence, and achieve academic as well as personal growth. With a team of experienced educators, therapists, and mentors, we design customized coaching sessions tailored to each child\\u2019s unique needs.\",\"prompt_id\":585}', '2025-09-22 11:56:50', '2025-09-22 11:56:50');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(586, 10, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Travel Adventures & Photography\",\"website_description\":\"Explore captivating travel stories and stunning photography from around the globe. Dive into engaging narratives, useful tips, and beautiful images that inspire wanderlust.\",\"website_type\":\"personal\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, adventure travel, world travel destinations, travel tips, personal travel blog\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel blog where adventures come to life through narratives and photography.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A breathtaking image representing my travels with a captivating tagline.\",\"section_prompt\":\"Full-width background image showcasing a travel destination with overlay text.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Discover my passion for travel and photography as I share the stories and experiences that inspire my journeys.\",\"section_prompt\":\"A brief introduction about my travel philosophy and what inspires my adventures.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Travel Adventures\",\"section_description\":\"Explore my recent journeys and navigate through captivating narratives and images from around the globe.\",\"section_prompt\":\"A grid layout showcasing recent travels with images and short descriptions.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Travel Milestones\",\"section_description\":\"Highlighted achievements including countries visited, photographs captured, and destinations explored.\",\"section_prompt\":\"Visual representation of personal travel statistics, using bars or counters.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Read my newest blog posts featuring travel tips and adventures that will inspire your next trip.\",\"section_prompt\":\"A list or grid of the latest blog articles with captivating images.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photography Portfolio\",\"section_description\":\"Immerse yourself in a collection of my favorite travel photographs that capture the essence of each destination.\",\"section_prompt\":\"A visually striking gallery layout displaying selected travel photographs.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Journey\",\"section_description\":\"Engage with my travel stories and photography\\u2014subscribe for updates and follow me on my adventures!\",\"section_prompt\":\"A compelling call-to-action section inviting visitors to subscribe or follow.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigation links, social media handles, and copyright details.\",\"section_prompt\":\"Standard footer layout with navigation links and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Photography Services\",\"page_description\":\"Explore my photography services tailored for travel and adventure enthusiasts.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding information to introduce the services page.\",\"section_prompt\":\"Standard header layout that includes logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Services\",\"section_description\":\"An overview of the services offered in travel photography and storytelling.\",\"section_prompt\":\"Inner banner that introduces the services overview with a relevant image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Travel Photography\",\"section_description\":\"Professional photography services for travelers, including portrait sessions and landscape photography.\",\"section_prompt\":\"Media and text section showcasing travel photography service details.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Destination Collaborations\",\"section_description\":\"Work together on content creation for travel brands and destinations.\",\"section_prompt\":\"Media and text section focusing on collaboration opportunities.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common questions about my photography services and collaboration processes.\",\"section_prompt\":\"A helpful FAQs layout with questions and answers regarding photography services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Connect with me for inquiries regarding photography services or collaborations!\",\"section_prompt\":\"Encouraging section inviting visitors to reach out via contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigation links, social media handles, and copyright details.\",\"section_prompt\":\"Standard footer layout with navigation links and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Blog\",\"page_description\":\"Dive into my travel blog featuring engaging stories, tips, and breathtaking photographs from my adventures.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding information to introduce the blog page.\",\"section_prompt\":\"Standard header layout that includes logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Blog\",\"section_description\":\"An introduction to my latest travel experiences and insights shared through writing.\",\"section_prompt\":\"Inner banner to highlight the blog\'s theme with a vibrant travel image.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Articles\",\"section_description\":\"Browse through curated articles that showcase my travel journeys and photography insights.\",\"section_prompt\":\"Grid layout displaying featured blog posts with images and snippets.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet the Community\",\"section_description\":\"Join a community of fellow travelers and share your own experiences.\",\"section_prompt\":\"Section inviting visitors to engage and share their travel stories.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay updated with my most recent articles, tips, and adventures shared on the blog.\",\"section_prompt\":\"A list or grid displaying the latest blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for More\",\"section_description\":\"Sign up to receive updates on my latest posts and photography adventures!\",\"section_prompt\":\"A section prompting visitors to subscribe to the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigation links, social media handles, and copyright details.\",\"section_prompt\":\"Standard footer layout with navigation links and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out for collaborations, inquiries, or simply to connect about travel and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding information for the contact page.\",\"section_prompt\":\"Standard header layout that includes logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A warm invitation to get in touch for inquiries, collaborations, or travel discussions.\",\"section_prompt\":\"Inner banner displaying a relevant image with contact information.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to connect with me directly regarding inquiries or collaborations.\",\"section_prompt\":\"A user-friendly contact form layout for visitors to fill in their information.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Connect on Social Media\",\"section_description\":\"Follow me on social platforms for more travel updates and photography insights.\",\"section_prompt\":\"Display of social media links and icons for easy following.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigation links, social media handles, and copyright details.\",\"section_prompt\":\"Standard footer layout with navigation links and contact information.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":586}', '2025-09-22 17:52:46', '2025-09-22 17:52:46'),
(590, 10, 371, '\"Portfolio showcasing graphic design work\"', '{\"website_title\":\"Dynamic Graphic Design Portfolio\",\"website_description\":\"Showcasing creativity and expertise in graphic design through a dynamic portfolio filled with projects, insights, and personal reflections.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative design work, graphic artist showcase, portfolio layout, design trends insights\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio showcasing unique design projects and creative insights.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"A vibrant introduction to my graphic design world, showcasing creativity and portfolio highlights.\",\"section_prompt\":\"Responsive hero section with a captivating image of my best design work.\"},{\"section_type\":\"about\",\"section_title\":\"My Journey\",\"section_description\":\"A brief overview of my background in graphic design, my influences, and what drives my creative process.\",\"section_prompt\":\"An engaging section about my journey, featuring a portrait and a narrative about my experiences.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"A curated selection of my recent graphic design projects categorized by type, demonstrating my range and creativity.\",\"section_prompt\":\"A grid layout displaying thumbnails of my design works with brief descriptions.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Graphic Design?\",\"section_description\":\"Discussing the importance and impact of graphic design in communicating ideas effectively.\",\"section_prompt\":\"A visually appealing section highlighting the benefits of strong graphic design.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"A sneak peek into my latest blog entries discussing design trends, tips, and personal reflections.\",\"section_prompt\":\"A dynamic section listing the titles and excerpts of my most recent blog posts.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"A collection of testimonials from clients and colleagues that reflect my professionalism and creativity.\",\"section_prompt\":\"A visually appealing section dedicated to displaying client testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Connect!\",\"section_description\":\"Encouraging visitors to reach out for collaborations, inquiries, or feedback.\",\"section_prompt\":\"A prominent call-to-action section inviting visitors to connect with me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links to social media and other essential information.\",\"section_prompt\":\"The footer section with navigation links, copyright information, and social media links.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Portfolio\",\"page_description\":\"Explore my extensive graphic design portfolio showcasing diverse projects categorized by type.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Site-wide header containing navigation and logo.\",\"section_prompt\":\"Standard header layout consistent across pages with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore My Portfolio\",\"section_description\":\"An invitation to view my categorized collection of design works.\",\"section_prompt\":\"A captivating inner banner elaborating on the portfolio theme.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding Projects\",\"section_description\":\"A showcase of my branding projects that highlight my ability to create visual identities.\",\"section_prompt\":\"Interactive section displaying visuals and descriptions of branding projects.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Illustration Works\",\"section_description\":\"A collection of my illustrations demonstrating my artistic style and creativity.\",\"section_prompt\":\"Grid layout showcasing various illustrations with descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design Projects\",\"section_description\":\"Highlighting my web design projects that blend aesthetics with functionality.\",\"section_prompt\":\"A section featuring images and descriptions of web design works.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common inquiries about my design process, collaboration, and more.\",\"section_prompt\":\"A well-structured FAQ section answering popular questions about my services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Collaborate?\",\"section_description\":\"Encouraging visitors interested in design projects to get in touch.\",\"section_prompt\":\"A motivating call-to-action urging visitors to reach out for partnerships.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links to social media and other essential information.\",\"section_prompt\":\"The footer section with navigation links, copyright information, and social media links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"A blog sharing insights, trends, and personal thoughts on graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Site-wide header containing navigation and logo.\",\"section_prompt\":\"Standard header layout consistent across pages with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Blogs\",\"section_description\":\"Updates and insights into the world of graphic design through my blog posts.\",\"section_prompt\":\"Inner banner detailing the purpose of the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"A grid layout displaying my latest blog entries along with categories and publication dates.\",\"section_prompt\":\"A grid showcasing the titles and snippets of my recent posts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Trends in Design\",\"section_description\":\"A detailed article exploring the current trends that are shaping the graphic design landscape.\",\"section_prompt\":\"A section dedicated to a featured article reflecting on design trends.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More\",\"section_description\":\"Encouraging readers to dive deeper into my blog and explore various topics.\",\"section_prompt\":\"A prompt to encourage users to read more blog posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links to social media and other essential information.\",\"section_prompt\":\"The footer section with navigation links, copyright information, and social media links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"A dedicated contact page to facilitate inquiries and connections.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Site-wide header containing navigation and logo.\",\"section_prompt\":\"Standard header layout consistent across pages with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"An introduction section encouraging inquiries and connections.\",\"section_prompt\":\"Inner banner designed to invite visitors to contact me.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"A form designed for visitors to submit inquiries directly to me.\",\"section_prompt\":\"A straightforward contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Providing my contact information and links to social media for easy connectivity.\",\"section_prompt\":\"A section presenting my contact information clearly.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links to social media and other essential information.\",\"section_prompt\":\"The footer section with navigation links, copyright information, and social media links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":590,\"theme\":\"classic\",\"colors\":[[40,53,102],[152,100,36]],\"fonts\":\"classic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\"}}', '2025-09-23 09:49:46', '2025-09-23 10:32:30'),
(592, NULL, NULL, '\"Pets grooming\"', '{\"website_title\":\"Pet Grooming Hub\",\"website_description\":\"Your go-to resource for grooming services, tips, and advice to keep your pets looking and feeling their best.\",\"website_type\":\"service\",\"website_industry\":\"Beauty & Wellness\",\"search_query\":\"pet grooming, pet care, grooming tips, dog grooming, cat grooming\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Pet Grooming Hub, your ultimate destination for all things pet grooming.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the website\'s main navigation and branding.\",\"section_prompt\":\"Top navigation bar with logo and links to various sections of the site.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Pet Grooming Hub\",\"section_description\":\"Experience the best grooming services for your beloved pets.\",\"section_prompt\":\"Responsive hero section with a captivating image of groomed pets.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our passion for pet grooming and our dedicated team.\",\"section_prompt\":\"A brief overview of our grooming philosophy and team commitment.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the wide range of pet grooming services we offer.\",\"section_prompt\":\"Grid layout display of services like baths, haircuts, and nail trimming.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Why Choose Us\",\"section_description\":\"Discover what makes our grooming services unique and exceptional.\",\"section_prompt\":\"Detailed section explaining our unique approach and benefits.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with the latest grooming techniques and pet care tips.\",\"section_prompt\":\"Section showcasing snippets of recent blog articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book an Appointment\",\"section_description\":\"Ready to pamper your pet? Schedule a grooming session today!\",\"section_prompt\":\"Call-to-action prompting users to book an appointment.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright and additional navigation links.\",\"section_prompt\":\"Standard footer with links and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the pet grooming services we provide to keep your pets clean and happy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the services page.\",\"section_prompt\":\"Top navigation bar including links relevant to services.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Grooming Services\",\"section_description\":\"Learn about the detailed services we offer for pet grooming.\",\"section_prompt\":\"Inner banner illustrating the top services with engaging imagery.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Bathing Services\",\"section_description\":\"Thorough bathing to keep your pets clean and fresh.\",\"section_prompt\":\"Visual and text description of our bathing services with imagery.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Haircuts\",\"section_description\":\"Professional haircuts tailored to your pet\'s breed and style.\",\"section_prompt\":\"Visual and text display of different haircut styles.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Nail Trimming\",\"section_description\":\"Safety-focused nail trimming services for all pets.\",\"section_prompt\":\"Showcasing nail trimming techniques and benefits.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common questions about our grooming services.\",\"section_prompt\":\"List of FAQs providing insights on grooming queries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started\",\"section_description\":\"Ready to get started with grooming? Let us help!\",\"section_prompt\":\"Encouraging users to book a service after learning about offerings.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains relevant links and our contact information.\",\"section_prompt\":\"Standard footer elements for the services page.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Grooming Tips\",\"page_description\":\"Read our latest articles and tips on pet grooming and care.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation specific to blog articles.\",\"section_prompt\":\"Top navigation bar for blogs and articles.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Grooming Articles\",\"section_description\":\"Explore a collection of articles focused on grooming best practices.\",\"section_prompt\":\"Banner showcasing featured articles in a visually appealing format.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Display of recent blog posts related to pet grooming.\",\"section_prompt\":\"Grid layout showcasing recent articles with excerpts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Expert Tips\",\"section_description\":\"Insights from grooming professionals on maintaining your pet\'s coat.\",\"section_prompt\":\"Detailed features of expert advice in specific articles.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Experts\",\"section_description\":\"Introduction to our team of pet grooming professionals.\",\"section_prompt\":\"Visual cards showcasing the team members and their qualifications.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Stay updated with grooming tips and insights.\",\"section_prompt\":\"Encouraging visitors to subscribe to our newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains standard copyright and link information.\",\"section_prompt\":\"Standard footer with links and contact details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out to us for any inquiries or to book an appointment.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the contact page.\",\"section_prompt\":\"Top navigation bar linking to other sections of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\\u2019re here to assist you with your grooming needs.\",\"section_prompt\":\"Banner highlighting the importance of connections with clients.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form to reach out for questions or appointments.\",\"section_prompt\":\"Form layout for inquiries, complete with required fields.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find out where we are located to visit us in person.\",\"section_prompt\":\"Details about our physical location and directions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains relevant links and our contact information.\",\"section_prompt\":\"Standard footer elements for the contact page.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Before & After Gallery\",\"page_description\":\"Browse our stunning before and after grooming transformations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the gallery page.\",\"section_prompt\":\"Top navigation bar with links to other areas.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Transformation Gallery\",\"section_description\":\"Showcase of our grooming results that speak for themselves.\",\"section_prompt\":\"Bracket that emphasizes our transformation showcase.\"},{\"section_type\":\"gallery\",\"section_title\":\"Our Work\",\"section_description\":\"Amazing transformations of our groomed pets.\",\"section_prompt\":\"Display of image grid showing various grooming results.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"What Clients Say\",\"section_description\":\"Read testimonials from satisfied pet owners.\",\"section_prompt\":\"Section focusing on client reviews related to grooming experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule a Session\",\"section_description\":\"Inspired by our results? Book an appointment for your pet!\",\"section_prompt\":\"Call-to-action encouraging clients to book a grooming session.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains standard copyright and navigation links.\",\"section_prompt\":\"Standard footer layout for the gallery.\"}]}],\"user_prompt\":\"Pets grooming\",\"prompt_id\":592,\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\"}}', '2025-09-23 10:41:31', '2025-09-23 10:42:14'),
(596, NULL, NULL, '\"Pilate on the Mat one page website with logo, image, copy and form\"', '{\"website_title\":\"Pilate on the Mat\",\"website_description\":\"A one-page website showcasing Pilates classes, my teaching philosophy, and easy signup options.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Healthcare\",\"search_query\":\"Pilates class, wellness, fitness, yoga, mind-body\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Pilate on the Mat, where Pilates comes alive.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Pilate on the Mat\",\"section_description\":\"An inviting introduction to my Pilates classes and philosophy.\",\"section_prompt\":\"An elegant, welcoming hero image with overlay text introducing the site.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Discover my journey in Pilates and my teaching philosophy.\",\"section_prompt\":\"A personal narrative layout about my qualifications and passion for Pilates.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Classes Offered\",\"section_description\":\"Explore the range of classes I provide to enhance your Pilates experience.\",\"section_prompt\":\"Grid layout showcasing the different Pilates classes available.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear what my clients have to say about their experiences.\",\"section_prompt\":\"Carousel layout featuring quotes and stories from satisfied clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join a Class Today!\",\"section_description\":\"Sign up for a class or inquire about more information.\",\"section_prompt\":\"Engaging section prompting users to fill the contact form to join or inquire.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Classes\",\"page_description\":\"Detailed information about the Pilates classes offered.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Our Classes\",\"section_description\":\"Comprehensive overview of available classes.\",\"section_prompt\":\"Inner banner highlighting the variety of classes offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Private Pilates Sessions\",\"section_description\":\"Personalized instruction tailored to your unique needs.\",\"section_prompt\":\"Image and text section detailing private session offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Group Classes\",\"section_description\":\"Engaging group sessions that foster community and connection.\",\"section_prompt\":\"Highlighting the benefits of attending group classes with imagery.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Online Classes\",\"section_description\":\"Flexibility to practice Pilates from the comfort of your home.\",\"section_prompt\":\"Text and image section explaining the online class experience.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to questions about my classes and methods.\",\"section_prompt\":\"An informative FAQ section addressing common inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Now!\",\"section_description\":\"Ready to join? Fill out the contact form.\",\"section_prompt\":\"Encouragement for users to sign up or ask questions.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Insights and tips about Pilates and wellness.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with the latest in Pilates.\",\"section_prompt\":\"Banner introducing the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Explore my latest blog entries covering various Pilates topics.\",\"section_prompt\":\"Grid layout displaying recent blog posts with snippets.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates!\",\"section_description\":\"Don\'t miss a post, subscribe to my newsletter.\",\"section_prompt\":\"Encouraging users to subscribe to keep informed.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Easy contact options to connect with me.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I\\u2019d love to hear from you!\",\"section_prompt\":\"Banner prompting visitors to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form to reach me directly.\",\"section_prompt\":\"Embedded contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Office Information\",\"section_description\":\"Find my contact details and location.\",\"section_prompt\":\"Details of contact information and possible business hours.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Reviews\",\"page_description\":\"Read reviews from my clients about their Pilates journey.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Client Reviews\",\"section_description\":\"Feedback from those who have experienced my classes.\",\"section_prompt\":\"Banner showcasing client testimonials.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Valuable insights from my clients on their results and experiences.\",\"section_prompt\":\"A section dedicated to sharing client feedback.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Community!\",\"section_description\":\"Looking forward to having you in my classes.\",\"section_prompt\":\"Motivating users to take the next step and join my classes.\"}]}],\"user_prompt\":\"Pilate on the Mat one page website with logo, image, copy and form\",\"prompt_id\":596,\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\"}}', '2025-09-23 14:07:38', '2025-09-23 14:08:37'),
(602, 50, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Creative Graphic Portfolio\",\"website_description\":\"A portfolio showcasing the graphic design work of a creative designer, highlighting skills, projects, and client testimonials.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative design work, designer showcase, project experiences, design skills\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets professionalism.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A striking introduction to my work that draws visitors in.\",\"section_prompt\":\"A full-width banner showcasing my best design work with an engaging tagline.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my background, design philosophy, and what inspires me.\",\"section_prompt\":\"An informative section with a brief overview of my design journey and approach, ideally with an image.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Design Showcase\",\"section_description\":\"A preview of my best projects displayed in an engaging layout.\",\"section_prompt\":\"A grid layout featuring thumbnails of select projects with captions, leading to full project details on my portfolio page.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"What my clients say about my work and working with me.\",\"section_prompt\":\"A section highlighting positive feedback from previous clients, formatted in an appealing way.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Insights and updates on my design practices and projects.\",\"section_prompt\":\"A section showcasing recent blog posts or news updates relevant to design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to reach out for collaborations or inquiries.\",\"section_prompt\":\"A compelling call to action prompting visitors to view my services or contact me directly.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"All essential links and information about my portfolio.\",\"section_prompt\":\"A structured footer maintaining consistency across the website with navigation links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services Offered\",\"page_description\":\"Detailing the graphic design services I provide.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header for the services page.\",\"section_prompt\":\"A concise header introducing the services I offer.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Services Offered\",\"section_description\":\"Overview of the services available to clients.\",\"section_prompt\":\"A banner that highlights the diverse services in graphic design.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Design\",\"section_description\":\"Crafting unique brand identities that resonate with your target audience.\",\"section_prompt\":\"A combination of an image showcasing branding projects and a text description of my approach.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Creating effective print materials that communicate the message clearly.\",\"section_prompt\":\"An engaging section with visuals from print designs and detailed descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Design\",\"section_description\":\"Developing user-friendly digital experiences that stand out.\",\"section_prompt\":\"A section featuring digital design examples combined with descriptive text.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing queries about my design process and services.\",\"section_prompt\":\"A FAQ format providing clear answers around my services and how I work with clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Encouragement for potential clients to reach out.\",\"section_prompt\":\"A clear prompt guiding visitors to contact me for service inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links and information about my services.\",\"section_prompt\":\"A well-organized footer with navigation and contact details.\"}]},{\"page_type\":\"blog\",\"page_title\":\"My Insights\",\"page_description\":\"Sharing my thoughts and updates on design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header for the blog page.\",\"section_prompt\":\"General header introducing my blog insights and articles.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Insights\",\"section_description\":\"A focus on my latest thoughts and articles related to graphic design.\",\"section_prompt\":\"An engaging banner that introduces content for my blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"Curated list of my most recent blog entries.\",\"section_prompt\":\"A grid layout of blog posts that link to full articles, showcasing thumbnails and excerpts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Trends\",\"section_description\":\"Exploring current trends in graphic design and their implications.\",\"section_prompt\":\"A detailed article focused on the latest design trends with engaging visuals.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Process\",\"section_description\":\"A walkthrough of my design process from concept to execution.\",\"section_prompt\":\"An insightful description of my design workflow with accompanying imagery.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More\",\"section_description\":\"Invite readers to explore further into my work and insights.\",\"section_prompt\":\"A clear urging for visitors to dive deeper into my portfolio and blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and resources for blog readers.\",\"section_prompt\":\"Footer with navigation links relevant to the blog.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to the contact section.\",\"section_prompt\":\"A straightforward header to guide visitors to contact details.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Details on how to reach out to discuss projects or questions.\",\"section_prompt\":\"A banner maintaining the theme of the contact page.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"A form for visitors to fill out for inquiries.\",\"section_prompt\":\"A straightforward contact form featuring fields for user messages.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Providing additional contact details and social media links.\",\"section_prompt\":\"Contact details such as email and links to social platforms for communication.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Finalize with navigation links and essential site information.\",\"section_prompt\":\"Consistent footer across the contact page with links and access.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"A showcase of my best graphic design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header for the portfolio page.\",\"section_prompt\":\"A concise header introducing my portfolio to visitors.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Portfolio\",\"section_description\":\"A view into my various graphic design projects.\",\"section_prompt\":\"Engaging inner banner showcasing a teaser of my portfolio.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"A visual gallery displaying snapshots of my completed projects.\",\"section_prompt\":\"A gallery layout with images and descriptions of each project I\'ve worked on.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project Highlights\",\"section_description\":\"In-depth look at selected projects showcasing my skills.\",\"section_prompt\":\"Detailed descriptions of select projects explaining the design process.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Feedback\",\"section_description\":\"Comments and experiences shared by my clients.\",\"section_prompt\":\"A section dedicated to showcasing client reviews on my projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate\",\"section_description\":\"Encouragement for potential clients to reach out for collaborations.\",\"section_prompt\":\"A compelling call to action prompting visitors to connect regarding potential projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footnotes with essential links and information on my portfolio.\",\"section_prompt\":\"Well-organized footer consistent across the website.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":602}', '2025-09-25 07:45:10', '2025-09-25 07:45:10');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(606, 128, 383, '\"Digital marketing agency named as gravity help the client is solving the digital marketing problems and additionally creating website in wordpress and shopify. Have a 100+ team who are working on the UI\\/UX, webiste development, SEO optimization and digital marketing. Our team is well qualified and 24\\/7 available for the queries.\"', '{\"website_title\":\"Gravity Digital Marketing Agency\",\"website_description\":\"Gravity is a premier digital marketing agency providing exceptional website solutions and digital marketing services.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"digital marketing, website design, SEO services, Shopify development, WordPress solutions\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Gravity, your partner in digital marketing excellence.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A visually appealing hero section with a welcoming message and call to action.\",\"section_prompt\":\"Feature an impactful image and brief introduction to Gravity.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission and team dedicated to solving digital challenges.\",\"section_prompt\":\"Introduce Gravity\'s values and the team behind our success.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our comprehensive range of digital marketing services.\",\"section_prompt\":\"Display key services like UI\\/UX design, SEO, and web development.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Highlight our milestones and achievements as a trusted agency.\",\"section_prompt\":\"Show important statistics related to clients served, projects completed, and team size.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay updated with the latest trends and insights from our blog.\",\"section_prompt\":\"List recent blog posts related to digital marketing.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started\",\"section_description\":\"Encourage visitors to reach out for a consultation.\",\"section_prompt\":\"Promote contacting us for more information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Offerings\",\"page_description\":\"Discover the wide array of services we offer at Gravity.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for the services page.\",\"section_prompt\":\"Include a clear title that reflects the service offerings.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Offerings\",\"section_description\":\"Banner showcasing our services.\",\"section_prompt\":\"Highlight the diversity of our service capabilities.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"UI\\/UX Design\",\"section_description\":\"Professional UI\\/UX design services to enhance user experience.\",\"section_prompt\":\"Introduce our UI\\/UX design service with compelling visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Website Development\",\"section_description\":\"Custom web development solutions tailored to your business needs.\",\"section_prompt\":\"Detail our expertise in developing web solutions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Optimization\",\"section_description\":\"Maximize your online presence with our SEO services.\",\"section_prompt\":\"Explain our process and results in SEO.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries regarding our services.\",\"section_prompt\":\"Provide clear responses to FAQs about digital marketing.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Request a Quote\",\"section_description\":\"Encouraging potential clients to reach out for service quotes.\",\"section_prompt\":\"Invite visitors to request detailed service quotes.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information for the website.\",\"section_prompt\":\"Include links and copyright information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Our Success Stories\",\"page_description\":\"Explore our portfolio showcasing successful projects and case studies.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for the portfolio page.\",\"section_prompt\":\"Introduce the importance of our portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Success Stories\",\"section_description\":\"Banner showcasing our successful projects.\",\"section_prompt\":\"Highlight key projects that reflect our capabilities.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Highlights\",\"section_description\":\"Visual gallery of selected projects with brief descriptions.\",\"section_prompt\":\"Display photographs and information about standout work.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Case Study #1\",\"section_description\":\"In-depth analysis of a successful project.\",\"section_prompt\":\"Provide detailed insight into the project objectives and results.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Case Study #2\",\"section_description\":\"Exploration of another successful project.\",\"section_prompt\":\"Detail the challenges and solutions provided.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Inspired\",\"section_description\":\"Encouragement to learn more about how we can help your business.\",\"section_prompt\":\"Invite visitors to explore how we can assist them.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information for the website.\",\"section_prompt\":\"Include links and copyright information.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Feedback\",\"page_description\":\"Read testimonials from our satisfied clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for the testimonials page.\",\"section_prompt\":\"Provide a clear introduction to client feedback.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Banner showcasing client satisfaction.\",\"section_prompt\":\"Highlight success stories from our clients.\"},{\"section_type\":\"reviews\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Compilation of client testimonials praising our services.\",\"section_prompt\":\"List quotes from clients about their experience.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Clients\",\"section_description\":\"Showcase logos or names of clients we\'ve worked with.\",\"section_prompt\":\"Display recognizable brands or clients to build credibility.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Clients\",\"section_description\":\"Encouraging potential clients to become part of our success story.\",\"section_prompt\":\"Invite visitors to contact us and start their journey.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information for the website.\",\"section_prompt\":\"Include links and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out to us for inquiries and consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for the contact page.\",\"section_prompt\":\"Introduce the contact page with clear navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Banner inviting customers to reach out.\",\"section_prompt\":\"Highlight the importance of contacting us.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Form for visitors to fill out their inquiries.\",\"section_prompt\":\"Provide a clean and easy-to-use contact form.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Details on how to find us.\",\"section_prompt\":\"Provide address, phone number, and email.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information for the website.\",\"section_prompt\":\"Include links and copyright information.\"}]}],\"user_prompt\":\"Digital marketing agency named as gravity help the client is solving the digital marketing problems and additionally creating website in wordpress and shopify. Have a 100+ team who are working on the UI\\/UX, webiste development, SEO optimization and digital marketing. Our team is well qualified and 24\\/7 available for the queries.\",\"prompt_id\":606,\"theme\":\"minimalistic\",\"colors\":[[58,91,204],[137,137,137]],\"fonts\":\"minimalistic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\"}}', '2025-09-25 11:07:46', '2025-09-25 11:08:08'),
(607, 128, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Dynamic Design Portfolio\",\"website_description\":\"A dynamic portfolio showcasing graphic design work, highlighting skills, projects, and unique design style.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, design portfolio, artistic showcase, creative projects\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets professionalism.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top header navigation with site links.\",\"section_prompt\":\"Standard header for easy site navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An engaging introduction with a striking image of graphic design work.\",\"section_prompt\":\"Full-width banner featuring a captivating design image and a brief welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A glance into my design journey and philosophy.\",\"section_prompt\":\"Text section with a personal narrative about my background and artistic vision.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"A showcase of standout projects and brief descriptions.\",\"section_prompt\":\"Grid layout displaying thumbnails and titles of my projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Inviting visitors to reach out for collaborations.\",\"section_prompt\":\"Prominent call to action encouraging users to contact me.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Recent blog posts and updates on my work and thoughts.\",\"section_prompt\":\"Section featuring snippets and titles of the most recent blog posts.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Design Achievements\",\"section_description\":\"Highlighting my accomplishments and projects completed.\",\"section_prompt\":\"Visual representation of my significant design milestones.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site footer with contact information and links.\",\"section_prompt\":\"Standard footer with essential links and copyright notice.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"An overview of the design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top header navigation with site links.\",\"section_prompt\":\"Standard header for easy site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"In-depth look at the services I provide.\",\"section_prompt\":\"Banner detailing the specifics of my services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Crafting unique brand identities that stand out.\",\"section_prompt\":\"Combining image and text to describe brand identity services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"UI\\/UX Design\",\"section_description\":\"Designing user-centric interfaces for an engaging experience.\",\"section_prompt\":\"Visual and textual description of the UI\\/UX services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Creating impactful print materials for all needs.\",\"section_prompt\":\"Details on print design services with accompanying images.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions regarding my services.\",\"section_prompt\":\"List of FAQs addressing service-related inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Work With Me\",\"section_description\":\"Encouraging potential clients to get in touch.\",\"section_prompt\":\"Call to action prompting users to initiate a project discussion.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site footer with contact information and links.\",\"section_prompt\":\"Standard footer with essential links and copyright notice.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Explore insights and updates through my design blog.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top header navigation with site links.\",\"section_prompt\":\"Standard header for easy site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Showcasing my newest blog entries.\",\"section_prompt\":\"Banner introducing my blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Post Highlights\",\"section_description\":\"A grid of my latest blog entries with snippets.\",\"section_prompt\":\"Grid layout displaying titles and excerpts from recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encouraging visitors to stay in the loop with my content.\",\"section_prompt\":\"Call to action encouraging users to subscribe for blog updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site footer with contact information and links.\",\"section_prompt\":\"Standard footer with essential links and copyright notice.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get In Touch\",\"page_description\":\"Reach out for collaborations or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top header navigation with site links.\",\"section_prompt\":\"Standard header for easy site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get In Touch\",\"section_description\":\"Contact details and form for inquiries.\",\"section_prompt\":\"Banner showcasing the contact purpose.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Providing my email and phone number for direct contact.\",\"section_prompt\":\"Text section displaying essential contact information.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to fill out to reach me.\",\"section_prompt\":\"Section containing a standard contact form layout.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site footer with contact information and links.\",\"section_prompt\":\"Standard footer with essential links and copyright notice.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":607}', '2025-09-25 12:26:45', '2025-09-25 12:26:45'),
(610, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Graphic Design Portfolio\",\"website_description\":\"A vibrant showcase of my graphic design work, highlighting creativity, inspiration, and client feedback.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative design, visual art, client testimonials, graphic designer\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio. Discover my work, journey, and what inspires me.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section with navigation links.\",\"section_prompt\":\"Main navigation links for website sections.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A striking visual introduction to my graphic design work.\",\"section_prompt\":\"Large background image with an overlay of my name and tagline.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my background, inspiration, and passion for design.\",\"section_prompt\":\"A brief overview of who I am and my design philosophy.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"Showcasing a selection of my best design projects with brief descriptions.\",\"section_prompt\":\"Grid layout displaying thumbnails of my projects with titles.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay updated with my latest work and insights in design.\",\"section_prompt\":\"A section highlighting recent blog posts or news.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"A visual representation of my professional milestones and achievements.\",\"section_prompt\":\"A statistics bar displaying completed projects, clients served, etc.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to reach out for collaborations or inquiries.\",\"section_prompt\":\"A call-to-action inviting visitors to contact me for work.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer area for additional links and copyright information.\",\"section_prompt\":\"Links to social media and copyright notice.\"}]},{\"page_type\":\"services\",\"page_title\":\"Design Services\",\"page_description\":\"Explore the variety of graphic design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section with navigation links.\",\"section_prompt\":\"Main navigation links for website sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Services\",\"section_description\":\"An overview of the design services provided.\",\"section_prompt\":\"Banner with the title of the services page.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Creating memorable brand identities that reflect your business ethos.\",\"section_prompt\":\"Visuals showing brand logos created, alongside descriptive text.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Offering high-quality print design for promotional materials.\",\"section_prompt\":\"Showcase of print materials like brochures and business cards.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Graphics\",\"section_description\":\"Designing engaging digital graphics for web and social media.\",\"section_prompt\":\"Images of digital graphics used in campaigns.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries about my design services.\",\"section_prompt\":\"A list of questions and detailed answers regarding my services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project\",\"section_description\":\"Let\'s collaborate and bring your vision to life.\",\"section_prompt\":\"A call-to-action inviting visitors to reach out for project inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer area for additional links and copyright information.\",\"section_prompt\":\"Links to social media and copyright notice.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"Discover articles and insights about graphic design trends and tips.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section with navigation links.\",\"section_prompt\":\"Main navigation links for website sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Insights\",\"section_description\":\"Explore my latest articles on design trends and tips.\",\"section_prompt\":\"Banner with the title of the blog page.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Grid of my latest blog posts with short excerpts.\",\"section_prompt\":\"Display of recent blog articles with images and summaries.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Why Graphic Design Matters\",\"section_description\":\"An in-depth look at the significance of graphic design in branding.\",\"section_prompt\":\"Article focused on the impact of good design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated\",\"section_description\":\"Subscribe for the latest updates and articles straight to your inbox.\",\"section_prompt\":\"A call-to-action for newsletter sign-up.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer area for additional links and copyright information.\",\"section_prompt\":\"Links to social media and copyright notice.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for inquiries about design services or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section with navigation links.\",\"section_prompt\":\"Main navigation links for website sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out for inquiries and collaborations.\",\"section_prompt\":\"Banner with the title of the contact page.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"Fill out the form below to send me a message.\",\"section_prompt\":\"Contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Location\",\"section_description\":\"Find out how to reach me, both locally and online.\",\"section_prompt\":\"Details including email, phone number, and location.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer area for additional links and copyright information.\",\"section_prompt\":\"Links to social media and copyright notice.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Feedback\",\"page_description\":\"Read what my clients say about my work and dedication.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section with navigation links.\",\"section_prompt\":\"Main navigation links for website sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback from clients about my design services.\",\"section_prompt\":\"Banner displaying client testimonials page title.\"},{\"section_type\":\"social_cards\",\"section_title\":\"What Clients Say\",\"section_description\":\"A showcase of client testimonials highlighting my work.\",\"section_prompt\":\"Visual cards displaying quotes and names of clients.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Impact of Collaboration\",\"section_description\":\"Detailed stories describing specific projects and their outcomes.\",\"section_prompt\":\"Case studies on successful collaborations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Experience\",\"section_description\":\"Invite previous clients to leave their feedback.\",\"section_prompt\":\"A call-to-action encouraging clients to submit testimonials.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer area for additional links and copyright information.\",\"section_prompt\":\"Links to social media and copyright notice.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":610}', '2025-09-26 07:24:46', '2025-09-26 07:24:46'),
(611, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Creative Design Portfolio\",\"website_description\":\"Showcasing the stunning graphic design work of an innovative designer, featuring creative projects, services, and a personal journey.\",\"website_type\":\"portfolio\",\"website_industry\":\"Technology\",\"search_query\":\"graphic design, creative portfolio, design projects, portfolio website, design showcase\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio showcasing my graphic design work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The primary navigation and logo area of the site.\",\"section_prompt\":\"This section serves as the navigation area for visitors.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"A captivating introduction to my creative world through graphic design.\",\"section_prompt\":\"A full-width image with a welcoming message engaging visitors.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey, experiences, and philosophy in design.\",\"section_prompt\":\"A section to showcase my personal journey and design philosophy.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Creative Work\",\"section_description\":\"A selection of my best graphic design projects displayed visually.\",\"section_prompt\":\"A grid layout showcasing images and titles of selected projects.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Updates\",\"section_description\":\"Stay updated with my recent articles and projects in design.\",\"section_prompt\":\"Show summary and links to my latest blog posts related to design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch!\",\"section_description\":\"Encouragement for visitors to reach out for collaborations.\",\"section_prompt\":\"A section prompting visitors to contact me for inquiries.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Design Achievements\",\"section_description\":\"Highlighting my key design statistics and project milestones.\",\"section_prompt\":\"A dynamic section displaying numbers and highlights for impact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section with copyright and additional links.\",\"section_prompt\":\"The bottom section providing copyright and essential site links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Design Services\",\"page_description\":\"Explore the range of graphic design services I offer to clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation area for the site.\",\"section_prompt\":\"Primary navigation for the design services page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore My Services\",\"section_description\":\"A captivating introduction to the services I provide.\",\"section_prompt\":\"An engaging inner banner conveying the services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Crafting unique brand identities that resonate with audiences.\",\"section_prompt\":\"A layout with text beside imagery explaining the service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Illustration\",\"section_description\":\"Creating compelling digital illustrations tailored to your vision.\",\"section_prompt\":\"A section balancing visuals and text discussing illustration services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Designing eye-catching print materials that make an impact.\",\"section_prompt\":\"Description of print design services paired with relevant imagery.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries about my services and processes.\",\"section_prompt\":\"A section answering typical questions clients may have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project\",\"section_description\":\"Encourage potential clients to reach out for consultations.\",\"section_prompt\":\"A clear prompt inviting visitors to initiate project discussions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content with key links and copyright information.\",\"section_prompt\":\"Final area of the page with links to additional resources.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"Latest articles and insights on graphic design trends and techniques.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation area for the blog.\",\"section_prompt\":\"Primary navigation tailored for the blog section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Design Articles\",\"section_description\":\"Stay updated with the latest posts on design strategies and tips.\",\"section_prompt\":\"A thematic banner showcasing recent blog updates.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Posts\",\"section_description\":\"A grid layout featuring my most popular blog entries.\",\"section_prompt\":\"A section organized in grid format showcasing various blog excerpts.\"},{\"section_type\":\"about\",\"section_title\":\"About My Blog\",\"section_description\":\"Insights into the purpose behind my blog and what readers can find.\",\"section_prompt\":\"A narrative about the blog\\u2019s mission and vision to automate insights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Community\",\"section_description\":\"Encouragement to subscribe for updates on new posts and insights.\",\"section_prompt\":\"A section prompting visitors to subscribe for blog updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links and copyright information at the bottom of the blog page.\",\"section_prompt\":\"Final section of the blog page to connect users with resources.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for collaborations, inquiries, and freelance opportunities.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The site\\u2019s navigation for easy access.\",\"section_prompt\":\"Top navigation area for quick access to other sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Reach Out to Me\",\"section_description\":\"Guiding visitors on how to contact me directly for inquiries.\",\"section_prompt\":\"An engaging banner inviting visitors to initiate contact.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Send a Message\",\"section_description\":\"A form where visitors can submit inquiries directly.\",\"section_prompt\":\"An interactive form allowing potential clients to send messages.\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Contact Details\",\"section_description\":\"Provide my email and phone number for direct inquiries.\",\"section_prompt\":\"Section listing out my contact information clearly.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional navigation and copyright information.\",\"section_prompt\":\"Closing area with essential links and copyright notice.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":611}', '2025-09-26 07:25:09', '2025-09-26 07:25:09'),
(616, NULL, NULL, 'We treat for depression, anxiety and general mental wellness. Proven Depression Relief That Lasts.', '{\"website_title\":\"Mental Wellness Hub\",\"website_description\":\"A supportive space dedicated to providing resources, treatments, and guidance for individuals facing mental health challenges including depression and anxiety.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Healthcare\",\"search_query\":\"mental health support, wellness resources, therapy articles, client testimonials, anxiety treatments\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my website where I offer various resources and treatments for mental wellness.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Space\",\"section_description\":\"A brief introduction to the website and its purpose.\",\"section_prompt\":\"An inviting hero section that introduces the topic of mental wellness and encourages visitors to explore further.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"I am committed to providing support and resources for individuals on their mental wellness journey.\",\"section_prompt\":\"An overview of my mission and experience in the field of mental health, set in a readable format.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the treatments I offer for mental health support.\",\"section_prompt\":\"A grid displaying the services offered, with each service briefly described.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Check out my latest blog posts offering insights and advice on mental health.\",\"section_prompt\":\"A dynamic section featuring snippets from recent blog entries, intended to draw visitors into the blog.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Success Stories\",\"section_description\":\"Hear from individuals who have benefited from my services.\",\"section_prompt\":\"A collection of positive testimonials from past clients sharing their experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Reach out to begin your journey towards mental wellness.\",\"section_prompt\":\"Encouragement for visitors to take action, featuring a link to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with essential links and information.\",\"section_prompt\":\"Standard footer section with navigation links and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Detailed information about the treatments I provide.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header.\",\"section_prompt\":\"A standard header for the page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Treatments\",\"section_description\":\"Overview of the services offered.\",\"section_prompt\":\"An internal banner that highlights the services offered in mental wellness.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Cognitive Behavioral Therapy (CBT)\",\"section_description\":\"A structured program designed to help individuals manage their mental wellness.\",\"section_prompt\":\"A media section that pairs an image with detailed information about CBT.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Mindfulness and Meditation\",\"section_description\":\"Techniques to help reduce anxiety and improve mental clarity.\",\"section_prompt\":\"A media section featuring mindfulness practices designed to promote mental health.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about mental health services and processes.\",\"section_prompt\":\"A section intended to clarify common queries about available treatments and support.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out for Support\",\"section_description\":\"Contact me for personalized treatment plans.\",\"section_prompt\":\"A prompt for visitors to contact for individual consultations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with essential links and information.\",\"section_prompt\":\"Standard footer section with navigation links and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Mental Health Blog\",\"page_description\":\"Insights and strategies for managing mental health effectively.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header.\",\"section_prompt\":\"A standard header for the page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"A showcase of my recent posts on mental health strategies.\",\"section_prompt\":\"Banner highlighting the focus on mental health insights and advice.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Explore articles filled with strategies for mental wellness.\",\"section_prompt\":\"A grid layout displaying snippets of the latest blog posts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Tips for Anxiety Management\",\"section_description\":\"Detailed strategies to help manage anxiety effectively.\",\"section_prompt\":\"A focused section providing in-depth information on anxiety management tips.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Sign up for updates and mental wellness information.\",\"section_prompt\":\"Encouragement for visitors to subscribe for blog updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with essential links and information.\",\"section_prompt\":\"Standard footer section with navigation links and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Contact information for consultations and inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header.\",\"section_prompt\":\"A standard header for the page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Let\'s connect to discuss your mental wellness needs.\",\"section_prompt\":\"An inviting banner encouraging visitors to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"Fill in your details to get in touch.\",\"section_prompt\":\"A form section where visitors can submit their inquiries directly.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Find my email, phone number, and office hours here.\",\"section_prompt\":\"A clear section listing all necessary contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with essential links and information.\",\"section_prompt\":\"Standard footer section with navigation links and contact information.\"}]},{\"page_type\":\"resources\",\"page_title\":\"Helpful Resources\",\"page_description\":\"A collection of tools and articles to support mental wellness.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header.\",\"section_prompt\":\"A standard header for the page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Resources for You\",\"section_description\":\"A guide to support your mental health journey.\",\"section_prompt\":\"An informative banner introducing the resources offered.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Articles and Guides\",\"section_description\":\"A selection of valuable articles to enhance mental wellness.\",\"section_prompt\":\"A listing section presenting various articles and tools related to mental health.\"},{\"section_type\":\"gallery\",\"section_title\":\"Resource Tools\",\"section_description\":\"Explore various tools that can aid in managing mental health.\",\"section_prompt\":\"A visual gallery of tools that support mental wellness.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Need More Help?\",\"section_description\":\"Reach out for personalized resources.\",\"section_prompt\":\"Encouragement for visitors to get in touch for more tailored support.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with essential links and information.\",\"section_prompt\":\"Standard footer section with navigation links and contact information.\"}]}],\"user_prompt\":\"We treat for depression, anxiety and general mental wellness. Proven Depression Relief That Lasts.\",\"prompt_id\":616}', '2025-09-26 09:53:03', '2025-09-26 09:53:03');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(621, NULL, NULL, 'We treat for depression, anxiety and general mental wellness. Proven Depression Relief That Lasts.', '{\"website_title\":\"Mindful Pathways\",\"website_description\":\"Your journey to mental wellness starts here. Discover treatment options, resources, and support for a healthier mind.\",\"website_type\":\"Informational\",\"website_industry\":\"Healthcare\",\"search_query\":\"mental health, therapy, wellness, depression treatment, anxiety support\",\"pages\":[{\"page_type\":\"slug-home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Mindful Pathways, where mental wellness is our priority.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Mindful Pathways\",\"section_description\":\"Explore comprehensive mental health services designed for your wellness journey.\",\"section_prompt\":\"A welcoming hero section featuring an inviting image and uplifting message to emphasize mental health support.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my qualifications and holistic approach to mental wellness.\",\"section_prompt\":\"This section provides an overview of the therapist\'s qualifications, experience, and philosophy in treating mental health.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Discover a range of therapeutic options tailored to your needs.\",\"section_prompt\":\"A grid layout featuring services related to anxiety, depression, and holistic mental wellness strategies.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with informative articles and personal insights on mental health.\",\"section_prompt\":\"Showcase a selection of blog posts to keep visitors engaged and informed on mental wellness topics.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from clients who\'ve transformed their lives through our services.\",\"section_prompt\":\"A section featuring quotes and stories from satisfied clients addressing their journey and success.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Journey\",\"section_description\":\"Reach out today to begin your path to mental wellness.\",\"section_prompt\":\"A strong call to action encouraging visitors to book appointments or consultations.\"}]},{\"page_type\":\"slug-services\",\"page_title\":\"Therapeutic Options\",\"page_description\":\"Explore various therapeutic options designed for your mental wellness.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Therapeutic Options\",\"section_description\":\"Detailed overview of our services.\",\"section_prompt\":\"An inner banner to introduce the services provided, featuring an engaging image related to therapy.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Cognitive Behavioral Therapy\",\"section_description\":\"Cognitive Behavioral Therapy (CBT) focuses on changing unhelpful cognitive distortions and behaviors.\",\"section_prompt\":\"This section details CBT, highlighting its effectiveness in treating anxiety and depression with illustrative images and text.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Mindfulness Practices\",\"section_description\":\"Mindfulness helps in reducing stress and enhancing emotional regulation.\",\"section_prompt\":\"A description of mindfulness techniques integrated into therapy sessions, alongside supportive imagery.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Supportive Counseling\",\"section_description\":\"Provides emotional support and guidance through life\'s challenges.\",\"section_prompt\":\"Here, the benefits of supportive counseling are described, possibly including client stories.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common queries about our services and approaches.\",\"section_prompt\":\"An informative FAQ section clarifying evaluations, session structures, and therapy effectiveness.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact us to schedule a consultation or learn more about our services.\",\"section_prompt\":\"An engaging prompt encouraging visitors to reach out for further information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"slug-blog\",\"page_title\":\"Insights & Articles\",\"page_description\":\"Read articles on mental health topics, personal insights, and therapeutic guidance.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Insights & Articles\",\"section_description\":\"Explore valuable content related to mental health.\",\"section_prompt\":\"An inner banner introducing the blog section with a related theme image.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Articles\",\"section_description\":\"A collection of our most insightful posts.\",\"section_prompt\":\"A visually appealing grid layout for showcasing various blog posts, including excerpts or images.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Wellness Tips\",\"section_description\":\"Practical tips for maintaining mental wellness.\",\"section_prompt\":\"Summarized advice section presenting actionable tips for mental health care.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Coping Strategies\",\"section_description\":\"Effective coping strategies for managing anxiety and depression.\",\"section_prompt\":\"A single highlight detailing one specific coping method with in-depth insights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Share your thoughts and experiences by commenting on our articles.\",\"section_prompt\":\"Encouraging reader interaction through comments on blog posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"slug-contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Connect with us for inquiries and bookings.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We are here to help you.\",\"section_prompt\":\"An introduction to encourage visitors to reach out, supported by a friendly image.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below and we will respond to your inquiries promptly.\",\"section_prompt\":\"The contact form for visitors to submit their questions or booking requests.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Find our email and phone number for direct contact.\",\"section_prompt\":\"Details for alternative ways to reach out, including phone and email.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"slug-about\",\"page_title\":\"About Me\",\"page_description\":\"Learn about the therapist\'s qualifications and approach to treatment.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Discover my journey and professional background.\",\"section_prompt\":\"An inner section that introduces the therapist and their philosophy.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Qualifications\",\"section_description\":\"An overview of my degrees, certifications, and ongoing education.\",\"section_prompt\":\"Highlighting the therapist\\u2019s credentials and ongoing professional development.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Approach\",\"section_description\":\"Explaining the therapeutic methods and philosophies I employ.\",\"section_prompt\":\"Detailed outline of the therapist\'s approach to treating clients.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Introduction to the clinical team involved in providing services.\",\"section_prompt\":\"Presenting team members through social card style.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"If you have questions about my approach or services, reach out.\",\"section_prompt\":\"Encouraging visitors to initiate contact for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"We treat for depression, anxiety and general mental wellness. Proven Depression Relief That Lasts.\",\"prompt_id\":621}', '2025-09-26 10:06:52', '2025-09-26 10:06:52'),
(622, NULL, NULL, 'We treat for depression, anxiety and general mental wellness. Proven Depression Relief That Lasts.', '{\"website_title\":\"Mental Wellness Resources\",\"website_description\":\"A comprehensive guide for individuals seeking help with depression, anxiety, and overall mental wellness.\",\"website_type\":\"Informational\",\"website_industry\":\"Healthcare\",\"search_query\":\"mental health, wellness, therapy, anxiety, depression\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Your go-to resource for mental wellness solutions.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Mental Wellness Resources\",\"section_description\":\"Discover strategies and support for managing mental health.\",\"section_prompt\":\"A welcoming hero section featuring inspiring imagery and a brief overview of our mission.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our commitment to providing mental health support and our team of professionals.\",\"section_prompt\":\"Overview of our mission, values, and dedication to mental wellness.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the various mental health services we offer to support your journey.\",\"section_prompt\":\"A grid showcasing available services: therapy, counseling, and wellness programs.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with our latest blog articles on mental health topics.\",\"section_prompt\":\"A brief overview of recent blog posts focusing on mental wellbeing and awareness.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Impact\",\"section_description\":\"Highlighting key achievements and support we have provided to the community.\",\"section_prompt\":\"A visual representation of our successes: the number of clients served, success rates, etc.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Reach out to us for personalized support in your mental health journey.\",\"section_prompt\":\"A strong call-to-action section inviting visitors to engage for help.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Treatments\",\"page_description\":\"Comprehensive treatments for mental health conditions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation area of the site.\",\"section_prompt\":\"Standard header present on all pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Treatments\",\"section_description\":\"Explore our various treatment options designed to support mental health.\",\"section_prompt\":\"A dedicated inner banner introducing the services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Cognitive Behavioral Therapy\",\"section_description\":\"A proven method to help individuals change negative thought patterns.\",\"section_prompt\":\"Detailed information about Cognitive Behavioral Therapy with relevant visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Mindfulness-Based Therapy\",\"section_description\":\"Incorporating mindfulness techniques to aid recovery and wellness.\",\"section_prompt\":\"Focused details about mindfulness practices in therapy.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Group Therapy Sessions\",\"section_description\":\"Supportive group settings to share experiences and learn from others.\",\"section_prompt\":\"Explanation of group therapy benefits paired with supportive imagery.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries about our services and processes.\",\"section_prompt\":\"A section addressing typical questions clients may have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule Your Appointment\",\"section_description\":\"Contact us to book your first session and begin your journey.\",\"section_prompt\":\"An engaging prompt inviting potential clients to take action.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Insights\",\"page_description\":\"Stay informed with our latest articles and mental health insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation area for the blog.\",\"section_prompt\":\"Standard header across all pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"Discover our blog focused on mental wellness topics and tips.\",\"section_prompt\":\"An engaging inner banner related to blog updates.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Blog Posts\",\"section_description\":\"A selection of our latest articles discussing various mental health topics.\",\"section_prompt\":\"Grid layout showcasing recent blog entries with thumbnails.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Why Mental Health Matters\",\"section_description\":\"Understanding the importance of mental health in our lives.\",\"section_prompt\":\"A detailed view on mental health significance.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Tips for Managing Stress\",\"section_description\":\"Expert advice on how to effectively handle everyday stressors.\",\"section_prompt\":\"Supportive details on stress management techniques with visuals.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Encouraging visitors to read more blogs and engage with the content.\",\"section_prompt\":\"A call-to-action inviting readers to explore more articles.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out to us for queries or appointment scheduling.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation area consistent across the website.\",\"section_prompt\":\"Standard header present on all pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We\\u2019re here to help you. Reach out to us today!\",\"section_prompt\":\"An inner banner encouraging outreach.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch with us directly.\",\"section_prompt\":\"A form for visitors to submit inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Locations\",\"section_description\":\"Find out where you can visit or send correspondence.\",\"section_prompt\":\"Details of our physical location and how to find us.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Start Your Journey\",\"section_description\":\"Take the first step toward better mental health today.\",\"section_prompt\":\"Encouraging prompt leading to action before the footer.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with additional navigation and information.\",\"section_prompt\":\"Footer section featuring links and copyright details.\"}]}],\"user_prompt\":\"We treat for depression, anxiety and general mental wellness. Proven Depression Relief That Lasts.\",\"prompt_id\":622}', '2025-09-26 10:07:46', '2025-09-26 10:07:46'),
(627, NULL, NULL, 'We treat for depression, anxiety and general mental wellness. Proven Depression Relief That Lasts.', '{\"website_title\":\"Mental Wellness Resources\",\"website_description\":\"A dedicated platform offering resources and services for mental health, focusing on proven strategies and treatments for depression and anxiety.\",\"website_type\":\"Informational\",\"website_industry\":\"Healthcare\",\"search_query\":\"mental health, wellness strategies, depression relief, anxiety treatment, resources for mental wellness\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our mental wellness site, where we provide resources and services for overcoming mental health challenges.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"Engaging visual that introduces visitors to our mental health services.\",\"section_prompt\":\"Full-width banner with motivational image and welcoming text.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey and dedication to promoting mental wellness.\",\"section_prompt\":\"A brief paragraph detailing my background in mental health.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the therapies and programs we offer for mental wellness.\",\"section_prompt\":\"Grid layout showcasing different services available.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with our latest insights on mental health.\",\"section_prompt\":\"A snapshot of recent blog articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Encouraging visitors to reach out for services or consultations.\",\"section_prompt\":\"Promotional banner motivating visitors to contact us.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Success Stories\",\"section_description\":\"Hear from individuals who have made progress through our services.\",\"section_prompt\":\"Highlighting quotes from satisfied clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Involve yourself in our mental wellness initiatives.\",\"section_prompt\":\"Encouraging visitors to subscribe or follow us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and contact information.\",\"section_prompt\":\"Standard footer layout with navigation and contact info.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Detailed descriptions of therapies and programs aimed at mental wellness.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top header for the services page.\",\"section_prompt\":\"Basic header for navigating the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"An overview of what services we provide to support mental wellness.\",\"section_prompt\":\"Banner that summarizes the services on offer.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Cognitive Behavioral Therapy\",\"section_description\":\"A description of how CBT helps in treating anxiety and depression.\",\"section_prompt\":\"Combine text and an image to explain CBT.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Mindfulness Techniques\",\"section_description\":\"Exploring mindfulness as a strategy for mental wellbeing.\",\"section_prompt\":\"Text alongside an illustrative image of mindfulness practices.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Group Therapy Sessions\",\"section_description\":\"Detailing the benefits of group therapy support.\",\"section_prompt\":\"Engaging content about group therapy with supporting visualization.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries about our services.\",\"section_prompt\":\"Q&A format to address common client questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule a Consultation\",\"section_description\":\"Encouraging visitors to contact us for personalized services.\",\"section_prompt\":\"Call to action to schedule for therapy.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and contact information.\",\"section_prompt\":\"Standard footer layout with navigation and contact info.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Insights and tips on mental health through blogs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Page header for the blog section.\",\"section_prompt\":\"Basic header emphasizing the blog section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Explore our collection of blog articles on mental health topics.\",\"section_prompt\":\"Banner that introduces blog topic themes.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"A grid showcasing our most recent articles and insights on mental wellness.\",\"section_prompt\":\"Grid layout for displaying blog articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Inviting visitors to subscribe to our newsletter.\",\"section_prompt\":\"Encouragement for visitors to stay updated.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Introduction to our dedicated team members and their roles in promoting mental health.\",\"section_prompt\":\"Grid layout visually showcasing team members.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Story\",\"section_description\":\"Inviting visitors to contribute their experiences related to mental health.\",\"section_prompt\":\"Encouragement for community engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and contact information.\",\"section_prompt\":\"Standard footer layout with navigation and contact info.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Success Stories\",\"page_description\":\"Inspirational testimonials from clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introductory header for the testimonials page.\",\"section_prompt\":\"A simple header layout for testimonials.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Testimonials\",\"section_description\":\"A space to celebrate stories of success from our clients.\",\"section_prompt\":\"Banner that signifies the purpose of the testimonials.\"},{\"section_type\":\"reviews\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Compilation of reviews reflecting positive experiences with our services.\",\"section_prompt\":\"List format showcasing client reviews.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Family\",\"section_description\":\"Encouraging potential clients to consider our services.\",\"section_prompt\":\"A motivational call to action for future clients.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and contact information.\",\"section_prompt\":\"Standard footer layout with navigation and contact info.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Contact us for consultations or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for the contact page.\",\"section_prompt\":\"Simple header layout for contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Information on how to reach us for consultations.\",\"section_prompt\":\"Banner introducing the contact information.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for inquiries and consultation requests.\",\"section_prompt\":\"Simple contact form for visitor use.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location & Details\",\"section_description\":\"Details on where to find us or how to contact us directly.\",\"section_prompt\":\"Contact details including address and phone.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and contact information.\",\"section_prompt\":\"Standard footer layout with navigation and contact info.\"}]}],\"user_prompt\":\"We treat for depression, anxiety and general mental wellness. Proven Depression Relief That Lasts.\",\"prompt_id\":627}', '2025-09-26 10:22:49', '2025-09-26 10:22:49'),
(628, NULL, NULL, 'We treat for depression, anxiety and general mental wellness. Proven Depression Relief That Lasts.', '{\"website_title\":\"Mental Wellness Solutions\",\"website_description\":\"Comprehensive mental health services targeting depression, anxiety, and overall mental wellness.\",\"website_type\":\"Informational\",\"website_industry\":\"Healthcare\",\"search_query\":\"mental health therapy, depression support, anxiety relief, wellness resources\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Overview of mental health services and the importance of mental wellness.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the website.\",\"section_prompt\":\"This section serves as the primary navigation hub for the website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Mental Wellness Solutions\",\"section_description\":\"A welcoming banner introducing our mental health services.\",\"section_prompt\":\"This section includes a prominent message and imagery to engage visitors.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our dedicated practitioners and their approaches to mental health.\",\"section_prompt\":\"This section provides insight into who we are, our mission, and our vision for mental wellness.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the mental health services available to support you.\",\"section_prompt\":\"Grid layout displaying various services with brief descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Resources\",\"section_description\":\"Access our latest articles and guides for managing mental health.\",\"section_prompt\":\"This section features the latest resources and tools available for mental wellness.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Journey\",\"section_description\":\"Join us in improving your mental health today.\",\"section_prompt\":\"Encouragement to take the first step by contacting us or scheduling an appointment.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links to important pages and contact information.\",\"section_prompt\":\"This section concludes the page with necessary links and details.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Information about our practitioners and their approach to treatment.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header.\",\"section_prompt\":\"This is the primary navigation element for the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Approach\",\"section_description\":\"Discover our commitment to holistic mental health support.\",\"section_prompt\":\"An engaging banner introducing the \'About Us\' section.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Professional backgrounds and qualifications of our team members.\",\"section_prompt\":\"A detailed introduction of our mental health practitioners.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Philosophy\",\"section_description\":\"Our guiding principles in mental health treatment.\",\"section_prompt\":\"This section outlines our therapeutic philosophy and approach.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact us for more details about our team.\",\"section_prompt\":\"Encouragement to reach out for further information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains important links and contact information.\",\"section_prompt\":\"Concludes the page with necessary links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Therapeutic Services\",\"page_description\":\"Detailed descriptions of treatments for mental health challenges.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for services page.\",\"section_prompt\":\"This serves as the essential navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services Offered\",\"section_description\":\"Detailed information about the mental health services we provide.\",\"section_prompt\":\"A welcoming banner emphasizing the services available.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Therapy for Depression\",\"section_description\":\"Explore various therapy techniques focused on depression management.\",\"section_prompt\":\"Combination of text and media outlining depression therapy options.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Anxiety Treatment Options\",\"section_description\":\"Identify methods and practices for overcoming anxiety.\",\"section_prompt\":\"Information on anxiety-related treatments with supporting visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Holistic Wellness Approaches\",\"section_description\":\"Integrative methods to enhance overall mental wellness.\",\"section_prompt\":\"Discussion of holistic practices aiding mental health.\"},{\"section_type\":\"faqs\",\"section_title\":\"Common Questions\",\"section_description\":\"Address frequently asked questions about our services.\",\"section_prompt\":\"A section to clarify client queries regarding treatments.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Begin?\",\"section_description\":\"Contact us to schedule your first appointment.\",\"section_prompt\":\"Encourage potential clients to take the next step.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and contact details.\",\"section_prompt\":\"Concludes the service page with essential information.\"}]},{\"page_type\":\"resources\",\"page_title\":\"Mental Health Resources\",\"page_description\":\"Articles, guides, and self-help tools for managing mental health.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation element for the resources page.\",\"section_prompt\":\"The navigation section providing access to site content.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore Our Resources\",\"section_description\":\"Access articles and tools for improving mental health.\",\"section_prompt\":\"A section banner introducing the resources we provide.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Collection of recent articles discussing mental wellness topics.\",\"section_prompt\":\"Grid format display of the latest mental health articles.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Self-Help Tools\",\"section_description\":\"Tools and strategies for self-management of mental health.\",\"section_prompt\":\"List of self-help tools with brief descriptions.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Understanding Mental Health\",\"section_description\":\"Educational content on mental health awareness and understanding.\",\"section_prompt\":\"Detailed explanation of mental health concepts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Seek Support\",\"section_description\":\"Reach out for immediate assistance and resources.\",\"section_prompt\":\"Encouragement for clients to utilize our resources.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Ending section with contact information and links.\",\"section_prompt\":\"Concludes the resources page with important links.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"Personal stories from clients who have benefitted from our services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the testimonials page.\",\"section_prompt\":\"Primary navigation section at the top of the page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Hear the experiences of those we\'ve helped.\",\"section_prompt\":\"Banner introducing the testimonials from our clients.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Real Stories\",\"section_description\":\"Collective narratives highlighting client experiences.\",\"section_prompt\":\"List format showcasing client testimonials with insights.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Impactful Journeys\",\"section_description\":\"In-depth client stories describing their pathways to recovery.\",\"section_prompt\":\"Detailed accounts from clients about their mental health journeys.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Story\",\"section_description\":\"Encourage clients to provide their own testimonials.\",\"section_prompt\":\"A prompt for clients to share their experiences with us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with navigation and contact details.\",\"section_prompt\":\"Concludes the testimonials page with necessary information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"A form for inquiries and appointment scheduling.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the contact page.\",\"section_prompt\":\"Primary navigation section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Reach out for questions or to schedule an appointment.\",\"section_prompt\":\"Banner prompting clients to contact us.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"A form for clients to submit inquiries or appointment requests.\",\"section_prompt\":\"Form section allowing users to communicate with us directly.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our main office location.\",\"section_prompt\":\"Details on how to find our office.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing section with contact information and links.\",\"section_prompt\":\"Final links and contact details.\"}]}],\"user_prompt\":\"We treat for depression, anxiety and general mental wellness. Proven Depression Relief That Lasts.\",\"prompt_id\":628}', '2025-09-26 10:23:12', '2025-09-26 10:23:12'),
(635, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"SEO & Marketing Agency\",\"website_description\":\"An innovative SEO and Marketing agency focused on enhancing online presence for businesses through proven strategies and expertise.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO agency, marketing strategies, digital marketing, online presence, social media management\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our SEO & Marketing Agency, your partner in digital growth.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Our Agency\",\"section_description\":\"Discover how we can elevate your business in the digital landscape.\",\"section_prompt\":\"Introduce your agency with an engaging hero section featuring a captivating background image and a punchy tagline.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our agency\\u2019s journey, core values, and commitment to helping businesses succeed.\",\"section_prompt\":\"Share the story of your agency, its mission, and what drives your passion for marketing.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Key Services\",\"section_description\":\"Explore the marketing services we offer to grow your business.\",\"section_prompt\":\"Highlight main services like SEO, content marketing, and PPC in a visually appealing grid layout.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our recent blog posts on SEO and Marketing trends.\",\"section_prompt\":\"Provide a dynamic section showcasing latest blog articles with images and excerpts.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Success Metrics\",\"section_description\":\"Discover our achievements with impactful statistics demonstrating our effectiveness.\",\"section_prompt\":\"Display key statistics in a visually engaging format, showcasing projects completed and client satisfaction.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from our satisfied clients about their successful experience with us.\",\"section_prompt\":\"Display positive feedback from clients in a slider format to build trust.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Contact us to transform your online presence with our expert services.\",\"section_prompt\":\"Encourage visitors to engage with a clear action-oriented message.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the SEO and marketing services we offer to enhance your online presence.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"Simple header to maintain uniformity across all pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Detailed overview of our capabilities and offerings.\",\"section_prompt\":\"Highlight the services we provide, establishing a dedicated section for better navigation.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Search Engine Optimization\",\"section_description\":\"Optimize your website to rank higher on search engines and attract organic traffic.\",\"section_prompt\":\"Combine text with relevant images to represent each service visually.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Engage your audience through compelling content tailored to their needs.\",\"section_prompt\":\"Use striking imagery alongside informative descriptions to showcase our offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Management\",\"section_description\":\"Build brand awareness and engage customers on social platforms.\",\"section_prompt\":\"Display informative sections that convey the importance of this service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"PPC Advertising\",\"section_description\":\"Drive targeted traffic and achieve measurable results with pay-per-click campaigns.\",\"section_prompt\":\"Present visually appealing content emphasizing the ROI of PPC.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common questions about our services and processes.\",\"section_prompt\":\"List common inquiries with concise responses to assist visitors.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let Us Help You\",\"section_description\":\"Get in touch with us today to discuss your marketing needs.\",\"section_prompt\":\"Encourage potential clients to reach out for personalized service.\"}]},{\"page_type\":\"case_studies\",\"page_title\":\"Success Stories\",\"page_description\":\"Review successful projects and case studies showcasing our expertise.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"Standard header for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Success Stories\",\"section_description\":\"Detailed insights into our successful client projects and outcomes.\",\"section_prompt\":\"Focus on key elements of our best case studies for effective storytelling.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Case Study 1: E-Commerce Growth\",\"section_description\":\"Learn how we helped a retail client triple their revenue through targeted SEO strategies.\",\"section_prompt\":\"Present a single case study with thorough analysis and key results.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Case Study 2: Brand Awareness Boost\",\"section_description\":\"Discover how social media campaigns increased brand reach for a local business.\",\"section_prompt\":\"Define the approach and outcomes achieved through effective social strategies.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Case Study 3: PPC Success\",\"section_description\":\"Explore how PPC advertising transformed a client\'s lead generation efforts.\",\"section_prompt\":\"Detail the strategies applied and results achieved through PPC campaigns.\"},{\"section_type\":\"gallery\",\"section_title\":\"Client Logos\",\"section_description\":\"A showcase of brands we\'ve worked with and their trust in our services.\",\"section_prompt\":\"Create a visually appealing array of client logos to establish credibility.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Success Story\",\"section_description\":\"Let\'s discuss how we can achieve similar results for you.\",\"section_prompt\":\"A strong call to action to engage potential clients.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Insights\",\"page_description\":\"Read our latest articles on SEO and marketing strategies.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"Consistent header design.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Blogs\",\"section_description\":\"Engaging articles with insights and tips on SEO and marketing.\",\"section_prompt\":\"Promote blog content with a visually engaging banner.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Browse through our latest blog posts on various marketing topics.\",\"section_prompt\":\"Organize blog posts in a grid layout showcasing images, titles, and brief descriptions.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"SEO Trends of 2023\",\"section_description\":\"An insightful article discussing emerging SEO trends and strategies.\",\"section_prompt\":\"Highlight one of the latest articles with a compelling detail.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Effective Content Strategies\",\"section_description\":\"Learn how to create successful content that resonates with your audience.\",\"section_prompt\":\"Engage visitors with techniques and insights shared in the post.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Social Media Tips\",\"section_description\":\"Discover useful tips for enhancing your social media strategy.\",\"section_prompt\":\"Focus on actionable insights that audiences can easily implement.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated\",\"section_description\":\"Subscribe for more valuable content directly to your inbox.\",\"section_prompt\":\"Encourage blog visitors to sign up for newsletters.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out to us for your marketing needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"Standard header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\\u2019re here to help you with your SEO and marketing needs.\",\"section_prompt\":\"Highlight that this page is for inquiries and consultations.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Complete the form below to reach our team quickly.\",\"section_prompt\":\"Provide a user-friendly contact form to facilitate customer inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our office or reach out via phone\\/email.\",\"section_prompt\":\"Display contact details and address on the page.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Connect\",\"section_description\":\"We look forward to working with you to grow your business.\",\"section_prompt\":\"Encourage potential clients to contact or follow us on social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"Maintains overall consistency with other pages.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":635}', '2025-09-26 10:37:08', '2025-09-26 10:37:08');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(636, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"Digital Growth Agency\",\"website_description\":\"A professional SEO and Marketing agency focused on driving digital growth for businesses through expert strategies and insights.\",\"website_type\":\"Business\",\"website_industry\":\"Technology\",\"search_query\":\"SEO strategies, marketing tips, digital growth, case studies, client testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my digital growth agency.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Driving Digital Growth\",\"section_description\":\"Discover how I can help your business thrive online.\",\"section_prompt\":\"A captivating hero section featuring an engaging tagline and a call to action. Use a full-width background image that reflects digital marketing.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"I am an SEO and marketing specialist dedicated to helping businesses grow.\",\"section_prompt\":\"A brief overview of my background, approach, and commitment to clients, presented in an informative layout.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the services I offer to boost your online presence.\",\"section_prompt\":\"Showcase my SEO and digital marketing services in a grid layout, providing a brief summary for each.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Success Statistics\",\"section_description\":\"Highlighting the impact of my services with key metrics.\",\"section_prompt\":\"A visual display of statistics such as clients served, projects completed, and successful campaigns, designed to impress visitors.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with my latest blog posts on SEO and marketing.\",\"section_prompt\":\"Present the latest blog articles with featured images and short descriptions, designed to engage and inform visitors.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Contact me to discuss how I can help your business grow.\",\"section_prompt\":\"Encourage visitors to reach out through an inviting call to action, positioned prominently on the homepage.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Expertise\",\"page_description\":\"Detailed overview of the services offered to enhance your business.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through my comprehensive services aimed at boosting your digital presence.\",\"section_prompt\":\"Include a header section for easy navigation within the services page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Expertise\",\"section_description\":\"Explore the services that can elevate your marketing strategy.\",\"section_prompt\":\"An inner banner that reinforces the core message of the services provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Optimization\",\"section_description\":\"Comprehensive SEO services to improve your search engine rankings.\",\"section_prompt\":\"A flashy section that describes SEO optimization services with media elements to enhance appeal.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Engaging content strategies to attract and retain customers.\",\"section_prompt\":\"Show how my content marketing services work in retaining customers through informative media.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Strategy\",\"section_description\":\"Crafting tailored social media strategies for your brand.\",\"section_prompt\":\"Explain how social media marketing can engage audiences effectively, with supporting media.\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQs\",\"section_description\":\"Answers to common questions regarding my services.\",\"section_prompt\":\"A section containing frequently asked questions about my services, providing clarity to potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Journey\",\"section_description\":\"Ready to elevate your business? Contact me today!\",\"section_prompt\":\"A motivating call to action encouraging visitors to reach out for assistance.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Successful Projects\",\"page_description\":\"A showcase of my successful marketing projects and case studies.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Dive into my portfolio showcasing successful projects.\",\"section_prompt\":\"An introductory header leading into the portfolio section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Successful Projects\",\"section_description\":\"Explore case studies from my past projects.\",\"section_prompt\":\"An inner banner emphasizing the success stories portrayed in the portfolio.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Featured Case Study: Company A\",\"section_description\":\"A detailed overview of how I helped Company A achieve outstanding results.\",\"section_prompt\":\"Highlight a single impactful project, detailing the approach and results achieved.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Featured Case Study: Company B\",\"section_description\":\"Examining the strategies implemented for Company B\'s growth.\",\"section_prompt\":\"A focus on another successful project that showcases methodologies and outcomes.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Additional Projects\",\"section_description\":\"A summary of various other successful projects.\",\"section_prompt\":\"List multiple projects with succinct descriptions to present a broader perspective.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Working Together?\",\"section_description\":\"Let\'s discuss your project today!\",\"section_prompt\":\"Encourage visitors to reach out to discuss their projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact and additional resources.\",\"section_prompt\":\"A standard footer with links and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Insights\",\"page_description\":\"Updated blog with tips and strategies on SEO and marketing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Discover insightful articles on SEO and marketing.\",\"section_prompt\":\"A header section to lead into the blog content.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"Explore my blog articles that provide valuable insights.\",\"section_prompt\":\"An inviting banner that introduces the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Articles\",\"section_description\":\"Assess my latest blog posts on industry trends.\",\"section_prompt\":\"A grid layout displaying recent articles with images and excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to Updates\",\"section_description\":\"Stay updated with the latest tips and articles.\",\"section_prompt\":\"Encourage visitors to subscribe to my blog for future updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing resources and contact information.\",\"section_prompt\":\"A footer with necessary links and inspiring closing remarks.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out for inquiries and collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contact me for further inquiries.\",\"section_prompt\":\"A simple header that introduces the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Connect with me for more information.\",\"section_prompt\":\"An inviting inner banner to promote reaching out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form to get in touch with me.\",\"section_prompt\":\"A functional contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Find my contact information here.\",\"section_prompt\":\"List various contact methods such as email and phone.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Concluding with links and credits.\",\"section_prompt\":\"Standard footer with relevant references and contact links.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":636}', '2025-09-26 10:37:33', '2025-09-26 10:37:33'),
(638, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"World Explorer Blog\",\"website_description\":\"A travel blog showcasing unique adventures and stunning photography from around the world, inviting readers to immerse in diverse cultures and breathtaking landscapes.\",\"website_type\":\"Personal Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel adventures, photography, cultures, landscapes, travel guides\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel blog where I share my adventures and stunning photography.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Explore the World with Me\",\"section_description\":\"Join me as I embark on thrilling adventures around the globe.\",\"section_prompt\":\"A visually stunning hero image with a compelling introduction to the blog.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my passion for travel and photography.\",\"section_prompt\":\"A brief overview of my background and travel philosophy.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Latest Adventures\",\"section_description\":\"Discover my recent journeys and experiences around the world.\",\"section_prompt\":\"A grid layout displaying thumbnails and brief descriptions of my recent blog entries.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Catch up with my newest stories and travel insights.\",\"section_prompt\":\"A section featuring links to the most recent blog posts in a visually appealing format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Journey\",\"section_description\":\"Subscribe to my blog for the latest updates and travel inspiration.\",\"section_prompt\":\"A visually prominent call-to-action section inviting readers to subscribe.\"}]},{\"page_type\":\"services\",\"page_title\":\"Travel Tips\",\"page_description\":\"Practical travel tips and advice for fellow adventurers.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Practical Advice for Travelers\",\"section_description\":\"Guidelines and tips to enhance your travel experiences.\",\"section_prompt\":\"An informative banner that introduces the travel tips section.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Packing Essentials\",\"section_description\":\"A comprehensive list of essential items to pack for various destinations.\",\"section_prompt\":\"Tips accompanied by an image representing packing essentials.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"How to Travel Smart\",\"section_description\":\"Advice on how to navigate travel logistics efficiently and safely.\",\"section_prompt\":\"Helpful insights illustrated with a relevant image.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common travel inquiries.\",\"section_prompt\":\"A list of FAQs that address common traveler concerns.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Need More Tips?\",\"section_description\":\"Contact me for personalized travel advice and insights.\",\"section_prompt\":\"A section inviting readers to reach out for more detailed travel tips.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"blog\",\"page_title\":\"My Journeys\",\"page_description\":\"Personal travel stories and experiences from my adventures.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Stories\",\"section_description\":\"Read about my unforgettable journeys around the world.\",\"section_prompt\":\"The main banner highlighting my travel stories.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Stories\",\"section_description\":\"A grid of my latest travel stories with captivating visuals.\",\"section_prompt\":\"A visually appealing grid layout of recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Read More!\",\"section_description\":\"Explore my adventures and gain insights for your travels.\",\"section_prompt\":\"Encouraging readers to dive deeper into my journeys.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Photography Gallery\",\"page_description\":\"A showcase of stunning travel photography capturing beautiful moments.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Stunning Visuals\",\"section_description\":\"Immerse in beautiful images from my travels.\",\"section_prompt\":\"An engaging banner introducing the photography section.\"},{\"section_type\":\"gallery\",\"section_title\":\"Travel Photography\",\"section_description\":\"A curated collection of my best travel shots.\",\"section_prompt\":\"A gallery format displaying various travel photos.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book a Photoshoot\",\"section_description\":\"Interested in capturing your own adventures? Contact me.\",\"section_prompt\":\"A call-to-action to encourage photography collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch for collaborations, inquiries, or questions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"I\'m here to connect and collaborate!\",\"section_prompt\":\"An inviting banner encouraging readers to contact me.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to reach me directly.\",\"section_prompt\":\"A section with a form to gather reader inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Reach me via email or social media.\",\"section_prompt\":\"Providing additional ways to connect.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":638}', '2025-09-26 10:38:52', '2025-09-26 10:38:52'),
(688, NULL, NULL, '12312', '{\"website_title\":\"My Journey\",\"website_description\":\"A personal website showcasing my experiences, interests, and goals.\",\"website_type\":\"Personal\",\"website_industry\":\"Education\",\"search_query\":\"personal journey, experiences, lifestyle, self-reflection, personal projects\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to My Journey, where I share my personal experiences and interests.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome\",\"section_description\":\"An introduction to my personal journey.\",\"section_prompt\":\"Responsive full-width hero section with a captivating image and introductory text.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my background and what drives me.\",\"section_prompt\":\"An inner section that details my personal background and motivations.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"A showcase of my work and hobbies.\",\"section_prompt\":\"Grid layout displaying tiles with images and brief descriptions of my projects.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Insights and reflections from my blog.\",\"section_prompt\":\"Highlighting the most recent blog posts in a list format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey\",\"section_description\":\"Encouraging visitors to explore more of my content and connect.\",\"section_prompt\":\"Engaging call-to-action section prompting users to subscribe or follow.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"Highlighting key milestones and accomplishments.\",\"section_prompt\":\"A bar graph section displaying statistics about my personal journey.\"},{\"section_type\":\"reviews\",\"section_title\":\"What Others Say\",\"section_description\":\"Testimonials from people I\'ve worked with.\",\"section_prompt\":\"Section featuring quotes or reviews from others about my projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and additional navigation.\",\"section_prompt\":\"Footer layout with quick links and copyright information.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Projects\",\"page_description\":\"An overview of the projects and hobbies I am passionate about.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation for the projects page.\",\"section_prompt\":\"Standard header section with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Work\",\"section_description\":\"A dedicated space to showcase my projects.\",\"section_prompt\":\"Visually striking inner banner related to my work.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project One\",\"section_description\":\"Details about my first project, including objectives and outcomes.\",\"section_prompt\":\"Section combining media and text for impactful storytelling.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project Two\",\"section_description\":\"An overview of my second project with results and learning experiences.\",\"section_prompt\":\"An engaging blend of media and text that highlights my project.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common queries regarding my projects.\",\"section_prompt\":\"A simple layout for FAQ discussions about my work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Encouraging visitors to reach out for collaboration or questions.\",\"section_prompt\":\"Call-to-action inviting users to contact me about my work.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and additional navigation.\",\"section_prompt\":\"Footer layout with quick links and copyright information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"A collection of my thoughts and reflections on various topics.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation for the blog page.\",\"section_prompt\":\"Standard header section with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Thoughts\",\"section_description\":\"A dedicated space for my blog articles.\",\"section_prompt\":\"Visually engaging inner banner related to my writings.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"A dynamic grid displaying my latest blog entries.\",\"section_prompt\":\"A grid layout featuring posts with images and titles.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Featured Post\",\"section_description\":\"Highlighting one key blog post I want to share.\",\"section_prompt\":\"Section detailing a single highlighted blog entry.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe Now\",\"section_description\":\"Encouraging readers to subscribe to my blog.\",\"section_prompt\":\"Engaging call-to-action inviting users to sign up.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and additional navigation.\",\"section_prompt\":\"Footer layout with quick links and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out to me for collaborations, questions, or feedback.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation for the contact page.\",\"section_prompt\":\"Standard header section with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"An invitation for visitors to connect with me.\",\"section_prompt\":\"Visually appealing banner encouraging contact.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to fill out and send their messages.\",\"section_prompt\":\"A simple contact form layout for easy messaging.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Connected\",\"section_description\":\"Encouraging visitors to follow my journey on social media.\",\"section_prompt\":\"Prompt to follow my social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and additional navigation.\",\"section_prompt\":\"Footer layout with quick links and copyright information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"A showcase of my skills and projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation for the portfolio page.\",\"section_prompt\":\"Standard header section with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Portfolio Overview\",\"section_description\":\"A brief introduction to my portfolio.\",\"section_prompt\":\"Visually rich inner banner detailing my portfolio.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Skill Showcase\",\"section_description\":\"Highlighting skills gained through my experiences.\",\"section_prompt\":\"An engaging media and text section focusing on my skills.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Projects Summary\",\"section_description\":\"Key metrics about my completed projects.\",\"section_prompt\":\"A visual representation of project statistics.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Why My Journey?\",\"section_description\":\"An explanation of my personal brand.\",\"section_prompt\":\"Detailed section explaining the concept behind my personal brand.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"View Full Projects\",\"section_description\":\"Inviting visitors to explore all my work.\",\"section_prompt\":\"Engaging call-to-action inviting further exploration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and additional navigation.\",\"section_prompt\":\"Footer layout with quick links and copyright information.\"}]}],\"user_prompt\":\"12312\",\"prompt_id\":688}', '2025-09-27 06:17:27', '2025-09-27 06:17:27'),
(689, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"My Travel Adventures\",\"website_description\":\"A vibrant showcase of travel experiences and photography skills, inspiring exploration through captivating stories and stunning visuals from around the world.\",\"website_type\":\"Personal Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, global landscapes, cultural experiences, adventure travel, travel stories\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel blog where I share my journeys around the world.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A stunning visual introduction to my travel experiences, featuring an inspiring image from my journeys.\",\"section_prompt\":\"Responsive full-width hero image with an inspiring travel quote.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my passion for travel and photography and what inspires me to explore new cultures and landscapes.\",\"section_prompt\":\"Informational section offering personal insights about my travel journey and creative outlook.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Destinations\",\"section_description\":\"A selection of my favorite travel destinations with images and short descriptions, inviting readers to explore.\",\"section_prompt\":\"Grid layout showcasing images of featured destinations with brief engaging captions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with my newest travel stories and photography posts that inspire wanderlust.\",\"section_prompt\":\"Summary layout of recent blog posts with enticing images and short excerpts.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photography Gallery\",\"section_description\":\"Explore my photography portfolio showcasing the beauty of the landscapes and cultures I\'ve experienced.\",\"section_prompt\":\"Image gallery displaying a curated selection of my best travel photographs.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Me on My Journey\",\"section_description\":\"Encouraging readers to follow my travel adventures and share their own experiences.\",\"section_prompt\":\"Promotional section inviting readers to subscribe or engage with my content.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":689}', '2025-09-27 06:18:12', '2025-09-27 06:18:12'),
(690, NULL, NULL, 'iuiou', '{\"website_title\":\"Health Hub\",\"website_description\":\"Your one-stop destination for healthcare insights, wellness tips, and professional guidance.\",\"website_type\":\"Informational\",\"website_industry\":\"Healthcare\",\"search_query\":\"healthcare, wellness tips, medical advice, healthy living, nutrition\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Health Hub, your trusted source for healthcare information and wellness tips.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"Featuring the latest healthcare news and insights to keep you informed and healthy.\",\"section_prompt\":\"Responsive hero banner with a high-quality image related to healthcare.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"We provide expert healthcare insights and promote wellness for everyone.\",\"section_prompt\":\"A brief introduction about our mission and vision, presented in an informative layout.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our wide range of health and wellness services designed to help you thrive.\",\"section_prompt\":\"Grid showcasing various healthcare services we offer with brief descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with our latest articles on health and wellness topics.\",\"section_prompt\":\"Section featuring links to the most recent blog posts.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"We\'ve helped thousands achieve better health. Check out our milestones!\",\"section_prompt\":\"Display statistics in a visually appealing manner.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Hear from those who have benefited from our services.\",\"section_prompt\":\"Carousel or grid of testimonials from satisfied clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Join us on your journey to better health. Contact us to learn more!\",\"section_prompt\":\"Engaging call-to-action prompting users to reach out.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Discover the comprehensive services we offer to enhance your health and wellness.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header of the services page.\",\"section_prompt\":\"Simple header to maintain consistency.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Details about the various services we provide.\",\"section_prompt\":\"Banner highlighting the services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Wellness Coaching\",\"section_description\":\"Personalized guidance to help you achieve your health goals.\",\"section_prompt\":\"Left-aligned media with a description about wellness coaching.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Nutritional Advice\",\"section_description\":\"Expert advice on creating a balanced diet tailored to your needs.\",\"section_prompt\":\"Image accompanied by text discussing nutritional services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Health Assessments\",\"section_description\":\"In-depth health assessments to understand your wellness better.\",\"section_prompt\":\"Visual section explaining the health assessment process.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about our services and consultations.\",\"section_prompt\":\"A compiled list of FAQs for client convenience.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule a Consultation\",\"section_description\":\"Take the first step towards a healthier you! Contact us today!\",\"section_prompt\":\"Engaging section encouraging users to set up an appointment.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with contact information and navigational links.\",\"section_prompt\":\"Standard footer layout with useful links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Explore our latest posts on health, wellness, and medical insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header of the blog page.\",\"section_prompt\":\"Standard header for uniformity.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Blog\",\"section_description\":\"Insights and articles to guide you in your health journey.\",\"section_prompt\":\"Attractive banner for the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Articles\",\"section_description\":\"Check out our most recent blog posts on various health topics.\",\"section_prompt\":\"Grid showcasing the latest blog posts with images and excerpts.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Contributors\",\"section_description\":\"Get to know the healthcare professionals behind our content.\",\"section_prompt\":\"Social cards displaying team members with brief bios.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Recent Updates\",\"section_description\":\"Stay up to date with our most recent posts and insights.\",\"section_prompt\":\"List or grid format displaying the most recent content.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to Our Newsletter\",\"section_description\":\"Get health tips straight to your inbox! Subscribe now!\",\"section_prompt\":\"Inviting users to sign up for a newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with navigational links and contact information.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to us for any inquiries about our services or health advice.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header of the contact page.\",\"section_prompt\":\"Consistent header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Get in touch with us through the following channels.\",\"section_prompt\":\"Banner providing contact information.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to reach out to us directly.\",\"section_prompt\":\"Responsive contact form section for user inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our office for direct consultations.\",\"section_prompt\":\"Location details with a map link, if applicable.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional information and links.\",\"section_prompt\":\"Uniform footer for all pages.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Success Stories\",\"page_description\":\"Read real stories from clients who have transformed their health with us.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header of the testimonials page.\",\"section_prompt\":\"Standard header for consistency.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Discover how we\'ve helped people improve their health.\",\"section_prompt\":\"A visually appealing banner enhancing the testimonials.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Real Feedback\",\"section_description\":\"Genuine feedback from our clients who achieved their health goals with our support.\",\"section_prompt\":\"Showcasing multiple testimonials in an engaging format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Become part of our health-focused community today!\",\"section_prompt\":\"Encouraging users to sign up or get involved.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer providing essential links and information.\",\"section_prompt\":\"Consistent footer layout.\"}]}],\"user_prompt\":\"iuiou\",\"prompt_id\":690}', '2025-09-27 07:48:15', '2025-09-27 07:48:15'),
(691, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Journey Through My Lens\",\"website_description\":\"A vibrant platform sharing travel experiences and photography captures, with insights and tips for aspiring travelers.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, travel experiences, adventure destinations, travel tips, travel diary\",\"pages\":[{\"page_type\":\"slug-home\",\"page_title\":\"Home\",\"page_description\":\"The homepage showcasing travel journeys and stunning visuals.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Travel Journey\",\"section_description\":\"An engaging introduction to my travel experiences and photography.\",\"section_prompt\":\"A captivating hero image that draws visitors into the journey with a welcoming message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my passion for travel and photography, and what inspires my adventures.\",\"section_prompt\":\"A brief overview of my background, passion for exploration, and how photography plays a role in my travels.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Destinations\",\"section_description\":\"A showcase of unique destinations I\'ve captured, highlighting the beauty and diversity of travel.\",\"section_prompt\":\"Grid format featuring stunning destination images with brief descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Adventures\",\"section_description\":\"Discover my latest blog entries where I recount my recent travels and experiences.\",\"section_prompt\":\"Display the latest blog posts with images and short excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Adventure\",\"section_description\":\"Encouragement for visitors to follow my journey and engage with the content.\",\"section_prompt\":\"A call to action inviting visitors to subscribe or follow the blog for updates.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photography Gallery\",\"section_description\":\"Explore a collection of my favorite travel photographs capturing moments and landscapes.\",\"section_prompt\":\"A visually appealing gallery showcasing my photography work.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Travels At A Glance\",\"section_description\":\"Highlight the number of countries visited, photos taken, and experiences shared.\",\"section_prompt\":\"A statistics bar showcasing the milestones of my travel adventures.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer containing links to social media and other relevant sections.\",\"section_prompt\":\"Typical footer layout with navigation links and social media icons.\"}]},{\"page_type\":\"slug-services\",\"page_title\":\"Travel Tips\",\"page_description\":\"Essential advice for aspiring travelers to enhance their journeys.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the travel tips page.\",\"section_prompt\":\"Standard header layout ensuring easy navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Tips\",\"section_description\":\"Introduction to valuable tips and advice for travelers.\",\"section_prompt\":\"Banner with engaging imagery related to travel that reflects the content of this page.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Packing Essentials\",\"section_description\":\"Key items every traveler should bring, with personal insights on what works best.\",\"section_prompt\":\"A section combining text and imagery about packing essentials.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Navigating New Cultures\",\"section_description\":\"Tips for embracing unfamiliar cultures while traveling and making the most out of each experience.\",\"section_prompt\":\"A blend of narrative and imagery discussing cultural tips.\"},{\"section_type\":\"faqs\",\"section_title\":\"Travel FAQs\",\"section_description\":\"Answers to common queries that travelers have.\",\"section_prompt\":\"A concise Q&A format to address frequent traveler questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Tips\",\"section_description\":\"Encouragement for readers to share their own travel tips and experiences.\",\"section_prompt\":\"Inviting readers to submit their tips via comments or messages.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer containing links and navigation options.\",\"section_prompt\":\"Typical footer layout with navigation links and social media icons.\"}]},{\"page_type\":\"slug-blog\",\"page_title\":\"Travel Diary\",\"page_description\":\"Chronicles of my journeys filled with stories and experiences from various locations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the travel diary page.\",\"section_prompt\":\"Standard header layout ensuring easy navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Diary\",\"section_description\":\"An introduction to my collection of travel stories and experiences.\",\"section_prompt\":\"Banner reflecting the essence of travel diaries and adventure.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"A display of my most recent travel blogs with engaging visuals and excerpts.\",\"section_prompt\":\"Grid layout with recent posts, featuring titles, images, and snippets.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Destination Highlights\",\"section_description\":\"Spotlight on unique destinations with personal anecdotes and captivating imagery.\",\"section_prompt\":\"A detailed section highlighting specific destinations I\\u2019ve visited.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Read More Adventures\",\"section_description\":\"Encouragement for visitors to dive deeper into my travel stories.\",\"section_prompt\":\"A section inviting readers to explore more of my blog entries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer containing links and navigation options.\",\"section_prompt\":\"Typical footer layout with navigation links and social media icons.\"}]},{\"page_type\":\"slug-contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch to share experiences or ask questions about travel.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the contact page.\",\"section_prompt\":\"Standard header layout ensuring easy navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Invitation to connect and share feedback or experiences.\",\"section_prompt\":\"Banner inviting readers to reach out with a warm message.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Drop Me a Message\",\"section_description\":\"Fill in the form below to reach out with any inquiries or share your experiences.\",\"section_prompt\":\"Form layout where visitors can submit their messages.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Other Ways to Connect\",\"section_description\":\"Additional contact options through social media or email.\",\"section_prompt\":\"Detailing alternative methods to engage with me outside the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer containing links and navigation options.\",\"section_prompt\":\"Typical footer layout with navigation links and social media icons.\"}]},{\"page_type\":\"slug-gallery\",\"page_title\":\"Photography Gallery\",\"page_description\":\"A curated selection of my photography showcasing travel experiences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the photography gallery page.\",\"section_prompt\":\"Standard header layout ensuring easy navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore My Gallery\",\"section_description\":\"An introduction to the photographic journey I\\u2019ve captured.\",\"section_prompt\":\"Banner highlighting the essence of my travel photography.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photo Highlights\",\"section_description\":\"A collection of my best travel photos in a visually engaging format.\",\"section_prompt\":\"Layout showcasing stunning photographs with captions.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Behind the Lens\",\"section_description\":\"Personal stories and experiences behind some of my favorite photographs.\",\"section_prompt\":\"Highlighting the emotions and stories behind specific images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Photography Journey\",\"section_description\":\"Encouragement for readers to follow my photography and travel updates.\",\"section_prompt\":\"An invitation to engage with my photography on social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer containing links and navigation options.\",\"section_prompt\":\"Typical footer layout with navigation links and social media icons.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":691}', '2025-09-27 07:50:19', '2025-09-27 07:50:19');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(692, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Creative Design Portfolio\",\"website_description\":\"Showcasing stunning graphic design work, featuring a blend of creativity and skill that reflects my artistic journey.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, professional design work, creative graphic showcase, designer portfolio examples, art and design inspiration\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets professionalism.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An engaging introduction to my creative work, inviting visitors to explore my designs.\",\"section_prompt\":\"A vibrant, visually appealing hero section with an overview of my design philosophy and featured projects.\"},{\"section_type\":\"about\",\"section_title\":\"My Journey\",\"section_description\":\"A personal account of my background in graphic design and inspirations.\",\"section_prompt\":\"A well-crafted text section detailing my journey in design, accompanied by personal images.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Works\",\"section_description\":\"A showcase of my top graphic design projects that exemplify my style and skills.\",\"section_prompt\":\"A grid layout displaying a selection of my best works, with thumbnails and brief descriptions.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Design Statistics\",\"section_description\":\"Highlighting key achievements in my design career, showcasing projects completed and clients served.\",\"section_prompt\":\"A visually engaging stats section with infographics to represent my milestones.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay updated with my latest projects and design insights through my blog posts.\",\"section_prompt\":\"A concise section featuring links to my most recent blog entries relevant to design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch!\",\"section_description\":\"Encouraging visitors to reach out for collaboration or inquiries.\",\"section_prompt\":\"A clear call-to-action inviting clients and visitors to connect, with contact details.\"}]},{\"page_type\":\"services\",\"page_title\":\"What I Offer\",\"page_description\":\"Explore the range of graphic design services I provide to meet your creative needs.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"An overview of the graphic design services available.\",\"section_prompt\":\"A banner section introducing the services provided with a backdrop of images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Creating unique brand identities that resonate with target audiences and reflect company values.\",\"section_prompt\":\"A media and text layout showcasing the significance of brand identity, with visuals of past projects.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Designing visually compelling print materials, including brochures, posters, and business cards.\",\"section_prompt\":\"A section dedicated to print design services, featuring samples of print work.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Graphics\",\"section_description\":\"Developing eye-catching digital graphics for web and social media use.\",\"section_prompt\":\"Highlighting digital graphic designs through media examples and descriptions.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answering common queries regarding my graphic design services.\",\"section_prompt\":\"A section filled with questions and detailed answers to clarify service offerings.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Collaborate!\",\"section_description\":\"Encouraging potential clients to reach out for design projects and inquiries.\",\"section_prompt\":\"A closing call-to-action inviting discussions on potential design collaborations.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Insights, tips, and trends in the world of graphic design, captured through my blog.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Design Insights\",\"section_description\":\"A collection of articles and posts sharing my knowledge and thoughts on graphic design.\",\"section_prompt\":\"A blog introduction banner showcasing the focus on design-related topics.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Blog Posts\",\"section_description\":\"A visual grid of the latest entries showcasing diverse design themes and advice.\",\"section_prompt\":\"A grid layout displaying my latest blog posts, featuring images and excerpts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Inspiration Behind My Work\",\"section_description\":\"Exploring the inspirations that fuel my creativity as a graphic designer.\",\"section_prompt\":\"An in-depth article discussing artistic influences and motivation in my design career.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Trends to Watch\",\"section_description\":\"An overview of the current trends shaping the graphic design landscape.\",\"section_prompt\":\"A detailed post analyzing the latest trends with examples from successful projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation!\",\"section_description\":\"Encouraging readers to share their thoughts and join discussions on design.\",\"section_prompt\":\"A call-to-action prompting readers to interact with the blog and share insights.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"A dedicated space for potential clients to contact me with inquiries or collaboration requests.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for accessing different sections of the website.\",\"section_prompt\":\"Standard header section displayed on all pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"An announcement banner inviting visitors to reach out for collaborations.\",\"section_prompt\":\"Attractive banner displaying the importance of contacting me.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"A contact form for inquiries about services and projects.\",\"section_prompt\":\"A user-friendly contact form section for easy communication.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Providing direct contact methods including email and phone number.\",\"section_prompt\":\"A clear section listing my contact info for direct queries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links and copyright information.\",\"section_prompt\":\"Footer section containing copyright and additional links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey, my aesthetic, and what drives my design work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for accessing different sections of the website.\",\"section_prompt\":\"Standard header section displayed on all pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Story\",\"section_description\":\"An overview of my background and experiences in graphic design.\",\"section_prompt\":\"A dedicated banner expressing my personal journey in design.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"Insights into my creative process and the principles that guide my work.\",\"section_prompt\":\"An exploration of my design ideology detailed in a comprehensive section.\"},{\"section_type\":\"gallery\",\"section_title\":\"Inspiration Sources\",\"section_description\":\"A visual representation of the influences that drive my creativity and designs.\",\"section_prompt\":\"A gallery section showcasing images that inspire my work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect With Me\",\"section_description\":\"Encouraging visitors to reach out and follow my design journey.\",\"section_prompt\":\"A concluding call-to-action before the footer inviting connections.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links and copyright information.\",\"section_prompt\":\"Footer section containing copyright and additional links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":692}', '2025-09-27 11:34:56', '2025-09-27 11:34:56'),
(693, 134, 395, '\"Create a website for freelancer photographer\"', '{\"website_title\":\"My Photography Portfolio\",\"website_description\":\"Showcasing the best of my photography skills, styles, and previous work as a freelance photographer.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"freelance photography, professional portfolio, photography services, testimonials photography, contact photographer\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my photography portfolio, where you can explore my best work and learn more about my services.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An engaging introduction showcasing my brand as a freelance photographer with a stunning visual backdrop.\",\"section_prompt\":\"A full-width hero section displaying a captivating photograph with my name and tagline overlaid.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey, my passion for photography, and what inspires me to capture beautiful moments.\",\"section_prompt\":\"A section detailing my background and experience in photography, using a clean layout with text and a personal photo.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Portfolio\",\"section_description\":\"A curated selection of my best photographs across various styles and categories.\",\"section_prompt\":\"A grid layout displaying thumbnails of selected works that can be clicked for a larger view.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Why Choose Me\",\"section_description\":\"Discover what sets my photography apart and why I am the right choice for your photography needs.\",\"section_prompt\":\"An explanation of my unique style and dedication, highlighted with appealing visuals.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Create Together!\",\"section_description\":\"Encouraging visitors to reach out and discuss their photography needs.\",\"section_prompt\":\"A vibrant call-to-action section inviting potential clients to contact me with a button leading to the contact page.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Featured blog posts showcasing my latest projects, photography tips, and industry insights.\",\"section_prompt\":\"A section highlighting the most recent articles published in my blog for visitors to explore.\"}]},{\"page_type\":\"services\",\"page_title\":\"Photography Packages\",\"page_description\":\"Explore the various photography packages I offer to meet your needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation section for my services page.\",\"section_prompt\":\"A clean header section for the services page layout to improve navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Packages\",\"section_description\":\"Information about different photography services I provide.\",\"section_prompt\":\"A descriptive banner that outlines photography packages with an inviting image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Portrait Photography\",\"section_description\":\"Offering professional portrait photography sessions for individuals and families.\",\"section_prompt\":\"A section showcasing images from portrait sessions with an accompanying description highlighting the service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Event Photography\",\"section_description\":\"Capture unforgettable moments during special events and celebrations.\",\"section_prompt\":\"Use of vibrant images from events paired with descriptions of what is included in this package.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answering common inquiries regarding my services, pricing, and booking process.\",\"section_prompt\":\"A structured layout answering frequent questions for potential clients to understand the services better.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Session\",\"section_description\":\"Encouraging visitors to book a photography session with me.\",\"section_prompt\":\"A call-to-action section inviting visitors to get in touch and book their sessions over an appealing background.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for services page.\",\"section_prompt\":\"Basic footer with contact information and links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Read my latest articles about photography tips, industry insights, and more.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to my blog section.\",\"section_prompt\":\"A clean header section specifying this is the blog area.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Blog Entries\",\"section_description\":\"Engaging banner that invites readers to check out my latest blog posts.\",\"section_prompt\":\"A banner area with an attractive design leading into the blog content.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Posts\",\"section_description\":\"A grid layout displaying my recent blog posts for easy access.\",\"section_prompt\":\"A grid showcasing the newest articles complete with images and excerpts for each post.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encouraging visitors to subscribe to my blog for the latest news and tips.\",\"section_prompt\":\"An inviting section asking users to sign up for updates with a simple email input form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for the blog page.\",\"section_prompt\":\"Basic footer with links and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out to me for photography inquiries or collaboration opportunities.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for the contact page.\",\"section_prompt\":\"A neatly designed header for the contact page layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A section that outlines how clients can reach me for inquiries.\",\"section_prompt\":\"A simple yet elegant banner signifying the contact section.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A simple form for potential clients to send messages directly to me.\",\"section_prompt\":\"An easy-to-use contact form layout for clients to fill out their inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Direct Contact\",\"section_description\":\"Providing my phone number and email for quick access.\",\"section_prompt\":\"A clear layout listing my contact details for immediate inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for the contact page.\",\"section_prompt\":\"Basic footer with important links and contact info.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Feedback\",\"page_description\":\"Read testimonials from previous clients about their experiences working with me.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to the testimonials page.\",\"section_prompt\":\"A clean header section introducing the client testimonials.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Clients Say\",\"section_description\":\"Showcasing the positive feedback I\'ve received from my lovely clients.\",\"section_prompt\":\"A section illustrating the importance of client feedback with a suitable image.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Client Testimonials\",\"section_description\":\"A collection of quotes and feedback from clients, highlighting their satisfaction.\",\"section_prompt\":\"A layout displaying short client testimonials with an option to read more about each on hover.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Experience\",\"section_description\":\"Encouraging past clients to leave their feedback.\",\"section_prompt\":\"A call-to-action asking clients to submit their testimonials and experiences.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for the testimonials page.\",\"section_prompt\":\"Basic footer containing links and contact info.\"}]}],\"user_prompt\":\"Create a website for freelancer photographer\",\"prompt_id\":693,\"theme\":\"soft\",\"colors\":[[234,40,48],[16,98,164]],\"fonts\":\"soft-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_68d7cc2e25d4e.png\",\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\"}}', '2025-09-27 11:35:44', '2025-09-27 11:37:00'),
(696, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Travel Through My Lens\",\"website_description\":\"A blog dedicated to inspiring travel and photography enthusiasts with captivating stories, stunning visuals, and practical travel tips.\",\"website_type\":\"Personal Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, world adventures, travel tips, photography gallery, personal travel stories\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An engaging introduction to my travel experiences and photography style with captivating visuals.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Travel Blog\",\"section_description\":\"This section introduces visitors to my blog, showcasing the essence of my travel adventures and photography.\",\"section_prompt\":\"Responsive centered hero section with a background image of travel destinations and a welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction to who I am and my passion for travel and photography, inviting readers to explore my journey.\",\"section_prompt\":\"This section provides a personal welcome and insight into my travel philosophy and experiences.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Adventures\",\"section_description\":\"See highlights from my travel journeys around the world with links to detailed stories.\",\"section_prompt\":\"A overview grid showing captivating travel posts with images and excerpts.\"},{\"section_type\":\"gallery\",\"section_title\":\"Captivating Visuals\",\"section_description\":\"A sneak peek into my photography gallery featuring stunning images from my travels.\",\"section_prompt\":\"Photo grid layout with visually compelling travel images enticing visitors to view the full gallery.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Adventures\",\"section_description\":\"Catch up with my most recent travel stories and photographic endeavors.\",\"section_prompt\":\"A dynamic section showcasing previews of the latest blog posts with travel insights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey\",\"section_description\":\"Encouraging visitors to subscribe for updates and follow my adventures.\",\"section_prompt\":\"A call-to-action section prompting users to subscribe or connect on social media.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Travels at a Glance\",\"section_description\":\"Quick stats about the number of countries visited, photographs taken, and experiences shared.\",\"section_prompt\":\"A visually engaging stats bar highlighting notable travel milestones.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with navigation links and social media icons for easy access.\",\"section_prompt\":\"Standard footer layout with copyright information and links.\"}]},{\"page_type\":\"journeys\",\"page_title\":\"Travel Stories\",\"page_description\":\"A collection of personal travel narratives filled with insights and rich visuals designed to inspire wanderlust.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the page, providing user-friendly access to the blog content.\",\"section_prompt\":\"Standard header layout with navigation options.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Stories\",\"section_description\":\"An inviting banner section indicating that this is where my travel stories are shared.\",\"section_prompt\":\"Visually appealing banner centered on the page title.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Explore My Journeys\",\"section_description\":\"A grid of blog posts showcasing various travel adventures with engaging visuals and summaries.\",\"section_prompt\":\"A structured grid of posts showcasing detailed summaries including images from each journey.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Responses to common questions about my travels, gear, and tips for fellow travelers.\",\"section_prompt\":\"A straightforward FAQ layout addressing common inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Adventures\",\"section_description\":\"Encouraging readers to share their own travel stories or reach out with their thoughts.\",\"section_prompt\":\"An inviting prompt for readers to engage with their travel experiences.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with navigation links and social media icons for easy access.\",\"section_prompt\":\"Standard footer layout with copyright information and links.\"}]},{\"page_type\":\"photography_gallery\",\"page_title\":\"My Photography\",\"page_description\":\"A curated selection of my best travel photographs organized by destination or theme, showing moments from my adventures.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the photography gallery section, ensuring easy navigation.\",\"section_prompt\":\"Standard header layout with navigation options.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Photography\",\"section_description\":\"Highlighting this section as a showcase for my travel photography work.\",\"section_prompt\":\"Banner displaying the gallery title with a captivating image background.\"},{\"section_type\":\"gallery\",\"section_title\":\"Stunning Visuals\",\"section_description\":\"A collection of my favorite photographs categorized by destination, ready for exploration.\",\"section_prompt\":\"A responsive grid gallery displaying my photography sorted by categories.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Photography Techniques\",\"section_description\":\"Insights into my photography techniques and the stories behind some of my favorite shots.\",\"section_prompt\":\"A detailed section explaining my approach to capturing stunning travel images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact for Collaborations\",\"section_description\":\"Inviting opportunities for partnerships in travel and photography.\",\"section_prompt\":\"Encouragement to reach out if interested in collaboration or inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with navigation links and social media icons for easy access.\",\"section_prompt\":\"Standard footer layout with copyright information and links.\"}]},{\"page_type\":\"travel_tips\",\"page_title\":\"Travel Tips\",\"page_description\":\"Practical advice and insights based on my experiences aimed to help fellow travelers navigate their adventures.<\\/section_description>\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for travel tips, providing a clear pathway for users.\",\"section_prompt\":\"Standard header layout with navigation options.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Tips & Guides\",\"section_description\":\"Introducing practical travel tips tailored for fellow adventurers.\",\"section_prompt\":\"Banner introducing the travel tips section with a scenic background.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Essential Travel Tips\",\"section_description\":\"A compilation of travel tips that cover various aspects of preparation and exploration.\",\"section_prompt\":\"Features listing layout detailing useful tips and suggestions for successful travel.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Your Travel Adventure Awaits\",\"section_description\":\"Encouraging readers to implement these tips on their next trip and share their experiences with me.\",\"section_prompt\":\"A motivating CTA inviting readers to engage with travel tips.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with navigation links and social media icons for easy access.\",\"section_prompt\":\"Standard footer layout with copyright information and links.\"}]},{\"page_type\":\"about_me\",\"page_title\":\"About Me\",\"page_description\":\"A personal introduction sharing my journey into travel and photography, highlighting my inspirations and goals.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the About Me page, providing easy access.\",\"section_prompt\":\"Standard header layout with navigation options.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Meet the Traveler\",\"section_description\":\"Introducing myself and my passion for exploring the world through travel and photography.\",\"section_prompt\":\"Banner section with a personal and engaging image background.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Journey\",\"section_description\":\"Detailed narrative of how I started my journey in travel and photography, sharing influential moments.\",\"section_prompt\":\"A focused section on my personal journey with engaging storytelling.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Encouraging readers to reach out, share thoughts, or collaborate on projects.\",\"section_prompt\":\"CTA section prompting readers to engage with me through contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with navigation links and social media icons for easy access.\",\"section_prompt\":\"Standard footer layout with copyright information and links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"A dedicated contact page where users can reach out for collaborations or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the contact page, providing easy access.\",\"section_prompt\":\"Standard header layout with navigation options.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Encouraging visitors to reach out to me for any inquiries or collaborations.\",\"section_prompt\":\"Visually appealing banner centered on the contact page title.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"A simple contact form for inquiries, general questions, or collaboration requests.\",\"section_prompt\":\"Responsive form layout allowing users to fill in their information easily.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Other Ways to Connect\",\"section_description\":\"Links to my social media profiles for more interaction and updates.\",\"section_prompt\":\"Listing of my social profiles to connect with me outside the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with navigation links and social media icons for easy access.\",\"section_prompt\":\"Standard footer layout with copyright information and links.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":696}', '2025-09-29 06:28:11', '2025-09-29 06:28:11'),
(697, 10, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Creative Design Portfolio\",\"website_description\":\"Showcasing a journey through graphic design with passion, creativity, and professionalism. Explore the portfolio and discover services offered.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, creative portfolio, design showcase, artist portfolio, visual art\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio website, showcasing my graphic design work and creative journey.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Here you will find my collection of graphic design projects that reflect my creativity and skills.\",\"section_prompt\":\"A striking hero section that introduces visitors to the portfolio with a captivating background image and welcoming text.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"I am a passionate graphic designer with a unique approach to visual storytelling. My design philosophy centers around creativity, authenticity, and effective communication.\",\"section_prompt\":\"An \'About Me\' section with a personal touch, featuring text and a portrait image.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"Explore my best work through curated projects that demonstrate my skills in graphic design.\",\"section_prompt\":\"A visually appealing grid layout displaying selected design projects with thumbnails and brief descriptions.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"Highlighting key achievements in my graphic design career, including projects completed and clients served.\",\"section_prompt\":\"A dynamic statistics bar displaying numbers that reflect success in my design career.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Get Started!\",\"section_description\":\"Ready to collaborate? Reach out to discuss your project needs and how I can help bring your ideas to life.\",\"section_prompt\":\"A compelling call to action encouraging visitors to connect with me.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with my latest thoughts and insights on graphic design and creativity.\",\"section_prompt\":\"A section with snippets from the latest blog articles related to design.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Hear from my clients about their experiences working with me and the results achieved through collaboration.\",\"section_prompt\":\"A testimonials section with quotes from satisfied clients.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to essential information and social media profiles, ensuring visitors can connect with me easily.\",\"section_prompt\":\"A footer section that provides necessary links and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Design Services\",\"page_description\":\"Explore the range of graphic design services I offer, tailored to meet diverse client needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section to navigate the services offered.\",\"section_prompt\":\"A simple header section that introduces the services page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Services\",\"section_description\":\"Learn about the extensive graphic design services I provide, ranging from branding to digital media.\",\"section_prompt\":\"An inner banner that reinforces the page title with engaging visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding & Identity\",\"section_description\":\"Creating unique brand identities that resonate with your target audience and communicate your values.\",\"section_prompt\":\"A section with a compelling image and text describing branding services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Designing impactful print materials including brochures, flyers, and business cards to elevate your brand.\",\"section_prompt\":\"A section showcasing print design capabilities with visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Design\",\"section_description\":\"Crafting visually stunning digital graphics that effectively convey messages across various platforms.\",\"section_prompt\":\"A section focused on digital design services with relevant imagery.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my design process, project timelines, and collaboration.\",\"section_prompt\":\"A dedicated FAQ section addressing concerns and providing clarity on services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch!\",\"section_description\":\"Interested in my services? Contact me today to discuss your project and how I can help.\",\"section_prompt\":\"Encouraging potential clients to reach out through a compelling call to action before footer.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links and contact information for further inquiries.\",\"section_prompt\":\"A footer section with navigation links and social media accounts.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Work\",\"page_description\":\"A curated selection of my graphic design projects, showcasing creativity and skill across various styles.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section leading into the portfolio showcase.\",\"section_prompt\":\"A header section that introduces the portfolio exhibit.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Portfolio Gallery\",\"section_description\":\"Dive into a visual journey through my design projects, illustrating my aesthetic and technical prowess.\",\"section_prompt\":\"An inner banner graphic that highlights the creative work on display.\"},{\"section_type\":\"gallery\",\"section_title\":\"Design Projects\",\"section_description\":\"Featuring selected projects that best showcase my design skills in various domains.\",\"section_prompt\":\"A visually dynamic gallery layout showcasing images of different design works.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Feedback\",\"section_description\":\"Featured feedback from clients about specific projects and overall satisfaction.\",\"section_prompt\":\"A section dedicated to client reviews discussing their experiences working on projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore Your Vision\",\"section_description\":\"Ready to bring your ideas to life through design? Let\\u2019s connect and get started!\",\"section_prompt\":\"A motivating conclusion encouraging visitors to initiate collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to essential information, social media profiles, and navigation.\",\"section_prompt\":\"A footer section with links to important pages and contact info.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Thoughts\",\"page_description\":\"Insights and articles discussing various aspects of graphic design, creativity, and trends in the industry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introducing the blog section with insights on design and creativity.\",\"section_prompt\":\"A header section that presents the blog page clearly.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Insights on Design\",\"section_description\":\"Read my thoughts on the latest trends, techniques, and experiences in graphic design.\",\"section_prompt\":\"An attractive inner banner emphasizing the blog theme.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Explore my latest blog entries that inspire and inform fellow designers and clients.\",\"section_prompt\":\"A grid section displaying recent blog posts with titles and excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Engage with my articles, share your thoughts, and get involved in the discussion on design trends.\",\"section_prompt\":\"A call to action inviting readers to comment and connect.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to other relevant sections of the website and contact information.\",\"section_prompt\":\"A footer section with navigation and social media.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get In Touch\",\"page_description\":\"Connect with me for inquiries, collaborations, or feedback regarding graphic design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate to reach out for questions or collaboration opportunities.\",\"section_prompt\":\"A header section that guides visitors to the contact form.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Use the form below to get in touch with me for any inquiries or project discussions.\",\"section_prompt\":\"An inner banner emphasizing the importance of contacting.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Fill out the form below, and I will get back to you as soon as possible.\",\"section_prompt\":\"A contact form section for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Other Ways to Connect\",\"section_description\":\"You can also reach out through social media or email if you prefer.\",\"section_prompt\":\"Section providing alternative contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final links and closing contact information.\",\"section_prompt\":\"A footer section that summarizes contact details and navigation.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":697}', '2025-09-29 06:28:49', '2025-09-29 06:28:49'),
(699, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Wanderlust Chronicles\",\"website_description\":\"A vibrant travel and photography blog showcasing captivating stories and stunning images from around the world.\",\"website_type\":\"Personal Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel adventures, photography, stunning landscapes, travel tips, world cultures\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel blog where I share my journeys and photography.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Wanderlust Chronicles\",\"section_description\":\"Dive into my stories and adventures around the globe.\",\"section_prompt\":\"Responsive full-width hero image with captivating travel scenery, a welcome overlay text.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my passion for travel and photography.\",\"section_prompt\":\"A brief introduction about me, highlighting my love for exploring new places and capturing moments.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Latest Travels\",\"section_description\":\"A showcase of my recent travels and adventures.\",\"section_prompt\":\"Grid layout displaying thumbnails and short excerpts from my latest travel posts.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Recent Blog Posts\",\"section_description\":\"Check out my latest articles and stories.\",\"section_prompt\":\"A section featuring the titles and summaries of my latest blog entries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Me on My Adventures\",\"section_description\":\"Subscribe to my blog for updates and new stories.\",\"section_prompt\":\"A section encouraging visitors to subscribe, featuring a simple email subscription form.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Travels\",\"page_description\":\"Explore my journeys and experiences shared from around the globe.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"My Adventures\",\"section_description\":\"Discover the essence of my travels and the unique stories they tell.\",\"section_prompt\":\"An inner banner that highlights the purpose of sharing travel experiences.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Travel Story 1\",\"section_description\":\"An engaging narrative of my first destination, filled with exciting details.\",\"section_prompt\":\"Layout with an image on one side and text detailing my experiences from the trip on the other.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Travel Story 2\",\"section_description\":\"Another captivating journey that will inspire wanderlust in fellow travelers.\",\"section_prompt\":\"Similar layout as Travel Story 1 focusing on a different destination.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions about my travels and experiences.\",\"section_prompt\":\"A section that addresses common queries about my travel adventures.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Own Travel Story\",\"section_description\":\"I invite fellow travelers to share their experiences with me.\",\"section_prompt\":\"A call to action for readers to engage and share their stories.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Tips\",\"page_description\":\"Helpful advice and insights for travelers seeking unique experiences.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Tips & Advice\",\"section_description\":\"Practical tips for navigating your adventures.\",\"section_prompt\":\"An inner banner that draws attention to useful travel advice.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Find the latest tips and insights to enhance your travels.\",\"section_prompt\":\"Grid layout with thumbnails and excerpts of tips shared in the blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for More Tips\",\"section_description\":\"Stay updated with my latest travel tips by subscribing.\",\"section_prompt\":\"Encouragement for readers to subscribe for regular updates.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Connect with Me\",\"section_description\":\"I\'d love to hear from you.\",\"section_prompt\":\"A simple inner banner indicating the purpose of this page.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"Fill out the form below for any questions or collaboration ideas.\",\"section_prompt\":\"A contact form layout for readers to submit their inquiries.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Photography Gallery\",\"page_description\":\"A stunning collection of my best travel photography.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"My Photography\",\"section_description\":\"Capturing moments from around the world.\",\"section_prompt\":\"An engaging banner emphasizing the visual impact of my photography.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Photos\",\"section_description\":\"Browse through a selection of my favorite shots.\",\"section_prompt\":\"A visually appealing gallery showcasing highlight photographs.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Prints Available\",\"section_description\":\"Interested in my work? Prints are available for purchase.\",\"section_prompt\":\"Invitation for visitors to inquire about purchasing prints.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":699}', '2025-09-29 06:46:17', '2025-09-29 06:46:17');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(701, 128, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Dynamic Portfolio\",\"website_description\":\"A visually stunning portfolio showcasing the graphic design work, skills, and creativity of the designer, along with insightful design tips.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative design showcase, professional graphic designer, design projects presentation, client testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets skill.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore the creativity and skills of a dynamic graphic designer in this beautiful portfolio.\",\"section_prompt\":\"Responsive hero section with an engaging background image showcasing graphic design elements.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my journey in graphic design, my skills, and my passion for creativity.\",\"section_prompt\":\"A section that introduces who I am and what I do, laid out in a responsive grid format.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"A curated selection of my best projects that highlight my design skills and creative approach.\",\"section_prompt\":\"Display of project thumbnails with titles, arranged in a responsive grid.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Hear what my clients have to say about their experience working with me and my design work.\",\"section_prompt\":\"A section featuring quotes or short testimonials from clients, styled in a clean layout.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out my latest blog posts for tips and insights into graphic design practices.\",\"section_prompt\":\"A section showing the most recent blog posts, formatted in a grid layout.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in collaborating? Feel free to reach out for inquiries or project discussions.\",\"section_prompt\":\"A visually compelling section that encourages visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The concluding part of the homepage containing all necessary links and copyright information.\",\"section_prompt\":\"Simple footer layout that includes important links and copyright notice.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Work\",\"page_description\":\"Discover the projects that showcase my design skills and creativity.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the services page.\",\"section_prompt\":\"Standard navigation header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Work\",\"section_description\":\"Learn more about the various projects I have worked on, reflecting my style and expertise.\",\"section_prompt\":\"Inner banner with the page title for consistency.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding Projects\",\"section_description\":\"A detailed look at branding projects I\'ve created for clients, showcasing my strategic approach to identity design.\",\"section_prompt\":\"Left-aligned media section displaying images from branding projects alongside descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Website Designs\",\"section_description\":\"Explore some of the innovative website designs I have crafted, combining aesthetics with usability.\",\"section_prompt\":\"Media section showing website design screenshots with explanatory text.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Designs\",\"section_description\":\"From brochures to business cards, check out my diverse print design projects that convey powerful visuals.\",\"section_prompt\":\"Media section focusing on print designs, displayed alongside descriptive content.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my services and design process.\",\"section_prompt\":\"FAQ format to address typical queries from potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project\",\"section_description\":\"Ready to bring your ideas to life with great design? Contact me today!\",\"section_prompt\":\"Engaging call-to-action prompting visitors to initiate a project.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for the services page with essential links and contact information.\",\"section_prompt\":\"Standard footer layout for consistency.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"Latest blog posts sharing insights, tips, and industry trends in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the blog page.\",\"section_prompt\":\"Standard navigation header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Insights\",\"section_description\":\"Explore my latest articles and insights into the world of graphic design.\",\"section_prompt\":\"Inner banner showcasing the focus of the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"A collection of the most recent blog entries discussing design tips, trends, and my creative process.\",\"section_prompt\":\"Grid layout featuring blog post thumbnails with titles and short descriptions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to Updates\",\"section_description\":\"Want to stay informed? Subscribe to my blog for the latest articles and insights.\",\"section_prompt\":\"Engaging call-to-action for newsletter subscription.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for the blog page with relevant links and copyright notice.\",\"section_prompt\":\"Standard footer layout to match other pages.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for inquiries or project discussions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the contact page.\",\"section_prompt\":\"Standard navigation header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out if you have questions or need more information about my services.\",\"section_prompt\":\"Inner banner with the contact page title.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Please fill out the form below to get in touch with me directly.\",\"section_prompt\":\"Responsive contact form section for inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate\",\"section_description\":\"Looking forward to working together. Send me a message!\",\"section_prompt\":\"A section encouraging visitors to submit their inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The concluding section of the contact page with necessary links.\",\"section_prompt\":\"Standard footer layout including contact information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn about my journey and passion for graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the about page.\",\"section_prompt\":\"Standard navigation header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Discover my story, background, and what drives my passion for design.\",\"section_prompt\":\"Inner banner with the about page title.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Journey\",\"section_description\":\"A detailed overview of my artistic journey and how I became a graphic designer.\",\"section_prompt\":\"This section outlines my journey, including education and experience.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Learn about my approach to design and how I create impactful visuals.\",\"section_prompt\":\"A section detailing my design philosophy, aimed to connect with my audience.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet My Team\",\"section_description\":\"Get to know the talented team that collaborates with me in my design projects.\",\"section_prompt\":\"A section featuring team members\' profiles with images, designed in a grid layout.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Me on My Journey\",\"section_description\":\"Follow my design journey and get inspired by creativity.\",\"section_prompt\":\"Encourage visitors to connect and follow my work on social platforms.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for the about page including essential links and copyright.\",\"section_prompt\":\"Standard footer layout for consistency.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":701}', '2025-09-29 06:55:45', '2025-09-29 06:55:45'),
(703, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Creative Design Portfolio\",\"website_description\":\"A showcase of innovative graphic design projects demonstrating my skills and artistic journey.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative portfolio showcase, modern graphic design, design process, artist portfolio\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio website where creativity meets design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section for navigation and branding.\",\"section_prompt\":\"A top navigation bar for easy access to different sections.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"This section introduces visitors to my design portfolio with an impactful visual and tagline.\",\"section_prompt\":\"Full-width hero image with an overlay text introducing my design philosophy and style.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"An overview of who I am, my background, and my journey as a designer.\",\"section_prompt\":\"A brief introduction about me, my career path, and what drives my creativity.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"A curated selection of my graphic design projects showcasing my skills and style.\",\"section_prompt\":\"A grid layout featuring thumbnails of my designs with brief descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with my latest design thoughts and projects on my blog.\",\"section_prompt\":\"A section displaying a few recent blog posts about design trends and my works.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Encouragement for visitors to reach out and collaborate or inquire about my services.\",\"section_prompt\":\"A compelling call-to-action to prompt viewers to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section that contains copyright and additional links.\",\"section_prompt\":\"Footer with copyright information and links to social media.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Work\",\"page_description\":\"Explore my graphic design projects showcasing my creativity and skills.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section for navigation and branding.\",\"section_prompt\":\"A top navigation bar for easy access to different sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Work\",\"section_description\":\"An introduction to the projects I\'ve worked on and what to expect.\",\"section_prompt\":\"A banner introducing the types of designs showcased in this portfolio.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Identity Design\",\"section_description\":\"Details about my identity design projects, including logos and branding.\",\"section_prompt\":\"A layout showcasing identity design samples with descriptions on the left and images on the right.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Projects related to print media, including posters, brochures, and business cards.\",\"section_prompt\":\"A section splitting images of print design on one side and narratives on the other.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Design\",\"section_description\":\"Showcasing my work in digital platforms, including web and social media graphics.\",\"section_prompt\":\"Display of digital designs with visuals and explanations of each project.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries about my design process and services.\",\"section_prompt\":\"A list of frequently asked questions regarding the design services I provide.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Work with Me\",\"section_description\":\"Encouragement to potential clients to reach out for collaboration.\",\"section_prompt\":\"A call-to-action urging clients to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section that contains copyright and additional links.\",\"section_prompt\":\"Footer with copyright information and links to social media.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Insights and musings on graphic design and creativity from my blog.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section for navigation and branding.\",\"section_prompt\":\"A top navigation bar for easy access to different sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"A glimpse of my recent writing and insights into the world of design.\",\"section_prompt\":\"A banner introducing the latest articles featured on the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"A grid display of recent blog posts related to design techniques and tips.\",\"section_prompt\":\"A structured layout presenting recent blog posts with images and excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Inviting visitors to engage with my posts and share their thoughts.\",\"section_prompt\":\"A call-to-action encouraging readers to comment on my blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section that contains copyright and additional links.\",\"section_prompt\":\"Footer with copyright information and links to social media.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out for collaboration or inquiries regarding my graphic design services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section for navigation and branding.\",\"section_prompt\":\"A top navigation bar for easy access to different sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Information about how to get in touch with me for collaborations and inquiries.\",\"section_prompt\":\"An introduction to the contact form with an emphasis on reaching out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"A form for visitors to fill out to contact me directly regarding projects or inquiries.\",\"section_prompt\":\"A simple, clean contact form for visitors to submit their messages.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section that contains copyright and additional links.\",\"section_prompt\":\"Footer with copyright information and links to social media.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey and creative philosophy as a designer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section for navigation and branding.\",\"section_prompt\":\"A top navigation bar for easy access to different sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"An overview of my background, experiences, and values as a designer.\",\"section_prompt\":\"A banner that introduces the personal and professional story behind my design career.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Philosophy\",\"section_description\":\"Insights into my creative philosophy and the principles that guide my design choices.\",\"section_prompt\":\"A detailed explanation of what influences my design philosophy and style.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Professional Journey\",\"section_description\":\"A timeline showcasing my career milestones and evolution as a designer.\",\"section_prompt\":\"A chronological layout detailing key milestones and experiences in my career.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet My Team\",\"section_description\":\"Introduction to collaborators and mentors who have shaped my career.\",\"section_prompt\":\"A visual display card of individuals important to my professional journey.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Invitation for visitors to reach out for collaboration or inquiries.\",\"section_prompt\":\"A call-to-action prompting visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section that contains copyright and additional links.\",\"section_prompt\":\"Footer with copyright information and links to social media.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":703}', '2025-09-29 07:38:21', '2025-09-29 07:38:21'),
(723, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"My SEO Agency\",\"website_description\":\"A digital platform for showcasing SEO and marketing expertise, services, client success stories, and industry insights.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO agency, digital marketing, content marketing, social media management, analytics\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my SEO agency where we specialize in innovative marketing strategies.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An engaging hero section with a striking visual representing digital marketing services.\",\"section_prompt\":\"Responsive full-width hero with an overlay containing a powerful tagline and a call to action.\"},{\"section_type\":\"about\",\"section_title\":\"About My Agency\",\"section_description\":\"An overview of my SEO agency, highlighting our mission and values.\",\"section_prompt\":\"A concise section detailing the core mission and vision of the agency, featuring a left-aligned layout.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"A grid showcasing the key services I offer in SEO and marketing.\",\"section_prompt\":\"Responsive grid layout that presents individual services with short descriptions.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Highlight the impressive metrics and successes achieved by the agency.\",\"section_prompt\":\"A section featuring statistics such as number of campaigns, clients served, and average client ROI.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"A preview of the most recent blog posts sharing valuable marketing insights.\",\"section_prompt\":\"A section summarizing recent posts with images and excerpts to encourage reading.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Showcase positive feedback and success stories from previous clients.\",\"section_prompt\":\"A visually engaging carousel or grid format displaying statements from happy customers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Engage visitors with a strong call to action directing them to the contact section.\",\"section_prompt\":\"Encouraging visitors to reach out and get more information, with a clear button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with navigation links and agency information.\",\"section_prompt\":\"A clean footer layout with links to services, blog, and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the range of services offered by our SEO and marketing agency.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A top navigation header that links to the different sections of the site.\",\"section_prompt\":\"Standard header formatted to provide easy navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"A banner introducing the services page and what users can expect.\",\"section_prompt\":\"Banner that highlights the services available with a background image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Optimization\",\"section_description\":\"Detailed explanation of our SEO optimization services and benefits.\",\"section_prompt\":\"A split layout with an image and text describing the specifics of SEO optimization.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Insights into our content marketing strategies and how they drive engagement.\",\"section_prompt\":\"Split layout presenting content marketing strategies with supporting visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Management\",\"section_description\":\"Overview of social media management services, increasing brand presence.\",\"section_prompt\":\"Section format explaining social media management services, paired with visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Analytics and Reporting\",\"section_description\":\"How our analytics service drives decision-making and campaign improvements.\",\"section_prompt\":\"Descriptive text alongside an infographic displaying analytics and reporting.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about our services and processes.\",\"section_prompt\":\"A clear listing of FAQs to assist potential clients in understanding service delivery.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule a Consultation\",\"section_description\":\"Encourage visitors to get in touch for a personalized service consultation.\",\"section_prompt\":\"Invite users to connect with the agency to explore personalized options.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional resources and contact details.\",\"section_prompt\":\"Standard footer format with links and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Industry Insights\",\"page_description\":\"Read our latest articles and insights from the marketing industry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A standard site header for navigation purposes.\",\"section_prompt\":\"Basic header layout that directs to the blog and other site sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"An introductory banner for the blog section showcasing recent content.\",\"section_prompt\":\"Visual banner highlighting the latest post topics.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"Grid display of the latest blog articles with excerpts and images.\",\"section_prompt\":\"A responsive grid format showcasing various blog posts with short descriptions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Encourage readers to subscribe and follow for more insights.\",\"section_prompt\":\"A section motivating readers to subscribe through email for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer sections with links to important pages and contact info.\",\"section_prompt\":\"A cohesive footer with multiple resource links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for inquiries and consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for user convenience.\",\"section_prompt\":\"Functional header providing easy access to various site sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Banner introducing the contact page and what information users can provide.\",\"section_prompt\":\"An inviting banner that leads into the contact information.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"A contact form encouraging clients to reach out for services.\",\"section_prompt\":\"A user-friendly contact form layout for seamless communication.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Details about our office location and contact information.\",\"section_prompt\":\"Structured layout including physical address, phone number, and email.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with navigation resources and contact details.\",\"section_prompt\":\"Standard footer layout with various links to pages.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Our Portfolio\",\"page_description\":\"Showcases successful marketing campaigns and strategies we have delivered.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for easy navigation across the site.\",\"section_prompt\":\"A clear header to assist user navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Successful Campaigns\",\"section_description\":\"Introducing the portfolio showcasing our best work.\",\"section_prompt\":\"A visually engaging banner presenting our portfolio overview.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Projects\",\"section_description\":\"Showcasing selected successful projects with images and descriptions.\",\"section_prompt\":\"A visually rich gallery format presenting images with associated descriptions.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Client Success Story\",\"section_description\":\"In-depth look at particular successful campaigns and their outcomes.\",\"section_prompt\":\"Dedicated detailed section focusing on a specific project with metrics.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"See How We Can Help You\",\"section_description\":\"Encourage potential clients to learn more about how we can assist them.\",\"section_prompt\":\"Strong call to action leading users to contact or service details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer layout with navigation links and contact details.\",\"section_prompt\":\"Standard informative footer.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":723}', '2025-09-29 09:27:45', '2025-09-29 09:27:45'),
(724, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"My Travel Adventures\",\"website_description\":\"A vibrant platform sharing captivating stories, stunning images, and travel tips to inspire fellow explorers.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, adventure travel, world exploration, travel tips, travel stories\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel adventures where I share my experiences and tips.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Travel Adventures\",\"section_description\":\"An introduction to my journey as a traveler and photographer.\",\"section_prompt\":\"A full-width hero image with an inspiring travel quote overlay.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Sharing my journey and passion for exploring the world, capturing beautiful moments.\",\"section_prompt\":\"A narrative description of my background, interests, and travel experiences laid out in a block format.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Stories\",\"section_description\":\"A dynamic grid showcasing highlighted travel stories and photography.\",\"section_prompt\":\"A grid layout featuring links to my best travel stories and photography pieces.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Adventures\",\"section_description\":\"The most recent blog posts detailing my latest travel experiences.\",\"section_prompt\":\"A chronological display of my latest travel blog entries.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Why Travel Matters\",\"section_description\":\"Discussing the importance of travel in personal growth and happiness.\",\"section_prompt\":\"A detailed section explaining the impact and benefits of travel in a text block format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Me on My Adventures!\",\"section_description\":\"Encouraging visitors to follow my journey and connect on social media.\",\"section_prompt\":\"A visually engaging call to action inviting readers to subscribe or follow me.\"}]},{\"page_type\":\"services\",\"page_title\":\"Travel Tips\",\"page_description\":\"A collection of my best advice for fellow travelers.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigating through essential travel advice.\",\"section_prompt\":\"Standard header setup for the travel tips page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Tips\",\"section_description\":\"Explore practical travel advice gathered from my experiences.\",\"section_prompt\":\"An inner banner showcasing travel-related imagery and the topic title.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Packing Essentials\",\"section_description\":\"My go-to packing list for effortless travel.\",\"section_prompt\":\"A side-by-side layout of images with descriptions of essential items.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Solo Travel Advice\",\"section_description\":\"Guidance for traveling alone safely and enjoyably.\",\"section_prompt\":\"Images accompanied by detailed tips specifically for solo travelers.\"},{\"section_type\":\"faqs\",\"section_title\":\"Common Questions\",\"section_description\":\"Addressing frequently asked questions about travel.\",\"section_prompt\":\"A structured FAQ format addressing common travel concerns.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Inspired!\",\"section_description\":\"Encouraging others to embark on their travel journeys.\",\"section_prompt\":\"An engaging call to action to inspire travel and exploration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Legal information and contact links.\",\"section_prompt\":\"Standard footer setup with essential information and navigation.\"}]},{\"page_type\":\"blog\",\"page_title\":\"My Travel Stories\",\"page_description\":\"Captivating narratives of my journeys around the globe.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate my travel blog.\",\"section_prompt\":\"Standard header setup for blog navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Travel Stories\",\"section_description\":\"Detailed recounts of my adventures and experiences.\",\"section_prompt\":\"A visually appealing inner banner indicating the blog\'s theme.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"A grid view of the latest travel stories published on my blog.\",\"section_prompt\":\"A structured grid illustrating recent posts, including titles and excerpts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Featured Destinations\",\"section_description\":\"Highlights of the most captivating destinations I\\u2019ve visited.\",\"section_prompt\":\"A detailed feature about destinations that are popular among travelers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow My Journey!\",\"section_description\":\"Inviting readers to subscribe and stay updated on my adventures.\",\"section_prompt\":\"An engaging section prompting readers to subscribe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Legal information and links to main pages.\",\"section_prompt\":\"Standard footer layout encompassing essential links and copyright.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me to share your thoughts or ask questions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contact page navigation setup.\",\"section_prompt\":\"Standard header layout for contact information.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A dedicated section for visitors to reach out.\",\"section_prompt\":\"A visually inviting inner banner encouraging contact.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Send a Message\",\"section_description\":\"A form for visitors to get in touch with me directly.\",\"section_prompt\":\"A structured contact form allowing visitors to send messages.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get in Touch\",\"section_description\":\"Additional contact methods including email and social media.\",\"section_prompt\":\"A section with my email address and social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact page footer.\",\"section_prompt\":\"Standard footer showcasing contact-related information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Photography Portfolio\",\"page_description\":\"A showcase of my best travel photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigating my photography portfolio.\",\"section_prompt\":\"Standard header for the photography portfolio page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Photography Portfolio\",\"section_description\":\"Gallery of my best travel photographs.\",\"section_prompt\":\"An inner banner featuring my photography theme.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Works\",\"section_description\":\"A curated selection of standout photographs from my travels.\",\"section_prompt\":\"A gallery display featuring striking travel photographs.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Photography Techniques\",\"section_description\":\"Sharing insights into my photography techniques and styles.\",\"section_prompt\":\"Detailing my unique photography approaches and preferences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More\",\"section_description\":\"Encouraging viewers to engage with my photography.\",\"section_prompt\":\"An inviting call for users to explore more of my work.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Portfolio footer with links to other pages.\",\"section_prompt\":\"Standard footer layout with relevant links.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":724}', '2025-09-29 09:34:23', '2025-09-29 09:34:23'),
(725, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"My Travel Adventures\",\"website_description\":\"A vibrant blog dedicated to sharing travel adventures and photography experiences, featuring captivating narratives and stunning imagery from various destinations.\",\"website_type\":\"Personal Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, adventure travel, travel guides, photography tips, travel destinations\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel blog where I share my adventures and photography experiences.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A captivating introduction to my travel adventures, adorned with stunning travel photography.\",\"section_prompt\":\"An engaging hero section with a large, responsive image showcasing a beautiful travel destination, with overlay text introducing the blog.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my passion for travel and photography, and what inspires me to explore the world.\",\"section_prompt\":\"A well-composed section providing a brief personal biography focusing on travel and photography.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Recent Travels\",\"section_description\":\"Explore my latest travel adventures and photography captures, featuring stories from each destination.\",\"section_prompt\":\"A grid showcasing the latest destinations I\'ve visited with corresponding images and brief descriptions.\"},{\"section_type\":\"benefit\",\"section_title\":\"What You\'ll Find Here\",\"section_description\":\"Discover travel stories, practical tips, and stunning photography aimed at inspiring fellow adventurers and photographers.\",\"section_prompt\":\"A section that outlines the main content themes of the blog, visually highlighted with engaging icons.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photography Gallery\",\"section_description\":\"A curated collection of my favorite travel photographs, showcasing the beauty of diverse destinations.\",\"section_prompt\":\"A visually appealing gallery layout displaying high-quality images from various places I\'ve visited.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with my most recent blog posts, filled with helpful travel narratives and photography tips.\",\"section_prompt\":\"A section highlighting the latest blog entries, presented with titles and snippets from each post.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Me on My Journey\",\"section_description\":\"Subscribe to my blog for updates and tips that will ignite your wanderlust!\",\"section_prompt\":\"A call to action section encouraging visitors to subscribe to the blog, with a simple input form for email addresses.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer area containing basic navigation and social media links.\",\"section_prompt\":\"A footer that consolidates useful links, copyright information, and social media icons.\"}]},{\"page_type\":\"services\",\"page_title\":\"Travel Tips\",\"page_description\":\"Discover insightful travel tips, guides, and resources to enhance your adventures.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Tips\",\"section_description\":\"Guidance and tips to make the most out of your travels.\",\"section_prompt\":\"An inner banner header that introduces the Travel Tips page.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Solo Travel Tips\",\"section_description\":\"Valuable insights for those venturing out on solo journeys, emphasizing safety and enjoyment.\",\"section_prompt\":\"An engaging layout that showcases text alongside an appealing travel-related image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Budget Travel Advice\",\"section_description\":\"Tips on how to travel efficiently without breaking the bank, including lodging and activity suggestions.\",\"section_prompt\":\"A media and text section that provides budget-friendly travel tips with visuals to enhance engagement.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Packing Essentials\",\"section_description\":\"A comprehensive guide on what to pack for different types of trips, ensuring you\'re prepared for any adventure.\",\"section_prompt\":\"An organized layout highlighting key packing items and their importance.\"},{\"section_type\":\"faqs\",\"section_title\":\"Common Travel Questions\",\"section_description\":\"Answers to frequently asked questions by travelers, covering a variety of topics.\",\"section_prompt\":\"A list of common travel-related questions with concise, helpful answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Personalized Advice\",\"section_description\":\"Reach out for tailored travel tips to enhance your upcoming trips.\",\"section_prompt\":\"Encouragement to contact me for personalized travel advice or tips.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer area with navigation links and social media connections.\",\"section_prompt\":\"A typical footer providing links to other pages and social media.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Read my latest blog entries focusing on travel and photography.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"A collection of my most recent blog posts.\",\"section_prompt\":\"An inner banner that highlights the purpose of the Latest Articles page.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Articles\",\"section_description\":\"A grid display of my most popular articles, showcasing diverse travel experiences and photography tips.\",\"section_prompt\":\"A visually dynamic grid layout featuring my latest and most popular blog entries.\"},{\"section_type\":\"about\",\"section_title\":\"Why I Blog\",\"section_description\":\"A personal insight into my reasons for blogging about travel and photography.\",\"section_prompt\":\"A brief narrative explaining my motivations behind starting this blog.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Fellow Travelers\",\"section_description\":\"Connect with other travel enthusiasts by reading their talented blogs or joining discussions.\",\"section_prompt\":\"A section introducing links to other travel blogs or communities I am part of.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Thoughts!\",\"section_description\":\"I invite readers to engage by leaving comments or sharing their own experiences.\",\"section_prompt\":\"A prompt for readers to interact and share their travel stories or feedback.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer resources with links to other relevant sections.\",\"section_prompt\":\"A conventional footer with essential links and social media icons.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get In Touch\",\"page_description\":\"Reach out for inquiries, collaborations, or just to say hello!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contact header presenting the contact page purpose.\",\"section_prompt\":\"A straightforward header introducing the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get In Touch\",\"section_description\":\"I\'m here to answer your questions!\",\"section_prompt\":\"An inner banner affirming the page\'s purpose of facilitating communication.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below for any inquiries or collaboration requests.\",\"section_prompt\":\"A structured contact form layout for users to fill in their details and messages.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"You can also reach me via email or social media platforms listed below.\",\"section_prompt\":\"A section displaying alternative ways to connect with me, including my email and social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing links and additional navigation resources.\",\"section_prompt\":\"A simple footer with navigational elements and icons.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":725}', '2025-09-29 09:35:08', '2025-09-29 09:35:08');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(726, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A visually appealing portfolio showcasing my graphic design skills, projects, and creativity, while engaging visitors with design insights and trends.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative design projects, modern design trends, professional graphic designer, client testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where creativity meets professionalism.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An eye-catching introduction to my work featuring standout designs and a brief motto expressing my philosophy.\",\"section_prompt\":\"Responsive full-width hero section featuring a background image of my work alongside my tagline, centered text.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about myself, my background in graphic design, and my creative philosophy.\",\"section_prompt\":\"Left-aligned text detailing my story with a portrait image of me on the right.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Portfolio\",\"section_description\":\"Showcase of my best graphic design projects highlighting creativity and various styles.\",\"section_prompt\":\"A grid of thumbnails representing my projects; clicking each thumbnail opens a detailed view in a modal.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Read what my clients say about my work and the impact I\'ve made on their projects.\",\"section_prompt\":\"A stylish carousel of client testimonials with their images or logos, emphasizing their satisfaction.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Trends\",\"section_description\":\"Explore my latest articles on graphic design trends and insights.\",\"section_prompt\":\"A section featuring the latest blog posts with thumbnails and excerpts, encouraging clicks for more.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Showcase Stats\",\"section_description\":\"Highlighting key achievements such as projects completed, clients served, and years of experience.\",\"section_prompt\":\"An engaging visual presentation showing statistics with mini charts or counters.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch!\",\"section_description\":\"Encouraging visitors to reach out for collaboration or requests.\",\"section_prompt\":\"A call-to-action button prompting visitors to the contact page, set against a visually appealing background.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links to social media, copyright information, and important links.\",\"section_prompt\":\"Simple footer layout with various resource links and copyright notice.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Detailing my graphic design services tailored to meet various client needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the services page.\",\"section_prompt\":\"Standard site header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"An overview banner representing the variety of services offered in graphic design.\",\"section_prompt\":\"A professional inner banner with the title and an appealing background image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Creating cohesive and memorable brand identities that resonate with target audiences.\",\"section_prompt\":\"Two-column layout with an image on one side and text detailing the service on the other.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"Designing user-friendly and visually compelling websites that enhance user experience.\",\"section_prompt\":\"Visual layout similar to the previous service, but with a focus on web design specifics.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Developing stunning print materials, from brochures to business cards, that capture attention.\",\"section_prompt\":\"Another two-column layout showcasing examples of print design.\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQs\",\"section_description\":\"Common questions regarding my services and processes, clarifying potential client inquiries.\",\"section_prompt\":\"List format for questions, with opening toggle for answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Work Together?\",\"section_description\":\"Encouraging visitors to reach out and discuss potential projects or collaborations.\",\"section_prompt\":\"Call-to-action button linking to the contact form, visually emphasized.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links to social media, copyright information, and important links.\",\"section_prompt\":\"Simple footer layout with various resource links and copyright notice.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"A blog dedicated to sharing the latest trends, tips, and insights in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the blog page.\",\"section_prompt\":\"Standard site header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"An engaging banner introducing the articles in graphic design featured on the blog.\",\"section_prompt\":\"A vibrant inner banner showcasing the title with an inspiring design background.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Articles Grid\",\"section_description\":\"A grid layout display of blog posts covering various graphic design topics and insights.\",\"section_prompt\":\"A responsive grid layout of post previews, including featured images and short excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated!\",\"section_description\":\"Encouraging visitors to subscribe for updates on new posts and insights.\",\"section_prompt\":\"Highlighting a subscription form for newsletter sign-ups.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links to social media, copyright information, and important links.\",\"section_prompt\":\"Simple footer layout with various resource links and copyright notice.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"A simple and effective way for potential clients to get in touch.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the contact page.\",\"section_prompt\":\"Standard site header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get In Touch\",\"section_description\":\"An appealing banner inviting visitors to connect and communicate.\",\"section_prompt\":\"Welcoming inner banner emphasizing the importance of reaching out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Simple form to facilitate communication with potential clients and inquiries.\",\"section_prompt\":\"Standard form layout with fields for name, email, message, and a send button.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Details for other ways to connect, including social media handles and email.\",\"section_prompt\":\"Text section with clear layout providing multiple ways to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links to social media, copyright information, and important links.\",\"section_prompt\":\"Simple footer layout with various resource links and copyright notice.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":726}', '2025-09-29 09:35:42', '2025-09-29 09:35:42'),
(727, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"SEO and Marketing Agency\",\"website_description\":\"Showcasing our expertise in SEO, content marketing, and client success stories to enhance your online visibility.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO, marketing strategies, digital marketing, content marketing, online visibility\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The homepage of the SEO and Marketing Agency, providing an overview of services and expertise.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Our Agency\",\"section_description\":\"An engaging introduction to our SEO and Marketing services with a focus on boosting your online presence.\",\"section_prompt\":\"Explore our agency\'s offerings with a prominent hero section featuring a striking background image and key messaging.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction to my journey in the SEO and marketing field, sharing my passion and expertise with visitors.\",\"section_prompt\":\"An overview of my professional background and motivations, presented in an inviting layout.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Highlighting key services offered by our agency including SEO, content marketing, social media management, and PPC advertising.\",\"section_prompt\":\"A visually appealing grid layout showcasing different services provided by the agency.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Success Stories\",\"section_description\":\"Featuring testimonials from past clients and successful case studies demonstrating our impact.\",\"section_prompt\":\"A listing of client success stories with brief descriptions and outcomes displayed in an organized manner.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"A sneak peek into our blog featuring the latest articles on industry trends and marketing tips.\",\"section_prompt\":\"A section dedicated to recent blog posts displayed as snippets to engage visitors and encourage reading.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Encouraging visitors to connect and discuss how we can improve their marketing strategies.\",\"section_prompt\":\"A compelling call to action urging potential clients to reach out for consultations and support.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Highlighting impressive statistics such as clients served, projects completed, and years of experience in the industry.\",\"section_prompt\":\"An engaging statistics bar showcasing numbers that represent our agency\'s success.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content with links and brief information about our agency.\",\"section_prompt\":\"The footer section containing essential links and contact details.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Detailed information on the comprehensive marketing services we offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header for the services page.\",\"section_prompt\":\"Simple header introducing the services page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Marketing Expertise\",\"section_description\":\"An inner banner highlighting our main service offerings and expertise in the industry.\",\"section_prompt\":\"A visually distinctive inner banner that reflects our marketing services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Services\",\"section_description\":\"In-depth description of our SEO services, focusing on strategic approaches to improve rankings.\",\"section_prompt\":\"A compelling section combining an image with text detailing our SEO offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Explaining our content marketing strategies that engage audiences and drive traffic.\",\"section_prompt\":\"An engaging media and text section showcasing content marketing services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Management\",\"section_description\":\"Overview of our social media management services and their importance in marketing.\",\"section_prompt\":\"A section dedicated to social media services presented with visuals for increased appeal.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"PPC Advertising\",\"section_description\":\"Details on our PPC advertising services to effectively reach target audiences.\",\"section_prompt\":\"An informative media and text section on PPC services with engaging layout.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries about our services, giving visitors clarity on what to expect.\",\"section_prompt\":\"A well-structured FAQ section addressing key questions potential clients may have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for Services\",\"section_description\":\"Encouraging visitors to get in touch to discuss their marketing needs further.\",\"section_prompt\":\"A strong call-to-action prompting visitors to reach out for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content for the services page containing links and contact information.\",\"section_prompt\":\"Footer section encapsulating important links and details.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Insights\",\"page_description\":\"Latest articles, tips, and trends in the SEO and marketing industry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header for the blog page.\",\"section_prompt\":\"Basic header introducing the blog section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog Highlights\",\"section_description\":\"Overview of what the blog includes, featuring industry insights and tips.\",\"section_prompt\":\"Inner banner showcasing the importance of the blog and interest-area highlights.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Display of the latest blog posts, featuring tips and insights that help readers improve their marketing strategies.\",\"section_prompt\":\"A grid display of recent blog posts with images and snippets.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Industry Trends\",\"section_description\":\"In-depth articles discussing the latest trends affecting SEO and marketing.\",\"section_prompt\":\"Highlighting popular blog articles in detail to grab reader interest.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Marketing Tips\",\"section_description\":\"Tips and tricks for businesses looking to enhance their online presence and marketing efforts.\",\"section_prompt\":\"A section dedicated to useful marketing tips summarized from recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Request to subscribe for blog updates and exclusive content.\",\"section_prompt\":\"Encouragement for readers to subscribe for future blog updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content for the blog page, containing links and contact info.\",\"section_prompt\":\"Footer section encapsulating important links related to the blog.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"A dedicated page for potential clients to reach out with inquiries or consultation requests.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header for the contact page.\",\"section_prompt\":\"Basic header introducing the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"An invitation for potential clients to connect for inquiries or assistance.\",\"section_prompt\":\"An inviting inner banner encouraging visitors to fill out the form.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to submit inquiries directly to the agency.\",\"section_prompt\":\"An easy-to-use contact form layout for visitor inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Contact Details\",\"section_description\":\"Providing additional contact information such as email, phone number, and office hours.\",\"section_prompt\":\"Structured layout with detailed contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content for the contact page with essential links and information.\",\"section_prompt\":\"Footer section summarizing agency contact details.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"An engaging section about my personal journey and qualifications in SEO and marketing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header for the about me page.\",\"section_prompt\":\"Standard header directing to the about me section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Professional Journey\",\"section_description\":\"Sharing my story and commitment to delivering top-tier marketing services.\",\"section_prompt\":\"Inner banner highlighting the personal connection I have with my work.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Mission\",\"section_description\":\"Elaborating on my commitment to helping clients achieve their marketing goals effectively.\",\"section_prompt\":\"A detailed section explaining the personal mission behind my agency.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet the Team\",\"section_description\":\"A friendly introduction to my team members, showcasing their expertise and roles.\",\"section_prompt\":\"Social card layout to visually introduce team members associated with my agency.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Connect!\",\"section_description\":\"Encouraging visitors to reach out and connect for collaboration or inquiries.\",\"section_prompt\":\"A final call-to-action prompting visitors to engage with me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content for the about me page containing links and information.\",\"section_prompt\":\"Concisely formatted footer highlighting important details.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":727}', '2025-09-29 09:36:55', '2025-09-29 09:36:55'),
(728, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A showcase of my graphic design work, skills, and professional journey, aimed at potential clients and employers.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative design work, design projects, professional graphic designs, portfolio layout\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio where creativity meets professionalism.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the main navigation area of the site providing links to all relevant pages.\",\"section_prompt\":\"Standard header encompassing the site navigation layout.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An engaging introduction area highlighting my unique graphic design philosophy.\",\"section_prompt\":\"Full-width banner with a stunning background image and introductory text overlay.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my background, skills, and passion for graphic design.\",\"section_prompt\":\"Concise text area detailing my story and design philosophy, set against visual elements.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"A visually appealing grid showcasing thumbnails of my best design projects.\",\"section_prompt\":\"Grid layout displaying featured project images with titles and brief descriptions.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"A section featuring positive feedback from clients about my work and experience.\",\"section_prompt\":\"Display of client testimonials in distinct blocks to highlight their experiences.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Brief snippets of my latest design articles or projects that keep the audience updated.\",\"section_prompt\":\"Section with recent posts links or previews, presented in a clean layout.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Work Together!\",\"section_description\":\"Encouraging visitors to reach out for inquiries and collaborations.\",\"section_prompt\":\"An engaging call to action prompt leading to the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer with essential links and copyright information.\",\"section_prompt\":\"Standard footer layout with links to privacy policy, social media, and contact details.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Work\",\"page_description\":\"A detailed showcase of my graphic design projects and artistic skills.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the main navigation area of the site providing links to all relevant pages.\",\"section_prompt\":\"Standard header encompassing the site navigation layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Portfolio Gallery\",\"section_description\":\"A rich visual portfolio of my past work, illustrating my creative range and capabilities.\",\"section_prompt\":\"An inviting inner banner that introduces visitors to my portfolio.\"},{\"section_type\":\"gallery\",\"section_title\":\"Design Projects\",\"section_description\":\"A comprehensive gallery featuring various graphic design projects categorized by type and style.\",\"section_prompt\":\"Grid or masonry layout displaying images of completed projects with brief descriptions.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Notable Projects\",\"section_description\":\"Highlighting a few chosen projects with in-depth descriptions and challenges faced.\",\"section_prompt\":\"Individual feature block with images and detailed text explaining key projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire About My Work\",\"section_description\":\"A prompt for potential clients to get in touch regarding my services and availability.\",\"section_prompt\":\"Engaging call to action leading to the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer with essential links and copyright information.\",\"section_prompt\":\"Standard footer layout with links to privacy policy, social media, and contact details.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"An overview of the graphic design services I offer to clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the main navigation area of the site providing links to all relevant pages.\",\"section_prompt\":\"Standard header encompassing the site navigation layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Services Overview\",\"section_description\":\"An introduction to the range of graphic design services I provide to cater to diverse needs.\",\"section_prompt\":\"Section showcasing the variety of design services offered with engaging visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding Design\",\"section_description\":\"Creative branding solutions that resonate with your target audience and embody your brand\'s mission.\",\"section_prompt\":\"Content area with an image alongside descriptive text about branding services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"High-quality print materials, including business cards, brochures, and posters to make your message visual.\",\"section_prompt\":\"Content area with an image alongside descriptive text about print design services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Design\",\"section_description\":\"Designs optimized for digital platforms, including social media graphics and web design.\",\"section_prompt\":\"Content area with an image alongside descriptive text about digital design services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions regarding services, pricing, and project timelines.\",\"section_prompt\":\"List layout of frequently asked questions and detailed answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project\",\"section_description\":\"Encouraging visitors to reach out and start their project with me today.\",\"section_prompt\":\"Engaging call to action leading to the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer with essential links and copyright information.\",\"section_prompt\":\"Standard footer layout with links to privacy policy, social media, and contact details.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Insights\",\"page_description\":\"A collection of articles and insights about graphic design trends and tips.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the main navigation area of the site providing links to all relevant pages.\",\"section_prompt\":\"Standard header encompassing the site navigation layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Graphic Design Articles\",\"section_description\":\"Explore articles that provide valuable insights and updates in the field of graphic design.\",\"section_prompt\":\"Informative banner section introducing the blog and its purpose.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Blog Posts\",\"section_description\":\"A grid layout displaying snippets of my latest articles, guiding readers to full posts.\",\"section_prompt\":\"Grid of recent articles with images, titles, and brief excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encouraging visitors to subscribe for the latest blog posts and design insights.\",\"section_prompt\":\"Engaging call to action inviting users to subscribe to a newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer with essential links and copyright information.\",\"section_prompt\":\"Standard footer layout with links to privacy policy, social media, and contact details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get In Touch\",\"page_description\":\"A page for visitors to reach out to me regarding inquiries and project collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the main navigation area of the site providing links to all relevant pages.\",\"section_prompt\":\"Standard header encompassing the site navigation layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Information on how to reach me for inquiries or collaborations.\",\"section_prompt\":\"Inviting inner banner that motivates users to connect.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to submit inquiries directly through the website.\",\"section_prompt\":\"Form layout allowing visitors to fill in their details and messages.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Additional Contact Info\",\"section_description\":\"Details of alternative ways to reach me, including email and phone.\",\"section_prompt\":\"Area providing alternative contact methods to connect.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer with essential links and copyright information.\",\"section_prompt\":\"Standard footer layout with links to privacy policy, social media, and contact details.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":728}', '2025-09-29 09:43:19', '2025-09-29 09:43:19'),
(729, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing a collection of innovative graphic design projects, including branding, advertising, and digital art, reflecting my journey and creativity as a graphic designer.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, branding, advertising, digital art\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An overview of my creative graphic design work and artistic journey.\",\"section_prompt\":\"A visually engaging hero section with a bold title and an inviting background image that showcases my style.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey in graphic design and my creative philosophy.\",\"section_prompt\":\"An introductory section about me and my experiences in graphic design, styled with thoughtful visuals.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"A selection of my best design projects across various categories.\",\"section_prompt\":\"A grid layout displaying thumbnails of my projects, clickable for detailed views.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"Highlighting my completed projects, happy clients, and years of experience.\",\"section_prompt\":\"A design-focused statistics section showcasing key accomplishments with icons and numbers.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet My Clients\",\"section_description\":\"The esteemed brands and clients I\'ve collaborated with.\",\"section_prompt\":\"A visually engaging section with logos of clients displayed in a grid format.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Work\",\"section_description\":\"Updates on my most recent design projects.\",\"section_prompt\":\"A section displaying my latest project thumbnails with brief descriptions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate\",\"section_description\":\"Encouraging potential clients to contact me for graphic design services.\",\"section_prompt\":\"A compelling call-to-action section with an engaging message and a button linking to the contact page.\"}]},{\"page_type\":\"services\",\"page_title\":\"Design Services\",\"page_description\":\"Discover the range of graphic design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to my services page.\",\"section_prompt\":\"A standard header for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Design Services\",\"section_description\":\"Detailed insights into the services I provide as a designer.\",\"section_prompt\":\"A banner showing the page\'s main focus with engaging visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding\",\"section_description\":\"Creating unique brand identities that resonate with target audiences.\",\"section_prompt\":\"A section combining images of branding projects with descriptive text.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Advertising Design\",\"section_description\":\"Designing impactful advertisements that drive engagement.\",\"section_prompt\":\"Highlighting my advertising designs with visuals alongside compelling text.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Art\",\"section_description\":\"Exploring innovative concepts through digital mediums.\",\"section_prompt\":\"A striking showcase of my digital art creations with visual descriptions.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my services.\",\"section_prompt\":\"A structured Q&A layout addressing potential client inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to reach out for more information on services.\",\"section_prompt\":\"A call-to-action prompting visitors to use the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigational links and copyright information.\",\"section_prompt\":\"The website footer for easy access to important links and details.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Explore my latest thoughts and insights on design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to my blog.\",\"section_prompt\":\"A standard header for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Insights\",\"section_description\":\"Read about the latest trends and my perspectives on design.\",\"section_prompt\":\"An engaging banner for the blog page.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"A collection of my recent articles and posts.\",\"section_prompt\":\"A grid of blog post summaries and featured images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to My Blog\",\"section_description\":\"Stay updated with my latest articles and design tips.\",\"section_prompt\":\"Encouragement for visitors to subscribe through an email form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigational links and copyright information.\",\"section_prompt\":\"The website footer for easy access to important links and details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out to me for inquiries and collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to the contact page.\",\"section_prompt\":\"A standard header for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"I\'m here to answer your questions.\",\"section_prompt\":\"An inviting banner encouraging visitors to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send me a message.\",\"section_prompt\":\"A structured contact form for visitors to send inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Details\",\"section_description\":\"Find my contact details for direct outreach.\",\"section_prompt\":\"Providing professional contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigational links and copyright information.\",\"section_prompt\":\"The website footer for easy access to important links and details.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":729}', '2025-09-29 09:44:23', '2025-09-29 09:44:23'),
(731, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing my skills and creativity through an extensive collection of graphic design projects to attract potential clients and employers.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, creative portfolio, design showcase, freelance designer, graphic artwork\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio. Explore my journey and latest works.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"This section welcomes visitors with an eye-catching banner showcasing examples of my best design work.\",\"section_prompt\":\"A visually rich hero section that displays stunning designs (full-screen image slider) to capture immediate attention.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey, inspirations, and passion for graphic design.\",\"section_prompt\":\"An informative section that shares my background in graphic design and what drives my creativity, laid out in a clean, text-centric format.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Latest Works\",\"section_description\":\"A curated grid of my latest design projects highlighting my style and versatility.\",\"section_prompt\":\"A dynamic grid layout showcasing thumbnail images of selected works with hover effects, directing to each project\'s details.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Collaborate?\",\"section_description\":\"Let\'s bring your ideas to life together! Reach out for inquiries.\",\"section_prompt\":\"A compelling call-to-action inviting visitors to contact me, featuring bright colors and engaging visuals.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out my recent articles and tips on graphic design.\",\"section_prompt\":\"A section displaying blog excerpts for the latest posts in a visually engaging way, encouraging visitors to read more.\"}]},{\"page_type\":\"services\",\"page_title\":\"What I Offer\",\"page_description\":\"Explore the range of graphic design services I provide.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"A dedicated overview of the services offered to clients.\",\"section_prompt\":\"A visually appealing banner that highlights the services page purpose in an attention-grabbing style.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Logo Design\",\"section_description\":\"Custom logo designs that represent your brand identity.\",\"section_prompt\":\"Includes images of logos created alongside succinct descriptions on the process and importance of a logo in branding.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding\",\"section_description\":\"Comprehensive branding services including style guides and brand assets.\",\"section_prompt\":\"Feature images showcasing branding projects with a brief narrative on each project and the results achieved.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Designing eye-catching print media such as brochures and posters.\",\"section_prompt\":\"Highlight print design work with visuals and descriptions that explain the effectiveness of printed materials.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Graphics\",\"section_description\":\"Creating dynamic graphics for web use, including social media graphics.\",\"section_prompt\":\"Showcase examples of digital graphics with explanations of how they enhance online presence.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my services and design process.\",\"section_prompt\":\"An informative FAQ section designed as a clean list to address potential client concerns.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Interested in my services? Let\'s discuss your project.\",\"section_prompt\":\"A prominent call-to-action to encourage visitors to contact me for service inquiries, visually distinct at the bottom.\"}]},{\"page_type\":\"blog\",\"page_title\":\"My Articles\",\"page_description\":\"Read the latest articles and insights on graphic design.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"A collection of my thoughts and insights on design.\",\"section_prompt\":\"An engaging banner introducing the blog section with visuals relevant to blogging in design.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Explore Blog Posts\",\"section_description\":\"A grid featuring snippets of my blog posts ranging from design tips to industry news.\",\"section_prompt\":\"A grid layout displaying blog entries with compelling images and short excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"I welcome your thoughts and feedback on my posts.\",\"section_prompt\":\"Encouraging users to interact by commenting or reaching out, supported by visually engaging elements.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out for inquiries, collaborations, or just to say hello.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Let\'s connect! Fill out the form below for any inquiries.\",\"section_prompt\":\"A simple and professional banner leading into the contact form section.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Use this form to send me a message directly.\",\"section_prompt\":\"A comprehensive form with fields for name, email, message, and a submit button designed for ease of use.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow Me on Social Media\",\"section_description\":\"Stay updated with my latest work through social media.\",\"section_prompt\":\"Encouraging visitors to connect on platforms like Instagram and LinkedIn, visually coordinated with social media icons.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"What Clients Say\",\"page_description\":\"Check out testimonials from my satisfied clients.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear directly from those who have worked with me.\",\"section_prompt\":\"An inviting section header calling attention to client feedback.\"},{\"section_type\":\"reviews\",\"section_title\":\"Positive Feedback\",\"section_description\":\"Read through the wonderful feedback from my clients.\",\"section_prompt\":\"A carousel or grid of testimonials containing quotes and client names, styled to promote readability.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project!\",\"section_description\":\"Inspired by my work? Let\'s create something amazing together.\",\"section_prompt\":\"A visually distinct section prompting inquiries that link back to the contact page.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":731}', '2025-09-29 09:47:30', '2025-09-29 09:47:30');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(733, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A showcase of my graphic design work, reflecting my skills, creativity, and a diverse range of projects.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio showcase, creative projects, design inspiration, visual art\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where creativity meets professionalism.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"A dynamic introduction to my graphic design work, showcasing my skills and creativity.\",\"section_prompt\":\"This section will feature a stunning visual banner that captivates visitors immediately.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey, background, and the inspiration behind my graphic design work.\",\"section_prompt\":\"This section provides insights into my experiences and what drives my creative process.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the range of services I offer in graphic design, tailored for diverse needs.\",\"section_prompt\":\"This section presents a visually appealing grid listing all my design services.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"Highlighting significant milestones and accomplishments in my graphic design career.\",\"section_prompt\":\"This section will feature statistics like the number of projects completed and client satisfaction rates.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Stay updated with my most recent graphic design projects and creative pursuits.\",\"section_prompt\":\"This section displays a curated list of my latest works to keep visitors informed.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in collaborating or learning more? Reach out to me!\",\"section_prompt\":\"This section encourages visitors to contact me for inquiries or collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains necessary links and copyright information.\",\"section_prompt\":\"This section includes vital footer information and navigation links.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Design Services\",\"page_description\":\"Discover the various graphic design services I offer, tailored to meet client needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A top section that introduces my design services.\",\"section_prompt\":\"This will provide an engaging header for the services page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Design Services\",\"section_description\":\"An overview of the design services I provide.\",\"section_prompt\":\"This banner highlights the services offered to potential clients.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Logo Design\",\"section_description\":\"Craft unique logos that represent your brand identity.\",\"section_prompt\":\"This section combines visuals of logos and text explaining my logo design service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding\",\"section_description\":\"Develop a cohesive branding strategy to enhance your visibility.\",\"section_prompt\":\"This will showcase branding work with text detailing my approach.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"Create visually appealing and functional websites.\",\"section_prompt\":\"This section highlights web design projects and explains the design process.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries about my services and processes.\",\"section_prompt\":\"This section will address potential client questions to clarify my offerings.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Ready to start your project? Let\'s discuss your vision!\",\"section_prompt\":\"Encourages users to reach out for service inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains necessary links and copyright information.\",\"section_prompt\":\"This section includes vital footer information and navigation links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"Read about design trends, tips, and my creative process through my blog.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"An introductory section to my blog zone.\",\"section_prompt\":\"This will create a welcoming header for the blog page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest in Design\",\"section_description\":\"Explore articles, tips, and insights about graphic design.\",\"section_prompt\":\"An engaging banner promoting my latest blog articles.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Articles\",\"section_description\":\"A grid displaying my latest blog posts about graphic design.\",\"section_prompt\":\"This grid presents snippets from various articles to entice readers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Connected\",\"section_description\":\"Subscribe to my newsletter for the latest updates.\",\"section_prompt\":\"Encourages visitors to sign up for future news and insights.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains necessary links and copyright information.\",\"section_prompt\":\"This section includes vital footer information and navigation links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for inquiries or collaborations using the form below.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A welcoming introduction to the contact page.\",\"section_prompt\":\"Provides a prominent header for the contact section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Reach out for queries and collaboration requests.\",\"section_prompt\":\"Promotes the contact form to visitors.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send me a message directly.\",\"section_prompt\":\"This section is designed for users to fill out a contact form.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Find my email and phone number for direct communication.\",\"section_prompt\":\"A section that presents my contact details clearly.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains necessary links and copyright information.\",\"section_prompt\":\"This section includes vital footer information and navigation links.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"Browse through categorized galleries showcasing my design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"An inviting header for my portfolio page.\",\"section_prompt\":\"Introduces the portfolio showcase.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore My Work\",\"section_description\":\"A comprehensive view of my graphic design projects arranged by categories.\",\"section_prompt\":\"Features an engaging banner that encourages exploration of my portfolio.\"},{\"section_type\":\"gallery\",\"section_title\":\"Category 1: Branding\",\"section_description\":\"A collection of branding projects I\'ve completed for various clients.\",\"section_prompt\":\"Shows a gallery of branding works, allowing for a visual feast.\"},{\"section_type\":\"gallery\",\"section_title\":\"Category 2: Web Design\",\"section_description\":\"View my latest web designs tailored for client needs.\",\"section_prompt\":\"Highlights my web design projects in a categorized gallery.\"},{\"section_type\":\"gallery\",\"section_title\":\"Category 3: Illustrations\",\"section_description\":\"Explore unique illustrations crafted as part of my projects.\",\"section_prompt\":\"Showcases works of illustrations creatively displayed.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Hire Me\",\"section_description\":\"Inspired by my work? Let\'s collaborate on your next project!\",\"section_prompt\":\"Encourages visitors to consider hiring me based on portfolio samples.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains necessary links and copyright information.\",\"section_prompt\":\"This section includes vital footer information and navigation links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":733}', '2025-09-29 10:06:06', '2025-09-29 10:06:06'),
(734, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing the creativity and innovative design skills of a talented graphic designer through diverse projects and professional experiences.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative projects, design skills, graphic designer, artwork showcase\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio!\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An eye-catching introduction to my graphic design portfolio that highlights my creative flair and professional journey.\",\"section_prompt\":\"Responsive full-width banner with bold visuals of my design work and a brief welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A glimpse into my background, experiences, and journey as a graphic designer.\",\"section_prompt\":\"Responsive left-aligned section with a personal photo and a narrative about my design journey.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"A showcase of selected works that best represent my graphic design capabilities and style.\",\"section_prompt\":\"Grid layout displaying thumbnails of projects with links to detailed views.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Insights and articles related to graphic design, trends, and my professional experiences.\",\"section_prompt\":\"Grid layout featuring recent blog posts about design topics.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback from clients that highlights my reliability and creativity in projects.\",\"section_prompt\":\"Carousel display of client testimonials with their names and project details.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Connect!\",\"section_description\":\"Encouragement for visitors to reach out for collaborations or inquiries.\",\"section_prompt\":\"Call-to-action section encouraging users to contact me with bold text and a visual element.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":734}', '2025-09-29 10:11:24', '2025-09-29 10:11:24'),
(737, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Creative Design Portfolio\",\"website_description\":\"Showcasing vibrant graphic design work with insights into creativity and professional journey.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative showcase, design process, client testimonials, design trends\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets professionalism.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A stunning visual introduction showcasing my best graphic design work.\",\"section_prompt\":\"Full-width responsive hero banner with a high-quality image of my best design project.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my journey in graphic design and my creative influences.\",\"section_prompt\":\"Personal narrative section with an engaging layout sharing my story and passion for graphic design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"Highlighting my key graphic design projects with images and brief descriptions.\",\"section_prompt\":\"Grid layout showcasing thumbnails of projects, with captions for each, providing a visual flow.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"Showcasing notable achievements in my graphic design career, like projects completed and clients served.\",\"section_prompt\":\"Visually appealing section displaying key statistics in a bar format, easy to read.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Quick snipped previews of recent blog posts sharing trends and design tips.\",\"section_prompt\":\"Section featuring cards for blog posts with images and excerpts, linking to full articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Encouraging visitors to reach out for collaborations or inquiries.\",\"section_prompt\":\"Clear call to action prompting visitors to contact me through the website.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer containing links to important pages and social media.\",\"section_prompt\":\"Standard footer layout with links and social media icons.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Work\",\"page_description\":\"Explore my graphic design projects, showcasing creativity and skills with detailed descriptions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header section.\",\"section_prompt\":\"Simple header layout with navigation bar.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Portfolio Overview\",\"section_description\":\"An introduction to my graphic design projects and creative expression.\",\"section_prompt\":\"Inner banner providing context for the portfolio page with engaging visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project One\",\"section_description\":\"Details about my first project including the concept, techniques, and inspirations behind it.\",\"section_prompt\":\"Media and text block displaying an image next to detailed project information.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project Two\",\"section_description\":\"Description of my second project showcasing my unique style and approach.\",\"section_prompt\":\"Responsive media and text section with visuals and explanations.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project Three\",\"section_description\":\"Overview of my third project highlighting creativity and professional tools used.\",\"section_prompt\":\"Tidy section combining images and project analysis.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common inquiries about my graphic design services and process.\",\"section_prompt\":\"Simple FAQ layout answering typical questions about my work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Collaborate with Me\",\"section_description\":\"Encouraging visitors to reach out if they wish to collaborate on design projects.\",\"section_prompt\":\"Responsive call to action prompting visitors to initiate contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for navigation and social links.\",\"section_prompt\":\"Standard footer layout with navigational links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn about my journey, inspirations, and what drives my passion for graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for the About Me page.\",\"section_prompt\":\"Simple header layout with page navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"A personal narrative of my evolution as a graphic designer.\",\"section_prompt\":\"Inner banner offering a visual representation of my story.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Inspirations\",\"section_description\":\"An exploration of the influences that shape my design perspective.\",\"section_prompt\":\"Single feature explanation detailing my inspirations and how they affect my work.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet My Team\",\"section_description\":\"Introduce any collaborators or assistants involved in my projects.\",\"section_prompt\":\"Card format layout showcasing brief bios and images of my team.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with social media links and navigation.\",\"section_prompt\":\"Standard footer layout for site navigation.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"Read my latest articles and insights into graphic design trends and processes.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the blog page.\",\"section_prompt\":\"Simple header with navigation elements.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog Overview\",\"section_description\":\"Welcome to my blog where I share design insights and trends.\",\"section_prompt\":\"Inner banner welcoming readers to my blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"Overview of my latest blog posts with thumbnails and excerpts.\",\"section_prompt\":\"Grid layout displaying articles with images and short excerpts linking to individual posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encouraging visitors to subscribe for the latest blog updates and news.\",\"section_prompt\":\"Prominent call-to-action section for newsletter subscriptions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with important links and contact information.\",\"section_prompt\":\"Standard structured footer with site information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get In Touch\",\"page_description\":\"Contact me for collaborations or inquiries regarding my graphic design services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section to the contact page.\",\"section_prompt\":\"Simple header layout for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"How to get in touch with me for potential projects.\",\"section_prompt\":\"Inner banner with contact details and a brief welcoming message.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Submit your inquiries or proposals through the form below.\",\"section_prompt\":\"Section featuring a contact form for users to fill out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section providing extra navigation and links.\",\"section_prompt\":\"Structured footer layout with relevant links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":737}', '2025-09-29 10:22:35', '2025-09-29 10:22:35'),
(739, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Graphic Design Portfolio\",\"website_description\":\"A portfolio showcasing my graphic design work, highlighting my creativity, skills, and journey as a designer.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, design portfolio, creative projects, visual art, graphic artist\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The homepage features an introduction and highlights of my portfolio.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An engaging introduction inviting viewers to explore my graphic design work.\",\"section_prompt\":\"Inviting header with a captivating image accompanied by a brief introductory text.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my design journey, skills, and the passion behind my work.\",\"section_prompt\":\"Brief overview of my background and inspiration with a focus on design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Works\",\"section_description\":\"Showcase of my top design projects to give a glimpse of my creativity and skills.\",\"section_prompt\":\"A grid layout displaying project thumbnails with titles and brief descriptions.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"Highlighting key milestones and projects completed in my graphic design career.\",\"section_prompt\":\"Visual representation of my design journey through impressive statistics.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback from clients who have experienced my design services.\",\"section_prompt\":\"Showcasing client testimonials in a visually appealing format.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"A summary of my recent design work, featuring more recent projects.\",\"section_prompt\":\"A section to highlight the newest additions to my portfolio.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate!\",\"section_description\":\"Encouraging visitors to reach out for collaborations and inquiries.\",\"section_prompt\":\"Engaging call-to-action prompting visitors to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Provides links and information about social media and copyright.\",\"section_prompt\":\"Contains copyright information and navigation links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Design Services\",\"page_description\":\"Overview of the graphic design services offered.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header to guide through the services page.\",\"section_prompt\":\"Standard header for consistent site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Detailed breakdown of services available.\",\"section_prompt\":\"An eye-catching banner displaying the page title.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Graphic Design\",\"section_description\":\"Creating stunning visuals that communicate effectively with the target audience.\",\"section_prompt\":\"Combines an engaging image with a description of graphic design services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity\",\"section_description\":\"Comprehensive branding solutions, including logos and visual identity development.\",\"section_prompt\":\"Highlighted service with complementary media illustrating branding.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"Designing user-friendly websites that resonate with users and showcase brands.\",\"section_prompt\":\"A layout showcasing web design capabilities with illustrative examples.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries related to design services offered.\",\"section_prompt\":\"FAQs addressing potential client concerns and questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encourage potential clients to reach out for personalized services.\",\"section_prompt\":\"A clear invitation for visitors to contact for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Provides links and information about social media and copyright.\",\"section_prompt\":\"Contains copyright information and navigation links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"A collection of articles discussing design trends and insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header to guide through the blog page.\",\"section_prompt\":\"Standard header for consistent site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog Articles\",\"section_description\":\"Explore my latest thoughts on graphic design trends and insights.\",\"section_prompt\":\"A banner section that highlights the blog theme.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Grid of my latest blog posts covering various design topics.\",\"section_prompt\":\"A formatted grid displaying titles and excerpts from recent blog entries.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Tips\",\"section_description\":\"Insights and advice on improving your graphic design skills.\",\"section_prompt\":\"A detailed segment that provides valuable tips for aspiring designers.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Trends in Design\",\"section_description\":\"Latest trends in the graphic design industry that you shouldn\'t miss.\",\"section_prompt\":\"Single-focused content detailing important design trends.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encourage visitors to subscribe to my blog for the latest articles and news.\",\"section_prompt\":\"A section prompting visitors to join a newsletter or subscribe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Provides links and information about social media and copyright.\",\"section_prompt\":\"Contains copyright information and navigation links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for collaborations or inquiries regarding my services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the contact page.\",\"section_prompt\":\"Standard header for consistent site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Information on how to contact me for work or collaborations.\",\"section_prompt\":\"A banner section encouraging visitors to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to fill out to inquire about my services or collaborations.\",\"section_prompt\":\"An interactive contact form for easy communication.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Other Ways to Connect\",\"section_description\":\"Providing alternative contact methods such as email and social media links.\",\"section_prompt\":\"Details of alternate communication channels.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Provides additional links and copyright information.\",\"section_prompt\":\"Contains copyright information and navigation links.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Design Gallery\",\"page_description\":\"A visual showcase of my best design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the gallery page.\",\"section_prompt\":\"Standard header for consistent site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Gallery of Designs\",\"section_description\":\"Explore the collection of my favorite design projects.\",\"section_prompt\":\"An attractive banner introducing the gallery.\"},{\"section_type\":\"gallery\",\"section_title\":\"My Artwork\",\"section_description\":\"A curated collection of design projects showcasing my style and skills.\",\"section_prompt\":\"A visually engaging gallery displaying images of design work.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project Details\",\"section_description\":\"In-depth look at selected projects, including processes and challenges faced.\",\"section_prompt\":\"A section providing detailed insights into specific projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Discuss Your Project\",\"section_description\":\"Encouragement to reach out to discuss potential projects and collaborations.\",\"section_prompt\":\"A clear invitation for visitors to initiate contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Provides links and information about social media and copyright.\",\"section_prompt\":\"Contains copyright information and navigation links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":739}', '2025-09-29 10:24:50', '2025-09-29 10:24:50'),
(746, 134, 417, '\"Website for Trusted Aviation Advisors named \\\"Paradise Jets\\\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.\"', '{\"website_title\":\"Paradise Jets\",\"website_description\":\"Your trusted aviation advisory firm specializing in private flight operations and client-focused services.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"aviation services, private flight operations, aviation advisory, flight management, charter services\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our comprehensive aviation advisory firm, specializing in private flight operations.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Paradise Jets\",\"section_description\":\"An overview of our services in private aviation consulting, tailored to your needs.\",\"section_prompt\":\"Responsive hero section with a captivating image reflecting aviation excellence.\"},{\"section_type\":\"about\",\"section_title\":\"Who We Are\",\"section_description\":\"Discover our mission, vision, and the expert team committed to your success in aviation.\",\"section_prompt\":\"An informative section about the company with team visuals.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our wide range of tailored aviation services designed to meet your needs.\",\"section_prompt\":\"Grid layout showcasing the list of services provided.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Highlighting successful flight operations and partnerships we\'ve established over the years.\",\"section_prompt\":\"A visual statistics bar representing our accomplishments.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest articles and news in the aviation industry.\",\"section_prompt\":\"A teaser section for recent posts with links to full articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started with Us\",\"section_description\":\"Ready to elevate your flight operations? Reach out to our experts today!\",\"section_prompt\":\"Encouraging and engaging call to action for users.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information, links to social media, and privacy policy.\",\"section_prompt\":\"Standard footer layout with all essential links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about Paradise Jets and our dedicated team of aviation experts.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the About Us page.\",\"section_prompt\":\"Standard header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Paradise Jets\",\"section_description\":\"A deeper insight into our firm and what drives us in the aviation industry.\",\"section_prompt\":\"Inner banner with an engaging layout.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our History\",\"section_description\":\"Tracing our journey in the aviation sector and how we\'ve become a trusted advisory partner.\",\"section_prompt\":\"A detailed narrative about the company history.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Values\",\"section_description\":\"Core principles that guide our work and interactions with clients and partners.\",\"section_prompt\":\"Explaining the company\'s values and beliefs.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Experts\",\"section_description\":\"Get to know the team of professionals behind Paradise Jets.\",\"section_prompt\":\"A visual team introduction showcasing our team members.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us on Our Journey\",\"section_description\":\"Explore our services and see how we can assist you with your aviation needs.\",\"section_prompt\":\"Engaging call to action encouraging exploration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information, links to social media, and privacy policy.\",\"section_prompt\":\"Standard footer layout with all essential links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"A detailed overview of the expert services we provide at Paradise Jets.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Services page.\",\"section_prompt\":\"Standard header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Expert Services Tailored for You\",\"section_description\":\"Explore the elite services we offer and how we customize them for your needs.\",\"section_prompt\":\"An engaging inner banner featuring the services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Consultation Services\",\"section_description\":\"In-depth analysis and advice tailored to your specific aviation needs.\",\"section_prompt\":\"A media-focused layout explaining our consultation services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Charter Operations\",\"section_description\":\"Exceptional charter services providing flexibility and convenience for your flights.\",\"section_prompt\":\"Layout highlighting our charter services with visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Acquisition Guidance\",\"section_description\":\"Expert assistance in aircraft acquisition to ensure the best investments.\",\"section_prompt\":\"Highlighting our acquisition process and support.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to the common questions about our services and operations.\",\"section_prompt\":\"List of anticipated FAQs with concise responses.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule a Consultation\",\"section_description\":\"Interested in our services? Contact us today to discuss your aviation needs.\",\"section_prompt\":\"Engaging call to action for potential clients.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information, links to social media, and privacy policy.\",\"section_prompt\":\"Standard footer layout with all essential links.\"}]},{\"page_type\":\"client_portal\",\"page_title\":\"Client Portal\",\"page_description\":\"A secure access point for our clients to manage their aviation needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Client Portal page.\",\"section_prompt\":\"Standard header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Safe Client Access\",\"section_description\":\"Access your personalized information securely and conveniently.\",\"section_prompt\":\"Inner banner prompting clients to log in.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Access Your Information\",\"section_description\":\"Log in to view your documents, updates, and flight information.\",\"section_prompt\":\"Instructions on accessing the client portal.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Need Help?\",\"section_description\":\"Contact our support team if you have any issues accessing your account.\",\"section_prompt\":\"Support contact details presented clearly.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Log In to Your Account\",\"section_description\":\"Reach your aviation data quickly with our secure login.\",\"section_prompt\":\"Encouraging section to prompt login.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information, links to social media, and privacy policy.\",\"section_prompt\":\"Standard footer layout with all essential links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Stay informed with our updates and insights on the aviation industry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Blog page.\",\"section_prompt\":\"Standard header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Aviation Insights\",\"section_description\":\"Recent articles and updates to keep you informed in the aviation sector.\",\"section_prompt\":\"Inner banner showcasing enlightening content.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Articles\",\"section_description\":\"Explore our collection of articles on various aviation topics and updates.\",\"section_prompt\":\"Grid layout displaying recent blog posts with excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Sign up for our newsletter to receive the latest news and insights directly.\",\"section_prompt\":\"Engaging call to action for newsletter subscription.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information, links to social media, and privacy policy.\",\"section_prompt\":\"Standard footer layout with all essential links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to Paradise Jets for any inquiries or consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Contact Us page.\",\"section_prompt\":\"Standard header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We\'re here to assist you. Contact us for any aviation-related inquiries.\",\"section_prompt\":\"Inner banner prompting contact.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send us your inquiries or requests.\",\"section_prompt\":\"Standard contact form layout for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Office Location\",\"section_description\":\"Find our contact details and location for visits and inquiries.\",\"section_prompt\":\"Grouped contact details clearly presented.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information, links to social media, and privacy policy.\",\"section_prompt\":\"Standard footer layout with all essential links.\"}]}],\"user_prompt\":\"Website for Trusted Aviation Advisors named \\\"Paradise Jets\\\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.\",\"prompt_id\":746,\"theme\":\"soft\",\"colors\":[[40,53,102],[152,100,36]],\"fonts\":\"soft-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/test.com\",\"instagram\":\"https:\\/\\/test.com\",\"twitter\":\"https:\\/\\/test.com\",\"linkedin\":null,\"pinterest\":null},\"contact_details\":{\"phone_number\":\"+919828098280\",\"email\":\"test@test.com\",\"primary_cta\":\"email\"}}', '2025-09-30 09:05:57', '2025-09-30 09:20:57');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(748, 134, 418, '\"Website for Trusted Aviation Advisors named \\\"Paradise Jets\\\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.\"', '{\"website_title\":\"Paradise Jet Avaition\",\"website_description\":\"Comprehensive aviation advisory services specializing in private flight operations, offering expert consultation, charter, acquisition, and management solutions.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"aviation, private flight, aircraft management, jet charter, aviation advisory\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Paradise Jets, your trusted aviation advisory firm.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Paradise Jets\",\"section_description\":\"Your trusted partner in aviation advisory solutions.\",\"section_prompt\":\"Hero section with a captivating image showcasing private jets.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Discover our mission to provide unparalleled aviation solutions and our commitment to excellence.\",\"section_prompt\":\"An overview of our firm\'s values and mission, presented in a clean layout.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our comprehensive range of aviation services designed for private flight operations.\",\"section_prompt\":\"A grid showcasing services like consultation, charter, acquisition, sales, and management.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Why Choose Us\",\"section_description\":\"Highlights of our achievements and credibility within the aviation industry.\",\"section_prompt\":\"A statistics section highlighting key figures and achievements in a visually appealing way.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest articles and insights into the aviation industry.\",\"section_prompt\":\"A section displaying snippets of the most recent blog posts.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from our satisfied clients about their experiences with Paradise Jets.\",\"section_prompt\":\"A carousel of quotes from clients praising our services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Contact us for tailored aviation solutions that suit your needs.\",\"section_prompt\":\"A compelling call-to-action section encouraging visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Connect with us for all your aviation needs.\",\"section_prompt\":\"Standard website footer with links to social media and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"In-depth look at the aviation advisory services we offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Page header introducing the services offered by Paradise Jets.\",\"section_prompt\":\"Standard header with the page title.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"An overview of our diverse aviation services.\",\"section_prompt\":\"A banner section at the top of the page with the title \'Our Services\'.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Consultation Services\",\"section_description\":\"Personalized consultation to guide your aviation needs with expertise.\",\"section_prompt\":\"A media text section detailing our consultation services, designed with an image and text layout.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Charter Services\",\"section_description\":\"Efficient and luxurious jet charter solutions for all your travel needs.\",\"section_prompt\":\"A media text section presenting charter service offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Acquisition Services\",\"section_description\":\"Expert assistance in aircraft acquisition tailored to your requirements.\",\"section_prompt\":\"A media text block detailing our acquisition services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Sales Services\",\"section_description\":\"Facilitating aircraft sales with professionalism and market insight.\",\"section_prompt\":\"Detailing our approach to aircraft sales in a balanced text and image format.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Your questions answered about our services and the aviation industry.\",\"section_prompt\":\"A FAQs section addressing common inquiries regarding our services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out to Us\",\"section_description\":\"Contact us to discuss how we can assist with your aviation needs.\",\"section_prompt\":\"Encouraging potential clients to make inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Connect with us for further assistance.\",\"section_prompt\":\"Standard footer section.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Insights & Articles\",\"page_description\":\"Read our latest thoughts, insights, and articles on the aviation industry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to our blog where we share insights and articles.\",\"section_prompt\":\"Standard header with the blog title.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Insights & Articles\",\"section_description\":\"Explore articles and insights from our aviation experts.\",\"section_prompt\":\"A banner section introducing the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Our most recent blogs featuring insights and industry trends in aviation.\",\"section_prompt\":\"Grid showcasing thumbnails and titles of our latest blog posts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Expert Opinions\",\"section_description\":\"In-depth articles from industry experts on various aviation topics.\",\"section_prompt\":\"Highlighting specific articles with a detailed explanation.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to Our Blog\",\"section_description\":\"Stay updated with our latest insights and articles by subscribing.\",\"section_prompt\":\"Encouraging users to subscribe for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Connect with us for latest updates.\",\"section_prompt\":\"Standard footer section.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to us for any inquiries regarding our services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contact Paradise Jets for expert aviation solutions.\",\"section_prompt\":\"Standard header introducing the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We are here to assist you with any inquiries.\",\"section_prompt\":\"Banner section with the title \'Contact Us\'.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to send us your inquiries.\",\"section_prompt\":\"A contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find our office and get in touch with us directly.\",\"section_prompt\":\"Details about our physical location.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Connect with us for assistance.\",\"section_prompt\":\"Standard footer section.\"}]}],\"user_prompt\":\"Website for Trusted Aviation Advisors named \\\"Paradise Jets\\\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.\",\"prompt_id\":748,\"theme\":\"classic\",\"colors\":[[130,31,160],[244,199,48]],\"fonts\":\"classic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\"}}', '2025-09-30 09:49:56', '2025-09-30 09:50:42'),
(751, 134, 420, '\"Website for wrestlemania\"', '{\"website_title\":\"Wrestlemania Hub\",\"website_description\":\"Your ultimate destination for all things Wrestlemania, including schedules, ticket info, wrestler profiles, and event highlights.\",\"website_type\":\"Informational\",\"website_industry\":\"Entertainment\",\"search_query\":\"wrestling, Wrestlemania, wrestling events, sports entertainment, wrestler profiles\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to the Wrestlemania Hub, your go-to source for all event-related information and exclusive content.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"Showcasing the excitement of Wrestlemania with captivating visuals.\",\"section_prompt\":\"A large, attention-grabbing banner with highlights of Wrestlemania events, featuring stunning images of iconic moments.\"},{\"section_type\":\"about\",\"section_title\":\"About Wrestlemania\",\"section_description\":\"Discover the legacy and significance of Wrestlemania in the wrestling world.\",\"section_prompt\":\"A section detailing the history and importance of Wrestlemania, including its impact on wrestling culture.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest News\",\"section_description\":\"Stay updated with the latest announcements and developments related to Wrestlemania.\",\"section_prompt\":\"A feed showcasing the newest news articles and updates regarding Wrestlemania.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Events\",\"section_description\":\"A visual grid displaying the key matches and attractions for the upcoming Wrestlemania.\",\"section_prompt\":\"A grid layout featuring upcoming matches, special attractions, and notable wrestlers participating in Wrestlemania.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Excitement!\",\"section_description\":\"Get involved and immerse yourself in the Wrestlemania experience.\",\"section_prompt\":\"A section encouraging visitors to participate in events, forums, and purchases related to Wrestlemania.\"},{\"section_type\":\"gallery\",\"section_title\":\"Past Highlights\",\"section_description\":\"Relive the unforgettable moments from previous Wrestlemania events.\",\"section_prompt\":\"A visual gallery featuring captivating images and videos from past Wrestlemania events.\"}]},{\"page_type\":\"event_schedule\",\"page_title\":\"Event Schedule\",\"page_description\":\"Comprehensive details on the Wrestlemania event schedule including matches and timings.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and logo details.\",\"section_prompt\":\"Standard header with navigation links and branding.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Event Schedule\",\"section_description\":\"View the full schedule of Wrestlemania events.\",\"section_prompt\":\"A section title using an eye-catching format to lead into the schedule.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Match Listings\",\"section_description\":\"Detailed listing of matches, dates, and times for Wrestlemania.\",\"section_prompt\":\"A structured grid layout showing each match with its respective date and time.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Ready!\",\"section_description\":\"Mark your calendars for the biggest event in wrestling.\",\"section_prompt\":\"An engaging call to action encouraging visitors to set reminders for the event.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information with links and social media.\",\"section_prompt\":\"A footer section that includes additional navigation and contact details.\"}]},{\"page_type\":\"ticket_information\",\"page_title\":\"Ticket Info\",\"page_description\":\"All the essential details regarding ticket purchasing for Wrestlemania.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and logo details.\",\"section_prompt\":\"Standard header with navigation links and branding.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Ticket Information\",\"section_description\":\"Discover your options for purchasing Wrestlemania tickets.\",\"section_prompt\":\"An introductory banner specific to ticket information.\"},{\"section_type\":\"pricing_table\",\"section_title\":\"Ticket Pricing\",\"section_description\":\"Explore the pricing options for various seating categories.\",\"section_prompt\":\"A detailed table showcasing the prices for different tiers of tickets.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"How to Purchase\",\"section_description\":\"Step-by-step guide on purchasing tickets for Wrestlemania.\",\"section_prompt\":\"A section detailing the purchasing process, alongside relevant images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Buy Your Tickets Today!\",\"section_description\":\"Don\'t miss out on your chance to be part of Wrestlemania.\",\"section_prompt\":\"A compelling call to action encouraging immediate ticket purchases.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information with links and social media.\",\"section_prompt\":\"A footer section that includes additional navigation and contact details.\"}]},{\"page_type\":\"wrestler_profiles\",\"page_title\":\"Wrestler Profiles\",\"page_description\":\"In-depth biographies and profiles of the top wrestlers in Wrestlemania.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and logo details.\",\"section_prompt\":\"Standard header with navigation links and branding.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Wrestler Profiles\",\"section_description\":\"Meet the stars of Wrestlemania and discover their journeys.\",\"section_prompt\":\"A vibrant banner introducing profiles of wrestlers.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Featured Wrestlers\",\"section_description\":\"A showcase of top wrestlers with links to their full profiles.\",\"section_prompt\":\"A section displaying brief highlights of featured wrestlers with images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow Your Favorites!\",\"section_description\":\"Connect with your favorite wrestlers on social media.\",\"section_prompt\":\"A call to action encouraging fans to follow wrestlers\' social media for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information with links and social media.\",\"section_prompt\":\"A footer section that includes additional navigation and contact details.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Gallery\",\"page_description\":\"A collection of photos and videos from past Wrestlemania events.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and logo details.\",\"section_prompt\":\"Standard header with navigation links and branding.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Event Gallery\",\"section_description\":\"Explore the visual history of Wrestlemania through our gallery.\",\"section_prompt\":\"An inviting banner leading into the gallery content.\"},{\"section_type\":\"gallery\",\"section_title\":\"Wrestlemania Highlights\",\"section_description\":\"Curated images and videos from unforgettable Wrestlemania moments.\",\"section_prompt\":\"A section designed to display a visually appealing gallery of past events.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet the Fans\",\"section_description\":\"Spotlight on fan contributions, artworks, and experiences.\",\"section_prompt\":\"A section showcasing fan art and contributions related to Wrestlemania.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Moments!\",\"section_description\":\"Submit your photos and stories from Wrestlemania.\",\"section_prompt\":\"A call to action inviting visitors to contribute their own content.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information with links and social media.\",\"section_prompt\":\"A footer section that includes additional navigation and contact details.\"}]}],\"user_prompt\":\"Website for wrestlemania\",\"prompt_id\":751,\"theme\":\"minimalistic\",\"colors\":[[40,53,102],[152,100,36]],\"fonts\":\"minimalistic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\"}}', '2025-09-30 10:03:48', '2025-09-30 10:06:41'),
(768, NULL, NULL, 'Salon services portal', '{\"website_title\":\"Salon Services Portal\",\"website_description\":\"A comprehensive portal for salon services, allowing users to discover, book, and review beauty treatments with ease.\",\"website_type\":\"Informational\",\"website_industry\":\"Beauty & Wellness\",\"search_query\":\"salon services, beauty treatments, appointment scheduling, beauty tips, salon professionals\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to the Salon Services Portal.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Salon Services\",\"section_description\":\"Explore an extensive range of salon services with the easiest booking options.\",\"section_prompt\":\"Hero image showcasing beauty salon themes with a motivational welcome text.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about our mission to connect you with the best beauty services.\",\"section_prompt\":\"An engaging description of our goals and values in the beauty industry.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Discover a curated list of our available beauty treatments tailored to your needs.\",\"section_prompt\":\"Display a grid of services such as haircuts, facials, and massages with brief descriptions.\"},{\"section_type\":\"gallery\",\"section_title\":\"Our Work Gallery\",\"section_description\":\"Browse through our gallery to see stunning results from our salon professionals.\",\"section_prompt\":\"A visually appealing layout showcasing images of previous work done by salon experts.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Beauty Articles\",\"section_description\":\"Stay updated with the latest tips and trends in beauty from our expert authors.\",\"section_prompt\":\"Highlight recent blog articles related to beauty tips and trends.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Appointment\",\"section_description\":\"Ready to experience our services? Book an appointment today!\",\"section_prompt\":\"Prompt users to click on a booking link with an inviting design.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the diverse salon services we offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our quality beauty services.\",\"section_prompt\":\"Standard header to maintain consistency across pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Comprehensive Services\",\"section_description\":\"Detailed exploration of our salon services.\",\"section_prompt\":\"Inner banner showcasing the range of services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Haircuts\",\"section_description\":\"Professional haircuts tailored to your style and preference.\",\"section_prompt\":\"Detailed description of haircut services with accompanying images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Facials\",\"section_description\":\"Rejuvenating facials to enhance your natural beauty.\",\"section_prompt\":\"Detailed description of facial treatments with images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Massages\",\"section_description\":\"Relaxing massages for total body wellness.\",\"section_prompt\":\"Detailed description of massage options with visuals.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions regarding our services.\",\"section_prompt\":\"List common inquiries and responses to enhance client understanding.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Now\",\"section_description\":\"Reserve your spot for any of our services today!\",\"section_prompt\":\"Encouraging users to make an appointment with a visible button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information and navigation.\",\"section_prompt\":\"Standard footer for additional navigation options.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Beauty Insights\",\"page_description\":\"Read our latest articles and tips on beauty.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Explore insightful articles about beauty.\",\"section_prompt\":\"Standard header for the blog page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Engaging blog articles covering beauty-related topics.\",\"section_prompt\":\"Inner banner showcasing blog latest posts.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Posts\",\"section_description\":\"Check out our most popular articles on beauty tips and trends.\",\"section_prompt\":\"Grid layout displaying featured blog posts with images and summaries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Stay updated with our latest blog posts by subscribing.\",\"section_prompt\":\"Invite users to subscribe to the blog through a form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer navigation and information.\",\"section_prompt\":\"Standard footer for the blog page with links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Contact us for any inquiries or appointments.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Reach out to us anytime.\",\"section_prompt\":\"Standard header for contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We would love to hear from you!\",\"section_prompt\":\"Inner banner prompting visitors to get in touch.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"Fill out the form below and we\'ll get back to you shortly.\",\"section_prompt\":\"Contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our salon location.\",\"section_prompt\":\"Information displaying the salon address and contact details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer navigation and details.\",\"section_prompt\":\"Standard footer for the contact page.\"}]},{\"page_type\":\"team\",\"page_title\":\"Meet the Professionals\",\"page_description\":\"Get to know our talented salon professionals.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Learn about our expert team.\",\"section_prompt\":\"Standard header for the team page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Professionals\",\"section_description\":\"Meet our talented salon team dedicated to your beauty.\",\"section_prompt\":\"Inner banner showcasing the team members.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Team Profiles\",\"section_description\":\"Profiles of our skilled beauty professionals.\",\"section_prompt\":\"Social media-like cards presenting team members with names, roles, and photos.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Team\",\"section_description\":\"Interested in working with us? Get in touch!\",\"section_prompt\":\"Encouraging potential applicants to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer navigation and professional links.\",\"section_prompt\":\"Standard footer for the team page.\"}]}],\"user_prompt\":\"Salon services portal\",\"prompt_id\":768}', '2025-10-07 11:08:49', '2025-10-07 11:08:49'),
(769, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Travel Adventures Blog\",\"website_description\":\"A vibrant blog showcasing captivating travel stories and stunning photography to inspire fellow travelers.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, adventure travel, travel tips, travel stories\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel blog, where I share stories and photographs from my adventures.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Travels\",\"section_description\":\"An introduction to my travel blog filled with stories and photography.\",\"section_prompt\":\"Responsive full-width hero banner with a captivating travel photo and welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my passion for traveling and photography.\",\"section_prompt\":\"A brief narrative about the blogger, including inspirations and background, laid out in a two-column format.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Journeys\",\"section_description\":\"A collection of posts highlighting my most memorable travel experiences.\",\"section_prompt\":\"Grid layout showcasing images and titles of selected blog posts from \'My Journeys\' section.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Check out my newest blog posts where I share my recent adventures.\",\"section_prompt\":\"Vertical list of the latest blog posts with images and snippets, using Bootstrap cards.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Adventure\",\"section_description\":\"Subscribe to follow my travels and never miss a post!\",\"section_prompt\":\"Encouraging visitors to subscribe to the blog through a simple form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Thank you for visiting my travel blog. Connect with me on social media.\",\"section_prompt\":\"Footer with social media links and a brief copyright notice.\"}]},{\"page_type\":\"my-journeys\",\"page_title\":\"My Journeys\",\"page_description\":\"Explore my travel experiences through engaging stories and insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through my journeys and adventures.\",\"section_prompt\":\"Standard header with blog title and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journeys\",\"section_description\":\"Dive into my travel stories and experiences.\",\"section_prompt\":\"Banner that reflects the essence of the journeys shared.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Featured Destinations\",\"section_description\":\"Stories from my favorite places around the globe.\",\"section_prompt\":\"A list of captivating destinations with a brief summary and links to detailed posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Read More\",\"section_description\":\"Discover more adventures in my travel blog.\",\"section_prompt\":\"Call to action prompting users to read further articles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Thank you for visiting my travels.\",\"section_prompt\":\"Footer with copyright and social media links.\"}]},{\"page_type\":\"photo-gallery\",\"page_title\":\"Photo Gallery\",\"page_description\":\"A visual journey through my travels captured in stunning photographs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"View stunning photography from my travels.\",\"section_prompt\":\"Standard header with blog title and relevant navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photo Gallery\",\"section_description\":\"Explore the beauty of the world through my lens.\",\"section_prompt\":\"Banner highlighting the essence of travel photography.\"},{\"section_type\":\"gallery\",\"section_title\":\"Captured Moments\",\"section_description\":\"A collection of my favorite travel photographs.\",\"section_prompt\":\"Grid layout displaying photographs with captions on hover.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Thoughts\",\"section_description\":\"Let me know what you think about my photography!\",\"section_prompt\":\"Encouragement for visitors to engage via comments or social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Thank you for exploring my photo gallery.\",\"section_prompt\":\"Footer with copyright notice and links.\"}]},{\"page_type\":\"travel-tips\",\"page_title\":\"Travel Tips\",\"page_description\":\"Practical advice and tips for travelers to enhance their experiences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through useful travel tips and tricks.\",\"section_prompt\":\"Standard header with blog title and navigation bar.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Tips\",\"section_description\":\"Helpful insights for your journeys.\",\"section_prompt\":\"Informative banner emphasizing the importance of travel tips.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Essential Advice\",\"section_description\":\"Top tips for traveling and photography.\",\"section_prompt\":\"List of tips presented with brief explanations.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions I receive about travel.\",\"section_prompt\":\"Accordion style section answering common travel inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Prepared\",\"section_description\":\"Ready for your next adventure? Start here!\",\"section_prompt\":\"Encouraging readers to prepare for their upcoming travels.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Thank you for visiting my travel tips.\",\"section_prompt\":\"Footer containing social media and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Inquiries and feedback about my travels and blog.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Connect with me for inquiries.\",\"section_prompt\":\"Standard header with blog title and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I would love to hear from you!\",\"section_prompt\":\"Banner inviting visitors to get in touch.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill the form below to reach out.\",\"section_prompt\":\"Form section allowing visitors to send messages.\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Contact Info\",\"section_description\":\"Email me at [Your Email Here].\",\"section_prompt\":\"Information provided under contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Thank you for reaching out.\",\"section_prompt\":\"Footer with relevant links and copyright info.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":769}', '2025-10-07 11:17:26', '2025-10-07 11:17:26'),
(770, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Graphic Design Portfolio\",\"website_description\":\"Showcasing the creative journey and design work of a graphic designer, featuring projects, skills, and client testimonials.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creativity, design projects, testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my Graphic Design Portfolio. Explore my projects and creative journey!\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An inviting hero section with a striking image of my top design work and a brief welcome message to my portfolio.\",\"section_prompt\":\"Responsive hero area with a captivating design as the backdrop and a welcome message overlay.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A section that shares my background, inspirations, and design philosophy, providing insight into my creative process.\",\"section_prompt\":\"A well-structured layout featuring text and image that tells my story as a graphic designer.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"Showcasing a grid of my best graphic design projects, complete with images and brief descriptions of each work.\",\"section_prompt\":\"A visually appealing grid layout highlighting the key projects I\'ve worked on.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Testimonials\",\"section_description\":\"Client and collaborator testimonials highlighting the impact of my work and professional engagements.\",\"section_prompt\":\"A testimonial section with quotes and attributions presented in an elegant format.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"A sneak peek into my latest articles or blog posts related to graphic design and trends.\",\"section_prompt\":\"A concise layout showcasing my latest posts as a list with titles and summaries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to reach out for collaboration or inquiries about my work.\",\"section_prompt\":\"A prominent call-to-action section motivating visitors to contact me, with a button or link.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Design Success Stats\",\"section_description\":\"Statistics showcasing my qualifications, number of projects completed, and client satisfaction rates.\",\"section_prompt\":\"An informative statistic bar highlighting success metrics in my graphic design career.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer containing essential links, copyright information, and social media links.\",\"section_prompt\":\"A neatly structured footer section to conclude the page with necessary information.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Design Services\",\"page_description\":\"Explore the range of graphic design services I offer, tailored to meet your visual communication needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Consistent header section across pages for easy navigation.\",\"section_prompt\":\"Standard header layout with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Design Services\",\"section_description\":\"An overview of the services available, ensuring potential clients understand what I offer.\",\"section_prompt\":\"A specialized inner banner focusing on my services with relevant background imagery.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Creating compelling brand identities that resonate with your target audience.\",\"section_prompt\":\"A combination of text and media layout showcasing my branding services with relevant visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Expertise in designing print materials such as brochures, posters, and business cards.\",\"section_prompt\":\"A section with images and descriptions highlighting my print design capabilities.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"User-friendly web design solutions that enhance online presence and visitor engagement.\",\"section_prompt\":\"A compelling layout that displays my web design services with integrated visuals.\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQs about My Services\",\"section_description\":\"A frequently asked questions section addressing common inquiries related to my design services.\",\"section_prompt\":\"An organized list format for FAQs ensuring easy readability.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project\",\"section_description\":\"Motivating potential clients to begin their creative journey with me.\",\"section_prompt\":\"A strong call-to-action encouraging visitors to reach out for service consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer with links and social media information for easy access.\",\"section_prompt\":\"Consistent footer layout providing contact and social links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"Stay updated with the latest articles, tips, and trends in graphic design through my blog.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for seamless navigation across the portfolio.\",\"section_prompt\":\"Standard header layout ensuring easy site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Insights\",\"section_description\":\"Explore my blog dedicated to graphic design insights, tips, and trends.\",\"section_prompt\":\"A focused inner banner on my blog area with thematic imagery.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"An engaging grid showcasing my most recent blog posts related to graphic design and creativity.\",\"section_prompt\":\"A visually engaging grid format displaying the latest articles.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Techniques\",\"section_description\":\"Deep dives into specific design techniques and methodologies I\'ve adopted throughout my career.\",\"section_prompt\":\"A detailed section focusing on design techniques, structured for user engagement.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Industry Trends\",\"section_description\":\"Discussion on current trends affecting the graphic design industry and how I adapt to them.\",\"section_prompt\":\"A well-crafted layout addressing industry trends with engaging visuals.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Prompting visitors to sign up for my blog updates to stay informed about new posts.\",\"section_prompt\":\"A clear call-to-action encouraging subscription for latest posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer area with key links and copyright info.\",\"section_prompt\":\"Standard footer design for the blog.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for inquiries, collaborations, or questions regarding my graphic design services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section maintaining consistent navigation.\",\"section_prompt\":\"Standard header ensuring site continuity.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A dedicated section inviting potential clients to reach out for various queries.\",\"section_prompt\":\"Simple inner banner emphasizing the contact purpose.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"A responsive contact form for inquiries and project discussions.\",\"section_prompt\":\"A user-friendly contact form for visitors to fill out.\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Location\",\"section_description\":\"Providing details about where I can be reached or my working hours.\",\"section_prompt\":\"A concise layout detailing my contact information and availability.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links for easy navigation.\",\"section_prompt\":\"Standard footer layout concluding the contact page.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":770}', '2025-10-07 11:22:49', '2025-10-07 11:22:49');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(771, 128, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Creative Portfolio\",\"website_description\":\"A showcase of exceptional graphic design work highlighting creativity and design philosophy.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative design showcase, design work presentation, portfolio layout inspiration\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets professionalism.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Creative Space\",\"section_description\":\"Explore the world of graphic design through my curated portfolio.\",\"section_prompt\":\"A captivating hero section with a full-width image representing creative designs.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"I am a passionate graphic designer with a unique design philosophy focused on creativity and client satisfaction.\",\"section_prompt\":\"An informative section detailing my background and approach towards graphic design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Works\",\"section_description\":\"A curated selection of my best design projects, showcasing my style and versatility.\",\"section_prompt\":\"A grid layout displaying selected project thumbnails with titles and brief descriptions.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet My Clients\",\"section_description\":\"An insight into the clients I\'ve worked with and the collaborative journey.\",\"section_prompt\":\"A card-style layout presenting a few clients with their logos and a short testimonial.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out my blog for the latest trends in graphic design.\",\"section_prompt\":\"A section featuring snippets from the most recent blog posts about design insights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Ready to start a project? Let\\u2019s discuss your vision.\",\"section_prompt\":\"A strong call to action inviting visitors to contact for collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media, important pages, and contact information.\",\"section_prompt\":\"A footer section with navigation links and social media icons.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Projects\",\"page_description\":\"A comprehensive showcase of my graphic design projects, each highlighting my creativity and skills.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"My Projects\",\"section_description\":\"A dedicated space showcasing the diverse range of my graphic design projects.\",\"section_prompt\":\"A banner with a title and image of a standout project.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project One\",\"section_description\":\"A detailed look at \'Project One\' and the creative process behind it.\",\"section_prompt\":\"An engaging section with images and text describing the project execution and outcome.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project Two\",\"section_description\":\"Insights into \'Project Two\', focusing on the design aspects and client objectives.\",\"section_prompt\":\"A visually appealing section with dual media showing the project and explanations.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project Three\",\"section_description\":\"Highlighting \'Project Three\' along with the observations from the project.\",\"section_prompt\":\"An informative section with images accompanied by explanations of the design choices.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Clarifying common queries regarding my projects and design process.\",\"section_prompt\":\"A well-organized FAQ section providing answers to typical questions clients may have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started\",\"section_description\":\"Interested in collaborating? Reach out for more details!\",\"section_prompt\":\"A concluding CTA encouraging visitors to connect and discuss project ideas.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential navigation and contact links.\",\"section_prompt\":\"A footer to help with easy access to important site areas.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"Latest articles and thoughts on graphic design trends and tips.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with my latest posts and insights about graphic design.\",\"section_prompt\":\"A visually striking banner that introduces the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Explore a collection of articles covering various design topics.\",\"section_prompt\":\"A grid layout presenting titles, images, and excerpts from the latest articles.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Understanding Design Principles\",\"section_description\":\"A deep dive into the core principles of effective graphic design.\",\"section_prompt\":\"An elaborative section focusing on a single important design principle.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Color Theory Insights\",\"section_description\":\"Insights into how colors influence design and perceptions.\",\"section_prompt\":\"A focused article section discussing color theory\'s relevance.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Engage with me on social media for the latest updates.\",\"section_prompt\":\"A prompt to encourage readers to follow and connect on various platforms.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to articles and relevant contact information.\",\"section_prompt\":\"Standard footer design for easy user navigation.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Connect with me for inquiries, collaborations, or freelance projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for easy exploration of the site.\",\"section_prompt\":\"Header with site navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I would love to hear from you. Drop a message below.\",\"section_prompt\":\"Banner displaying the contact page title with an inviting image.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to reach out.\",\"section_prompt\":\"A structured contact form for users to fill in their details.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Here\\u2019s how you can reach me alternatively.\",\"section_prompt\":\"Detailed contact information, including email and phone number.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation links and social media handles.\",\"section_prompt\":\"Footer designed for seamless access to other site areas.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Client Testimonials\",\"page_description\":\"Feedback and testimonials from clients I\'ve worked with, showcasing their experiences.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"What Clients Say\",\"section_description\":\"Real feedback and experiences from my clients.\",\"section_prompt\":\"A dedicated section introducing client testimonials with a welcoming image.\"},{\"section_type\":\"reviews\",\"section_title\":\"Testimonials\",\"section_description\":\"A collection of quotes from happy clients detailing my design impact.\",\"section_prompt\":\"A visually appealing layout showcasing client reviews with attribution.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Client Success Highlights\",\"section_description\":\"Statistics showing my impact over time in the design field.\",\"section_prompt\":\"A graphical section representing statistics like projects completed and satisfied clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Roster\",\"section_description\":\"Become one of my valued clients and experience the difference.\",\"section_prompt\":\"A compelling call to action encouraging new clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation and contact links for users.\",\"section_prompt\":\"A standard footer for easy navigation throughout the site.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":771}', '2025-10-07 11:31:58', '2025-10-07 11:31:58'),
(772, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Travel Vibes\",\"website_description\":\"A vibrant showcase of travel experiences and captivating photography, offering insights, tips, and stories from various cultures around the world.\",\"website_type\":\"Personal Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, travel tips, cultural experiences, travel stories, journey map\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel blog where I share captivating stories and stunning photography from my journeys around the world.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A vibrant header to introduce my travel blog featuring stunning visuals of travel destinations.\",\"section_prompt\":\"Responsive full-width hero with a stunning travel image and an overlay text introducing the blog.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my passion for travel and photography, sharing my story and inspirations.\",\"section_prompt\":\"A section outlining my travel journey, passion for photography, and what readers can expect from the blog.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Adventures\",\"section_description\":\"Highlighting some of my most exciting travel experiences showcased through vivid imagery and enticing narratives.\",\"section_prompt\":\"A grid layout displaying featured posts with captivating images and short descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Travel Stories\",\"section_description\":\"Showcasing my most recent adventures, photography, and insights from various trips.\",\"section_prompt\":\"A section dedicated to displaying the latest blog posts in a visually appealing manner.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photography Highlights\",\"section_description\":\"An interactive gallery featuring a selection of stunning photographs from my travels around the world.\",\"section_prompt\":\"A visually engaging gallery layout to present beautiful travel photos.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey\",\"section_description\":\"Encouraging readers to stay updated with my travel stories and photography.\",\"section_prompt\":\"A compelling call-to-action encouraging newsletter subscriptions or social media follows.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"A closing section summarizing contact information, social media links, and copyright information.\",\"section_prompt\":\"A standard footer section with links and copyright notice.\"}]},{\"page_type\":\"services\",\"page_title\":\"Travel Insights\",\"page_description\":\"Offering travel tips and photography guidance to fellow explorers and enthusiasts.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Utilizing the header section for navigational elements and branding.\",\"section_prompt\":\"Standard header for site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Tips and Photography Guidance\",\"section_description\":\"An introduction to the tips and insights I offer to help travelers and photography lovers.\",\"section_prompt\":\"An inner banner that reflects the purpose of this services page.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Photography Tips\",\"section_description\":\"Sharing techniques and tips for capturing stunning travel photos effectively.\",\"section_prompt\":\"A section combining media and text to highlight practical photography advice.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Travel Planning Tips\",\"section_description\":\"Useful suggestions for planning your travel itineraries and finding hidden gems.\",\"section_prompt\":\"Media accompanied by text focusing on travel planning strategies.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common queries travelers may have about trips and photography.\",\"section_prompt\":\"A dedicated section for responding to frequently asked questions about travel.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More\",\"section_description\":\"Encouraging readers to dive deeper into travel insights and tips.\",\"section_prompt\":\"Call-to-action prompting readers to check out blog posts for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing information including contact details and navigation links.\",\"section_prompt\":\"Standard footer section with essential links and copyright notice.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Blog\",\"page_description\":\"A collection of articles showcasing my travel experiences and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for blog-related content and branding.\",\"section_prompt\":\"Standard header designed to lead into the blog section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Travel Blog\",\"section_description\":\"An overview of my travel blog where stories, tips, and insights are shared.\",\"section_prompt\":\"An inner banner visually representing the blog theme.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Archives\",\"section_description\":\"Grid layout of blog posts featuring captivating images and engaging summaries.\",\"section_prompt\":\"A structured grid display of past blog entries with thumbnails and excerpts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Photography Stories\",\"section_description\":\"Highlighting stories behind my favorite travel photographs.\",\"section_prompt\":\"Detailed storytelling section focusing on a selection of standout photographs.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Connected\",\"section_description\":\"Inviting readers to follow my journey and subscribe for updates.\",\"section_prompt\":\"Engaging call-to-action encouraging newsletter registration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer summarizing important site information and social links.\",\"section_prompt\":\"Standard footer layout with links and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"A contact page for readers to reach out for collaborations and inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Page header that outlines navigation and branding.\",\"section_prompt\":\"Standard header for the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"An introduction to the contact section for inquiries and collaborations.\",\"section_prompt\":\"An inner banner inviting visitors to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A dedicated form for readers to fill out for collaboration requests or questions.\",\"section_prompt\":\"A form layout collecting necessary information from visitors.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Info\",\"section_description\":\"Providing additional contact methods including social media handles.\",\"section_prompt\":\"Details about how to connect via email and social platforms.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for contact page with essential links.\",\"section_prompt\":\"Standard footer layout with the site\\u2019s navigation information.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":772}', '2025-10-08 04:43:43', '2025-10-08 04:43:43'),
(775, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Creative Design Portfolio\",\"website_description\":\"Showcasing innovative graphic design work and creative skills.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Entertainment\",\"search_query\":\"graphic design, portfolio showcase, creative artwork, freelance designer, design projects\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my design portfolio where creativity meets innovation.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An engaging introduction that captures my design essence and style.\",\"section_prompt\":\"Responsive hero section with a striking background image showcasing my best work. Include a welcome message and a brief tagline about creativity.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey and passion in graphic design.\",\"section_prompt\":\"Detailed grid of personal journey sections with images and text to convey my background, experience, and creative influences.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"A showcase of my best design projects to illustrate my skills and creativity.\",\"section_prompt\":\"Grid layout displaying project thumbnails with titles and short descriptions. Each project links to a detailed view.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Connect with Me\",\"section_description\":\"Links to my social media profiles for networking and updates.\",\"section_prompt\":\"Stunning card layout with icons linking to Instagram, Behance, LinkedIn, and other platforms.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Recent news and posts about my work and events.\",\"section_prompt\":\"A section dedicated to the latest blog posts or articles related to my design work, formatted in a modern grid.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encourage visitors to reach out through my contact form.\",\"section_prompt\":\"A visually appealing section prompting visitors to contact me, with a button leading to the contact page.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Work\",\"page_description\":\"A detailed showcase of my graphic design projects.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"My Work\",\"section_description\":\"Overview of the projects displayed in my portfolio.\",\"section_prompt\":\"Inner banner featuring the title with a background related to graphic design.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project 1\",\"section_description\":\"Description of my first project highlighting key features and design elements.\",\"section_prompt\":\"Side-by-side layout with an image on one side and text on the other describing the project.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project 2\",\"section_description\":\"An in-depth look at my second design project.\",\"section_prompt\":\"Similar layout to project 1, showcasing different work with focus on creative process.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project 3\",\"section_description\":\"Details about my third project with insights into my design thinking.\",\"section_prompt\":\"Continue the media and text layout pattern showcasing more works.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries about my design process and services.\",\"section_prompt\":\"Section formatted to answer FAQs, perhaps in an accordion style for easy navigation.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Working Together?\",\"section_description\":\"Encourage visitors to reach out if they have a project in mind.\",\"section_prompt\":\"A section that leads visitors towards my contact form with a strong call to action.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey and passion for graphic design.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A window into my background and expertise in graphic design.\",\"section_prompt\":\"Banner with my name and a brief quote that encapsulates my design philosophy.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"Insights into my approach and thought process in graphic design.\",\"section_prompt\":\"Detailed section explaining my artistic vision and methodologies.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Journey\",\"section_description\":\"A timeline of my experiences and milestones in the design industry.\",\"section_prompt\":\"Chronological layout detailing my career path, education, important projects, and lessons learned.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate!\",\"section_description\":\"Invite readers to discuss potential projects or collaborations.\",\"section_prompt\":\"Encouraging section prompting visitors to reach out for partnership opportunities.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer for the website including links and copyright information.\",\"section_prompt\":\"Basic footer containing common links and legal information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the contact page.\",\"section_prompt\":\"Header providing navigation for the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A welcoming section inviting inquiries about my work.\",\"section_prompt\":\"Formatted inner banner featuring a motivational quote about communication.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact form for visitors to fill out their inquiries.\",\"section_prompt\":\"Responsive contact form layout to allow visitors to send messages directly.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Alternative Contact\",\"section_description\":\"Providing additional contact methods such as email and phone number.\",\"section_prompt\":\"Simple layout with my email, phone number, and linked social media profiles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer for the website including links and copyright information.\",\"section_prompt\":\"Basic footer containing common links and legal information.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":775}', '2025-10-08 09:00:12', '2025-10-08 09:00:12'),
(779, NULL, NULL, 'LunaGems is a handmade jewellery shop', '{\"website_title\":\"LunaGems - Handmade Jewelry\",\"website_description\":\"Explore unique, handcrafted jewelry pieces at LunaGems. Discover our story, shop our stunning collection, and get jewelry care tips in our blog.\",\"website_type\":\"E-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewelry, unique fashion accessories, jewelry care tips, creative jewelry design, artisan jewelry\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems, where every piece of jewelry tells a story. Enjoy exploring our unique collection and learning about our brand.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"Discover the enchanting world of handmade jewelry, where each piece is crafted with love and creativity.\",\"section_prompt\":\"A large, captivating image of handmade jewelry highlighting a key piece as the centerpiece of the homepage.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about the designer\'s passion for creating unique jewelry inspired by nature, art, and personal stories.\",\"section_prompt\":\"Introduce the designer\'s journey in an engaging narrative format, using a portrait of the designer alongside examples of their creations.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Shop Our Collection\",\"section_description\":\"Browse through our exquisite range of handcrafted jewelry pieces, each one uniquely created for you.\",\"section_prompt\":\"Provide a grid of product images, each linked to the product page with title and price, formatted in a responsive design.\"},{\"section_type\":\"gallery\",\"section_title\":\"Our Gallery\",\"section_description\":\"Feast your eyes on our stunning jewelry showcased in various settings, capturing their elegance and beauty.\",\"section_prompt\":\"Highlight selected jewelry pieces in a well-structured image gallery, emphasizing the details and craftsmanship.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Handmade?\",\"section_description\":\"Discover the benefits of choosing handmade jewelry, from unique designs to supporting local artisans.\",\"section_prompt\":\"Functional layout listing the advantages of handmade jewelry, complemented with visuals that reflect each benefit.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Tips and Guides\",\"section_description\":\"Stay informed with the latest updates, style guides, and care tips for keeping your jewelry pristine.\",\"section_prompt\":\"Show snippets of the latest blog posts with images and summaries that entice readers to click through.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Explore our stunning collection of handmade jewelry pieces and find your new favorite accessory today!\",\"section_prompt\":\"A vibrant, visually appealing call to action inviting visitors to browse the shop, set against a captivating backdrop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer includes links to privacy policy, terms of service, and social media handles.\",\"section_prompt\":\"Standard footer layout including necessary links and social media icons.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Collection\",\"page_description\":\"Explore the unique jewelry pieces available at LunaGems.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main header for the services page.\",\"section_prompt\":\"A simple header indicating the services offered.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Collection\",\"section_description\":\"Dive into our handcrafted jewelry pieces, each telling a story.\",\"section_prompt\":\"Use a stunning image of featured jewelry with the page title as an overlay.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Earrings\",\"section_description\":\"Explore our beautiful selection of earrings, designed to suit every style and occasion.\",\"section_prompt\":\"Showcases an image of earrings paired with a text description of the collection.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Necklaces\",\"section_description\":\"Our unique necklaces are handcrafted to enhance your style with elegance.\",\"section_prompt\":\"Visual appeal through an image of necklaces beside their descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Bracelets\",\"section_description\":\"Discover our charming bracelets, encompassing a range of designs and materials.\",\"section_prompt\":\"Elegant visual with imagery surrounded by descriptions of the bracelet collection.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries regarding our jewelry and purchasing processes.\",\"section_prompt\":\"A structured FAQ layout providing clarity on various topics related to the service.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Shopping\",\"section_description\":\"Visit our collection today to find that perfect piece that resonates with your style!\",\"section_prompt\":\"Engaging call to action encouraging users to browse the collection.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer for the services page with essential links.\",\"section_prompt\":\"Footer layout summarizing key website links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Jewelry Tips\",\"page_description\":\"Read our latest insights on jewelry care, styling, and more.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction header for the blog page.\",\"section_prompt\":\"Simple header to welcome readers.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Check out our latest blog posts with tips and advice on jewelry care and styling.\",\"section_prompt\":\"An attractive image themed around jewelry care accompanying the blog title.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Articles\",\"section_description\":\"Our most recent blog posts on jewelry care, style tips, and inspiration.\",\"section_prompt\":\"Showcase blog posts in a grid with images, titles, and short descriptions.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Care for Your Jewelry\",\"section_description\":\"Learn the best ways to keep your handmade jewelry looking stunning for years.\",\"section_prompt\":\"Dedicated section focusing on jewelry care tips with practical advice.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Styling Tips\",\"section_description\":\"Discover how to style your handmade jewelry for different occasions.\",\"section_prompt\":\"Highlight how to pair our jewelry pieces with various outfits.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Subscribe to our newsletter for the latest tips, styles, and offers!\",\"section_prompt\":\"Header inviting users to subscribe with a simple form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Concludes the blog page with links to other sections.\",\"section_prompt\":\"Footer layout summarizing essential links for easy navigation.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Contact us for any inquiries regarding our jewelry or services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main header introducing the contact page.\",\"section_prompt\":\"Standard greeting header for contact inquiries.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We are here to help! Reach out for any questions regarding our jewelry.\",\"section_prompt\":\"Banner image that reflects the essence of communication.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"Use the form below to send us your inquiries or feedback.\",\"section_prompt\":\"User-friendly contact form for visitors to use.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Details\",\"section_description\":\"Find us on social media or send us a direct email.\",\"section_prompt\":\"Layout including social media links and email for direct contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links and copyright information.\",\"section_prompt\":\"Footnote area containing critical acknowledgments and links.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewellery shop\",\"prompt_id\":779}', '2025-10-08 10:48:35', '2025-10-08 10:48:35'),
(786, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Creative Graphic Portfolio\",\"website_description\":\"A personal portfolio showcasing my graphic design work, demonstrating my creativity, skills, and artistic journey.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, artwork, creativity, design inspiration\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my creative graphic design portfolio, showcasing my unique projects and artistic journey.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the website.\",\"section_prompt\":\"Responsive navigation bar with links to different sections of the site.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A stunning visual display featuring my best work.\",\"section_prompt\":\"Full-width hero image with brief introduction and tagline overlaid.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A glimpse into my design journey and creative influences.\",\"section_prompt\":\"Text block discussing my background, design philosophy, and influences.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"A grid layout showcasing my completed graphic design projects with visuals and brief descriptions.\",\"section_prompt\":\"Responsive grid displaying project thumbnails with titles and short descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Work\",\"section_description\":\"Showcasing the latest additions to my portfolio.\",\"section_prompt\":\"Updates section highlighting recent projects added to the portfolio.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate!\",\"section_description\":\"Encouraging visitors to reach out for potential projects or collaborations.\",\"section_prompt\":\"Call to action promoting engagement with a clear message and button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links to social media and copyright information.\",\"section_prompt\":\"Footer section with links and copyright notice.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Discover the graphic design services I offer, tailored to meet diverse creative needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the services page.\",\"section_prompt\":\"Responsive navigation bar to access the services section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"An overview of the graphic design services I provide.\",\"section_prompt\":\"Banner area with the title of the page prominently displayed.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Creating cohesive and impactful brand identities for businesses.\",\"section_prompt\":\"Media and text layout showcasing my approach to brand identity.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Editorial Design\",\"section_description\":\"Designing visually appealing layouts for print and digital media.\",\"section_prompt\":\"Media and text layout discussing my editorial design skills.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Packaging Design\",\"section_description\":\"Crafting attractive packaging solutions that resonate with target audiences.\",\"section_prompt\":\"Media and text layout describing my experience with packaging design.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my design process and services.\",\"section_prompt\":\"FAQ section addressing inquiry patterns clients may have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Encouraging visitors to inquire about services or collaborations.\",\"section_prompt\":\"Call to action inviting users to reach out for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer for the services page.\",\"section_prompt\":\"Footer section with essential links and copyright information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Insights & Inspiration\",\"page_description\":\"A collection of articles sharing insights into graphic design trends and creative processes.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the blog page.\",\"section_prompt\":\"Responsive navigation bar for easy access to blog posts.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Explore the latest blog posts on graphic design and creative insights.\",\"section_prompt\":\"Banner highlighting the nature of blog content.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"A grid layout displaying various articles and insights shared over time.\",\"section_prompt\":\"Responsive grid featuring article thumbnails, titles, and snippets.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encouragement for visitors to subscribe for future updates on my work.\",\"section_prompt\":\"Call to action prompting users to join a mailing list.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer for the blog page.\",\"section_prompt\":\"Footer section with links to important pages and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Reach Out\",\"page_description\":\"A simple contact page for potential clients to get in touch regarding inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the contact page.\",\"section_prompt\":\"Responsive navigation bar to access contact options.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Information on how to connect with me for work opportunities or questions.\",\"section_prompt\":\"Banner indicating the purpose of the contact page.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to fill out to send inquiries directly.\",\"section_prompt\":\"Interactive form allowing users to submit questions or requests.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Providing alternative ways to get in touch, including email and social media.\",\"section_prompt\":\"Contact details section with email, phone number, and social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer for the contact page.\",\"section_prompt\":\"Footer section containing essential site links and copyright.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"A dedicated page to showcase an extensive collection of my graphic design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the portfolio page.\",\"section_prompt\":\"Responsive navigation bar for ease of navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Portfolio\",\"section_description\":\"Display of my most significant design projects across different categories.\",\"section_prompt\":\"Hero banner showcasing the title of the portfolio section.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Works\",\"section_description\":\"A gallery displaying selected projects highlighting my creativity and skills.\",\"section_prompt\":\"Image gallery showcasing prominent pieces from my portfolio.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Project Stats\",\"section_description\":\"Statistics showcasing the number of projects completed, clients served, and more.\",\"section_prompt\":\"Visual representation of my work statistics through engaging graphics.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Inviting visitors to delve deeper into specific projects.\",\"section_prompt\":\"Call to action encouraging exploration of my design work.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer for the portfolio page.\",\"section_prompt\":\"Footer section with links to key areas of the site and copyright.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":786}', '2025-10-09 11:56:08', '2025-10-09 11:56:08');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(787, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing my graphic design work, creative journey, and insights on design trends.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative journey, graphic design trends, design projects, visual arts\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where creativity meets innovation.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An eye-catching opening section featuring my top graphic design pieces.\",\"section_prompt\":\"A full-width hero section showcasing the best of my graphic designs with a compelling tagline.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background, design philosophy, and journey in graphic design.\",\"section_prompt\":\"A brief description of my graphic design journey, background, and what inspires me.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"A visual grid showcasing selected graphic design projects from my portfolio.\",\"section_prompt\":\"A grid layout to display thumbnails of my projects with titles and short descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with my latest blog posts on design trends and philosophies.\",\"section_prompt\":\"A teaser section for my latest blog entries with links to read more.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encourage visitors to reach out for collaborations or inquiries.\",\"section_prompt\":\"A prominent call-to-action inviting visitors to contact me for projects or freelance opportunities.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Design Achievements\",\"section_description\":\"Highlight key achievements in my graphic design career.\",\"section_prompt\":\"A statistics bar showing milestones like projects completed, years of experience, etc.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Hear what my clients have to say about working with me.\",\"section_prompt\":\"A section filled with short testimonials from clients praising my graphic design work.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Skills\",\"page_description\":\"Explore the graphic design skills and services I offer to my clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the skills page.\",\"section_prompt\":\"Standard header for page navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Skills\",\"section_description\":\"An introduction to the skills and services I provide.\",\"section_prompt\":\"A banner that reflects the skills offered with a suitable background.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Creating memorable brands with a strong identity.\",\"section_prompt\":\"A media section that outlines my brand identity design services with examples.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Designing print materials that engage and inform.\",\"section_prompt\":\"Details about my print design capabilities and portfolio examples.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Graphics\",\"section_description\":\"Creating stunning graphics for online platforms.\",\"section_prompt\":\"Showcase of digital graphic services provided for web and social media.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my design process and services.\",\"section_prompt\":\"A FAQ section addressing common inquiries from potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Request a Quote\",\"section_description\":\"Encourage potential clients to reach out for project quotes.\",\"section_prompt\":\"A section prompting visitors to contact me for custom quotes or consultations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and information.\",\"section_prompt\":\"Standard footer section for all necessary links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"My thoughts on design trends, techniques, and personal reflections.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the blog page.\",\"section_prompt\":\"Standard header for blog navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Insights\",\"section_description\":\"A glimpse into my thoughts and insights on current design trends.\",\"section_prompt\":\"A section introducing the blog with a relevant design background.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Explore my latest thoughts and insights on design.\",\"section_prompt\":\"A grid layout displaying snippets of my latest blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to Updates\",\"section_description\":\"Invite visitors to subscribe for blog updates.\",\"section_prompt\":\"A section requesting visitors to subscribe to my blog for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and information.\",\"section_prompt\":\"Standard footer section for all necessary links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Contact me for project inquiries, collaborations, or freelance opportunities.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the contact page.\",\"section_prompt\":\"Standard header for page navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A warm invitation to reach out for various inquiries.\",\"section_prompt\":\"A banner inviting visitors to connect.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Find my contact information and social media links.\",\"section_prompt\":\"A section detailing my email, phone, and social media.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to send inquiries directly.\",\"section_prompt\":\"Interactive form where visitors can submit their messages.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and information.\",\"section_prompt\":\"Standard footer section for all necessary links.\"}]},{\"page_type\":\"about\",\"page_title\":\"My Journey\",\"page_description\":\"Delve deeper into my background, ethos, and inspirations in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the about page.\",\"section_prompt\":\"Standard header for page navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About My Journey\",\"section_description\":\"A deeper look into my growth as a designer.\",\"section_prompt\":\"An introduction to my background and influences in design.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Understand my approach to graphic design.\",\"section_prompt\":\"A section detailing my design philosophy.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Inspiration Sources\",\"section_description\":\"Explore what inspires my designs.\",\"section_prompt\":\"A section showcasing my design inspirations with visuals.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Encourage visitors to get in touch or follow my work.\",\"section_prompt\":\"A prompt for visitors to reach out or follow my latest updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and information.\",\"section_prompt\":\"Standard footer section for all necessary links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":787}', '2025-10-09 11:58:20', '2025-10-09 11:58:20'),
(788, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Wanderlust Lens\",\"website_description\":\"A vibrant blog sharing travel adventures and stunning photography, tips, and guides to explore the world.\",\"website_type\":\"Personal Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, adventure travel, photography tips, travel guides, stunning landscapes\",\"pages\":[{\"page_type\":\"homepage\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel and photography blog where I share my adventures and stunning visuals. Dive into my journey as I explore the world!\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A captivating image showcasing a recent travel adventure, drawing visitors into the blog.\",\"section_prompt\":\"A large, full-width responsive image of a stunning travel scene with a welcoming text overlay.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Discover my passion for travel and photography. I share my experiences, journey, and what inspires my work.\",\"section_prompt\":\"An introductory section where I personally tell my story, arranged with an image on one side and text on the other.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"A grid showcasing my latest blog posts filled with captivating stories and photography.\",\"section_prompt\":\"A visual grid layout of the latest blog posts, each with a featured image and brief description.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Photography\",\"section_description\":\"Explore my favorite photos from various destinations, showcasing the beauty of travel.\",\"section_prompt\":\"A curated gallery of stunning travel photographs displayed in a grid layout.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay updated with my latest travels, tips, and photography techniques.\",\"section_prompt\":\"A summary of my latest articles with snippets or highlights from each post.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Me on This Journey\",\"section_description\":\"Encourage readers to explore my blog, connect through social media, and subscribe for updates.\",\"section_prompt\":\"A vibrant call-to-action inviting visitors to follow my adventures and subscribe to the newsletter.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":788}', '2025-10-09 11:59:23', '2025-10-09 11:59:23'),
(792, NULL, NULL, 'please provide me a site of bike repair', '{\"website_title\":\"Bike Repair Hub\",\"website_description\":\"A comprehensive resource for bicycle maintenance and service including repair tips, booking appointments, and expert advice.\",\"website_type\":\"Business\",\"website_industry\":\"Automotive\",\"search_query\":\"bike repair, bicycle maintenance, cycling tips, bike services, bicycle repair\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our Bike Repair Hub, your one-stop destination for all bicycle maintenance and service needs.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Bike Repair Hub\",\"section_description\":\"Explore the best solutions for your bicycle maintenance needs with expert services and helpful tips.\",\"section_prompt\":\"This section showcases an inviting hero banner with a vibrant image of bicycles, along with a welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"We are passionate bike enthusiasts dedicated to providing top-notch repair and maintenance services for all types of bicycles.\",\"section_prompt\":\"An informative section detailing our mission and expertise, structured in a visually appealing layout.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Browse our range of professional bike repair services designed to meet your needs.\",\"section_prompt\":\"A grid showcasing various services offered, each with an image and brief description.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with our latest blog posts covering essential bike care tips and maintenance advice.\",\"section_prompt\":\"A section featuring a list of the most recent articles, presented in a clean layout.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Book your bike repair appointment now and ensure your ride is in top condition.\",\"section_prompt\":\"An engaging call to action encouraging users to book appointments, prominently displayed for visibility.\"}]}],\"user_prompt\":\"please provide me a site of bike repair\",\"prompt_id\":792}', '2025-10-09 12:31:27', '2025-10-09 12:31:27'),
(816, 134, 471, '\"Generate a website for limo rental services in South Carolina, US.\"', '{\"website_title\":\"Luxury Limousine Rentals SC\",\"website_description\":\"Experience the elegance and comfort of our limousine rental services in South Carolina for weddings, proms, corporate events, and more.\",\"website_type\":\"Business\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"limousine rental, luxury transport, wedding limousine, corporate events transportation, prom limousine\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Luxury Limousine Rentals SC, where we offer the finest transportation services.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Luxury Limousine Rentals\",\"section_description\":\"Explore our luxurious limousine options for any special occasion in South Carolina.\",\"section_prompt\":\"A stunning hero image showcasing a luxurious limousine, along with an introductory welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"At Luxury Limousine Rentals, we are committed to providing exceptional service and unforgettable experiences for our clients.\",\"section_prompt\":\"Information about the company\\u2019s history and its commitment to quality, laid out in a clean, informative format.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Fleet\",\"section_description\":\"Browse our stunning fleet of limousines designed for a variety of events and occasions.\",\"section_prompt\":\"Showcase a grid of limousine options with images and brief descriptions, highlighting luxury features.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Discover the benefits of choosing our limousine services, including professionalism, reliability, and comfort.\",\"section_prompt\":\"A detailed explanation of service advantages, provided in an attractive, easy-to-read format.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with the latest posts from our blog on transportation trends and event planning.\",\"section_prompt\":\"Highlight recent blog articles to engage visitors about the limousine industry and related topics.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Ride Today!\",\"section_description\":\"Contact us now to reserve your luxury limousine for your next event.\",\"section_prompt\":\"Encourage visitors to make reservations with a visually appealing call-to-action.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Includes links to privacy policy, terms of service, and social media handles.\",\"section_prompt\":\"Standard footer layout offering essential links and information.\"}]},{\"page_type\":\"fleet\",\"page_title\":\"Our Fleet\",\"page_description\":\"Explore our luxurious fleet of limousines tailored for comfort and style.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the fleet page, understandable and easy to navigate.\",\"section_prompt\":\"Standard header with navigation links and branding.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore Our Fleet\",\"section_description\":\"View our selection of top-quality limousines available for your special events.\",\"section_prompt\":\"Banner image illustrating the luxurious fleet available.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Luxury Sedan\",\"section_description\":\"Our Luxury Sedan offers a sleek design and exceptional comfort for smaller groups.\",\"section_prompt\":\"Display an image alongside a description highlighting the sedan\'s features.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Stretch Limousine\",\"section_description\":\"Perfect for large parties, our Stretch Limousine combines elegance with ample space.\",\"section_prompt\":\"Images and details showcasing the spacious interior and luxury features.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SUV Limousine\",\"section_description\":\"Enjoy the robustness and comfort of our SUV Limousine, ideal for adventurous events.\",\"section_prompt\":\"Detailed presentation of the SUV\'s capabilities and comfort amenities.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reserve Your Limousine\",\"section_description\":\"Ready to book? Contact us to secure your limousine for the upcoming event!\",\"section_prompt\":\"An engaging call-to-action inviting visitors to make a reservation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer layout offering essential links and information.\",\"section_prompt\":\"Include links to social media and additional navigation for users.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Discover the range of services we offer for your events.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the services page, distinctive and easy to navigate.\",\"section_prompt\":\"A classic header design with clear links to other sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Service Offerings\",\"section_description\":\"Learn more about our specialized services for various events.\",\"section_prompt\":\"Visually appealing banner that entices visitors to read about services.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Event Special Packages\",\"section_description\":\"Check out our exclusive packages for weddings, proms, and corporate events.\",\"section_prompt\":\"Feature various packages with pricing information and benefits.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Corporate Events\",\"section_description\":\"We cater to corporate needs with punctual transportation and professional drivers.\",\"section_prompt\":\"List features of corporate event services with a focus on business-appropriate solutions.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Airport Transfers\",\"section_description\":\"Reliable and comfortable airport transfers to ensure timely arrivals and departures.\",\"section_prompt\":\"Detail the convenience and comfort of our airport transfer options.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to commonly asked questions regarding our services and bookings.\",\"section_prompt\":\"A section dedicated to clearing clients\\u2019 concerns with well-organized FAQs.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started with Us\",\"section_description\":\"Ready to plan your next event? Contact us today!\",\"section_prompt\":\"Encourage potential customers to engage and plan their events with our services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer layout offering essential links and information.\",\"section_prompt\":\"Classic footer that includes crucial navigation elements.\"}]},{\"page_type\":\"pricing\",\"page_title\":\"Transparent Pricing\",\"page_description\":\"Review our pricing structure for limousine rentals and available deals.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the pricing page, intuitive and easy to use.\",\"section_prompt\":\"Standard header for easy navigation across the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Pricing Options\",\"section_description\":\"Explore our competitive pricing for various limousine services.\",\"section_prompt\":\"An eye-catching banner to introduce the pricing section.\"},{\"section_type\":\"pricing_table\",\"section_title\":\"Limousine Rates\",\"section_description\":\"View our clear and comprehensive pricing table for all limousine options.\",\"section_prompt\":\"Layout that highlights the pricing for each type of limousine service clearly.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Special Promotions\",\"section_description\":\"Don\'t miss out on our limited-time promotional deals for various services.\",\"section_prompt\":\"Detail current promotions and discounts available for customers.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Payment Options\",\"section_description\":\"We accept various payment methods for your convenience.\",\"section_prompt\":\"Explain the different payment gateways and accepted cards.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Now and Save\",\"section_description\":\"Secure your booking today and take advantage of our great prices!\",\"section_prompt\":\"Engaging section encouraging early bookings to benefit from prices.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer layout offering essential links and information.\",\"section_prompt\":\"Consistent footer highlighting important links and contacts.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn about our mission and values at Luxury Limousine Rentals.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for about page, clean and user-friendly.\",\"section_prompt\":\"Standard header design with branding and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Discover our journey and commitment to providing exceptional limousine services.\",\"section_prompt\":\"A unique banner highlighting the company\\u2019s origins.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Mission\",\"section_description\":\"To deliver luxury transportation experiences that exceed customer expectations.\",\"section_prompt\":\"A detailed explanation about the mission and vision of the company.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Values\",\"section_description\":\"Integrity, punctuality, and customer satisfaction drive everything we do.\",\"section_prompt\":\"Outline the company values clearly and thoughtfully.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Get to know the dedicated professionals behind Luxury Limousine Rentals.\",\"section_prompt\":\"Profile of team members showcasing their expertise and commitment.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us on a Journey\",\"section_description\":\"Ready to experience luxury? Contact us to learn more!\",\"section_prompt\":\"An engaging call-to-action prompting communication with the company.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer layout offering essential links and information.\",\"section_prompt\":\"A footer consistently covering navigation necessities.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"What Our Customers Say\",\"page_description\":\"Read the glowing testimonials from our satisfied clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for testimonials page, informative and accessible.\",\"section_prompt\":\"A classic header format with links to other site areas.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear directly from our clients about their experiences with our services.\",\"section_prompt\":\"Banner indicating the importance of customer feedback.\"},{\"section_type\":\"reviews\",\"section_title\":\"Customer Reviews\",\"section_description\":\"Real stories from clients showcasing our dedication to service excellence.\",\"section_prompt\":\"Engaging layout featuring positive reviews and comments from clients.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Why Customers Love Us\",\"section_description\":\"Check out what makes our clients recommend us to their friends and family.\",\"section_prompt\":\"Highlight unique features that get clients to return or refer others.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Write Your Review\",\"section_description\":\"Had a great experience? We\\u2019d love to hear from you!\",\"section_prompt\":\"Encouraging clients to share their experiences with a simple format.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer layout offering essential links and information.\",\"section_prompt\":\"Consistent footer layout across the website.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Contact us for inquiries, quotes, or booking requests.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for contact page, convenient and straightforward.\",\"section_prompt\":\"Header that offers direct access to other important pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We are here to assist you with any questions or booking needs you may have.\",\"section_prompt\":\"Engaging banner prompting communication and contact.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Fill out this form for any inquiries related to our services or bookings.\",\"section_prompt\":\"A practical inquiry form layout for customers.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Contact Information\",\"section_description\":\"Find our phone number, email, and address to reach us easily.\",\"section_prompt\":\"Concise information about how customers can contact the business directly.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer layout offering essential links and information.\",\"section_prompt\":\"Universal footer that includes important navigation links.\"}]}],\"user_prompt\":\"Generate a website for limo rental services in South Carolina, US.\",\"prompt_id\":816,\"theme\":\"classic\",\"colors\":[[225,188,121],[51,109,137]],\"fonts\":\"classic-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/facebook.com\\/car-rentals\",\"instagram\":\"https:\\/\\/instagram.com\\/car-rentals\",\"twitter\":\"https:\\/\\/x.com\\/car-rentals\",\"linkedin\":null,\"pinterest\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_68f08870a0902.png\",\"contact_details\":{\"phone_number\":\"+919828098280\",\"email\":\"car-rentals@info.com\",\"primary_cta\":\"phone\"}}', '2025-10-16 05:49:35', '2025-10-16 05:53:55'),
(860, 128, NULL, 'At Marvel Payroll, we simplify temporary worker payroll with our fully\ncompliant PAYE Umbrella Model.\n\nWorkers benefit from full employment status with statutory benefits such\nas Statutory Sick and Maternity Pay, and pension enrolment with JARVIS.\nWe are SafeRec certified providing peace of mind to both you and your\nclients, 50 you can focus on placing talent while we handle the rest.', '{\"website_title\":\"Marvel Payroll\",\"website_description\":\"Simplifying payroll for temporary workers through our compliant PAYE Umbrella Model while ensuring full employment benefits and safety compliance.\",\"website_type\":\"Business Services\",\"website_industry\":\"Consulting\",\"search_query\":\"payroll services, temporary workers, PAYE Umbrella Model, compliance, testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Marvel Payroll, where we simplify payroll processes for temporary workers.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Marvel Payroll\",\"section_description\":\"An introduction to our compliant PAYE Umbrella Model designed for temporary workers.\",\"section_prompt\":\"Responsive hero section that captures attention with our unique selling proposition.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission to transform payroll processes for temporary workers.\",\"section_prompt\":\"A concise overview of our values and commitment to compliance in payroll.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Discover the benefits of our PAYE Umbrella Model, ensuring employment status and rights.\",\"section_prompt\":\"Highlighting key benefits offered to workers using our payroll service.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the array of services we offer to make payroll seamless for temporary workers.\",\"section_prompt\":\"Grid layout showcasing services aligned with those detailed on the services page.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Experiences\",\"section_description\":\"Read testimonials from our satisfied clients highlighting their experiences with Marvel Payroll.\",\"section_prompt\":\"Showcase client testimonials highlighting the effectiveness and reliability of our services.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out the latest articles and updates related to payroll and compliance.\",\"section_prompt\":\"Feature recent posts or insights regarding payroll best practices.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Contact us to learn how we can help simplify your payroll process.\",\"section_prompt\":\"A motivational call to action encouraging visitors to reach out or learn more.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information on navigation links, contact details, and social media.\",\"section_prompt\":\"Contains links to major pages and important contact information.\"}]}],\"user_prompt\":\"At Marvel Payroll, we simplify temporary worker payroll with our fully\\ncompliant PAYE Umbrella Model.\\n\\nWorkers benefit from full employment status with statutory benefits such\\nas Statutory Sick and Maternity Pay, and pension enrolment with JARVIS.\\nWe are SafeRec certified providing peace of mind to both you and your\\nclients, 50 you can focus on placing talent while we handle the rest.\",\"prompt_id\":860}', '2025-10-18 06:02:14', '2025-10-18 06:02:14'),
(882, 134, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"Digital Marketing Hub\",\"website_description\":\"Your go-to hub for expert SEO and marketing solutions tailored to elevate your business.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO agency, digital marketing, marketing strategies, online marketing tips, case studies\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my digital marketing hub where I showcase my expertise in SEO and marketing.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An attention-grabbing image with a tagline about my services.\",\"section_prompt\":\"Large hero image with a tagline overlay, centered text.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey in the world of SEO and marketing, including my qualifications and experience.\",\"section_prompt\":\"Brief biography focusing on personal background, professional journey, and expertise.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the various SEO and marketing solutions I offer to help businesses thrive online.\",\"section_prompt\":\"Grid layout featuring service thumbnails and short descriptions of each service.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with the latest articles and trends in the SEO and marketing industry.\",\"section_prompt\":\"A feed of the most recent blog posts displayed in a grid format.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Success Metrics\",\"section_description\":\"Showcase key achievements including total clients served and successful projects completed.\",\"section_prompt\":\"Visual representation of key statistics in a visually engaging bar format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Engage with potential clients through a clear invitation to reach out for consultations.\",\"section_prompt\":\"Compelling call-to-action with a prominent button leading to the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links to different sections, copyright information, and social media profiles.\",\"section_prompt\":\"Simple footer design containing links, copyright notices, and icons for social media.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"An overview of SEO and marketing services tailored for your business needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header of the services page.\",\"section_prompt\":\"Horizontal navigation menu with site logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"A brief introduction to the services I provide.\",\"section_prompt\":\"Banner that clearly states the purpose of the services page.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Services\",\"section_description\":\"Detailed information about my specialized SEO services including audits, optimization, and analysis.\",\"section_prompt\":\"Content layout combining an image and text to explain SEO services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Explore how effective content marketing can drive traffic and engage audiences.\",\"section_prompt\":\"Visual and textual layout explaining the importance of content marketing.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Management\",\"section_description\":\"Strategies for managing and growing your brand on social media platforms.\",\"section_prompt\":\"Illustrative layout combining visuals of social platforms and descriptions.\"},{\"section_type\":\"faqs\",\"section_title\":\"Common Questions\",\"section_description\":\"Answers to frequently asked questions about my services.\",\"section_prompt\":\"A list of common client queries with detailed answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project\",\"section_description\":\"Encouragement for visitors to engage and start their SEO consultation.\",\"section_prompt\":\"A highlighted area prompting visitors to reach out for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links to different sections, copyright information, and social media profiles.\",\"section_prompt\":\"Simple footer design containing links, copyright notices, and icons for social media.\"}]},{\"page_type\":\"case_studies\",\"page_title\":\"Case Studies\",\"page_description\":\"Showcasing successful projects that demonstrate my expertise and the results delivered.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header of the case studies page.\",\"section_prompt\":\"Horizontal navigation menu with site logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Case Studies\",\"section_description\":\"A brief overview of the successful projects I have managed.\",\"section_prompt\":\"Banner clearly stating the focus of the case studies page.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Project Highlights\",\"section_description\":\"Detailed cases showing the challenges faced, solutions provided, and results achieved.\",\"section_prompt\":\"A series of project summaries highlighting key achievements.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"In-Depth Analysis\",\"section_description\":\"Deep dives into specific case studies with detailed analysis and outcome summaries.\",\"section_prompt\":\"Detailed content explaining a single case study\'s successes.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Gathered insights from clients attesting to the impact of services provided.\",\"section_prompt\":\"Display selected testimonials highlighted for authenticity.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Work with Me\",\"section_description\":\"Invitation for visitors to start their own project based on the showcased success.\",\"section_prompt\":\"A clear call to action directing visitors to consult for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links to different sections, copyright information, and social media profiles.\",\"section_prompt\":\"Simple footer design containing links, copyright notices, and icons for social media.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Insights and tips on the latest trends in SEO and marketing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header of the blog page.\",\"section_prompt\":\"Horizontal navigation menu with site logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"An introduction to the newest insights shared in the blog.\",\"section_prompt\":\"Banner that summarizes the purpose of the blog page.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"Grid layout of the latest blog articles with excerpts and featured images.\",\"section_prompt\":\"A grid format displaying recent blog posts with imagery and brief texts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Trending Topics\",\"section_description\":\"Highlighting the latest discussions and popular subjects in the marketing field.\",\"section_prompt\":\"A focused section discussing select trending themes.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Encourage visitors to engage with blog content through comments or social shares.\",\"section_prompt\":\"Highlighting options to engage with the blog content.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links to different sections, copyright information, and social media profiles.\",\"section_prompt\":\"Simple footer design containing links, copyright notices, and icons for social media.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch to discuss your SEO and marketing needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header of the contact page.\",\"section_prompt\":\"Horizontal navigation menu with site logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A straightforward prompt for visitors to reach out.\",\"section_prompt\":\"Clear banner focusing on the contact purpose.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"A form for users to fill in with their details to contact for more information.\",\"section_prompt\":\"Standard contact form layout for client inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get in Touch\",\"section_description\":\"Provide additional contact details including email and phone number.\",\"section_prompt\":\"Contact information layout presenting phone and email.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links to different sections, copyright information, and social media profiles.\",\"section_prompt\":\"Simple footer design containing links, copyright notices, and icons for social media.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":882}', '2025-10-24 05:07:14', '2025-10-24 05:07:14'),
(886, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Graphic Design Portfolio\",\"website_description\":\"A vibrant showcase of my graphic design work, highlighting my skills, experiences, and creativity.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio showcase, modern design, creative projects, client testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets professionalism.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my world of graphic design, where creativity and innovation blend seamlessly.\",\"section_prompt\":\"Large header image with an engaging greeting. Features an overview of my design philosophy and what to expect from my portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my journey, education, and influences in graphic design.\",\"section_prompt\":\"Description of my background in graphic design, featuring my educational journey and key influences.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Works\",\"section_description\":\"A curated selection of my best graphic design projects.\",\"section_prompt\":\"Grid showcasing top projects in various categories.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"Showcasing the milestones I\'ve achieved in my design career.\",\"section_prompt\":\"Visual representation of completed projects, satisfied clients, and years in the industry.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback from clients on my work and collaboration experiences.\",\"section_prompt\":\"Quotes and feedback from clients highlighting their positive experiences.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay updated with my recent projects and design insights.\",\"section_prompt\":\"List of recent blog posts or updates related to my projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate!\",\"section_description\":\"I\'m excited to take on new projects. Reach out to discuss!\",\"section_prompt\":\"Engaging invitation for potential clients to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Thank you for visiting my portfolio!\",\"section_prompt\":\"Includes copyright information and necessary links.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Works\",\"page_description\":\"Explore my design projects categorized for easy navigation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to my portfolio section, welcoming visitors to explore.\",\"section_prompt\":\"Standard header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Works\",\"section_description\":\"A brief introduction to the works I showcase here.\",\"section_prompt\":\"Banner matching the portfolio theme.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Project Categories\",\"section_description\":\"Categories including Branding, Web Design, and Illustration.\",\"section_prompt\":\"List of categories with brief descriptions of each.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding Projects\",\"section_description\":\"Showcasing my work in branding design, focusing on logo creation and brand identity.\",\"section_prompt\":\"Visuals of branding works with descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design Projects\",\"section_description\":\"Highlights of my web design projects, showcasing user-friendly interfaces.\",\"section_prompt\":\"Visuals of web design projects with descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Illustration Works\",\"section_description\":\"A collection of illustrations that blend creativity with design.\",\"section_prompt\":\"Visuals of illustrative works with brief explanations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out for Collaboration\",\"section_description\":\"Interested in working together? Let\'s discuss!\",\"section_prompt\":\"Call to action inviting potential clients to connect.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Thank you for exploring my works!\",\"section_prompt\":\"Includes copyright and links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"Blog featuring my thoughts and insights on graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introductory text about my design blog.\",\"section_prompt\":\"Standard header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Insights\",\"section_description\":\"A glimpse into my thoughts on the latest design trends.\",\"section_prompt\":\"Banner matching the blog theme.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"A collection of my most recent blog posts about graphic design.\",\"section_prompt\":\"Grid layout showcasing the latest posts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Popular Posts\",\"section_description\":\"Highlighting some of my most read articles.\",\"section_prompt\":\"Focused view of specific articles.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Follow Me\",\"section_description\":\"Stay connected and follow my design journey on social media.\",\"section_prompt\":\"Links to social media profiles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Don\'t miss out on my latest insights! Subscribe now.\",\"section_prompt\":\"Engaging subscription call to action.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Thank you for visiting my blog!\",\"section_prompt\":\"Includes copyright and external links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Contact me for project inquiries and collaboration opportunities.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introductory text about how to reach me.\",\"section_prompt\":\"Standard header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"I\\u2019d love to hear from you!\",\"section_prompt\":\"Banner welcoming contacts.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to reach out.\",\"section_prompt\":\"Form layout for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Feel free to reach out via email or phone.\",\"section_prompt\":\"Contact information layout.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Thank you for considering to connect!\",\"section_prompt\":\"Includes copyright and essential links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":886}', '2025-10-24 07:31:56', '2025-10-24 07:31:56');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(889, 134, NULL, 'Discover the mystical world of zodiac gemstones tailored to your astrological profile at Cosmos Gems. Explore our extensive collection of astral gemstones and educational resources.', '{\"website_title\":\"Cosmos Gems\",\"website_description\":\"Discover the enchanting world of zodiac gemstones tailored to your astrological profiles. Immerse yourself in a harmonious blend of exquisite gems, educational insights, care tips, and community testimonials at Cosmos Gems.\",\"website_type\":\"E-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"zodiac gemstones, astrology, gemstone care, beautiful gems, birthstones\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Cosmos Gems, where the magic of zodiac gemstones comes to life. Explore our beautiful collection and find the stone that resonates with your astrological profile.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Discover Your Gemstone\",\"section_description\":\"Immerse yourself in the beauty and significance of zodiac gemstones.\",\"section_prompt\":\"A visually captivating hero section with an enchanting image of zodiac gemstones that invites users to discover more.\"},{\"section_type\":\"about\",\"section_title\":\"About Zodiac Gemstones\",\"section_description\":\"Zodiac gemstones hold unique meanings and powers based on your astrological sign, offering guidance and support on your journey.\",\"section_prompt\":\"An informative section explaining what zodiac gemstones are and their significance in astrology.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Gemstones\",\"section_description\":\"Explore our handpicked selection of zodiac gemstones, each designed to enhance your spiritual and personal growth.\",\"section_prompt\":\"A grid showcasing various zodiac gemstones available for purchase with brief descriptions.\"},{\"section_type\":\"benefit\",\"section_title\":\"Benefits of Gemstones\",\"section_description\":\"Discover how zodiac gemstones can bring balance, prosperity, and healing energies into your life.\",\"section_prompt\":\"Elaborate on the health and spiritual benefits associated with zodiac gemstones.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Testimonials\",\"section_description\":\"Hear from our satisfied customers who have experienced the magic of zodiac gemstones first-hand.\",\"section_prompt\":\"Highlight positive reviews and feedback from customers showcasing their experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Embark on your journey with the perfect gemstone. Take our interactive quiz now!\",\"section_prompt\":\"Encourage visitors to engage with the site and start their gemstone journey.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest articles on gemstones, astrology, and care tips.\",\"section_prompt\":\"Link to the latest posts on the blog covering relevant topics.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Offerings\",\"page_description\":\"Explore the wide range of zodiac gemstones and educational resources we offer at Cosmos Gems.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Our Offerings\",\"section_description\":\"Detailed insights into our gemstone collection and educational resources.\",\"section_prompt\":\"Usage of captivating imagery and layout to display services area.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Astrological Gemstones\",\"section_description\":\"Each gemstone aligns with specific astrological signs to enhance personal energies.\",\"section_prompt\":\"A section detailing gemstones correlated with zodiac signs, featuring images and descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Gemstone Care Tips\",\"section_description\":\"Expert tips on how to maintain and care for your zodiac gemstones to ensure they shine for years to come.\",\"section_prompt\":\"Highlight key care practices using engaging visuals.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common inquiries about gemstones and their properties.\",\"section_prompt\":\"Provide a comprehensive FAQs to assist potential customers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More\",\"section_description\":\"Delve deeper into our gemstone selection and services to find your perfect match.\",\"section_prompt\":\"Encourage visitors to explore more about the services and products.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigate to other sections of our website and connect with us for further information.\",\"section_prompt\":\"Provide all relevant links in the footer including social media and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Read our insightful articles on astrology, gemstones, and holistic living.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"An overview of our latest blog posts exploring the connection between astrology and gemstones.\",\"section_prompt\":\"A beautifully designed section providing an overview of recent articles.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Posts\",\"section_description\":\"Explore our most popular blog posts that offer valuable insights into your zodiac gemstones.\",\"section_prompt\":\"Grid displaying featured blog posts with images and short excerpts.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Astrology Basics\",\"section_description\":\"Understand the fundamentals of astrology and how it influences your life and gemstones.\",\"section_prompt\":\"Educational content explaining astrology basics connected to gemstones.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Caring for Your Gemstone\",\"section_description\":\"Learn effective methods for cleaning and maintaining your astrological gems.\",\"section_prompt\":\"Focus on care tips for gemstones with in-depth explanations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Engage with us and share your thoughts on our articles or your gemstone experience.\",\"section_prompt\":\"Encourage community interaction and discussions based on articles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigate further or contact us with any questions regarding our articles and services.\",\"section_prompt\":\"Links to related articles or other sections of the website.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Connect With Us\",\"page_description\":\"We\'d love to hear from you! Reach out with your queries or feedback.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation to key sections of our website.\",\"section_prompt\":\"Main website navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Get in touch with Cosmos Gems for any inquiries or support you need.\",\"section_prompt\":\"An encouraging banner inviting visitors to reach out.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Contact Information\",\"section_description\":\"Here\\u2019s how you can reach us - email, phone, or social media channels.\",\"section_prompt\":\"Display contact methods clearly for quick access.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Fill out the form below to submit your questions or feedback.\",\"section_prompt\":\"Contact form allowing users to submit inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy and terms of service along with navigation to other website sections.\",\"section_prompt\":\"Essential links to align with user needs.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Gems Gallery\",\"page_description\":\"Admire the beauty of our zodiac gemstones through stunning visuals.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Gems Gallery\",\"section_description\":\"Explore the aesthetic charm of our zodiac gemstones in our gallery.\",\"section_prompt\":\"An engaging gallery format showcasing high-quality images of gemstones.\"},{\"section_type\":\"gallery\",\"section_title\":\"Stunning Gemstones\",\"section_description\":\"Browse through beautiful captures of various zodiac gemstones and their brilliance.\",\"section_prompt\":\"A visually centered gallery layout of gemstone images.\"},{\"section_type\":\"about\",\"section_title\":\"The Story Behind the Gallery\",\"section_description\":\"Learn about the inspiration and care that goes into capturing these stunning images.\",\"section_prompt\":\"Narrate the artistic process of the gallery.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Your Gem\",\"section_description\":\"Find the perfect gemstone for you by visiting our shop now.\",\"section_prompt\":\"Encourage visitors to explore purchasing options after viewing the gallery.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links for navigation and additional site information.\",\"section_prompt\":\"Essential links to align with user needs.\"}]}],\"user_prompt\":\"Discover the mystical world of zodiac gemstones tailored to your astrological profile at Cosmos Gems. Explore our extensive collection of astral gemstones and educational resources.\",\"prompt_id\":889}', '2025-10-24 09:51:51', '2025-10-24 09:51:51'),
(891, 128, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A professional platform showcasing my graphic design work, creative journey, and insights on design trends.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative design showcase, design trends, graphic design insights, portfolio website\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, showcasing my creative journey and unique style.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A vibrant introduction to my graphic design work, capturing my unique style.\",\"section_prompt\":\"A full-width hero image with a catchy tagline reflecting my creative identity.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my background in graphic design, my philosophy, and my passion for creativity.\",\"section_prompt\":\"A brief paragraph that introduces me, my design journey, and influences.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"Explore a curated selection of my best design projects, reflecting my skills and creativity.\",\"section_prompt\":\"A grid layout showcasing thumbnails of my projects with links to individual project details.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with my latest blog posts discussing design trends and insights.\",\"section_prompt\":\"A preview section highlighting 3-4 recent blog articles.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear what my clients say about my work and collaboration experience.\",\"section_prompt\":\"A section featuring brief quotes from clients, with their names and projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate!\",\"section_description\":\"Ready to bring your ideas to life? Contact me to discuss your projects.\",\"section_prompt\":\"A visually engaging call-to-action urging visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with navigation links, social media icons, and copyright information.\",\"section_prompt\":\"Footer layout including all important links and social media handles.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Offerings\",\"page_description\":\"Explore the graphic design services I provide to enhance your brand.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Detailed overview of my range of graphic design services.\",\"section_prompt\":\"An inner banner displaying the title \'My Services\' with a creative background.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity Design\",\"section_description\":\"Creating distinctive brand identities that resonate with your audience.\",\"section_prompt\":\"Visual layout with an image on one side and text detailing the service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"High-quality print designs for various media, including posters, brochures, and business cards.\",\"section_prompt\":\"Engaging section with graphics showcasing examples of print work.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Design\",\"section_description\":\"Innovative digital designs for websites, apps, and social media platforms.\",\"section_prompt\":\"Visually appealing section incorporating digital design samples.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answering common questions about my design process and services.\",\"section_prompt\":\"A structured layout with questions and clear, concise answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Interested in my services? Let\'s talk about your design needs.\",\"section_prompt\":\"An eye-catching call to action inviting potential clients to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with navigation links, social media icons, and copyright information.\",\"section_prompt\":\"Footer layout including all important links and social media handles.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"Explore my thoughts on design trends, tips, and experiences in the graphic design world.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Blog Posts\",\"section_description\":\"A collection of valuable articles discussing various aspects of graphic design.\",\"section_prompt\":\"A captivating inner banner that introduces the blog content.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"Browse through my latest articles and posts on graphic design and trends.\",\"section_prompt\":\"Grid layout displaying thumbnails and previews of blog posts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Spotlight Article\",\"section_description\":\"Highlighting an article that discusses a significant design trend or project.\",\"section_prompt\":\"Emphasizing one impactful blog post with a full content preview.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation!\",\"section_description\":\"What are your thoughts on design? Share your insights or questions here!\",\"section_prompt\":\"A call to action inviting readers to comment or engage.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with navigation links, social media icons, and copyright information.\",\"section_prompt\":\"Footer layout including all important links and social media handles.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Visit this page to connect with me for collaborations or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Standard header including logo and navigation menu.\",\"section_prompt\":\"Header layout with a responsive menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I would love to hear from you! Here\\u2019s how to reach me.\",\"section_prompt\":\"An inner banner that highlights the purpose of the contact page.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch with me regarding projects or inquiries.\",\"section_prompt\":\"A user-friendly contact form requesting name, email, message.\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Info\",\"section_description\":\"Get my direct contact details and social media links for easier communication.\",\"section_prompt\":\"Information on how to reach me directly including email and social profiles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with navigation links, social media icons, and copyright information.\",\"section_prompt\":\"Footer layout including all important links and social media handles.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":891}', '2025-10-24 13:10:15', '2025-10-24 13:10:15'),
(892, 128, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"My SEO & Marketing Agency\",\"website_description\":\"A platform showcasing expertise in digital marketing, SEO strategies, and client successes.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO, digital marketing, marketing agency, consulting services, case studies\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The introduction to my SEO and marketing agency, highlighting our unique approach and success stories.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Agency\",\"section_description\":\"Discover how we can elevate your business with outstanding digital marketing strategies.\",\"section_prompt\":\"A vibrant hero section with a captivating image and engaging tagline for immediate impact.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"An overview of my background, experience, and what drives my passion for digital marketing.\",\"section_prompt\":\"A concise about section featuring my story and motivation, laid out with clear, engaging formatting.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"A showcase of the various digital marketing services offered, including SEO, content marketing, and more.\",\"section_prompt\":\"A visually appealing grid layout displaying services with brief descriptions, organized for easy scanning.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Highlighting key metrics and accomplishments that showcase our expertise and success.\",\"section_prompt\":\"An engaging statistics section visually representing key achievements and success rates for immediate impact.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"A preview of the most recent blog posts that provide valuable insights into digital marketing trends.\",\"section_prompt\":\"A dynamic section for displaying recent articles with engaging descriptions, encouraging exploration.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from our satisfied clients about their experiences and results achieved through our services.\",\"section_prompt\":\"A visually appealing layout with quotes and client images that adds credibility and trustworthiness.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Encouraging visitors to reach out for a consultation or to learn more about our services.\",\"section_prompt\":\"A compelling call-to-action section, using bold colors and direct language to catch attention.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"A detailed overview of the digital marketing services we offer to help your business grow.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for easy access to all parts of the site.\",\"section_prompt\":\"Standard header section with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Expert Services\",\"section_description\":\"An introduction to the various services we provide.\",\"section_prompt\":\"Inner banner displaying the title \'Our Expert Services\' prominently.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Search Engine Optimization\",\"section_description\":\"Comprehensive SEO strategies designed to improve your website\'s visibility.\",\"section_prompt\":\"Section combining images with text to describe SEO services in an engaging way.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Creating and distributing valuable content to attract and engage an audience.\",\"section_prompt\":\"Informative layout blending visuals and text to effectively summarize content marketing.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Management\",\"section_description\":\"Managing social platforms to enhance brand presence and engagement.\",\"section_prompt\":\"A visually strong section focusing on social media strategies with supporting images.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common questions clients have about our services.\",\"section_prompt\":\"Well-organized Q&A layout providing clear, informative answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Us\",\"section_description\":\"Encourage potential clients to reach out for more information about our services.\",\"section_prompt\":\"Encouraging visitors to contact us through a simple, direct prompt.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links and contact information.\",\"section_prompt\":\"Footer including site links, copyright information, and contact details.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Insights\",\"page_description\":\"Explore our blog for the latest trends, tips, and insights into the digital marketing industry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for easy access to all parts of the site.\",\"section_prompt\":\"Standard header section with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"An introduction to our most recent blog posts and insights.\",\"section_prompt\":\"Inner banner displaying the title \'Latest Articles\' prominently.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"A compilation of our latest blog entries to keep you informed.\",\"section_prompt\":\"Dynamic section showcasing blog posts in a grid layout for easy viewing.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encouraging visitors to sign up for our newsletter for the latest updates.\",\"section_prompt\":\"Engaging call-to-action prompting visitors to subscribe to our mailing list.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links and contact information.\",\"section_prompt\":\"Footer including site links, copyright information, and contact details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Contact us for inquiries or consultations regarding our digital marketing services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for easy access to all parts of the site.\",\"section_prompt\":\"Standard header section with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Invitation to reach out for more information or assistance.\",\"section_prompt\":\"Inner banner displaying the title \'Contact Us\' prominently.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to reach out to us directly.\",\"section_prompt\":\"User-friendly contact form allowing visitors to submit their inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Details on how to find or contact our agency, including phone, email, and address.\",\"section_prompt\":\"Clearly presented contact information including a map and contact details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links and contact information.\",\"section_prompt\":\"Footer including site links, copyright information, and contact details.\"}]},{\"page_type\":\"case_studies\",\"page_title\":\"Case Studies\",\"page_description\":\"Showcasing successful projects and campaigns that demonstrate our expertise in digital marketing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for easy access to all parts of the site.\",\"section_prompt\":\"Standard header section with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Successful Projects\",\"section_description\":\"An introduction to our case studies that highlight successful campaigns.\",\"section_prompt\":\"Inner banner displaying the title \'Successful Projects\' prominently.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Case Study 1\",\"section_description\":\"In-depth overview of a successful project, detailing the strategies and outcomes.\",\"section_prompt\":\"Detailed section focusing on one specific case study with visuals and data representation.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Case Study 2\",\"section_description\":\"An overview of another successful project, showcasing results achieved through strategic planning.\",\"section_prompt\":\"Focused description of a second case study with relevant images and metrics.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Learn More About Our Work\",\"section_description\":\"Encouraging potential clients to explore how we can assist with their digital marketing needs.\",\"section_prompt\":\"A section prompting visitors to reach out for more case studies or consultations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links and contact information.\",\"section_prompt\":\"Footer including site links, copyright information, and contact details.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":892}', '2025-10-24 13:18:30', '2025-10-24 13:18:30'),
(894, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Travel Adventures & Photography\",\"website_description\":\"A vibrant showcase of travel adventures, captivating stories, and stunning photography from my journeys around the world.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, adventure stories, beautiful landscapes, travel destinations, wanderlust\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel adventures website showcasing captivating stories and stunning photography from around the world.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An engaging visual introduction to my travel adventures and photography.\",\"section_prompt\":\"A dynamic hero section featuring a captivating image from my travels and an introduction to my website.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my travel philosophy, background, and what inspires my photography.\",\"section_prompt\":\"A personal narrative about my journey as a traveler and photographer, accompanied by an inspiring image.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Explore My Travels\",\"section_description\":\"A curated list of my travel blog posts that detail my adventures, challenges, and beautiful moments.\",\"section_prompt\":\"Grid layout displaying snippets of various blog posts, each highlighting different travel experiences.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Travel Stats\",\"section_description\":\"Highlighting adventures through statistics: countries visited, photos taken, and memories created.\",\"section_prompt\":\"A visually engaging bar section showcasing key travel metrics and favorites.\"},{\"section_type\":\"gallery\",\"section_title\":\"My Photography\",\"section_description\":\"A glimpse into my travel photography, showcasing stunning landscapes and moments captured.\",\"section_prompt\":\"An attractive layout presenting thumbnail images of my best travel photos.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Stories\",\"section_description\":\"Stay updated with my most recent travel stories and adventures.\",\"section_prompt\":\"A section featuring the latest blog posts in a chronological format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey\",\"section_description\":\"Encouraging visitors to follow my adventures and connect with my work.\",\"section_prompt\":\"A compelling call to action inviting visitors to subscribe or follow on social media.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Tales\",\"page_description\":\"Engaging posts detailing my trips, challenges faced, and the beauty encountered around the world.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top section for navigation and branding.\",\"section_prompt\":\"A prominent header section with the website logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Tales\",\"section_description\":\"An overview of the stories I share about my travel experiences.\",\"section_prompt\":\"A vibrant banner reflecting the essence of my travel tales.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"A collection of immersive blog posts sharing my travel experiences.\",\"section_prompt\":\"Grid layout presenting various blog entries, each with excerpts and images.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Spotlight Story\",\"section_description\":\"In-depth look at a particular journey that left a significant impact on me.\",\"section_prompt\":\"A narrative section elaborating on a specific travel adventure with personal reflections.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Read More\",\"section_description\":\"Encouraging visitors to explore more posts and join my travel community.\",\"section_prompt\":\"A call to action inviting users to explore the full blog for more adventures.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Conclusion section containing copyright information and social media links.\",\"section_prompt\":\"Footer with necessary legal information and social media.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Photo Showcase\",\"page_description\":\"A curated collection of my favorite travel photographs capturing the beauty of each destination.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top section for navigation and branding.\",\"section_prompt\":\"A prominent header section with the website logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photo Showcase\",\"section_description\":\"An exquisite gallery displaying my most cherished travel photos.\",\"section_prompt\":\"A vibrant banner showcasing a beautiful travel image.\"},{\"section_type\":\"gallery\",\"section_title\":\"Travel Photographs\",\"section_description\":\"A stunning collection of portraits, landscapes, and moments captured from my travels.\",\"section_prompt\":\"A grid or masonry style gallery layout displaying multiple travel photographs.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Photography Techniques\",\"section_description\":\"Tips and techniques I use while capturing stunning photographs during my travels.\",\"section_prompt\":\"An informative section discussing methods and equipment for travel photography.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Inspired\",\"section_description\":\"Encouraging visitors to view my photography and reach out for collaborations.\",\"section_prompt\":\"A vibrant call to action inviting visitors to connect over photography.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Conclusion section containing copyright information and social media links.\",\"section_prompt\":\"Footer with necessary legal information and social media.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"A form for visitors to connect, collaborate, or inquire about photography services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top section for navigation and branding.\",\"section_prompt\":\"A prominent header section with the website logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Reach out for collaborations, inquiries, or just to say hi!\",\"section_prompt\":\"A welcoming banner inviting visitors to connect.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A simple form for visitors to submit their messages or requests.\",\"section_prompt\":\"User-friendly contact form for easy communication.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Details on how to connect via email or social media platforms.\",\"section_prompt\":\"A brief section with email, phone number, and social media handles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Conclusion section containing copyright information and social media links.\",\"section_prompt\":\"Footer with necessary legal information and social media.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":894}', '2025-10-25 04:25:21', '2025-10-25 04:25:21'),
(895, 134, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing my graphic design work, philosophy, and insights in the design world.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, design projects, creative work, case studies, design insights\",\"pages\":[{\"page_type\":\"slug\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio. Here you will find a glimpse of my work and my design philosophy.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An inviting introduction to my graphic design portfolio with a captivating image.\",\"section_prompt\":\"Responsive hero section with a background image showcasing my best work.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction to me and my graphic design journey, emphasizing my philosophy and approach to design.\",\"section_prompt\":\"A compelling narrative about my background, experience, and what drives my creativity.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"An overview of my best graphic design projects categorized by type, showcasing my versatility.\",\"section_prompt\":\"A visually appealing grid layout displaying thumbnails of top projects with brief descriptions.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Design Achievements\",\"section_description\":\"Highlight my professional milestones, projects completed, and successful collaborations.\",\"section_prompt\":\"A dynamic bar section displaying numbers like projects completed, years of experience.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Showcasing recent articles and trends in graphic design that inspire my work.\",\"section_prompt\":\"A layout that captures the latest blog posts as snippets.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback and impressions from past clients, emphasizing my impact as a designer.\",\"section_prompt\":\"A carousel layout featuring positive quotes from clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to reach out for inquiries or collaborations.\",\"section_prompt\":\"A straightforward section encouraging visitors to contact me.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":895}', '2025-10-25 05:17:27', '2025-10-25 05:17:27'),
(898, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"My Travel Adventures\",\"website_description\":\"A vibrant blog showcasing my travels, featuring stunning photography and inspiring stories from around the world.\",\"website_type\":\"Personal Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, cultural landscapes, travel adventures, travel tips, world travel\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel blog where I share stories and stunning photography from my adventures around the world.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Travels\",\"section_description\":\"An engaging introduction to my blog where I share my travel experiences and photography.\",\"section_prompt\":\"A captivating hero banner that introduces my travel adventures with a striking image of a travel destination.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A personal introduction sharing my love for travel and photography and what inspires me to explore the world.\",\"section_prompt\":\"A brief narrative about myself and my motivations for traveling, designed in a visually appealing format.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Destinations\",\"section_description\":\"A curated list of my favorite travel destinations showcasing the diversity of cultures and landscapes I have explored.\",\"section_prompt\":\"A grid layout displaying highlighted travel locations with images and brief descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Travel Stories\",\"section_description\":\"A section featuring my most recent blog posts about travel experiences and photography.\",\"section_prompt\":\"A structured layout presenting my latest travel blogs to engage readers.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photography Gallery\",\"section_description\":\"A collection of captivating photographs that capture the essence of my adventures.\",\"section_prompt\":\"A visual gallery that displays my best travel photos in an organized and attractive layout.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure\",\"section_description\":\"An invitation for readers to connect with me and explore my blog further.\",\"section_prompt\":\"A compelling call-to-action encouraging visitors to read more and subscribe to my blog.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":898}', '2025-10-25 09:06:06', '2025-10-25 09:06:06'),
(899, 134, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing my graphic design work, skills, and creativity through a clean and visually appealing digital portfolio.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative design, portfolio showcase, design trends, graphic designer\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my world of graphic design, showcasing my latest projects and creative journey.\",\"section_prompt\":\"Featured projects layout with Bootstrap grid.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my design philosophy and professional journey.\",\"section_prompt\":\"Personal narrative with background details.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"Discover a range of my graphic design projects organized by categories.\",\"section_prompt\":\"Grid layout showcasing various projects.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Read reviews and feedback from my satisfied clients.\",\"section_prompt\":\"Carousel layout for testimonials.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with my latest design thoughts and trends.\",\"section_prompt\":\"Introduction to blog section with latest posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Work Together\",\"section_description\":\"Interested in my work? Contact me today!\",\"section_prompt\":\"Call to action button for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"My journey and design philosophy as a graphic designer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Who I Am\",\"section_description\":\"A brief introduction to my background and experience.\",\"section_prompt\":\"Personal details in an engaging format.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"My approach to design and what fuels my creativity.\",\"section_prompt\":\"Inspirational layout with key quotes.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Journey\",\"section_description\":\"Key milestones in my career as a designer.\",\"section_prompt\":\"Timeline showcasing major career events.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Skills & Tools\",\"section_description\":\"The tools and technologies I excel at.\",\"section_prompt\":\"Icons with descriptions of software proficiency.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Others Say\",\"section_description\":\"Feedback from peers and mentors about my work.\",\"section_prompt\":\"Highlights of testimonial quotes.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Let\\u2019s discuss your project!\",\"section_prompt\":\"Contact button leading to contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"Showcase of my graphic design projects and work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"My Portfolio\",\"section_description\":\"Explore my best work categorized into genres.\",\"section_prompt\":\"Categories for logo, branding, illustrations.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Highlighted Projects\",\"section_description\":\"Featuring some of my most significant projects.\",\"section_prompt\":\"Visual display of impressive work with descriptions.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Categories of Work\",\"section_description\":\"Various genres of designs I specialize in.\",\"section_prompt\":\"Grid highlighting different design categories.\"},{\"section_type\":\"gallery\",\"section_title\":\"Recent Works\",\"section_description\":\"A collection of my latest projects.\",\"section_prompt\":\"Image grid layout of recent works.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback from clients about my portfolio work.\",\"section_prompt\":\"Carousel of reviews.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire About My Work\",\"section_description\":\"Interested in collaborating? Let\'s chat!\",\"section_prompt\":\"Contact button leading to contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Overview of graphic design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"What I Offer\",\"section_description\":\"A brief introduction to the services available.\",\"section_prompt\":\"Overview with a welcoming layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Services\",\"section_description\":\"Details about specific services provided, including branding and illustration.\",\"section_prompt\":\"Service categories with icons.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding\",\"section_description\":\"Creating strong, unique brand identities that resonate.\",\"section_prompt\":\"Image and text layout describing the service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Illustrations\",\"section_description\":\"Custom illustrations tailored to your needs.\",\"section_prompt\":\"Showcase of illustrations with descriptions.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries about the services I provide.\",\"section_prompt\":\"Collapsible FAQ sections.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Start?\",\"section_description\":\"Get in touch to discuss your project needs!\",\"section_prompt\":\"Contact button for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"What my clients have to say about my work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Testimonials\",\"section_description\":\"Feedback from those I\'ve collaborated with.\",\"section_prompt\":\"Engaging introductory layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Feedback\",\"section_description\":\"Highlights of what clients appreciate about my work.\",\"section_prompt\":\"User-friendly layout displaying feedback.\"},{\"section_type\":\"reviews\",\"section_title\":\"What They Say\",\"section_description\":\"In-depth client reviews and comments.\",\"section_prompt\":\"Detailed testimonials section.\"},{\"section_type\":\"gallery\",\"section_title\":\"Client Projects Gallery\",\"section_description\":\"A gallery of projects delivered to clients.\",\"section_prompt\":\"Visual showcase of completed work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Happy Clients\",\"section_description\":\"Get in touch to start your project!\",\"section_prompt\":\"Contact button leading to contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for inquiries and collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Contact Me\",\"section_description\":\"I\'d love to hear from you!\",\"section_prompt\":\"Welcoming introduction layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Reach Out\",\"section_description\":\"How to get in touch with me.\",\"section_prompt\":\"Details about contacting.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below for any inquiries.\",\"section_prompt\":\"Standard contact form.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Other Ways to Connect\",\"section_description\":\"Find me on social media for updates and more.\",\"section_prompt\":\"Links to social media profiles.\"},{\"section_type\":\"footer\",\"section_title\":\"\",\"section_description\":\"\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":899}', '2025-10-25 10:26:55', '2025-10-25 10:26:55');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(901, 134, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"My Travel Adventures\",\"website_description\":\"Explore captivating travel stories, stunning photography, and essential travel tips from my worldwide adventures. Join me as I share insights and inspirations from my journeys.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, travel tips, adventure stories, photography gallery, travel blogging\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel website!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and branding.\",\"section_prompt\":\"Header with site logo and navigation menu.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Adventures\",\"section_description\":\"Dive into the world of travel through my eyes.\",\"section_prompt\":\"A stunning image representing my travel journeys.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my passion for travel and photography.\",\"section_prompt\":\"Information about my background and what inspires me.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Travel Stories\",\"section_description\":\"Explore detailed narratives of my amazing adventures.\",\"section_prompt\":\"Grid displaying links to my travel story pages.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with my most recent travel posts.\",\"section_prompt\":\"List of the latest blog posts about my travels.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey\",\"section_description\":\"Follow my adventures and tips!\",\"section_prompt\":\"Encouraging visitors to subscribe to updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and other important pages.\",\"section_prompt\":\"Footer with copyright and required links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for collaborations or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and branding.\",\"section_prompt\":\"Header with site logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I\'m here to hear from you!\",\"section_prompt\":\"Contact page header with the title \'Contact Me\'.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Drop a Message\",\"section_description\":\"Fill in the form below to reach out to me.\",\"section_prompt\":\"Contact form fields for name, email, message.\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Details\",\"section_description\":\"Find my contact information here.\",\"section_prompt\":\"Details on how to contact me via email or social media.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Connect!\",\"section_description\":\"I look forward to connecting with you.\",\"section_prompt\":\"Encouraging message to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and other important pages.\",\"section_prompt\":\"Footer with copyright and required links.\"}]},{\"page_type\":\"travel_tips\",\"page_title\":\"Travel Tips\",\"page_description\":\"Essential tips for your travel adventures.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and branding.\",\"section_prompt\":\"Header with site logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Tips\",\"section_description\":\"Helpful advice for globetrotters.\",\"section_prompt\":\"Banner for Travel Tips page.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Tips and Tricks\",\"section_description\":\"Discover my top travel tips and insights.\",\"section_prompt\":\"A list of travel tips categorized by theme.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common travel questions.\",\"section_prompt\":\"Questions answered based on my travel experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More Tips\",\"section_description\":\"Keep learning about travel.\",\"section_prompt\":\"Encouragement to read more about travel on the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and other important pages.\",\"section_prompt\":\"Footer with copyright and required links.\"}]},{\"page_type\":\"photography_gallery\",\"page_title\":\"Photography Gallery\",\"page_description\":\"A visual feast of my travel photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and branding.\",\"section_prompt\":\"Header with site logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Gallery\",\"section_description\":\"Showcasing the beauty of the world through my lens.\",\"section_prompt\":\"Hero section displaying stunning travel images.\"},{\"section_type\":\"gallery\",\"section_title\":\"Image Showcase\",\"section_description\":\"High-quality images from my travels.\",\"section_prompt\":\"Grid layout showing thumbnails of travel photographs.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Location Highlights\",\"section_description\":\"Details about each photographed location.\",\"section_prompt\":\"Individual highlight description per image.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book a Session\",\"section_description\":\"Interested in travel photography? Let\'s connect!\",\"section_prompt\":\"Encouragement for potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and other important pages.\",\"section_prompt\":\"Footer with copyright and required links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Blog\",\"page_description\":\"Latest updates and insights into my travels.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and branding.\",\"section_prompt\":\"Header with site logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Blog\",\"section_description\":\"Check out my latest adventures and tips.\",\"section_prompt\":\"Banner for Blog page with engaging imagery.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Catch up on my latest travel posts.\",\"section_prompt\":\"Grid layout featuring my blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated\",\"section_description\":\"Subscribe for the latest travel news and articles!\",\"section_prompt\":\"Prompt to join my newsletter or blog updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and other important pages.\",\"section_prompt\":\"Footer with copyright and required links.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":901}', '2025-10-25 10:57:17', '2025-10-25 10:57:17'),
(903, 128, NULL, 'To redesign the old website  https://isb.org/ for ISB with the main aim of having a great UI and UX  and making the website SEO-friendly. Additionally, the Video functionality will be added to the new website. The sitemap of the new website will remain pretty similar except a few changes would be made to make the site look more organized and easier to use. The proposed development would be done in WordPress only where only the reskin would be done in Phase 1 and any development changes would be', '{\"website_title\":\"ISB Website Redesign\",\"website_description\":\"A modernized, user-friendly website for ISB focusing on enhanced UI\\/UX, SEO optimization, and responsive design.\",\"website_type\":\"Informational\",\"website_industry\":\"Education\",\"search_query\":\"ISB redesign, education website, user experience, video gallery, SEO friendly\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to the ISB redesigned website, crafted for improved user experience and interaction.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation and branding of ISB.\",\"section_prompt\":\"Bootstrap layout for header.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to ISB\",\"section_description\":\"Experience our new features and functionalities designed for you.\",\"section_prompt\":\"Bootstrap hero banner for introduction.\"},{\"section_type\":\"about\",\"section_title\":\"About ISB\",\"section_description\":\"Learn about our mission, vision, and commitment to education excellence.\",\"section_prompt\":\"Bootstrap layout for about the organization.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest News\",\"section_description\":\"Stay updated with our blog for insights and tips on education.\",\"section_prompt\":\"Bootstrap layout for displaying latest blog posts.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Features\",\"section_description\":\"Explore our new features including a dedicated video gallery, optimized content, and more.\",\"section_prompt\":\"Bootstrap listing grid for features.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us Today\",\"section_description\":\"Sign up for our newsletter to get the latest updates and resources.\",\"section_prompt\":\"Bootstrap call to action section.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Bootstrap layout for footer.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with ISB for inquiries and support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation and branding of ISB.\",\"section_prompt\":\"Bootstrap layout for header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Reach out to us through the below form.\",\"section_prompt\":\"Bootstrap inner banner for contact.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below with your questions or feedback.\",\"section_prompt\":\"Bootstrap layout for contact form.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Bootstrap layout for footer.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Explore insightful articles, tips, and news in our blog section.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation and branding of ISB.\",\"section_prompt\":\"Bootstrap layout for header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog Updates\",\"section_description\":\"Stay informed with our latest educational articles.\",\"section_prompt\":\"Bootstrap inner banner for blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Articles\",\"section_description\":\"Browse through a collection of informative articles and tips.\",\"section_prompt\":\"Bootstrap layout for blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Don\'t miss out on our latest posts. Subscribe now!\",\"section_prompt\":\"Bootstrap call to action section.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Bootstrap layout for footer.\"}]},{\"page_type\":\"video_gallery\",\"page_title\":\"Video Gallery\",\"page_description\":\"Access our multimedia resources and educational videos.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation and branding of ISB.\",\"section_prompt\":\"Bootstrap layout for header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Multimedia Resources\",\"section_description\":\"Explore our rich collection of educational videos and resources.\",\"section_prompt\":\"Bootstrap inner banner for video gallery.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Videos\",\"section_description\":\"Watch our selected videos that highlight our programs and events.\",\"section_prompt\":\"Bootstrap layout for video gallery.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Watch More Videos\",\"section_description\":\"Dive deeper into our educational content. Check out more videos!\",\"section_prompt\":\"Bootstrap call to action section.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Bootstrap layout for footer.\"}]}],\"user_prompt\":\"To redesign the old website  https:\\/\\/isb.org\\/ for ISB with the main aim of having a great UI and UX  and making the website SEO-friendly. Additionally, the Video functionality will be added to the new website. The sitemap of the new website will remain pretty similar except a few changes would be made to make the site look more organized and easier to use. The proposed development would be done in WordPress only where only the reskin would be done in Phase 1 and any development changes would be\",\"prompt_id\":903}', '2025-10-25 11:13:03', '2025-10-25 11:13:03'),
(904, 134, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing exceptional graphic design work, my portfolio highlights my journey, skills, services, and client testimonials.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, modern design, creative projects, graphic design showcase, digital portfolio\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my digital portfolio showcasing my graphic design work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for easy access.\",\"section_prompt\":\"Clean header layout with logo and navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A captivating introduction to my portfolio with a stunning image or slideshow of my best work.\",\"section_prompt\":\"Full-width hero image showcasing some of my best projects.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A personal reflection on my journey as a graphic designer, detailing my passion and experience.\",\"section_prompt\":\"A professional layout including a photo and text on my journey and design philosophy.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"An overview of the services I offer in graphic design, including branding, web design, and illustration.\",\"section_prompt\":\"Grid layout showcasing each service with a brief description and image.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Highlights of my latest work with brief descriptions for each project.\",\"section_prompt\":\"Grid layout featuring thumbnails and descriptions of my latest design projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate!\",\"section_description\":\"A compelling invitation for potential clients and collaborators to reach out.\",\"section_prompt\":\"Call to action with contact details and encouragement to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer area containing copyright and additional links.\",\"section_prompt\":\"Standard footer layout with copyright and secondary navigation.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Detailed explanation of the graphic design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for easy access.\",\"section_prompt\":\"Clean header layout with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Insight into the range of services provided, tailored to meet client needs.\",\"section_prompt\":\"Banner featuring the title and engaging imagery related to graphic design.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding Design\",\"section_description\":\"Comprehensive branding services including logo design, brand identity, and visual storytelling.\",\"section_prompt\":\"Layout with an image showcasing branding designs alongside descriptive text.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"User-friendly and visually appealing web design services that enhance online presence.\",\"section_prompt\":\"Visual representation of web designs paired with a detailed description.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Creating stunning print materials such as brochures, business cards, and advertisements.\",\"section_prompt\":\"Featured print designs with accompanying explanations.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions regarding my graphic design services with answers to help potential clients.\",\"section_prompt\":\"List of FAQs with collapsible answers for clarity.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire About My Services\",\"section_description\":\"Encouragement for visitors to reach out for quotes or consultations.\",\"section_prompt\":\"Prominent call to action urging potential clients to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer area containing copyright and additional links.\",\"section_prompt\":\"Standard footer layout with copyright and secondary navigation.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Feedback\",\"page_description\":\"Client testimonials reflecting my work and professionalism.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for easy access.\",\"section_prompt\":\"Clean header layout with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Testimonials\",\"section_description\":\"A collection of feedback from clients reflecting their experiences working with me.\",\"section_prompt\":\"Banner featuring the title and engaging imagery related to client success.\"},{\"section_type\":\"reviews\",\"section_title\":\"What Clients Say\",\"section_description\":\"Detailed testimonials from clients showcasing their satisfaction and the impact of my designs.\",\"section_prompt\":\"Layout featuring client quotes styled attractively.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Project Achievements\",\"section_description\":\"Highlighting statistics that showcase my work, like projects completed and satisfied clients.\",\"section_prompt\":\"Infographic style representation of key achievements in my design career.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Why Choose Me?\",\"section_description\":\"Explaining my design philosophy and the unique value I provide to clients.\",\"section_prompt\":\"A detailed section that outlines what sets me apart in the graphic design field.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Thoughts\",\"section_description\":\"Inviting visitors to leave their own feedback after collaborating.\",\"section_prompt\":\"Engaging prompt to encourage visitors to submit their testimonials.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer area containing copyright and additional links.\",\"section_prompt\":\"Standard footer layout with copyright and secondary navigation.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for collaboration and inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for easy access.\",\"section_prompt\":\"Clean header layout with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"An inviting section encouraging potential clients to reach out.\",\"section_prompt\":\"Banner featuring the title inviting inquiries.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"A form for potential clients to fill out their information and inquiries.\",\"section_prompt\":\"Simple contact form layout with fields for name, email, and message.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Providing all necessary contact information including email, phone, and social media links.\",\"section_prompt\":\"Contact details clearly outlined for easy reference.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Looking Forward to Hearing from You!\",\"section_description\":\"Emphasizing eagerness to discuss potential projects and collaborations.\",\"section_prompt\":\"Encouraging text for visitors to encourage them to contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer area containing copyright and additional links.\",\"section_prompt\":\"Standard footer layout with copyright and secondary navigation.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":904}', '2025-10-25 11:14:21', '2025-10-25 11:14:21'),
(911, 179, NULL, 'yopmail website', '{\"website_title\":\"Temporary Email Service\",\"website_description\":\"A practical solution for privacy and security, offering disposable email addresses to protect your identity online.\",\"website_type\":\"Informational\",\"website_industry\":\"Technology\",\"search_query\":\"disposable email service, privacy protection, temp email, anonymous email\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our temporary email service. Create disposable email addresses for enhanced privacy and security.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation bar with logo and menu.\",\"section_prompt\":\"Include links to home, features, FAQs, and contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Secure Your Privacy\",\"section_description\":\"Create temporary email addresses easily for your online needs.\",\"section_prompt\":\"Features an engaging image and call to action button.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about our commitment to privacy and how our service works.\",\"section_prompt\":\"Concise and clear explanation of the service offering.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Key Features\",\"section_description\":\"Explore the features that make our service beneficial.\",\"section_prompt\":\"Showcase anonymity, spam prevention, and ease of use in a grid layout.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay informed with the latest news and tips related to privacy.\",\"section_prompt\":\"Highlight recent blog updates or articles for users.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Now\",\"section_description\":\"Start enjoying the benefits of disposable email addresses today!\",\"section_prompt\":\"Invite users to create an email address with a prominent button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contain contact information, social media links, and legal information.\",\"section_prompt\":\"Simplistic design with essential links.\"}]},{\"page_type\":\"features\",\"page_title\":\"Service Features\",\"page_description\":\"Discover the features that make our temporary email service a must-have.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation bar with logo and menu.\",\"section_prompt\":\"Include links to home, features, FAQs, and contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Unique Features\",\"section_description\":\"Detailed insight into the features of our service.\",\"section_prompt\":\"Visual graphic highlighting key features.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Anonymity\",\"section_description\":\"Protect your identity while browsing and signing up for services.\",\"section_prompt\":\"Focus on anonymity benefits, detailing how users remain hidden.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Spam Prevention\",\"section_description\":\"Prevent unwanted emails by using disposable addresses.\",\"section_prompt\":\"Discuss how the service helps reduce spam and junk mail.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"User-Friendly Interface\",\"section_description\":\"Easy to navigate for all users, regardless of tech-savviness.\",\"section_prompt\":\"Emphasize design ease and user experience.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Experience the Benefits\",\"section_description\":\"Join our service today for secure temporary emails!\",\"section_prompt\":\"Encourage users to sign up and start using the service.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contain contact information, social media links, and legal information.\",\"section_prompt\":\"Simplistic design with essential links.\"}]},{\"page_type\":\"faqs\",\"page_title\":\"Frequently Asked Questions\",\"page_description\":\"Answers to common questions about our disposable email service.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation bar with logo and menu.\",\"section_prompt\":\"Include links to home, features, FAQs, and contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Common Questions\",\"section_description\":\"Get answers to frequently asked questions regarding our service.\",\"section_prompt\":\"Informative layout for clearer understanding.\"},{\"section_type\":\"faqs\",\"section_title\":\"Your Questions Answered\",\"section_description\":\"Find detailed answers to the most common questions.\",\"section_prompt\":\"FAQs organized by topics or categories.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Still Have Questions?\",\"section_description\":\"Additional insights about our service and how to use it effectively.\",\"section_prompt\":\"Provide additional links or resources for users.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for More Help\",\"section_description\":\"Reach out to us if you need more information.\",\"section_prompt\":\"Encourage further engagement with a contact prompt.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contain contact information, social media links, and legal information.\",\"section_prompt\":\"Simplistic design with essential links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to us with your questions and feedback.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation bar with logo and menu.\",\"section_prompt\":\"Include links to home, features, FAQs, and contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We\'d love to hear from you!\",\"section_prompt\":\"Simple contact page design.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below for inquiries and support.\",\"section_prompt\":\"Guides for filling out and submitting the contact form.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Contact Details\",\"section_description\":\"Find our email, phone, and social media information here.\",\"section_prompt\":\"List all relevant contact methods for users.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contain contact information, social media links, and legal information.\",\"section_prompt\":\"Simplistic design with essential links.\"}]}],\"user_prompt\":\"yopmail website\",\"prompt_id\":911}', '2025-10-25 12:16:09', '2025-10-25 12:16:09'),
(956, NULL, NULL, '\"Portfolio showcasing graphic design work\"', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Explore my creative journey through a curated portfolio of graphic design projects, insights, and client feedback.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, design trends, client testimonials, design inspiration\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where creativity comes to life.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to various sections of the website.\",\"section_prompt\":\"Include links to Home, About, Portfolio, Testimonials, Blog, Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"A striking visual banner showcasing my best designs and brand identity.\",\"section_prompt\":\"Feature a full-width image with overlay text introducing my work.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey, skills, and passion for graphic design.\",\"section_prompt\":\"Detail my background in design, education, and creative influences.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"An overview of design services I offer, including branding, illustrations, and more.\",\"section_prompt\":\"Showcase each service with imagery and short descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out my recent blog posts for tips and trends in graphic design.\",\"section_prompt\":\"List 3-5 recent articles with titles and excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Connect\",\"section_description\":\"Ready to make great design together?\",\"section_prompt\":\"Invite visitors to explore the website and get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links, copyright, and social media icons.\",\"section_prompt\":\"Include links to social media and a copyright statement.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover my design philosophy and background.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to various sections of the website.\",\"section_prompt\":\"Include links to Home, About, Portfolio, Testimonials, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey and design philosophy.\",\"section_prompt\":\"Feature an engaging image relevant to my personal brand.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"A summary of my experience, education, and progression as a designer.\",\"section_prompt\":\"Narrative describing how I got into graphic design.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Outline my approach to design and what inspires me.\",\"section_prompt\":\"Discuss what design means to me and my creative process.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Take a look at my portfolio to see my designs.\",\"section_prompt\":\"Invite users to visit the Portfolio page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links, copyright, and social media icons.\",\"section_prompt\":\"Include links to social media and a copyright statement.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"A curated collection of my graphic design works.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to various sections of the website.\",\"section_prompt\":\"Include links to Home, About, Portfolio, Testimonials, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Works\",\"section_description\":\"Explore my projects organized by category.\",\"section_prompt\":\"Use thumbnails and categories for easy browsing.\"},{\"section_type\":\"gallery\",\"section_title\":\"Branding Projects\",\"section_description\":\"Showcase of branding projects that highlight my skills.\",\"section_prompt\":\"Include images of branding work with brief descriptions.\"},{\"section_type\":\"gallery\",\"section_title\":\"Illustrations\",\"section_description\":\"A selection of my illustrated designs.\",\"section_prompt\":\"Display illustrations with titles and details about the projects.\"},{\"section_type\":\"gallery\",\"section_title\":\"Other Projects\",\"section_description\":\"Various design projects including advertisements and social media graphics.\",\"section_prompt\":\"Highlight different types of design projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Interested in working together?\",\"section_prompt\":\"Encourage visitors to reach out for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links, copyright, and social media icons.\",\"section_prompt\":\"Include links to social media and a copyright statement.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"Hear what my clients have to say about my work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to various sections of the website.\",\"section_prompt\":\"Include links to Home, About, Portfolio, Testimonials, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback from those who have worked with me.\",\"section_prompt\":\"Feature a relevant background image to set the tone.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Feedback\",\"section_description\":\"A collection of testimonials from satisfied clients.\",\"section_prompt\":\"Display quotes from clients with their names and projects.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Case Study: Client A\",\"section_description\":\"Highlight a particular project with insights into the client\'s experience.\",\"section_prompt\":\"Detail the project, my role, and client feedback.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Happy Clients\",\"section_description\":\"Experience the difference in design service.\",\"section_prompt\":\"Encourage potential clients to contact for collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links, copyright, and social media icons.\",\"section_prompt\":\"Include links to social media and a copyright statement.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"Blog featuring tips, trends, and insights on graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to various sections of the website.\",\"section_prompt\":\"Include links to Home, About, Portfolio, Testimonials, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Blog\",\"section_description\":\"A space to share my thoughts on design trends and tips.\",\"section_prompt\":\"Feature an inviting header image for the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"Display my recent blog articles about graphic design.\",\"section_prompt\":\"Include titles, images, and short excerpts for each post.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Popular Topics\",\"section_description\":\"Categories of the blog posts to explore more.\",\"section_prompt\":\"List the main topics covered in my blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow for Updates\",\"section_description\":\"Stay updated with my latest posts and design insights.\",\"section_prompt\":\"Encourage visitors to subscribe or follow on social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links, copyright, and social media icons.\",\"section_prompt\":\"Include links to social media and a copyright statement.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to various sections of the website.\",\"section_prompt\":\"Include links to Home, About, Portfolio, Testimonials, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I\'d love to hear from you!\",\"section_prompt\":\"Feature an image related to communication.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Fill out the form below to reach me directly.\",\"section_prompt\":\"Include fields for name, email, message, and submit button.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get in Touch\",\"section_description\":\"My contact details including email and social media links.\",\"section_prompt\":\"Provide information for direct communication.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links, copyright, and social media icons.\",\"section_prompt\":\"Include links to social media and a copyright statement.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":956,\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\"}}', '2025-10-30 13:38:12', '2025-10-30 13:38:30');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(957, NULL, NULL, '\"Fleming Law offers exceptional legal representation to individuals who have suffered serious injuries in all types of accidents including Car Accident, Motorcycle Accident, Truck Accident, Pedestrian Accident, Wrongful Death, Traumatic Brain Injury, Dog Bite, Offshore and Maritime, Refinery Accident, and Sexual Assault.\"', '{\"website_title\":\"Fleming Law - Personal Injury Advocates\",\"website_description\":\"Fleming Law is dedicated to providing outstanding legal support for individuals who have experienced serious injuries due to various accidents. Our goal is to advocate for clients and help them navigate the legal process.\",\"website_type\":\"Informational\",\"website_industry\":\"Legal Services\",\"search_query\":\"personal injury lawyer, accident attorney, legal advice, compensation claims, injury support\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Fleming Law, where we are committed to advocating for clients who have suffered serious injuries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Navigation links\\/logo.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Fleming Law\",\"section_description\":\"At Fleming Law, our mission is to support accident victims in their journey toward justice and fair compensation.\",\"section_prompt\":\"Large hero image with a call-to-action button.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our dedication to providing quality legal services and supporting accident victims.\",\"section_prompt\":\"Brief overview of our mission and values.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Practice Areas\",\"section_description\":\"Explore the different types of accidents we handle and how we can help you.\",\"section_prompt\":\"Grid showcasing various practice areas.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from our past clients about their experiences with us and our commitment to their cases.\",\"section_prompt\":\"Authentic testimonials from satisfied clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out our latest articles that provide valuable information on personal injury law.\",\"section_prompt\":\"Recent blog posts summary.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Help Today\",\"section_description\":\"Contact us today to schedule your free consultation and start your path to recovery.\",\"section_prompt\":\"Call-to-action to encourage potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with links to policies and social media.\",\"section_prompt\":\"Footer links and contact information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Information about our legal team and their commitment to providing top-notch legal support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Navigation links\\/logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Team\",\"section_description\":\"Meet our dedicated legal professionals who fight for your rights.\",\"section_prompt\":\"Introduction to the legal team.\"},{\"section_type\":\"about\",\"section_title\":\"Our Vision\",\"section_description\":\"We strive to provide compassionate and effective legal representation to every client.\",\"section_prompt\":\"Details about the firm\'s vision and mission.\"},{\"section_type\":\"about\",\"section_title\":\"Our Experience\",\"section_description\":\"Our team has years of experience in personal injury law and a proven track record of success.\",\"section_prompt\":\"Highlighting the expertise of our lawyers.\"},{\"section_type\":\"about\",\"section_title\":\"Client Commitment\",\"section_description\":\"We believe in placing our clients\' needs first and being their advocates throughout the legal process.\",\"section_prompt\":\"Our dedication to client welfare and support.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us in Your Fight\",\"section_description\":\"Let our experience guide you through the legal complexities of your case. Contact us today.\",\"section_prompt\":\"Call-to-action to encourage potential clients.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with links to policies and social media.\",\"section_prompt\":\"Footer links and contact information.\"}]},{\"page_type\":\"practice_areas\",\"page_title\":\"Practice Areas\",\"page_description\":\"Detailed descriptions of the various types of accidents and legal insights we provide support for.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Navigation links\\/logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Practice Areas\",\"section_description\":\"Overview of the different areas of personal injury law we specialize in.\",\"section_prompt\":\"Inner banner highlighting areas of expertise.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Car Accidents\",\"section_description\":\"We provide expert legal representation for car accident victims to secure the compensation they deserve.\",\"section_prompt\":\"Details on handling car accident claims.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Slip and Fall Cases\",\"section_description\":\"Our team effectively navigates slip and fall cases to help clients pursue justice.\",\"section_prompt\":\"Insights on legal action for slip and fall incidents.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Workplace Injuries\",\"section_description\":\"We assist workers injured on the job in obtaining the medical and financial support they need.\",\"section_prompt\":\"Legal pathways for workplace injury claims.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Medical Malpractice\",\"section_description\":\"Our attorneys are skilled in pursuing claims for medical malpractice to hold healthcare providers accountable.\",\"section_prompt\":\"Information on medical malpractice litigation.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for Help\",\"section_description\":\"If you\'ve been injured, reach out today. We\'re here to support you in your recovery.\",\"section_prompt\":\"Encouraging potential clients to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with links to policies and social media.\",\"section_prompt\":\"Footer links and contact information.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"Authentic feedback from our past clients to help build trust and credibility.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Navigation links\\/logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Discover how we\'ve made a difference in our clients\' lives through their feedback.\",\"section_prompt\":\"Banner introducing the testimonials.\"},{\"section_type\":\"reviews\",\"section_title\":\"Real Stories\",\"section_description\":\"Read authentic testimonials from clients who have received our legal representation.\",\"section_prompt\":\"Collection of client reviews and feedback.\"},{\"section_type\":\"about\",\"section_title\":\"Why Trust Us\",\"section_description\":\"Understand the values and principles that make Fleming Law a trusted name in personal injury cases.\",\"section_prompt\":\"Information about the firm\'s credibility and reputation.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Begin?\",\"section_description\":\"If you\\u2019re ready to take the next step, contact us for a consultation and see how we can help.\",\"section_prompt\":\"Encouragement to reach out for legal assistance.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with links to policies and social media.\",\"section_prompt\":\"Footer links and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Articles and resources providing valuable information about personal injury laws and tips for accident victims.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Navigation links\\/logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Insights and Tips\",\"section_description\":\"Explore our latest articles focused on personal injury law and accident prevention.\",\"section_prompt\":\"Highlighting the blog\'s purpose.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"A collection of our latest blog articles designed to inform and educate accident victims.\",\"section_prompt\":\"Grid showcasing recent blog entries.\"},{\"section_type\":\"about\",\"section_title\":\"Our Mission to Inform\",\"section_description\":\"We aim to provide thorough and helpful information for those navigating personal injury claims.\",\"section_prompt\":\"Mission behind our blogging efforts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Informed\",\"section_description\":\"Subscribe to our blog for the latest updates and legal insights directly to your inbox.\",\"section_prompt\":\"Encouragement to subscribe for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with links to policies and social media.\",\"section_prompt\":\"Footer links and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"A straightforward contact form and phone number for potential clients to reach out easily.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Navigation links\\/logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Reach out to us for assistance with your personal injury case.\",\"section_prompt\":\"Contact us banner.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Send Us a Message\",\"section_description\":\"Fill out the form below to inquire about our services or to schedule a consultation.\",\"section_prompt\":\"Contact form for potential clients.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Contact Details\",\"section_description\":\"Our phone number and address for direct inquiries.\",\"section_prompt\":\"Contact information for immediate assistance.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with links to policies and social media.\",\"section_prompt\":\"Footer links and contact information.\"}]}],\"user_prompt\":\"Fleming Law offers exceptional legal representation to individuals who have suffered serious injuries in all types of accidents including Car Accident, Motorcycle Accident, Truck Accident, Pedestrian Accident, Wrongful Death, Traumatic Brain Injury, Dog Bite, Offshore and Maritime, Refinery Accident, and Sexual Assault.\",\"prompt_id\":957,\"theme\":\"minimalistic\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"minimalistic-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/www.facebook.com\\/FlemingAttorneys\",\"instagram\":null,\"twitter\":\"https:\\/\\/twitter.com\\/FlemingLawPC\",\"linkedin\":\"https:\\/\\/www.linkedin.com\\/company\\/fleming-law-personal-injury-attorney\\/posts\\/\",\"pinterest\":null},\"contact_details\":{\"phone_number\":\"+17139998975\",\"email\":null,\"primary_cta\":\"phone\"}}', '2025-10-31 05:13:19', '2025-10-31 05:30:25'),
(960, 134, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing my creativity and skills through graphic design.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative process, design tips\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where creativity meets modern aesthetics.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of the website.\",\"section_prompt\":\"Ensure easy access to all the main pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A striking image representing my best work in graphic design.\",\"section_prompt\":\"Use a full-width image with a catchy tagline.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my passion for graphic design and my journey.\",\"section_prompt\":\"Share my background and design philosophy.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"A showcase of selected projects displaying my creative range.\",\"section_prompt\":\"Include thumbnails with links to detailed project pages.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Catch up on my insights and articles about design trends and tips.\",\"section_prompt\":\"Provide a brief summary of the most recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encourage visitors to contact me for collaborations or inquiries.\",\"section_prompt\":\"Highlight the importance of connecting.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer elements such as copyright and social media links.\",\"section_prompt\":\"List important links and contact information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"Explore a collection of my graphic design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links for easy access to other pages.\",\"section_prompt\":\"Keep it consistent with the homepage.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Portfolio Overview\",\"section_description\":\"An introduction to the portfolio showcasing my best works.\",\"section_prompt\":\"Describe the vision behind my portfolio.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Featured Projects\",\"section_description\":\"Highlight a selection of prominent projects with images and descriptions.\",\"section_prompt\":\"Each project should include an image and a brief description.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"A visual representation of various projects I\'ve undertaken.\",\"section_prompt\":\"Display images in a grid layout.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Collaborating?\",\"section_description\":\"Encourage potential clients to reach out for services or inquiries.\",\"section_prompt\":\"Promote contact for future projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer elements with useful links and social media.\",\"section_prompt\":\"Include copyright and year of creation.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights, tips, and trends in the graphic design industry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation links for seamless browsing.\",\"section_prompt\":\"Ensure it\'s user-friendly.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog Overview\",\"section_description\":\"Introduction to my blog focusing on design topics.\",\"section_prompt\":\"Explain what kind of content will be shared.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"Display a grid of my latest blog posts with excerpts and images.\",\"section_prompt\":\"Provide a teaser for each article.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encourage visitors to subscribe to my blog for the latest posts.\",\"section_prompt\":\"Create a simple newsletter signup form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with contact and social media links.\",\"section_prompt\":\"Consolidate access to important information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for collaborations or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for accessing other site sections.\",\"section_prompt\":\"Maintain the layout for familiarity.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A welcoming call to connect and collaborate.\",\"section_prompt\":\"Set a friendly tone for interaction.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Your Information\",\"section_description\":\"Provide necessary contact details including my email and social links.\",\"section_prompt\":\"Encourage direct communication.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"A form for inquiries and collaboration requests.\",\"section_prompt\":\"Simple fields for name, email, message.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Acknowledgment and social media links.\",\"section_prompt\":\"Include all essential footer elements.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":960}', '2025-10-31 07:16:51', '2025-10-31 07:16:51'),
(961, 134, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A dynamic portfolio showcasing my graphic design work, illustrating my journey, skills, and creativity.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative work showcase, design insights, client testimonials, design process\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my dynamic portfolio where creativity meets skill.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and logo placement.\",\"section_prompt\":\"Display a stylish header with navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A captivating banner showcasing my latest work with a brief tagline.\",\"section_prompt\":\"Include an eye-catching image with a call-to-action.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey and design philosophy that drives my creativity.\",\"section_prompt\":\"Provide insights into my background and experience.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"Showcase featured projects with images and descriptions.\",\"section_prompt\":\"Display a grid of selected design works.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out my recent blog posts discussing design trends and processes.\",\"section_prompt\":\"Highlight snippets of the two most recent blog entries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Work Together\",\"section_description\":\"Encouraging visitors to reach out for collaboration or inquiries.\",\"section_prompt\":\"Include a clear call to action for potential clients.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information including social media links and necessary links.\",\"section_prompt\":\"Collect the footer elements for a cohesive design.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover my background and design philosophy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and logo placement.\",\"section_prompt\":\"Display a stylish header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of who I am as a designer.\",\"section_prompt\":\"Include a motivational background image.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"An overview of my career path in graphic design and its evolution.\",\"section_prompt\":\"Narrate my personal story and milestones.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Insight into my design philosophy and the principles that guide my work.\",\"section_prompt\":\"Elaborate on my creative approach.\"},{\"section_type\":\"social_cards\",\"section_title\":\"My Skills\",\"section_description\":\"Showcase the tools and skills I utilize for my designs.\",\"section_prompt\":\"Use cards to detail various design skills.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to contact me for collaborations.\",\"section_prompt\":\"Add a call to action for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General footer information with social media links.\",\"section_prompt\":\"Collect the footer elements for a cohesive design.\"}]},{\"page_type\":\"projects\",\"page_title\":\"My Projects\",\"page_description\":\"Explore a selection of my graphic design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and logo placement.\",\"section_prompt\":\"Display a stylish header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Projects\",\"section_description\":\"An introduction to my featured projects and what they signify.\",\"section_prompt\":\"Include a compelling image related to my projects.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Featured Designs\",\"section_description\":\"Highlight a collection of my best design works with details.\",\"section_prompt\":\"List key projects with images and descriptions.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project Spotlight\",\"section_description\":\"A deeper look at one standout project, explaining its impact and concept.\",\"section_prompt\":\"Detail one major project comprehensively.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from clients about their experiences working with me.\",\"section_prompt\":\"Display impactful testimonials from satisfied clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Looking for Collaborations?\",\"section_description\":\"Encourage visitors to consider reaching out for their projects.\",\"section_prompt\":\"Add a clear prompt to contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information including social media links and necessary links.\",\"section_prompt\":\"Collect the footer elements for a cohesive design.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Insights\",\"page_description\":\"Latest thoughts on design trends and processes.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and logo placement.\",\"section_prompt\":\"Display a stylish header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Insights\",\"section_description\":\"Introduction to my blog where I share design insights.\",\"section_prompt\":\"Use an engaging background image for the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"A grid of recent posts discussing various design topics.\",\"section_prompt\":\"Include excerpts of the three latest blog posts.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Industry Trends\",\"section_description\":\"Thoughts on current trends in graphic design.\",\"section_prompt\":\"Provide a summary of trends that I observe.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Design Process\",\"section_description\":\"Sharing insights on how I approach design projects from conception to final touch.\",\"section_prompt\":\"Detail my methodology in a structured flow.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Read More\",\"section_description\":\"Promote visitors to check out my blog for more insights.\",\"section_prompt\":\"Add a clear call to action for blog engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General footer information with social media links.\",\"section_prompt\":\"Collect the footer elements for a cohesive design.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and logo placement.\",\"section_prompt\":\"Display a stylish header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A brief message encouraging visitors to reach out.\",\"section_prompt\":\"Include a simple background image related to communication.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"A contact form for potential clients to fill out for inquiries.\",\"section_prompt\":\"Ensure an easy-to-fill contact form is present.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Providing alternative methods for contacting me, including social media.\",\"section_prompt\":\"List email, phone, and links to social profiles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information including social media links and necessary links.\",\"section_prompt\":\"Collect the footer elements for a cohesive design.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":961}', '2025-10-31 07:48:36', '2025-10-31 07:48:36'),
(963, 134, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing my graphic design skills and professional projects through creative visuals and insights.\",\"website_type\":\"portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, design trends, creative work, testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets professionalism.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational menu and branding.\",\"section_prompt\":\"Bootstrap layout for header navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my creative world of graphic design, where I transform ideas into visual realities.\",\"section_prompt\":\"Full-width hero banner with captivating imagery.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"I am a passionate graphic designer with a unique journey that brings creativity to my projects.\",\"section_prompt\":\"Image alongside text for personal introduction.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"A curated selection of my best graphic design projects reflecting my creativity and skills.\",\"section_prompt\":\"Grid layout showcasing project thumbnails and details.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated on my thoughts about design trends and creative processes through my blog.\",\"section_prompt\":\"Featured section displaying recent blog entries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in working together? Let\'s create something amazing!\",\"section_prompt\":\"CTA button prompting visitors to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and additional information.\",\"section_prompt\":\"Footer layout with links and copyright.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey as a graphic designer and my creative philosophy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational menu and branding.\",\"section_prompt\":\"Bootstrap layout for header navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A snapshot of my professional background and design philosophy.\",\"section_prompt\":\"Banner with image and title regarding the about section.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"From my early experiences to professional milestones, discover how I became a graphic designer.\",\"section_prompt\":\"Paragraph format detailing my journey.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Skills and Expertise\",\"section_description\":\"A brief overview of my graphic design skills and the tools I use.\",\"section_prompt\":\"Cards highlighting skills and design tools.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback from clients about my work and professionalism.\",\"section_prompt\":\"Testimonial quotes displayed in a carousel style.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Collaborate with Me\",\"section_description\":\"Let\\u2019s work together to bring your ideas to life!\",\"section_prompt\":\"CTA button leading to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and additional information.\",\"section_prompt\":\"Footer layout with links and copyright.\"}]},{\"page_type\":\"projects\",\"page_title\":\"My Projects\",\"page_description\":\"A detailed showcase of my best graphic design works.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational menu and branding.\",\"section_prompt\":\"Bootstrap layout for header navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Projects\",\"section_description\":\"Explore the detailed descriptions of my graphic design projects.\",\"section_prompt\":\"Banner with title relating to projects.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Highlighted Works\",\"section_description\":\"A collection of standout projects that reflect my creativity and technical skills.\",\"section_prompt\":\"List format showcasing main projects.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project Showcase 1\",\"section_description\":\"In-depth look at one of my favorite projects, including creative process and challenges faced.\",\"section_prompt\":\"Detailed view of a specific project.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project Showcase 2\",\"section_description\":\"An analysis of another significant project that exemplifies my graphic design approach.\",\"section_prompt\":\"Detailed view of a specific project.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in My Work?\",\"section_description\":\"Let\'s connect and discuss how I can assist you with your design needs!\",\"section_prompt\":\"CTA prompting the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and additional information.\",\"section_prompt\":\"Footer layout with links and copyright.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Read what my clients have to say about working with me.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational menu and branding.\",\"section_prompt\":\"Bootstrap layout for header navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Feedback\",\"section_description\":\"Testimonials from clients demonstrating satisfaction with my services.\",\"section_prompt\":\"Banner with title regarding testimonials.\"},{\"section_type\":\"reviews\",\"section_title\":\"What They Say\",\"section_description\":\"Highlighted client testimonials that showcase my commitment and creativity.\",\"section_prompt\":\"Display of quotes from various clients.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Success Stories\",\"section_description\":\"A selection of success stories from projects I\\u2019ve worked on, emphasizing results and impact.\",\"section_prompt\":\"Descriptive paragraphs on various client projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Create Together\",\"section_description\":\"Interested in my services? Reach out for collaborations!\",\"section_prompt\":\"CTA leading to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and additional information.\",\"section_prompt\":\"Footer layout with links and copyright.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights and thoughts on graphic design trends and personal reflections.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational menu and branding.\",\"section_prompt\":\"Bootstrap layout for header navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Insights\",\"section_description\":\"Explore my blog posts about graphic design trends and personal insights.\",\"section_prompt\":\"Banner with title regarding the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"A grid of my latest blog entries discussing various design topics.\",\"section_prompt\":\"Grid layout for recent blog posts.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Personal Reflections\",\"section_description\":\"My thoughts on the evolution of design and its impact on society.\",\"section_prompt\":\"Paragraph format sharing personal design thoughts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Have thoughts on design? Let\'s discuss! Connect with me through the contact page.\",\"section_prompt\":\"CTA leading to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and additional information.\",\"section_prompt\":\"Footer layout with links and copyright.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for collaborations or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational menu and branding.\",\"section_prompt\":\"Bootstrap layout for header navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I\'m excited to connect! Please reach out for any inquiries or collaboration opportunities.\",\"section_prompt\":\"Banner with title regarding contact.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"Fill out the form below to send me a message directly.\",\"section_prompt\":\"Contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Find my social media links and professional email to reach out anytime.\",\"section_prompt\":\"Display of contact details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and additional information.\",\"section_prompt\":\"Footer layout with links and copyright.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":963}', '2025-10-31 09:24:28', '2025-10-31 09:24:28'),
(965, 134, NULL, 'Limehouse Llc: a boutique law firm in South Carolina focused on high-stakes litigation and strategic legal counsel', '{\"website_title\":\"Limehouse LLC - Boutique Law Firm\",\"website_description\":\"Limehouse LLC is a boutique law firm located in South Carolina, specializing in high-stakes litigation and strategic legal counsel tailored to meet the needs of our clients.\",\"website_type\":\"corporate\",\"website_industry\":\"Legal Services\",\"search_query\":\"law firm, legal counsel, litigation, South Carolina, corporate law\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Limehouse LLC, your trusted partner in high-stakes litigation and strategic legal counsel.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and firm branding.\",\"section_prompt\":\"Bootstrap layout for header navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Limehouse LLC\",\"section_description\":\"Your boutique law firm specializing in high-stakes litigation and strategic legal counsel.\",\"section_prompt\":\"Full-width hero image with a welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our law firm and our commitment to providing exceptional legal service.\",\"section_prompt\":\"Brief overview of the law firm with a link to the About Us page.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Practice Areas\",\"section_description\":\"Explore our key areas of expertise, including corporate law, personal injury, and intellectual property.\",\"section_prompt\":\"Grid layout showcasing main practice areas.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us\",\"section_description\":\"We provide personalized legal solutions tailored to your needs, backed by years of experience.\",\"section_prompt\":\"Highlighting benefits of choosing Limehouse LLC.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay informed with our latest legal insights and updates.\",\"section_prompt\":\"Display of recent blog posts or articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch Today\",\"section_description\":\"Contact us for a consultation and expert legal guidance.\",\"section_prompt\":\"Call-to-action to encourage potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Firm information and external links.\",\"section_prompt\":\"Footer with essential links and contact information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Get to know Limehouse LLC and our mission in delivering top-tier legal services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational links to other areas of the site.\",\"section_prompt\":\"Bootstrap layout for header navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Limehouse LLC\",\"section_description\":\"We are a dedicated team of legal experts focused on client success.\",\"section_prompt\":\"Inner banner with a compelling image and title.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Mission\",\"section_description\":\"To provide effective legal counsel with integrity and excellence.\",\"section_prompt\":\"Brief statement of the firm\'s mission.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Values\",\"section_description\":\"Integrity, Excellence, and Client Focus define our practice.\",\"section_prompt\":\"Core values that guide the firm\'s operations.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Learn about the experienced legal professionals at Limehouse LLC.\",\"section_prompt\":\"Profiles of law firm team members.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us\",\"section_description\":\"Reach out for a personalized legal consultation today.\",\"section_prompt\":\"Encouragement to use the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Firm information and external links.\",\"section_prompt\":\"Footer with essential links and contact information.\"}]},{\"page_type\":\"practice_areas\",\"page_title\":\"Practice Areas\",\"page_description\":\"Detailed overview of the litigation and legal consulting areas we specialize in.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational links to other areas of the site.\",\"section_prompt\":\"Bootstrap layout for header navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Practice Areas\",\"section_description\":\"A comprehensive look at the areas where we provide legal counsel.\",\"section_prompt\":\"Inner banner detailing the practice areas.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Litigation Focus\",\"section_description\":\"Explore our key litigation areas: Corporate Law, Personal Injury, and Intellectual Property.\",\"section_prompt\":\"List of main litigation areas with brief descriptions.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Corporate Law\",\"section_description\":\"Expert counsel for businesses in legal compliance and pre-litigation matters.\",\"section_prompt\":\"Detailed description of corporate law services.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Personal Injury\",\"section_description\":\"Experienced representation for victims seeking justice and compensation.\",\"section_prompt\":\"Detailed description of personal injury law services.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Intellectual Property\",\"section_description\":\"Protection of your creative works and business interests from infringement.\",\"section_prompt\":\"Detailed description of IP services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule a Consultation\",\"section_description\":\"Contact us today to discuss your legal needs.\",\"section_prompt\":\"Encouragement for potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Firm information and external links.\",\"section_prompt\":\"Footer with essential links and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Overview of the legal services offered at Limehouse LLC.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational links to other areas of the site.\",\"section_prompt\":\"Bootstrap layout for header navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Legal Services\",\"section_description\":\"Comprehensive legal services tailored to your needs.\",\"section_prompt\":\"Inner banner for services overview.\"},{\"section_type\":\"features_listing\",\"section_title\":\"What We Offer\",\"section_description\":\"Our services include legal advice, representation, and consulting tailored for you.\",\"section_prompt\":\"A list showcasing the core services provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Legal Representation\",\"section_description\":\"Dedicated legal representation in complex cases to protect your rights and interests.\",\"section_prompt\":\"Media section with imagery representing legal representation.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Legal Consultation\",\"section_description\":\"Strategic legal consultation to navigate your legal challenges effectively.\",\"section_prompt\":\"Media section detailing consultation services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries regarding our services and legal processes.\",\"section_prompt\":\"List of FAQs answering client concerns.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Your Consultation\",\"section_description\":\"Connect with us to receive expert legal insights.\",\"section_prompt\":\"Encouragement for consultations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Firm information and external links.\",\"section_prompt\":\"Footer with essential links and contact information.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Hear from our satisfied clients about their experience with Limehouse LLC.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational links to other areas of the site.\",\"section_prompt\":\"Bootstrap layout for header navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Testimonials\",\"section_description\":\"What our clients are saying about our legal services.\",\"section_prompt\":\"Inner banner highlighting client experiences.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Experiences\",\"section_description\":\"Read testimonials from clients who have benefitted from our legal expertise.\",\"section_prompt\":\"List of client testimonials.\"},{\"section_type\":\"about\",\"section_title\":\"Why Client Feedback Matters\",\"section_description\":\"Client feedback is crucial to our continued growth and client satisfaction.\",\"section_prompt\":\"Overview of the importance of testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out to Us\",\"section_description\":\"Interested in our services? Contact us to discuss your legal needs.\",\"section_prompt\":\"Encouragement for consultations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Firm information and external links.\",\"section_prompt\":\"Footer with essential links and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Limehouse LLC to discuss your legal needs or schedule a consultation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational links to other areas of the site.\",\"section_prompt\":\"Bootstrap layout for header navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Limehouse LLC\",\"section_description\":\"We are here to assist you with your legal inquiries.\",\"section_prompt\":\"Inner banner emphasizing the contact purpose.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"Fill out the form below to reach out to us with your inquiries.\",\"section_prompt\":\"Contact form for user inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us in South Carolina for personalized legal services.\",\"section_prompt\":\"Address and additional contact methods.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Firm information and external links.\",\"section_prompt\":\"Footer with essential links and contact information.\"}]}],\"user_prompt\":\"Limehouse Llc: a boutique law firm in South Carolina focused on high-stakes litigation and strategic legal counsel\",\"prompt_id\":965}', '2025-10-31 09:37:02', '2025-10-31 09:37:02');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(966, 134, NULL, 'Boren Law is dedicated to providing effective representation across these practice areas. Our commitment to excellence and personalized attention ensures that each client receives the highest level of legal service. Contact us today to discuss your specific case and discover how our expertise can make a difference for you. We deal in: Sexual Abuse, Catastrophic Personal Injury, Wrongful Death, Real Estate', '{\"website_title\":\"Boren Law Firm\",\"website_description\":\"Boren Law is dedicated to providing exceptional legal representation in various practice areas, ensuring that clients receive the best possible care and support.\",\"website_type\":\"Law Firm\",\"website_industry\":\"Legal Services\",\"search_query\":\"law, legal representation, attorney, legal advice, client testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Boren Law Firm, your trusted legal partner.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links for the website.\",\"section_prompt\":\"Includes a logo and links to all major sections.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Boren Law\",\"section_description\":\"Your trusted legal partner specializing in personal injury and real estate law.\",\"section_prompt\":\"High-quality image with overlay text welcoming visitors.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission, values, and commitment to excellence.\",\"section_prompt\":\"Brief introduction to the firm and its ethos.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Practice Areas\",\"section_description\":\"Explore the various legal services we offer to our clients.\",\"section_prompt\":\"Grid layout showcasing Sexual Abuse, Personal Injury, Wrongful Death, and Real Estate.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Legal Insights\",\"section_description\":\"Stay updated with our latest articles on legal topics and news.\",\"section_prompt\":\"A dynamic section updating with the latest blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact us today for a consultation and let us help you with your legal needs.\",\"section_prompt\":\"Encouragement for visitors to reach out for help.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Legal information, privacy policy, and additional navigation links.\",\"section_prompt\":\"Standard footer with essential links.\"}]}],\"user_prompt\":\"Boren Law is dedicated to providing effective representation across these practice areas. Our commitment to excellence and personalized attention ensures that each client receives the highest level of legal service. Contact us today to discuss your specific case and discover how our expertise can make a difference for you. We deal in: Sexual Abuse, Catastrophic Personal Injury, Wrongful Death, Real Estate\",\"prompt_id\":966}', '2025-10-31 10:11:18', '2025-10-31 10:11:18'),
(967, 134, NULL, 'Boren Law is dedicated to providing effective representation across these practice areas. Our commitment to excellence and personalized attention ensures that each client receives the highest level of legal service. Contact us today to discuss your specific case and discover how our expertise can make a difference for you. We deal in: Sexual Abuse, Catastrophic Personal Injury, Wrongful Death, Real Estate', '{\"website_title\":\"Boren Law - Professional Legal Representation\",\"website_description\":\"Boren Law is a dedicated legal firm specializing in areas such as Sexual Abuse, Catastrophic Personal Injury, Wrongful Death, and Real Estate, providing clients with effective representation and support.\",\"website_type\":\"business\",\"website_industry\":\"Legal Services\",\"search_query\":\"legal representation, personal injury attorney, wrongful death lawyer, real estate law\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Boren Law, your trusted legal partner.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation links and logo.\",\"section_prompt\":\"Bootstrap navigation layout.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Your Trusted Legal Partner\",\"section_description\":\"Navigating complex legal issues with expertise and compassion.\",\"section_prompt\":\"Bootstrap hero section with image.\"},{\"section_type\":\"about\",\"section_title\":\"About Boren Law\",\"section_description\":\"At Boren Law, we are committed to providing exceptional legal services in critical areas to ensure our clients receive the support they need.\",\"section_prompt\":\"Bootstrap text with details about the firm.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Practice Areas\",\"section_description\":\"Explore the areas we specialize in to find out how we can help you.\",\"section_prompt\":\"Grid layout showcasing practice areas.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our blog for the latest legal insights and updates.\",\"section_prompt\":\"Posts grid of the latest articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule Your Free Consultation\",\"section_description\":\"Contact us today to discuss your case!\",\"section_prompt\":\"Button and contact form for consultations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and additional resources.\",\"section_prompt\":\"Bootstrap footer layout.\"}]},{\"page_type\":\"about_us\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about our mission and values at Boren Law.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation links and logo.\",\"section_prompt\":\"Bootstrap navigation layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Boren Law\",\"section_description\":\"Discover our dedication to client advocacy and justice.\",\"section_prompt\":\"Banner with the about section title.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Mission\",\"section_description\":\"At Boren Law, we strive to achieve the best possible outcomes for our clients, fostering trust and empathy in every case.\",\"section_prompt\":\"Bootstrap text with mission details.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Values\",\"section_description\":\"Integrity, commitment, and excellence are at the heart of our practice.\",\"section_prompt\":\"Bootstrap section detailing core values.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet the Team\",\"section_description\":\"Learn about our experienced and dedicated attorneys who are here to help you.\",\"section_prompt\":\"Grid of attorney profiles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us For More Information\",\"section_description\":\"We\'re here to answer your questions and guide you through your legal journey.\",\"section_prompt\":\"Button for contacting or scheduling.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and additional resources.\",\"section_prompt\":\"Bootstrap footer layout.\"}]},{\"page_type\":\"practice_areas\",\"page_title\":\"Practice Areas\",\"page_description\":\"Explore the detailed practice areas of Boren Law.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation links and logo.\",\"section_prompt\":\"Bootstrap navigation layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Practice Areas\",\"section_description\":\"Comprehensive legal solutions in various domains.\",\"section_prompt\":\"Banner with practice areas title.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Sexual Abuse\",\"section_description\":\"Dedicated legal representation for survivors of sexual abuse, ensuring justice and support.\",\"section_prompt\":\"Detailed description of services offered.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Catastrophic Personal Injury\",\"section_description\":\"We fight for the rights of those injured due to negligence, helping secure the compensation they deserve.\",\"section_prompt\":\"Detailed description of services offered.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Wrongful Death\",\"section_description\":\"Providing compassionate support and strong representation for families affected by wrongful death.\",\"section_prompt\":\"Detailed description of services offered.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Real Estate Law\",\"section_description\":\"Expert legal guidance through all aspects of real estate transactions and litigation.\",\"section_prompt\":\"Detailed description of services offered.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get a Free Consultation\",\"section_description\":\"Reach out to us today to discuss your case with our skilled attorneys.\",\"section_prompt\":\"Button and contact form for consultations.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Read what our clients have to say about their experience with Boren Law.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation links and logo.\",\"section_prompt\":\"Bootstrap navigation layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Real stories, real results from our satisfied clients.\",\"section_prompt\":\"Banner with testimonials title.\"},{\"section_type\":\"reviews\",\"section_title\":\"Success Stories\",\"section_description\":\"Hear from our clients who achieved justice with our help.\",\"section_prompt\":\"Grid layout showcasing testimonials.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Your Voice Matters\",\"section_description\":\"We appreciate our clients sharing their journeys, helping others find their path to justice.\",\"section_prompt\":\"Text with encouragement to leave feedback.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our List of Satisfied Clients\",\"section_description\":\"Contact us today and let us help you.\",\"section_prompt\":\"Button for contacting or scheduling.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and additional resources.\",\"section_prompt\":\"Bootstrap footer layout.\"}]},{\"page_type\":\"contact_us\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Boren Law for your legal needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation links and logo.\",\"section_prompt\":\"Bootstrap navigation layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Boren Law\",\"section_description\":\"We are here to assist you with your legal inquiries.\",\"section_prompt\":\"Banner for the contact page.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our main office for consultations.\",\"section_prompt\":\"Address and map for the law office.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"Fill out the form below to contact our team and we will respond promptly.\",\"section_prompt\":\"Bootstrap form for inquiries.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Office Hours\",\"section_description\":\"Visit us during our working hours for in-person consultations.\",\"section_prompt\":\"Details about office hours.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and additional resources.\",\"section_prompt\":\"Bootstrap footer layout.\"}]}],\"user_prompt\":\"Boren Law is dedicated to providing effective representation across these practice areas. Our commitment to excellence and personalized attention ensures that each client receives the highest level of legal service. Contact us today to discuss your specific case and discover how our expertise can make a difference for you. We deal in: Sexual Abuse, Catastrophic Personal Injury, Wrongful Death, Real Estate\",\"prompt_id\":967}', '2025-10-31 10:12:59', '2025-10-31 10:12:59'),
(968, 134, NULL, 'With a wealth of knowledge in complex personal injury cases, the Felix Gonzalez Law Firm is well equipped to ensure you receive proper compensation for your injuries, loss of wages, medical bills, and emotional distress. We deal in Drunk Driving, Neck Injuries, Rear-End Collisions, Truck Accidents, Car Accidents, Motorcycle Accidents, Work Injuries, Bicycle Accidents, Pedestrian Accidents', '{\"website_title\":\"Felix Gonzalez Law Firm\",\"website_description\":\"Expertise in personal injury cases, dedicated to securing your compensation and guiding you through the legal process with empathy and professionalism.\",\"website_type\":\"Law Firm\",\"website_industry\":\"Legal Services\",\"search_query\":\"Personal injury attorney, legal advice, accident compensation, lawyer testimonials, personal injury cases\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Felix Gonzalez Law Firm, committed to handling personal injury cases.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation menu to access various sections of the website.\",\"section_prompt\":\"Static content for navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Your Compensation Starts Here\",\"section_description\":\"We specialize in personal injury cases and are dedicated to fighting for your rights.\",\"section_prompt\":\"High-quality image with a strong call to action.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about Felix Gonzalez and our commitment to personal injury law.\",\"section_prompt\":\"Brief overview of the law firm.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our various legal services geared towards personal injury cases.\",\"section_prompt\":\"Grid layout with images and short descriptions of major services.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out our latest articles providing legal advice and insights on personal injury cases.\",\"section_prompt\":\"Preview of recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get a Free Consultation\",\"section_description\":\"Contact us today and let us help you navigate your personal injury case.\",\"section_prompt\":\"Encouragement for users to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links to privacy policy and social media profiles.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn about our values and commitment to clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation menu to access various sections of the website.\",\"section_prompt\":\"Static content for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Who We Are\",\"section_description\":\"A brief introduction to the firm and its founder.\",\"section_prompt\":\"Showcasing our story and background.\"},{\"section_type\":\"benefit\",\"section_title\":\"Our Commitment\",\"section_description\":\"Our firm is dedicated to fighting for your rights and securing the compensation you deserve.\",\"section_prompt\":\"Highlighting our mission and vision.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from our clients about their experiences and outcomes with our firm.\",\"section_prompt\":\"Real testimonials to build trust.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out to Us\",\"section_description\":\"Need help? Contact us for a consultation today.\",\"section_prompt\":\"Encouragement for users to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links to privacy policy and social media profiles.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the range of services we offer in personal injury law.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation menu to access various sections of the website.\",\"section_prompt\":\"Static content for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Services We Offer\",\"section_description\":\"Detailed view of services related to personal injury and compensation.\",\"section_prompt\":\"Overview of services provided.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Personal Injury Claims\",\"section_description\":\"Expert assistance in filing and negotiating personal injury claims.\",\"section_prompt\":\"List of services with brief descriptions.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Practice Areas\",\"section_description\":\"We cover various personal injury practice areas including: drunk driving, neck injuries, and more.\",\"section_prompt\":\"Specific areas of legal expertise.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions about personal injury cases answered.\",\"section_prompt\":\"List of questions with concise answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Claim Today\",\"section_description\":\"Contact us for a consultation on your personal injury case.\",\"section_prompt\":\"Encouragement to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links to privacy policy and social media profiles.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Legal Insights\",\"page_description\":\"Stay updated with our legal blog providing advice and tips.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation menu to access various sections of the website.\",\"section_prompt\":\"Static content for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Legal Articles\",\"section_description\":\"Providing valuable insights on personal injury law and best practices.\",\"section_prompt\":\"Showcase of recent articles.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Read our latest blog posts on personal injury law.\",\"section_prompt\":\"Grid layout of recent articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Newsletter\",\"section_description\":\"Subscribe for updates on legal advice and news.\",\"section_prompt\":\"Encouragement to subscribe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links to privacy policy and social media profiles.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for your personal injury case consultation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation menu to access various sections of the website.\",\"section_prompt\":\"Static content for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Details\",\"section_description\":\"We are here to assist you. Reach out to us through the form below.\",\"section_prompt\":\"Contact information and inquiry form.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"Fill out the form and we\\u2019ll get back to you as soon as possible.\",\"section_prompt\":\"Form for user inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find our office at the address provided for in-person consultations.\",\"section_prompt\":\"Firm\'s physical address and contact info.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links to privacy policy and social media profiles.\",\"section_prompt\":\"Standard footer layout.\"}]}],\"user_prompt\":\"With a wealth of knowledge in complex personal injury cases, the Felix Gonzalez Law Firm is well equipped to ensure you receive proper compensation for your injuries, loss of wages, medical bills, and emotional distress. We deal in Drunk Driving, Neck Injuries, Rear-End Collisions, Truck Accidents, Car Accidents, Motorcycle Accidents, Work Injuries, Bicycle Accidents, Pedestrian Accidents\",\"prompt_id\":968}', '2025-10-31 10:18:42', '2025-10-31 10:18:42'),
(969, 134, NULL, 'With a wealth of knowledge in complex personal injury cases, the Felix Gonzalez Law Firm is well equipped to ensure you receive proper compensation for your injuries, loss of wages, medical bills, and emotional distress. We deal in Drunk Driving, Neck Injuries, Rear-End Collisions, Truck Accidents, Car Accidents, Motorcycle Accidents, Work Injuries, Bicycle Accidents, Pedestrian Accidents', '{\"website_title\":\"Felix Gonzalez Law Firm\",\"website_description\":\"A comprehensive platform dedicated to showcasing expertise in complex personal injury cases, focusing on securing compensation for injuries and emotional distress.\",\"website_type\":\"Professional\",\"website_industry\":\"Legal Services\",\"search_query\":\"law firms, personal injury, legal services, attorney, law office\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to the Felix Gonzalez Law Firm, your ally in securing justice for personal injury cases.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the law firm.\",\"section_prompt\":\"Navigation links, logo, contact info.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Justice for You\",\"section_description\":\"Dedicated to protecting your rights and securing compensation.\",\"section_prompt\":\"Stunning visuals of justice, conveying trust.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my mission and values as a personal injury attorney.\",\"section_prompt\":\"Brief overview of the firm\'s philosophy and commitment.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Practice Areas\",\"section_description\":\"Explore the areas where I specialize in personal injury cases.\",\"section_prompt\":\"Grid layout showcasing services: Drunk Driving, Neck Injuries, Work Injuries.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay informed with the latest legal insights and case studies.\",\"section_prompt\":\"Highlighting recent blog posts for legal knowledge.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Your Free Consultation\",\"section_description\":\"Contact me today to discuss your case and get the help you need.\",\"section_prompt\":\"Encouragement to reach out for a personal consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Quick links and contact information for easy access.\",\"section_prompt\":\"Contact info, privacy policy, terms of service.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Discover our mission and commitment to providing exceptional legal services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Consistent branding and navigation for the law firm.\",\"section_prompt\":\"Logo, navigation links, and contact details.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Us\",\"section_description\":\"Understanding our purpose and values.\",\"section_prompt\":\"Image representing the law firm\'s identity.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Learn why our dedication to clients sets us apart.\",\"section_prompt\":\"List of unique benefits and value propositions.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Values\",\"section_description\":\"Integrity, compassion, and excellence in legal representation.\",\"section_prompt\":\"Highlight the firm\\u2019s core values.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me Today\",\"section_description\":\"Let\\u2019s discuss your case and how I can assist you.\",\"section_prompt\":\"Call to action encouraging communication.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links and law firm info at the bottom of the page.\",\"section_prompt\":\"Quick access to contact and legal terms.\"}]},{\"page_type\":\"services\",\"page_title\":\"Practice Areas\",\"page_description\":\"Explore the different types of personal injury cases we handle.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation to help you explore our services easily.\",\"section_prompt\":\"Law firm branding and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Practice Areas\",\"section_description\":\"Overview of our legal practice in personal injury cases.\",\"section_prompt\":\"Main image representing personal injury law.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Areas of Expertise\",\"section_description\":\"Detailing specific personal injury areas we focus on.\",\"section_prompt\":\"Listing of areas such as Drunk Driving, Neck Injuries, and Work Injuries.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common inquiries regarding personal injury claims.\",\"section_prompt\":\"List of FAQs to aid User understanding.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Need Legal Help?\",\"section_description\":\"Contact us for expert assistance with your personal injury case.\",\"section_prompt\":\"Encouraging users to reach out for legal assistance.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing information with quick access links.\",\"section_prompt\":\"Essential contact and compliance information.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"Hear from clients about their experiences with our firm.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Consistent branding with navigation links for your convenience.\",\"section_prompt\":\"Logo and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback from clients we\'ve represented in personal injury cases.\",\"section_prompt\":\"Authentic testimonials from satisfied clients.\"},{\"section_type\":\"reviews\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Real stories of client satisfaction and success.\",\"section_prompt\":\"Illustrated quotes with client names.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Client Experience\",\"section_description\":\"Understanding what clients value in our service.\",\"section_prompt\":\"Highlighting feedback on professionalism and results.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Journey\",\"section_description\":\"Contact us to begin your case today.\",\"section_prompt\":\"Aimed to encourage contacting the law firm.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Providing quick access to essential links and information.\",\"section_prompt\":\"Legal disclaimers and contact.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch for legal assistance and consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links for easy access.\",\"section_prompt\":\"Law firm branding and contact info.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Reach out for guidance and support in your legal matters.\",\"section_prompt\":\"Image encouraging clients to connect.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form to get a response from our team.\",\"section_prompt\":\"Form fields for name, email, message.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Our phone number, email, and office location details.\",\"section_prompt\":\"Clear display of contact methods.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final insights with links and important contact info.\",\"section_prompt\":\"Disclaimers and essential navigation.\"}]}],\"user_prompt\":\"With a wealth of knowledge in complex personal injury cases, the Felix Gonzalez Law Firm is well equipped to ensure you receive proper compensation for your injuries, loss of wages, medical bills, and emotional distress. We deal in Drunk Driving, Neck Injuries, Rear-End Collisions, Truck Accidents, Car Accidents, Motorcycle Accidents, Work Injuries, Bicycle Accidents, Pedestrian Accidents\",\"prompt_id\":969}', '2025-10-31 10:23:30', '2025-10-31 10:23:30'),
(970, 134, NULL, 'With a wealth of knowledge in complex personal injury cases, the Felix Gonzalez Law Firm is well equipped to ensure you receive proper compensation for your injuries, loss of wages, medical bills, and emotional distress. We deal in Drunk Driving, Neck Injuries, Rear-End Collisions, Truck Accidents, Car Accidents, Motorcycle Accidents, Work Injuries, Bicycle Accidents, Pedestrian Accidents', '{\"website_title\":\"Felix Gonzalez Law Firm\",\"website_description\":\"A dedicated online presence for personal injury law, focusing on client compensation and expertise in complex cases.\",\"website_type\":\"law_firm\",\"website_industry\":\"Legal Services\",\"search_query\":\"personal injury law, lawyer, legal services, client testimonials, compensation\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to the Felix Gonzalez Law Firm, where your injury claims are in the hands of experts.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our pages for quick access to information.\",\"section_prompt\":\"\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Your Trusted Personal Injury Lawyers\",\"section_description\":\"We are committed to fighting for your rights and securing the compensation you deserve.\",\"section_prompt\":\"\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about the Felix Gonzalez Law Firm and our commitment to client advocacy and professional representation.\",\"section_prompt\":\"\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Our experience, dedicated team, and successful track record in personal injury law make us your best choice.\",\"section_prompt\":\"\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Practice Areas\",\"section_description\":\"Explore our key areas of expertise, including Drunk Driving, Neck Injuries, and Truck Accidents. Each area is handled with utmost professionalism.\",\"section_prompt\":\"\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with the latest news and informative articles in personal injury law on our Blog.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Your Free Consultation Today!\",\"section_description\":\"Reach out to us for a no-obligation consultation regarding your case.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information and links to social media.\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"With a wealth of knowledge in complex personal injury cases, the Felix Gonzalez Law Firm is well equipped to ensure you receive proper compensation for your injuries, loss of wages, medical bills, and emotional distress. We deal in Drunk Driving, Neck Injuries, Rear-End Collisions, Truck Accidents, Car Accidents, Motorcycle Accidents, Work Injuries, Bicycle Accidents, Pedestrian Accidents\",\"prompt_id\":970}', '2025-10-31 10:24:30', '2025-10-31 10:24:30'),
(971, 134, NULL, 'With a wealth of knowledge in complex personal injury cases, the Felix Gonzalez Law Firm is well equipped to ensure you receive proper compensation for your injuries, loss of wages, medical bills, and emotional distress. We deal in Drunk Driving, Neck Injuries, Rear-End Collisions, Truck Accidents, Car Accidents, Motorcycle Accidents, Work Injuries, Bicycle Accidents, Pedestrian Accidents', '{\"website_title\":\"Felix Gonzalez Law Firm\",\"website_description\":\"A professional platform providing comprehensive legal representation in complex personal injury cases, detailing expertise in various areas of personal injury law, and offering valuable insights.\",\"website_type\":\"Corporate\",\"website_industry\":\"Legal Services\",\"search_query\":\"law, personal injury, legal services, attorney, legal advice\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our law firm specializing in personal injury cases. Discover how we can help you with your legal needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website to easily access different sections.\",\"section_prompt\":\"\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Felix Gonzalez Law Firm\",\"section_description\":\"Your trusted partner in navigating personal injury claims with expert representation.\",\"section_prompt\":\"\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our firm\\u2019s mission and commitment to serving our clients effectively.\",\"section_prompt\":\"\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Areas of Practice\",\"section_description\":\"Explore our expertise in various areas of personal injury law, including car accidents, work injuries, and more.\",\"section_prompt\":\"\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out our latest blog posts for valuable legal insights and updates.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Your Consultation Today\",\"section_description\":\"Reach out to us for a consultation to discuss your personal injury case.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links to important information and legal disclaimers.\",\"section_prompt\":\"\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Discover the story behind Felix Gonzalez Law Firm and our dedication to personal injury law.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the About Us page.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Learn about the founding principles and vision of our law firm.\",\"section_prompt\":\"\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Mission\",\"section_description\":\"We are dedicated to providing exceptional legal representation to our clients seeking justice.\",\"section_prompt\":\"\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Our skilled attorneys and staff are here to guide you through the legal process.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us Today\",\"section_description\":\"Don\'t hesitate to reach out if you need legal assistance.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links to important information and legal disclaimers.\",\"section_prompt\":\"\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Comprehensive overview of our personal injury law services offered to clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the Services page.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Expertise\",\"section_description\":\"A detailed overview of various personal injury cases we handle.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Drunk Driving Accidents\",\"section_description\":\"Representation for victims of drunk driving incidents with a focus on securing justice.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Neck Injuries\",\"section_description\":\"Expert legal support for those suffering from neck injuries due to accidents.\",\"section_prompt\":\"\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries regarding our legal services and processes.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule a Consultation\",\"section_description\":\"Get in touch with us for a personalized consultation.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links to important information and legal disclaimers.\",\"section_prompt\":\"\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Success Stories\",\"page_description\":\"Client testimonials and success stories from past cases handled by our firm.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the Testimonials page.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Read reviews and testimonials from satisfied clients.\",\"section_prompt\":\"\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"A collection of testimonials showcasing our clients\' successful experiences.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Successful Clients\",\"section_description\":\"Contact us to become our next success story.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links to important information and legal disclaimers.\",\"section_prompt\":\"\"}]},{\"page_type\":\"blog\",\"page_title\":\"Legal Insights\",\"page_description\":\"Our blog featuring updates and insights about personal injury law and related topics.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the Blog page.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Legal Updates\",\"section_description\":\"Stay informed about the latest in personal injury law and legal updates through our blog.\",\"section_prompt\":\"\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"Explore our latest blog posts offering valuable insights and legal advice.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Join our mailing list to receive the latest blog updates directly to your inbox.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links to important information and legal disclaimers.\",\"section_prompt\":\"\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Felix Gonzalez Law Firm for legal inquiries and consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the Contact page.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Reach Out to Us\",\"section_description\":\"We are here to assist you with your legal needs. Don\'t hesitate to contact us!\",\"section_prompt\":\"\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form to reach us directly regarding your legal inquiry.\",\"section_prompt\":\"\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find our office and get directions to visit us.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links to important information and legal disclaimers.\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"With a wealth of knowledge in complex personal injury cases, the Felix Gonzalez Law Firm is well equipped to ensure you receive proper compensation for your injuries, loss of wages, medical bills, and emotional distress. We deal in Drunk Driving, Neck Injuries, Rear-End Collisions, Truck Accidents, Car Accidents, Motorcycle Accidents, Work Injuries, Bicycle Accidents, Pedestrian Accidents\",\"prompt_id\":971}', '2025-10-31 10:28:08', '2025-10-31 10:28:08');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(973, 10, NULL, 'With a wealth of knowledge in complex personal injury cases, the Felix Gonzalez Law Firm is well equipped to ensure you receive proper compensation for your injuries, loss of wages, medical bills, and emotional distress. We deal in Drunk Driving, Neck Injuries, Rear-End Collisions, Truck Accidents, Car Accidents, Motorcycle Accidents, Work Injuries, Bicycle Accidents, Pedestrian Accidents', '{\"website_title\":\"Felix Gonzalez Law Firm\",\"website_description\":\"A professional platform showcasing expertise in complex personal injury cases, committed to ensuring clients receive appropriate compensation for injuries, lost wages, medical expenses, and emotional distress.\",\"website_type\":\"law_firm\",\"website_industry\":\"Legal Services\",\"search_query\":\"personal injury law, legal assistance, client testimonials, law firm resources, accident claims\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Felix Gonzalez Law Firm, your trusted partner in navigating personal injury claims.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation and logo of Felix Gonzalez Law Firm.\",\"section_prompt\":\"Bootstrap layout for header.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Your Advocate in Personal Injury Law\",\"section_description\":\"We are dedicated to protecting your rights and ensuring you receive the compensation you deserve.\",\"section_prompt\":\"Bootstrap layout for hero image and slogan.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our commitment to fighting for your rights and our dedication to personal injury law.\",\"section_prompt\":\"Bootstrap layout for about section.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our areas of practice including Drunk Driving, Neck Injuries, and more for your legal needs.\",\"section_prompt\":\"Grid layout showcasing all services.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay informed with the latest news and tips in personal injury law through our blog posts.\",\"section_prompt\":\"List of links to the most recent blog posts.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Read what our clients have to say about their experiences with Felix Gonzalez Law Firm.\",\"section_prompt\":\"Bootstrap layout for client feedback.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Your Free Consultation Today!\",\"section_description\":\"Contact us to schedule a consultation and discuss your personal injury case.\",\"section_prompt\":\"Bootstrap layout for call to action.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and contact information.\",\"section_prompt\":\"Bootstrap layout for footer.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Understand our mission, vision, and the commitment that drives Felix Gonzalez Law Firm.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the About Us page.\",\"section_prompt\":\"Bootstrap layout for header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Our Firm\",\"section_description\":\"Discover who we are and our passion for personal injury law.\",\"section_prompt\":\"Integration of a banner related to the firm.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Mission\",\"section_description\":\"We aim to provide exceptional representation and to fight for the best interests of our clients.\",\"section_prompt\":\"Detailed section about the firm\'s mission.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Team\",\"section_description\":\"Meet our experienced attorneys dedicated to achieving justice for those harmed.\",\"section_prompt\":\"Profile overview of the legal team.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us\",\"section_description\":\"Ready to take the next step? Get in touch with us today and learn how we can help you.\",\"section_prompt\":\"Bootstrap layout for call to action.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and contact information.\",\"section_prompt\":\"Bootstrap layout for footer.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Detailed overview of the services offered by Felix Gonzalez Law Firm in personal injury law.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the Services page.\",\"section_prompt\":\"Bootstrap layout for header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Practice Areas\",\"section_description\":\"Explore the various areas of personal injury law we specialize in.\",\"section_prompt\":\"Integration of a banner related to services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Drunk Driving\",\"section_description\":\"Legal assistance for victims of drunk driving accidents.\",\"section_prompt\":\"Detailed service description with accompanying image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Neck Injuries\",\"section_description\":\"Expert legal representation for neck injury claims.\",\"section_prompt\":\"Detailed service description with accompanying image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Rear-End Collisions\",\"section_description\":\"Support for clients injured in rear-end collision incidents.\",\"section_prompt\":\"Detailed service description with accompanying image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Truck Accidents\",\"section_description\":\"Representation for those affected by truck accidents.\",\"section_prompt\":\"Detailed service description with accompanying image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Car Accidents\",\"section_description\":\"Legal guidance for car accident claims to secure fair compensation.\",\"section_prompt\":\"Detailed service description with accompanying image.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries regarding personal injury claims.\",\"section_prompt\":\"List of FAQs to clarify the legal process.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule a Consultation\",\"section_description\":\"Contact us today to discuss your case with our expert lawyers.\",\"section_prompt\":\"Bootstrap layout for call to action.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and contact information.\",\"section_prompt\":\"Bootstrap layout for footer.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Our Blog\",\"page_description\":\"Insights and updates in the field of personal injury law from Felix Gonzalez Law Firm.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the Blog page.\",\"section_prompt\":\"Bootstrap layout for header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Explore our blog for updates, insights, and expert opinions on personal injury law.\",\"section_prompt\":\"Integration of a banner related to blog topics.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"A collection of our latest posts on personal injury law and client rights.\",\"section_prompt\":\"Grid layout showing recent blog articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Join our newsletter for the latest insights and updates in personal injury law.\",\"section_prompt\":\"Bootstrap layout for subscription call.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and contact information.\",\"section_prompt\":\"Bootstrap layout for footer.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Felix Gonzalez Law Firm to discuss your personal injury case.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the Contact page.\",\"section_prompt\":\"Bootstrap layout for header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Reach out to us for consultations regarding your case.\",\"section_prompt\":\"Integration of a banner related to contact information.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Schedule a Consultation\",\"section_description\":\"Fill out the form below to request a consultation with our team.\",\"section_prompt\":\"Bootstrap layout for contact form.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"We\\u2019re Here to Help\",\"section_description\":\"Don\\u2019t hesitate to reach out with your questions or concerns regarding personal injury law.\",\"section_prompt\":\"Bootstrap layout for call to action.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and contact information.\",\"section_prompt\":\"Bootstrap layout for footer.\"}]}],\"user_prompt\":\"With a wealth of knowledge in complex personal injury cases, the Felix Gonzalez Law Firm is well equipped to ensure you receive proper compensation for your injuries, loss of wages, medical bills, and emotional distress. We deal in Drunk Driving, Neck Injuries, Rear-End Collisions, Truck Accidents, Car Accidents, Motorcycle Accidents, Work Injuries, Bicycle Accidents, Pedestrian Accidents\",\"prompt_id\":973}', '2025-10-31 11:17:02', '2025-10-31 11:17:02'),
(975, 10, NULL, 'With decades of experience practicing law in Phoenix, Arizona, our personal injury lawyers are well-versed in Auto & Car Accidents, Truck Accidents, Motorcycle Accidents, Uber & Lyft Accidents, Wrongful Death, Head & Traumatic Brain Injuries, Back & Spinal Cord Injuries, Burn Accident Injuries, Medical Negligence, Nursing Home Abuse, Birth Injuries, Carbon Monoxide Poisoning.', '{\"website_title\":\"Phoenix Personal Injury Lawyer\",\"website_description\":\"Showcasing extensive experience and expertise in personal injury law, providing resources and support for accident victims in Phoenix, Arizona.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Legal Services\",\"search_query\":\"Personal Injury Lawyer, Phoenix Attorneys, Legal Resources, Accident Law\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my personal injury law website, dedicated to providing expert legal representation for accident victims in Phoenix, Arizona.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Your Trusted Personal Injury Advocate\",\"section_description\":\"As a dedicated personal injury lawyer in Phoenix, I\\u2019m here to help you seek justice and compensation for your injuries.\",\"section_prompt\":\"\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"I have years of experience successfully handling various personal injury cases to help my clients receive the compensation they deserve.\",\"section_prompt\":\"\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Expertise Areas\",\"section_description\":\"I specialize in various personal injury cases such as auto accidents, wrongful death, and more.\",\"section_prompt\":\"\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Auto & Car Accidents\",\"section_description\":\"Comprehensive representation for clients injured in automobile accidents.\",\"section_prompt\":\"\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Truck Accidents\",\"section_description\":\"Expert handling of complex truck accident claims to ensure victims receive fair compensation.\",\"section_prompt\":\"\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Motorcycle Accidents\",\"section_description\":\"Dedicated legal support for motorcycle accident victims to navigate their cases effectively.\",\"section_prompt\":\"\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with the latest articles and tips on personal injury law in Arizona.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Legal Help Today\",\"section_description\":\"Contact me for a consultation to discuss your injury case and what I can do to help.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"With decades of experience practicing law in Phoenix, Arizona, our personal injury lawyers are well-versed in Auto & Car Accidents, Truck Accidents, Motorcycle Accidents, Uber & Lyft Accidents, Wrongful Death, Head & Traumatic Brain Injuries, Back & Spinal Cord Injuries, Burn Accident Injuries, Medical Negligence, Nursing Home Abuse, Birth Injuries, Carbon Monoxide Poisoning.\",\"prompt_id\":975}', '2025-10-31 11:43:51', '2025-10-31 11:43:51'),
(976, 10, NULL, 'With decades of experience practicing law in Phoenix, Arizona, our personal injury lawyers are well-versed in Auto & Car Accidents, Truck Accidents, Motorcycle Accidents, Uber & Lyft Accidents, Wrongful Death, Head & Traumatic Brain Injuries, Back & Spinal Cord Injuries, Burn Accident Injuries, Medical Negligence, Nursing Home Abuse, Birth Injuries, Carbon Monoxide Poisoning.', '{\"website_title\":\"Phoenix Injury Law\",\"website_description\":\"Phoenix Injury Law specializes in personal injury cases, with a focus on securing justice for the injured. With decades of experience, I provide expert legal representation in various areas including auto accidents, medical negligence, and more. Get in touch for a consult today!\",\"website_type\":\"Personal Website\",\"website_industry\":\"Legal Services\",\"search_query\":\"law firm, personal injury attorney, legal help, injury cases, Phoenix law\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my law firm website where I showcase my expertise in personal injury law.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the website.\",\"section_prompt\":\"Use Bootstrap layout for navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Firm\",\"section_description\":\"Committed to providing quality legal representation for personal injury victims in Phoenix.\",\"section_prompt\":\"Hero section featuring a call to action.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"I have decades of experience specializing in personal injury cases.\",\"section_prompt\":\"Brief background and credibility.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Practice Areas\",\"section_description\":\"I handle various personal injury cases such as auto accidents, wrongful death, and more.\",\"section_prompt\":\"Display practice areas with short descriptions.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Why Choose Me?\",\"section_description\":\"Dedicated support, personalized service, and proven results in personal injury law.\",\"section_prompt\":\"Highlight what sets my firm apart.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from previous clients about their positive experiences with my services.\",\"section_prompt\":\"Showcase client feedback to build trust.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Your Free Consultation\",\"section_description\":\"Contact me today for a free consultation regarding your personal injury case.\",\"section_prompt\":\"Encourage visitors to reach out.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Recent Insights\",\"section_description\":\"Stay updated with the latest legal insights and advice from my blog.\",\"section_prompt\":\"Showcase latest blog posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and additional links.\",\"section_prompt\":\"Include social media and legal disclaimers.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background and the values I bring to my law practice.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the website.\",\"section_prompt\":\"Use Bootstrap layout for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About My Practice\",\"section_description\":\"A glimpse into my values and mission as a personal injury lawyer.\",\"section_prompt\":\"Banner that highlights personal injury specialization.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Background\",\"section_description\":\"I have dedicated my career to helping victims of personal injury cases with compassion and expertise.\",\"section_prompt\":\"Detail my professional journey.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Approach\",\"section_description\":\"I believe in personalized service and achieving the best results for my clients.\",\"section_prompt\":\"Explain how I work with clients.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Commitment to Justice\",\"section_description\":\"I strive to ensure every client receives fair compensation for their injuries.\",\"section_prompt\":\"Discuss my commitment to client advocacy.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me Today\",\"section_description\":\"If you need legal assistance, don\'t hesitate to reach out for a consultation.\",\"section_prompt\":\"Encourage potential clients to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and additional links.\",\"section_prompt\":\"Include social media and legal disclaimers.\"}]},{\"page_type\":\"services\",\"page_title\":\"Practice Areas\",\"page_description\":\"Detailed descriptions of the various practice areas I handle.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the website.\",\"section_prompt\":\"Use Bootstrap layout for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Practice Areas\",\"section_description\":\"Explore the different types of personal injury cases I specialize in.\",\"section_prompt\":\"Banner introducing the practice areas.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Auto Accidents\",\"section_description\":\"Expert legal representation for victims of auto accidents, ensuring maximum compensation for injuries.\",\"section_prompt\":\"Detail about auto accidents.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Truck Accidents\",\"section_description\":\"Experienced in handling complex truck accident cases with a focus on driver negligence.\",\"section_prompt\":\"Detail about truck accidents.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Medical Negligence\",\"section_description\":\"Holding healthcare professionals accountable for negligence and poor patient care.\",\"section_prompt\":\"Detail about medical negligence.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Wrongful Death\",\"section_description\":\"Providing compassionate legal support for families facing wrongful death claims.\",\"section_prompt\":\"Detail about wrongful death cases.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Address common questions regarding personal injury claims and the legal process.\",\"section_prompt\":\"Prepare a list of FAQs.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Need Help?\",\"section_description\":\"Contact me for a consultation about your personal injury case or any inquiries.\",\"section_prompt\":\"Encourage visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and additional links.\",\"section_prompt\":\"Include social media and legal disclaimers.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Legal Insights\",\"page_description\":\"Read legal insights and tips to navigate personal injury claims.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the website.\",\"section_prompt\":\"Use Bootstrap layout for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Legal Insights\",\"section_description\":\"Informative articles to help you understand personal injury law better.\",\"section_prompt\":\"Banner highlighting legal insights.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Explore my recent articles and blog posts offering insights on personal injury law.\",\"section_prompt\":\"Display recent blog entries.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Understanding Personal Injury Law\",\"section_description\":\"A comprehensive breakdown of personal injury law basics.\",\"section_prompt\":\"Explore how personal injury law works.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Tips for Accident Victims\",\"section_description\":\"Essential tips for those involved in personal injury accidents.\",\"section_prompt\":\"Provide helpful advice for victims.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Legal Advice\",\"section_description\":\"If you need assistance, contact me to discuss your case and receive guidance.\",\"section_prompt\":\"Encourage inquiries for legal help.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and additional links.\",\"section_prompt\":\"Include social media and legal disclaimers.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for a consultation regarding your personal injury case.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the website.\",\"section_prompt\":\"Use Bootstrap layout for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Get in touch for any inquiries or to schedule a consultation.\",\"section_prompt\":\"Banner prompting users to contact me.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to reach me directly.\",\"section_prompt\":\"Include a simple contact form.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Phone and Email\",\"section_description\":\"You can also reach me at my phone number or email address provided below.\",\"section_prompt\":\"Display contact details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and additional links.\",\"section_prompt\":\"Include social media and legal disclaimers.\"}]}],\"user_prompt\":\"With decades of experience practicing law in Phoenix, Arizona, our personal injury lawyers are well-versed in Auto & Car Accidents, Truck Accidents, Motorcycle Accidents, Uber & Lyft Accidents, Wrongful Death, Head & Traumatic Brain Injuries, Back & Spinal Cord Injuries, Burn Accident Injuries, Medical Negligence, Nursing Home Abuse, Birth Injuries, Carbon Monoxide Poisoning.\",\"prompt_id\":976}', '2025-10-31 11:45:42', '2025-10-31 11:45:42'),
(978, 10, NULL, 'Knowledge in complex personal injury cases, Our Law Firm is well equipped to ensure you receive proper compensation for your injuries, loss of wages, medical bills, and emotional distress. We deal in Drunk Driving, Neck Injuries, Rear-End Collisions, Truck Accidents, Car Accidents, Motorcycle Accidents, Work Injuries, Bicycle Accidents, Pedestrian Accidents.', '{\"website_title\":\"Law Firm Hub\",\"website_description\":\"A comprehensive resource for personal injury legal services, detailing expertise in various complex injury cases.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Legal Services\",\"search_query\":\"law firm, personal injury, legal advice, attorney services, client testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Overview of my law firm and commitment to client care.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and branding elements for the website.\",\"section_prompt\":\"Includes logo and menu items like Home, About Me, Practice Areas, Testimonials, Blog, Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Law Firm\",\"section_description\":\"Committed to helping clients navigate their personal injury claims with expertise and compassion.\",\"section_prompt\":\"Large background image with a welcome message and call to action.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my professional journey and legal philosophy.\",\"section_prompt\":\"Brief introduction to my qualifications and dedication.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Practice Areas\",\"section_description\":\"Explore the specialized areas of personal injury law I handle.\",\"section_prompt\":\"Grid showcasing various practice areas such as Drunk Driving, Neck Injuries, etc.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Success Stories\",\"section_description\":\"Hear from clients who have found justice and compensation through my services.\",\"section_prompt\":\"Quotes and experiences from satisfied clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with the latest insights on personal injury law.\",\"section_prompt\":\"Highlights of recent blog posts and articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Your Free Consultation\",\"section_description\":\"Contact me today to discuss your case and how I can help you.\",\"section_prompt\":\"Encouragement to fill out the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and additional resource links.\",\"section_prompt\":\"Links to privacy policy, disclaimer, and contact details.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"My professional background and my philosophy on practicing law.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation headers for the website.\",\"section_prompt\":\"Includes links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"A deeper look into my qualifications and experiences.\",\"section_prompt\":\"Visual and text content about my legal career.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Legal Philosophy\",\"section_description\":\"My commitment to client care and justice.\",\"section_prompt\":\"A detailed explanation of my approach to personal injury cases.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Professional Affiliations\",\"section_description\":\"Organizations and associations I am involved with.\",\"section_prompt\":\"Logos and details about my memberships.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Connect\",\"section_description\":\"I invite potential clients to reach out for consultations.\",\"section_prompt\":\"Encouragement to fill out the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and additional resource links.\",\"section_prompt\":\"Links to privacy policy, disclaimer, and contact details.\"}]},{\"page_type\":\"practice_areas\",\"page_title\":\"Practice Areas\",\"page_description\":\"Detailed information on the types of personal injury cases I handle.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation headers for the website.\",\"section_prompt\":\"Includes links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Areas of Practice\",\"section_description\":\"Overview of specialized case types.\",\"section_prompt\":\"Visually engaging layout for the practice areas.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Types of Cases\",\"section_description\":\"A comprehensive list of personal injury cases I cover.\",\"section_prompt\":\"Includes cases such as Drunk Driving, Truck Accidents, etc.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"In-depth Case Studies\",\"section_description\":\"Examples of successful case outcomes in specific areas of law.\",\"section_prompt\":\"Illustrative stories that highlight my expertise.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Need Help with Your Case?\",\"section_description\":\"Contact me for personalized legal assistance.\",\"section_prompt\":\"Encouragement to fill out the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and additional resource links.\",\"section_prompt\":\"Links to privacy policy, disclaimer, and contact details.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"Real stories from satisfied clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation headers for the website.\",\"section_prompt\":\"Includes links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Clients Say\",\"section_description\":\"Showcasing reviews and feedback from clients.\",\"section_prompt\":\"Visually engaging layout featuring quotes.\"},{\"section_type\":\"reviews\",\"section_title\":\"Successful Cases\",\"section_description\":\"Highlighting the outcomes of specific cases.\",\"section_prompt\":\"Brief descriptions and results of notable cases.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Why Choose Me?\",\"section_description\":\"Details on client satisfaction and outcomes.\",\"section_prompt\":\"Explanation of my commitment to excellence.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Satisfied Clients\",\"section_description\":\"Come in for a consultation and experience results yourself.\",\"section_prompt\":\"Encouragement to fill out the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and additional resource links.\",\"section_prompt\":\"Links to privacy policy, disclaimer, and contact details.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Law Articles\",\"page_description\":\"Insights and articles on personal injury law.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation headers for the website.\",\"section_prompt\":\"Includes links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"A collection of informative articles and blog posts.\",\"section_prompt\":\"Dynamic design displaying recent blog content.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"Archive of blog articles related to personal injury law.\",\"section_prompt\":\"Grid format showing post titles and excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Informed\",\"section_description\":\"Subscribe to my blog for regular updates on personal injury law.\",\"section_prompt\":\"Encouragement to sign up for newsletters.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and additional resource links.\",\"section_prompt\":\"Links to privacy policy, disclaimer, and contact details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Ways to get in touch for consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation headers for the website.\",\"section_prompt\":\"Includes links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Information on how to reach me.\",\"section_prompt\":\"Visually engaging content to encourage contact.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A simple form for inquiries and consultations.\",\"section_prompt\":\"Fields for name, email, message, etc.\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Contact Details\",\"section_description\":\"Direct contact options and location.\",\"section_prompt\":\"Phone number, email, and office location.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and additional resource links.\",\"section_prompt\":\"Links to privacy policy, disclaimer, and contact details.\"}]}],\"user_prompt\":\"Knowledge in complex personal injury cases, Our Law Firm is well equipped to ensure you receive proper compensation for your injuries, loss of wages, medical bills, and emotional distress. We deal in Drunk Driving, Neck Injuries, Rear-End Collisions, Truck Accidents, Car Accidents, Motorcycle Accidents, Work Injuries, Bicycle Accidents, Pedestrian Accidents.\",\"prompt_id\":978}', '2025-10-31 12:23:13', '2025-10-31 12:23:13'),
(979, 10, NULL, 'Knowledge in complex personal injury cases, Pheonix Law Firm is well equipped to ensure you receive proper compensation for your injuries, loss of wages, medical bills, and emotional distress. We deal in Drunk Driving, Neck Injuries, Rear-End Collisions, Truck Accidents, Car Accidents, Motorcycle Accidents, Work Injuries, Bicycle Accidents, Pedestrian Accidents.', '{\"website_title\":\"Phoenix Law Firm\",\"website_description\":\"A comprehensive resource for clients seeking assistance with complex personal injury cases, ensuring proper compensation for injuries, losses, and emotional distress.\",\"website_type\":\"service\",\"website_industry\":\"Legal Services\",\"search_query\":\"personal injury, law firm, legal consultation, accident cases, client advocacy\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Phoenix Law Firm, your resource for personal injury cases.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding section.\",\"section_prompt\":\"Header with logo and menu.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Phoenix Law Firm\",\"section_description\":\"Your trusted partner in navigating personal injury claims and securing compensation.\",\"section_prompt\":\"Hero image with a brief introduction.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our firm and our commitment to fighting for your rights.\",\"section_prompt\":\"Overview of the firm and its mission.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the types of personal injury cases we handle.\",\"section_prompt\":\"Grid layout showcasing various legal services.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Discover the benefits of working with our experienced legal team.\",\"section_prompt\":\"Key advantages of choosing our firm.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"See what our clients have to say about their experiences with us.\",\"section_prompt\":\"Client reviews and feedback.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest articles and insights on personal injury cases.\",\"section_prompt\":\"Links to latest blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Your Free Consultation\",\"section_description\":\"Contact us today to discuss your case and get the help you deserve.\",\"section_prompt\":\"Prominent call to action for consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing section with quick links and contact information.\",\"section_prompt\":\"Footer with links to policies and contact details.\"}]}],\"user_prompt\":\"Knowledge in complex personal injury cases, Pheonix Law Firm is well equipped to ensure you receive proper compensation for your injuries, loss of wages, medical bills, and emotional distress. We deal in Drunk Driving, Neck Injuries, Rear-End Collisions, Truck Accidents, Car Accidents, Motorcycle Accidents, Work Injuries, Bicycle Accidents, Pedestrian Accidents.\",\"prompt_id\":979}', '2025-10-31 12:24:02', '2025-10-31 12:24:02'),
(980, 10, NULL, 'Knowledge in complex personal injury cases, Our Law Firm is well equipped to ensure you receive proper compensation for your injuries, loss of wages, medical bills, and emotional distress. We deal in Drunk Driving, Neck Injuries, Rear-End Collisions, Truck Accidents, Car Accidents, Motorcycle Accidents, Work Injuries, Bicycle Accidents, Pedestrian Accidents.', '{\"website_title\":\"Personal Injury Law Firm\",\"website_description\":\"A dedicated platform for clients seeking justice in complex personal injury cases. Highlighting expertise in obtaining compensation for injuries, lost wages, and emotional distress.\",\"website_type\":\"personal\",\"website_industry\":\"Legal Services\",\"search_query\":\"personal injury law, compensation, attorney, law firm, client testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my personal injury law firm website, focused on helping clients navigate their injury claims with expertise and care.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header including links to all key pages.\",\"section_prompt\":\"Bootstrap navigation bar.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Seeking Justice?\",\"section_description\":\"I am dedicated to fighting for your rights and obtaining the compensation you deserve after your injury.\",\"section_prompt\":\"Full-width background image with a clear call to action.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction to my background, experience, and commitment to personal injury law.\",\"section_prompt\":\"Image alongside text about my legal journey.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Practice Areas\",\"section_description\":\"Explore the specific areas of law I focus on.\",\"section_prompt\":\"Grid layout showcasing practice areas with brief descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Resources\",\"section_description\":\"Stay informed with the latest articles and resources related to personal injury law.\",\"section_prompt\":\"Grid layout displaying recent posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Your Free Consultation Today!\",\"section_description\":\"Contact me to discuss your situation and see how I can help you.\",\"section_prompt\":\"Button linked to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains important links and contact information.\",\"section_prompt\":\"Standard footer section.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey as a personal injury attorney and my dedication to supporting clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header including links to all key pages.\",\"section_prompt\":\"Bootstrap navigation bar.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A closer look at my commitment to personal injury law and client advocacy.\",\"section_prompt\":\"Banner with an image and title.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"Detailing my path to becoming a personal injury attorney and my passion for justice.\",\"section_prompt\":\"Text section detailing my professional history.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Commitment to Clients\",\"section_description\":\"Vowing to provide personalized support and vigorous representation for every client.\",\"section_prompt\":\"Explanation of my client-focused approach.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Talk?\",\"section_description\":\"If you\'re facing an injury situation, let\\u2019s discuss your case.\",\"section_prompt\":\"Button linked to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains important links and contact information.\",\"section_prompt\":\"Standard footer section.\"}]},{\"page_type\":\"practice_areas\",\"page_title\":\"Practice Areas\",\"page_description\":\"A comprehensive overview of the cases I handle in personal injury law.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header including links to all key pages.\",\"section_prompt\":\"Bootstrap navigation bar.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Practice Areas\",\"section_description\":\"Detailed information about the various personal injury cases I handle.\",\"section_prompt\":\"Banner with an image and title.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Areas of Expertise\",\"section_description\":\"I specialize in the following areas of personal injury law:\",\"section_prompt\":\"List format highlighting each area of expertise.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Drunk Driving Incidents\",\"section_description\":\"Helping victims of accidents caused by intoxicated drivers seek proper compensation.\",\"section_prompt\":\"In-depth explanation of services related to this area.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries about personal injury cases and claims.\",\"section_prompt\":\"FAQ layout addressing typical client concerns.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Injured? Contact Me!\",\"section_description\":\"Don\\u2019t hesitate to reach out for a consultation regarding your situation.\",\"section_prompt\":\"Button linked to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains important links and contact information.\",\"section_prompt\":\"Standard footer section.\"}]},{\"page_type\":\"success_stories\",\"page_title\":\"Success Stories\",\"page_description\":\"Real-life testimonials and case studies showcasing successful outcomes for my clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header including links to all key pages.\",\"section_prompt\":\"Bootstrap navigation bar.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Success Stories\",\"section_description\":\"Inspiring accounts from clients who have received just compensation for their injuries.\",\"section_prompt\":\"Banner with an image and title.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Read what my clients say about their experiences and outcomes after working with me.\",\"section_prompt\":\"Client reviews displayed in an appealing format.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Case Studies\",\"section_description\":\"In-depth looks at specific successful cases and the journey to obtaining compensation.\",\"section_prompt\":\"Case details showcasing the challenges and victories.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Story\",\"section_description\":\"If you have a potential case, contact me to discuss how I can help.\",\"section_prompt\":\"Button linked to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains important links and contact information.\",\"section_prompt\":\"Standard footer section.\"}]},{\"page_type\":\"resources\",\"page_title\":\"Resources\",\"page_description\":\"Informative articles and guides related to personal injury law.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header including links to all key pages.\",\"section_prompt\":\"Bootstrap navigation bar.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Legal Resources\",\"section_description\":\"Explore valuable guides and information about personal injury and the legal process.\",\"section_prompt\":\"Banner with an image and title.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Browse through articles that offer insights into personal injury cases and client rights.\",\"section_prompt\":\"Grid layout of the most recent articles.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Understanding Personal Injury Law\",\"section_description\":\"Key concepts every client should know when approaching their injury case.\",\"section_prompt\":\"Educational content explaining important legal terms.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Need More Information?\",\"section_description\":\"Contact me for further assistance and personalized guidance.\",\"section_prompt\":\"Button linked to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains important links and contact information.\",\"section_prompt\":\"Standard footer section.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out for a consultation regarding your personal injury needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header including links to all key pages.\",\"section_prompt\":\"Bootstrap navigation bar.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I\\u2019m here to answer your questions and discuss your case.\",\"section_prompt\":\"Banner with an image and title.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to schedule a consultation or ask questions.\",\"section_prompt\":\"Contact form for potential clients.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Find my office location and additional contact details here.\",\"section_prompt\":\"Text section with address, phone, and email.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains important links and contact information.\",\"section_prompt\":\"Standard footer section.\"}]}],\"user_prompt\":\"Knowledge in complex personal injury cases, Our Law Firm is well equipped to ensure you receive proper compensation for your injuries, loss of wages, medical bills, and emotional distress. We deal in Drunk Driving, Neck Injuries, Rear-End Collisions, Truck Accidents, Car Accidents, Motorcycle Accidents, Work Injuries, Bicycle Accidents, Pedestrian Accidents.\",\"prompt_id\":980}', '2025-10-31 12:24:38', '2025-10-31 12:24:38');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(981, 10, NULL, 'knowledge in complex personal injury cases, the Felix Gonzalez Law Firm is well equipped to ensure you receive proper compensation for your injuries, loss of wages, medical bills, and emotional distress. We deal in Drunk Driving, Neck Injuries, Rear-End Collisions, Truck Accidents, Car Accidents, Motorcycle Accidents, Work Injuries, Bicycle Accidents, Pedestrian Accidents.', '{\"website_title\":\"Felix Gonzalez Law Firm\",\"website_description\":\"Dedicated to providing compassionate legal support for complex personal injury cases.\",\"website_type\":\"personal\",\"website_industry\":\"Legal Services\",\"search_query\":\"personal injury lawyer, legal assistance, compensation for injuries, law firm, attorney services\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to the Felix Gonzalez Law Firm, where we specialize in personal injury cases and are committed to fighting for your rights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various pages of the website.\",\"section_prompt\":\"Include links to Home, About, Services, Blog, Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Firm\",\"section_description\":\"I am dedicated to helping you navigate complex personal injury cases with confidence and care.\",\"section_prompt\":\"Showcase a welcoming image that represents legal support.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my background and commitment to personal injury law.\",\"section_prompt\":\"Describe my experience and passion for helping clients.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Practice Areas\",\"section_description\":\"Explore the specific areas of personal injury law I handle.\",\"section_prompt\":\"List all the areas: Drunk Driving, Neck Injuries, Rear-End Collisions, Truck Accidents, Car Accidents, Motorcycle Accidents, Work Injuries, Bicycle Accidents, Pedestrian Accidents.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from satisfied clients who have received my assistance in their cases.\",\"section_prompt\":\"Showcase selected client quotes and feedback.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with my blog for legal tips and insights on personal injury matters.\",\"section_prompt\":\"Highlight recent blog entries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get a Free Consultation\",\"section_description\":\"Contact me today for a free consultation regarding your case.\",\"section_prompt\":\"Encourage potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to legal disclaimers and privacy policy.\",\"section_prompt\":\"Footer information with necessary legal links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my commitment to providing exceptional legal services in personal injury cases.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various pages of the website.\",\"section_prompt\":\"Include links to Home, About, Services, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About My Practice\",\"section_description\":\"A deep dive into my philosophy and approach to personal injury law.\",\"section_prompt\":\"Image representing dedication to clients.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Mission\",\"section_description\":\"My mission is to advocate fiercely for my clients and ensure they receive just compensation.\",\"section_prompt\":\"Detail my commitment to my clients.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Experience and Credentials\",\"section_description\":\"An overview of my legal education and professional experience in personal injury law.\",\"section_prompt\":\"Outline my qualifications.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Why Choose Me?\",\"section_description\":\"I offer personalized legal strategies and an empathetic approach to each case.\",\"section_prompt\":\"Detail reasons for clients to choose my services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Consultation Information\",\"section_description\":\"Reach out to schedule a consultation and discuss your case.\",\"section_prompt\":\"Encourage potential clients to connect.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to legal disclaimers and privacy policy.\",\"section_prompt\":\"Footer information with necessary legal links.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Explore the different personal injury legal services I provide.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various pages of the website.\",\"section_prompt\":\"Include links to Home, About, Services, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Services Offered\",\"section_description\":\"Overview of my specializations in personal injury law.\",\"section_prompt\":\"Image summarizing the services provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Drunk Driving Accidents\",\"section_description\":\"Detailing the legal process involved in drunk driving cases and how I can assist clients.\",\"section_prompt\":\"Summarize the key points about drunk driving accidents.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Neck Injuries\",\"section_description\":\"Information on neck injury cases and potential compensation.\",\"section_prompt\":\"Describe neck injuries legally and their implications.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Rear-End Collisions\",\"section_description\":\"Discuss the specifics and how to prove liability in rear-end accidents.\",\"section_prompt\":\"Explain the legal strategies for handling rear-end collisions.\"},{\"section_type\":\"faqs\",\"section_title\":\"Common Questions\",\"section_description\":\"Answers to frequently asked questions about personal injury law and my services.\",\"section_prompt\":\"List questions and concise answers clients might have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Request a Consultation\",\"section_description\":\"If you need legal assistance, contact me to schedule a consultation.\",\"section_prompt\":\"Encourage clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to legal disclaimers and privacy policy.\",\"section_prompt\":\"Footer information with necessary legal links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Legal Insights\",\"page_description\":\"Read articles and updates on important personal injury law topics.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various pages of the website.\",\"section_prompt\":\"Include links to Home, About, Services, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog Articles\",\"section_description\":\"Explore insights and articles on personal injury law.\",\"section_prompt\":\"Engaging blog banner that represents legal knowledge.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"A curated list of recent blog entries discussing personal injury insights.\",\"section_prompt\":\"Showcase blog posts with titles and short descriptions.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Why Read Our Blog?\",\"section_description\":\"Stay informed about the latest in personal injury law and get legal tips.\",\"section_prompt\":\"Encourage readers to check blog regularly.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Need Legal Help?\",\"section_description\":\"Contact me for personalized legal advice and consultations.\",\"section_prompt\":\"Urge readers to get in touch for assistance.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to legal disclaimers and privacy policy.\",\"section_prompt\":\"Footer information with necessary legal links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for consultations and inquiries regarding personal injury cases.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various pages of the website.\",\"section_prompt\":\"Include links to Home, About, Services, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Find out how to reach me for your legal concerns.\",\"section_prompt\":\"Detailed contact information.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"Fill out this form to schedule a consultation or inquire about my services.\",\"section_prompt\":\"Contact form for client inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Free Consultation\",\"section_description\":\"Schedule a free consultation with me at your convenience.\",\"section_prompt\":\"Encourage potential clients to take the next step.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to legal disclaimers and privacy policy.\",\"section_prompt\":\"Footer information with necessary legal links.\"}]}],\"user_prompt\":\"knowledge in complex personal injury cases, the Felix Gonzalez Law Firm is well equipped to ensure you receive proper compensation for your injuries, loss of wages, medical bills, and emotional distress. We deal in Drunk Driving, Neck Injuries, Rear-End Collisions, Truck Accidents, Car Accidents, Motorcycle Accidents, Work Injuries, Bicycle Accidents, Pedestrian Accidents.\",\"prompt_id\":981}', '2025-10-31 12:39:33', '2025-10-31 12:39:33'),
(982, 10, NULL, 'knowledge in complex personal injury cases, the Felix Gonzalez Law Firm is well equipped to ensure you receive proper compensation for your injuries, loss of wages, medical bills, and emotional distress. We deal in Drunk Driving, Neck Injuries, Rear-End Collisions, Truck Accidents, Car Accidents, Motorcycle Accidents, Work Injuries, Bicycle Accidents, Pedestrian Accidents.', '{\"website_title\":\"Felix Gonzalez Law Firm\",\"website_description\":\"The Felix Gonzalez Law Firm specializes in complex personal injury cases, providing expert legal representation to secure proper compensation for clients.\",\"website_type\":\"personal\",\"website_industry\":\"Legal Services\",\"search_query\":\"personal injury law, legal representation, client advocacy, accident attorney\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Overview of the Felix Gonzalez Law Firm and its mission to advocate for clients in personal injury cases.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all main sections of the website.\",\"section_prompt\":\"Place links to About Me, Practice Areas, Success Stories, Resources, and Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Felix Gonzalez Law Firm\",\"section_description\":\"Dedicated to securing justice for victims of personal injury.\",\"section_prompt\":\"Image of the firm with introduction text.\"},{\"section_type\":\"about\",\"section_title\":\"About the Firm\",\"section_description\":\"An overview of the firm\\u2019s mission and values.\",\"section_prompt\":\"Text describing the firm\'s commitment to clients.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Practice Areas\",\"section_description\":\"Overview of areas of expertise: Drunk Driving, Neck Injuries, Rear-End Collisions, Truck Accidents, Car Accidents, Motorcycle Accidents, Work Injuries, Bicycle Accidents, and Pedestrian Accidents.\",\"section_prompt\":\"Grid displaying each practice area with brief descriptions.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from our satisfied clients about their experiences.\",\"section_prompt\":\"Quotes from clients sharing their successful outcomes.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Success Rate\",\"section_description\":\"Impressive statistics demonstrating our successful case results.\",\"section_prompt\":\"Percentage bars showing cases won, client satisfaction, etc.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us Today\",\"section_description\":\"Ready to help you get the compensation you deserve!\",\"section_prompt\":\"Encouragement to fill out a contact form or schedule a consultation.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay informed with our latest blog posts.\",\"section_prompt\":\"Links to the most recent articles or insights.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General footer information and links to other sections.\",\"section_prompt\":\"Contact info, links to privacy policy, terms of service.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Get to know Felix Gonzalez and his dedication to personal injury law.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all main sections of the website.\",\"section_prompt\":\"Place links to Home, Practice Areas, Success Stories, Resources, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Felix Gonzalez\",\"section_description\":\"Insights into my background and legal journey.\",\"section_prompt\":\"A brief biography and overview of legal qualifications.\"},{\"section_type\":\"benefit\",\"section_title\":\"My Commitment\",\"section_description\":\"Dedicated advocacy for every client\\u2019s rights.\",\"section_prompt\":\"Explanation of dedication to clients.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Experience and Expertise\",\"section_description\":\"Years of experience in personal injury law and notable achievements.\",\"section_prompt\":\"Highlighting past cases and accolades.\"},{\"section_type\":\"about\",\"section_title\":\"Client-Centric Approach\",\"section_description\":\"How I ensure my clients receive the best representation.\",\"section_prompt\":\"Detailed information about how I work with clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Interested in finding out more?\",\"section_prompt\":\"Encouragement to reach out for a consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General footer information and links to other sections.\",\"section_prompt\":\"Contact info, links to privacy policy, terms of service.\"}]},{\"page_type\":\"practice_areas\",\"page_title\":\"Practice Areas\",\"page_description\":\"Details on the various legal services offered by the firm.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all main sections of the website.\",\"section_prompt\":\"Place links to Home, About Me, Success Stories, Resources, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Practice Areas\",\"section_description\":\"Comprehensive details on services offered.\",\"section_prompt\":\"Overview text introducing the practice areas.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Areas of Expertise\",\"section_description\":\"In-depth descriptions of each area of law covered: Drunk Driving, Neck Injuries, etc.\",\"section_prompt\":\"List format for each practice area.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries about each practice area.\",\"section_prompt\":\"List of FAQs relevant to practice areas.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Need Help with a Case?\",\"section_description\":\"Contact us to discuss your situation.\",\"section_prompt\":\"Encouragement to fill a contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General footer information and links to other sections.\",\"section_prompt\":\"Contact info, links to privacy policy, terms of service.\"}]},{\"page_type\":\"success_stories\",\"page_title\":\"Success Stories\",\"page_description\":\"Showcase of testimonials and successful case results.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all main sections of the website.\",\"section_prompt\":\"Place links to Home, About Me, Practice Areas, Resources, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Success Stories\",\"section_description\":\"Real stories from clients who received compensation.\",\"section_prompt\":\"Introduction to the success stories featured.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from clients about their winning cases and experiences.\",\"section_prompt\":\"Quotes from clients regarding their successful outcomes.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Case Highlights\",\"section_description\":\"Detailed descriptions of notable cases won.\",\"section_prompt\":\"In-depth breakdown of selected case outcomes.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Your Success Story Awaits\",\"section_description\":\"Let\'s work together to achieve your justice.\",\"section_prompt\":\"Encouragement to contact for assistance.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General footer information and links to other sections.\",\"section_prompt\":\"Contact info, links to privacy policy, terms of service.\"}]},{\"page_type\":\"resources\",\"page_title\":\"Resources\",\"page_description\":\"Informational resources for clients regarding their rights and the legal process.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all main sections of the website.\",\"section_prompt\":\"Place links to Home, About Me, Practice Areas, Success Stories, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Resources\",\"section_description\":\"Helpful information for clients navigating the legal process.\",\"section_prompt\":\"Overview text about the types of resources found here.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Legal Guides\",\"section_description\":\"Access guides on various topics related to personal injury law.\",\"section_prompt\":\"List of downloadable guides or articles.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Know Your Rights\",\"section_description\":\"Information on client rights during legal processes.\",\"section_prompt\":\"Detailed overview of rights and protections.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact for More Help\",\"section_description\":\"Need assistance? Reach out for a consultation.\",\"section_prompt\":\"Encouragement to fill a contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General footer information and links to other sections.\",\"section_prompt\":\"Contact info, links to privacy policy, terms of service.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Contact information and form for client consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all main sections of the website.\",\"section_prompt\":\"Place links to Home, About Me, Practice Areas, Success Stories, and Resources.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact me for legal assistance.\",\"section_prompt\":\"Text encouraging clients to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out this form to request a consultation.\",\"section_prompt\":\"Interactive form for clients to complete.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Provide additional contact methods: phone, email, address.\",\"section_prompt\":\"Display various ways to contact the firm.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General footer information and links to other sections.\",\"section_prompt\":\"Contact info, links to privacy policy, terms of service.\"}]}],\"user_prompt\":\"knowledge in complex personal injury cases, the Felix Gonzalez Law Firm is well equipped to ensure you receive proper compensation for your injuries, loss of wages, medical bills, and emotional distress. We deal in Drunk Driving, Neck Injuries, Rear-End Collisions, Truck Accidents, Car Accidents, Motorcycle Accidents, Work Injuries, Bicycle Accidents, Pedestrian Accidents.\",\"prompt_id\":982}', '2025-10-31 12:42:33', '2025-10-31 12:42:33'),
(983, 10, NULL, 'knowledge in complex personal injury cases, the Felix Gonzalez Law Firm is well equipped to ensure you receive proper compensation for your injuries, loss of wages, medical bills, and emotional distress. We deal in Drunk Driving, Neck Injuries, Rear-End Collisions, Truck Accidents, Car Accidents, Motorcycle Accidents, Work Injuries, Bicycle Accidents, Pedestrian Accidents.', '{\"website_title\":\"Felix Gonzalez Law Firm\",\"website_description\":\"The Felix Gonzalez Law Firm specializes in complex personal injury cases, providing dedicated legal support to ensure clients receive fair compensation for their injuries and losses.\",\"website_type\":\"Law Firm\",\"website_industry\":\"Legal Services\",\"search_query\":\"personal injury law, legal advice, law firm, compensation for injury, personal injury cases\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my law firm\\u2019s website where I provide expert legal services in personal injury cases.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section, containing navigation links.\",\"section_prompt\":\"Include logo and navigation menu.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Law Firm\",\"section_description\":\"Dedicated to fighting for your rights. Let\\u2019s get the compensation you deserve!\",\"section_prompt\":\"Include a striking image related to law and a prominent call to action.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"I am dedicated to providing the highest quality legal representation to my clients facing personal injuries.\",\"section_prompt\":\"Brief introduction about yourself and your experience.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Areas of Practice\",\"section_description\":\"Explore my primary areas of specialization in personal injury law.\",\"section_prompt\":\"Display a grid of the areas: Drunk Driving, Neck Injuries, Rear-End Collisions, Truck Accidents, Car Accidents, Motorcycle Accidents, Work Injuries, Bicycle Accidents, Pedestrian Accidents.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from clients who have successfully navigated their legal challenges with my assistance.\",\"section_prompt\":\"Include quotes and experiences from past clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Legal Insights\",\"section_description\":\"Stay updated on the latest news and articles regarding personal injury and legal rights.\",\"section_prompt\":\"Display overview of recent blog entries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Your Free Consultation Today!\",\"section_description\":\"Don\\u2019t wait to get the legal help you need. Schedule your consultation now.\",\"section_prompt\":\"Provide a button linking to the consultation request form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer section containing contact details and social media links.\",\"section_prompt\":\"All necessary footer links and information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background, experience and commitment to fighting for justice.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section, containing navigation links.\",\"section_prompt\":\"Include logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my journey in law and my dedication to clients.\",\"section_prompt\":\"Include a professional image.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Legal Philosophy\",\"section_description\":\"I believe in fighting diligently for every client to obtain the justice and compensation they deserve.\",\"section_prompt\":\"Discuss your values and approach to legal cases.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Professional Qualifications\",\"section_description\":\"I have extensive experience in personal injury law with a proven track record of success.\",\"section_prompt\":\"List your qualifications and areas of expertise.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Successful Outcomes\",\"section_description\":\"I have achieved numerous favorable outcomes, ensuring clients receive deserved compensation.\",\"section_prompt\":\"Highlight some key statistics or success stories.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me for Help!\",\"section_description\":\"If you need legal assistance, don\\u2019t hesitate to reach out for a consultation.\",\"section_prompt\":\"Include a button linking to the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer section containing contact details and social media links.\",\"section_prompt\":\"All necessary footer links and information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Legal Insights\",\"page_description\":\"Explore articles that provide valuable information about personal injury law and your rights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section, containing navigation links.\",\"section_prompt\":\"Include logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Legal Insights\",\"section_description\":\"Find articles that guide you through legal processes and personal injury rights.\",\"section_prompt\":\"Include a relevant image.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"Here are my latest posts that cover various topics in personal injury law.\",\"section_prompt\":\"Display grid of blog posts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Read, Learn, and Protect Your Rights\",\"section_description\":\"Understanding your legal rights is crucial. These articles can help you stay informed.\",\"section_prompt\":\"Encourage learning and engagement with the content.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Consultation!\",\"section_description\":\"Ready to take action? Schedule a consultation today.\",\"section_prompt\":\"Include a button linking to the consultation request form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer section containing contact details and social media links.\",\"section_prompt\":\"All necessary footer links and information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me for any inquiries or to schedule a consultation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section, containing navigation links.\",\"section_prompt\":\"Include logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I\'m here to help you with your legal needs. Reach out today!\",\"section_prompt\":\"Include a relevant image.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Consultation Request Form\",\"section_description\":\"Fill out the form below to request a consultation.\",\"section_prompt\":\"Include a form for users to fill out.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Feel free to call or email me for any immediate inquiries.\",\"section_prompt\":\"Provide phone number, email, and address.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer section containing contact details and social media links.\",\"section_prompt\":\"All necessary footer links and information.\"}]}],\"user_prompt\":\"knowledge in complex personal injury cases, the Felix Gonzalez Law Firm is well equipped to ensure you receive proper compensation for your injuries, loss of wages, medical bills, and emotional distress. We deal in Drunk Driving, Neck Injuries, Rear-End Collisions, Truck Accidents, Car Accidents, Motorcycle Accidents, Work Injuries, Bicycle Accidents, Pedestrian Accidents.\",\"prompt_id\":983}', '2025-10-31 12:46:14', '2025-10-31 12:46:14'),
(986, NULL, NULL, '\"LunaGems is a handmade jewellery shop\"', '{\"website_title\":\"LunaGems - Handmade Jewellery\",\"website_description\":\"Welcome to LunaGems, your destination for unique, handcrafted jewellery pieces designed to celebrate your individuality and elegance. Explore our exquisite collection and discover the passion behind each design.\",\"website_type\":\"e-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewellery, unique jewellery, custom jewellery, jewellery care tips\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Explore the world of handmade jewellery with LunaGems. Discover unique pieces crafted with love and dedication.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate our website and discover unique handmade jewellery.\",\"section_prompt\":\"Header section for site navigation and logo.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"Discover our unique handmade jewellery that reflects elegance and individuality.\",\"section_prompt\":\"Showcase a vibrant banner image of handmade jewellery.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey and passion for jewellery making, and what inspires my designs.\",\"section_prompt\":\"Tell the story of the artist\'s journey in creating LunaGems.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Shop Our Collection\",\"section_description\":\"Explore our beautiful collection of necklaces, bracelets, earrings, and rings.\",\"section_prompt\":\"Display the categories for shopping handmade jewellery.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Custom Orders\",\"section_description\":\"Request bespoke designs that perfectly match your vision and style.\",\"section_prompt\":\"Highlight how customers can approach for custom jewellery requests.\"},{\"section_type\":\"gallery\",\"section_title\":\"Inspiration Gallery\",\"section_description\":\"Explore the design process and evolving collection updates through our inspiration gallery.\",\"section_prompt\":\"A visual showcase of the design and crafting journey.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Customers Say\",\"section_description\":\"Read the testimonials from our satisfied customers and their experiences with LunaGems.\",\"section_prompt\":\"Build trust with potential buyers through customer experiences.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Jewellery Tips and Trends\",\"section_description\":\"Check out the latest blog posts for tips on jewellery care and current trends.\",\"section_prompt\":\"Highlight blog posts to engage and inform visitors.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Stay connected and be a part of the LunaGems family. Shop now!\",\"section_prompt\":\"Encourage visitors to shop and sign up for news.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of the page with navigation links and social media.\",\"section_prompt\":\"Footer section with links and copyright information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover the passion and story behind LunaGems handcrafted jewellery.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate our website and discover unique handmade jewellery.\",\"section_prompt\":\"Header section for site navigation and logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"Explore my journey in jewellery making and what inspires each piece.\",\"section_prompt\":\"A dedicated inner banner highlighting the artist\'s journey.\"},{\"section_type\":\"about\",\"section_title\":\"The Inspiration\",\"section_description\":\"Learn about the inspirations driving my passion for creating jewellery.\",\"section_prompt\":\"Discuss personal experiences and artistic influences.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Craftsmanship\",\"section_description\":\"Each piece is crafted with care, attention to detail, and love.\",\"section_prompt\":\"Highlight the craftsmanship that goes into each jewellery piece.\"},{\"section_type\":\"gallery\",\"section_title\":\"My Design Process\",\"section_description\":\"A look behind the scenes at how each piece comes to life.\",\"section_prompt\":\"Visual snapshots of the jewellery making process.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore Our Collection\",\"section_description\":\"Shop the collection and find your unique piece today.\",\"section_prompt\":\"Encourage visitors to explore the shop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of the page with navigation links and social media.\",\"section_prompt\":\"Footer section with links and copyright information.\"}]},{\"page_type\":\"shop\",\"page_title\":\"Shop\",\"page_description\":\"Browse our exquisite collection of handmade jewellery including necklaces, bracelets, earrings, and rings.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate our website and discover unique handmade jewellery.\",\"section_prompt\":\"Header section for site navigation and logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Collection\",\"section_description\":\"An introduction to the different categories of jewellery we offer.\",\"section_prompt\":\"Visual introduction showcasing the various jewellery categories.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Categories\",\"section_description\":\"Browse through our crafted categories: Necklaces, Bracelets, Earrings, and Rings.\",\"section_prompt\":\"A list of jewellery categories for easy navigation.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Exclusive Pieces\",\"section_description\":\"Discover our exclusive and limited-edition jewellery pieces.\",\"section_prompt\":\"Highlight special pieces that are unique.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Quality Assurance\",\"section_description\":\"Quality craftsmanship is assured with each piece we create.\",\"section_prompt\":\"Highlight the quality and attention to detail in every jewellery piece.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Shopping\",\"section_description\":\"Find the perfect piece that resonates with your style.\",\"section_prompt\":\"Encourage visitors to begin their shopping journey.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of the page with navigation links and social media.\",\"section_prompt\":\"Footer section with links and copyright information.\"}]},{\"page_type\":\"custom_orders\",\"page_title\":\"Custom Orders\",\"page_description\":\"Request your own bespoke jewellery design with LunaGems.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate our website and discover unique handmade jewellery.\",\"section_prompt\":\"Header section for site navigation and logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Bespoke Creations\",\"section_description\":\"Learn how to create your own custom jewellery piece with me.\",\"section_prompt\":\"Highlight the custom order process.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"How It Works\",\"section_description\":\"Simple steps to request and create your bespoke jewellery design.\",\"section_prompt\":\"Detailed instructions for placing custom orders.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Get answers to your questions regarding custom orders and processes.\",\"section_prompt\":\"A list of common queries about custom jewellery.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Custom Journey\",\"section_description\":\"Contact me to discuss your unique jewellery vision.\",\"section_prompt\":\"Encourage users to initiate custom order inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of the page with navigation links and social media.\",\"section_prompt\":\"Footer section with links and copyright information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Jewellery Care\",\"page_description\":\"Stay updated with tips and trends in our jewellery care blog.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate our website and discover unique handmade jewellery.\",\"section_prompt\":\"Header section for site navigation and logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"Explore the latest tips and trends shared in our blog posts.\",\"section_prompt\":\"Highlight recent blog articles.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"Browse our recent posts to learn about jewellery care and trends.\",\"section_prompt\":\"A grid display of the most recent blog articles.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Jewellery Care Tips\",\"section_description\":\"Essential tips to keep your jewellery looking beautiful and lasting longer.\",\"section_prompt\":\"Highlight key tips for caring for handmade jewellery.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Community\",\"section_description\":\"Subscribe to get the latest trends and tips directly to your inbox.\",\"section_prompt\":\"Encourage visitors to subscribe for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of the page with navigation links and social media.\",\"section_prompt\":\"Footer section with links and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with LunaGems for inquiries, custom orders, and more.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate our website and discover unique handmade jewellery.\",\"section_prompt\":\"Header section for site navigation and logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\'d love to hear from you! Reach out for inquiries or custom orders.\",\"section_prompt\":\"Contact information and invitation to connect.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below, and I will respond as soon as possible.\",\"section_prompt\":\"A simple contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our beautiful workshop where creativity comes alive.\",\"section_prompt\":\"Provide physical address and workshop details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of the page with navigation links and social media.\",\"section_prompt\":\"Footer section with links and copyright information.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewellery shop\",\"prompt_id\":986,\"theme\":\"soft\",\"colors\":[[40,53,102],[152,100,36]],\"fonts\":\"soft-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null},\"contact_details\":{\"phone_number\":null,\"email\":\"jas@yopmail.com\",\"primary_cta\":\"phone\"}}', '2025-11-03 05:03:44', '2025-11-03 05:08:25');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(989, 179, NULL, 'LunaGems is a handmade jewellery shop', '{\"website_title\":\"LunaGems\",\"website_description\":\"An elegant online platform for showcasing and purchasing unique handmade jewelry with a personal touch.\",\"website_type\":\"e-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewelry, artisan accessories, unique jewelry, fashion jewelry, jewelry collection\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems, where artistry meets elegance in handmade jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and site-wide links.\",\"section_prompt\":\"Navbar with links to various site sections.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"Discover unique and handcrafted jewelry that tells a story.\",\"section_prompt\":\"A beautiful high-quality image of jewelry with an engaging welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn the history and passion behind LunaGems and my jewelry-making journey.\",\"section_prompt\":\"A personal story about the creator and the making of LunaGems.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Collection\",\"section_description\":\"Explore my current offerings of handcrafted jewelry and find the piece that resonates with you.\",\"section_prompt\":\"A grid showcasing various jewelry pieces with images, names, and short descriptions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Dive into my collection and find the perfect piece for you or a loved one.\",\"section_prompt\":\"A button directing visitors to the shop page.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"From the Blog\",\"section_description\":\"Check out the latest insights, tips, and stories from the LunaGems blog.\",\"section_prompt\":\"A preview of the latest blog articles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site-wide links and copyright information.\",\"section_prompt\":\"Links to policies, social media, and contact information.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Customers Say\",\"section_description\":\"Hear from customers who have found joy in their LunaGems pieces.\",\"section_prompt\":\"Quotes and feedback from satisfied customers.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"The story behind LunaGems and the passion for jewelry making.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and site-wide links.\",\"section_prompt\":\"Navbar with links to various site sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Discover the passion that fuels LunaGems and my creativity.\",\"section_prompt\":\"An engaging image alongside a personal introduction.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"A detailed narrative on how I started making jewelry and how LunaGems came to be.\",\"section_prompt\":\"A story detailing the origins and journey of LunaGems.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Craftsmanship\",\"section_description\":\"An insight into the techniques and materials used in each piece.\",\"section_prompt\":\"Description of the craftsmanship and materials with relevant images.\"},{\"section_type\":\"about\",\"section_title\":\"My Mission\",\"section_description\":\"A commitment to quality, sustainability, and customer satisfaction.\",\"section_prompt\":\"An explanation of the values and mission of LunaGems.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Collection\",\"section_description\":\"Find jewelry that expresses your individuality.\",\"section_prompt\":\"A button directing towards the shop page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site-wide links and copyright information.\",\"section_prompt\":\"Links to policies, social media, and contact information.\"}]},{\"page_type\":\"shop\",\"page_title\":\"Shop\",\"page_description\":\"Browse and purchase unique handmade jewelry pieces from LunaGems.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and site-wide links.\",\"section_prompt\":\"Navbar with links to various site sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Shop Collection\",\"section_description\":\"Discover the unique handmade jewelry pieces available for purchase.\",\"section_prompt\":\"A display of featured jewelry items.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Featured Pieces\",\"section_description\":\"Highlighting some of the most popular pieces currently available.\",\"section_prompt\":\"A list of featured items with images and prices.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"How to Purchase\",\"section_description\":\"A simple guide on how to navigate the shop and make purchases.\",\"section_prompt\":\"A step-by-step guide on shopping and checkout.\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQs\",\"section_description\":\"Common inquiries regarding products and orders answered.\",\"section_prompt\":\"Frequently asked questions regarding the shop and policies.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Find Your Perfect Piece\",\"section_description\":\"Start your shopping experience with LunaGems today.\",\"section_prompt\":\"A button prompting visitors to continue exploring the shop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site-wide links and copyright information.\",\"section_prompt\":\"Links to policies, social media, and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights and tips into the world of handmade jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and site-wide links.\",\"section_prompt\":\"Navbar with links to various site sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"Explore my blog for articles about jewelry-making, styling, and more.\",\"section_prompt\":\"A decorative banner with blog introduction.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"Browse through the latest blog posts to gain insights and tips on jewelry.\",\"section_prompt\":\"A grid displaying recent posts with titles and excerpts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Highlight: Jewelry Making\",\"section_description\":\"A closer look at my favorite techniques and materials used in crafting jewelry.\",\"section_prompt\":\"An in-depth article on specific jewelry-making techniques.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Read More\",\"section_description\":\"Dive into my world of jewelry-making and styling tips.\",\"section_prompt\":\"A button directing to more blog posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site-wide links and copyright information.\",\"section_prompt\":\"Links to policies, social media, and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with LunaGems for inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and site-wide links.\",\"section_prompt\":\"Navbar with links to various site sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Feel free to reach out with any inquiries or comments.\",\"section_prompt\":\"A welcoming contact banner.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to send your message.\",\"section_prompt\":\"Contact form for visitors to submit inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Alternative ways to reach me via email or social media.\",\"section_prompt\":\"Details including email address and social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site-wide links and copyright information.\",\"section_prompt\":\"Links to policies, social media, and contact information.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewellery shop\",\"prompt_id\":989}', '2025-11-03 06:11:15', '2025-11-03 06:11:15'),
(991, 10, NULL, 'A freelance website for a web developer', '{\"website_title\":\"My Portfolio\",\"website_description\":\"Showcasing my skills and projects as a freelance web developer, offering insights, testimonials, and a unique collection of my work.\",\"website_type\":\"Personal\",\"website_industry\":\"Technology\",\"search_query\":\"web development portfolio, freelance skills showcase, web design projects, developer blog insights\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my online portfolio where I showcase my web development expertise.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to different sections of my portfolio website.\",\"section_prompt\":\"Use Bootstrap navbar for the header.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover my work and projects as a web developer.\",\"section_prompt\":\"Full-width hero image with a brief introduction.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background and expertise in web development.\",\"section_prompt\":\"Brief introduction with a personal touch.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the services I offer: Website Design, Coding, Consulting.\",\"section_prompt\":\"Grid layout showcasing service offerings.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out my latest blog posts for tips and insights in web development.\",\"section_prompt\":\"Highlighted posts from the blog.\"},{\"section_type\":\"gallery\",\"section_title\":\"Portfolio Highlights\",\"section_description\":\"A glimpse of my best work and projects.\",\"section_prompt\":\"Image gallery layout displaying project thumbnails.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"What my clients say about my work and expertise.\",\"section_prompt\":\"Carousel or grid of client reviews.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Reach out if you have any questions or need my services.\",\"section_prompt\":\"Call to action with a link to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with links and copyright information.\",\"section_prompt\":\"Standard footer with necessary links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn about my journey as a web developer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to different sections of my portfolio website.\",\"section_prompt\":\"Use Bootstrap navbar for the header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"An overview of my background, skills, and experience in web development.\",\"section_prompt\":\"Banner with a personal photo or graphic.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Background\",\"section_description\":\"A brief story about my journey into web development.\",\"section_prompt\":\"Text section describing my journey.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Skills\",\"section_description\":\"Highlighting the key skills I possess in the field of web development.\",\"section_prompt\":\"Bullet points or list format.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Approach\",\"section_description\":\"Understanding how I tackle web development projects.\",\"section_prompt\":\"Brief paragraph explaining my work ethos.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Visit my portfolio to see my projects in action!\",\"section_prompt\":\"Link to the portfolio page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with links and copyright information.\",\"section_prompt\":\"Standard footer with necessary links.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Details on the services I provide as a freelance web developer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to different sections of my portfolio website.\",\"section_prompt\":\"Use Bootstrap navbar for the header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Overview of services offered.\",\"section_prompt\":\"Banner related to services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Website Design\",\"section_description\":\"Creating stunning, user-friendly websites tailored to your needs.\",\"section_prompt\":\"Highlight design skills with examples.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Coding\",\"section_description\":\"Expert coding services in various programming languages for web applications.\",\"section_prompt\":\"Showcase coding expertise with examples.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Consulting\",\"section_description\":\"Offering consultancy for web development strategies and solutions.\",\"section_prompt\":\"Detailing consulting services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries about my services answered.\",\"section_prompt\":\"List of FAQs.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Ready to start your project? Reach out to me!\",\"section_prompt\":\"Link to contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with links and copyright information.\",\"section_prompt\":\"Standard footer with necessary links.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"A collection of my best work as a web developer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to different sections of my portfolio website.\",\"section_prompt\":\"Use Bootstrap navbar for the header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Portfolio Showcase\",\"section_description\":\"Explore the variety of projects I have completed.\",\"section_prompt\":\"Visual banner related to portfolio.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Projects\",\"section_description\":\"A curated selection of my best work.\",\"section_prompt\":\"Grid of project images with descriptions.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Project Highlights\",\"section_description\":\"Brief descriptions of each highlighted project.\",\"section_prompt\":\"Text with details on featured projects.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Client Feedback\",\"section_description\":\"Testimonials from clients regarding specific projects.\",\"section_prompt\":\"Special acknowledgment of clients\' reviews.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Collaborating?\",\"section_description\":\"Contact me to discuss your project ideas.\",\"section_prompt\":\"Link to contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with links and copyright information.\",\"section_prompt\":\"Standard footer with necessary links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Insights\",\"page_description\":\"Sharing insights and tips on web development.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to different sections of my portfolio website.\",\"section_prompt\":\"Use Bootstrap navbar for the header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog Insights\",\"section_description\":\"Stay updated with my latest articles and thoughts.\",\"section_prompt\":\"Banner related to blogs.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"Grid layout showing the most recent articles I have written.\",\"section_prompt\":\"Display recent blog posts.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Popular Topics\",\"section_description\":\"Highlight topics I frequently cover in my blog.\",\"section_prompt\":\"List of blog categories.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encourage readers to subscribe to my blog for the latest content.\",\"section_prompt\":\"Brief description encouraging email subscription.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More Articles\",\"section_description\":\"Visit my blog for more insights and tips.\",\"section_prompt\":\"Link to view all blog posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with links and copyright information.\",\"section_prompt\":\"Standard footer with necessary links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out to me for inquiries or project discussions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to different sections of my portfolio website.\",\"section_prompt\":\"Use Bootstrap navbar for the header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Feel free to send me a message anytime.\",\"section_prompt\":\"Contact-related banner image.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch with me.\",\"section_prompt\":\"Contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Details\",\"section_description\":\"Find my contact information including email and socials.\",\"section_prompt\":\"Text with contact details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with links and copyright information.\",\"section_prompt\":\"Standard footer with necessary links.\"}]}],\"user_prompt\":\"A freelance website for a web developer\",\"prompt_id\":991}', '2025-11-03 06:45:02', '2025-11-03 06:45:02'),
(992, NULL, NULL, 'validate content ai website', '{\"website_title\":\"AI Content Validation Hub\",\"website_description\":\"A comprehensive resource for ensuring accuracy in AI-generated content with a focus on ethical standards and validation processes.\",\"website_type\":\"informational\",\"website_industry\":\"Technology\",\"search_query\":\"AI content validation, AI tools, ethical AI, content guidelines\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to AI Content Validation Hub, your go-to source for ensuring the accuracy and integrity of AI-generated content.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and branding elements are placed in the header.\",\"section_prompt\":\"Bootstrap layout for navigation\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Our Hub\",\"section_description\":\"Explore the world of AI content validation and learn about the importance of accuracy and ethics in AI usage.\",\"section_prompt\":\"Main introductory image with a brief engaging message\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"We specialize in validating AI-generated content to uphold ethical standards and ensure accuracy in the rapidly evolving AI landscape.\",\"section_prompt\":\"Description of our mission and overview of our expertise\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Validation Process\",\"section_description\":\"An overview of the validation processes we implement to ensure the integrity of AI-generated content.\",\"section_prompt\":\"Grid layout of processes with links to detailed descriptions\"},{\"section_type\":\"gallery\",\"section_title\":\"Tools & Technologies\",\"section_description\":\"Discover the cutting-edge tools and technologies we utilize for content validation.\",\"section_prompt\":\"Visuals of tools and technologies used in the validation process\"},{\"section_type\":\"portfolio\",\"section_title\":\"Case Studies\",\"section_description\":\"Real-world examples demonstrating the effectiveness of our validation methods in enhancing content quality.\",\"section_prompt\":\"Showcase of various case studies with results and insights\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Resource Center\",\"section_description\":\"Access a wide range of resources to help you understand AI content guidelines better.\",\"section_prompt\":\"Compilation of guides, whitepapers, and articles about AI content\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us\",\"section_description\":\"Get involved in ensuring the ethical use of AI. Subscribe to our newsletter for updates.\",\"section_prompt\":\"Encourage users to sign up for more information\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Discover our latest articles on trends and developments in AI content validation.\",\"section_prompt\":\"Highlight recent articles or blog posts relevant to AI validation\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about our mission, team, and commitment to ethical AI practices.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and branding elements are placed in the header.\",\"section_prompt\":\"Bootstrap layout for navigation\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Our Mission\",\"section_description\":\"We strive to uphold the highest standards in AI-generated content validation to foster trust and accuracy.\",\"section_prompt\":\"Banner highlighting our mission statement\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Goals\",\"section_description\":\"Our key objectives include promoting ethical AI usage, enhancing content authenticity, and providing valuable resources.\",\"section_prompt\":\"List of our primary goals as an organization\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Introducing our dedicated team of experts in AI and content validation.\",\"section_prompt\":\"Profiles of team members with their roles and expertise\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"We bring unparalleled experience, a commitment to ethical standards, and innovative processes to the forefront of AI content validation.\",\"section_prompt\":\"Compelling reasons for users to trust in our services\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common queries about our processes and services.\",\"section_prompt\":\"Collection of FAQs regarding AI validation and our methods\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Involved\",\"section_description\":\"Participate in our initiatives and stay updated on AI validation practices.\",\"section_prompt\":\"Encouragement to connect and engage with the community\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and links to social media for further engagement.\",\"section_prompt\":\"Footer with links and contact details\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the range of services we offer to validate AI-generated content effectively.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and branding elements are placed in the header.\",\"section_prompt\":\"Bootstrap layout for navigation\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Validation Services\",\"section_description\":\"Tailored services designed for efficient validation of AI-generated content.\",\"section_prompt\":\"Banner showcasing service offerings\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Verification\",\"section_description\":\"In-depth content verification processes ensuring accuracy and trustworthiness.\",\"section_prompt\":\"Description of the verification process with accompanying visuals\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Guideline Development\",\"section_description\":\"Assistance in developing comprehensive AI content guidelines.\",\"section_prompt\":\"Overview of the services offered for guideline development\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Training Workshops\",\"section_description\":\"Professional workshops to equip teams with the skills needed for AI validation.\",\"section_prompt\":\"Information about training services with testimonials\"},{\"section_type\":\"faqs\",\"section_title\":\"Service FAQs\",\"section_description\":\"Commonly asked questions regarding our validation services.\",\"section_prompt\":\"Answers to FAQs related to our services\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for a Consultation\",\"section_description\":\"Reach out for a personalized consultation on your AI content validation needs.\",\"section_prompt\":\"Form encouraging users to contact for service inquiries\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and links to social media for further engagement.\",\"section_prompt\":\"Footer with links and contact details\"}]},{\"page_type\":\"blog\",\"page_title\":\"Insights & Trends\",\"page_description\":\"Stay updated with the latest trends and insights in AI content validation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and branding elements are placed in the header.\",\"section_prompt\":\"Bootstrap layout for navigation\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog: Latest Insights\",\"section_description\":\"Explore our blog for articles on AI content validation, trends, and ethical standards.\",\"section_prompt\":\"Blog title and description banner\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"A collection of our recent articles discussing various aspects of AI content validation.\",\"section_prompt\":\"Grid layout showing article titles and excerpts\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Popular Topics\",\"section_description\":\"Explore the most discussed topics in our blog.\",\"section_prompt\":\"List of popular blog topics with links\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Contribute to Discussions\",\"section_description\":\"Join the conversation by commenting on our articles and sharing insights.\",\"section_prompt\":\"Encouragement to interact with blog content\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to Newsletter\",\"section_description\":\"Stay informed with the latest from our blog by subscribing to our newsletter.\",\"section_prompt\":\"Form for newsletter subscription\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and links to social media for further engagement.\",\"section_prompt\":\"Footer with links and contact details\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get In Touch\",\"page_description\":\"Reach out to us with your inquiries and feedback.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and branding elements are placed in the header.\",\"section_prompt\":\"Bootstrap layout for navigation\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\\u2019d love to hear from you! Reach out with any questions or comments.\",\"section_prompt\":\"Banner encouraging users to make contact\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send us a message directly.\",\"section_prompt\":\"Form fields for user submission including name, email, and message\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our headquarters or reach out via phone or email.\",\"section_prompt\":\"Details about our physical location and contact methods\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow Us\",\"section_description\":\"Stay connected with us on our social platforms for updates.\",\"section_prompt\":\"Links to our social media profiles\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and links to social media for further engagement.\",\"section_prompt\":\"Footer with links and contact details\"}]}],\"user_prompt\":\"validate content ai website\",\"prompt_id\":992}', '2025-11-03 06:45:29', '2025-11-03 06:45:29'),
(1007, NULL, NULL, 'hello can you give me a tailor website of e-commerce', '{\"website_title\":\"Custom Tailor Solutions\",\"website_description\":\"An e-commerce platform offering bespoke clothing services, showcasing tailored products, fashion tips, and a gallery of custom creations.\",\"website_type\":\"E-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"custom tailor, bespoke clothing, fashion tips, tailoring services, online shop\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Custom Tailor Solutions, your premier destination for bespoke clothing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and logo section.\",\"section_prompt\":\"Responsive Bootstrap navbar with links to Home, About, Services, Gallery, Blog, Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Tailoring Service\",\"section_description\":\"Experience bespoke tailoring at its finest with personalized solutions for every occasion.\",\"section_prompt\":\"Full-width hero image with a welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey as a tailor and my passion for fashion.\",\"section_prompt\":\"A brief paragraph sharing the tailor\'s background.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Tailored Products\",\"section_description\":\"Explore our range of tailored products including suits, dresses, and alterations.\",\"section_prompt\":\"Grid layout showcasing tailored products with images and brief descriptions.\"},{\"section_type\":\"gallery\",\"section_title\":\"Gallery of Creations\",\"section_description\":\"View a collection of my latest designs and custom works.\",\"section_prompt\":\"Image slider or grid presenting various tailoring projects.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Fashion Tips and Trends\",\"section_description\":\"Stay updated with the latest in fashion and tailoring tips.\",\"section_prompt\":\"List of links to the latest blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started with Your Tailored Experience\",\"section_description\":\"Contact me today to start your customizing journey!\",\"section_prompt\":\"CTA button redirecting to the Contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright information and links to social media.\",\"section_prompt\":\"Footer section with links and copyright.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover my journey and passion for tailoring.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and logo section.\",\"section_prompt\":\"Responsive Bootstrap navbar with links to Home, About, Services, Gallery, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A deeper insight into my tailoring journey.\",\"section_prompt\":\"Banner image related to tailoring.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Tailoring Journey\",\"section_description\":\"I have been passionate about tailoring since a young age, mastering the art of bespoke clothing.\",\"section_prompt\":\"Text section detailing the tailor\'s biography.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Why Choose Custom Tailor Solutions?\",\"section_description\":\"Unique benefits of choosing my services over mass-produced clothing.\",\"section_prompt\":\"List of benefits such as personalized service, custom fit, and quality materials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Custom Journey Today\",\"section_description\":\"Reach out to get your perfect fit!\",\"section_prompt\":\"CTA directing to Contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright information and links to social media.\",\"section_prompt\":\"Footer section with links and copyright.\"}]},{\"page_type\":\"services\",\"page_title\":\"Tailoring Services\",\"page_description\":\"Explore the services I offer to meet your custom clothing needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and logo section.\",\"section_prompt\":\"Responsive Bootstrap navbar with links to Home, About, Services, Gallery, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Tailoring Services\",\"section_description\":\"A detailed look at what we offer for your custom clothing needs.\",\"section_prompt\":\"Banner image showcasing tailoring services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Suits\",\"section_description\":\"Custom-made suits tailored to your size and style preferences.\",\"section_prompt\":\"Media section with images and descriptions of suit offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Dresses\",\"section_description\":\"Beautifully crafted dresses designed for every occasion.\",\"section_prompt\":\"Media section with images and descriptions of dress offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Alterations\",\"section_description\":\"Professional alteration services to ensure the perfect fit.\",\"section_prompt\":\"Media section with images and descriptions of alteration services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries about our services.\",\"section_prompt\":\"List of FAQs regarding tailoring, fittings, and services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire About Your Tailoring Needs\",\"section_description\":\"Contact me for a consultation on your custom clothing requirement.\",\"section_prompt\":\"CTA directing to Contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright information and links to social media.\",\"section_prompt\":\"Footer section with links and copyright.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Gallery\",\"page_description\":\"Showcasing a collection of my best tailoring works.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and logo section.\",\"section_prompt\":\"Responsive Bootstrap navbar with links to Home, About, Services, Gallery, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Gallery of Creations\",\"section_description\":\"A visual showcase of my tailoring skills and creativity.\",\"section_prompt\":\"Banner image celebrating tailoring.\"},{\"section_type\":\"gallery\",\"section_title\":\"My Work\",\"section_description\":\"Explore a variety of tailored clothing from past projects.\",\"section_prompt\":\"Grid layout of images showcasing different works.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Read testimonials from satisfied customers about their tailored experience.\",\"section_prompt\":\"List of client experiences and feedback.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Your Custom Piece\",\"section_description\":\"Ready for your tailored clothing? Contact me!\",\"section_prompt\":\"CTA directing to Contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright information and links to social media.\",\"section_prompt\":\"Footer section with links and copyright.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Fashion Tips\",\"page_description\":\"Insights on fashion trends and expert tips from my tailoring experience.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and logo section.\",\"section_prompt\":\"Responsive Bootstrap navbar with links to Home, About, Services, Gallery, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Fashion Tips\",\"section_description\":\"Stay informed with insights about fashion and tailoring.\",\"section_prompt\":\"Banner image relating to fashion.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Explore the latest blog entries about fashion tips and trends.\",\"section_prompt\":\"Grid layout displaying blog post previews.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for More Updates\",\"section_description\":\"Sign up to receive the latest tips and tailoring news.\",\"section_prompt\":\"CTA form for newsletter subscription.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright information and links to social media.\",\"section_prompt\":\"Footer section with links and copyright.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch for inquiries about tailored services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and logo section.\",\"section_prompt\":\"Responsive Bootstrap navbar with links to Home, About, Services, Gallery, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I\'m here to help with your tailoring needs. Reach out!\",\"section_prompt\":\"Contact banner with a welcoming message.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"Fill out the form below to ask any questions or request more information.\",\"section_prompt\":\"Contact form allowing users to send inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Find my contact details and location.\",\"section_prompt\":\"Include email, phone number, and address.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright information and links to social media.\",\"section_prompt\":\"Footer section with links and copyright.\"}]}],\"user_prompt\":\"hello can you give me a tailor website of e-commerce\",\"prompt_id\":1007}', '2025-11-04 05:15:12', '2025-11-04 05:15:12');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1012, 134, NULL, 'At Southern Lumber and Millwork, we specialize in delivering semi-custom, cost-effective cabinetry and closet solutions tailored for both new construction and remodels.', '{\"website_title\":\"Southern Lumber and Millwork\",\"website_description\":\"Showcasing our expertise in semi-custom cabinetry and closet solutions, providing customers with exceptional designs, quality craftsmanship, and cost-effective solutions.\",\"website_type\":\"business\",\"website_industry\":\"Construction\",\"search_query\":\"cabinetry, custom closets, home design, woodworking, home improvement\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Southern Lumber and Millwork, where craftsmanship meets creativity in cabinetry and closet solutions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and site branding section.\",\"section_prompt\":\"Bootstrap navigation layout.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Transform Your Space\",\"section_description\":\"Discover our range of semi-custom cabinetry and closet solutions designed to enhance your home.\",\"section_prompt\":\"Full-width image with text overlay.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our commitment to quality and customer satisfaction in cabinetry and millwork.\",\"section_prompt\":\"Brief introduction with images.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Products\",\"section_description\":\"Explore our wide array of cabinetry options for your home, tailored to your needs.\",\"section_prompt\":\"Grid layout showcasing product images.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Process\",\"section_description\":\"An overview of how we work with clients from concept to completion, ensuring a tailored approach.\",\"section_prompt\":\"Detailed explanation with steps.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Testimonials\",\"section_description\":\"Hear from our satisfied clients about their experiences with our craftsmanship and service.\",\"section_prompt\":\"Carousel or grid of client reviews.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"Browse through our completed projects to see the quality of our work and get inspired.\",\"section_prompt\":\"Image gallery of past projects.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Design Tips & Inspiration\",\"section_description\":\"Check out our latest articles that provide valuable design advice and project ideas.\",\"section_prompt\":\"Preview of latest blog entries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Contact us to discuss your cabinetry project and see how we can help.\",\"section_prompt\":\"Encouraging action button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information.\",\"section_prompt\":\"Basic footer layout.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Find out more about our team and the values that drive our craftsmanship.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and site branding section.\",\"section_prompt\":\"Bootstrap navigation layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Who We Are\",\"section_description\":\"Discover our story and dedication to providing high-quality cabinetry solutions.\",\"section_prompt\":\"Image or hero section.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Mission\",\"section_description\":\"We aim to deliver semi-custom cabinetry solutions that combine quality, aesthetics, and functionality.\",\"section_prompt\":\"Text block detailing mission.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Values\",\"section_description\":\"Quality craftsmanship, customer satisfaction, and eco-friendly practices are at our core.\",\"section_prompt\":\"Text block detailing values.\"},{\"section_type\":\"gallery\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Introducing the skilled professionals behind our beautiful cabinetry solutions.\",\"section_prompt\":\"Images of team members.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out to Us\",\"section_description\":\"Interested in learning more? Contact us to start your project journey.\",\"section_prompt\":\"Encouraging action button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information.\",\"section_prompt\":\"Basic footer layout.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Detailed overview of the semi-custom cabinetry and closet solutions we offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and site branding section.\",\"section_prompt\":\"Bootstrap navigation layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the range of services we offer for cabinetry and closet design.\",\"section_prompt\":\"Image or hero section.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Cabinetry Solutions\",\"section_description\":\"We offer customizable cabinetry options tailored to your style and needs.\",\"section_prompt\":\"Media alongside text describing cabinetry.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Closet Systems\",\"section_description\":\"Maximize your space with our semi-custom closet systems designed for functionality and style.\",\"section_prompt\":\"Media alongside text describing closet systems.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions regarding our products and services.\",\"section_prompt\":\"List of FAQs.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project\",\"section_description\":\"Ready to transform your home? Contact us to get started.\",\"section_prompt\":\"Encouraging action button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information.\",\"section_prompt\":\"Basic footer layout.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Project Gallery\",\"page_description\":\"Visual showcase of our completed cabinetry and closet projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and site branding section.\",\"section_prompt\":\"Bootstrap navigation layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Projects\",\"section_description\":\"A visual journey through our past cabinetry and closet installations.\",\"section_prompt\":\"Image or hero section.\"},{\"section_type\":\"gallery\",\"section_title\":\"Browse Our Work\",\"section_description\":\"Explore a collection of images from our diverse portfolio of completed projects.\",\"section_prompt\":\"Image gallery setup.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Client Collaborations\",\"section_description\":\"Learn about our cooperative approach to working with clients on projects.\",\"section_prompt\":\"Text detailing collaboration process.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Inspired\",\"section_description\":\"Contact us to start your project and bring your vision to life.\",\"section_prompt\":\"Encouraging action button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information.\",\"section_prompt\":\"Basic footer layout.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to us for inquiries about our cabinetry and closet solutions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and site branding section.\",\"section_prompt\":\"Bootstrap navigation layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We\'re here to help you with your cabinetry projects and inquiries.\",\"section_prompt\":\"Image or hero section.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send us your questions or project ideas.\",\"section_prompt\":\"Form layout to collect user inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find our address and contact details for visiting or reaching out.\",\"section_prompt\":\"Text with contact details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information.\",\"section_prompt\":\"Basic footer layout.\"}]}],\"user_prompt\":\"At Southern Lumber and Millwork, we specialize in delivering semi-custom, cost-effective cabinetry and closet solutions tailored for both new construction and remodels.\",\"prompt_id\":1012}', '2025-11-04 09:45:51', '2025-11-04 09:45:51'),
(1014, NULL, NULL, 'LunaGems is a handmade jewellery shop', '{\"website_title\":\"LunaGems - Handmade Jewellery\",\"website_description\":\"Explore LunaGems for exquisitely handcrafted jewellery pieces, perfect for every occasion. Each item is a unique expression of artistry and elegance, designed to elevate your style.\",\"website_type\":\"E-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewellery, unique jewellery, artisan jewellery, fashion accessories, custom jewellery\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems - your destination for handcrafted jewellery.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and logo placement.\",\"section_prompt\":\"Header section with navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"Discover beautifully crafted jewellery that speaks to your personal style.\",\"section_prompt\":\"Hero image with featured collections.\"},{\"section_type\":\"about\",\"section_title\":\"About LunaGems\",\"section_description\":\"Learn about the artistry and passion behind LunaGems and our handmade creations.\",\"section_prompt\":\"Brief introduction to the brand and its mission.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Shop Our Collections\",\"section_description\":\"Browse through our exclusive collections of necklaces, bracelets, earrings, and rings.\",\"section_prompt\":\"Grid display of featured jewellery categories.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Experiences\",\"section_description\":\"See what our happy customers are saying about their LunaGems experience.\",\"section_prompt\":\"Highlight of customer testimonials.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Jewellery Tips & Style Advice\",\"section_description\":\"Check out our latest blog posts for tips on jewellery care and styling.\",\"section_prompt\":\"Links to recent blog articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Explore our exquisite collection and find the perfect piece for you.\",\"section_prompt\":\"Call to action encouraging users to visit the shop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and contact information.\",\"section_prompt\":\"Footer section with social media and contact information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Discover the heart and artistry behind LunaGems.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and logo placement.\",\"section_prompt\":\"Header section with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"LunaGems stands for unique craftsmanship and artistic expression in jewellery.\",\"section_prompt\":\"Banner with a brief story about the brand.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Artistry in Every Piece\",\"section_description\":\"Each piece is handcrafted with love, showcasing the dedication to quality and design.\",\"section_prompt\":\"In-depth look at the craftsmanship behind the products.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Our commitment to quality and sustainability sets us apart in the jewellery industry.\",\"section_prompt\":\"Benefits of choosing LunaGems over mass-produced options.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Follow us for updates and special promotions.\",\"section_prompt\":\"Call to action to join mailing list.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and contact information.\",\"section_prompt\":\"Footer section with social media and contact information.\"}]},{\"page_type\":\"shop\",\"page_title\":\"Shop\",\"page_description\":\"Explore our exquisite collection of handmade jewellery.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and logo placement.\",\"section_prompt\":\"Header section with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Collection\",\"section_description\":\"High-quality handcrafted jewellery pieces for every occasion.\",\"section_prompt\":\"Showcase of the product categories.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Available Categories\",\"section_description\":\"Browse our collections categorized by style, material, and occasion.\",\"section_prompt\":\"Listing of jewellery categories.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Featured Products\",\"section_description\":\"Highlighting top-selling and unique pieces of jewellery.\",\"section_prompt\":\"Display of featured products with images and brief descriptions.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common queries regarding our products and policies.\",\"section_prompt\":\"FAQ section covering key topics.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Visit Our Boutique\",\"section_description\":\"Shop our complete collection online or visit us in-store.\",\"section_prompt\":\"Button encouraging online or in-store shopping.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and contact information.\",\"section_prompt\":\"Footer section with social media and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Jewellery Blog\",\"page_description\":\"Tips and advice for jewellery lovers.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and logo placement.\",\"section_prompt\":\"Header section with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Jewellery Tips & Advice\",\"section_description\":\"Stay updated on the latest trends and care tips for your jewellery.\",\"section_prompt\":\"Introduction to the blog\'s purpose.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Explore our latest articles and insights on jewellery care and style.\",\"section_prompt\":\"Grid of blog posts with excerpts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Best Practices for Care\",\"section_description\":\"Discover how to keep your jewellery looking its best.\",\"section_prompt\":\"Single detailed article highlight.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Never miss an update! Subscribe to our newsletter.\",\"section_prompt\":\"Call to action for subscribers.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and contact information.\",\"section_prompt\":\"Footer section with social media and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with LunaGems for inquiries or support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and logo placement.\",\"section_prompt\":\"Header section with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We\'re here to assist you with any questions or concerns.\",\"section_prompt\":\"Banner inviting visitors to contact.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below and we will get back to you shortly.\",\"section_prompt\":\"Contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find our physical store and contact details here.\",\"section_prompt\":\"Information about our location and how to reach us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and contact information.\",\"section_prompt\":\"Footer section with social media and contact information.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewellery shop\",\"prompt_id\":1014}', '2025-11-06 05:44:14', '2025-11-06 05:44:14'),
(1015, NULL, NULL, 'LunaGems is a handmade jewellery shop', '{\"website_title\":\"LunaGems - Handmade Jewellery\",\"website_description\":\"Welcome to LunaGems, where artistry meets craftsmanship in every piece of handmade jewellery. Explore our unique collections and discover the beauty of artisanal design.\",\"website_type\":\"eCommerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewellery, artisanal jewelry, unique gems, jewellery collections, custom jewelry\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Discover LunaGems, your destination for exquisite handmade jewellery. Each piece is a testament to creativity and precision.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our website with ease.\",\"section_prompt\":\"Menu items to access different sections.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"Explore our artisanal jewellery collections crafted with love and precision.\",\"section_prompt\":\"An inviting image of our jewellery range.\"},{\"section_type\":\"about\",\"section_title\":\"About LunaGems\",\"section_description\":\"Learn about our passion for creating unique jewellery pieces that stand out.\",\"section_prompt\":\"Introduction to the inspiration behind LunaGems.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Collections\",\"section_description\":\"Browse through our featured jewellery collections including necklaces, bracelets, earrings, and rings.\",\"section_prompt\":\"A grid display of various jewellery items.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Testimonials\",\"section_description\":\"Hear from our satisfied customers about their experience with LunaGems.\",\"section_prompt\":\"Quotes and feedback from clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Jewellery Care Tips\",\"section_description\":\"Check out our latest blog posts that guide you on how to care for your jewellery.\",\"section_prompt\":\"Links to recent blog entries about jewellery maintenance.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Visit our shop to find the perfect piece for you or a loved one.\",\"section_prompt\":\"A prompt encouraging visitors to explore our shop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about LunaGems.\",\"section_prompt\":\"Contact information and social media links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Discover the inspiration and vision behind LunaGems.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Learn about our journey and philosophy behind our jewellery.\",\"section_prompt\":\"Navigation options.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About LunaGems\",\"section_description\":\"Every piece tells a story about craftsmanship and creativity.\",\"section_prompt\":\"A beautiful image reflecting our brand ethos.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Story\",\"section_description\":\"Founded with a passion for artisanal craftsmanship, LunaGems aims to create unique pieces that celebrate individuality.\",\"section_prompt\":\"Our journey and the crafting process.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us\",\"section_description\":\"Experience the difference with handmade jewellery that is both unique and personal.\",\"section_prompt\":\"Highlighting the uniqueness and quality of our items.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Be part of our growing LunaGems family and enjoy exclusive updates and offers.\",\"section_prompt\":\"Encouraging visitors to subscribe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about LunaGems.\",\"section_prompt\":\"Contact information and links to shop.\"}]},{\"page_type\":\"shop\",\"page_title\":\"Shop\",\"page_description\":\"Explore and purchase our exquisite handmade jewellery.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Find your perfect piece among our unique collections.\",\"section_prompt\":\"Menu items for different collections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Jewellery Collection\",\"section_description\":\"All our beautiful handmade pieces, carefully crafted for you.\",\"section_prompt\":\"Highlighting the essence of our shop.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Browse Categories\",\"section_description\":\"Filter our jewellery by type: Necklaces, Bracelets, Earrings, Rings.\",\"section_prompt\":\"Category-based view for easy navigation.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Featured Collection\",\"section_description\":\"Check out our newest arrivals and seasonal collections that are a must-see.\",\"section_prompt\":\"Highlighting special collections.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Your questions regarding orders, craftsmanship and care answered.\",\"section_prompt\":\"Common queries encountered by customers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Dive into our world of handmade jewellery and find your unique piece!\",\"section_prompt\":\"Encouraging customers to make a purchase.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about LunaGems.\",\"section_prompt\":\"Contact information and support links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Read insights and tips on jewellery care and trends.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Stay updated with LunaGems\' latest blogs and tips.\",\"section_prompt\":\"Menu items for blog navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Jewellery Insights\",\"section_description\":\"Your go-to source for tips and care advice on jewellery.\",\"section_prompt\":\"Visual representation of our latest tips.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"Explore our recent blog posts about jewellery care, trends, and events.\",\"section_prompt\":\"Grid display of blog articles.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Spotlight Post\",\"section_description\":\"Highlighting a must-read article on jewellery maintenance.\",\"section_prompt\":\"Detailed insight into a specific blog topic.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Don\\u2019t miss out on our latest tips and collections!\",\"section_prompt\":\"Encouraging visitors to subscribe to the newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about LunaGems.\",\"section_prompt\":\"Contact information and social media links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with LunaGems for inquiries and support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Reach out to us with your queries and feedback.\",\"section_prompt\":\"Menu items for contact navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We\'d love to hear from you!\",\"section_prompt\":\"Visual representation of contact options.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below, and we will get back to you as soon as possible.\",\"section_prompt\":\"A form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Find our email, phone, and social media links here.\",\"section_prompt\":\"Convenient access to our contact details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about LunaGems.\",\"section_prompt\":\"Contact information and follow us options.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewellery shop\",\"prompt_id\":1015}', '2025-11-06 05:51:34', '2025-11-06 05:51:34'),
(1017, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"My Travel Adventures\",\"website_description\":\"A vibrant showcase of travel adventures and photography, sharing stunning landscapes and cultural essences through captivating visuals.\",\"website_type\":\"personal\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel adventures, photography, travel tips, destination guides, culture\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my vibrant travel blog where I share my adventures and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Sitewide navigation header.\",\"section_prompt\":\"Include logo and navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Travels\",\"section_description\":\"Explore captivating journeys through stunning images and heartfelt stories.\",\"section_prompt\":\"Use a large image slider showcasing top travel photos.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Discover the storyteller behind the lens and my passion for exploring the world.\",\"section_prompt\":\"Introduce personal background and experiences.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Travel Stories\",\"section_description\":\"Stay updated with my most recent travel adventures and photography posts.\",\"section_prompt\":\"Highlight latest blog posts with images and short descriptions.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Explore Destinations\",\"section_description\":\"A curated list of beautiful destinations I\\u2019ve travelled to, each with its unique charm.\",\"section_prompt\":\"Grid layout with images and links to destination guides.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure\",\"section_description\":\"Subscribe for updates and tips on your own travel journeys.\",\"section_prompt\":\"Include a subscription form.\"},{\"section_type\":\"gallery\",\"section_title\":\"Travel Photography Gallery\",\"section_description\":\"A visual diary featuring stunning landscapes and cultural snapshots.\",\"section_prompt\":\"Image gallery showcasing various travel photography.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Wrap up the page with important links and copyright information.\",\"section_prompt\":\"Include site links and copyright details.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey and passion for travel and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Sitewide navigation header.\",\"section_prompt\":\"Include logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A deeper look into my travel journey and inspiration.\",\"section_prompt\":\"Personal reflection on travel experiences.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why I Travel\",\"section_description\":\"Travel allows me to explore cultures, meet people, and capture moments that inspire others.\",\"section_prompt\":\"Highlight the benefits of traveling.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Photography Style\",\"section_description\":\"Understanding the techniques and approaches I use to capture stunning images.\",\"section_prompt\":\"Discuss photography style and equipment.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Engage with my journey and bring your own stories to life.\",\"section_prompt\":\"Encourage readers to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Wrap up the page with important links and copyright information.\",\"section_prompt\":\"Include site links and copyright details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch to share stories, tips, or feedback about my travels.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Sitewide navigation header.\",\"section_prompt\":\"Include logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I would love to hear from you!\",\"section_prompt\":\"Invite readers to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Drop a Message\",\"section_description\":\"Fill out the form below to get in touch.\",\"section_prompt\":\"Include a contact form with message options.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Connect on Social Media\",\"section_description\":\"Follow me for more adventures and updates!\",\"section_prompt\":\"List social media accounts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Wrap up the page with important links and copyright information.\",\"section_prompt\":\"Include site links and copyright details.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Blog\",\"page_description\":\"Read my latest adventures, tips, and photography insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Sitewide navigation header.\",\"section_prompt\":\"Include logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Blog\",\"section_description\":\"Explore my travel experiences and insights through engaging posts.\",\"section_prompt\":\"Highlight the blog post section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"A collection of my latest travel posts capturing unique experiences.\",\"section_prompt\":\"Grid layout showcasing blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated\",\"section_description\":\"Subscribe to receive the latest posts directly to your inbox.\",\"section_prompt\":\"Include a subscription form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Wrap up the page with important links and copyright information.\",\"section_prompt\":\"Include site links and copyright details.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1017}', '2025-11-06 10:50:04', '2025-11-06 10:50:04'),
(1021, NULL, NULL, 'Website\'s name: Allen Campaign 2026\nAbout: This website will contain a home page, What\'s at stake page, Public Safety\nFact vs Fiction page, Sign Up page and news page', '{\"website_title\":\"Allen Campaign 2026\",\"website_description\":\"Welcome to the official website of the Allen Campaign 2026. Explore our vision, key issues, and how you can get involved in shaping the future.\",\"website_type\":\"campaign\",\"website_industry\":\"Non-Profit Organization\",\"search_query\":\"political campaign, community engagement, public safety, election news\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Introducing the Allen Campaign 2026, a platform for change and community engagement.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header to access different sections of the website.\",\"section_prompt\":\"Standard header with logo and menu.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Allen Campaign 2026\",\"section_description\":\"Join us as we work towards a brighter future for our community. Discover our mission and values.\",\"section_prompt\":\"Full-width banner with a call to action.\"},{\"section_type\":\"about\",\"section_title\":\"About the Campaign\",\"section_description\":\"Learn more about Allen\'s vision for the future and the values driving this campaign.\",\"section_prompt\":\"Concise information about the campaign and its objectives.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"What\'s at Stake\",\"section_description\":\"Explore the key issues that affect our community and how we plan to address them.\",\"section_prompt\":\"Grid listing of major campaign issues.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Involved\",\"section_description\":\"Join us in making a difference. Sign up to support the campaign and stay updated!\",\"section_prompt\":\"Encouragement for visitors to sign up.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest News\",\"section_description\":\"Stay informed with the latest updates and announcements from the campaign.\",\"section_prompt\":\"Preview of recent articles or news updates.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Public Safety: Fact vs Fiction\",\"section_description\":\"Fact-based insights into public safety to dispel common misconceptions.\",\"section_prompt\":\"Features listing addressing public safety misconceptions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with copyright and additional links.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"whats_at_stake\",\"page_title\":\"What\'s at Stake\",\"page_description\":\"Key issues impacting our community and Allen\'s plans to address them.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate back to the main site and other pages.\",\"section_prompt\":\"Standard header for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What\'s at Stake\",\"section_description\":\"Learn about the crucial issues facing our community this election.\",\"section_prompt\":\"Banner featuring the page title.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Issue One: Education\",\"section_description\":\"Improving our education system to provide quality learning opportunities for all.\",\"section_prompt\":\"Detailed description of the first issue.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Issue Two: Healthcare\",\"section_description\":\"Access to affordable healthcare for every individual in our community.\",\"section_prompt\":\"Detailed description of the second issue.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Issue Three: Jobs\",\"section_description\":\"Creating sustainable job opportunities for economic growth and stability.\",\"section_prompt\":\"Detailed description of the third issue.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Movement\",\"section_description\":\"Be part of the solution. Sign up to show your support for the campaign.\",\"section_prompt\":\"Encourage visitors to participate.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with relevant links and copyright information.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"public_safety\",\"page_title\":\"Public Safety: Fact vs Fiction\",\"page_description\":\"Addressing misconceptions regarding public safety in our community.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Access navigation to other parts of the website.\",\"section_prompt\":\"Standard header for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Public Safety Insights\",\"section_description\":\"Clarifying common myths about public safety in our community.\",\"section_prompt\":\"Banner featuring the page title.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Myth 1: Increased Crime Rates\",\"section_description\":\"Examination of crime statistics and trends in our area.\",\"section_prompt\":\"Detailed clarification of common myth.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Myth 2: Safety and Law Enforcement\",\"section_description\":\"Understanding the role of law enforcement in maintaining public safety.\",\"section_prompt\":\"Detailed clarification of another myth.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Myth 3: Community Involvement\",\"section_description\":\"The impact of community engagement on public safety and crime prevention.\",\"section_prompt\":\"Detailed clarification of another myth.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Learn More\",\"section_description\":\"Discover how you can help promote safety in our community.\",\"section_prompt\":\"Encourage further exploration of the topic.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing footer with information and links.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"sign_up\",\"page_title\":\"Sign Up\",\"page_description\":\"Join the Allen Campaign and get involved today!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the site.\",\"section_prompt\":\"Standard header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Join the Campaign\",\"section_description\":\"Become a member of our campaign community by signing up today!\",\"section_prompt\":\"Banner featuring the action to join.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Sign Up Form\",\"section_description\":\"Fill out the form below to join our campaign efforts.\",\"section_prompt\":\"Form for visitors to enter their information.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Why Sign Up?\",\"section_description\":\"Sign up to receive updates, volunteer opportunities, and important news.\",\"section_prompt\":\"Description of benefits of joining.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Support the Movement\",\"section_description\":\"Your participation matters! Be part of the change we need.\",\"section_prompt\":\"Encouragement to finalize the sign-up.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer for additional site information.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"news\",\"page_title\":\"News\",\"page_description\":\"Stay updated with the latest developments from the campaign.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate easily to other parts of the website.\",\"section_prompt\":\"Standard header for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest News Updates\",\"section_description\":\"Find out the latest news and announcements related to our campaign.\",\"section_prompt\":\"Banner for news updates.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"A grid showcasing the latest articles and updates from the campaign.\",\"section_prompt\":\"A grid of recent posts.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Stay in Touch\",\"section_description\":\"Subscribe to our newsletter for updates and campaign news.\",\"section_prompt\":\"Information on how to subscribe.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Engage with Us\",\"section_description\":\"Your voice matters! Join the conversation today.\",\"section_prompt\":\"Encouragement for visitor engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with copyright and navigation links.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with the Allen Campaign team.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Site navigation for easy access to key areas.\",\"section_prompt\":\"Standard header for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\'re here to hear from you! Reach out with any questions or support.\",\"section_prompt\":\"Banner inviting contact.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Contact Info\",\"section_description\":\"Find our email, phone number, and social media links here.\",\"section_prompt\":\"Details for contacting the campaign.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"Fill out the form below to send us a message directly.\",\"section_prompt\":\"Form for visitors to submit inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Connected\",\"section_description\":\"Join our community to stay involved with updates and news.\",\"section_prompt\":\"Encouragement for visitors to connect.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard information and links in the footer area.\",\"section_prompt\":\"Standard footer layout.\"}]}],\"user_prompt\":\"Website\'s name: Allen Campaign 2026\\nAbout: This website will contain a home page, What\'s at stake page, Public Safety\\nFact vs Fiction page, Sign Up page and news page\",\"prompt_id\":1021}', '2025-11-10 05:38:41', '2025-11-10 05:38:41');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1025, 179, 579, '\"A blog showcasing travel and photography\"', '{\"website_title\":\"My Travel Photo Blog\",\"website_description\":\"A vibrant blog dedicated to travel and photography featuring stunning images and captivating stories from my adventures.\",\"website_type\":\"Personal\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography blog, travel tips, photography tips, adventure stories, travel destinations\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel and photography blog where adventures come to life!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header with navigation menu and branding.\",\"section_prompt\":\"Bootstrap layout for header.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Explore the World\",\"section_description\":\"Join me on my adventures as I explore breathtaking destinations across the globe.\",\"section_prompt\":\"Large imagery to captivate visitors.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my passion for travel and photography and what this blog is all about.\",\"section_prompt\":\"Engaging intro about the blogger.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Destinations\",\"section_description\":\"Check out some of my favorite travel destinations and experiences.\",\"section_prompt\":\"Grid layout showcasing individual posts with images.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Posts\",\"section_description\":\"Catch up on my most recent adventures and photography tips.\",\"section_prompt\":\"Carousel or grid showcasing recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure\",\"section_description\":\"Subscribe to stay updated with my latest travel tips and stunning photography.\",\"section_prompt\":\"CTAs prompting visitors to subscribe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with social links and additional navigation.\",\"section_prompt\":\"Basic footer layout with links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover who I am and the story behind my love for travel and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header with navigation menu and branding.\",\"section_prompt\":\"Bootstrap layout for header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"An insight into my journey as a traveler and photographer.\",\"section_prompt\":\"Banner featuring an inspiring image.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"A brief personal history on how I fell in love with travel and photography.\",\"section_prompt\":\"Narrative text detailing my journey.\"},{\"section_type\":\"features_listing\",\"section_title\":\"My Highlights\",\"section_description\":\"Key accomplishments and memorable experiences in my travel adventures.\",\"section_prompt\":\"Showcase achievements in a structured format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Feel free to drop me a message or connect on social media!\",\"section_prompt\":\"Invite for engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with social links and additional navigation.\",\"section_prompt\":\"Basic footer layout with links.\"}]},{\"page_type\":\"destinations\",\"page_title\":\"Travel Destinations\",\"page_description\":\"Explore detailed stories and tips about various travel destinations I\\u2019ve visited.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header with navigation menu and branding.\",\"section_prompt\":\"Bootstrap layout for header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore Destinations\",\"section_description\":\"Dive deep into my travel stories and tips from around the world.\",\"section_prompt\":\"Banner with beautiful landscape imagery.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Popular Posts\",\"section_description\":\"Check out my most popular posts about various destinations.\",\"section_prompt\":\"Grid structure showcasing top posts.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Destination Highlights\",\"section_description\":\"Visual and written highlights of specific locations I recommend.\",\"section_prompt\":\"Combined media and text layout for impactful storytelling.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Plan Your Next Adventure\",\"section_description\":\"Get inspired and start planning your next trip with my tips!\",\"section_prompt\":\"CTAs for travel planning.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with social links and additional navigation.\",\"section_prompt\":\"Basic footer layout with links.\"}]},{\"page_type\":\"photography_tips\",\"page_title\":\"Photography Tips\",\"page_description\":\"Advice and tips for aspiring photographers to capture stunning images.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header with navigation menu and branding.\",\"section_prompt\":\"Bootstrap layout for header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Tips\",\"section_description\":\"Learn to take breathtaking photos just like I do!\",\"section_prompt\":\"Banner featuring captivating photographs.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Tips & Techniques\",\"section_description\":\"A collection of useful tips and techniques for photography.\",\"section_prompt\":\"List format showing useful photography techniques.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Equipment Recommendations\",\"section_description\":\"My favorite gear that helps me capture stunning photos.\",\"section_prompt\":\"Detailed overview of photography equipment.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Work\",\"section_description\":\"Join the community and share your photography with me!\",\"section_prompt\":\"Encouragement for community engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with social links and additional navigation.\",\"section_prompt\":\"Basic footer layout with links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header with navigation menu and branding.\",\"section_prompt\":\"Bootstrap layout for header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I\\u2019d love to hear from you!\",\"section_prompt\":\"Banner with inviting imagery.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Send a Message\",\"section_description\":\"Fill out the form below to get in touch with me directly.\",\"section_prompt\":\"Contact form for user inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect on Social Media\",\"section_description\":\"Follow me on social media for more travel and photography content!\",\"section_prompt\":\"CTAs prompting follow on social platforms.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with social links and additional navigation.\",\"section_prompt\":\"Basic footer layout with links.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1025,\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\"}}', '2025-11-10 10:35:11', '2025-11-10 10:35:17'),
(1036, NULL, NULL, 'For Finance Systems Implementation, Macrospect is the clear choice. We leverage the power of the world’s most advanced finance software to help finance executives gain clarity where it counts. A diverse team of dynamic minds from both the IT and business world, Macrospect people provide the intellectual expertise and focused perspective that forward-thinking companies count on to make better financial decisions.', '{\"website_title\":\"Macrospect Finance Solutions\",\"website_description\":\"Empowering finance executives with advanced software implementations and consulting services.\",\"website_type\":\"business\",\"website_industry\":\"Finance\",\"search_query\":\"finance technology, finance software, financial clarity, software implementation, consulting services\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Macrospect, your partner in finance systems implementation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Overview of our website and navigation.\",\"section_prompt\":\"Bootstrap layout for header with logo and navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Advanced Finance Software Solutions\",\"section_description\":\"Discover how we empower finance executives with cutting-edge software implementations.\",\"section_prompt\":\"Bootstrap layout with a compelling image and introductory text.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our mission and team of experts.\",\"section_prompt\":\"Summary of our company\'s purpose and values.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our range of finance software implementation services.\",\"section_prompt\":\"Grid layout showcasing services like software support, consulting, and more.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with the latest trends in finance technology.\",\"section_prompt\":\"Preview of the most recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Contact us to learn how we can help you enhance financial clarity.\",\"section_prompt\":\"Bootstrap call-to-action button directing to the Contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"Standard footer design with relevant links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Meet our dedicated team and learn about our expertise in finance implementation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Overview of our website and navigation.\",\"section_prompt\":\"Bootstrap layout for header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Learn About Macrospect\",\"section_description\":\"Discover our mission and values.\",\"section_prompt\":\"A spotlight on our company\'s purpose.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Expertise\",\"section_description\":\"We have a diverse team of IT and business professionals committed to delivering excellence.\",\"section_prompt\":\"Highlighting the qualifications and skills of our team.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Our talented professionals are here to assist you.\",\"section_prompt\":\"Bootstrap social card layout for team member introductions.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Feedback from satisfied clients about our services.\",\"section_prompt\":\"Carousel or grid format showcasing client testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us\",\"section_description\":\"Get in touch to learn more about our offerings.\",\"section_prompt\":\"Bootstrap call-to-action button leading to the Contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"Standard footer design with relevant links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore our comprehensive finance software implementation services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Overview of our website and navigation.\",\"section_prompt\":\"Bootstrap layout for header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Finance Solutions\",\"section_description\":\"Detailed offerings in finance software implementations.\",\"section_prompt\":\"Introduction to the service page.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Software Implementation\",\"section_description\":\"Expertise in delivering tailored software solutions across various finance domains.\",\"section_prompt\":\"Text describing the software implementation process.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Consulting Services\",\"section_description\":\"Advisory support to enhance financial operations and decision-making.\",\"section_prompt\":\"Description of consulting services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Software Support\",\"section_description\":\"Ongoing assistance to ensure maximum performance of finance software.\",\"section_prompt\":\"Details on software support and maintenance.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries about our services and processes.\",\"section_prompt\":\"Provide clear and concise FAQs.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Enhance Financial Clarity?\",\"section_description\":\"Reach out for a consultation today!\",\"section_prompt\":\"Bootstrap call-to-action button directing to the Contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"Standard footer design with relevant links.\"}]},{\"page_type\":\"case_studies\",\"page_title\":\"Case Studies\",\"page_description\":\"Success stories from our clients showcasing effective implementations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Overview of our website and navigation.\",\"section_prompt\":\"Bootstrap layout for header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Success Stories\",\"section_description\":\"Explore how we helped our clients achieve financial clarity.\",\"section_prompt\":\"Welcome note for the case studies page.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Highlighted Implementations\",\"section_description\":\"Examples of successful finance software implementations with measurable outcomes.\",\"section_prompt\":\"Showcase of notable projects.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Hear from clients about their experience with our services.\",\"section_prompt\":\"Displaying customer testimonials related to case studies.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Learning More?\",\"section_description\":\"Contact us to discuss your implementation needs.\",\"section_prompt\":\"Bootstrap call-to-action button linking to the Contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"Standard footer design with relevant links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights and trends in finance technology from our experts.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Overview of our website and navigation.\",\"section_prompt\":\"Bootstrap layout for header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay informed about finance technology trends and insights.\",\"section_prompt\":\"Introduction to the blog page.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Our Latest Posts\",\"section_description\":\"Explore our collection of articles and insights on finance technology.\",\"section_prompt\":\"Grid layout showcasing recent blog articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Join our mailing list to receive the latest news.\",\"section_prompt\":\"Bootstrap sign-up form for newsletter subscription.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"Standard footer design with relevant links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with us for consultations and inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Overview of our website and navigation.\",\"section_prompt\":\"Bootstrap layout for header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We are here to answer your questions and support your needs.\",\"section_prompt\":\"Header for the contact page.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out to Us\",\"section_description\":\"Fill out the form below to get in touch with our team.\",\"section_prompt\":\"Contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our office or get in touch through social media.\",\"section_prompt\":\"Details about our physical location and social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"Standard footer design with relevant links.\"}]}],\"user_prompt\":\"For Finance Systems Implementation, Macrospect is the clear choice. We leverage the power of the world\\u2019s most advanced finance software to help finance executives gain clarity where it counts. A diverse team of dynamic minds from both the IT and business world, Macrospect people provide the intellectual expertise and focused perspective that forward-thinking companies count on to make better financial decisions.\",\"prompt_id\":1036}', '2025-11-17 04:41:17', '2025-11-17 04:41:17'),
(1037, NULL, NULL, '\"For Finance Systems Implementation, Macrospect is the clear choice. We leverage the power of the world\\u2019s most advanced finance software to help finance executives gain clarity where it counts. Macrospect people provide the intellectual expertise and focused perspective that forward-thinking companies count on to make better financial decisions. Sitemap: Home, About, Blog, Solutions, Client Success Stories, Careers, Contact Us.\"', '{\"website_title\":\"Macrospect\",\"website_description\":\"Macrospect specializes in Finance Systems Implementation, providing advanced software solutions and services for finance executives.\",\"website_type\":\"Corporate\",\"website_industry\":\"Finance\",\"search_query\":\"finance software solutions, finance systems implementation, client success stories, finance trends, finance best practices\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Macrospect, your partner in finance systems implementation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header with logo and menu items.\",\"section_prompt\":\"This section includes the main navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Empowering Finance Executives\",\"section_description\":\"Discover our top-notch finance software solutions tailored for financial leaders.\",\"section_prompt\":\"Engaging hero section that captures user attention with a call to explore more.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission, values, and the expertise of our team.\",\"section_prompt\":\"A brief overview of Macrospect and its commitment to excellence.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Solutions\",\"section_description\":\"Explore our diverse range of implementation services offered to enhance financial systems.\",\"section_prompt\":\"Grid displaying various solutions available at Macrospect.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest articles on finance systems trends and best practices.\",\"section_prompt\":\"Showcase of recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Reach out for a consultation and empower your finance team with our solutions.\",\"section_prompt\":\"Encouraging users to contact us for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with important links and contact information.\",\"section_prompt\":\"Includes copyright notice and additional links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn about the Macrospect team, mission, and vision in finance systems.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header with logo and menu items.\",\"section_prompt\":\"This section includes the main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Mission and Values\",\"section_description\":\"Understand the core values and mission that drives Macrospect in the finance industry.\",\"section_prompt\":\"Main banner describing our purpose.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Get to know our talented team of finance and technology experts.\",\"section_prompt\":\"Profiles of key team members with qualifications.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Company Vision\",\"section_description\":\"Exploring our vision for transforming finance systems through innovative software.\",\"section_prompt\":\"Detailing future goals and aspirations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us on Our Journey\",\"section_description\":\"Contact us to learn more about our services and how we can help you.\",\"section_prompt\":\"Encouraging engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with important links and contact information.\",\"section_prompt\":\"Includes copyright notice and additional links.\"}]},{\"page_type\":\"solutions\",\"page_title\":\"Solutions\",\"page_description\":\"Discover the implementation services and benefits we offer for finance systems.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header with logo and menu items.\",\"section_prompt\":\"This section includes the main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Implementation Services\",\"section_description\":\"Thorough insight into our finance systems implementation services.\",\"section_prompt\":\"Main banner detailing service offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Implementation Services\",\"section_description\":\"Detailed explanations of the services provided, including planning, execution, and support.\",\"section_prompt\":\"In-depth content about services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Technology Solutions\",\"section_description\":\"Highlight the software and tools we employ to ensure effective implementations.\",\"section_prompt\":\"Overview of the technology stack.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Partner with Us?\",\"section_description\":\"Learn about the countless benefits and our commitment that set us apart.\",\"section_prompt\":\"Describing unique value propositions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Transform Your Finance Systems?\",\"section_description\":\"Get in touch for tailored solutions that meet your needs.\",\"section_prompt\":\"Encouraging user action.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with important links and contact information.\",\"section_prompt\":\"Includes copyright notice and additional links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Explore insights and practical tips from industry experts in our blog.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header with logo and menu items.\",\"section_prompt\":\"This section includes the main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights and Trends\",\"section_description\":\"Dive into our curated articles about finance systems and software trends.\",\"section_prompt\":\"Main banner showcasing blog title.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"A collection of our latest blog posts discussing best practices in finance systems.\",\"section_prompt\":\"Grid of blog posts with summaries.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Contribute to Our Community\",\"section_description\":\"Share your thoughts and engage with experts through comments and discussions.\",\"section_prompt\":\"Encouraging interaction and feedback.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Stay informed by subscribing to our newsletter for the latest updates.\",\"section_prompt\":\"Encouraging users to sign up.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with important links and contact information.\",\"section_prompt\":\"Includes copyright notice and additional links.\"}]},{\"page_type\":\"client_success_stories\",\"page_title\":\"Client Success Stories\",\"page_description\":\"Read testimonials and case studies that showcase our success in finance systems.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header with logo and menu items.\",\"section_prompt\":\"This section includes the main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Success Stories\",\"section_description\":\"Delve into our successful client stories showcasing our expertise and results.\",\"section_prompt\":\"Main banner highlighting client stories.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Read authentic testimonials from clients about their experiences with Macrospect.\",\"section_prompt\":\"Showcasing client feedback.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Case Studies\",\"section_description\":\"In-depth look at various case studies illustrating our problem-solving capabilities.\",\"section_prompt\":\"Highlighting successful projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our List of Satisfied Clients\",\"section_description\":\"Contact us if you\'re ready to start your success story with our services.\",\"section_prompt\":\"Encouraging engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with important links and contact information.\",\"section_prompt\":\"Includes copyright notice and additional links.\"}]},{\"page_type\":\"careers\",\"page_title\":\"Careers\",\"page_description\":\"Explore career opportunities and join our dedicated team at Macrospect.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header with logo and menu items.\",\"section_prompt\":\"This section includes the main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Join Our Team\",\"section_description\":\"Discover the exciting career opportunities available at Macrospect.\",\"section_prompt\":\"Main banner for career opportunities.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Why Work with Us?\",\"section_description\":\"Learn about the benefits of working in a dynamic finance software environment.\",\"section_prompt\":\"Details about company culture and perks.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Available Positions\",\"section_description\":\"Check out our current job openings and how to apply.\",\"section_prompt\":\"List of job opportunities.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Apply Today!\",\"section_description\":\"If you\\u2019re interested in joining us, reach out with your application now.\",\"section_prompt\":\"Encouraging action for job applications.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with important links and contact information.\",\"section_prompt\":\"Includes copyright notice and additional links.\"}]},{\"page_type\":\"contact_us\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Macrospect for inquiries and consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header with logo and menu items.\",\"section_prompt\":\"This section includes the main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Reach out to us for any questions or consultation requests.\",\"section_prompt\":\"Main contact banner.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill in the form below to reach us quickly and effectively.\",\"section_prompt\":\"Form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Office Location\",\"section_description\":\"Find our office address and additional contact details.\",\"section_prompt\":\"Location and contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with important links and contact information.\",\"section_prompt\":\"Includes copyright notice and additional links.\"}]}],\"user_prompt\":\"For Finance Systems Implementation, Macrospect is the clear choice. We leverage the power of the world\\u2019s most advanced finance software to help finance executives gain clarity where it counts. Macrospect people provide the intellectual expertise and focused perspective that forward-thinking companies count on to make better financial decisions. Sitemap: Home, About, Blog, Solutions, Client Success Stories, Careers, Contact Us.\",\"prompt_id\":1037,\"theme\":\"material\",\"colors\":[[237,103,68],[167,162,160]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\"}}', '2025-11-17 04:43:43', '2025-11-17 07:54:46'),
(1038, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Travel Adventures Blog\",\"website_description\":\"A vibrant blog showcasing travel stories, photography, and tips to inspire your next adventure.\",\"website_type\":\"personal\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel blog, travel photography, travel tips, adventure stories, destination guides\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my Travel Adventures Blog where I share my latest travel stories and tips.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all pages.\",\"section_prompt\":\"Include logo and navigation menu.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"My Travel Journey\",\"section_description\":\"Join me as I explore the world\'s beautiful destinations and share my experiences.\",\"section_prompt\":\"A striking image from a recent travel destination.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my passion for travel and photography.\",\"section_prompt\":\"A brief introduction about the blog author.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Adventures\",\"section_description\":\"Discover my most recent travel articles and photography updates.\",\"section_prompt\":\"Grid displaying latest blog posts.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Posts\",\"section_description\":\"A selection of popular blog entries that readers love.\",\"section_prompt\":\"Grid of featured travel stories.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure\",\"section_description\":\"Subscribe now for updates on my travel journeys and tips!\",\"section_prompt\":\"Email subscription form for readers.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and social media icons.\",\"section_prompt\":\"Include copyright and social links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Get to know the travel enthusiast behind the blog!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all pages.\",\"section_prompt\":\"Include logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Discover my background and passion for travel.\",\"section_prompt\":\"Engaging image of your travels.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Background\",\"section_description\":\"I have been an avid traveler for years, exploring various cultures and landscapes.\",\"section_prompt\":\"Share insights into your travel history.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Photography\",\"section_description\":\"Photography is an essential part of my travels, capturing moments that inspire others.\",\"section_prompt\":\"Discuss your photography journey.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Feel free to reach out and share your travel stories too!\",\"section_prompt\":\"Contact form or links to social profiles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and social media icons.\",\"section_prompt\":\"Include copyright and social links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me for questions or collaboration!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all pages.\",\"section_prompt\":\"Include logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I would love to hear from you!\",\"section_prompt\":\"Image of a travel destination.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Send a Message\",\"section_description\":\"Fill out the form below to reach me directly.\",\"section_prompt\":\"Form fields for name, email, and message.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"You can also reach me through social media or email.\",\"section_prompt\":\"Provide email and social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and social media icons.\",\"section_prompt\":\"Include copyright and social links.\"}]},{\"page_type\":\"photography_gallery\",\"page_title\":\"Photography Gallery\",\"page_description\":\"Explore a collection of my favorite travel photographs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all pages.\",\"section_prompt\":\"Include logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Gallery\",\"section_description\":\"A showcase of stunning visuals from my travels.\",\"section_prompt\":\"Vibrant photography header.\"},{\"section_type\":\"gallery\",\"section_title\":\"Travel Photography\",\"section_description\":\"Browse through my curated selection of photos from various destinations.\",\"section_prompt\":\"A grid or carousel of the best travel images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Behind the Lens\",\"section_description\":\"Insights into the techniques I use for capturing amazing travel shots.\",\"section_prompt\":\"Describe your photography methods.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow My Journey\",\"section_description\":\"Subscribe for more travel photos and stories directly to your inbox.\",\"section_prompt\":\"Email subscription form for gallery updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and social media icons.\",\"section_prompt\":\"Include copyright and social links.\"}]},{\"page_type\":\"travel_tips\",\"page_title\":\"Travel Tips\",\"page_description\":\"Helpful advice for planning your next trip!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all pages.\",\"section_prompt\":\"Include logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Tips\",\"section_description\":\"Essential advice to make your travels easier and more enjoyable.\",\"section_prompt\":\"Related travel imagery.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Planning Tips\",\"section_description\":\"Learn best practices for planning your trips effectively.\",\"section_prompt\":\"List of planning tips for travelers.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Packing Essentials\",\"section_description\":\"What to bring for different types of travels.\",\"section_prompt\":\"Key packing advice.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Photography Tips\",\"section_description\":\"Capture stunning moments like a pro with my tips.\",\"section_prompt\":\"Photography advice for travelers.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and social media icons.\",\"section_prompt\":\"Include copyright and social links.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1038}', '2025-11-17 05:12:29', '2025-11-17 05:12:29'),
(1039, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A showcase of my creative graphic design work, including projects, testimonials, and design insights.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, creative portfolio, design process, client testimonials, design trends\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets innovation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the website.\",\"section_prompt\":\"Bootstrap layout for the header.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my unique design work that blends creativity and functionality.\",\"section_prompt\":\"Full-width hero banner with a captivating graphic.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background and experience in graphic design.\",\"section_prompt\":\"A brief introduction about myself.\"},{\"section_type\":\"gallery\",\"section_title\":\"My Work Gallery\",\"section_description\":\"A curated selection of my best graphic design projects, showcasing diverse styles and techniques.\",\"section_prompt\":\"Grid layout displaying thumbnail images of projects.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"Highlights of significant projects with a brief description of each.\",\"section_prompt\":\"Classified grid with project name and short description.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Read what my clients have to say about working with me and my design process.\",\"section_prompt\":\"Collection of client feedback in styled quotes.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Stay updated with my insights and trends in graphic design.\",\"section_prompt\":\"List of recent posts from the blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in collaborating? Reach out and let\'s discuss your project!\",\"section_prompt\":\"Call to action button leading to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with necessary links and copyright information.\",\"section_prompt\":\"Simple footer layout.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover my journey and passion for graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the website.\",\"section_prompt\":\"Bootstrap layout for the header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A deeper look into my background and design philosophy.\",\"section_prompt\":\"Inner banner that highlights the purpose of this page.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"A brief overview of my education and experience in graphic design.\",\"section_prompt\":\"Text-based content explaining my professional journey.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Philosophy\",\"section_description\":\"While creating designs, I emphasize functionality alongside aesthetics.\",\"section_prompt\":\"A singular highlight about my approach to design.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Portfolio Highlights\",\"section_description\":\"Key projects that reflect my skills and creativity in design.\",\"section_prompt\":\"Grid showcasing various significant projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Take a look at my projects and find inspiration for your next design.\",\"section_prompt\":\"Encouragement to navigate to the portfolio.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with necessary links and copyright information.\",\"section_prompt\":\"Simple footer layout.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Trends\",\"page_description\":\"Insights, tips, and discussions on the latest in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the website.\",\"section_prompt\":\"Bootstrap layout for the header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Trends\",\"section_description\":\"Latest insights and trends in the world of graphic design.\",\"section_prompt\":\"Inner banner that introduces the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"A grid view of my recent articles discussing various design topics and trends.\",\"section_prompt\":\"Grid layout displaying blog post thumbnails and excerpts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Popular Topics\",\"section_description\":\"Get insights on the trends that are shaping the design industry.\",\"section_prompt\":\"Highlighting trending topics within the blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Stay informed about the latest trends and articles in graphic design.\",\"section_prompt\":\"Encouragement to subscribe or follow on social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with necessary links and copyright information.\",\"section_prompt\":\"Simple footer layout.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for inquiries, collaborations, or questions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the website.\",\"section_prompt\":\"Bootstrap layout for the header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I\'m here to assist you with any inquiries or collaboration ideas you may have.\",\"section_prompt\":\"Inner banner that emphasizes the contact aspect.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to send me a message directly.\",\"section_prompt\":\"Contact form layout with fields for user input.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Alternative Contact\",\"section_description\":\"You can also reach me via email or social media.\",\"section_prompt\":\"Separate section for email and social media details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with necessary links and copyright information.\",\"section_prompt\":\"Simple footer layout.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1039}', '2025-11-17 05:27:28', '2025-11-17 05:27:28');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1040, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"My Travel Blog\",\"website_description\":\"A vibrant blog dedicated to sharing travel adventures, stunning photography, and valuable tips to inspire fellow wanderers.\",\"website_type\":\"blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel blog, photography, travel tips, adventure stories, travel destinations\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel adventure blog!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through my travel adventures.\",\"section_prompt\":\"# Header section with menu and logo\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Travel Blog\",\"section_description\":\"Explore captivating stories and stunning photography from my travels around the world.\",\"section_prompt\":\"# Hero banner featuring personal logo and a stunning travel image.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Join me on my journey as I explore the world and share my experiences.\",\"section_prompt\":\"# About Me section detailing my travel passion.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Stories\",\"section_description\":\"Catch up on my latest travel stories and photography updates.\",\"section_prompt\":\"# Grid showing the latest blog posts.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Travel Essentials\",\"section_description\":\"Discover the essentials I always carry on my adventures, from gear to apps.\",\"section_prompt\":\"# Grid listing all essential travel items.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure!\",\"section_description\":\"Subscribe to get updates on my latest travels and photography tips!\",\"section_prompt\":\"# Call to action encouraging newsletter sign-up.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigate to important links and social media.\",\"section_prompt\":\"# Footer section with additional links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey and love for travel.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"About Me Section Header\",\"section_prompt\":\"# Header section for about page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"A brief overview of my life and inspirations for traveling.\",\"section_prompt\":\"# Inner banner that summarizes my travel journey.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Why Travel?\",\"section_description\":\"Exploring the world expands our horizons and enriches our lives.\",\"section_prompt\":\"# Details that highlight the significance of travel.\"},{\"section_type\":\"benefit\",\"section_title\":\"What You\'ll Find Here\",\"section_description\":\"Inspiration, tips, and stories that will fuel your wanderlust.\",\"section_prompt\":\"# Highlighting the benefits of following my blog.\"},{\"section_type\":\"gallery\",\"section_title\":\"Travel Moments\",\"section_description\":\"A curated collection of some of my favorite travel photos.\",\"section_prompt\":\"# Gallery showcasing memorable travel moments.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Connect!\",\"section_description\":\"Follow my journey on social media and share your adventures!\",\"section_prompt\":\"# Encouragement to connect on social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigate to important links and social media.\",\"section_prompt\":\"# Footer section with additional links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Stories\",\"page_description\":\"Read my latest travel stories and tips for fellow wanderers.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Travel Stories Section Header\",\"section_prompt\":\"# Header section for blog page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Travel Stories\",\"section_description\":\"Catch up on all the latest adventures and tips I\'ve shared.\",\"section_prompt\":\"# Inner banner highlighting recent blog updates.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"My Travel Blog Posts\",\"section_description\":\"Explore all blog posts categorized by destinations and tips.\",\"section_prompt\":\"# Grid showing all travel blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Don\\u2019t miss out on the latest travel stories!\",\"section_prompt\":\"# Call to action encouraging newsletter sign-up.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigate to important links and social media.\",\"section_prompt\":\"# Footer section with additional links.\"}]},{\"page_type\":\"destinations\",\"page_title\":\"Travel Destinations\",\"page_description\":\"Discover the locations I\'ve explored and my recommendations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Travel Destinations Section Header\",\"section_prompt\":\"# Header section for destinations page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore the World\",\"section_description\":\"A closer look at the destinations I\\u2019ve visited with insights.\",\"section_prompt\":\"# Inner banner spotlighting different locations.\"},{\"section_type\":\"features_listing\",\"section_title\":\"My Top Destinations\",\"section_description\":\"A curated list of must-visit places based on my adventures.\",\"section_prompt\":\"# Grid featuring all top travel destinations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Plan Your Trip\",\"section_description\":\"Get inspired for your next adventure!\",\"section_prompt\":\"# Call to action to encourage trip planning.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigate to important links and social media.\",\"section_prompt\":\"# Footer section with additional links.\"}]},{\"page_type\":\"photography\",\"page_title\":\"Photography Portfolio\",\"page_description\":\"Showcasing my photography journey and techniques.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Photography Portfolio Section Header\",\"section_prompt\":\"# Header section for photography page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Photography Journey\",\"section_description\":\"An overview of my passion for capturing moments through photography.\",\"section_prompt\":\"# Inner banner highlighting my photography journey.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Photos\",\"section_description\":\"A collection of my favorite photography work from various locations.\",\"section_prompt\":\"# Gallery showcasing my photography work.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Photography Techniques\",\"section_description\":\"An insight into the techniques I use to capture stunning images.\",\"section_prompt\":\"# Detailed overview of my photography techniques.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book a Session\",\"section_description\":\"Interested in a photography session? Let\'s connect!\",\"section_prompt\":\"# Call to action for photography inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigate to important links and social media.\",\"section_prompt\":\"# Footer section with additional links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for collaborations or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contact Me Section Header\",\"section_prompt\":\"# Header section for contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"I would love to hear from you!\",\"section_prompt\":\"# Inner banner inviting messages.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to reach out!\",\"section_prompt\":\"# Contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Details\",\"section_description\":\"Find more ways to reach me through social media or email.\",\"section_prompt\":\"# Detailed contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigate to important links and social media.\",\"section_prompt\":\"# Footer section with additional links.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1040}', '2025-11-17 06:12:41', '2025-11-17 06:12:41'),
(1041, 202, 591, '\"Create a website for Pete\'s New Haven Style Apizza, Our menu is built on fresh, locally sourced ingredients. From hormone-free beef and pork to blocks of natural, artisan cheese, we only use the highest quality ingredients.\\n\\nTo help offset rising labor costs  (Tip Wage Workers Fairness Act- Initiative 82) we are adding a 12.5% Hospitality Fee for all Dine-in and a 4.75% packaging fee for To-Go orders. Live Website URL: https:\\/\\/petesapizza.com\\/\"', '{\"website_title\":\"Pete\'s New Haven Style Apizza\",\"website_description\":\"Discover Pete\'s New Haven Style Apizza, where fresh ingredients meet community spirit. Savor our artisanal pizzas made from hormone-free meats and local produce, all while supporting quality practices and transparency in dining fees.\",\"website_type\":\"business\",\"website_industry\":\"Food & Beverage\",\"search_query\":\"restaurant, pizza, New Haven, local ingredients, artisanal food\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Pete\'s New Haven Style Apizza, your new favorite dining destination.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other sections of the site.\",\"section_prompt\":\"Bootstrap layout for navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Pete\'s Apizza\",\"section_description\":\"Experience authentic New Haven style pizza made with love and fresh ingredients.\",\"section_prompt\":\"Hero image of the restaurant.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our commitment to quality ingredients and community focus.\",\"section_prompt\":\"Highlight our philosophy and approach to sourcing.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"We Cater\",\"section_description\":\"At Pete\\u2019s Apizza, we specialize in catering services that bring the delicious flavors of New Haven Style Apizza to your events. Whether it\\u2019s a birthday party, corporate meeting, or family gathering, our team is ready to assist you with your catering needs. Please call us for more details about our catering options and minimum order requirements.\\n\\nHORMONE-FREE MEATS\\nFRESH INGREDIENTS\\nCUSTOM OPTIONS\",\"section_prompt\":\"List menu categories with links to detailed menu page.\"},{\"section_type\":\"benefits_section\",\"section_title\":\"Benefits\",\"section_description\":\"Showcase key benefits:\\nCOMFORTING ATMOSPHERE\\nSATISFACTION GUARANTEED\\nCLEANLINESS\\nDOING GOOD\"},{\"section_type\":\"contact_section\",\"section_title\":\"Our Location\",\"section_description\":\"Hours Of Operation\\nSunday \\u2013 Thursday 11:00AM-9:00PM\\nFriday \\u2013 Saturday 11:00AM-10:00PM\\nDelivery ends 15 minutes before closing\"},{\"section_type\":\"about_section\",\"section_title\":\"Important Message\",\"section_description\":\"A Message to Our Valued Customers\\n\\nTo help offset rising labor costs associated with the restaurant (Tip Wage Workers Fairness Act- Initiative 82), we are adding a 12.5% Hospitality Fee for all dine-in and a 4.75% packaging fee for To-Go orders. Any tip beyond these fees will be greatly appreciated but is not necessary. We appreciate your support and understanding.\\n\\nPlease note that orders placed through third-party apps (DoorDash, UberEats & GrubHub) will incur an additional charge of up to 25%. To avoid these fees, we encourage our customers to order directly from our online platform.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Order Online Now\",\"section_description\":\"Enjoy the convenience and ease of ordering! With just a few clicks, you can have our delicious New Haven Style Apizza delivered right to your door.\\n\\nhttps:\\/\\/order.online\\/business\\/PetesApizza-10134?utm_source=sdk&visitorId=19a811de2e0a3a16\",\"section_prompt\":\"Encourage visitors to dine-in or book a table.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright information and social media links.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Pete\'s New Haven Style Apizza.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other sections of the site.\",\"section_prompt\":\"Bootstrap layout for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\'d love to hear from you!\",\"section_prompt\":\"Contact-themed image.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Reach Out\",\"section_description\":\"You can find us at\\n\\nFriendship Heights,\\n4940 Wisconsin Ave NW,\\nWashington, DC 20016\\n\\nHours Of Operation\\nSunday \\u2013 Thursday 11:00AM-9:00PM\\nFriday \\u2013 Saturday 11:00AM-10:00PM\\nDelivery ends 15 minutes before closing\",\"section_prompt\":\"Contact details and hours.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Visit Us!\",\"section_description\":\"We look forward to welcoming you to our restaurant.\",\"section_prompt\":\"Encouragement to visit.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright and social media links.\",\"section_prompt\":\"Standard footer layout.\"}]}],\"user_prompt\":\"Create a website for Pete\'s New Haven Style Apizza, Our menu is built on fresh, locally sourced ingredients. From hormone-free beef and pork to blocks of natural, artisan cheese, we only use the highest quality ingredients.\\n\\nTo help offset rising labor costs  (Tip Wage Workers Fairness Act- Initiative 82) we are adding a 12.5% Hospitality Fee for all Dine-in and a 4.75% packaging fee for To-Go orders. Live Website URL: https:\\/\\/petesapizza.com\\/\",\"prompt_id\":1041,\"theme\":\"flat\",\"colors\":[[92,58,42],[210,206,197]],\"fonts\":\"flat-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/www.facebook.com\\/PetesNewHavenColumbiaHeights\",\"instagram\":\"http:\\/\\/instagram.com\\/petes_newhaven\",\"twitter\":\"http:\\/\\/twitter.com\\/petes_newhaven\",\"linkedin\":null,\"pinterest\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_691ade372395e.png\",\"contact_details\":{\"phone_number\":\"+12022377383\",\"email\":null,\"primary_cta\":\"phone\"}}', '2025-11-17 08:18:31', '2025-11-17 08:35:04'),
(1045, 134, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing my graphic design projects, artistic journey, and insights on design trends.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, design trends, creative work, graphic artist, digital portfolio\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio. Explore my work and artistic journey.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu with links to all main sections of the website.\",\"section_prompt\":\"Bootstrap layout for website header.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover my graphic design work and creative artistic journey.\",\"section_prompt\":\"Large banner image that introduces the portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my artistic journey and design philosophy.\",\"section_prompt\":\"Brief overview of the artist and their passion for design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"Explore a selection of my recent graphic design projects.\",\"section_prompt\":\"Thumbnail links to project case studies.\"},{\"section_type\":\"gallery\",\"section_title\":\"Gallery\",\"section_description\":\"View a collection of my best graphic designs.\",\"section_prompt\":\"Image gallery showcasing creative designs.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Here\\u2019s what my clients say about my work.\",\"section_prompt\":\"Quotes and feedback from previous clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out my latest blog posts on design trends and techniques.\",\"section_prompt\":\"Links to recent blog articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"If you\'d like to collaborate or have any questions, contact me!\",\"section_prompt\":\"Encouragement to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information, including links to social media and copyright.\",\"section_prompt\":\"Footer with additional navigation options.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"An overview of my artistic journey and influences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu linking to all sections of the website.\",\"section_prompt\":\"Bootstrap layout for website header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background and design philosophy.\",\"section_prompt\":\"Section banner relating to the about content.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Artistic Journey\",\"section_description\":\"Discover how I began my journey in graphic design and the influences behind my work.\",\"section_prompt\":\"A narrative about my experiences, education, and influences.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Design Approach\",\"section_description\":\"An insight into my methodology for tackling design challenges.\",\"section_prompt\":\"Explanation of how I approach each project.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Work Together\",\"section_description\":\"Interested in collaborating? Get in touch!\",\"section_prompt\":\"Encouragement to reach out for projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information including social media links and copyright.\",\"section_prompt\":\"Footer with navigation and additional links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services Offered\",\"page_description\":\"Discover the graphic design services I provide.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu with links to all main sections of the website.\",\"section_prompt\":\"Bootstrap layout for website header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Overview of services that I offer to clients.\",\"section_prompt\":\"Section banner introducing my service offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Graphic Design\",\"section_description\":\"Professional graphic design services tailored to your needs.\",\"section_prompt\":\"Details on my graphic design services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity\",\"section_description\":\"Creating unique brand identities that resonate with your audience.\",\"section_prompt\":\"Information about branding services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print and Digital Media\",\"section_description\":\"Designing materials for both print and digital platforms.\",\"section_prompt\":\"Overview of print and digital design capabilities.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my services and process.\",\"section_prompt\":\"Answering client queries regarding the design process.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project\",\"section_description\":\"Ready to start your design project? Contact me!\",\"section_prompt\":\"Encouragement to reach out for design services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information with additional links.\",\"section_prompt\":\"Footer for navigation and copyright.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"Explore my thoughts on design trends and techniques.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu linking to all sections of the website.\",\"section_prompt\":\"Bootstrap layout for website header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Blog\",\"section_description\":\"Explore my insights and tips on graphic design.\",\"section_prompt\":\"Section banner relating to blog content.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Check out my latest posts on design trends and insights.\",\"section_prompt\":\"Grid layout displaying recent blog articles.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Popular Topics\",\"section_description\":\"Explore popular topics and themes in my blog posts.\",\"section_prompt\":\"Listing themes of previous blog entries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Interested in my topics? Let\\u2019s discuss!\",\"section_prompt\":\"Encouragement for readers to interact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional navigation and information.\",\"section_prompt\":\"Footer providing extra information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out to discuss projects or ask questions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu with links to all sections of the website.\",\"section_prompt\":\"Bootstrap layout for website header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"I would love to hear from you!\",\"section_prompt\":\"Banner encouraging visitors to make contact.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to reach me directly.\",\"section_prompt\":\"Form fields for email, name, and message.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"My email and social media links for quick contact.\",\"section_prompt\":\"Listing contact details for email and social connectivity.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with final notes and copyright information.\",\"section_prompt\":\"Footer providing essential navigation.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1045}', '2025-11-18 04:50:35', '2025-11-18 04:50:35'),
(1046, NULL, NULL, 'LunaGems is a handmade jewellery shop', '{\"website_title\":\"LunaGems Handmade Jewellery\",\"website_description\":\"Explore the exquisite collection of handmade jewellery at LunaGems. Each piece is crafted with love and a unique touch, showcasing the artistry behind artisanal creations. Discover your next favorite accessory today!\",\"website_type\":\"personal\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewellery, artisanal jewellery, unique accessories, craft jewellery, custom jewellery\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems, your destination for unique handmade jewellery. Discover the artistry behind our exquisite pieces, each crafted with care and creativity.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and logo placement.\",\"section_prompt\":\"Bootstrap header layout.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"Discover our exquisite collection of handmade jewellery that reflects creativity and craftsmanship.\",\"section_prompt\":\"Large hero image with a welcoming statement.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about the inspiration and passion behind LunaGems and my journey as a jewellery maker.\",\"section_prompt\":\"Include an image of the artisan and a short biography.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Shop Our Collection\",\"section_description\":\"Explore our categories of handmade jewellery including necklaces, bracelets, and earrings. Click to shop directly!\",\"section_prompt\":\"Showcase product images with links to shop.\"},{\"section_type\":\"gallery\",\"section_title\":\"Jewellery Gallery\",\"section_description\":\"Browse through our vibrant gallery featuring our jewellery in various delightful settings.\",\"section_prompt\":\"Image grid showcasing jewellery.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Creations\",\"section_description\":\"Stay updated with our latest pieces and collections crafted with love.\",\"section_prompt\":\"Grid of recent additions to the collection.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Customers Say\",\"section_description\":\"Read reviews and feedback from our satisfied customers who treasure their LunaGems pieces.\",\"section_prompt\":\"Display customer testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Adorn Yourself?\",\"section_description\":\"Explore our collection today and find the perfect piece to express your style!\",\"section_prompt\":\"Engaging call to action button linking to the shop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and contact information.\",\"section_prompt\":\"Basic footer layout.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover my story and the inspiration behind the unique jewellery creations at LunaGems.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and logo placement.\",\"section_prompt\":\"Bootstrap header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"A brief account of my journey as a jewellery artisan and what drives my creativity.\",\"section_prompt\":\"Include an image symbolizing craftsmanship.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Handmade?\",\"section_description\":\"The value of handmade jewellery and the care put into each piece.\",\"section_prompt\":\"Highlight the benefits of choosing artisanal creations.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Craftsmanship Details\",\"section_description\":\"Insight into the techniques and materials used in creating each jewellery piece.\",\"section_prompt\":\"Describe unique craftsmanship and features.\"},{\"section_type\":\"gallery\",\"section_title\":\"My Inspirations\",\"section_description\":\"Images of inspirations that guide my designs and creativity.\",\"section_prompt\":\"Show visual inspirations such as nature, art, etc.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore the Collection\",\"section_description\":\"Visit the shop to find your unique piece of handmade jewellery today!\",\"section_prompt\":\"Engaging call to action linking to the shop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and contact information.\",\"section_prompt\":\"Basic footer layout.\"}]},{\"page_type\":\"shop\",\"page_title\":\"Shop\",\"page_description\":\"Browse the exquisite handmade jewellery collection available for purchase at LunaGems.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and logo placement.\",\"section_prompt\":\"Bootstrap header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Shop Collections\",\"section_description\":\"Discover the different categories of jewellery and find your favorite pieces.\",\"section_prompt\":\"Highlight shop categories.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Jewellery Categories\",\"section_description\":\"Explore our categories: Necklaces, Bracelets, Earrings, and Custom Pieces.\",\"section_prompt\":\"Display all categories with links to shop.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Custom Orders\",\"section_description\":\"Learn how to order personalized jewellery pieces tailored just for you.\",\"section_prompt\":\"Describe the custom order process.\"},{\"section_type\":\"reviews\",\"section_title\":\"Customer Reviews\",\"section_description\":\"Read what our customers have to say about their purchases.\",\"section_prompt\":\"Show customer reviews for various products.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Shopping\",\"section_description\":\"Visit our shop now to discover the perfect piece of jewellery!\",\"section_prompt\":\"Engaging call to action linking to shop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and contact information.\",\"section_prompt\":\"Basic footer layout.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Gallery\",\"page_description\":\"Explore the vibrant images of LunaGems jewellery in various delightful settings.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and logo placement.\",\"section_prompt\":\"Bootstrap header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Jewellery in Context\",\"section_description\":\"A showcase of our jewellery displayed beautifully to inspire your choices.\",\"section_prompt\":\"Image grid featuring jewellery in different settings.\"},{\"section_type\":\"gallery\",\"section_title\":\"Creative Displays\",\"section_description\":\"Browse through stunning photography highlights of our jewellery pieces.\",\"section_prompt\":\"Visual gallery with images of jewellery.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Find Your Piece\",\"section_description\":\"Visit the shop to see these pieces up close and make one yours!\",\"section_prompt\":\"Engaging call to action linking to the shop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and contact information.\",\"section_prompt\":\"Basic footer layout.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for inquiries, custom orders or any questions about my jewellery.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and logo placement.\",\"section_prompt\":\"Bootstrap header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"I\\u2019m here to answer any of your questions and help with your jewellery needs.\",\"section_prompt\":\"Contact section with inviting imagery.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send me a message directly.\",\"section_prompt\":\"Contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Other Ways to Reach Me\",\"section_description\":\"Find my email and social media links to connect with me.\",\"section_prompt\":\"List of contact methods.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and contact information.\",\"section_prompt\":\"Basic footer layout.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewellery shop\",\"prompt_id\":1046}', '2025-11-18 04:58:41', '2025-11-18 04:58:41'),
(1047, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Dynamic Design Portfolio\",\"website_description\":\"A creative portfolio showcasing my graphic design projects and insights into design.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, design tips, industry trends, creative projects\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my dynamic portfolio! Discover my graphic design creations and insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the site.\",\"section_prompt\":\"This is the header that appears on all pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Dive into my creative world with a showcase of my latest graphic designs.\",\"section_prompt\":\"This section serves as the main introduction to the portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey in graphic design and my creative philosophy.\",\"section_prompt\":\"A brief insight into who I am as a designer.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"Explore a collection of my design projects showcasing my creativity and skills.\",\"section_prompt\":\"This grid displays thumbnails of selected projects.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Check out my most recent articles on design tips and industry trends.\",\"section_prompt\":\"Highlights of the latest blog articles.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear what my clients have to say about my work and collaboration.\",\"section_prompt\":\"This section showcases various testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch!\",\"section_description\":\"Interested in working together? Reach out to discuss your project.\",\"section_prompt\":\"A strong call to action encouraging contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing footer section for additional navigation and info.\",\"section_prompt\":\"The footer section that concludes every page.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey and philosophy as a graphic designer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the About page.\",\"section_prompt\":\"This is the header for the About Me page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A deeper look at my background and design approach.\",\"section_prompt\":\"An engaging inner banner dedicated to the About section.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"Discover my background and how I became a graphic designer.\",\"section_prompt\":\"A narrative about my path in the design world.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Insight into my creative process and what drives my design work.\",\"section_prompt\":\"Details on my beliefs and approach to design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect With Me\",\"section_description\":\"Feel free to reach out if you want to collaborate or learn more.\",\"section_prompt\":\"Encouraging visitors to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing footer section for additional navigation and info.\",\"section_prompt\":\"The footer section that concludes every page.\"}]},{\"page_type\":\"projects\",\"page_title\":\"My Projects\",\"page_description\":\"Showcasing various design pieces reflecting my skills and creativity.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the Projects page.\",\"section_prompt\":\"This is the header for the My Projects page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Projects\",\"section_description\":\"A display of my graphic design works and creative projects.\",\"section_prompt\":\"A standout inner banner for the projects section.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Featured Designs\",\"section_description\":\"Here\\u2019s a selection of highlighted projects I have worked on.\",\"section_prompt\":\"A list of notable designs with links to view each piece.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Complete Portfolio\",\"section_description\":\"Browse through my complete portfolio to see all of my projects.\",\"section_prompt\":\"A link to view all projects in detail.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Work Together\",\"section_description\":\"Looking for a graphic designer? Let\'s discuss your project ideas.\",\"section_prompt\":\"Encouragement to contact for collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing footer section for additional navigation and info.\",\"section_prompt\":\"The footer section that concludes every page.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Blog\",\"page_description\":\"Insights, tips, and trends in graphic design from my perspective.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the Blog page.\",\"section_prompt\":\"This is the header for the Blog page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Blog\",\"section_description\":\"Explore my articles related to design, industry trends, and tips.\",\"section_prompt\":\"An engaging banner heading for the Blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Read my latest articles on graphic design and creativity.\",\"section_prompt\":\"A grid layout showcasing recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Want to stay updated? Subscribe to get the latest articles directly.\",\"section_prompt\":\"Encouragement to sign up for notifications.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing footer section for additional navigation and info.\",\"section_prompt\":\"The footer section that concludes every page.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out for inquiries or collaborations regarding graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the Contact page.\",\"section_prompt\":\"This is the header for the Contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I\'m here to answer your questions and discuss new projects.\",\"section_prompt\":\"A welcoming inner banner for the contact section.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to reach me directly.\",\"section_prompt\":\"A form for visitors to submit their inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Find my email and social media links here for quick access.\",\"section_prompt\":\"Information on how to contact me through various channels.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing footer section for additional navigation and info.\",\"section_prompt\":\"The footer section that concludes every page.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1047}', '2025-11-18 05:02:11', '2025-11-18 05:02:11');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1048, NULL, NULL, 'A freelance website for a web developer', '{\"website_title\":\"My Professional Development Portfolio\",\"website_description\":\"Showcasing the skills and services of a freelance web developer, including portfolio, service offerings, and insightful blog posts.\",\"website_type\":\"Personal\",\"website_industry\":\"Technology\",\"search_query\":\"freelance web developer, web development portfolio, web developer services, web design tips, client testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my professional platform where I showcase my skills and services as a freelance web developer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all major sections of the website.\",\"section_prompt\":\"Bootstrap navbar layout.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my skills and the services I offer as a professional web developer.\",\"section_prompt\":\"Full-width image banner with a brief introduction.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background, skills, and what drives my passion for web development.\",\"section_prompt\":\"Details about my experience and interests.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Here are the services I offer as a freelance web developer.\",\"section_prompt\":\"Grid layout showcasing services such as Front-end Development, Back-end Development, Responsive Design.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with my latest blog posts sharing tips and insights on web development.\",\"section_prompt\":\"Showcase of recent blog articles.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"What my clients say about my work and their experiences with my services.\",\"section_prompt\":\"Carousel of client feedback.\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Projects\",\"section_description\":\"A showcase of completed projects that reflect my skills in web development.\",\"section_prompt\":\"Image and description of key projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in working together? Let\'s connect and discuss your project needs!\",\"section_prompt\":\"Call to action leading to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links, including contact information and additional resources.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"A detailed look into my background as a web developer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all major sections of the website.\",\"section_prompt\":\"Bootstrap navbar layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of who I am and my journey in web development.\",\"section_prompt\":\"Section highlighting personal narrative.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Me?\",\"section_description\":\"Discover the advantages of working with a skilled freelance developer.\",\"section_prompt\":\"Summary of unique selling points.\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Work Ethic\",\"section_description\":\"Insights into my approach and philosophy regarding web development.\",\"section_prompt\":\"Description of work principles.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Real testimonials from previous clients about their experiences working with me.\",\"section_prompt\":\"Display of client reviews.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Ready to discuss your project? Reach out to me directly!\",\"section_prompt\":\"Call to action leading to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and additional resources.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"An overview of web development services I provide as a freelancer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all major sections of the website.\",\"section_prompt\":\"Bootstrap navbar layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Services I Offer\",\"section_description\":\"Detailing my web development services tailored to meet client needs.\",\"section_prompt\":\"Section introducing services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Front-end Development\",\"section_description\":\"Creating responsive and visually appealing user interfaces for websites.\",\"section_prompt\":\"Media overview of front-end technologies.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Back-end Development\",\"section_description\":\"Building robust server-side applications and database management.\",\"section_prompt\":\"Media overview of back-end technologies.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Responsive Design\",\"section_description\":\"Ensuring websites function smoothly across varied devices and screen sizes.\",\"section_prompt\":\"Media overview of design philosophies.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries regarding my services and processes.\",\"section_prompt\":\"List of frequently asked questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Interested in these services? Let\\u2019s discuss your project further.\",\"section_prompt\":\"Call to action leading to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and additional resources.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"blog\",\"page_title\":\"My Insights\",\"page_description\":\"Blog section for sharing insights, tips, and articles on web development.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all major sections of the website.\",\"section_prompt\":\"Bootstrap navbar layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Update on the most recent posts I\\u2019ve published focused on web development.\",\"section_prompt\":\"Highlight of recent articles.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Highlights\",\"section_description\":\"A collection of insightful articles and tips for aspiring developers.\",\"section_prompt\":\"Grid layout of blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated\",\"section_description\":\"Subscribe to my blog for the latest tips and insights directly to your inbox!\",\"section_prompt\":\"Call to action for newsletter sign-up.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and additional resources.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out to me for inquiries and project discussions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all major sections of the website.\",\"section_prompt\":\"Bootstrap navbar layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"How to reach me for project discussions or inquiries.\",\"section_prompt\":\"General contact section.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"Fill out the form below and I will respond promptly regarding your project needs.\",\"section_prompt\":\"Contact form for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and additional resources.\",\"section_prompt\":\"Standard footer layout.\"}]}],\"user_prompt\":\"A freelance website for a web developer\",\"prompt_id\":1048}', '2025-11-18 05:11:20', '2025-11-18 05:11:20'),
(1050, NULL, NULL, 'A freelance website for a web developer', '{\"website_title\":\"My Website Portfolio\",\"website_description\":\"A professional online portfolio showcasing my skills, projects, and services as a freelance web developer.\",\"website_type\":\"personal\",\"website_industry\":\"Technology\",\"search_query\":\"web development portfolio, freelance web developer, my projects, client testimonials, web design services\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my personal portfolio website where I showcase my skills and services as a freelance web developer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contains navigation links and branding.\",\"section_prompt\":\"Include links to Home, About, Portfolio, Services, Blog, and Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover my work as a freelance web developer and the services I offer.\",\"section_prompt\":\"Showcase a brief intro with a catchy tagline.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my journey, skills, and passion for web development.\",\"section_prompt\":\"Write an engaging introduction about yourself and your background.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the range of services I offer to help you succeed online.\",\"section_prompt\":\"List services such as Website Design, Front-end Development, Back-end Development, and Ongoing Support.\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Projects\",\"section_description\":\"View a selection of my previous work that showcases my skills and creativity.\",\"section_prompt\":\"Highlight various projects with images or descriptions.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Here\\u2019s what my clients say about my work and the results I\'ve delivered.\",\"section_prompt\":\"Include quotes and feedback from satisfied clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out my latest blog posts for tips and insights into web development.\",\"section_prompt\":\"Create a preview of the latest blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Ready to start a project or have questions? Reach out to me today!\",\"section_prompt\":\"Include a strong call to action for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Link to privacy policy, terms of service, and social media links.\",\"section_prompt\":\"Provide additional links and copyright information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background and experience in web development.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contains navigation links and branding.\",\"section_prompt\":\"Include links to Home, About, Portfolio, Services, Blog, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"An overview of my skills, experiences, and passions.\",\"section_prompt\":\"Introduce your professional journey.\"},{\"section_type\":\"features_listing\",\"section_title\":\"My Skills\",\"section_description\":\"A summary of the skills that make me a proficient web developer.\",\"section_prompt\":\"List skills such as HTML, CSS, JavaScript, React, Angular, etc.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Values\",\"section_description\":\"What drives my work and the principles I stand for in my business.\",\"section_prompt\":\"Describe your work ethic and values.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Connect\",\"section_description\":\"Interested in collaborating? Let\'s discuss your needs!\",\"section_prompt\":\"Encourage potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Link to privacy policy, terms of service, and social media links.\",\"section_prompt\":\"Provide additional links and copyright information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Projects\",\"page_description\":\"Showcase of my best projects and work as a freelance web developer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contains navigation links and branding.\",\"section_prompt\":\"Include links to Home, About, Portfolio, Services, Blog, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Project Showcase\",\"section_description\":\"An extensive look at the projects I have completed.\",\"section_prompt\":\"Highlight the project titles with engaging summaries.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"Browse through images and details of my work to see my capabilities.\",\"section_prompt\":\"Include a gallery with project screenshots.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Case Studies\",\"section_description\":\"In-depth analysis of specific projects and the solutions provided.\",\"section_prompt\":\"Write detailed case studies for select projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Need a Developer?\",\"section_description\":\"Looking for a web developer like me? Contact me for collaboration!\",\"section_prompt\":\"Provide contact information for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Link to privacy policy, terms of service, and social media links.\",\"section_prompt\":\"Provide additional links and copyright information.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Detailed information about the web development services I provide.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contains navigation links and branding.\",\"section_prompt\":\"Include links to Home, About, Portfolio, Services, Blog, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Services I Offer\",\"section_description\":\"Explore the services available to help bring your web projects to life.\",\"section_prompt\":\"Introduce the services I provide.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Website Design\",\"section_description\":\"Creating visually appealing, user-friendly website designs tailored to your needs.\",\"section_prompt\":\"Detail what is included in website design.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Front-end Development\",\"section_description\":\"Building responsive and interactive user interfaces that engage users.\",\"section_prompt\":\"Detail what is included in front-end development.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Back-end Development\",\"section_description\":\"Developing robust back-end solutions for seamless website functionality.\",\"section_prompt\":\"Detail what is included in back-end development.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Ongoing Support\",\"section_description\":\"Providing reliable support and maintenance for ongoing web projects.\",\"section_prompt\":\"Detail the support services offered.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common questions about my services.\",\"section_prompt\":\"List FAQs related to my services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Start?\",\"section_description\":\"Let\'s work together to create something amazing. Get in touch!\",\"section_prompt\":\"Encourage potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Link to privacy policy, terms of service, and social media links.\",\"section_prompt\":\"Provide additional links and copyright information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"My Blog\",\"page_description\":\"Insights and articles about web development and industry trends.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contains navigation links and branding.\",\"section_prompt\":\"Include links to Home, About, Portfolio, Services, Blog, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Discover my thoughts and insights on various topics in web development.\",\"section_prompt\":\"Introduce the blog section with a brief overview.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"Check out my recent posts on web development topics.\",\"section_prompt\":\"Display a grid of my latest blog articles.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Popular Topics\",\"section_description\":\"A highlight of frequently discussed topics within my blog.\",\"section_prompt\":\"List popular topics covered on the blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Stay updated with my newest posts and insights. Subscribe now!\",\"section_prompt\":\"Encourage visitors to subscribe to newsletters.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Link to privacy policy, terms of service, and social media links.\",\"section_prompt\":\"Provide additional links and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for inquiries or project discussions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contains navigation links and branding.\",\"section_prompt\":\"Include links to Home, About, Portfolio, Services, Blog, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"I would love to hear from you! Feel free to reach out with any questions.\",\"section_prompt\":\"Highlight the contact page purpose.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send me a message directly.\",\"section_prompt\":\"Include fields for name, email, message, and submit button.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Additional Contact Info\",\"section_description\":\"Find other ways to reach me including social media handles.\",\"section_prompt\":\"List additional contact methods.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Link to privacy policy, terms of service, and social media links.\",\"section_prompt\":\"Provide additional links and copyright information.\"}]}],\"user_prompt\":\"A freelance website for a web developer\",\"prompt_id\":1050}', '2025-11-18 06:05:45', '2025-11-18 06:05:45'),
(1058, NULL, NULL, 'A freelance website for a web developer', '{\"website_title\":\"My Freelance Web Development Portfolio\",\"website_description\":\"Showcasing my skills as a web developer with a professional portfolio, services outline, testimonials, and insightful blog posts.\",\"website_type\":\"personal\",\"website_industry\":\"Technology\",\"search_query\":\"web development, freelance services, portfolio, testimonials, blog\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my freelance web development portfolio where I showcase my services and skills.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to other pages.\",\"section_prompt\":\"Bootstrap layout with links to Home, About, Services, Blog, Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my skills as a web developer and see how I can help you bring your projects to life.\",\"section_prompt\":\"Full-width background image with overlay text.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"I am a passionate web developer with experience in creating stunning websites that meet clients\' needs.\",\"section_prompt\":\"Include a brief introduction about yourself and your experience.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Discover the web development services I offer, tailored to your needs.\",\"section_prompt\":\"Grid layout featuring Frontend Development, Backend Development, Responsive Design, E-commerce Solutions, and Website Maintenance.\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Work\",\"section_description\":\"Check out my portfolio to see some of my past projects and the results I delivered.\",\"section_prompt\":\"A grid layout showcasing projects with images and brief descriptions.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Read feedback from some of my satisfied clients and their experiences.\",\"section_prompt\":\"Carousel layout featuring client testimonials.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with the latest tips and trends in web development.\",\"section_prompt\":\"List recent blog posts with titles and excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in working together? Contact me today!\",\"section_prompt\":\"A prominent button leading to the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Copyright and social media links.\",\"section_prompt\":\"Links to social media profiles.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background and experience in web development.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to other pages.\",\"section_prompt\":\"Bootstrap layout with links to Home, About, Services, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A deeper look into my journey as a web developer.\",\"section_prompt\":\"Background image with an introduction.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"I\\u2019ve been passionate about web development for many years and have taken various courses to enhance my skills.\",\"section_prompt\":\"Text section detailing your journey.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Philosophy\",\"section_description\":\"I believe in creating user-friendly, responsive websites that provide value to users.\",\"section_prompt\":\"Explanation of your development philosophy.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Skills & Tools\",\"section_description\":\"I am proficient in HTML, CSS, JavaScript, and various frameworks that help build robust web applications.\",\"section_prompt\":\"List of skills and tools you use.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate\",\"section_description\":\"Feel free to reach out if you\\u2019re interested in working together.\",\"section_prompt\":\"Button leading to the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Copyright and social media links.\",\"section_prompt\":\"Links to social media profiles.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Explore the web development services I offer to meet your business needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to other pages.\",\"section_prompt\":\"Bootstrap layout with links to Home, About, Services, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Web Development Services\",\"section_description\":\"A comprehensive look at the services I provide.\",\"section_prompt\":\"Background image with an introduction.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Frontend Development\",\"section_description\":\"Creating beautiful, user-friendly interfaces using the latest technologies.\",\"section_prompt\":\"Image on one side, description on the other.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Backend Development\",\"section_description\":\"Building robust server-side applications to ensure smooth operation.\",\"section_prompt\":\"Image on one side, description on the other.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Responsive Design\",\"section_description\":\"Ensuring your website looks great on all devices and screen sizes.\",\"section_prompt\":\"Image on one side, description on the other.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"E-commerce Solutions\",\"section_description\":\"Developing customized e-commerce platforms that drive sales.\",\"section_prompt\":\"Image on one side, description on the other.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Website Maintenance\",\"section_description\":\"Providing ongoing support and updates for your website.\",\"section_prompt\":\"Image on one side, description on the other.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries about my services answered.\",\"section_prompt\":\"List of FAQs.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Start Your Project\",\"section_description\":\"Ready to begin? Contact me for a personalized consultation.\",\"section_prompt\":\"Button leading to the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Copyright and social media links.\",\"section_prompt\":\"Links to social media profiles.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Stay updated with the latest trends and tips in web development on my blog.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to other pages.\",\"section_prompt\":\"Bootstrap layout with links to Home, About, Services, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Read my latest insights and updates in the world of web development.\",\"section_prompt\":\"Background image featuring a blog theme.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"A grid of my recent articles on web development, tutorials, and tips.\",\"section_prompt\":\"Grid layout showcasing blog post previews.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to Updates\",\"section_description\":\"Don\'t miss any updates! Subscribe to my blog for the latest articles.\",\"section_prompt\":\"A form to enter email for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Copyright and social media links.\",\"section_prompt\":\"Links to social media profiles.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for inquiries or collaboration opportunities.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to other pages.\",\"section_prompt\":\"Bootstrap layout with links to Home, About, Services, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I would love to hear from you! Reach out for any questions.\",\"section_prompt\":\"Background image with a contact theme.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"Fill out the form below to get in touch with me.\",\"section_prompt\":\"Contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Find Me Online\",\"section_description\":\"You can also reach me through my social media profiles listed below.\",\"section_prompt\":\"Links to social media profiles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Copyright and social media links.\",\"section_prompt\":\"Links to social media profiles.\"}]}],\"user_prompt\":\"A freelance website for a web developer\",\"prompt_id\":1058}', '2025-11-19 04:49:51', '2025-11-19 04:49:51'),
(1064, 202, 603, '\"For Finance Systems Implementation, Macrospect is the clear choice. We leverage the power of the world\\u2019s most advanced finance software to help finance executives gain clarity where it counts. A diverse team of dynamic minds from both the IT and business world, Macrospect people provide the intellectual expertise and focused perspective that forward-thinking companies count on to make better financial decisions. Sitemap - Home, About, Blog, Solutions, Client Success, Careers, Contact Us\"', '{\"website_title\":\"Macrospect - Finance Systems Implementation Expert\",\"website_description\":\"Macrospect is dedicated to helping finance executives navigate complex financial landscapes with our finance systems implementation and consulting services.\",\"website_type\":\"corporate\",\"website_industry\":\"Finance\",\"search_query\":\"finance consulting, financial software, finance implementation, finance strategies\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Macrospect, your trusted partner in finance systems implementation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section where the main navigation will be found.\",\"section_prompt\":\"Includes links to other pages like About, Blog, Solutions, Client Success, Careers, and Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Macrospect\",\"section_description\":\"We specialize in financial systems implementation to streamline your processes.\",\"section_prompt\":\"A vibrant banner to set the tone of the website.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission, vision, and values that drive our services.\",\"section_prompt\":\"Brief overview of the company.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Solutions\",\"section_description\":\"Explore our tailored finance software implementation strategies and consulting services.\",\"section_prompt\":\"A list showcasing our specific services offered.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest articles and blog posts regarding finance systems.\",\"section_prompt\":\"Highlights of recent blog entries.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Impact\",\"section_description\":\"Discover the success we\\u2019ve brought to our clients through our innovative solutions.\",\"section_prompt\":\"Highlight key statistics and achievements.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Contact us to see how we can transform your financial landscape.\",\"section_prompt\":\"Encouragement for visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and other footer contents.\",\"section_prompt\":\"Standard footer information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Get to know Macrospect, our history and our dedicated team.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links are included here.\",\"section_prompt\":\"Includes links to Home, Blog, Solutions, Client Success, Careers, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Macrospect\",\"section_description\":\"A brief overview of who we are and what we stand for.\",\"section_prompt\":\"This section will feature relevant imagery.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Company History\",\"section_description\":\"Our journey began with a vision to simplify finance systems for businesses.\",\"section_prompt\":\"Highlight the evolution of the company.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Our Values\",\"section_description\":\"Integrity, Innovation, Excellence \\u2013 our core values that guide us.\",\"section_prompt\":\"Key principles that shape our work.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Introducing the talented individuals behind Macrospect.\",\"section_prompt\":\"Brief profiles of team members.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us on Our Journey\",\"section_description\":\"Connect with us and discover collaboration opportunities.\",\"section_prompt\":\"Encourage interaction.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information.\",\"section_prompt\":\"Contains essential links and information.\"}]},{\"page_type\":\"solutions\",\"page_title\":\"Solutions\",\"page_description\":\"Discover our finance software implementation strategies and consulting services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links are provided here.\",\"section_prompt\":\"Connects to Home, About, Blog, Client Success, Careers, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Exclusive Solutions\",\"section_description\":\"Tailored strategies for implementing financial systems that drive efficiency.\",\"section_prompt\":\"Showcase of solutions offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Implementation Strategies\",\"section_description\":\"Comprehensive methods to ensure successful finance systems implementation.\",\"section_prompt\":\"Discuss our strategic implementation process.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Customized Solutions\",\"section_description\":\"Bespoke solutions tailored to your specific financial needs.\",\"section_prompt\":\"Highlight personalized approaches for clients.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Get answers to common inquiries about our solutions.\",\"section_prompt\":\"Questions prospective clients often ask.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Finance Transformation\",\"section_description\":\"Contact us to explore how we can assist you.\",\"section_prompt\":\"Encourage contacting our team.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information.\",\"section_prompt\":\"Essential links and contact details.\"}]},{\"page_type\":\"client_success\",\"page_title\":\"Success Stories\",\"page_description\":\"Showcasing our impact through client testimonials and case studies.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links are included here.\",\"section_prompt\":\"Links to Home, About, Blog, Solutions, Careers, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Success Stories\",\"section_description\":\"Discover how we have made significant impacts on our clients\\u2019 operations.\",\"section_prompt\":\"Visual section featuring client stories.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Read testimonials from our valued clients.\",\"section_prompt\":\"Client feedback and success highlights.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Case Studies\",\"section_description\":\"In-depth case studies showcasing our successful implementations and outcomes.\",\"section_prompt\":\"Detailed success stories.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Your Success Story Next\",\"section_description\":\"Reach out and let us help you succeed.\",\"section_prompt\":\"Encouragement to contact us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information.\",\"section_prompt\":\"Essential links and contact details.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Insights\",\"page_description\":\"Explore our latest articles and insights on finance systems.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links are included here.\",\"section_prompt\":\"Links to Home, About, Solutions, Client Success, Careers, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Insights and thought leadership articles on finance systems and implications.\",\"section_prompt\":\"Visual section showcasing the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Articles Collection\",\"section_description\":\"Browse through our collection of informative articles and insights.\",\"section_prompt\":\"Grid layout displaying blog post previews.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to Our Updates\",\"section_description\":\"Stay informed by subscribing to our newsletter.\",\"section_prompt\":\"Encouraging visitors to sign up.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information.\",\"section_prompt\":\"Essential links and contact details.\"}]},{\"page_type\":\"careers\",\"page_title\":\"Join Us\",\"page_description\":\"Explore career opportunities at Macrospect and be part of our team.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links are provided here.\",\"section_prompt\":\"Connects to Home, About, Blog, Solutions, Client Success, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Careers at Macrospect\",\"section_description\":\"Join a dynamic team dedicated to innovation in finance systems.\",\"section_prompt\":\"Inspiring section for potential applicants.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Current Opportunities\",\"section_description\":\"View our available job openings.\",\"section_prompt\":\"Detailed list of job openings.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Culture\",\"section_description\":\"Learn about the culture that defines our workplace and our team dynamics.\",\"section_prompt\":\"Insight into company culture.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Apply Today\",\"section_description\":\"Ready to make a difference? Submit your application.\",\"section_prompt\":\"Encouragement for job applicants.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information.\",\"section_prompt\":\"Essential links and contact details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to us for inquiries or further information.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links are included here.\",\"section_prompt\":\"Links to Home, About, Blog, Solutions, Client Success, and Careers.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We would love to hear from you. Reach out to us anytime.\",\"section_prompt\":\"Visuals that encourage contact.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch with us.\",\"section_prompt\":\"Form for clients and job seekers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow Us on Social Media\",\"section_description\":\"Connect with us through our social channels.\",\"section_prompt\":\"Encourage following on social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information.\",\"section_prompt\":\"Essential links and contact details.\"}]}],\"user_prompt\":\"For Finance Systems Implementation, Macrospect is the clear choice. We leverage the power of the world\\u2019s most advanced finance software to help finance executives gain clarity where it counts. A diverse team of dynamic minds from both the IT and business world, Macrospect people provide the intellectual expertise and focused perspective that forward-thinking companies count on to make better financial decisions. Sitemap - Home, About, Blog, Solutions, Client Success, Careers, Contact Us\",\"prompt_id\":1064,\"theme\":\"classic\",\"colors\":[[237,103,68],[167,162,160]],\"fonts\":\"classic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\"}}', '2025-11-19 07:35:35', '2025-11-19 07:37:17');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1066, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"My Marketing Agency\",\"website_description\":\"Showcasing expertise in digital marketing strategies, including SEO and marketing solutions that drive results.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Consulting\",\"search_query\":\"digital marketing, SEO, marketing agency, strategies, social media\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my marketing agency, where innovative digital strategies come to life.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to important site sections.\",\"section_prompt\":\"A navigation menu that links to all main sections.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Agency\",\"section_description\":\"Expertise in a variety of digital marketing solutions that help your business grow.\",\"section_prompt\":\"Large banner showcasing the agency\'s mission and vision.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my background and what drives my passion for digital marketing.\",\"section_prompt\":\"A brief introduction about my professional experience and core values.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Discover the range of services I provide to elevate your online presence.\",\"section_prompt\":\"Each service is listed with a brief overview, linking to the detailed services page.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Catch up on the latest trends and tips in digital marketing through my blog posts.\",\"section_prompt\":\"Highlights of recent blog posts to keep users informed.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Ready to elevate your marketing strategy? Contact me today!\",\"section_prompt\":\"A strong call-to-action prompting visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media accounts.\",\"section_prompt\":\"Essential links typically found in the footer.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"A deeper look into my journey in digital marketing and SEO.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to important site sections.\",\"section_prompt\":\"A navigation menu that links to all main sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"An overview of my professional background and experience in marketing.\",\"section_prompt\":\"A banner tailored to the About page.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Me?\",\"section_description\":\"Understanding what sets my services apart in the digital marketing landscape.\",\"section_prompt\":\"Highlight unique selling propositions.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from clients who have benefitted from my expertise.\",\"section_prompt\":\"Brief testimonials showcasing client satisfaction.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get In Touch\",\"section_description\":\"Interested in working together? Reach out for discussions.\",\"section_prompt\":\"A easy access point for contact details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media accounts.\",\"section_prompt\":\"Essential links typically found in the footer.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Comprehensive digital marketing services tailored to your business needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to important site sections.\",\"section_prompt\":\"A navigation menu that links to all main sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Offerings\",\"section_description\":\"Explore the services I provide to enhance your online visibility.\",\"section_prompt\":\"A banner tailored to the Services page.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Optimization\",\"section_description\":\"Improve your website\'s visibility with comprehensive SEO strategies.\",\"section_prompt\":\"An in-depth look at my SEO services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Engage your audience with strategic content tailored to your goals.\",\"section_prompt\":\"Details about my content marketing approach.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Management\",\"section_description\":\"Grow your brand on social platforms with managed services.\",\"section_prompt\":\"Information about social media strategy and management.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries regarding my services.\",\"section_prompt\":\"A section providing clarity on service inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Talk\",\"section_description\":\"Interested in my services? Reach out for a consultation!\",\"section_prompt\":\"A strong call-to-action prompting visitors to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media accounts.\",\"section_prompt\":\"Essential links typically found in the footer.\"}]},{\"page_type\":\"case_studies\",\"page_title\":\"Case Studies\",\"page_description\":\"Showcasing successful projects and campaigns I\'ve executed.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to important site sections.\",\"section_prompt\":\"A navigation menu that links to all main sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Projects Overview\",\"section_description\":\"Insights into successful marketing campaigns and their outcomes.\",\"section_prompt\":\"A banner tailored to the Case Studies page.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Recent Campaigns\",\"section_description\":\"Browse through selected case studies and learn from these success stories.\",\"section_prompt\":\"A gallery of recent successful marketing campaigns.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"What my clients say about working with me and the results achieved.\",\"section_prompt\":\"A curated collection of client testimonials related to case studies.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Collaboration?\",\"section_description\":\"Let\'s discuss how I can help your business succeed!\",\"section_prompt\":\"Invite potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media accounts.\",\"section_prompt\":\"Essential links typically found in the footer.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Industry insights and marketing tips to enhance your digital strategies.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to important site sections.\",\"section_prompt\":\"A navigation menu that links to all main sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with the latest trends in digital marketing.\",\"section_prompt\":\"A banner tailored to the Blog page.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"A collection of my latest articles, tips, and insights.\",\"section_prompt\":\"Display of recent blog posts with summaries.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Featured Articles\",\"section_description\":\"In-depth articles that provide significant insights into the field.\",\"section_prompt\":\"Highlight a selection of key articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Join my newsletter for the latest news and marketing tips.\",\"section_prompt\":\"Encourage visitors to subscribe for newsletter updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media accounts.\",\"section_prompt\":\"Essential links typically found in the footer.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out to discuss your marketing needs or schedule a consultation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to important site sections.\",\"section_prompt\":\"A navigation menu that links to all main sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I would love to hear from you!\",\"section_prompt\":\"A banner tailored to the Contact page.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"Fill out the form below to send me a message directly.\",\"section_prompt\":\"A contact form for users to reach out.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Find my phone number and email here for direct communication.\",\"section_prompt\":\"Essential contact details for quick access.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media accounts.\",\"section_prompt\":\"Essential links typically found in the footer.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":1066}', '2025-11-19 09:56:24', '2025-11-19 09:56:24'),
(1067, NULL, NULL, 'A freelance website for a web developer', '{\"website_title\":\"My Web Development Portfolio\",\"website_description\":\"A personal portfolio website that showcases my skills, services, and projects as a freelance web developer. Here, potential clients can view testimonials and read my blog for insights into web development.\",\"website_type\":\"Personal\",\"website_industry\":\"Technology\",\"search_query\":\"web development, freelance developer portfolio, web design insights, programming tips, client testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my freelance web development portfolio.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other sections of the website.\",\"section_prompt\":\"\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my work and discover how I can help you achieve your web development goals.\",\"section_prompt\":\"\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my journey and passion for web development.\",\"section_prompt\":\"\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Here are the services I offer: Web Design, Front-End Development, Back-End Development, E-Commerce Solutions, and Responsive Web Design.\",\"section_prompt\":\"\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Projects\",\"section_description\":\"Showcase of my recent web development projects.\",\"section_prompt\":\"\"},{\"section_type\":\"testimonials\",\"section_title\":\"Testimonials\",\"section_description\":\"Read what my clients say about my work.\",\"section_prompt\":\"\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Catch up with my latest insights and tips on web development.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Ready to start a project? Contact me today!\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about the website, copyright, etc.\",\"section_prompt\":\"\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn about my background and expertise in web development.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other sections of the website.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Delve into my professional background and skills in web development.\",\"section_prompt\":\"\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"A brief overview of my experiences and what led me to web development.\",\"section_prompt\":\"\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Skills\",\"section_description\":\"An overview of my technical skills and areas of expertise.\",\"section_prompt\":\"\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Approach\",\"section_description\":\"How I approach web development projects and client collaboration.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Working Together?\",\"section_description\":\"Let\'s discuss how I can help you with your web project.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about the website, copyright, etc.\",\"section_prompt\":\"\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Detailed overview of the services I provide as a freelance web developer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other sections of the website.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Services Offered\",\"section_description\":\"Explore the range of services I offer to clients.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Website Design\",\"section_description\":\"Custom website designs tailored to meet client needs and ensure great user experiences.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Front-End Development\",\"section_description\":\"Creating visually appealing and responsive front-end designs using the latest technologies.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Back-End Development\",\"section_description\":\"Robust backend solutions to ensure your web application runs smoothly and efficiently.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"E-Commerce Solutions\",\"section_description\":\"Offering comprehensive e-commerce setups, including payment integrations and inventory management.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Responsive Web Design\",\"section_description\":\"Ensuring your website is mobile-friendly and accessible on all devices.\",\"section_prompt\":\"\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions about my services and processes, answered.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Start?\",\"section_description\":\"Contact me to discuss your upcoming project!\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about the website, copyright, etc.\",\"section_prompt\":\"\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights and updates on web development topics.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other sections of the website.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog\",\"section_description\":\"Browse through my articles and posts on web development.\",\"section_prompt\":\"\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"A grid layout featuring my latest blog posts with summaries and links.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Stay updated with the latest blog posts and insights.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about the website, copyright, etc.\",\"section_prompt\":\"\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch for inquiries or project discussions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other sections of the website.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I\'m here to help! Reach out to me directly.\",\"section_prompt\":\"\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch with me.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Looking Forward to Hearing From You!\",\"section_description\":\"Please fill out the form and I will get back to you as soon as possible.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about the website, copyright, etc.\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"A freelance website for a web developer\",\"prompt_id\":1067}', '2025-11-19 10:10:08', '2025-11-19 10:10:08'),
(1068, 134, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Graphic Design Portfolio\",\"website_description\":\"A visually captivating portfolio showcasing unique graphic design work, creativity, and expertise.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative showcase, design trends, illustration\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where creativity meets expertise.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the header with navigation links.\",\"section_prompt\":\"Includes site logo and navigation menu.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my unique graphic design works that reflect creativity and style.\",\"section_prompt\":\"A full-width image showcasing an impactful design.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey and passion for graphic design.\",\"section_prompt\":\"A brief introduction to my background and design philosophy.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"Showcasing various design works including branding, posters, and digital illustrations.\",\"section_prompt\":\"Grid layout displaying thumbnails of projects with links to details.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear what my clients have to say about working with me.\",\"section_prompt\":\"Rotating carousel of client reviews.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out my latest blog entries on design trends and processes.\",\"section_prompt\":\"A preview of the most recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Interested in collaborating? Let\'s connect!\",\"section_prompt\":\"A prominent button linking to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact details and social media links.\",\"section_prompt\":\"Standard footer with copyright information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover my background, experiences, and design philosophy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the header with navigation links.\",\"section_prompt\":\"Includes site logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"In-depth look into my journey as a designer.\",\"section_prompt\":\"Image relevant to my design journey.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"Overview of my education, experiences, and key milestones in design.\",\"section_prompt\":\"Chronological content highlighting key moments.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Philosophy\",\"section_description\":\"My approach to graphic design and what drives my creativity.\",\"section_prompt\":\"A detailed description of my core design beliefs.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Testimonials\",\"section_description\":\"Feedback from clients that reflect my work ethic and creativity.\",\"section_prompt\":\"Short quotes from satisfied clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Reach out for collaborations or inquiries.\",\"section_prompt\":\"Button leading to contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact details and social media links.\",\"section_prompt\":\"Standard footer with copyright information.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Feedback\",\"page_description\":\"What my clients say about my work and their experience with me.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the header with navigation links.\",\"section_prompt\":\"Includes site logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Feedback\",\"section_description\":\"Real testimonials from clients highlighting my skills and professionalism.\",\"section_prompt\":\"Image of creative workspace or inspiring design.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Reviews\",\"section_description\":\"A compilation of honest feedback from various clients.\",\"section_prompt\":\"List format with names, short reviews, and project type.\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Brands I\'ve Worked With\",\"section_description\":\"Logos of reputable companies I\'ve partnered with in design projects.\",\"section_prompt\":\"Grid of client logos for credibility.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Read More Reviews\",\"section_description\":\"Explore more testimonials and feedback on my work.\",\"section_prompt\":\"Button linking to a detailed reviews page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact details and social media links.\",\"section_prompt\":\"Standard footer with copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Information\",\"page_description\":\"Reach out with inquiries or collaboration requests.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the header with navigation links.\",\"section_prompt\":\"Includes site logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Get in touch for potential collaborations or inquiries.\",\"section_prompt\":\"An inviting banner encouraging visitors to connect.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Find my email and other contact information to reach me directly.\",\"section_prompt\":\"Clear display of my email and social media links.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"Fill out the form below for any design-related inquiries.\",\"section_prompt\":\"A comprehensive form for visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact details and social media links.\",\"section_prompt\":\"Standard footer with copyright information.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1068}', '2025-11-19 13:21:34', '2025-11-19 13:21:34'),
(1069, 134, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"My SEO & Marketing Agency\",\"website_description\":\"A platform showcasing diverse SEO and marketing services designed to enhance your online presence with user-friendly navigation and visual appeal.\",\"website_type\":\"agency\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO services, Marketing agency, Online presence, Digital marketing tips, Social media strategy\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my SEO and marketing agency, where we specialize in enhancing your online visibility.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation bar for easy access to site sections.\",\"section_prompt\":\"Include links to Home, About, Services, Blog, Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Agency\",\"section_description\":\"Dedicated to improving your online presence through expert SEO and marketing strategies.\",\"section_prompt\":\"A full-width banner with a high-quality image and a welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my journey in the SEO and marketing industry and my commitment to helping clients succeed.\",\"section_prompt\":\"A brief personal introduction with a professional photo.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our comprehensive range of services to boost your online presence.\",\"section_prompt\":\"Grid layout featuring all major services provided: SEO, Social Media Marketing, Content Marketing, PPC Advertising, Web Analytics.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Discover the advantages of partnering with our agency for your marketing needs.\",\"section_prompt\":\"Highlight unique selling points, such as tailored strategies and proven results.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear what my clients have to say about their experience with my services.\",\"section_prompt\":\"Quotes and feedback from satisfied clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Industry Insights\",\"section_description\":\"Check out the latest blog posts for tips and insights into the marketing world.\",\"section_prompt\":\"Display the titles and excerpts of the 3 most recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Get Started?\",\"section_description\":\"Contact me today to discuss how I can help elevate your business.\",\"section_prompt\":\"Encourage visitors to reach out via a contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Includes additional links, copyright information, and social media handles.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Get to know the passion and expertise behind my marketing agency.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation bar for easy access to site sections.\",\"section_prompt\":\"Include links to Home, About, Services, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"An introduction to my professional journey and philosophy.\",\"section_prompt\":\"Title banner with personal branding.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"Details about my background in SEO and marketing.\",\"section_prompt\":\"A narrative of my professional experiences and milestones.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Vision\",\"section_description\":\"The mission and vision that drives my agency\'s work.\",\"section_prompt\":\"Emphasize the goals and values guiding my approach.\"},{\"section_type\":\"social_cards\",\"section_title\":\"My Skills\",\"section_description\":\"Highlight key skills and competencies relevant to my services.\",\"section_prompt\":\"Card layout summarizing skills like SEO, Content Strategy, PPC, etc.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Collaborate\",\"section_description\":\"Interested in my services? Reach out to discuss more.\",\"section_prompt\":\"Encourage visitors to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Includes additional links, copyright information, and social media handles.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the marketing services offered to enhance your online presence.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation bar for easy access to site sections.\",\"section_prompt\":\"Include links to Home, About, Services, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Overview of services designed to boost your digital marketing efforts.\",\"section_prompt\":\"Title banner with a description of services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Search Engine Optimization\",\"section_description\":\"Expert SEO services to improve your website ranking and visibility.\",\"section_prompt\":\"Image alongside a description of SEO offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Marketing\",\"section_description\":\"Effective strategies to grow your social media presence and engagement.\",\"section_prompt\":\"Image alongside a description of social media services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"High-quality content strategies to attract and retain customers.\",\"section_prompt\":\"Image alongside a description of content marketing.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"PPC Advertising\",\"section_description\":\"Targeted PPC campaigns to drive immediate traffic to your site.\",\"section_prompt\":\"Image alongside a description of PPC services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Analytics\",\"section_description\":\"In-depth analytics to measure your marketing performance and ROI.\",\"section_prompt\":\"Image alongside a description of analytics services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries about our services.\",\"section_prompt\":\"Common questions and concise answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us Today\",\"section_description\":\"Interested in our services? Get in touch for a consultation.\",\"section_prompt\":\"Encourage visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Includes additional links, copyright information, and social media handles.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Stay updated with the latest insights and tips in SEO and marketing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation bar for easy access to site sections.\",\"section_prompt\":\"Include links to Home, About, Services, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Explore articles that provide valuable marketing insights.\",\"section_prompt\":\"Title banner showcasing the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Read Our Articles\",\"section_description\":\"A collection of the most recent articles on marketing and SEO.\",\"section_prompt\":\"Grid layout displaying post titles, dates, and excerpts.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Follow Our Blog?\",\"section_description\":\"Get up-to-date information and actionable insights directly from our expertise.\",\"section_prompt\":\"Highlight benefits of following the blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Subscribe to receive the latest articles directly in your inbox.\",\"section_prompt\":\"Encourage blog subscriptions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Includes additional links, copyright information, and social media handles.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for inquiries or to discuss your marketing needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation bar for easy access to site sections.\",\"section_prompt\":\"Include links to Home, About, Services, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"I would love to hear from you!\",\"section_prompt\":\"Title banner with a welcoming message.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch with any inquiries.\",\"section_prompt\":\"A responsive form for visitors to contact me.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Other Ways to Reach Me\",\"section_description\":\"Find my contact details for further inquiries.\",\"section_prompt\":\"Provide phone number, email, and any social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Includes additional links, copyright information, and social media handles.\",\"section_prompt\":\"Standard footer layout.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":1069}', '2025-11-20 04:36:05', '2025-11-20 04:36:05'),
(1070, NULL, NULL, 'LunaGems is a handmade jewellery shop', '{\"website_title\":\"LunaGems: Unique Handmade Jewellery\",\"website_description\":\"Welcome to LunaGems, your destination for unique, artisan-crafted jewellery. Explore our handcrafted pieces designed to reflect your individual style and personality.\",\"website_type\":\"E-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewellery, artisan jewellery, custom jewellery, unique accessories\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems - your gateway to exquisite handmade jewellery.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for LunaGems.\",\"section_prompt\":\"Include logo, navigation links to various pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"Discover unique, artisan-crafted jewellery that reflects your individual style.\",\"section_prompt\":\"Showcase featured products and highlight the essence of LunaGems.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey into the world of jewellery making and my passion for unique designs.\",\"section_prompt\":\"Share my story and inspiration behind LunaGems.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Products\",\"section_description\":\"Explore our exquisite range of necklaces, bracelets, earrings, and rings.\",\"section_prompt\":\"Display our top-selling or latest jewellery pieces.\"},{\"section_type\":\"gallery\",\"section_title\":\"Gallery of Designs\",\"section_description\":\"Check out the latest designs and creations from LunaGems.\",\"section_prompt\":\"Highlight a selection of stunning jewellery pieces.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Explore and purchase our unique handmade jewellery today!\",\"section_prompt\":\"Encourage visitors to start shopping.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with tips and insights from our jewellery care and styling blog.\",\"section_prompt\":\"Show previews of the latest blog posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information, social media links, and additional navigation.\",\"section_prompt\":\"Basic footer with links and contact info.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover my journey and passion for jewellery making at LunaGems.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the About page.\",\"section_prompt\":\"Include links to other main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Story\",\"section_description\":\"Discover the journey that led me to create LunaGems, my inspirations, and the artistry behind the jewellery.\",\"section_prompt\":\"Share the narrative of how I found my passion.\"},{\"section_type\":\"benefit\",\"section_title\":\"The Craftsmanship\",\"section_description\":\"Each piece is handmade with care and attention to detail, ensuring uniqueness and quality.\",\"section_prompt\":\"Describe what makes LunaGems jewellery special.\"},{\"section_type\":\"gallery\",\"section_title\":\"Inspiration Gallery\",\"section_description\":\"View the inspiration behind my designs and the creative process.\",\"section_prompt\":\"Showcase images that illustrate my design journey.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Creations\",\"section_description\":\"Visit the shop to find the perfect piece for you or a loved one.\",\"section_prompt\":\"Encourage users to head to the shop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information, social media links, and additional navigation.\",\"section_prompt\":\"Basic footer with links and contact info.\"}]},{\"page_type\":\"shop\",\"page_title\":\"Shop\",\"page_description\":\"Browse and purchase unique handmade jewellery at LunaGems.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the Shop page.\",\"section_prompt\":\"Include links to other main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore Our Collections\",\"section_description\":\"Find your next favourite piece among our handcrafted jewellery collections.\",\"section_prompt\":\"Guide users to various product categories.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Collections\",\"section_description\":\"Browse through our categories of necklaces, bracelets, earrings, and rings.\",\"section_prompt\":\"Showcase product categories with images.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Got questions? Find answers regarding our products and orders.\",\"section_prompt\":\"List common customer inquiries about purchases.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Shopping\",\"section_description\":\"Find the perfect piece of jewellery today!\",\"section_prompt\":\"Encourage users to make a purchase.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information, social media links, and additional navigation.\",\"section_prompt\":\"Basic footer with links and contact info.\"}]},{\"page_type\":\"reviews\",\"page_title\":\"Customer Reviews\",\"page_description\":\"Read what our customers are saying about their LunaGems experience.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the Reviews page.\",\"section_prompt\":\"Include links to other main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Our Customers Say\",\"section_description\":\"Discover testimonials and reviews from happy LunaGems customers.\",\"section_prompt\":\"Introduce the reviews section.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Testimonials\",\"section_description\":\"Authentic feedback from clients about their handcrafted jewellery experiences.\",\"section_prompt\":\"Showcase a selection of client testimonials.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information, social media links, and additional navigation.\",\"section_prompt\":\"Basic footer with links and contact info.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Jewellery Insights\",\"page_description\":\"Read our latest tips and insights on jewellery care and styling.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the Blog page.\",\"section_prompt\":\"Include links to other main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Tips and Insights\",\"section_description\":\"Dive into our blog for the latest on jewellery care, styling advice, and more.\",\"section_prompt\":\"Highlight what the blog offers.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Browse our most recent tips on jewellery care and styling techniques.\",\"section_prompt\":\"Look at previews of the latest posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information, social media links, and additional navigation.\",\"section_prompt\":\"Basic footer with links and contact info.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with LunaGems for inquiries or feedback.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the Contact page.\",\"section_prompt\":\"Include links to other main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Reach out with any questions or custom requests.\",\"section_prompt\":\"Provide details on how to contact me.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"Fill out the form below to send your message or inquiry.\",\"section_prompt\":\"Include a simple contact form for customer queries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information, social media links, and additional navigation.\",\"section_prompt\":\"Basic footer with links and contact info.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewellery shop\",\"prompt_id\":1070}', '2025-11-20 04:52:23', '2025-11-20 04:52:23'),
(1071, 134, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A dynamic portfolio showcasing my graphic design work, highlighting my creative journey and skills through various projects that exemplify my design style.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative journey, design projects, client testimonials, graphic design skills\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The homepage features an introduction, highlights of my work, and links to explore further.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my creative journey and unique graphic design style through my portfolio showcasing various projects.\",\"section_prompt\":\"\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my background in graphic design and my design philosophy that drives my work.\",\"section_prompt\":\"\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"A curated selection of my recent work in branding, illustration, digital marketing, and web design.\",\"section_prompt\":\"\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear what my clients have to say about working with me and my design services.\",\"section_prompt\":\"\"},{\"section_type\":\"gallery\",\"section_title\":\"Design Gallery\",\"section_description\":\"A visual representation of my diverse graphic design projects across different mediums.\",\"section_prompt\":\"\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Check out my latest articles and insights related to graphic design and personal projects.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in collaborating? Reach out to me to discuss opportunities.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1071}', '2025-11-20 04:58:10', '2025-11-20 04:58:10');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1074, 202, NULL, 'Macrospect is the clear choice for For Finance Systems Implementation. We leverage the power of the world’s most advanced finance software to help finance executives gain clarity where it counts. dynamic minds from IT and business world, we people provide the intellectual expertise and focused perspective that forward-thinking companies count on to make better financial decisions. Refer macrospect.net for content. sitemap to use - Home, About, Blog, Solutions, Client Success, careers, contact us', '{\"website_title\":\"Macrospect\",\"website_description\":\"Empowering finance professionals through advanced systems implementation for clarity in decision-making.\",\"website_type\":\"corporate\",\"website_industry\":\"Finance\",\"search_query\":\"finance implementation, finance software, IT solutions, business insights\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Macrospect, where we enhance decision-making through finance system implementation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation bar including links to all primary pages.\",\"section_prompt\":\"Bootstrap layout for header navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Macrospect\",\"section_description\":\"Innovating finance through advanced software solutions for optimal business decisions.\",\"section_prompt\":\"Full-width hero image with a welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission to empower finance professionals with clarity and effectiveness.\",\"section_prompt\":\"Text block with company values and mission.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Solutions\",\"section_description\":\"Explore our range of finance software that enhances operational efficiency.\",\"section_prompt\":\"Grid layout showcasing various finance software solutions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with the latest industry news and insights from our blog.\",\"section_prompt\":\"Feed showcasing recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact us today to learn more about our services.\",\"section_prompt\":\"Contact form leading to inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footnote information including contact details and links to policies.\",\"section_prompt\":\"Standard footer layout.\"}]}],\"user_prompt\":\"Macrospect is the clear choice for For Finance Systems Implementation. We leverage the power of the world\\u2019s most advanced finance software to help finance executives gain clarity where it counts. dynamic minds from IT and business world, we people provide the intellectual expertise and focused perspective that forward-thinking companies count on to make better financial decisions. Refer macrospect.net for content. sitemap to use - Home, About, Blog, Solutions, Client Success, careers, contact us\",\"prompt_id\":1074}', '2025-11-20 05:32:44', '2025-11-20 05:32:44'),
(1075, 202, NULL, 'Founded in 2005, Macrospect delivers finance-and-business-planning systems with expert precision. Our team blends deep business acumen with advanced cloud-based tools to help enterprise finance leaders gain clarity where it counts. We roll up our sleeves to analyze operations, define goals and implement solutions so you make better decisions, faster. Use Sitemap - Home, About, Blog, Solutions, Client Success, Careers, Contact Us. Take content from existing website https://macrospect.net', '{\"website_title\":\"Macrospect\",\"website_description\":\"A professional platform showcasing finance and business planning systems, blending expertise in business acumen and cloud-based solutions for enterprise finance leaders.\",\"website_type\":\"Corporate\",\"website_industry\":\"Finance\",\"search_query\":\"finance systems, business planning, cloud solutions, operational analysis, client success\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Macrospect, your premier destination for finance and business planning solutions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy site access.\",\"section_prompt\":\"Bootstrap layout includes navbar.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Macrospect\",\"section_description\":\"Explore our innovative finance and business planning systems.\",\"section_prompt\":\"Full-width image with text overlay.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Discover our journey and expertise in finance solutions.\",\"section_prompt\":\"Introduces the company\'s mission and vision.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Solutions\",\"section_description\":\"Explore our tailored solutions for enterprise finance leaders including:\",\"section_prompt\":\"Grid showcasing operational analysis, goal definition, implementation strategies.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest blog posts for best practices in finance.\",\"section_prompt\":\"Highlights links to blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Contact us to begin your finance transformation journey.\",\"section_prompt\":\"Button leading to contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site links and social media.\",\"section_prompt\":\"Includes copyright information and site links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn about our journey and expertise in finance and business planning.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our site with ease.\",\"section_prompt\":\"Bootstrap layout includes navbar.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Journey\",\"section_description\":\"Explore the history and mission of Macrospect since 2005.\",\"section_prompt\":\"Banner with company history.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Expertise\",\"section_description\":\"We blend business acumen with cloud solutions to serve our clients.\",\"section_prompt\":\"Highlighting the unique skills of the team.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Client Success Stories\",\"section_description\":\"Read about how we\'ve made a difference for our clients.\",\"section_prompt\":\"Links to testimonials or detailed case studies.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us\",\"section_description\":\"Be part of our journey towards financial innovation.\",\"section_prompt\":\"Encouragement to explore career opportunities.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Stay connected with us regularly.\",\"section_prompt\":\"Includes copyright information and site links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Updates and best practices in finance and business planning.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Access all blog resources easily.\",\"section_prompt\":\"Bootstrap layout includes navbar.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Discover our insights and tips to enhance your financial strategies.\",\"section_prompt\":\"Introduction to blog articles.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Trending Topics\",\"section_description\":\"Features our most recent and popular blog posts.\",\"section_prompt\":\"Grid display of blog entries including title and excerpt.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe Now\",\"section_description\":\"Stay updated with our latest insights and articles.\",\"section_prompt\":\"Button to subscribe to newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to all the relevant sections of the site.\",\"section_prompt\":\"Includes copyright information and site links.\"}]},{\"page_type\":\"solutions\",\"page_title\":\"Our Solutions\",\"page_description\":\"Comprehensive overview of our offerings in operational analysis and beyond.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Easily navigate through our solutions offered.\",\"section_prompt\":\"Bootstrap layout includes navbar.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Service Offerings\",\"section_description\":\"In-depth details on the solutions we provide to enhance business performance.\",\"section_prompt\":\"Detailed overview of services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Operational Analysis\",\"section_description\":\"Service focused on in-depth examination of financial operations.\",\"section_prompt\":\"Describes service benefits and process.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Goal Definition\",\"section_description\":\"Guiding businesses in setting effective financial goals.\",\"section_prompt\":\"Explains approach and methodology.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Implementation Strategies\",\"section_description\":\"Developing actionable plans for financial success.\",\"section_prompt\":\"Step-by-step overview of the implementation process.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Insights into common queries about our solutions.\",\"section_prompt\":\"Q&A addressing service specifics.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for More\",\"section_description\":\"Get in touch to learn how we can assist you.\",\"section_prompt\":\"Link to contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Key links and social media information.\",\"section_prompt\":\"Includes copyright information and site links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out for inquiries and further information.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate to key sections of the site.\",\"section_prompt\":\"Bootstrap layout includes navbar.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We would love to hear from you!\",\"section_prompt\":\"Encouragement for users to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send us a message.\",\"section_prompt\":\"Form fields for user inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find out where we are located along with our contact details.\",\"section_prompt\":\"Map and address details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Stay connected with us and explore the site.\",\"section_prompt\":\"Includes copyright information and site links.\"}]}],\"user_prompt\":\"Founded in 2005, Macrospect delivers finance-and-business-planning systems with expert precision. Our team blends deep business acumen with advanced cloud-based tools to help enterprise finance leaders gain clarity where it counts. We roll up our sleeves to analyze operations, define goals and implement solutions so you make better decisions, faster. Use Sitemap - Home, About, Blog, Solutions, Client Success, Careers, Contact Us. Take content from existing website https:\\/\\/macrospect.net\",\"prompt_id\":1075}', '2025-11-20 05:36:13', '2025-11-20 05:36:13'),
(1082, 202, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A professional showcase of my graphic design work, featuring a minimalist layout and carefully curated projects to impress potential clients and employers.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative projects, branding, illustration\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The landing page highlighting my graphic design portfolio, showcasing my work and artistic philosophy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of the portfolio.\",\"section_prompt\":\"Navigation links to Home, About, Projects, Services, Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my creative journey and discover my unique graphic design style.\",\"section_prompt\":\"An engaging introduction to my portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my journey as a graphic designer and my design philosophy.\",\"section_prompt\":\"My background, experiences, and inspiration.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Services\",\"section_description\":\"An overview of the design services I offer: Branding, Illustration, Digital Media.\",\"section_prompt\":\"Showcasing key services provided.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay tuned for my latest projects and updates in graphic design.\",\"section_prompt\":\"A section for recent news or projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in collaborating? Reach out to discuss your next project!\",\"section_prompt\":\"Encouraging visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and copyright information.\",\"section_prompt\":\"Social media icon links and copyright message.\"}]},{\"page_type\":\"about\",\"page_title\":\"My Journey\",\"page_description\":\"Details about my experiences and design approach in the graphic design industry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of the portfolio.\",\"section_prompt\":\"Navigation links to Home, About, Projects, Services, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"An introduction to my experiences as a graphic designer.\",\"section_prompt\":\"A personal reflection on my design career.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Philosophy\",\"section_description\":\"My approach to design and what inspires my creative process.\",\"section_prompt\":\"My unique perspective on graphic design.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Career Highlights\",\"section_description\":\"Key milestones and achievements throughout my design career.\",\"section_prompt\":\"Notable experiences that shaped my skills.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Check out my projects and see how I bring ideas to life.\",\"section_prompt\":\"Encouraging visitors to view my projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and copyright information.\",\"section_prompt\":\"Social media icon links and copyright message.\"}]},{\"page_type\":\"projects\",\"page_title\":\"My Projects\",\"page_description\":\"A curated gallery showcasing my best graphic design works with detailed descriptions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of the portfolio.\",\"section_prompt\":\"Navigation links to Home, About, Projects, Services, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Projects\",\"section_description\":\"A showcase of my most significant works in graphic design.\",\"section_prompt\":\"Introduction to the project gallery.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"Display of my selected design projects with descriptions and context.\",\"section_prompt\":\"Highlighting my best works.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Read what my clients say about working with me and my design process.\",\"section_prompt\":\"Showcasing positive client experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Hire Me\",\"section_description\":\"Looking for a graphic designer? Let\'s work together!\",\"section_prompt\":\"Encouraging potential clients to contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and copyright information.\",\"section_prompt\":\"Social media icon links and copyright message.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services Offered\",\"page_description\":\"Detailed outlining of the graphic design services I provide to clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of the portfolio.\",\"section_prompt\":\"Navigation links to Home, About, Projects, Services, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"An overview of the design services I offer to my clients.\",\"section_prompt\":\"Introducing the range of services available.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding\",\"section_description\":\"Comprehensive branding solutions tailored to your business identity.\",\"section_prompt\":\"Details on branding services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Illustration\",\"section_description\":\"Custom illustrations to enhance storytelling and engagement.\",\"section_prompt\":\"Overview of illustration services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Media\",\"section_description\":\"Creative digital media designs for online platforms.\",\"section_prompt\":\"Highlighting digital media design services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Common Questions\",\"section_description\":\"Answers to frequently asked questions about my services.\",\"section_prompt\":\"Addressing client concerns.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started\",\"section_description\":\"Ready to elevate your brand? Contact me to begin!\",\"section_prompt\":\"Encouraging clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and copyright information.\",\"section_prompt\":\"Social media icon links and copyright message.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"A simple contact page for inquiries and collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of the portfolio.\",\"section_prompt\":\"Navigation links to Home, About, Projects, Services, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Get in touch for collaborations or inquiries.\",\"section_prompt\":\"Introduction to the contact section.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Send a Message\",\"section_description\":\"Fill out the form below to get in contact with me.\",\"section_prompt\":\"Contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Email and other contact information provided here.\",\"section_prompt\":\"Details on how to reach me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and copyright information.\",\"section_prompt\":\"Social media icon links and copyright message.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1082}', '2025-11-20 09:17:30', '2025-11-20 09:17:30'),
(1083, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"My Travel Photography Journey\",\"website_description\":\"A vibrant blog showcasing my travel adventures and stunning photography, inspiring others to explore the world.\",\"website_type\":\"blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel, photography, travel blog, adventures, destinations\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my vibrant travel blog. Here, I share my adventures, photography, and insights about various destinations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the website.\",\"section_prompt\":\"Bootstrap navbar with logo and links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Journey\",\"section_description\":\"An introduction to my blog and what inspires my travel and photography.\",\"section_prompt\":\"Large banner image with a brief welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Discover who I am, my passion for travel, and my journey as a photographer.\",\"section_prompt\":\"Text and image layout describing my background.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Posts\",\"section_description\":\"Explore my newest travel stories and photography tips.\",\"section_prompt\":\"Grid layout of the latest blog posts with images.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Categories\",\"section_description\":\"Explore my main content areas, including travel stories, photography tips, and destination guides.\",\"section_prompt\":\"Grid of categories with images and links.\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"As Featured In\",\"section_description\":\"Highlighting blogs and publications where my work has been featured.\",\"section_prompt\":\"Grid of logos of featured platforms.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Adventures\",\"section_description\":\"Subscribe for the latest updates and travel inspiration.\",\"section_prompt\":\"Subscription form layout.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Copyright and additional navigation links.\",\"section_prompt\":\"Footer layout with links to privacy policy and contact.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my passion for travel and photography, and what inspires me to explore the world.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the about page.\",\"section_prompt\":\"Bootstrap navbar with logo and links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"An introduction about my background and interests in travel and photography.\",\"section_prompt\":\"Image related to my travel experiences.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Story\",\"section_description\":\"A detailed account of how I became a travel enthusiast and photographer.\",\"section_prompt\":\"Text block detailing my personal story.\"},{\"section_type\":\"features_listing\",\"section_title\":\"What I Offer\",\"section_description\":\"A summary of the types of content and experiences I share.\",\"section_prompt\":\"Bulleted list of blog categories.\"},{\"section_type\":\"gallery\",\"section_title\":\"My Photography\",\"section_description\":\"Showcasing a selection of my best travel photographs.\",\"section_prompt\":\"Grid layout of selected images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow My Journey\",\"section_description\":\"Encourage readers to connect with me on social media.\",\"section_prompt\":\"Links to social media profiles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Copyright and additional navigation links.\",\"section_prompt\":\"Footer layout with links to privacy policy and contact.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Connect with me to share your thoughts or inquiries about my blog and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the contact page.\",\"section_prompt\":\"Bootstrap navbar with logo and links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Details on how to reach out and connect.\",\"section_prompt\":\"Image denoting contact information.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Message Me\",\"section_description\":\"Fill out the form below to send me a message.\",\"section_prompt\":\"Form layout for user messages.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Other Ways to Connect\",\"section_description\":\"Listing of my email and social media handles for direct communication.\",\"section_prompt\":\"Text layout with contact details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Copyright and additional navigation links.\",\"section_prompt\":\"Footer layout with links to privacy policy and contact.\"}]},{\"page_type\":\"destinations\",\"page_title\":\"Destination Guides\",\"page_description\":\"Explore detailed guides to the places I\'ve traveled, complete with tips and insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the destination guides page.\",\"section_prompt\":\"Bootstrap navbar with logo and links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore Destinations\",\"section_description\":\"An introduction to various travel locations and what to expect.\",\"section_prompt\":\"Image related to travel destinations.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Top Destinations\",\"section_description\":\"A curated list of my top travel destinations with links to guides.\",\"section_prompt\":\"Bulleted list of top places to visit.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Cultural Insights\",\"section_description\":\"Unique cultural experiences I\\u2019ve encountered in different locations.\",\"section_prompt\":\"Text detailing cultural experiences.\"},{\"section_type\":\"gallery\",\"section_title\":\"Captivating Landscapes\",\"section_description\":\"A collection of stunning landscapes from around the world.\",\"section_prompt\":\"Grid layout displaying beautiful imagery.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Journey\",\"section_description\":\"Encouraging readers to explore the featured destinations.\",\"section_prompt\":\"Links to travel itineraries or additional guides.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Copyright and additional navigation links.\",\"section_prompt\":\"Footer layout with links to privacy policy and contact.\"}]},{\"page_type\":\"photography\",\"page_title\":\"Photography Tips\",\"page_description\":\"Gain insights and techniques to enhance your photography skills while traveling.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the photography tips page.\",\"section_prompt\":\"Bootstrap navbar with logo and links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Tips\",\"section_description\":\"An introduction to helpful tips and techniques for travel photography.\",\"section_prompt\":\"Image featuring photography.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Essential Tips\",\"section_description\":\"A list of key photography tips to improve your skills.\",\"section_prompt\":\"Bulleted list of photography advice.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Gear Recommendations\",\"section_description\":\"My favorite photography gear and why I love them.\",\"section_prompt\":\"Text detailing recommended equipment.\"},{\"section_type\":\"gallery\",\"section_title\":\"Inspiring Shots\",\"section_description\":\"Examples of my photography showcasing the techniques discussed.\",\"section_prompt\":\"Grid layout of my best photos.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure\",\"section_description\":\"Encourage readers to follow along for more tips and insights.\",\"section_prompt\":\"Invitation to subscribe or follow on social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Copyright and additional navigation links.\",\"section_prompt\":\"Footer layout with links to privacy policy and contact.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1083}', '2025-11-20 09:38:07', '2025-11-20 09:38:07'),
(1085, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Design Portfolio\",\"website_description\":\"A showcase of my graphic design work, highlighting creativity, design skills, and offering insights into design trends.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, design projects, branding, creative portfolio\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my design portfolio where creativity meets innovation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top header serves as a navigation hub for visitors.\",\"section_prompt\":\"Bootstrap navigation bar for easy access.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my graphic design projects that showcase my creativity and skills.\",\"section_prompt\":\"Large banner image with a portfolio introduction.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my design journey, philosophy, and what inspires my work.\",\"section_prompt\":\"A personal narrative about my path in design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Check out the design services I offer, from logo creation to social media graphics.\",\"section_prompt\":\"Display services in a grid format.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Featured Projects\",\"section_description\":\"Discover selected works that illustrate my graphic design capabilities.\",\"section_prompt\":\"Thumbnails and descriptions of various projects.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"See what my clients say about my work and dedication to design.\",\"section_prompt\":\"Quotes from satisfied clients with design highlights.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Catch up on my latest blog posts about design trends and tips.\",\"section_prompt\":\"Links to recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Want to collaborate or discuss your project? Contact me today!\",\"section_prompt\":\"A button linking to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom section contains links to social media and copyright information.\",\"section_prompt\":\"Standard footer elements for a website.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background and approach to design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for consistency across pages.\",\"section_prompt\":\"Bootstrap navigation bar.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction to who I am and my design philosophy.\",\"section_prompt\":\"Visual banner with the page title.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"A detailed look at my career path and growth in graphic design.\",\"section_prompt\":\"Text content describing my background.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Insight into what drives my design choices and creativity.\",\"section_prompt\":\"Explaining my approach to design work.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Showcase of Work\",\"section_description\":\"Examples of design elements reflective of my style and approach.\",\"section_prompt\":\"Combine images and text showcasing design elements.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect With Me\",\"section_description\":\"Interested in collaborating? Let\'s talk!\",\"section_prompt\":\"Button linking to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer elements including contact and social links.\",\"section_prompt\":\"Footer content for website consistency.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Work\",\"page_description\":\"Explore my graphic design portfolio showcasing various projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Page header for navigation consistency.\",\"section_prompt\":\"Bootstrap navigation bar.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Gallery of Designs\",\"section_description\":\"A visual collection of my graphic design projects across various mediums.\",\"section_prompt\":\"Banner indicating the page topic.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Highlights\",\"section_description\":\"An array of selected works that capture my design abilities.\",\"section_prompt\":\"Image grid or carousel showcasing projects.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Design Process\",\"section_description\":\"A glimpse into my design process from concept to completion.\",\"section_prompt\":\"Detailing how I approach design projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Request a Project\",\"section_description\":\"Looking for a design solution? Contact me to get started!\",\"section_prompt\":\"Encourage visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Includes links to important pages and social media.\",\"section_prompt\":\"Standard footer for consistency.\"}]},{\"page_type\":\"services\",\"page_title\":\"Design Services\",\"page_description\":\"Discover the range of graphic design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for easy access.\",\"section_prompt\":\"Bootstrap navigation bar.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Design Services\",\"section_description\":\"Detailed overview of the graphic design services I provide.\",\"section_prompt\":\"Introduce the section with a prominent title.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Available Services\",\"section_description\":\"Overview of services like logo design, branding packages, and social media graphics.\",\"section_prompt\":\"List each service with brief descriptions.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my design services.\",\"section_prompt\":\"List FAQs regarding the services I offer.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start a Project\",\"section_description\":\"Ready to collaborate? Let\'s discuss your design needs!\",\"section_prompt\":\"Call to action for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and information.\",\"section_prompt\":\"Standard footer content.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"Read my blog for the latest design trends and tips.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Website navigation header for seamless user experience.\",\"section_prompt\":\"Bootstrap navigation bar.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog Posts\",\"section_description\":\"Explore articles sharing my insights on design-related topics.\",\"section_prompt\":\"Banner announcing blog content.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"Grid of recent blog posts featuring various design insights.\",\"section_prompt\":\"Links to blog articles with thumbnails.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Share your thoughts on design trends and tips in the comments!\",\"section_prompt\":\"Encourage reader engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional navigation and contact options.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me for inquiries, collaborations, or questions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section for consistent navigation.\",\"section_prompt\":\"Bootstrap navigation bar.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Find ways to connect with me regarding your design projects.\",\"section_prompt\":\"Information banner for the contact page.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"Fill out the form below to reach me directly.\",\"section_prompt\":\"Contact form for user inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Additional Contact Details\",\"section_description\":\"Email and social media links for alternative contact options.\",\"section_prompt\":\"Providing additional contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer elements for the contact page.\",\"section_prompt\":\"Standard footer content.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1085}', '2025-11-20 12:35:15', '2025-11-20 12:35:15'),
(1086, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A visually stunning portfolio showcasing my artistic journey through graphic design, featuring projects across various categories including branding, illustration, logo design, and web design.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, art portfolio, designer showcase, visual art, creativity\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where creativity meets professionalism.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links for easy access to different sections of the website.\",\"section_prompt\":\"\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my graphic design journey through stunning visuals and creative projects.\",\"section_prompt\":\"\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Get to know more about my background, skills, and passion for graphic design.\",\"section_prompt\":\"\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"I specialize in various design categories such as branding, illustration, logo design, and web design.\",\"section_prompt\":\"\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"A curated showcase of my completed projects demonstrating my design capabilities.\",\"section_prompt\":\"\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from my clients about their experiences working with me.\",\"section_prompt\":\"\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay tuned for my latest projects and design insights.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Ready to start your project? Contact me to discuss your design needs.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\\u00a9 2023 My Graphic Design Portfolio. All Rights Reserved.\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1086}', '2025-11-21 06:04:09', '2025-11-21 06:04:09');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1087, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Wanderlust Chronicles\",\"website_description\":\"A vibrant showcase of travel experiences and captivating photography, offering insights into various destinations, travel tips, and personal stories along with stunning visuals.\",\"website_type\":\"personal\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel experiences, photography, travel tips, destinations\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel blog where I share my adventures and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all main sections of the website.\",\"section_prompt\":\"\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Discover the World\",\"section_description\":\"A visually stunning introduction to my blog where travel stories come alive.\",\"section_prompt\":\"\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my journey and passion for travel and photography.\",\"section_prompt\":\"\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Travel Diaries\",\"section_description\":\"Explore my collection of travel stories from around the globe.\",\"section_prompt\":\"Showcasing various travel stories with links to individual posts.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Photography Gallery\",\"section_description\":\"Enjoy a curated selection of my best travel photography.\",\"section_prompt\":\"Displaying images with titles and brief descriptions.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Travel Tips\",\"section_description\":\"Check out my top travel tips for a smoother adventure.\",\"section_prompt\":\"List of travel tips with summaries to direct readers.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Adventures\",\"section_description\":\"Catch up with my most recent travel experiences and posts.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Journey\",\"section_description\":\"Encouraging readers to subscribe for updates and new posts.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of page with links to social media and copyright information.\",\"section_prompt\":\"\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover my passion for travel and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all main sections of the website.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"A brief overview of my travel experiences and motivations.\",\"section_prompt\":\"\"},{\"section_type\":\"about\",\"section_title\":\"Who I Am\",\"section_description\":\"A personal narrative about my background and interest in travel.\",\"section_prompt\":\"\"},{\"section_type\":\"benefit\",\"section_title\":\"Why I Travel\",\"section_description\":\"Exploring the benefits of travel and my personal growth through experiences.\",\"section_prompt\":\"\"},{\"section_type\":\"features_listing\",\"section_title\":\"My Travel Philosophy\",\"section_description\":\"Key principles that guide my travels and adventures.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure\",\"section_description\":\"Inviting readers to follow my journey through travel and photography.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of page with links to social media and copyright information.\",\"section_prompt\":\"\"}]},{\"page_type\":\"travel_diaries\",\"page_title\":\"Travel Diaries\",\"page_description\":\"Engaging stories from my travels around the globe.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all main sections of the website.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore My Stories\",\"section_description\":\"An overview of all my travel experiences documented in writing.\",\"section_prompt\":\"\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Travel Stories\",\"section_description\":\"Collection of my latest travel diaries with images and excerpts.\",\"section_prompt\":\"\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Featured Adventure\",\"section_description\":\"A standout story with in-depth details on a captivating travel experience.\",\"section_prompt\":\"\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my travels and photography.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Thoughts\",\"section_description\":\"Encouraging readers to leave comments or share their own experiences.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of page with links to social media and copyright information.\",\"section_prompt\":\"\"}]},{\"page_type\":\"photography_gallery\",\"page_title\":\"Photography Gallery\",\"page_description\":\"A showcase of my best travel photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all main sections of the website.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Gallery Highlights\",\"section_description\":\"A curated selection of stunning photographs from my travels.\",\"section_prompt\":\"\"},{\"section_type\":\"gallery\",\"section_title\":\"Travel Photography\",\"section_description\":\"A visual journey through my favorite travel images.\",\"section_prompt\":\"A grid layout displaying high-quality travel photos.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Behind the Lens\",\"section_description\":\"A detailed look at my favorite shot and the story behind it.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Prints Available\",\"section_description\":\"Information on how to purchase prints of my photography.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of page with links to social media and copyright information.\",\"section_prompt\":\"\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all main sections of the website.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out for inquiries, collaborations or feedback.\",\"section_prompt\":\"\"},{\"section_type\":\"contact_form\",\"section_title\":\"Send a Message\",\"section_description\":\"Fill out the form below to get in touch with me.\",\"section_prompt\":\"\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"My email and social media links for direct communication.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of page with links to social media and copyright information.\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1087}', '2025-11-21 06:09:14', '2025-11-21 06:09:14'),
(1088, NULL, NULL, 'Minyan Comm\'s mission is to provide the most reliable and complete Zmanim, Shiurim and more for Shuls and Minyanim around the world to help you as a local or as a visitor find accurate and updated information in one centralized Minyan partnership network wherever you find yourself.', '{\"website_title\":\"Minyan Comm\",\"website_description\":\"A centralized platform providing reliable Zmanim, Shiurim, and a wealth of resources for Shuls and Minyanim worldwide.\",\"website_type\":\"Informational\",\"website_industry\":\"Non-Profit Organization\",\"search_query\":\"prayer times, classes, synagogues, prayer groups, community resources\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Minyan Comm, your comprehensive hub for all things related to Zmanim and Shiurim.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and logo.\",\"section_prompt\":\"Include links to Home, About, Services, Blog, and Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Minyan Comm\",\"section_description\":\"Your one-stop platform for Zmanim, Shiurim, and community resources.\",\"section_prompt\":\"Highlight the mission of connecting Shuls and Minyanim.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about Minyan Comm and our dedication to serving communities worldwide.\",\"section_prompt\":\"Provide insights into our mission and goals.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Our Features\",\"section_description\":\"Explore the innovative features that enhance our service.\",\"section_prompt\":\"Highlight features like interactive maps, updated Zmanim, and calendars.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Find Your Shul\\/Minyan\",\"section_description\":\"Search for Shuls and Minyanim in your area quickly and easily.\",\"section_prompt\":\"Include functionalities of the interactive map.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Community Insights\",\"section_description\":\"Check out the latest tips and experiences shared by our users.\",\"section_prompt\":\"Provide engaging content from user-generated sections.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Involved\",\"section_description\":\"Join our community and access the resources you need!\",\"section_prompt\":\"Encourage users to participate and utilize services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing section with contact information and social media links.\",\"section_prompt\":\"Ensure easy navigation and contact access.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Discover more about Minyan Comm and our mission.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Easy navigation menu.\",\"section_prompt\":\"Provide quick links to all main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Mission\",\"section_description\":\"We aim to provide accessible resources for Shuls and Minyanim.\",\"section_prompt\":\"State the importance of the platform.\"},{\"section_type\":\"about\",\"section_title\":\"Our Vision\",\"section_description\":\"Connecting communities through reliable information is our goal.\",\"section_prompt\":\"Discuss the vision behind the project.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Learn about the benefits of using Minyan Comm.\",\"section_prompt\":\"Highlight accessibility and quality of information.\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Our Partners\",\"section_description\":\"We collaborate with various Shuls and Minyanim.\",\"section_prompt\":\"Display logos of partner organizations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us Today!\",\"section_description\":\"Become a part of our growing community.\",\"section_prompt\":\"Encourage visitors to engage with Minyan Comm.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing section with links and contact information.\",\"section_prompt\":\"Ensure navigational ease.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the services offered by Minyan Comm.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for accessing various pages.\",\"section_prompt\":\"Keep links visible and accessible.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Services We Provide\",\"section_description\":\"Overview of the various services available on our platform.\",\"section_prompt\":\"Summarize the services clearly.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Zmanim Updates\",\"section_description\":\"Up-to-date prayer times for different locations globally.\",\"section_prompt\":\"Detail how Zmanim is collected and updated.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Shiurim Calendar\",\"section_description\":\"Filterable calendar for upcoming classes and speakers.\",\"section_prompt\":\"Explain how users can find this information easily.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Interactive Map\",\"section_description\":\"Locating nearby Shuls and Minyanim was never easier.\",\"section_prompt\":\"Describe the functionality of the map feature.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common questions about our services.\",\"section_prompt\":\"List out common queries with succinct responses.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore Our Services!\",\"section_description\":\"Access our services and enhance your community experience.\",\"section_prompt\":\"Provide a clear call to action.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final section advice regarding contact and engagement.\",\"section_prompt\":\"Encourage compliance with community standards.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to Minyan Comm for any inquiries or support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation links for smooth access.\",\"section_prompt\":\"Keep links to main pages available.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We\'d love to hear from you!\",\"section_prompt\":\"Invite visitors to communicate.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to submit your inquiries.\",\"section_prompt\":\"Provide essential fields such as name, email, and message.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Alternative ways to reach us are available.\",\"section_prompt\":\"List email, phone number, and social links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End section with contact details and links.\",\"section_prompt\":\"Ensure easy access to navigation.\"}]}],\"user_prompt\":\"Minyan Comm\'s mission is to provide the most reliable and complete Zmanim, Shiurim and more for Shuls and Minyanim around the world to help you as a local or as a visitor find accurate and updated information in one centralized Minyan partnership network wherever you find yourself.\",\"prompt_id\":1088}', '2025-11-21 06:28:03', '2025-11-21 06:28:03'),
(1094, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Adventurous Journeys\",\"website_description\":\"A vibrant blog showcasing travel adventures and stunning photography.\",\"website_type\":\"personal\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel blog, photography adventures, travel tips, photography tips, travel gear reviews\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel blog where I share my adventures and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation to access all sections of the site.\",\"section_prompt\":\"Bootstrap navigation components.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Explore the World\",\"section_description\":\"Join me on my quest to discover and photograph the beauty of our planet.\",\"section_prompt\":\"A captivating image backdrop with a call to action.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my journey as a traveler and photographer.\",\"section_prompt\":\"Brief personal introduction and my passion for travel.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Adventures\",\"section_description\":\"A snapshot of my most thrilling travel stories.\",\"section_prompt\":\"Tiles showcasing top blog posts about various destinations.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Catch up on my recent adventures and insights.\",\"section_prompt\":\"List of the most recent posts in the blog.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photo Gallery\",\"section_description\":\"A collection of my best travel photography.\",\"section_prompt\":\"Grid layout showcasing stunning images from my travels.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey\",\"section_description\":\"Subscribe for updates on my latest travels and photography tips.\",\"section_prompt\":\"CTA to encourage users to subscribe or follow.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information.\",\"section_prompt\":\"Footer with links to social media and important pages.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1094}', '2025-11-21 11:00:31', '2025-11-21 11:00:31'),
(1096, 202, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"My Travel Blog\",\"website_description\":\"A personal space to share travel stories, photography, tips, and guides from around the globe, connecting with fellow travel enthusiasts.\",\"website_type\":\"Personal Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, travel stories, travel tips, travel guides, destinations\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel blog where I share my adventures around the world.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all the main sections of the blog.\",\"section_prompt\":\"Include logo and menu.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Travel Blog\",\"section_description\":\"Join me on my adventures around the globe as I share stories and insights.\",\"section_prompt\":\"Use a captivating travel image as the background.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my passion for travel and photography.\",\"section_prompt\":\"Share personal insights and motivation behind starting the blog.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Posts\",\"section_description\":\"Explore my favorite travel stories, tips, and photography from various destinations.\",\"section_prompt\":\"Display links to recent posts with images.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Stories\",\"section_description\":\"Catch up on my most recent travel experiences and insights.\",\"section_prompt\":\"Showcase the latest blog posts with images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Journey\",\"section_description\":\"Subscribe to my blog for the latest updates and travel tips.\",\"section_prompt\":\"Include an email sign-up form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and additional navigation, copyright information.\",\"section_prompt\":\"Include contact information and social links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Get to know more about my travel journey and photography passion.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all sections.\",\"section_prompt\":\"Include logo and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my background and what ignites my passion for travel and photography.\",\"section_prompt\":\"Use a personal travel photo for the banner.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"A narrative of my travels, experiences, and photography evolution.\",\"section_prompt\":\"Share personal experiences and milestones.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Follow My Adventures\",\"section_description\":\"Connect with me on social media to see more of my travel experiences.\",\"section_prompt\":\"Display social media links.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"If you have any questions or want to collaborate, feel free to reach out!\",\"section_prompt\":\"Include a call to action to contact via a form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information.\",\"section_prompt\":\"Include relevant links and copyright details.\"}]},{\"page_type\":\"tips-guides\",\"page_title\":\"Tips & Guides\",\"page_description\":\"Helpful travel tips and guides to assist fellow travelers in their journeys.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to blog sections.\",\"section_prompt\":\"Include logo and menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Tips & Guides\",\"section_description\":\"A variety of useful tips to enhance your travel experiences.\",\"section_prompt\":\"Use a travel-themed image for the banner.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Essential Tips\",\"section_description\":\"Explore a collection of essential travel tips for your journeys.\",\"section_prompt\":\"List various tips with brief descriptions.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"In-depth Guides\",\"section_description\":\"Detailed guides covering popular destinations and activities.\",\"section_prompt\":\"Highlight individual guides with images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Tips\",\"section_description\":\"Do you have travel tips? Share them with me!\",\"section_prompt\":\"Include a form or comment section to gather tips.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information.\",\"section_prompt\":\"Include social links and additional navigation.\"}]},{\"page_type\":\"photography\",\"page_title\":\"Photography Portfolio\",\"page_description\":\"Showcasing my travel photography from around the world.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to main blog sections.\",\"section_prompt\":\"Include logo and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Photography Portfolio\",\"section_description\":\"A gallery of my favorite travel photographs taken across different destinations.\",\"section_prompt\":\"Use a beautiful travel photo as background.\"},{\"section_type\":\"gallery\",\"section_title\":\"Travel Gallery\",\"section_description\":\"Curated collection of stunning travel photos.\",\"section_prompt\":\"Display images in a grid format.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Photography Insights\",\"section_description\":\"Sharing stories behind the photographs and insights about capturing moments.\",\"section_prompt\":\"Include text descriptions along with a photograph.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Prints Available\",\"section_description\":\"Interested in purchasing prints of my photography? Get in touch!\",\"section_prompt\":\"Include contact information for print inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information.\",\"section_prompt\":\"Provide copyright and navigation links.\"}]},{\"page_type\":\"destinations\",\"page_title\":\"Destinations\",\"page_description\":\"Explore the destinations I\'ve traveled to and my experiences in each.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to blog sections.\",\"section_prompt\":\"Include logo and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Destinations I\'ve Explored\",\"section_description\":\"A look at various places around the globe that I\'ve visited.\",\"section_prompt\":\"Use an inspiring travel image for the banner.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Destination Highlights\",\"section_description\":\"List of destinations with brief descriptions and key highlights from my visits.\",\"section_prompt\":\"Showcase various destinations with images.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Cultural Experiences\",\"section_description\":\"Personal insights and cultural experiences from each destination.\",\"section_prompt\":\"Share captivating narratives from travels.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Plan Your Trip\",\"section_description\":\"Want to know more about a specific destination? Reach out for personal tips!\",\"section_prompt\":\"Include contact details for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information.\",\"section_prompt\":\"Include relevant links and copyright details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me for collaborations or questions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all sections of the blog.\",\"section_prompt\":\"Include logo and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out for any inquiries or collaboration opportunities.\",\"section_prompt\":\"Use a fitting travel image as a background.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send me a message directly.\",\"section_prompt\":\"Provide a form for user inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Other Ways to Connect\",\"section_description\":\"Find me on social media or email me for direct contact.\",\"section_prompt\":\"List social media and email for contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information.\",\"section_prompt\":\"Include navigation links and copyright info.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1096}', '2025-11-24 05:11:38', '2025-11-24 05:11:38'),
(1097, 202, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Wanderlust Chronicles\",\"website_description\":\"A vibrant platform showcasing travel adventures and photography skills, featuring stunning visuals, engaging stories, and practical tips for travelers.\",\"website_type\":\"Personal Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"Travel photography adventures, travel tips, travel destinations, travel stories, photography tips\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my vibrant travel blog, where adventure and photography come together!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all sections of the blog.\",\"section_prompt\":\"Include menu links to About, Destinations, Travel Tips, Photo Gallery, and Contact sections.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Wanderlust Chronicles\",\"section_description\":\"Join me as I embark on extraordinary journeys filled with culture, adventure, and stunning photography.\",\"section_prompt\":\"Highlight the essence of travel and visual storytelling.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Discover my passion for travel and photography and the stories behind my adventures.\",\"section_prompt\":\"Introduce the author and their journey in travel and photography.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Destinations\",\"section_description\":\"Explore some of my favorite travel destinations with highlights and visuals.\",\"section_prompt\":\"List and link to featured blogs about popular travel destinations.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Travel Stories\",\"section_description\":\"Catch up on my most recent travel adventures and photography experiences.\",\"section_prompt\":\"Showcase snippets of latest blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Adventures\",\"section_description\":\"Subscribe for updates on my latest travels and photography tips!\",\"section_prompt\":\"Encourage visitors to sign up for the newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media handles.\",\"section_prompt\":\"Include essential site links and social media.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey as a traveler and photographer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation to About, Destinations, Travel Tips, Photo Gallery, and Contact.\",\"section_prompt\":\"Include menu links to all pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Travel Journey\",\"section_description\":\"A glimpse into my passion for travel and photography and how it all began.\",\"section_prompt\":\"Introduce the personal story behind the blog.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Passion for Photography\",\"section_description\":\"Discover how photography enhances my travel experiences and storytelling.\",\"section_prompt\":\"Detail the author\'s passion for photography.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Moments that Inspire\",\"section_description\":\"Share insights into the transformative power of travel and capturing unique moments.\",\"section_prompt\":\"Discuss specific experiences that shaped the author.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"I\'d love to hear from you about your travel experiences!\",\"section_prompt\":\"Encourage visitor interaction through comments or email.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media handles.\",\"section_prompt\":\"Include essential site links.\"}]},{\"page_type\":\"destinations\",\"page_title\":\"Destinations\",\"page_description\":\"Exploring the world\'s wonders through my travel stories.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation to About, Destinations, Travel Tips, Photo Gallery, and Contact.\",\"section_prompt\":\"Include menu links to all pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore Destinations\",\"section_description\":\"Detailed accounts of the places I\'ve visited across the globe.\",\"section_prompt\":\"Introduce the destinations featured on the blog.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Top Destinations\",\"section_description\":\"Highlight and link to blog entries about top travel locations.\",\"section_prompt\":\"List popular destinations with links to articles.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Unique Experiences\",\"section_description\":\"Share stories of unique cultural experiences from my travels.\",\"section_prompt\":\"Detail specific encounters that reflect each location.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Favorite Destination\",\"section_description\":\"Comment below with your favorite travel spots!\",\"section_prompt\":\"Encourage visitor interaction relating to travel aspirations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media handles.\",\"section_prompt\":\"Include essential site links.\"}]},{\"page_type\":\"travel_tips\",\"page_title\":\"Travel Tips\",\"page_description\":\"Helpful advice for fellow travelers and photography enthusiasts.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation to About, Destinations, Travel Tips, Photo Gallery, and Contact.\",\"section_prompt\":\"Include menu links to all pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Tips & Insights\",\"section_description\":\"Practical advice gathered from my own travel experiences.\",\"section_prompt\":\"Introduce the advice section.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Planning Your Trip\",\"section_description\":\"Tips on how to plan your trip effectively for a great travel experience.\",\"section_prompt\":\"List planning tips for travelers.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Photography Tips\",\"section_description\":\"Photography techniques to capture stunning travel moments.\",\"section_prompt\":\"Include photography tips for aspiring travel photographers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Have Questions?\",\"section_description\":\"Feel free to ask your travel and photography questions!\",\"section_prompt\":\"Encourage visitor interaction for advice.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media handles.\",\"section_prompt\":\"Include essential site links.\"}]},{\"page_type\":\"photo_gallery\",\"page_title\":\"Photo Gallery\",\"page_description\":\"A showcase of my photography from various travels.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation to About, Destinations, Travel Tips, Photo Gallery, and Contact.\",\"section_prompt\":\"Include menu links to all pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Photography Collection\",\"section_description\":\"Dive into my visual storytelling through travel photography.\",\"section_prompt\":\"Introduce the gallery of photos.\"},{\"section_type\":\"gallery\",\"section_title\":\"Stunning Shots\",\"section_description\":\"A collection of my favorite travel photographs from across the globe.\",\"section_prompt\":\"Showcase selected photographs.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Behind the Lens\",\"section_description\":\"A look at the stories behind my favorite photographs.\",\"section_prompt\":\"Share narratives connected to specific images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Prints Available\",\"section_description\":\"Interested in prints of my photos? Contact me for details!\",\"section_prompt\":\"Encourage visitors to inquire about photo prints.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media handles.\",\"section_prompt\":\"Include essential site links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for inquiries and collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation to About, Destinations, Travel Tips, Photo Gallery, and Contact.\",\"section_prompt\":\"Include menu links to all pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I\\u2019d love to hear from fellow travelers and photography enthusiasts!\",\"section_prompt\":\"Introduce contact details.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to reach out to me.\",\"section_prompt\":\"Provide a form for visitors to contact the author.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Follow Me\",\"section_description\":\"Connect with me on social media for updates and stories.\",\"section_prompt\":\"List social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media handles.\",\"section_prompt\":\"Include essential site links.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1097}', '2025-11-24 11:29:01', '2025-11-24 11:29:01'),
(1106, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing my creative journey and professional graphic design projects.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative projects, design services, client testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio. Here you\'ll find my creative journey and projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the website.\",\"section_prompt\":\"Include site navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my creative world of graphic design, filled with innovative projects and unique design solutions.\",\"section_prompt\":\"Display an eye-catching hero image or design.\"},{\"section_type\":\"about\",\"section_title\":\"My Journey\",\"section_description\":\"A brief narrative about my experiences and passion for graphic design, showcasing my creative evolution.\",\"section_prompt\":\"Use engaging visuals to enhance the storytelling.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Services Offered\",\"section_description\":\"Overview of design services I provide including branding, logo design, and illustration.\",\"section_prompt\":\"Create a visual listing of each service with brief descriptions.\"},{\"section_type\":\"gallery\",\"section_title\":\"My Work\",\"section_description\":\"A curated gallery showcasing my completed graphic design projects with detailed descriptions.\",\"section_prompt\":\"Feature images of projects in a grid layout.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Hear from my satisfied clients about their experiences and satisfaction with my work.\",\"section_prompt\":\"Include positive quotes and feedback from clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay updated with my latest projects and blog posts in the graphic design realm.\",\"section_prompt\":\"Provide links to the most recent work or articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Ready to start a project or collaboration? Don\'t hesitate to reach out!\",\"section_prompt\":\"Encourage visitors to contact me for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Concluding elements and links for the website.\",\"section_prompt\":\"Include copyright and site links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background and experience in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the website.\",\"section_prompt\":\"Include site navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A deeper dive into who I am and what inspires my graphic design work.\",\"section_prompt\":\"Highlight your philosophy and approach to design.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Background\",\"section_description\":\"Outline my education, training, and key experiences that shaped my career in graphic design.\",\"section_prompt\":\"Focus on key milestones.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Creative Achievements\",\"section_description\":\"Showcase notable projects and successful collaborations throughout my career.\",\"section_prompt\":\"Include highlights of impactful work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Interested in working together? Let\'s discuss your project!\",\"section_prompt\":\"Encourage contact for collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Concluding elements and links for the website.\",\"section_prompt\":\"Include copyright and site links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Design Services\",\"page_description\":\"Explore the various graphic design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the website.\",\"section_prompt\":\"Include site navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Services Offered\",\"section_description\":\"Detailed overview of my professional graphic design services tailored for clients.\",\"section_prompt\":\"Use professional imagery related to each service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding\",\"section_description\":\"Comprehensive branding solutions that resonate with target audiences and elevate your business identity.\",\"section_prompt\":\"Include examples of branding work.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Logo Design\",\"section_description\":\"Custom logo designs that reflect your brand\'s personality and mission while standing out in the market.\",\"section_prompt\":\"Showcase logo examples.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Illustration\",\"section_description\":\"Unique illustrations to add a creative flair to your projects, whether for print or digital use.\",\"section_prompt\":\"Feature illustrations in various styles.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Provide answers to common questions regarding my design services and process.\",\"section_prompt\":\"Address typical client concerns.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Create Together\",\"section_description\":\"Excited about a project? Contact me to discuss your ideas and how I can help!\",\"section_prompt\":\"Encourage visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Concluding elements and links for the website.\",\"section_prompt\":\"Include copyright and site links.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"Feedback from clients about their experiences working with me.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the website.\",\"section_prompt\":\"Include site navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Clients Say\",\"section_description\":\"A collection of testimonials from satisfied clients who have worked with me on various projects.\",\"section_prompt\":\"Pull quotes from clients.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Experiences\",\"section_description\":\"Detailed testimonials highlighting successful collaborations and the impact of my graphic design work.\",\"section_prompt\":\"Use a clear format for each review.\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Brands I\'ve Worked With\",\"section_description\":\"Showcase the brands and companies that have trusted me with their graphic design needs.\",\"section_prompt\":\"Include logos of businesses you\'ve collaborated with.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Want to Work Together?\",\"section_description\":\"If my clients are happy, you will be too. Let\'s start a project!\",\"section_prompt\":\"Encourage potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Concluding elements and links for the website.\",\"section_prompt\":\"Include copyright and site links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for inquiries, collaborations, or any questions you may have.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the website.\",\"section_prompt\":\"Include site navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I am here to help! Feel free to reach out for any inquiries or project discussions.\",\"section_prompt\":\"Include a welcoming image.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below and I will get back to you as soon as possible!\",\"section_prompt\":\"Create a user-friendly contact form.\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Contact Details\",\"section_description\":\"You can also reach me via email, phone, or on social media.\",\"section_prompt\":\"Provide detailed contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Concluding elements and links for the website.\",\"section_prompt\":\"Include copyright and site links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1106}', '2025-11-25 05:58:01', '2025-11-25 05:58:01');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1111, 134, NULL, 'A freelance website for a web developer', '{\"website_title\":\"My Web Development Portfolio\",\"website_description\":\"A personal website showcasing my skills, projects, services, and insights in web development.\",\"website_type\":\"personal\",\"website_industry\":\"Technology\",\"search_query\":\"web development, freelance developer, web design, portfolio, client testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio. Explore my services and projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements.\",\"section_prompt\":\"Bootstrap navbar with logo and links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover my web development skills and services.\",\"section_prompt\":\"A full-width banner with a welcoming message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background and experience in web development.\",\"section_prompt\":\"A brief introduction about myself.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Services Offered\",\"section_description\":\"Here are the services I provide to help you build and maintain your online presence.\",\"section_prompt\":\"Grid layout showcasing services: Website Design, Development, Maintenance, Consultation.\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Projects\",\"section_description\":\"Check out the diverse range of projects I have completed for my clients.\",\"section_prompt\":\"A gallery of projects with images and descriptions.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Read what my clients say about my work.\",\"section_prompt\":\"Quotes from clients highlighting their satisfaction.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Keep up with the latest trends in web development through my blog.\",\"section_prompt\":\"Preview of the latest blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Ready to discuss your project? Contact me today!\",\"section_prompt\":\"A button directing to the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and copyright information.\",\"section_prompt\":\"Standard footer elements.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn about my background and expertise in web development.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements.\",\"section_prompt\":\"Bootstrap navbar with logo and links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"More about my journey as a web developer.\",\"section_prompt\":\"Banner introducing the about section.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Background\",\"section_description\":\"An overview of my education, experience, and skills in web development.\",\"section_prompt\":\"Descriptive content about professional background.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Approach\",\"section_description\":\"How I work with clients to ensure their needs are met effectively.\",\"section_prompt\":\"Description of my work philosophy.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Take a look at my portfolio and services offered.\",\"section_prompt\":\"A button linking to the portfolio.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and copyright information.\",\"section_prompt\":\"Standard footer elements.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Explore the web development services I offer to my clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements.\",\"section_prompt\":\"Bootstrap navbar with logo and links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Detailed overview of my services available to clients.\",\"section_prompt\":\"Banner introducing the services section.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Website Design\",\"section_description\":\"I create visually appealing and user-friendly designs tailored to your brand.\",\"section_prompt\":\"Design description with accompanying image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Website Development\",\"section_description\":\"Responsive and dynamic websites built with the latest technologies.\",\"section_prompt\":\"Development description with accompanying image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Maintenance Services\",\"section_description\":\"Ongoing website support and updates to ensure optimal performance.\",\"section_prompt\":\"Maintenance description with accompanying image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Consultation\",\"section_description\":\"Personalized advice and strategies to enhance your online presence.\",\"section_prompt\":\"Consultation description with accompanying image.\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQs\",\"section_description\":\"Common questions about my services and processes answered.\",\"section_prompt\":\"List of frequently asked questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Ready to start your project? Reach out to discuss your needs.\",\"section_prompt\":\"A button directing to the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and copyright information.\",\"section_prompt\":\"Standard footer elements.\"}]},{\"page_type\":\"blog\",\"page_title\":\"My Blog\",\"page_description\":\"Read my blog for insights and updates on web development.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements.\",\"section_prompt\":\"Bootstrap navbar with logo and links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Blog\",\"section_description\":\"Latest insights, tips, and trends in web development.\",\"section_prompt\":\"Banner introducing the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"A collection of my latest articles related to web development trends.\",\"section_prompt\":\"Grid layout showcasing blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Join my newsletter for the latest posts and insights.\",\"section_prompt\":\"A button to sign up for newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and copyright information.\",\"section_prompt\":\"Standard footer elements.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for project inquiries or discussions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements.\",\"section_prompt\":\"Bootstrap navbar with logo and links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Let\'s connect and discuss your project needs.\",\"section_prompt\":\"Banner introducing the contact section.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"Fill out the form below to send me a message.\",\"section_prompt\":\"Form with fields for name, email, message.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"You can also reach me at my email or social media handles.\",\"section_prompt\":\"Display email and social links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and copyright information.\",\"section_prompt\":\"Standard footer elements.\"}]}],\"user_prompt\":\"A freelance website for a web developer\",\"prompt_id\":1111}', '2025-11-26 11:27:56', '2025-11-26 11:27:56'),
(1115, 10, NULL, 'Create a website for \"New England Smart Systems\". We leverage wholesaling certain construction costs with the most reputable installers in the New England region to provide the most competitive quotes. With over 12 years of experience specializing in increasing residential and commercial efficiency ratings to achieve net zero building standards, we are dedicated to providing cutting-edge solutions in HVAC, solar, battery storage.\n\nOur Approach: Consultation > Evaluation > Construction > Support', '{\"website_title\":\"New England Smart Systems\",\"website_description\":\"A platform dedicated to optimizing construction costs through reputable installer partnerships, enhancing efficiency ratings for residential and commercial buildings in New England.\",\"website_type\":\"Business\",\"website_industry\":\"Construction\",\"search_query\":\"construction, HVAC, sustainable building, energy efficiency, solar systems\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to New England Smart Systems, your go-to solution for enhancing building efficiency and achieving net zero standards.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and logo.\",\"section_prompt\":\"Bootstrap layout for header.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to New England Smart Systems\",\"section_description\":\"Specializing in cost optimization and building efficiency.\",\"section_prompt\":\"Highlight main solutions with a welcoming design.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our experience and mission to enhance construction standards.\",\"section_prompt\":\"Introduce the company and its core values.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our key services aimed at optimizing your construction projects.\",\"section_prompt\":\"Display available services: HVAC solutions, solar installations, battery storage.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Approach\",\"section_description\":\"From consultation to support, understand our process in detail.\",\"section_prompt\":\"Explain the stages of service delivery.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Hear from our satisfied clients about their experience with us.\",\"section_prompt\":\"Share short quotes from clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Check out our latest news and updates on construction efficiency.\",\"section_prompt\":\"Showcase recent posts or articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Contact us for competitive quotes and expert guidance.\",\"section_prompt\":\"Encourage further engagement with a clear call-to-action.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and contact information.\",\"section_prompt\":\"Standard footer layout.\"}]}],\"user_prompt\":\"Create a website for \\\"New England Smart Systems\\\". We leverage wholesaling certain construction costs with the most reputable installers in the New England region to provide the most competitive quotes. With over 12 years of experience specializing in increasing residential and commercial efficiency ratings to achieve net zero building standards, we are dedicated to providing cutting-edge solutions in HVAC, solar, battery storage.\\n\\nOur Approach: Consultation > Evaluation > Construction > Support\",\"prompt_id\":1115}', '2025-11-27 05:07:32', '2025-11-27 05:07:32'),
(1116, 10, 627, '\"Create a website for \\\"New England Smart Systems\\\". We leverage wholesaling certain construction costs with the most reputable installers in the New England region to provide the most competitive quotes. With over 12 years of experience specializing in increasing residential and commercial efficiency ratings to achieve net zero building standards, we are dedicated to providing cutting-edge solutions in HVAC, solar, battery storage. \\nOur Approach: Consultation > Evaluation > Construction > Support\"', '{\"website_title\":\"New England Smart Systems\",\"website_description\":\"Expertise in competitive construction cost quotes for HVAC, solar, and battery storage solutions, enhancing efficiency ratings for residential and commercial buildings.\",\"website_type\":\"Corporate\",\"website_industry\":\"Construction\",\"search_query\":\"energy efficiency, construction quotes, HVAC solutions, solar installation, battery storage\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to New England Smart Systems, your trusted partner in energy solutions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate our offerings easily with our comprehensive menu.\",\"section_prompt\":\"Navbar with links to all main pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Peace of Mind. Performance. Convenience.\",\"section_description\":\"Providing competitive construction cost quotes through reputable installers.\",\"section_prompt\":\"Main banner with high-quality images of energy-efficient buildings.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Taking the stress out of home improvement, we understand the difficulties in knowing who you can trust. We leverage wholesaling certain construction costs with the most reputable installers in the New England region to provide the most competitive quotes. Take the guess work out of the decision to ensure your peace of mind.\",\"section_prompt\":\"Details about our mission and values.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Our Approach\",\"section_description\":\"Our structured approach includes Consultation, Evaluation, Construction, and Support.\",\"section_prompt\":\"Detailed bullet points or icons representing each step.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Hear from our satisfied customers about their experiences with our services.\",\"section_prompt\":\"Positive customer feedback highlighted.\"},{\"section_type\":\"logos_section\",\"section_title\":\"Clients and Partners\",\"section_description\":\"Working With the Best Clients and Partners\"},{\"section_type\":\"faq_section\",\"section_title\":\"FAQ\",\"section_description\":\"Answer common questions:\\nCan I take advantage of rebates and state funding?\\nHow long is the offer good for?\\nHow long will the Assessment take?\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with our latest blog articles on energy efficiency and industry trends.\",\"section_prompt\":\"Links to recent blog articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact us today for your energy efficiency solutions!\",\"section_prompt\":\"Encouragement to fill out the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and important resources.\",\"section_prompt\":\"Footer with essential links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about New England Smart Systems and our commitment to energy solutions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate our offerings easily with our comprehensive menu.\",\"section_prompt\":\"Navbar with links to all main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About New England Smart Systems\",\"section_description\":\"Our Approach and Expertise\",\"section_prompt\":\"Banner showing company logo.\"},{\"section_type\":\"about\",\"section_title\":\"Our Story\",\"section_description\":\"With over 12 years of experience specializing in increasing residential and commercial efficiency ratings to achieve net zero building standards, we are dedicated to providing cutting-edge solutions in HVAC, solar, battery storage, insulation, windows, and general construction. Our customer based approach ensures that your needs are met with precision, care, and reliability.\",\"section_prompt\":\"Chronological overview of the company\'s milestones.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Success Stories\",\"section_description\":\"Hear from our clients about our reliable services.\",\"section_prompt\":\"Feedback from clients praising our work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us\",\"section_description\":\"Ready to work with us? Get in touch today!\",\"section_prompt\":\"Link to contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and important resources.\",\"section_prompt\":\"Footer with essential links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Residential Services\",\"page_description\":\"Explore the comprehensive services we offer in energy solutions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate our offerings easily with our comprehensive menu.\",\"section_prompt\":\"Navbar with links to all main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Services\",\"section_description\":\"Bringing comfort and ease to every project!\",\"section_prompt\":\"Banner showcasing the services provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"HVAC Solutions\",\"section_description\":\"Tailored HVAC systems designed for efficiency and comfort. \\nMini-splits\\nHeat Pumps\\nSmart Thermostats\",\"section_prompt\":\"Image and text detailing HVAC services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Solar & Battery Storage\",\"section_description\":\"Expert energy solutions to power your buildings.\\nRooftop\\nGround Mounts\\nSolar Pergolas\\nWhole Home Backup\\nCharging Stations\",\"section_prompt\":\"Image and text detailing solar services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Insulation\",\"section_description\":\"Innovative insulation solutions for energy efficiency.\\nCellulose\\nSpray Foam\\nMineral Wool\",\"section_prompt\":\"Image and text detailing battery storage services.\"},{\"section_type\":\"feature_section\",\"section_title\":\"Roofing\",\"section_description\":\"GAF Master Elite\\nCertainteed\\nOwens Corning\"},{\"section_type\":\"feature_section\",\"section_title\":\"Windows\",\"section_description\":\"Highlight a feature in details:\\nWindows\\nSkylights\\nSliders\\nDoors\"},{\"section_type\":\"feature_section\",\"section_title\":\"Custom Finishing\",\"section_description\":\"We do it all!\\nFlooring\\nKitchens\\nBathrooms\\nAccent walls\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Get your queries answered about our services.\",\"section_prompt\":\"List of common questions and responses.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us\",\"section_description\":\"Interested in our services? Let us know!\",\"section_prompt\":\"Encouragement to fill out the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and important resources.\",\"section_prompt\":\"Footer with essential links.\"}]},{\"page_type\":\"commercial-services\",\"page_title\":\"Commercial Services\",\"page_description\":\"Explore our expert commercial HVAC, solar, and battery storage solutions to enhance efficiency and reduce operational costs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section serves as the introductory header for the page, establishing branding and navigation links.\",\"section_prompt\":\"A full-width header with the logo on the left and navigation links on the right, styled with a dark background.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Commercial Services\",\"section_description\":\"Take your business to the next level\",\"section_prompt\":\"A hero banner with a compelling image representing commercial services, including a captivating headline and a subtext, centered with a light overlay for readability.\"},{\"section_type\":\"about\",\"section_title\":\"Why Choose Our Commercial Solutions?\",\"section_description\":\"Discover the unique advantages of our commercial services, including expert insights and tailored solutions for your business.\",\"section_prompt\":\"A responsive layout with text on the left and an engaging image on the right to illustrate the benefits of choosing our services.\"},{\"section_type\":\"feature_section\",\"section_title\":\"Solar & Battery Leasing\",\"section_description\":\"Let us pay you! We currently offer on qualified properties annual lease payments for solar and battery container placement.  Increase net operating income for zero capital expenditure.\"},{\"section_type\":\"feature_section\",\"section_title\":\"Cell Tower Leasing\",\"section_description\":\"On approved properties we can place a cell kit that carriers will pay to use\"},{\"section_type\":\"feature_section\",\"section_title\":\"EV Charging Stations\",\"section_description\":\"Generate extra income by installing a pay by use EV charging station\"},{\"section_type\":\"feature_section\",\"section_title\":\"Ownership\",\"section_description\":\"You can own the systems out right as well! Solar, batteries and EV chargers\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get a Quote Today!\",\"section_description\":\"Encouraging potential clients to reach out for a personalized quote that meets their specific needs.\",\"section_prompt\":\"A prominent call-to-action section with a background image, featuring a clear call-to-action button urging visitors to request a quote.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This section provides links to important resources, contact information, and social media links.\",\"section_prompt\":\"A well-organized footer with three columns: contact information, quick links, and social media icons, designed with a contrasting background for visibility.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with New England Smart Systems for inquiries and consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate our offerings easily with our comprehensive menu.\",\"section_prompt\":\"Navbar with links to all main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Reach out to us for your energy solutions needs.\",\"section_prompt\":\"Contact details and location.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"Fill out the form below and we will respond promptly.\",\"section_prompt\":\"Standard contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our office or reach out via email and phone.\",\"section_prompt\":\"Detailed contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and important resources.\",\"section_prompt\":\"Footer with essential links.\"}]}],\"user_prompt\":\"Create a website for \\\"New England Smart Systems\\\". We leverage wholesaling certain construction costs with the most reputable installers in the New England region to provide the most competitive quotes. With over 12 years of experience specializing in increasing residential and commercial efficiency ratings to achieve net zero building standards, we are dedicated to providing cutting-edge solutions in HVAC, solar, battery storage. \\nOur Approach: Consultation > Evaluation > Construction > Support\",\"prompt_id\":1116,\"theme\":\"soft\",\"colors\":[[31,97,197],[99,99,99]],\"fonts\":\"soft-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_6927e1e8443cf.png\",\"contact_details\":{\"phone_number\":\"+1 401 400 0427\",\"email\":\"info@nesspros.com\",\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2025-11-27 05:12:37', '2025-11-27 05:30:18'),
(1126, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Graphic Design Portfolio\",\"website_description\":\"A dedicated portfolio showcasing my graphic design work, emphasizing creativity and visual communication skills.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative design, visual communication, design inspiration\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where I share my creativity and skills in visual communication.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header of my portfolio, featuring my logo and navigation links.\",\"section_prompt\":\"Bootstrap navigation bar layout.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my graphic design creations that reflect my passion and skills in visual storytelling.\",\"section_prompt\":\"Full-width hero image with a title overlay.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Get to know me and my journey in graphic design, including my inspirations and artistic process.\",\"section_prompt\":\"Brief introduction with a personal photo.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Designs\",\"section_description\":\"Browse through my best designs, showcasing a variety of styles and projects.\",\"section_prompt\":\"Grid layout displaying selected design thumbnails.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from my clients about their experiences working with me and the impact of my designs.\",\"section_prompt\":\"Display feedback from clients in a rotating carousel.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Collaborate\",\"section_description\":\"Interested in working together? Reach out to learn more about my design services.\",\"section_prompt\":\"A bold call to action with a button leading to the contact page.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out my latest thoughts on design trends and inspirations I draw from.\",\"section_prompt\":\"Snippet of recent blog posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and copyright information, connecting users to social media.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background, inspirations, and approach as a graphic designer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header of the about page, featuring navigation links.\",\"section_prompt\":\"Bootstrap navigation bar layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"A closer look at my path and experiences in the field of graphic design.\",\"section_prompt\":\"Banner image that reflects the theme of the page.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Design Inspirations\",\"section_description\":\"Explore the various sources of inspiration that fuel my creativity, from art and nature to culture.\",\"section_prompt\":\"Text content discussing inspirations.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Design Process\",\"section_description\":\"An overview of how I approach each project, from concept to execution.\",\"section_prompt\":\"Detailed description of the design workflow.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"See My Work\",\"section_description\":\"Encourage visitors to explore my portfolio to see my designs in action.\",\"section_prompt\":\"Call to action leading to portfolio section.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and copyright information, connecting users to social media.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for collaborations or inquiries regarding my graphic design work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header of the contact page, featuring navigation links.\",\"section_prompt\":\"Bootstrap navigation bar layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact me for opportunities, collaborations, or inquiries about my work.\",\"section_prompt\":\"Banner image that reflects the theme of the page.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to reach me directly regarding any questions.\",\"section_prompt\":\"Form layout for user input.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Work Together\",\"section_description\":\"Looking forward to hearing from you and discussing potential projects.\",\"section_prompt\":\"Simple call to action for collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and copyright information, connecting users to social media.\",\"section_prompt\":\"Standard footer layout.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1126}', '2025-11-28 05:21:06', '2025-11-28 05:21:06'),
(1127, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A personal portfolio showcasing my creativity and skill in graphic design, featuring my projects, testimonials, and insights through a blog.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative projects, design tips, client testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where you can explore my creative projects and insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to different sections of the website.\",\"section_prompt\":\"Includes links to Home, About Me, My Projects, Client Testimonials, Blog, and Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover my creative journey and the projects that define my graphic design style.\",\"section_prompt\":\"A captivating introduction with a striking visual.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my passion for graphic design and my creative process.\",\"section_prompt\":\"A brief introduction about my background and inspiration.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"A showcase of my completed design works, each reflecting my unique approach and creativity.\",\"section_prompt\":\"Display thumbnails of several projects with links to detailed views.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out my latest blog posts where I share tips and my design journey.\",\"section_prompt\":\"Teaser for the latest 3 blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch!\",\"section_description\":\"Interested in working together? Contact me for commissions or inquiries.\",\"section_prompt\":\"A button linking to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media profiles.\",\"section_prompt\":\"Additional links and copyright information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background and passion for graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to different sections of the website.\",\"section_prompt\":\"Includes links to Home, About Me, My Projects, Client Testimonials, Blog, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A personal introduction that highlights my journey and expertise in graphic design.\",\"section_prompt\":\"A visual element representing me or my work.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"A brief overview of my experience and skills in graphic design.\",\"section_prompt\":\"Details about my education and career path.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"Insights into my approach and what inspires my work.\",\"section_prompt\":\"Thoughts on creativity and design principles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Check Out My Work!\",\"section_description\":\"Explore my projects and see my skills in action.\",\"section_prompt\":\"A button linking to the My Projects page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media profiles.\",\"section_prompt\":\"Additional links and copyright information.\"}]},{\"page_type\":\"projects\",\"page_title\":\"My Projects\",\"page_description\":\"A detailed showcase of my graphic design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to different sections of the website.\",\"section_prompt\":\"Includes links to Home, About Me, My Projects, Client Testimonials, Blog, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Projects\",\"section_description\":\"Explore a curated selection of my completed design works.\",\"section_prompt\":\"A visual-related element representing my projects.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Featured Works\",\"section_description\":\"A gallery of my best projects, highlighting my skills and creativity.\",\"section_prompt\":\"Collection of images and descriptions of selected works.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project Spotlight: Logo Design\",\"section_description\":\"An in-depth look at a specific logo design project I completed.\",\"section_prompt\":\"Detailed insights and visuals of the project.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Want to Collaborate?\",\"section_description\":\"If you like my work, let\'s talk about your project!\",\"section_prompt\":\"A button linking to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media profiles.\",\"section_prompt\":\"Additional links and copyright information.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"Feedback from clients about my graphic design work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to different sections of the website.\",\"section_prompt\":\"Includes links to Home, About Me, My Projects, Client Testimonials, Blog, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Feedback\",\"section_description\":\"What my clients say about my design services.\",\"section_prompt\":\"A visual element representing clients or design.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What They Say\",\"section_description\":\"A collection of testimonials highlighting client satisfaction with my work.\",\"section_prompt\":\"Quotes from clients with their names.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Start Your Project?\",\"section_description\":\"Contact me to discuss your design ideas!\",\"section_prompt\":\"A button linking to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media profiles.\",\"section_prompt\":\"Additional links and copyright information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights and tips from my journey in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to different sections of the website.\",\"section_prompt\":\"Includes links to Home, About Me, My Projects, Client Testimonials, Blog, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Posts\",\"section_description\":\"Stay updated with my latest insights and design tips.\",\"section_prompt\":\"A visual element related to blogging.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Design Insights\",\"section_description\":\"A grid showcasing my latest blog posts covering various topics in graphic design.\",\"section_prompt\":\"Thumbnails and titles of recent blog entries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Discussion!\",\"section_description\":\"Follow my blog for tips, news, and insights in graphic design.\",\"section_prompt\":\"A button linking to recent posts or subscription.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media profiles.\",\"section_prompt\":\"Additional links and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for commissions or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to different sections of the website.\",\"section_prompt\":\"Includes links to Home, About Me, My Projects, Client Testimonials, Blog, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"I would love to hear from you! Reach out for design commissions or inquiries.\",\"section_prompt\":\"A visual element inviting communication.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch with me.\",\"section_prompt\":\"A simple contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Or Reach Me At\",\"section_description\":\"Find my contact details for direct communication.\",\"section_prompt\":\"Email and phone information displayed.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media profiles.\",\"section_prompt\":\"Additional links and copyright information.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1127}', '2025-11-28 05:21:16', '2025-11-28 05:21:16');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1140, 10, NULL, 'Website for Trusted Aviation Advisors named \"Paradise Jets\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.', '{\"website_title\":\"Paradise Jets\",\"website_description\":\"Paradise Jets is a premier aviation advisory service firm specializing in consultation, charter, acquisition, sales, and management services tailored to meet the unique needs of clients in the private aviation industry.\",\"website_type\":\"business\",\"website_industry\":\"Automotive\",\"search_query\":\"private aviation services, aviation consultancy, charter flights, aircraft management, aviation trends\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Paradise Jets, your trusted partner in private aviation advisory services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and branding details.\",\"section_prompt\":\"Include links to all pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Paradise Jets\",\"section_description\":\"Your premier aviation advisory service, dedicated to excellence in private aviation solutions.\",\"section_prompt\":\"Attractive image of private jets in action.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission, vision, and the values that drive our aviation consulting services.\",\"section_prompt\":\"Provide details about our company philosophy and team expertise.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our range of tailored aviation services designed for your needs.\",\"section_prompt\":\"Include consultation, charter flights, aircraft acquisition, sales, and management.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Catch up on the latest trends and insights in the aviation industry with our blog.\",\"section_prompt\":\"Highlight recent blog posts relevant to aviation.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Read testimonials from satisfied clients who have experienced our services first-hand.\",\"section_prompt\":\"Include a selection of client testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started with Us\",\"section_description\":\"Ready to elevate your aviation experience? Contact us today!\",\"section_prompt\":\"Encourage visitors to reach out for consultations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Company details, links to privacy policy and terms of service.\",\"section_prompt\":\"Include contact information and social media links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Discover the mission and values behind Paradise Jets.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and branding details.\",\"section_prompt\":\"Include links to all pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about us and our commitment to excellence in aviation consulting.\",\"section_prompt\":\"Image representing our core values in aviation.\"},{\"section_type\":\"about\",\"section_title\":\"Our Mission\",\"section_description\":\"To provide exceptional aviation advisory services tailored to the unique needs of our clients.\",\"section_prompt\":\"Detail the focus and aspiration of the firm.\"},{\"section_type\":\"about\",\"section_title\":\"Our Values\",\"section_description\":\"Integrity, transparency, and customer-centricity are at the forefront of our services.\",\"section_prompt\":\"Discuss core company values.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect With Us\",\"section_description\":\"Interested in our services? Reach out for more information!\",\"section_prompt\":\"Encourage visitors to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Company details, links to privacy policy and terms of service.\",\"section_prompt\":\"Include contact information and social media links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the comprehensive aviation services we offer at Paradise Jets.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and branding details.\",\"section_prompt\":\"Include links to all pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"A detailed look at the services tailored to your aviation needs.\",\"section_prompt\":\"Image depicting our services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Consultation Services\",\"section_description\":\"Expert guidance on all aspects of private aviation to ensure you make informed decisions.\",\"section_prompt\":\"Details about consultation process and outcomes.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Charter Flights\",\"section_description\":\"Flexible and luxury charter flight options for both business and leisure travel.\",\"section_prompt\":\"Describe various charter options.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Aircraft Acquisition\",\"section_description\":\"Assistance in acquiring the right aircraft that fits your operational needs.\",\"section_prompt\":\"Discuss acquisition process and benefits.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Sales Services\",\"section_description\":\"Professional sales representation to help you sell your aircraft effortlessly.\",\"section_prompt\":\"Outline our sales strategy and network.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries regarding our services and processes.\",\"section_prompt\":\"Provide clear answers to typical client questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Fly?\",\"section_description\":\"Contact us for a personalized consultation on your aviation needs.\",\"section_prompt\":\"Encourage visitors to reach out for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Company details, links to privacy policy and terms of service.\",\"section_prompt\":\"Include contact information and social media links.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Feedback\",\"page_description\":\"Discover what our clients say about their experiences with Paradise Jets.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and branding details.\",\"section_prompt\":\"Include links to all pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Feedback\",\"section_description\":\"See how our services have positively impacted our clients.\",\"section_prompt\":\"Image reflecting client satisfaction.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"A collection of testimonials from clients in the private aviation industry.\",\"section_prompt\":\"Highlight a variety of client experiences.\"},{\"section_type\":\"about\",\"section_title\":\"Our Commitment\",\"section_description\":\"Hear how we continuously strive for excellence in all our services.\",\"section_prompt\":\"Reiterate our dedication to client satisfaction.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Experience\",\"section_description\":\"We value your feedback! Let us know how we did.\",\"section_prompt\":\"Encouragement for visitors to leave testimonials.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Company details, links to privacy policy and terms of service.\",\"section_prompt\":\"Include contact information and social media links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Insights and Trends\",\"page_description\":\"Stay updated with the latest trends in the aviation industry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and branding details.\",\"section_prompt\":\"Include links to all pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"Explore our blog for the latest news and insights in aviation.\",\"section_prompt\":\"Image that captures current aviation trends.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"A grid of our latest blog posts on aviation trends and insights.\",\"section_prompt\":\"Links to recent blog entries.\"},{\"section_type\":\"about\",\"section_title\":\"The Importance of Staying Informed\",\"section_description\":\"Why keeping up with aviation insights is crucial for clients.\",\"section_prompt\":\"Discuss the significance of these insights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Have questions or comments? We\\u2019d love to hear from you!\",\"section_prompt\":\"Encourage reader engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Company details, links to privacy policy and terms of service.\",\"section_prompt\":\"Include contact information and social media links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Paradise Jets for your aviation needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and branding details.\",\"section_prompt\":\"Include links to all pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\\u2019re here to assist you with your aviation inquiries.\",\"section_prompt\":\"Image representing communication.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out to Us\",\"section_description\":\"Fill out the form below and we\'ll get back to you promptly.\",\"section_prompt\":\"Include fields for name, email, message.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our office or reach us by phone and email.\",\"section_prompt\":\"Provide map and contact details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Company details, links to privacy policy and terms of service.\",\"section_prompt\":\"Include contact information and social media links.\"}]}],\"user_prompt\":\"Website for Trusted Aviation Advisors named \\\"Paradise Jets\\\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.\",\"prompt_id\":1140}', '2025-11-28 12:58:55', '2025-11-28 12:58:55'),
(1165, 10, NULL, 'A website for air charter services name \"NewYork Charters\"', '{\"website_title\":\"NewYork Charters\",\"website_description\":\"Professional air charter service providing private flight options in and around New York.\",\"website_type\":\"service\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"private jets, air charter services, flight options, New York charters\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to NewYork Charters, your go-to service for private air travel in New York.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to NewYork Charters\",\"section_description\":\"Experience luxury and convenience with our private air charter services.\",\"section_prompt\":\"\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"We provide personalized air travel solutions tailored to your needs.\",\"section_prompt\":\"\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our wide range of air charter services, including business travel, private vacations, emergency medical flights, and group charters.\",\"section_prompt\":\"\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Why Choose Us\",\"section_description\":\"Learn about our success stories and satisfied customers.\",\"section_prompt\":\"\"},{\"section_type\":\"reviews\",\"section_title\":\"Customer Testimonials\",\"section_description\":\"Hear what our clients have to say about their experiences with NewYork Charters.\",\"section_prompt\":\"\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common inquiries regarding our charter services.\",\"section_prompt\":\"\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay updated on news and tips related to private flying.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Flight Today!\",\"section_description\":\"Contact us now to book your private charter or get more information.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"A website for air charter services name \\\"NewYork Charters\\\"\",\"prompt_id\":1165}', '2025-12-02 11:23:46', '2025-12-02 11:23:46'),
(1171, NULL, NULL, 'Revamp my existing website, pmforu.com. I want to add a page to highlight my portfolio of projects that links to individual project pages.', '{\"website_title\":\"PM For U Portfolio\",\"website_description\":\"Showcasing my projects, skills, and accomplishments effectively on PM For U.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"portfolio, projects, web development, freelance work, personal branding\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my personal website where I showcase my skills and projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate the website easily and explore my work.\",\"section_prompt\":\"Bootstrap layout with navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my completed projects and professional work to understand my capabilities.\",\"section_prompt\":\"Full-width hero image with a brief introduction.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"I am a passionate developer with a keen eye for design and functionality. My projects reflect my commitment to excellence.\",\"section_prompt\":\"Simple layout with a brief biography.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Services Offered\",\"section_description\":\"I offer various services including web development, design, and project management.\",\"section_prompt\":\"Grid layout showcasing individual services with brief descriptions.\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Work\",\"section_description\":\"Take a look at the projects I have completed. Each project demonstrates my skills and dedication.\",\"section_prompt\":\"Thumbnail images linking to individual project detail pages.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay tuned for my latest news, articles, and insights on industry trends.\",\"section_prompt\":\"Grid layout showcasing the latest blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in collaborating or have any questions? Reach out to me through the contact page.\",\"section_prompt\":\"Highlighted button linking to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"All rights reserved. Contact information and social media links.\",\"section_prompt\":\"Standard footer with links.\"}]}],\"user_prompt\":\"Revamp my existing website, pmforu.com. I want to add a page to highlight my portfolio of projects that links to individual project pages.\",\"prompt_id\":1171}', '2025-12-02 14:16:53', '2025-12-02 14:16:53'),
(1172, 210, 667, '\"I would like to update my website, pmforu.com, adding a section called Portfolio to describe work that I have done. There should be additional pages that describe individual work done in the portfolio section of the website.\"', '{\"website_title\":\"Portfolio of My Work\",\"website_description\":\"This website showcases my projects, providing insights into my process and the skills I employed. Explore my journey through detailed project pages, client testimonials, and more.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"portfolio, design projects, creative showcase, project insights\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my online portfolio. Discover my journey and creativity.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website.\",\"section_prompt\":\"Create a responsive menu with links to various sections.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my creative journey and the projects I\'ve completed.\",\"section_prompt\":\"Highlight a captivating image with a brief introduction.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my background, skills, and passion for my work.\",\"section_prompt\":\"Provide a brief overview of your personal and professional background.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"Browse through some of my standout projects.\",\"section_prompt\":\"Display a grid of project thumbnails with titles linking to project details.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"A quick look at my key accomplishments in my career.\",\"section_prompt\":\"Present numbers and milestones in a visual format.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from those I\'ve worked with about their experiences.\",\"section_prompt\":\"Highlight quotes from clients in an appealing manner.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay updated with my most recent projects and news.\",\"section_prompt\":\"Provide links or snippets from your latest blog posts or announcements.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in collaborating or learning more? Let\'s connect!\",\"section_prompt\":\"Encourage visitors to reach out through your contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic footer content including copyright and additional links.\",\"section_prompt\":\"List copyright information and additional navigation.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background and expertise in portfolio creation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website.\",\"section_prompt\":\"Create a responsive menu with links to various sections.\"},{\"section_type\":\"call_to_action_section\",\"section_title\":\"Call to Action\",\"section_description\":\"Urge users to take action\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A deeper dive into my story and professional journey.\",\"section_prompt\":\"Utilize an engaging image and tagline.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Background\",\"section_description\":\"Description of my education, skills, and experiences.\",\"section_prompt\":\"Detail my professional background and relevant skills.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Why I Create\",\"section_description\":\"Insights into my motivation and creative process.\",\"section_prompt\":\"Include a relevant image alongside text.\"},{\"section_type\":\"social_cards\",\"section_title\":\"My Philosophy\",\"section_description\":\"My approach to work and the importance I place on projects.\",\"section_prompt\":\"Showcase quotes or principles that guide my work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect With Me\",\"section_description\":\"Encourage visitors to reach out and discuss potential collaborations.\",\"section_prompt\":\"Promote contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic footer content including copyright and additional links.\",\"section_prompt\":\"List copyright information and additional navigation.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Projects\",\"page_description\":\"A showcase of my completed projects with detailed descriptions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website.\",\"section_prompt\":\"Create a responsive menu with links to various sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Projects\",\"section_description\":\"Explore the projects I\'ve completed, categorized by type.\",\"section_prompt\":\"Utilize an engaging image related to portfolio work.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Project Categories\",\"section_description\":\"Different types of projects I\'ve worked on.\",\"section_prompt\":\"List categories such as Web Design, Graphic Design, etc.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Highlights\",\"section_description\":\"Images and snippets from various projects.\",\"section_prompt\":\"Display images representing each project.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my work and process.\",\"section_prompt\":\"Provide useful information for potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Start a Project\",\"section_description\":\"Encourage visitors to reach out for collaborations.\",\"section_prompt\":\"Promote contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic footer content including copyright and additional links.\",\"section_prompt\":\"List copyright information and additional navigation.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch to discuss your project ideas or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website.\",\"section_prompt\":\"Create a responsive menu with links to various sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out for collaboration and inquiries.\",\"section_prompt\":\"Utilize an engaging image related to connection.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Send Me a Message\",\"section_description\":\"Fill out the form below to get in touch.\",\"section_prompt\":\"Include fields for name, email, message, and a submit button.\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Contact Information\",\"section_description\":\"How to reach me directly via email or phone.\",\"section_prompt\":\"List various methods for contacting me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic footer content including copyright and additional links.\",\"section_prompt\":\"List copyright information and additional navigation.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Explore the various services I offer and how I can assist you in achieving your goals.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section serves as the primary navigation and branding area for my website.\",\"section_prompt\":\"Create a standard header with my website\'s logo and navigation menu positioned at the top. Use a responsive layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"A captivating visual banner that highlights my key services.\",\"section_prompt\":\"Design an inner banner with a striking visual that reflects my services, along with a brief tagline. Use a full-width image with overlay text.\"},{\"section_type\":\"about\",\"section_title\":\"What I Offer\",\"section_description\":\"Detailed insights into the range of services I provide, showcasing my skills and areas of expertise.\",\"section_prompt\":\"Introduce what I offer with a structured layout. Use columns to list and describe each service, ensuring clarity and readability.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Me?\",\"section_description\":\"Explore the unique benefits of choosing my services and the value I bring to clients.\",\"section_prompt\":\"Provide a compelling list of reasons why clients should consider my services. Use icons and brief text for an engaging presentation.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Encouragement for visitors to take the next step toward utilizing my services.\",\"section_prompt\":\"Include a call-to-action with a bold button leading to my contact page, inviting visitors to get in touch. Use a prominent layout that stands out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer provides essential information and links to social media, copyright, and additional navigation.\",\"section_prompt\":\"Create a footer with links to my social media, a copyright statement, and quick links to other important pages on my website. Ensure a clean and organized design.\"}]}],\"user_prompt\":\"I would like to update my website, pmforu.com, adding a section called Portfolio to describe work that I have done. There should be additional pages that describe individual work done in the portfolio section of the website.\",\"prompt_id\":1172,\"theme\":\"soft\",\"colors\":[[26,188,156],[36,36,36]],\"fonts\":\"soft-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2025-12-02 14:18:56', '2025-12-02 14:23:22'),
(1173, 210, 668, '\"Create my website = Tight & Nerdy. The Main Pages for this site include: Home, How We Got Here, Meet the Filmmakers, WHY, The Kickstarter, Contact, In the News.\"', '{\"website_title\":\"Tight & Nerdy\",\"website_description\":\"An engaging platform showcasing our filmmaking journey, sharing our story, and inviting community engagement.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Entertainment\",\"search_query\":\"filmmaking, creative journey, filmmaking team, community engagement, Kickstarter updates\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to the Tight & Nerdy filmmaking journey. Dive into our story and meet the team.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation for our website.\",\"section_prompt\":\"Bootstrap layout for header components.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Our Vision\",\"section_description\":\"An inspiring introduction to our filmmaking vision.\",\"section_prompt\":\"Bootstrap layout with a full-width hero image.\"},{\"section_type\":\"about\",\"section_title\":\"About Our Journey\",\"section_description\":\"Discover the beginnings of our filmmaking adventure and our aspirations.\",\"section_prompt\":\"Bootstrap layout with engaging visuals.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Projects\",\"section_description\":\"A showcase of our film projects and creative ventures.\",\"section_prompt\":\"Bootstrap grid displaying project thumbnails.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"In the News\",\"section_description\":\"Recent updates from our filmmaking journey and community engagement.\",\"section_prompt\":\"Bootstrap layout for news highlights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Journey\",\"section_description\":\"Encourage visitors to connect and support our work.\",\"section_prompt\":\"Bootstrap layout for a call-to-action button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and social media icons.\",\"section_prompt\":\"Bootstrap layout for footer design.\"}]},{\"page_type\":\"about\",\"page_title\":\"How We Got Here\",\"page_description\":\"A detailed look at our journey and the events that led us to filmmaking.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation for our website.\",\"section_prompt\":\"Bootstrap layout for header components.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Dive deeper into the moments that shaped our filmmaking passion.\",\"section_prompt\":\"Bootstrap layout for banner with story visuals.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Milestones\",\"section_description\":\"Key milestones from our journey of filmmaking exploration.\",\"section_prompt\":\"Bootstrap section highlighting significant milestones.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Inspirations\",\"section_description\":\"Insights into the inspirations driving our creative process.\",\"section_prompt\":\"Bootstrap layout for content display.\"},{\"section_type\":\"reviews\",\"section_title\":\"Community Feedback\",\"section_description\":\"Hear from community members about our journey.\",\"section_prompt\":\"Bootstrap layout showcasing testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Involved\",\"section_description\":\"Join us by sharing your own stories and feedback.\",\"section_prompt\":\"Bootstrap layout for engagement invitation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and social media icons.\",\"section_prompt\":\"Bootstrap layout for footer design.\"}]},{\"page_type\":\"meet-the-filmmakers\",\"page_title\":\"Meet the Filmmakers\",\"page_description\":\"Get to know the creative team behind Tight & Nerdy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation for our website.\",\"section_prompt\":\"Bootstrap layout for header components.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"The Team\",\"section_description\":\"An introduction to our talented filmmakers and their roles.\",\"section_prompt\":\"Bootstrap layout with team images.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Filmmaker Profiles\",\"section_description\":\"Profile cards of each team member with their background and inspiration.\",\"section_prompt\":\"Bootstrap layout showcasing team member cards.\"},{\"section_type\":\"about\",\"section_title\":\"Our Values\",\"section_description\":\"Explore the values driving our filmmaking process.\",\"section_prompt\":\"Bootstrap layout for values display.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Us\",\"section_description\":\"Encouragement to reach out and engage with our team.\",\"section_prompt\":\"Bootstrap layout for a call-to-action button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and social media icons.\",\"section_prompt\":\"Bootstrap layout for footer design.\"}]},{\"page_type\":\"why\",\"page_title\":\"WHYWHYWHY\",\"page_description\":\"Discover the motivations and goals behind our filmmaking journey.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation for our website.\",\"section_prompt\":\"Bootstrap layout for header components.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Motivation\",\"section_description\":\"A look into the reasons we embarked on this filmmaking journey.\",\"section_prompt\":\"Bootstrap layout with compelling visuals.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Goals\",\"section_description\":\"Outline of our creative and community goals moving forward.\",\"section_prompt\":\"Bootstrap section detailing our objectives.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why It Matters\",\"section_description\":\"The impact of our filmmaking on the community and beyond.\",\"section_prompt\":\"Bootstrap layout for engagement benefits.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Support Our Vision\",\"section_description\":\"Encourage support and involvement in our filmmaking efforts.\",\"section_prompt\":\"Bootstrap layout for a call-to-action button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and social media icons.\",\"section_prompt\":\"Bootstrap layout for footer design.\"}]},{\"page_type\":\"kickstarter\",\"page_title\":\"The Kickstarter\",\"page_description\":\"Information about our Kickstarter campaign and its progress.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation for our website.\",\"section_prompt\":\"Bootstrap layout for header components.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Campaign\",\"section_description\":\"Details about our Kickstarter campaign including goals and updates.\",\"section_prompt\":\"Bootstrap layout with campaign visuals.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Funding Goals\",\"section_description\":\"Clear outline of our funding goals and what they support.\",\"section_prompt\":\"Bootstrap section for goals description.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Campaign Updates\",\"section_description\":\"Recent updates on our Kickstarter progress and milestones reached.\",\"section_prompt\":\"Bootstrap layout for showcasing updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and social media icons.\",\"section_prompt\":\"Bootstrap layout for footer design.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Join Us\",\"page_description\":\"Reach out to us for inquiries and support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation for our website.\",\"section_prompt\":\"Bootstrap layout for header components.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Form for inquiries, feedback, and engagement.\",\"section_prompt\":\"Bootstrap layout for a contact form.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Details\",\"section_description\":\"Contact information including email and social media links.\",\"section_prompt\":\"Bootstrap layout for contact information.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"We\'d Love to Hear from You\",\"section_description\":\"Encouragement to connect and share thoughts.\",\"section_prompt\":\"Bootstrap layout for a call-to-action button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and social media icons.\",\"section_prompt\":\"Bootstrap layout for footer design.\"}]}],\"user_prompt\":\"Create my website = Tight & Nerdy. The Main Pages for this site include: Home, How We Got Here, Meet the Filmmakers, WHY, The Kickstarter, Contact, In the News.\",\"prompt_id\":1173,\"theme\":\"material\",\"colors\":[[61,18,16],[0,0,0]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"user_logo\":false,\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2025-12-02 15:14:32', '2025-12-02 15:35:33'),
(1186, NULL, NULL, 'Redesign this website https://solanofirm.com/ keeping the content structure, webpages, site navigation, etc the same. Need to give the website a design uplift', '{\"website_title\":\"Solano Firm Redesign\",\"website_description\":\"A modern redesign of Solano Firm\'s website focused on enhancing user experience while maintaining existing content and navigation. Key improvements include updated visuals, typography, and accessibility features.\",\"website_type\":\"business\",\"website_industry\":\"Legal Services\",\"search_query\":\"legal services, law firm, professional legal assistance, client testimonials, legal advice\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Solano Firm, your trusted legal partner.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all major sections of the website.\",\"section_prompt\":\"Navigation bar with links to Home, About, Services, Blog, and Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Solano Firm\",\"section_description\":\"Your trusted source for professional legal services.\",\"section_prompt\":\"Engaging banner image with a welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Discover our commitment to providing exceptional legal services tailored to our clients\' needs.\",\"section_prompt\":\"Brief overview of the firm\'s history and values.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the legal services we offer to assist you in various legal matters.\",\"section_prompt\":\"Grid showcasing services such as Family Law, Personal Injury, Criminal Defense.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out our latest articles for valuable legal advice and updates.\",\"section_prompt\":\"A preview of the most recent blog posts.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from our satisfied clients about their experiences with us.\",\"section_prompt\":\"Quotes and feedback from clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact us today for legal assistance tailored to your needs.\",\"section_prompt\":\"Prominent button linking to the Contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information available at the bottom of the website.\",\"section_prompt\":\"Include contact information, social media links, and legal disclaimers.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about Solano Firm and our mission.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all major sections of the website.\",\"section_prompt\":\"Navigation bar with links to Home, About, Services, Blog, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Us\",\"section_description\":\"A deeper insight into our firm\\u2019s mission and values.\",\"section_prompt\":\"Image or graphic representing the firm\\u2019s identity.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Mission\",\"section_description\":\"To provide exceptional legal services with integrity and dedication.\",\"section_prompt\":\"Detailed description of the firm\\u2019s mission statement.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Team\",\"section_description\":\"Meet the experienced attorneys dedicated to your success.\",\"section_prompt\":\"Profiles of key team members with expertise and qualifications.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Values\",\"section_description\":\"We uphold honesty, transparency, and client-centered service in all our dealings.\",\"section_prompt\":\"Description of the core values guiding the firm.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore Our Services\",\"section_description\":\"Discover how we can assist you with your legal needs.\",\"section_prompt\":\"Button linking to the Services page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information available at the bottom of the website.\",\"section_prompt\":\"Include contact information, social media links, and legal disclaimers.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"A comprehensive look at the legal services we offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all major sections of the website.\",\"section_prompt\":\"Navigation bar with links to Home, About, Services, Blog, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Legal Services\",\"section_description\":\"Explore the areas where we provide expert legal assistance.\",\"section_prompt\":\"Image representing legal services.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Service Offerings\",\"section_description\":\"We specialize in a variety of legal fields to better serve our clients\\u2019 needs.\",\"section_prompt\":\"Listing of services such as Family Law, Personal Injury, Criminal Defense.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Personal Injury Law\",\"section_description\":\"Helping victims of accidents and injustices receive the compensation they deserve.\",\"section_prompt\":\"Description along with an image related to personal injury.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Family Law Services\",\"section_description\":\"Professional guidance through divorce, custody, and other family matters.\",\"section_prompt\":\"Description along with an image related to family law.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about our services and legal processes.\",\"section_prompt\":\"List of frequently asked questions with concise answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us Today\",\"section_description\":\"Ready to discuss your legal needs? We\\u2019re here to help.\",\"section_prompt\":\"Prominent button linking to the Contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information available at the bottom of the website.\",\"section_prompt\":\"Include contact information, social media links, and legal disclaimers.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Stay updated with the latest legal insights and news.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all major sections of the website.\",\"section_prompt\":\"Navigation bar with links to Home, About, Services, Blog, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Explore our insights on various legal topics.\",\"section_prompt\":\"Image or graphic related to legal updates.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"A collection of our latest articles providing insights and advice.\",\"section_prompt\":\"Grid of recent blog posts with excerpts and links.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Why Follow Our Blog?\",\"section_description\":\"Stay informed on legal trends and updates that may affect you.\",\"section_prompt\":\"Description emphasizing the importance of following the blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Sign up to receive the latest news and articles directly to your inbox.\",\"section_prompt\":\"Form to subscribe to the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information available at the bottom of the website.\",\"section_prompt\":\"Include contact information, social media links, and legal disclaimers.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Solano Firm for legal assistance.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all major sections of the website.\",\"section_prompt\":\"Navigation bar with links to Home, About, Services, Blog, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\\u2019re here to assist you with your legal needs.\",\"section_prompt\":\"Image representing communication.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out to Us\",\"section_description\":\"Fill out the form below to get in touch with our team.\",\"section_prompt\":\"Contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our office location or give us a call.\",\"section_prompt\":\"Details on physical address, phone number, and email.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information available at the bottom of the website.\",\"section_prompt\":\"Include contact information, social media links, and legal disclaimers.\"}]}],\"user_prompt\":\"Redesign this website https:\\/\\/solanofirm.com\\/ keeping the content structure, webpages, site navigation, etc the same. Need to give the website a design uplift\",\"prompt_id\":1186}', '2025-12-03 07:37:33', '2025-12-03 07:37:33');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1187, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A showcase of my creativity and skills in graphic design, featuring my design philosophy, portfolio of projects, and services offered.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, visual communication, creativity, branding, illustration\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets communication.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding information.\",\"section_prompt\":\"Include logo and navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my creative journey and the projects that define my work.\",\"section_prompt\":\"Highlight key design themes and invite visitors to explore.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Discover my design philosophy and what inspires me as a graphic designer.\",\"section_prompt\":\"Share a brief story about your design journey.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Featured Projects\",\"section_description\":\"Showcase of my best work in various design categories.\",\"section_prompt\":\"Provide thumbnails and links to detailed project descriptions.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Services Offered\",\"section_description\":\"An overview of the design services I provide to clients.\",\"section_prompt\":\"List services: Graphic Design, Branding, Illustration.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Keep up with my latest projects and design thoughts.\",\"section_prompt\":\"Display recent blog entries or project updates.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in collaborating? Let\'s discuss your project.\",\"section_prompt\":\"Encourage users to reach out via the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing and copyright information, including links to social media.\",\"section_prompt\":\"Mention copyright year and provide links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my design philosophy, inspirations, and journey in the graphic design world.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding information.\",\"section_prompt\":\"Include logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A deeper look at my journey and vision as a designer.\",\"section_prompt\":\"Write a comprehensive profile.\"},{\"section_type\":\"benefit\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"Understanding the core beliefs that guide my creative process.\",\"section_prompt\":\"Share insights about your design principles.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Inspiration Sources\",\"section_description\":\"Explore the influences that shape my creativity in design.\",\"section_prompt\":\"Mention artists, cultures, or movements that inspire you.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Testimonials\",\"section_description\":\"What clients say about working with me and my designs.\",\"section_prompt\":\"Display quotes from satisfied clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Ready to see more? Check out my portfolio.\",\"section_prompt\":\"Encourage navigation to the portfolio page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing and copyright information, including links to social media.\",\"section_prompt\":\"Mention copyright year and provide links.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A curated collection of my graphic design projects categorized by type.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding information.\",\"section_prompt\":\"Include logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Portfolio\",\"section_description\":\"Showcasing my best work across various categories.\",\"section_prompt\":\"Highlight your capabilities.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Project Categories\",\"section_description\":\"An overview of the types of projects available in my portfolio.\",\"section_prompt\":\"List categories like Logos, Posters, Branding.\"},{\"section_type\":\"gallery\",\"section_title\":\"Recent Work\",\"section_description\":\"Display a gallery of my latest projects with links to view more details.\",\"section_prompt\":\"Include thumbnail images of projects.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Design Achievements\",\"section_description\":\"A glimpse of successfully completed projects and happy clients.\",\"section_prompt\":\"Use numbers like projects completed, years of experience.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Collaborate\",\"section_description\":\"Interested in getting started on a project? Reach out to me.\",\"section_prompt\":\"Encourage users to visit the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing and copyright information, including links to social media.\",\"section_prompt\":\"Mention copyright year and provide links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Detailed description of services I offer to help you achieve your design goals.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding information.\",\"section_prompt\":\"Include logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Services Offered\",\"section_description\":\"Explore the design services available for your projects.\",\"section_prompt\":\"Highlight your main service categories.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Graphic Design\",\"section_description\":\"Creative graphic design solutions tailored to your needs.\",\"section_prompt\":\"Provide a detailed overview of graphic design services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding\",\"section_description\":\"Building strong brand identities that resonate with audiences.\",\"section_prompt\":\"Explain your approach to branding.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Illustration\",\"section_description\":\"Unique illustrations that enhance visual communication.\",\"section_prompt\":\"Discuss your illustration services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions regarding my services.\",\"section_prompt\":\"Share insights on payment, process, and timelines.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Ready to work together? Contact me to discuss your project.\",\"section_prompt\":\"Encourage users to reach out via the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing and copyright information, including links to social media.\",\"section_prompt\":\"Mention copyright year and provide links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for inquiries, collaborations, or feedback.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding information.\",\"section_prompt\":\"Include logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I\'m here to answer any questions you might have.\",\"section_prompt\":\"Provide an overview of contact options.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to reach me directly.\",\"section_prompt\":\"Create a form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Find my email and social media links below.\",\"section_prompt\":\"List direct contact info and social handles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing and copyright information, including links to social media.\",\"section_prompt\":\"Mention copyright year and provide links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1187}', '2025-12-03 08:04:33', '2025-12-03 08:04:33'),
(1190, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"Digital Marketing Hub\",\"website_description\":\"A comprehensive SEO and marketing agency dedicated to driving online growth for businesses through effective strategies, insightful content, and tailored services.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO, digital marketing, online growth, marketing strategies, social media management\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our digital marketing hub where we help your business grow online.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation for easy access to website sections.\",\"section_prompt\":\"Bootstrap navbar with links to all pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Drive Online Growth\",\"section_description\":\"Unlock your business\'s potential with our tailored marketing strategies.\",\"section_prompt\":\"Full-width hero image with a call-to-action button.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our agency\\u2019s mission to enhance your online presence.\",\"section_prompt\":\"Brief overview of our agency\\u2019s vision and values.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our range of services designed to boost your online success.\",\"section_prompt\":\"Grid layout showcasing SEO audits, content marketing, social media management, PPC advertising, and web analytics.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"See what our clients have to say about our services.\",\"section_prompt\":\"Display a carousel of quotes and client logos.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Contact us for a consultation and let\\u2019s grow your business together.\",\"section_prompt\":\"Call-to-action section with a contact button.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest blog posts on marketing strategies.\",\"section_prompt\":\"Grid layout displaying recent blog entries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links, copyright information, and social media links.\",\"section_prompt\":\"Footer with important links and social media icons.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Discover our story, mission, and passion for digital marketing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation for easy access to website sections.\",\"section_prompt\":\"Bootstrap navbar with links to all pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"The journey of our agency and how we strive for excellence.\",\"section_prompt\":\"Hero section with an inspiring background image.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Mission\",\"section_description\":\"We aim to empower businesses through effective marketing solutions.\",\"section_prompt\":\"Text section outlining our mission and goals.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Values\",\"section_description\":\"Integrity, creativity, and performance are at the core of what we do.\",\"section_prompt\":\"Highlighting key values that guide our work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us\",\"section_description\":\"Be part of our journey and enhance your business online.\",\"section_prompt\":\"Call-to-action section encouraging inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links, copyright information, and social media links.\",\"section_prompt\":\"Footer with important links and social media icons.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the comprehensive services we offer to boost your online presence.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation for easy access to website sections.\",\"section_prompt\":\"Bootstrap navbar with links to all pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our TaMarked Services\",\"section_description\":\"A detailed look into the services we provide.\",\"section_prompt\":\"Hero section highlighting the importance of our services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Audits\",\"section_description\":\"In-depth analysis of your website to improve visibility.\",\"section_prompt\":\"Image and description about SEO audit services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Creating valuable content that attracts and engages customers.\",\"section_prompt\":\"Image and description outlining our content marketing services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Management\",\"section_description\":\"Effective strategies to enhance your brand\'s presence on social platforms.\",\"section_prompt\":\"Image and description about social media management.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Pay-Per-Click Advertising\",\"section_description\":\"Drive targeted traffic to your site through strategic PPC campaigns.\",\"section_prompt\":\"Image and description of our PPC services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Analytics\",\"section_description\":\"Measuring and analyzing your website\\u2019s performance for better decisions.\",\"section_prompt\":\"Image and description for web analytics services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Your questions answered about our services and processes.\",\"section_prompt\":\"Common queries addressed in a concise format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for a Consultation\",\"section_description\":\"Ready to enhance your digital presence? Reach out to us today!\",\"section_prompt\":\"Call-to-action section with a contact button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links, copyright information, and social media links.\",\"section_prompt\":\"Footer with important links and social media icons.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Our Blog\",\"page_description\":\"Insights, tips, and updates on the latest in digital marketing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation for easy access to website sections.\",\"section_prompt\":\"Bootstrap navbar with links to all pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Industry Insights\",\"section_description\":\"Stay informed with our expert articles and tips.\",\"section_prompt\":\"Hero section inviting readers to explore our blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"A preview of our recent articles covering various marketing topics.\",\"section_prompt\":\"Grid layout showing snippets of our latest blog entries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to Our Newsletter\",\"section_description\":\"Get the latest insights and resources delivered to your inbox.\",\"section_prompt\":\"Call-to-action encouraging newsletter sign-up.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links, copyright information, and social media links.\",\"section_prompt\":\"Footer with important links and social media icons.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"We would love to hear from you! Reach out to discuss your project.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation for easy access to website sections.\",\"section_prompt\":\"Bootstrap navbar with links to all pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We are here to help you with your marketing needs.\",\"section_prompt\":\"Hero section with a welcoming image.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below and we will get back to you soon.\",\"section_prompt\":\"Interactive contact form for inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow Us on Social Media\",\"section_description\":\"Connect with us on social platforms for updates and insights.\",\"section_prompt\":\"Links to our social media profiles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links, copyright information, and social media links.\",\"section_prompt\":\"Footer with important links and social media icons.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":1190}', '2025-12-03 09:18:57', '2025-12-03 09:18:57'),
(1191, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Portfolio\",\"website_description\":\"A showcase of my graphic design work demonstrating creativity and skill in the field.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative design projects, design insights, portfolio testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio website, showcasing my graphic design work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the website, spanning the top of the page.\",\"section_prompt\":\"Bootstrap layout for navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my creative journey and graphic design projects.\",\"section_prompt\":\"Full-width feature image introducing the portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction to my background and design philosophy.\",\"section_prompt\":\"Personal story highlighting my journey as a designer.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"Showcasing selected graphic design projects with brief descriptions.\",\"section_prompt\":\"Grid layout displaying thumbnails of projects.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Insights on design trends and experiences shared in my blog.\",\"section_prompt\":\"A section previewing recent blog entries.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback from my clients about my design work and collaboration.\",\"section_prompt\":\"Quote style presentation of client testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact me for inquiries or collaborations.\",\"section_prompt\":\"Button leading to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of the page with copyright and additional navigation.\",\"section_prompt\":\"Basic footer information and links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey as a graphic designer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the website, spanning the top of the page.\",\"section_prompt\":\"Bootstrap layout for navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"An overview of my background, experience, and design ethos.\",\"section_prompt\":\"Visual banner relevant to the about section.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"A detailed narrative about how I became a designer and my aspirations.\",\"section_prompt\":\"Text content discussing career and development.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Insights into my approach to design and creativity.\",\"section_prompt\":\"Highlight my core beliefs and values as a designer.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Professional Affiliations\",\"section_description\":\"Organizations and networks I am part of in the design community.\",\"section_prompt\":\"Cards showcasing professional memberships.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Check out my projects to see my design skills in action.\",\"section_prompt\":\"Button leading to the portfolio section.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of the page with copyright and additional navigation.\",\"section_prompt\":\"Basic footer information and links.\"}]},{\"page_type\":\"projects\",\"page_title\":\"My Projects\",\"page_description\":\"Detailed case studies of my graphic design work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the website, spanning the top of the page.\",\"section_prompt\":\"Bootstrap layout for navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Projects\",\"section_description\":\"Comprehensive look at my design projects, including techniques and results.\",\"section_prompt\":\"Visual banner featuring project themes.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Project Showcase\",\"section_description\":\"Display of various projects with case studies and outcomes.\",\"section_prompt\":\"Gallery of project images with descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Case Study 1: Project Title\",\"section_description\":\"An in-depth look at one of my favorite projects, detailing the process and results.\",\"section_prompt\":\"Divided layout showcasing images alongside text.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Case Study 2: Project Title\",\"section_description\":\"Exploring another significant project, its challenges, and solutions.\",\"section_prompt\":\"Divided layout showcasing images alongside text.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me for Collaborations\",\"section_description\":\"Interested in working together? Let\'s get in touch.\",\"section_prompt\":\"Button leading to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of the page with copyright and additional navigation.\",\"section_prompt\":\"Basic footer information and links.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Feedback from clients about my work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the website, spanning the top of the page.\",\"section_prompt\":\"Bootstrap layout for navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Testimonials from Clients\",\"section_description\":\"Words of appreciation and reviews from my valued clients.\",\"section_prompt\":\"Visual banner relevant to the testimonials page.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Reviews\",\"section_description\":\"Quotations and comments from clients reflecting their satisfaction.\",\"section_prompt\":\"Stylish presentation of client reviews.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Success Stories\",\"section_description\":\"Highlighting key projects that received notable feedback.\",\"section_prompt\":\"Narrative format giving context to selected testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the List of Happy Clients\",\"section_description\":\"Let\\u2019s make your design ideas a reality.\",\"section_prompt\":\"Button leading to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of the page with copyright and additional navigation.\",\"section_prompt\":\"Basic footer information and links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights and updates on design trends and experiences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the website, spanning the top of the page.\",\"section_prompt\":\"Bootstrap layout for navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Insights Blog\",\"section_description\":\"Sharing my thoughts, tips, and experiences in the graphic design world.\",\"section_prompt\":\"Visual banner introducing the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"A grid layout of recent blog posts featuring various design topics.\",\"section_prompt\":\"Grid of blog post previews with images.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Featured Post\",\"section_description\":\"Highlighting a popular blog post that resonates with current design trends.\",\"section_prompt\":\"Detailed view of a selected blog post.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Stay updated with my latest posts and insights.\",\"section_prompt\":\"Button for newsletter subscription.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of the page with copyright and additional navigation.\",\"section_prompt\":\"Basic footer information and links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the website, spanning the top of the page.\",\"section_prompt\":\"Bootstrap layout for navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out for design inquiries, feedback, or collaborations.\",\"section_prompt\":\"Visual banner relevant to the contact page.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Send a Message\",\"section_description\":\"Fill out the form below to get in touch with me directly.\",\"section_prompt\":\"A form layout for client inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Find my email, phone number, and links to social media.\",\"section_prompt\":\"Contact details listed in a user-friendly format.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of the page with copyright and additional navigation.\",\"section_prompt\":\"Basic footer information and links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1191}', '2025-12-03 10:54:45', '2025-12-03 10:54:45'),
(1192, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Creative Portfolio\",\"website_description\":\"A dynamic portfolio showcasing my graphic design expertise and creativity through a variety of projects including branding, illustrations, and web layouts.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, illustrations, branding design, web layouts\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio, where creativity meets design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and site branding.\",\"section_prompt\":\"Bootstrap layout for header.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Showcase of Creativity\",\"section_description\":\"Explore my wide range of graphic design projects including branding, illustrations, and more.\",\"section_prompt\":\"Full-width hero image with tagline.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background, skills, and passion for graphic design.\",\"section_prompt\":\"Introduce yourself and your journey.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"A curated gallery showcasing my various design projects.\",\"section_prompt\":\"Grid layout showcasing project images.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Read what clients have to say about my work and professionalism.\",\"section_prompt\":\"Carousel of client testimonials.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Services Offered\",\"section_description\":\"Here are the services I provide in graphic design.\",\"section_prompt\":\"Grid layout listing all services.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Stay updated with my latest insights and tips from the design industry.\",\"section_prompt\":\"List the latest posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in working together? Let\'s discuss your project!\",\"section_prompt\":\"Call to action for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information and additional links.\",\"section_prompt\":\"Standard footer with links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover my journey and passion for graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and site branding.\",\"section_prompt\":\"Bootstrap layout for header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my background and expertise in graphic design.\",\"section_prompt\":\"Image and text layout.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Background\",\"section_description\":\"Detailing my education and experiences that shaped my design career.\",\"section_prompt\":\"Provide background details.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Key Achievements\",\"section_description\":\"Highlighting significant milestones in my graphic design journey.\",\"section_prompt\":\"Display statistics in bars.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my work process and design philosophy.\",\"section_prompt\":\"List of frequently asked questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Ready to collaborate? Reach out for inquiries!\",\"section_prompt\":\"Call to action for contacting.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information and additional links.\",\"section_prompt\":\"Standard footer with links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights Blog\",\"page_description\":\"Read my latest thoughts and tips on graphic design trends and techniques.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and site branding.\",\"section_prompt\":\"Bootstrap layout for header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog Posts\",\"section_description\":\"Explore my articles on design tips and industry insights.\",\"section_prompt\":\"Image and text layout.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"A grid layout of my latest blog entries and insights on graphic design.\",\"section_prompt\":\"Grid layout of blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Sign up to receive the latest blog updates and design tips.\",\"section_prompt\":\"Call to action for subscription.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information and additional links.\",\"section_prompt\":\"Standard footer with links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me for inquiries and collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and site branding.\",\"section_prompt\":\"Bootstrap layout for header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Form\",\"section_description\":\"Have any questions or project inquiries? Reach out through the form below.\",\"section_prompt\":\"Contact form layout for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Location\",\"section_description\":\"Details on how to reach me, including social media links.\",\"section_prompt\":\"List of contact and social media details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information and additional links.\",\"section_prompt\":\"Standard footer with links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1192}', '2025-12-03 12:55:28', '2025-12-03 12:55:28'),
(1196, 128, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"My Travel Blog\",\"website_description\":\"A vibrant platform for sharing travel experiences and stunning photography from adventures around the world.\",\"website_type\":\"Personal Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel experiences, photography tips, travel destinations, personal journeys\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel blog, where I share my adventures and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation and branding.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Travel Blog\",\"section_description\":\"Discover my adventures and stunning travel photography.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my passion for travel and photography.\",\"section_prompt\":\"A brief introduction about my experiences and purpose of this blog.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Destinations\",\"section_description\":\"Explore my adventures in these exciting locations.\",\"section_prompt\":\"List main travel destinations (Bali, Paris, New York, Tokyo, Barcelona) that I\'ve visited.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"Check out my recent blog entries for travel stories and tips.\",\"section_prompt\":\"A grid of my latest blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey\",\"section_description\":\"Subscribe to stay updated on my latest adventures.\",\"section_prompt\":\"Encourage readers to subscribe to the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and other resources.\",\"section_prompt\":\"N\\/A\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Get to know me and my passion for travel and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for the About page.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"This section tells the story behind my blog and motivations.\",\"section_prompt\":\"Details about my travel experiences and inspiration.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Travel?\",\"section_description\":\"Exploring the benefits of travel and photography.\",\"section_prompt\":\"Discuss the importance of traveling and capturing memories.\"},{\"section_type\":\"gallery\",\"section_title\":\"My Favorite Shots\",\"section_description\":\"Showcase of some of my best photographs taken during travels.\",\"section_prompt\":\"A collection of my photography throughout my journeys.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Connected\",\"section_description\":\"Encourage readers to connect on social media.\",\"section_prompt\":\"Invite to follow me on social platforms.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to resources and contact information.\",\"section_prompt\":\"N\\/A\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me for collaborations or questions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contact navigation details.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"This section provides contact information for inquiries.\",\"section_prompt\":\"Details on how to reach me for questions.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form to reach me directly.\",\"section_prompt\":\"Form for readers to send messages or questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow My Journey\",\"section_description\":\"Encourage readers to follow my blog and social media.\",\"section_prompt\":\"Invite them to stay updated on my travels.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information regarding the blog and social connections.\",\"section_prompt\":\"N\\/A\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1196}', '2025-12-04 09:57:26', '2025-12-04 09:57:26'),
(1204, 50, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A showcase of my graphic design work, highlighting my creative journey and philosophy.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, illustrations, branding, testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio where creativity meets design excellence.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation links to other sections of the website.\",\"section_prompt\":\"\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my creative journey and discover exceptional designs that captivate and inspire.\",\"section_prompt\":\"\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"This section provides insights into my background, experience, and design philosophy.\",\"section_prompt\":\"\"},{\"section_type\":\"gallery\",\"section_title\":\"My Work\",\"section_description\":\"A collection of my graphic design projects, including logos, branding, print design, and digital illustrations.\",\"section_prompt\":\"Display my projects including logos, branding, print design, digital illustrations.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear what my clients say about working with me, showcasing the value of my design services.\",\"section_prompt\":\"\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Stay updated with my latest insights on design trends and tips shared through my blog.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in collaborating or want to know more? Let\'s connect!\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer navigation and copyright information.\",\"section_prompt\":\"\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my design journey and philosophy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation links to other sections of the website.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"An introduction to my background and approach to graphic design.\",\"section_prompt\":\"\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"A summary of my path into graphic design, highlighting key moments and influences.\",\"section_prompt\":\"\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Design Philosophy\",\"section_description\":\"An exploration of my principles and beliefs as a designer.\",\"section_prompt\":\"\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Insights from clients about their experience working with me.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"I would love to hear from you!\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer navigation and copyright information.\",\"section_prompt\":\"\"}]},{\"page_type\":\"gallery\",\"page_title\":\"My Work\",\"page_description\":\"A visual collection of my graphic design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation links to other sections of the website.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Work Gallery\",\"section_description\":\"Discover the projects that represent my skills and creativity.\",\"section_prompt\":\"\"},{\"section_type\":\"features_listing\",\"section_title\":\"Featured Projects\",\"section_description\":\"Highlighting selected works that showcase my design capabilities.\",\"section_prompt\":\"List of featured projects including logos, branding, print design, digital illustrations.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Showcase\",\"section_description\":\"A detailed view of my projects, illustrating the breadth and depth of my work.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Collaborating?\",\"section_description\":\"Let\'s work together to create something incredible!\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer navigation and copyright information.\",\"section_prompt\":\"\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"Explore my latest thoughts and tips on graphic design trends.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation links to other sections of the website.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Latest insights and trends in the graphic design world.\",\"section_prompt\":\"\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"Browse through my latest articles focusing on design trends and helpful tips.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Share your thoughts or ask questions through my blog comments!\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer navigation and copyright information.\",\"section_prompt\":\"\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for collaborations or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation links to other sections of the website.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Information on how to reach me regarding design projects.\",\"section_prompt\":\"\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"Fill in the form below to send me a message.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate!\",\"section_description\":\"I\\u2019m looking forward to hearing from you!\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer navigation and copyright information.\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1204}', '2025-12-04 12:42:19', '2025-12-04 12:42:19');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1206, 215, 693, '\"website for Anmol Rajdev, Criminal Defense Attorney, based in Brooklyn, New York. Include pages like home, about us, practice areas, locations served, blog, contact us.\"', '{\"website_title\":\"Anmol Rajdev, Criminal Defense Attorney\",\"website_description\":\"Professional online presence for Anmol Rajdev, offering detailed insights into criminal defense services, qualifications, and locations served.\",\"website_type\":\"personal\",\"website_industry\":\"Legal Services\",\"search_query\":\"criminal defense attorney, legal services, law blog, attorney Brooklyn, criminal law\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my professional website.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header with website links.\",\"section_prompt\":\"Main navigation with links to About, Practice Areas, Blog, Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Website\",\"section_description\":\"Introductory banner highlighting my services as a criminal defense attorney.\",\"section_prompt\":\"A brief introduction showcasing my commitment to criminal defense.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my professional journey and qualifications.\",\"section_prompt\":\"Information about my background and expertise in criminal defense law.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Practice Areas\",\"section_description\":\"Overview of specific criminal defense services I provide.\",\"section_prompt\":\"List main services (DUI Defense, Drug Offenses, Domestic Violence, Theft Crimes) provided by the firm.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Me?\",\"section_description\":\"Key benefits of selecting my legal services for criminal defense.\",\"section_prompt\":\"Benefits of having a dedicated criminal defense attorney.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Insights\",\"section_description\":\"Highlights from my latest blog posts offering legal insights.\",\"section_prompt\":\"A sneak peek into my latest blog articles.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback and reviews from clients I\'ve represented.\",\"section_prompt\":\"Client testimonials reflecting on their experiences working with me.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to reach out for legal assistance.\",\"section_prompt\":\"Contact me for consultations and inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and copyright notice.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about my professional background and legal expertise.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the About page.\",\"section_prompt\":\"Links to other pages like Home, Practice Areas, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Detailed information about my career and background in law.\",\"section_prompt\":\"In-depth overview of my education, experience, and qualifications.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Philosophy\",\"section_description\":\"Understanding my approach to criminal defense and client representation.\",\"section_prompt\":\"Description of my legal philosophy and commitment to clients.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Achievements\",\"section_description\":\"Key achievements in my legal career.\",\"section_prompt\":\"Highlight my professional accomplishments and case statistics.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Client feedback on my legal services and representation.\",\"section_prompt\":\"Testimonials sharing client experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Invitation for potential clients to reach out and discuss their needs.\",\"section_prompt\":\"Get in touch for consultations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for the About page with navigation links and contact info.\",\"section_prompt\":\"Additional links to policies and contact information.\"}]},{\"page_type\":\"practice_areas\",\"page_title\":\"Practice Areas\",\"page_description\":\"Overview of areas of criminal defense law I specialize in.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Practice Areas page.\",\"section_prompt\":\"Links to other pages like Home, About, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Areas of Practice\",\"section_description\":\"Detailed description of the specific criminal defense areas I handle.\",\"section_prompt\":\"Overview of the criminal defense areas I focus on.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Specialties\",\"section_description\":\"List of specialties within criminal defense law.\",\"section_prompt\":\"Specialties include DUI Defense, Drug Offenses, Domestic Violence, Theft Crimes.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"DUI Defense\",\"section_description\":\"Highlighting my approach and experience in DUI cases.\",\"section_prompt\":\"Information on my experience with DUI Defense cases.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Drug Offenses\",\"section_description\":\"Overview of handling drug-related charges and defenses.\",\"section_prompt\":\"Details about my experience with drug offenses.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions regarding my practice areas.\",\"section_prompt\":\"Answer frequent queries related to criminal defense law.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact for Services\",\"section_description\":\"Encouragement to reach out for specific legal assistance.\",\"section_prompt\":\"Contact me for more information on services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for the Practice Areas page with navigation links.\",\"section_prompt\":\"Links to privacy policy and other site information.\"}]},{\"page_type\":\"locations_served\",\"page_title\":\"Locations Served\",\"page_description\":\"Identify the geographical regions where I provide legal services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Locations Served page.\",\"section_prompt\":\"Links to other pages like Home, About, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Locations I Serve\",\"section_description\":\"Overview of the areas covered in my legal practice.\",\"section_prompt\":\"Specific regions and neighborhoods where my services are available.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Service Areas\",\"section_description\":\"Listing of all the areas I operate in.\",\"section_prompt\":\"Areas served include Brooklyn, Queens, Manhattan, Staten Island.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Feedback from clients in various locations.\",\"section_prompt\":\"What clients from these regions say about my services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Location Services Questions\",\"section_description\":\"Common questions about my services in different areas.\",\"section_prompt\":\"Answers to FAQs regarding service areas.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out Today\",\"section_description\":\"I encourage potential clients to contact me.\",\"section_prompt\":\"Get in touch to discuss your legal needs.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for the Locations Served page with navigation links.\",\"section_prompt\":\"Links to policies and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights and updates on legal matters and criminal defense.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Blog page.\",\"section_prompt\":\"Links to other pages like Home, About, Practice Areas, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"Showcasing my latest blog posts and articles.\",\"section_prompt\":\"A collection of my most recent blog entries.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Articles\",\"section_description\":\"Grid layout of my blog articles covering various legal topics.\",\"section_prompt\":\"Browse through insightful articles on legal matters.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encouraging visitors to subscribe for more insights.\",\"section_prompt\":\"Stay updated with the latest legal insights by subscribing.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for the Blog page with navigation links.\",\"section_prompt\":\"Links to policies and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch for inquiries and consultations regarding legal services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Contact Us page.\",\"section_prompt\":\"Links to other pages like Home, About, Practice Areas, Blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Details on how to reach me for legal assistance.\",\"section_prompt\":\"Information on contacting me for consultations.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Form for visitors to submit inquiries.\",\"section_prompt\":\"A form for potential clients to get in touch.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"My contact information, including phone and email.\",\"section_prompt\":\"Details on how to reach me via phone or email.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for the Contact Us page with navigation links.\",\"section_prompt\":\"Links to policies and copyright information.\"}]}],\"user_prompt\":\"website for Anmol Rajdev, Criminal Defense Attorney, based in Brooklyn, New York. Include pages like home, about us, practice areas, locations served, blog, contact us.\",\"prompt_id\":1206,\"theme\":\"minimalistic\",\"colors\":[[88,51,241],[31,31,31]],\"fonts\":\"minimalistic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":\"+91 98883 99168\",\"email\":\"anmol@42works.net\",\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2025-12-04 13:12:35', '2025-12-04 13:17:36'),
(1207, 215, NULL, 'Website for Anmol Rajdev, Criminal Defense Attorney, based in Brooklyn, New York. Include pages like home, about us, practice areas, locations served, blog, contact us.', '{\"website_title\":\"Brooklyn Criminal Defense Attorney\",\"website_description\":\"Comprehensive legal services in criminal defense provided by an experienced attorney based in Brooklyn, New York, specializing in various areas of criminal law.\",\"website_type\":\"Personal\",\"website_industry\":\"Legal Services\",\"search_query\":\"Criminal Defense Attorney, Brooklyn Law, Legal Consultation, Criminal Law Services, Attorney Services\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Introducing my legal practice and services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Practice\",\"section_description\":\"Providing dedicated legal representation in criminal defense cases in Brooklyn, NY.\",\"section_prompt\":\"\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my background, qualifications, and commitment to defending my clients\' rights.\",\"section_prompt\":\"\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the key areas I specialize in to support those facing criminal charges.\",\"section_prompt\":\"List main services (DUI defense, drug offenses, theft, violent crimes) provided by my legal practice.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from clients on how I have helped them during their legal battles.\",\"section_prompt\":\"\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Me\",\"section_description\":\"Understand the advantages of working with an experienced criminal defense attorney.\",\"section_prompt\":\"\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with my blog on current criminal law topics and legal advice.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Your Free Consultation\",\"section_description\":\"Contact me today to discuss your case and explore your legal options.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"Website for Anmol Rajdev, Criminal Defense Attorney, based in Brooklyn, New York. Include pages like home, about us, practice areas, locations served, blog, contact us.\",\"prompt_id\":1207}', '2025-12-04 13:24:15', '2025-12-04 13:24:15'),
(1208, 215, NULL, 'Website for Anmol Rajdev, Criminal Defense Attorney, based in Brooklyn, New York. Include pages like home, about us, practice areas, locations served, blog, contact us.', '{\"website_title\":\"Brooklyn Criminal Defense Attorney\",\"website_description\":\"Your trusted partner in navigating the criminal justice system and protecting your rights in Brooklyn, New York.\",\"website_type\":\"personal\",\"website_industry\":\"Legal Services\",\"search_query\":\"criminal defense attorney Brooklyn, legal assistance, criminal law, defense rights\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my criminal defense practice, where your rights are my priority.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Championing Your Rights\",\"section_description\":\"Dedicated to defending your rights with integrity.\",\"section_prompt\":\"\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"I am passionate about defending my clients\\u2019 rights and delivering the highest standard of legal service.\",\"section_prompt\":\"\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Me?\",\"section_description\":\"Experience, integrity, and commitment to your defense.\",\"section_prompt\":\"\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the range of criminal defense services I provide.\",\"section_prompt\":\"List main services: felonies, misdemeanors, drug offenses, DUI offenses, theft crimes.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from clients who have trusted me with their defense.\",\"section_prompt\":\"\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with the latest news in criminal defense law.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Contact me to schedule your consultation and take the first step in your defense.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"Website for Anmol Rajdev, Criminal Defense Attorney, based in Brooklyn, New York. Include pages like home, about us, practice areas, locations served, blog, contact us.\",\"prompt_id\":1208}', '2025-12-04 13:24:41', '2025-12-04 13:24:41'),
(1209, 215, NULL, 'Website for Anmol Rajdev, Criminal Defense Attorney, based in Brooklyn, New York. Include pages like home, about us, practice areas, locations served, blog, contact us.', '{\"website_title\":\"Brooklyn Criminal Defense Attorney\",\"website_description\":\"Showcasing legal expertise in criminal defense law, committed to defending clients\' rights in Brooklyn, New York.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Legal Services\",\"search_query\":\"criminal defense attorney, DUI law, legal advice, Brooklyn attorney, criminal law tips\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Introduction to my legal practice and commitment to client advocacy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and logo.\",\"section_prompt\":\"\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Practice\",\"section_description\":\"Dedicated to defending your rights with compassion and excellence.\",\"section_prompt\":\"\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my journey as a Criminal Defense Attorney.\",\"section_prompt\":\"\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Me\",\"section_description\":\"Highlighting my qualifications and commitment to my clients.\",\"section_prompt\":\"\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Showcasing the criminal defense services I provide: DUI\\/DWI defense, drug charges, assault, theft, domestic violence.\",\"section_prompt\":\"List main services (DUI\\/DWI defense, drug charges, assault, theft, domestic violence) provided by my practice.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Recent blog posts and legal tips for navigating the criminal justice system.\",\"section_prompt\":\"\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"What my clients are saying about the representation they received.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule a Consultation\",\"section_description\":\"Contact me to discuss your legal needs and receive personalized advice.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Additional links and copyright information.\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"Website for Anmol Rajdev, Criminal Defense Attorney, based in Brooklyn, New York. Include pages like home, about us, practice areas, locations served, blog, contact us.\",\"prompt_id\":1209}', '2025-12-04 13:24:55', '2025-12-04 13:24:55'),
(1210, 215, NULL, 'Website for Anmol Rajdev, Criminal Defense Attorney, based in Brooklyn, New York.', '{\"website_title\":\"Anmol Rajdev - Criminal Defense Attorney\",\"website_description\":\"Welcome to Anmol Rajdev\'s official website, a professional platform dedicated to providing exceptional legal services in criminal defense. Serving clients in Brooklyn, New York, Anmol Rajdev offers compassionate representation and insightful legal advice for those facing criminal charges.\",\"website_type\":\"Personal\",\"website_industry\":\"Legal Services\",\"search_query\":\"criminal defense attorney, legal consultation, Brooklyn attorney, criminal law, Anmol Rajdev\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Discover Anmol Rajdev\\u2019s legal services as a Criminal Defense Attorney committed to protecting your rights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Practice\",\"section_description\":\"As a dedicated criminal defense attorney, I focus on providing expert legal representation for individuals facing criminal charges in Brooklyn, NY.\",\"section_prompt\":\"\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"I am Anmol Rajdev, a passionate advocate for clients facing criminal accusations. With my background in law and unwavering commitment, I strive to achieve the best outcomes for my clients.\",\"section_prompt\":\"\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the comprehensive legal services offered, tailored to meet your needs.\",\"section_prompt\":\"List main services: consultations, representation for criminal cases, plea negotiations, trial defense.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Read experiences from my clients who have benefited from my legal assistance, showcasing my dedication and impact.\",\"section_prompt\":\"\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Criminal Defense Resources\",\"section_description\":\"Access valuable resources designed to aid individuals navigating the complexities of criminal charges and legal proceedings.\",\"section_prompt\":\"\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Legal Insights\",\"section_description\":\"Stay informed with my latest blog posts covering various aspects of criminal law and defense strategies.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Your Consultation Today\",\"section_description\":\"Reach out to discuss your case and schedule a consultation. I am here to help you navigate your legal journey.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about Anmol Rajdev, a passionate Criminal Defense Attorney in Brooklyn, NY.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Anmol Rajdev\",\"section_description\":\"A brief overview of my professional journey as a criminal defense lawyer, highlighting my commitment and expertise.\",\"section_prompt\":\"\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Background\",\"section_description\":\"With a strong educational foundation and extensive experience, I am committed to defending the rights of my clients.\",\"section_prompt\":\"\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Approach\",\"section_description\":\"I believe in a personalized approach to each case, ensuring my clients feel supported throughout the legal process.\",\"section_prompt\":\"\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Hear directly from my clients about their experiences and the results achieved.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me for Legal Advice\",\"section_description\":\"If you need assistance, feel free to reach out and schedule a consultation.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"services\",\"page_title\":\"Legal Services\",\"page_description\":\"Explore the legal services offered by Anmol Rajdev, a Criminal Defense Attorney in Brooklyn.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Legal Services\",\"section_description\":\"Detailed information regarding the specialized services provided in criminal defense.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Consultations\",\"section_description\":\"Providing professional legal advice tailored to individual cases, ensuring clients are fully informed of their rights.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Representation for Criminal Cases\",\"section_description\":\"Dedicated representation for individuals facing all types of criminal charges, ensuring a strong defense is mounted.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Plea Negotiations\",\"section_description\":\"Expert negotiations aiming to achieve the best possible outcomes for clients, including reduced charges or sentences.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Trial Defense\",\"section_description\":\"Comprehensive trial defense strategies, representing clients in court and advocating for their best interests.\",\"section_prompt\":\"\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions regarding criminal defense and the legal process to help empower clients.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out for Legal Support\",\"section_description\":\"Contact me today to discuss how I can help with your legal needs.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"blog\",\"page_title\":\"Legal Insights\",\"page_description\":\"Stay informed with the latest insights and articles on criminal law and defense strategies by Anmol Rajdev.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Legal Insights\",\"section_description\":\"Explore my blog for valuable insights and updates on criminal defense topics and more.\",\"section_prompt\":\"\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"A collection of my latest posts discussing key issues in criminal law, defense strategies, and legal tips.\",\"section_prompt\":\"\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Popular Topics\",\"section_description\":\"Highlighting the important discussions and frequent queries in the realm of criminal law and defense.\",\"section_prompt\":\"\"},{\"section_type\":\"testimonials\",\"section_title\":\"Reader Feedback\",\"section_description\":\"Insights from readers about how the legal articles have aided their understanding of criminal law.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Stay updated with the latest insights by subscribing to my newsletter.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with Anmol Rajdev for legal assistance and consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Reach out to schedule a consultation or discuss your criminal defense needs.\",\"section_prompt\":\"\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"Please fill out the form below to connect with me regarding your legal concerns.\",\"section_prompt\":\"\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Find my contact information, including phone number and email, to reach out directly.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"Website for Anmol Rajdev, Criminal Defense Attorney, based in Brooklyn, New York.\",\"prompt_id\":1210}', '2025-12-04 13:25:52', '2025-12-04 13:25:52'),
(1211, 128, NULL, 'A freelance website for a web developer', '{\"website_title\":\"My Freelance Web Development Portfolio\",\"website_description\":\"Showcasing my skills and services as a freelance web developer, featuring my portfolio, services, client testimonials, and a blog for insights.\",\"website_type\":\"Personal\",\"website_industry\":\"Technology\",\"search_query\":\"freelance web development, web design, programming tips, web development portfolio, client testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my personal website where I showcase my work and skills as a freelance web developer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to my website.\",\"section_prompt\":\"Header of the site.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome!\",\"section_description\":\"Explore my skills and services as a freelance web developer.\",\"section_prompt\":\"Brief introduction with a captivating image.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey as a web developer and my passion for creating unique web solutions.\",\"section_prompt\":\"A quick overview of who I am and my experience.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"I offer a range of services tailored to your needs.\",\"section_prompt\":\"List my main services: website design, development, maintenance.\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Projects\",\"section_description\":\"Explore my portfolio showcasing various projects I have successfully completed.\",\"section_prompt\":\"A showcase of my past web development projects.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Here\'s what my clients have to say about my work.\",\"section_prompt\":\"Collected quotes from clients expressing their satisfaction.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out my latest blog posts for insights on web development.\",\"section_prompt\":\"Display the latest blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch!\",\"section_description\":\"Interested in working together? Reach out to me today!\",\"section_prompt\":\"Encouraging potential clients to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about my website.\",\"section_prompt\":\"Footer with copyright information and links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background, skills, and mission as a freelance web developer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"About Me section header\",\"section_prompt\":\"Header of the About Me page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About This Site\",\"section_description\":\"A brief introduction to the purpose of this website.\",\"section_prompt\":\"Overview of my freelance web development services.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Background\",\"section_description\":\"A detailed background of my education and career in web development.\",\"section_prompt\":\"Discuss my education and how I got into web development.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Skills\",\"section_description\":\"Highlight the technical skills I bring to the table as a web developer.\",\"section_prompt\":\"List the technical skills and tools I use.\"},{\"section_type\":\"about\",\"section_title\":\"My Mission\",\"section_description\":\"To provide high-quality web development services that help businesses grow.\",\"section_prompt\":\"What drives me in my freelance career.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"I\\u2019d love to hear from you!\",\"section_prompt\":\"Encouragement to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about my website.\",\"section_prompt\":\"Footer with copyright information and links.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Detailed information about the services I offer as a freelance web developer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Services section header\",\"section_prompt\":\"Header of the Services page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Services Offered\",\"section_description\":\"A comprehensive overview of my services.\",\"section_prompt\":\"Introduction to the services I provide.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Website Design\",\"section_description\":\"Creating visually appealing and user-friendly websites tailored to client needs.\",\"section_prompt\":\"Description of my website design service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Development\",\"section_description\":\"Building robust and scalable websites using the latest technologies.\",\"section_prompt\":\"Description of my web development service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Website Maintenance\",\"section_description\":\"Providing ongoing support and updates to keep websites running smoothly.\",\"section_prompt\":\"Description of my website maintenance service.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common inquiries about my services and process.\",\"section_prompt\":\"Common questions clients ask.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Ready to bring your project to life? Let\'s connect!\",\"section_prompt\":\"Encouragement for clients to begin the process.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about my website.\",\"section_prompt\":\"Footer with copyright information and links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"A collection of articles sharing insights, tips, and updates on web development.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Blog section header\",\"section_prompt\":\"Header of the Blog page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog Insights\",\"section_description\":\"Explore my thoughts and articles on web development trends and tips.\",\"section_prompt\":\"An introduction to my blog content.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Browse through my most recent posts to gain insights into web development.\",\"section_prompt\":\"Display latest blog articles.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Popular Posts\",\"section_description\":\"A highlight of the most popular articles on web development.\",\"section_prompt\":\"Display a few of my most read articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation!\",\"section_description\":\"Subscribe to stay updated with my latest posts.\",\"section_prompt\":\"Encouragement to subscribe for blog updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about my website.\",\"section_prompt\":\"Footer with copyright information and links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me for your web development needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contact section header\",\"section_prompt\":\"Header of the Contact Me page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Find out how to reach me for inquiries or collaboration.\",\"section_prompt\":\"Overview of contact options.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to reach out directly.\",\"section_prompt\":\"A form for visitors to fill out with their inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Location\",\"section_description\":\"Here\\u2019s how you can locate me if needed.\",\"section_prompt\":\"Provide address or relevant location information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about my website.\",\"section_prompt\":\"Footer with copyright information and links.\"}]}],\"user_prompt\":\"A freelance website for a web developer\",\"prompt_id\":1211}', '2025-12-04 13:26:47', '2025-12-04 13:26:47');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1212, 215, NULL, 'Website for Anmol Rajdev, Criminal Defense Attorney, based in Brooklyn, New York. Include pages like home, about us, practice areas, locations served, blog, contact us.', '{\"website_title\":\"Anmol Rajdev - Criminal Defense Attorney\",\"website_description\":\"Professional online presence for Anmol Rajdev, a dedicated criminal defense attorney in Brooklyn, New York, highlighting expertise and practice areas.\",\"website_type\":\"personal\",\"website_industry\":\"Legal Services\",\"search_query\":\"Criminal Defense, Attorney, Legal Advice, Law Firm, Criminal Law\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my professional website, showcasing my commitment and expertise in criminal defense law.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the website.\",\"section_prompt\":\"This section includes the site navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Practice\",\"section_description\":\"Introduction to my professional legal services specializing in criminal defense.\",\"section_prompt\":\"This section introduces visitors to my practice.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my passion for defending clients and my professional journey in criminal law.\",\"section_prompt\":\"This section provides insights into my background and expertise.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Practice Areas\",\"section_description\":\"Detailed overview of the criminal defense areas I specialize in.\",\"section_prompt\":\"List main practice areas: DUI, drug offenses, violent crimes, white-collar crimes, and domestic violence.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from clients about their experiences working with me in criminal defense cases.\",\"section_prompt\":\"Client reviews and feedback about my legal representation.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Check out my latest blog posts about legal tips and updates in criminal law.\",\"section_prompt\":\"This section previews the latest articles I have written.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for potential clients to reach out for consultation.\",\"section_prompt\":\"Call to action prompting clients to contact for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy and site information.\",\"section_prompt\":\"Footer information including contact details and legal disclaimers.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Know more about Anmol Rajdev, his qualifications, and commitment to clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the About section.\",\"section_prompt\":\"This section includes the site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Background\",\"section_description\":\"Overview of my education and professional qualifications.\",\"section_prompt\":\"Detailed biography outlining my journey as a criminal defense attorney.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Commitment\",\"section_description\":\"My dedication to ensuring justice for clients facing criminal charges.\",\"section_prompt\":\"Description of my ethical approach and commitment to client rights.\"},{\"section_type\":\"about\",\"section_title\":\"Professional Experience\",\"section_description\":\"Years of practice and types of cases handled in criminal law.\",\"section_prompt\":\"Summary of my legal experience in criminal defense.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Me?\",\"section_description\":\"Reasons clients should select my services for their defense needs.\",\"section_prompt\":\"Highlights of my client-centric legal practice.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Encouragement to prospective clients to reach out for consultations.\",\"section_prompt\":\"Promoting client engagement by encouraging contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy and site information.\",\"section_prompt\":\"Footer information including contact details and legal disclaimers.\"}]},{\"page_type\":\"practice_areas\",\"page_title\":\"Practice Areas\",\"page_description\":\"Explore the specific areas of criminal law I specialize in.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the Practice Areas section.\",\"section_prompt\":\"This section includes the site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Areas of Practice\",\"section_description\":\"Detailed explanation of various criminal defense areas I handle.\",\"section_prompt\":\"Overview of practice areas including DUI, drug offenses, and more.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"DUI Defense\",\"section_description\":\"In-depth look into my strategies for defending against DUI charges.\",\"section_prompt\":\"Detailed analysis of DUI defense tactics I employ.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Drug Offenses\",\"section_description\":\"Representation for clients facing drug-related criminal charges.\",\"section_prompt\":\"Description of legal approaches to drug offense cases.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Violent Crimes\",\"section_description\":\"Support for individuals accused of violent crimes and their legal options.\",\"section_prompt\":\"Explanation of violent crime case handling.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries regarding criminal defense law.\",\"section_prompt\":\"List of FAQs addressed regarding criminal defense.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Consultation\",\"section_description\":\"Prompt for potential clients to schedule a consultation.\",\"section_prompt\":\"Encouragement to get in touch for further inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy and site information.\",\"section_prompt\":\"Footer information including contact details and legal disclaimers.\"}]},{\"page_type\":\"locations_served\",\"page_title\":\"Locations Served\",\"page_description\":\"The geographical areas where I provide legal representation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the Locations Served section.\",\"section_prompt\":\"This section includes the site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Service Areas\",\"section_description\":\"Explanation of the various locations covered in my legal practice.\",\"section_prompt\":\"Overview of areas in Brooklyn and surrounding regions I serve.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Coverage Map\",\"section_description\":\"Visual representation of my service areas for clients.\",\"section_prompt\":\"Detailed map indicating my legal service locations.\"},{\"section_type\":\"about\",\"section_title\":\"Local Understanding\",\"section_description\":\"My familiarity with local laws and courts in these regions.\",\"section_prompt\":\"Explanation of the importance of local knowledge in legal representation.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Why Location Matters\",\"section_description\":\"Benefits of hiring a local attorney familiar with area law.\",\"section_prompt\":\"Reasons to choose a local attorney for legal needs.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out\",\"section_description\":\"Encouragement to contact me for legal services in your area.\",\"section_prompt\":\"Prompt for clients in service areas to get in touch for consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy and site information.\",\"section_prompt\":\"Footer information including contact details and legal disclaimers.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights and updates from Anmol Rajdev on criminal law topics.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the Blog section.\",\"section_prompt\":\"This section includes the site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"A collection of articles and blog posts related to criminal defense law.\",\"section_prompt\":\"Introduction to blog focusing on legal tips and updates.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"Displaying a grid of the latest blog posts written by me.\",\"section_prompt\":\"Showcase of the most recent blog posts.\"},{\"section_type\":\"about\",\"section_title\":\"Why Read My Blog?\",\"section_description\":\"Motivation for readers to engage with the content published.\",\"section_prompt\":\"Value of staying informed through my legal blog.\"},{\"section_type\":\"benefit\",\"section_title\":\"Topics of Interest\",\"section_description\":\"Overview of common themes addressed in the blog entries.\",\"section_prompt\":\"Summary of key topics and legal insights shared.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated\",\"section_description\":\"Encouragement for readers to subscribe for future blog updates.\",\"section_prompt\":\"Prompt for visitors to subscribe to receive updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy and site information.\",\"section_prompt\":\"Footer information including contact details and legal disclaimers.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Anmol Rajdev for legal consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the Contact section.\",\"section_prompt\":\"This section includes the site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Provide your information and inquiries for a response.\",\"section_prompt\":\"Overview of how to contact me and what information is needed.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for potential clients to reach out for inquiries or consultations.\",\"section_prompt\":\"Simple form to collect client inquiries and contact details.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"My phone number, email, and office address for direct contact.\",\"section_prompt\":\"Information on how clients can directly reach me.\"},{\"section_type\":\"about\",\"section_title\":\"Office Hours\",\"section_description\":\"General hours of operation for consultations and availability.\",\"section_prompt\":\"Details on when clients can expect to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy and site information.\",\"section_prompt\":\"Footer information including contact details and legal disclaimers.\"}]}],\"user_prompt\":\"Website for Anmol Rajdev, Criminal Defense Attorney, based in Brooklyn, New York. Include pages like home, about us, practice areas, locations served, blog, contact us.\",\"prompt_id\":1212}', '2025-12-04 13:28:53', '2025-12-04 13:28:53'),
(1225, 128, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Wanderlust Chronicles\",\"website_description\":\"Exploring the world through travel and photography, sharing adventures, tips, and stunning visuals from various destinations.\",\"website_type\":\"Personal Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, travel tips, adventure travel, travel guides, photography inspiration\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Dive into a world of travel and photography, where passion meets adventure.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and branding for the site.\",\"section_prompt\":\"The header includes branding and navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Journey\",\"section_description\":\"Join me as I explore the world and capture its beauty through my lens.\",\"section_prompt\":\"An inviting introduction to the blog.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my passion for travel and photography and what inspires me.\",\"section_prompt\":\"Discover my background and what drives my adventures.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Explore My Services\",\"section_description\":\"Travel guides, photography tips, destination highlights, and more.\",\"section_prompt\":\"List main services I provide: travel guides, photography tips, destination highlights, gallery.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Adventures\",\"section_description\":\"Read about my recent trips and experiences.\",\"section_prompt\":\"A curated selection of the most recent blog posts.\"},{\"section_type\":\"gallery\",\"section_title\":\"Gallery of Moments\",\"section_description\":\"A visual showcase of my best travel and photography shots.\",\"section_prompt\":\"A collection of stunning photography from my travels.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure\",\"section_description\":\"Subscribe to stay updated on my travels and photography tips.\",\"section_prompt\":\"Encouragement to engage with the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact and additional navigation information.\",\"section_prompt\":\"Information about the blog and social media links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover the passion behind the lens.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and branding for the site.\",\"section_prompt\":\"The header includes branding and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Learn More About Me\",\"section_description\":\"A deeper insight into my journey, motivations, and experiences.\",\"section_prompt\":\"Detailed biography and my story.\"},{\"section_type\":\"gallery\",\"section_title\":\"My Favorite Shots\",\"section_description\":\"A selection of my personal favorite photographs from various adventures.\",\"section_prompt\":\"Showcase of photographs that represent my artistic journey.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Others Say\",\"section_description\":\"Read what fellow travelers and photographers have shared about my work.\",\"section_prompt\":\"Quotes and feedback from followers and visitors.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Connected\",\"section_description\":\"Follow my adventures on social media and through my blog.\",\"section_prompt\":\"Encouragement for readers to connect with me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact and additional navigation information.\",\"section_prompt\":\"Information about the blog and social media links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Stories\",\"page_description\":\"A collection of narratives and tips from my travels around the globe.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and branding for the site.\",\"section_prompt\":\"The header includes branding and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Explore my most recent travel stories and photography experiences.\",\"section_prompt\":\"Dynamic display of blog post excerpts.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"All Blog Posts\",\"section_description\":\"Browse through all my travel stories, tips, and guides.\",\"section_prompt\":\"A listing of all blog entries organized by date.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Inspired\",\"section_description\":\"Join my mailing list for the latest updates and tips.\",\"section_prompt\":\"Encouragement for readers to subscribe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact and additional navigation information.\",\"section_prompt\":\"Information about the blog and social media links.\"}]},{\"page_type\":\"resources\",\"page_title\":\"Travel Gear\",\"page_description\":\"Essential gear and resources for every traveler and photographer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and branding for the site.\",\"section_prompt\":\"The header includes branding and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Gear Recommendations\",\"section_description\":\"My top picks for gear that enhances photography and travel experiences.\",\"section_prompt\":\"Highlight essential travel and photography gear.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Gear Overview\",\"section_description\":\"A detailed look at my recommended photography and travel gear.\",\"section_prompt\":\"List of travel gear recommendations, organized by type.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More\",\"section_description\":\"Find the best gear for your next adventure!\",\"section_prompt\":\"Encouragement for readers to explore detailed recommendations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact and additional navigation information.\",\"section_prompt\":\"Information about the blog and social media links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for collaborations or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and branding for the site.\",\"section_prompt\":\"The header includes branding and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Here\\u2019s how you can reach me for questions or collaborations.\",\"section_prompt\":\"Detailed contact form and information.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"Fill out the form to send me a message directly.\",\"section_prompt\":\"Interactive form for inquiries and messages.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact and additional navigation information.\",\"section_prompt\":\"Information about the blog and social media links.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1225}', '2025-12-05 10:54:01', '2025-12-05 10:54:01'),
(1230, 128, NULL, 'Website for Anmol Rajdev, Criminal Defense Attorney, based in Brooklyn, New York. Include pages like home, about us, practice areas, locations served, blog, contact us.', '{\"website_title\":\"Anmol Rajdev - Criminal Defense Attorney\",\"website_description\":\"A comprehensive overview of Anmol Rajdev\'s legal expertise, focusing on criminal defense services in Brooklyn, New York.\",\"website_type\":\"Attorney Website\",\"website_industry\":\"Legal Services\",\"search_query\":\"Criminal Defense Attorney, Brooklyn Attorney, Legal Services, DUI Defense, Assault Attorney\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"A welcoming introduction to my practice, highlighting my commitment to defending clients\' rights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements.\",\"section_prompt\":\"Top navigation with links to all main pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Practice\",\"section_description\":\"I am dedicated to defending your rights with integrity and passion.\",\"section_prompt\":\"Snapshot of my legal services and dedication.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey and what drives my legal practice.\",\"section_prompt\":\"An overview of my background and legal philosophy.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Comprehensive listing of my criminal defense services.\",\"section_prompt\":\"List main services (DUI, Assault, Theft, Drug Offenses, White-Collar Crimes) provided by my practice.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with my thoughts on recent legal trends and tips.\",\"section_prompt\":\"Links to my latest blog posts.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from my clients about their experiences and outcomes.\",\"section_prompt\":\"Showcasing client feedback on my services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Legal Help Today\",\"section_description\":\"Contact me for a consultation and defend your rights.\",\"section_prompt\":\"Encouraging potential clients to reach out for assistance.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to legal disclaimers, privacy policy, and copyrights.\",\"section_prompt\":\"Information about my firm\'s compliance and policies.\"}]},{\"page_type\":\"about_us\",\"page_title\":\"About Us\",\"page_description\":\"A personal narrative detailing my background, qualifications, and legal philosophy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements.\",\"section_prompt\":\"Top navigation with links to all main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Discover my legal journey and professional ethos.\",\"section_prompt\":\"Introduction to my background as an attorney.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Qualifications\",\"section_description\":\"An outline of my education and legal credentials.\",\"section_prompt\":\"Details about my law degree, certifications, and licenses.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Legal Philosophy\",\"section_description\":\"Understanding my approach to criminal defense.\",\"section_prompt\":\"Core beliefs guiding my practice.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Read testimonials that reflect my commitment and impact.\",\"section_prompt\":\"Client-oriented feedback regarding my legal representation.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact for Consultation\",\"section_description\":\"Ready to discuss your case? Contact me today.\",\"section_prompt\":\"Prompting potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to legal disclaimers, privacy policy, and copyrights.\",\"section_prompt\":\"Information about my firm\'s compliance and policies.\"}]},{\"page_type\":\"practice_areas\",\"page_title\":\"Practice Areas\",\"page_description\":\"A detailed overview of the specific criminal defense services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements.\",\"section_prompt\":\"Top navigation with links to all main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Practice Areas\",\"section_description\":\"In-depth look at my criminal defense specialties.\",\"section_prompt\":\"Summary of services provided under criminal defense.\"},{\"section_type\":\"features_listing\",\"section_title\":\"DUI Defense\",\"section_description\":\"Understanding the complexities involved in DUI cases.\",\"section_prompt\":\"Details on DUI defense and my approach.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Assault Charges\",\"section_description\":\"Navigating defense strategies for assault cases.\",\"section_prompt\":\"Overview of strategies used in assault charge defenses.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Theft Offenses\",\"section_description\":\"Defending against theft charges with strategic approaches.\",\"section_prompt\":\"Legal representation for theft offense cases.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Drug Offenses\",\"section_description\":\"Comprehensive defense for drug-related charges.\",\"section_prompt\":\"Strategies for defending against drug charges.\"},{\"section_type\":\"features_listing\",\"section_title\":\"White-Collar Crimes\",\"section_description\":\"Expertise in handling white-collar criminal defenses.\",\"section_prompt\":\"Approach to defending against white-collar crime charges.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Legal Representation\",\"section_description\":\"Contact me to discuss your needs regarding legal defense.\",\"section_prompt\":\"Encouragement for potential clients to reach out for representation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to legal disclaimers, privacy policy, and copyrights.\",\"section_prompt\":\"Information about my firm\'s compliance and policies.\"}]},{\"page_type\":\"locations_served\",\"page_title\":\"Locations Served\",\"page_description\":\"Information on the areas in Brooklyn and surrounding regions where I provide legal representation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements.\",\"section_prompt\":\"Top navigation with links to all main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Where I Operate\",\"section_description\":\"Overview of my service area in Brooklyn and beyond.\",\"section_prompt\":\"Details on the geographical areas served.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Brooklyn Neighborhoods\",\"section_description\":\"Detailed insights into neighborhoods I serve.\",\"section_prompt\":\"List of neighborhoods and communities where I provide services.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Surrounding Areas\",\"section_description\":\"Exploring areas outside Brooklyn where I represent clients.\",\"section_prompt\":\"Information on service reach beyond Brooklyn.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Find Legal Help Nearby\",\"section_description\":\"Contact me for legal representation in your area.\",\"section_prompt\":\"Encouragement to get in touch for localized services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to legal disclaimers, privacy policy, and copyrights.\",\"section_prompt\":\"Information about my firm\'s compliance and policies.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"A section where I share insights on legal trends, case studies, and tips for individuals facing criminal charges.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements.\",\"section_prompt\":\"Top navigation with links to all main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Legal Insights Blog\",\"section_description\":\"Explore my latest articles and insights on criminal law.\",\"section_prompt\":\"Introduction to the blog\'s focus and content.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"A showcase of my latest blog posts and articles.\",\"section_prompt\":\"Grid displaying titles and snippets of recent articles.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Popular Topics\",\"section_description\":\"Overview of trending legal topics I cover.\",\"section_prompt\":\"Summary of popular themes in my blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated\",\"section_description\":\"Sign up for updates from my blog.\",\"section_prompt\":\"Invitation to subscribe or follow blog updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to legal disclaimers, privacy policy, and copyrights.\",\"section_prompt\":\"Information about my firm\'s compliance and policies.\"}]},{\"page_type\":\"contact_us\",\"page_title\":\"Contact Us\",\"page_description\":\"A page with my office contact information, a form for inquiries, and a map for directions to my office.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements.\",\"section_prompt\":\"Top navigation with links to all main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Your first step towards securing your legal representation.\",\"section_prompt\":\"Introduction to the contact page.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"How to reach my office and get assistance.\",\"section_prompt\":\"Office address, phone number, and email information.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Fill out the form for any inquiries or to schedule a consultation.\",\"section_prompt\":\"Input for potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to legal disclaimers, privacy policy, and copyrights.\",\"section_prompt\":\"Information about my firm\'s compliance and policies.\"}]}],\"user_prompt\":\"Website for Anmol Rajdev, Criminal Defense Attorney, based in Brooklyn, New York. Include pages like home, about us, practice areas, locations served, blog, contact us.\",\"prompt_id\":1230}', '2025-12-05 11:50:33', '2025-12-05 11:50:33'),
(1231, 128, NULL, 'Website for Anmol Rajdev, Criminal Defense Attorney, based in Brooklyn, New York. Include pages like home, about us, practice areas, locations served, contact us.', '{\"website_title\":\"Anmol Rajdev, Criminal Defense Attorney\",\"website_description\":\"Professional online presence for Anmol Rajdev, a dedicated Criminal Defense Attorney in Brooklyn, New York, showcasing his experience and areas of practice.\",\"website_type\":\"personal\",\"website_industry\":\"Legal Services\",\"search_query\":\"criminal defense attorney, legal assistance, Brooklyn attorney, criminal law, legal help\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Introduction to Anmol Rajdev and his mission as a criminal defense attorney.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and site logo.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Practice\",\"section_description\":\"Discover how I can assist you with your legal needs in criminal defense in Brooklyn, NY.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my dedication to defending clients and my approach to criminal defense.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Practice Areas\",\"section_description\":\"Explore the range of criminal defense services I provide.\",\"section_prompt\":\"List main practice areas (DUI, drug offenses, theft, violent crimes).\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Read what my clients have to say about their experiences with my legal services.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get in Touch\",\"section_description\":\"Find out how to contact me for a consultation and legal assistance.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Legal Insights\",\"section_description\":\"Stay updated with recent blog posts related to criminal defense and legal tips.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule a Consultation Today\",\"section_description\":\"Don\'t hesitate to reach out for legal guidance. I\'m here to help you.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site links and legal information.\",\"section_prompt\":\"N\\/A\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Detailed account of Anmol Rajdev\'s background and qualifications in criminal defense.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and site logo.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Discover my journey and commitment to law in New York.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Background\",\"section_description\":\"A comprehensive overview of my education and legal experience.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Mission\",\"section_description\":\"Understanding my goal to provide the best defense for my clients.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Why Choose Me?\",\"section_description\":\"Highlights of my qualifications and philosophy as a defense attorney.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out to schedule a consultation or learn more about my services.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site links and legal information.\",\"section_prompt\":\"N\\/A\"}]},{\"page_type\":\"practice_areas\",\"page_title\":\"Practice Areas\",\"page_description\":\"Information on the types of criminal cases handled by Anmol Rajdev.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and site logo.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Practice Areas\",\"section_description\":\"Detailed information on the various criminal defense services I offer.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"features_listing\",\"section_title\":\"Criminal Offenses I Handle\",\"section_description\":\"Overview of the types of cases I specialize in.\",\"section_prompt\":\"List main practice areas (DUI, drug offenses, theft, violent crimes).\"},{\"section_type\":\"feature_detail\",\"section_title\":\"DUI Defense\",\"section_description\":\"Details about my approach to defending DUI cases including strategies and outcomes.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Defense Against Drug Charges\",\"section_description\":\"Information on how I defend cases involving drug offenses, including legal tactics.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Theft Charges Defense\",\"section_description\":\"Strategies I utilize to defend clients charged with theft-related offenses.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Need Help?\",\"section_description\":\"Contact me for a consultation about your specific case and how I can help.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site links and legal information.\",\"section_prompt\":\"N\\/A\"}]},{\"page_type\":\"locations_served\",\"page_title\":\"Locations Served\",\"page_description\":\"A list of areas in Brooklyn and beyond where Anmol Rajdev offers legal help.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and site logo.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Areas I Serve\",\"section_description\":\"Discover the locations where my services are available.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"features_listing\",\"section_title\":\"Service Areas\",\"section_description\":\"A comprehensive list of locations I serve within Brooklyn and surrounding areas.\",\"section_prompt\":\"List areas served (Brooklyn, Flatbush, Williamsburg, Bushwick, Crown Heights).\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Why Location Matters\",\"section_description\":\"Discussion on the importance of choosing a local attorney for criminal cases.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me in Your Area\",\"section_description\":\"Reach out for legal assistance specific to your location.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site links and legal information.\",\"section_prompt\":\"N\\/A\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"A way for clients to reach out to Anmol Rajdev for legal consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and site logo.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Get in touch for legal services and consultation inquiries.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"contact_form\",\"section_title\":\"Fill Out the Form\",\"section_description\":\"Contact form for prospective clients to schedule a consultation.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Details\",\"section_description\":\"Find my phone number and office address for direct contact.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site links and legal information.\",\"section_prompt\":\"N\\/A\"}]}],\"user_prompt\":\"Website for Anmol Rajdev, Criminal Defense Attorney, based in Brooklyn, New York. Include pages like home, about us, practice areas, locations served, contact us.\",\"prompt_id\":1231}', '2025-12-05 11:55:46', '2025-12-05 11:55:46'),
(1237, 134, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing my unique style and creativity in graphic design through selected projects and services.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creativity\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where creativity meets functionality.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Site navigation and branding elements.\",\"section_prompt\":\"Standard site header with logo and navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Work\",\"section_description\":\"Explore my collection of graphic design projects that showcase my creativity and style.\",\"section_prompt\":\"An engaging hero image with a brief introduction to my design philosophy.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey as a graphic designer and my design philosophy.\",\"section_prompt\":\"A brief overview of my background, experience, and what drives my passion for design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Services\",\"section_description\":\"Here are the main services I offer as a graphic designer including branding, illustration, and more.\",\"section_prompt\":\"List main services I provide: Branding, Illustration, Print Design, Digital Design.\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Portfolio\",\"section_description\":\"Browse through my selected projects that highlight my skills and creativity.\",\"section_prompt\":\"Showcase a grid of my design projects with images and links to detailed descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Check out my latest posts and updates in design and creativity.\",\"section_prompt\":\"A section to display recent blog-style updates about my design process or insights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Interested in collaborating? I\'d love to hear from you!\",\"section_prompt\":\"Encouragement to navigate to the contact page for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer elements with additional navigation and copyright details.\",\"section_prompt\":\"A standard footer with contact details and social links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover my journey and philosophy as a graphic designer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Site navigation and branding elements.\",\"section_prompt\":\"Standard site header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A deeper insight into my personal and professional journey in design.\",\"section_prompt\":\"An inner banner with my name and profession.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Journey\",\"section_description\":\"This section shares my story, inspirations and how I became a graphic designer.\",\"section_prompt\":\"Detailing my background, education and career path in graphic design.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Understand the principles that guide my design process and work.\",\"section_prompt\":\"An explanation of my design approach and what inspires my creative process.\"},{\"section_type\":\"gallery\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Read what clients have to say about working with me on various projects.\",\"section_prompt\":\"Display a selection of client quotes reflecting my work quality.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Want to collaborate or know more? Don\\u2019t hesitate to reach out!\",\"section_prompt\":\"A prompt to direct users to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer elements with additional navigation and copyright details.\",\"section_prompt\":\"A standard footer with contact details and social links.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Explore the graphic design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Site navigation and branding elements.\",\"section_prompt\":\"Standard site header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Services Offered\",\"section_description\":\"Detailed overview of the graphic design services you can expect from me.\",\"section_prompt\":\"Inner banner highlighting the services I offer.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding\",\"section_description\":\"Creating distinct identities that resonate with businesses and audiences.\",\"section_prompt\":\"Details on branding services including logo design and brand guidelines.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Illustration\",\"section_description\":\"Unique illustrations tailored to enhance visual storytelling.\",\"section_prompt\":\"Highlighting custom illustrations for various purposes.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Delivering high-quality printed materials from brochures to business cards.\",\"section_prompt\":\"Overview of print design services for businesses.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Design\",\"section_description\":\"Engaging digital experiences through web and app design.\",\"section_prompt\":\"Description of the digital design services offered.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my services.\",\"section_prompt\":\"List of questions clients often ask and my responses.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Ready to start your project? Reach out for a consultation!\",\"section_prompt\":\"Encouragement to visit the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer elements with additional navigation and copyright details.\",\"section_prompt\":\"A standard footer with contact details and social links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Site navigation and branding elements.\",\"section_prompt\":\"Standard site header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I would love to hear from you!\",\"section_prompt\":\"Banner prompting users to get in touch.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"Fill out the form below for inquiries or collaborations.\",\"section_prompt\":\"A form where visitors can input their details and message.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Find me via email or social media for quick inquiries.\",\"section_prompt\":\"Display my email address and social media handles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate\",\"section_description\":\"Looking forward to connecting with you!\",\"section_prompt\":\"Encouragement to reach out through the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer elements with additional navigation and copyright details.\",\"section_prompt\":\"A standard footer with contact details and social links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1237}', '2025-12-05 13:06:02', '2025-12-05 13:06:02');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1259, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"SEO and Marketing Agency\",\"website_description\":\"An agency dedicated to enhancing online visibility for businesses through effective SEO strategies and digital marketing services.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO, Marketing, Digital Strategy\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to the SEO and Marketing Agency\'s homepage. Discover our expertise in enhancing your online presence.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation to various sections of the website.\",\"section_prompt\":\"Navigate through our site and find additional information about our services and expertise.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Boost Your Online Presence\",\"section_description\":\"Our strategies are designed to elevate your business\'s visibility and attract more customers.\",\"section_prompt\":\"Showcase our primary offering and attract visitors to explore more.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our agency and the experienced team behind it.\",\"section_prompt\":\"Discover our mission, vision, and values that drive our work.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our diverse range of services to help your business thrive online.\",\"section_prompt\":\"List main services: SEO strategies, Digital Marketing, Social Media Management, Content Creation, Pay-Per-Click Advertising, Analytics Reporting.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Read testimonials from our satisfied clients to understand the impact of our services.\",\"section_prompt\":\"Showcase feedback from our clients to build trust and credibility.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with the latest trends and insights in the SEO and Marketing industry.\",\"section_prompt\":\"Highlight recent blog posts to engage visitors and establish our expertise.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Contact us to boost your online visibility and grow your business.\",\"section_prompt\":\"Encourage visitors to reach out and inquire about our services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information about the agency including links to privacy policy and terms of service.\",\"section_prompt\":\"Include complementary information for users to ease navigation.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about our agency and the team dedicated to enhancing your business\'s online presence.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"About Us\",\"section_description\":\"Introduction to our agency and team.\",\"section_prompt\":\"Display who we are and what we stand for.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Mission\",\"section_description\":\"To provide cutting-edge solutions that enhance the online presence of our clients.\",\"section_prompt\":\"Communicate our commitment to helping businesses succeed.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Meet the Team\",\"section_description\":\"Get to know our skilled professionals who drive our agency\'s success.\",\"section_prompt\":\"Introduce our team of experts.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Values\",\"section_description\":\"We believe in integrity, innovation, and customer satisfaction.\",\"section_prompt\":\"Articulate the core values that guide our operations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us\",\"section_description\":\"Connect with us to learn more about how we can assist you.\",\"section_prompt\":\"Encourage potential clients to engage with us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information about policies, contact details and social links.\",\"section_prompt\":\"Provide users with important links and contacts.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Discover the services we offer to help your business grow online.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Overview of services tailored for boosting online visibility.\",\"section_prompt\":\"Showcase all services provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Strategies\",\"section_description\":\"Comprehensive SEO services to improve your search engine rankings.\",\"section_prompt\":\"Detailed insight into our SEO services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Marketing\",\"section_description\":\"Holistic digital marketing strategies that drive results.\",\"section_prompt\":\"Expound our digital marketing offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Management\",\"section_description\":\"Managing and enhancing your social media presence effectively.\",\"section_prompt\":\"Detail our approach to social media.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Creation\",\"section_description\":\"Create impactful content that resonates with your audience.\",\"section_prompt\":\"Describe our content creation process.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Pay-Per-Click Advertising\",\"section_description\":\"Maximize your ROI with targeted PPC campaigns.\",\"section_prompt\":\"Illustrate our PPC advertising strategies.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answering common queries regarding our services.\",\"section_prompt\":\"Provide clarity on typical service-related questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for Services\",\"section_description\":\"Reach out for a personalized consultation to discuss your needs.\",\"section_prompt\":\"Encourage visitors to inquire about our services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final notes and contact details for users.\",\"section_prompt\":\"Complete the page with essential links.\"}]},{\"page_type\":\"case_studies\",\"page_title\":\"Case Studies\",\"page_description\":\"Explore our case studies showcasing successful projects and results.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Our Success Stories\",\"section_description\":\"Highlighting impactful case studies from previous clients.\",\"section_prompt\":\"Show case studies to illustrate effectiveness.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project 1: Boosting Visibility\",\"section_description\":\"A comprehensive case study on enhancing visibility for Client A.\",\"section_prompt\":\"Detail the process and results achieved.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project 2: Increased Engagement\",\"section_description\":\"How we increased engagement for Client B through targeted strategies.\",\"section_prompt\":\"Share the strategies and outcomes.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project 3: ROI Improvement\",\"section_description\":\"Demonstrating a significant ROI uplift for Client C through our tactics.\",\"section_prompt\":\"Describe the impact and results achieved.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Partner with Us\",\"section_description\":\"See how we can achieve similar results for your business.\",\"section_prompt\":\"Encourage potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact and additional resource information.\",\"section_prompt\":\"Wrap up with useful information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Stay updated with the latest trends and insights in SEO and Marketing.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Industry Insights\",\"section_description\":\"A hub of articles and posts related to SEO and Marketing.\",\"section_prompt\":\"Highlight the importance of our blog content.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"Showcasing our latest articles that provide valuable insights.\",\"section_prompt\":\"Highlight most recent publications.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Popular Articles\",\"section_description\":\"Explore our most trending posts that resonate with our audience.\",\"section_prompt\":\"Focus on articles that have garnered attention.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Read Our Blog\",\"section_description\":\"Benefits of keeping updated with SEO and Marketing trends.\",\"section_prompt\":\"Encourage visitors to explore the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End with contact information and links to connect with us.\",\"section_prompt\":\"Conclude with useful user navigational links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for queries and support.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We are here to assist you with any inquiries you may have.\",\"section_prompt\":\"Display contact options.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form to reach us for any inquiries.\",\"section_prompt\":\"Encourage inquiries via form.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our office location or reach out via our contact details.\",\"section_prompt\":\"Provide all relevant contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final links and information.\",\"section_prompt\":\"Wrap up with crucial navigational links.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":1259}', '2025-12-08 07:52:34', '2025-12-08 07:52:34'),
(1261, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A showcase of my graphic design work, highlighting my creative process and skills, featuring a gallery of projects, design services, and personal insights into my artistic journey.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creativity\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An introduction to my graphic design work and philosophy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and branding.\",\"section_prompt\":\"Include links to all other pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my graphic design journey and creative works.\",\"section_prompt\":\"Main visual introduction to my work.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my background and design philosophy.\",\"section_prompt\":\"Brief overview of my design journey and principles.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Discover the design services I provide.\",\"section_prompt\":\"List main services (Branding, Illustrations, Digital Marketing Materials) offered.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Projects\",\"section_description\":\"Showcase of selected design works that reflect my style.\",\"section_prompt\":\"Display a selection of recent and notable projects.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback from clients on my work and collaborations.\",\"section_prompt\":\"Share reviews from previous clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to reach out for collaborations.\",\"section_prompt\":\"Invite visitors to contact me for collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Conclusion of the page with links and copyright information.\",\"section_prompt\":\"List all necessary footer links.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A gallery showcasing my design projects and styles.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and branding.\",\"section_prompt\":\"Include links to all other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Work Showcase\",\"section_description\":\"Explore my portfolio of graphic design projects.\",\"section_prompt\":\"Visual introduction to the portfolio page.\"},{\"section_type\":\"gallery\",\"section_title\":\"Design Projects\",\"section_description\":\"A detailed showcase of various design works.\",\"section_prompt\":\"Display all significant projects across different styles.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project Highlights\",\"section_description\":\"In-depth look at selected projects and their impact.\",\"section_prompt\":\"Provide detailed insights on select standout projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Work With Me\",\"section_description\":\"Encouraging potential clients to reach out.\",\"section_prompt\":\"Invite inquiries for collaboration on projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Conclusion of the page with links and copyright information.\",\"section_prompt\":\"List all necessary footer links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Information about my design background and skills.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and branding.\",\"section_prompt\":\"Include links to all other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"All About Me\",\"section_description\":\"Discover the designer behind the work.\",\"section_prompt\":\"Provide an engaging overview of my personal and professional skills.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"Details about my experience and education in design.\",\"section_prompt\":\"Share my background and path in graphic design.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"What I Bring\",\"section_description\":\"Outline my unique skills and advantages as a graphic designer.\",\"section_prompt\":\"Highlight key skills that enhance my design work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate\",\"section_description\":\"Encourage connections with potential clients.\",\"section_prompt\":\"Invite visitors to reach out for collaborative opportunities.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Conclusion of the page with links and copyright information.\",\"section_prompt\":\"List all necessary footer links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Design Services\",\"page_description\":\"Details on services provided to clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and branding.\",\"section_prompt\":\"Include links to all other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Design Services\",\"section_description\":\"Overview of the services I offer as a graphic designer.\",\"section_prompt\":\"Introduce the services section.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding\",\"section_description\":\"Comprehensive branding solutions tailored for clients.\",\"section_prompt\":\"Describe my branding services in detail.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Illustrations\",\"section_description\":\"Custom illustrations to enhance marketing and branding efforts.\",\"section_prompt\":\"Detail my illustration services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Marketing Materials\",\"section_description\":\"Creating impactful digital assets for campaigns.\",\"section_prompt\":\"Outline services related to digital marketing materials.\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQs\",\"section_description\":\"Address common questions clients may have about my services.\",\"section_prompt\":\"Provide answers to frequently asked questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Start?\",\"section_description\":\"Encourage inquiries for services offered.\",\"section_prompt\":\"Invite potential clients to reach out for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Conclusion of the page with links and copyright information.\",\"section_prompt\":\"List all necessary footer links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out for collaborations or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and branding.\",\"section_prompt\":\"Include links to all other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Section for visitors to contact me.\",\"section_prompt\":\"Encourage visitors to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Form for visitors to fill in their information for inquiries.\",\"section_prompt\":\"Provide a simple contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Details\",\"section_description\":\"Show my contact details for direct communications.\",\"section_prompt\":\"List email and social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Conclusion of the page with links and copyright information.\",\"section_prompt\":\"List all necessary footer links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1261}', '2025-12-08 07:56:57', '2025-12-08 07:56:57'),
(1264, 202, NULL, '\"Solano Immigration Law Firm offers an array of immigration services that can address your needs. We provide family-based immigration services in all 50 states with headquarters in Georgia and Alabama. Since U.S. immigration deals with federal laws, we can help you wherever you are located. We are focused to U-Visa Lawyer, Naturalization and Citizenship, VAWA Application, Military Parole, Adjustment of Status, Marriage Green Card.\"', '{\"website_title\":\"Solano Immigration Law Firm\",\"website_description\":\"Providing expert immigration services across the U.S. with a focus on personalized legal assistance.\",\"website_type\":\"Law Firm\",\"website_industry\":\"Legal Services\",\"search_query\":\"immigration law services, immigration attorney, legal immigration assistance\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Solano Immigration Law Firm, where we specialize in a variety of immigration services to meet your needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and logo.\",\"section_prompt\":\"Standard header for easy navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Solano Immigration Law Firm\",\"section_description\":\"Your trusted partner for all immigration matters in the U.S.\",\"section_prompt\":\"A welcoming banner introducing the firm\'s mission and services.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission to support clients through their immigration journeys.\",\"section_prompt\":\"Brief introduction about the firm\'s values and commitment.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Immigration Services\",\"section_description\":\"Explore the wide range of immigration services we offer: U-Visa Lawyer, Naturalization and Citizenship, VAWA Application, Military Parole, Adjustment of Status, Marriage Green Card\",\"section_prompt\":\"List main services provided by our law firm.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Feedback from satisfied clients that trust our services.\",\"section_prompt\":\"Showcase client testimonials to build trust.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Resources\",\"section_description\":\"Stay updated with our latest articles and guides on immigration.\",\"section_prompt\":\"Latest articles and resources related to immigration.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started With Us\",\"section_description\":\"Contact us today for a consultation and take the first step in your immigration journey.\",\"section_prompt\":\"Encourage clients to reach out for assistance.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Section containing copyright and privacy policy links.\",\"section_prompt\":\"Standard footer for site-wide links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Discover the values and dedication that drive our firm.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and logo.\",\"section_prompt\":\"Standard header for easy navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Us\",\"section_description\":\"More about Solano Immigration Law Firm.\",\"section_prompt\":\"Introduction to the about us page.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Mission\",\"section_description\":\"To provide personalized immigration legal services to clients in every state.\",\"section_prompt\":\"Description of our mission and commitment to clients.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Values\",\"section_description\":\"Integrity, compassion, and excellence guide our practice.\",\"section_prompt\":\"Highlighting core values that govern our firm.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Learn about the experienced professionals behind our firm.\",\"section_prompt\":\"Introduction to the law firm\'s key members.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us\",\"section_description\":\"If you have questions, please reach out.\",\"section_prompt\":\"Encourage visitors to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Section containing copyright and privacy policy links.\",\"section_prompt\":\"Standard footer for site-wide links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Comprehensive immigration services tailored to your needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and logo.\",\"section_prompt\":\"Standard header for easy navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Immigration Services\",\"section_description\":\"Detailed overview of services we provide.\",\"section_prompt\":\"Introduction to our services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"U-Visa Lawyer\",\"section_description\":\"Expert guidance through the U-Visa application process.\",\"section_prompt\":\"Details on U-Visa Lawyer services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Naturalization and Citizenship\",\"section_description\":\"Assist clients in becoming U.S. citizens effectively.\",\"section_prompt\":\"Information on Naturalization and Citizenship services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"VAWA Application\",\"section_description\":\"Support for clients applying under the Violence Against Women Act.\",\"section_prompt\":\"Information on VAWA Application process.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Military Parole\",\"section_description\":\"Helping military families navigate immigration challenges.\",\"section_prompt\":\"Information on Military Parole services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Adjustment of Status\",\"section_description\":\"Guidance on the process of adjusting immigration status.\",\"section_prompt\":\"Information on Adjustment of Status.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Marriage Green Card\",\"section_description\":\"Assistance through the marriage-based green card process.\",\"section_prompt\":\"Information on Marriage Green Card applications.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Get answers to common questions about our services.\",\"section_prompt\":\"Help clients understand more about our services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us Today\",\"section_description\":\"Ready to get started? Reach out to us now for a consultation.\",\"section_prompt\":\"Encourage clients to make contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Section containing copyright and privacy policy links.\",\"section_prompt\":\"Standard footer for site-wide links.\"}]},{\"page_type\":\"resources\",\"page_title\":\"Resources\",\"page_description\":\"Guides and articles to assist with immigration topics.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and logo.\",\"section_prompt\":\"Standard header for easy navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Resources for Immigration\",\"section_description\":\"Explore our collection of immigration guides and articles.\",\"section_prompt\":\"Introduction to resources available.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Immigration Articles\",\"section_description\":\"Browse informative articles on various immigration topics.\",\"section_prompt\":\"List of articles, guides, and resources.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Helpful Guides\",\"section_description\":\"Find guides that simplify complex immigration processes.\",\"section_prompt\":\"Overview of available guides.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Have Questions?\",\"section_description\":\"Contact us if you need personalized assistance.\",\"section_prompt\":\"Encourage visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Section containing copyright and privacy policy links.\",\"section_prompt\":\"Standard footer for site-wide links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Solano Immigration Law Firm.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and logo.\",\"section_prompt\":\"Standard header for easy navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Reach out for consultations and inquiries.\",\"section_prompt\":\"Introduction to contact page.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"Fill out the form below to contact us directly.\",\"section_prompt\":\"Contact form for client inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Locations\",\"section_description\":\"Find us at our Georgia and Alabama offices.\",\"section_prompt\":\"Information about our physical office locations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Connect\",\"section_description\":\"We look forward to hearing from you.\",\"section_prompt\":\"Encourage visitors to contact us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Section containing copyright and privacy policy links.\",\"section_prompt\":\"Standard footer for site-wide links.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Hear from our past clients about their experiences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and logo.\",\"section_prompt\":\"Standard header for easy navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Read reviews and feedback from our valued clients.\",\"section_prompt\":\"Introduction to testimonials page.\"},{\"section_type\":\"reviews\",\"section_title\":\"What Clients Are Saying\",\"section_description\":\"Client stories and feedback to highlight our service quality.\",\"section_prompt\":\"Detailed reviews and experiences shared by clients.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Discover the reasons why clients trust us for their immigration needs.\",\"section_prompt\":\"Information on the firm\'s reliability and service quality.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Contact us to experience our services firsthand.\",\"section_prompt\":\"Encouragement to reach out for assistance.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Section containing copyright and privacy policy links.\",\"section_prompt\":\"Standard footer for site-wide links.\"}]}],\"user_prompt\":\"Solano Immigration Law Firm offers an array of immigration services that can address your needs. We provide family-based immigration services in all 50 states with headquarters in Georgia and Alabama. Since U.S. immigration deals with federal laws, we can help you wherever you are located. We are focused to U-Visa Lawyer, Naturalization and Citizenship, VAWA Application, Military Parole, Adjustment of Status, Marriage Green Card.\",\"prompt_id\":1264,\"theme\":\"minimalistic\",\"colors\":[[204,90,90],[95,25,40]],\"fonts\":\"minimalistic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":\"+91 98883 99168\",\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":true}}', '2025-12-08 09:06:19', '2025-12-08 09:08:37'),
(1265, 134, NULL, 'LunaGems is a handmade jewellery shop', '{\"website_title\":\"LunaGems\",\"website_description\":\"A charming website dedicated to showcasing handmade jewelry pieces that blend artistry and elegance, inviting visitors to explore a unique collection that connects them with the artisan\'s passion.\",\"website_type\":\"eCommerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewelry, artisan jewelry, jewelry styles\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems, where elegance meets creativity in handmade jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu with links to all main pages.\",\"section_prompt\":\"Fixed navigation bar for all pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"Discover the beauty of handmade jewelry, crafted with love and artistry.\",\"section_prompt\":\"A captivating image showcasing jewelry with an inviting welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about the passion and inspiration that drives LunaGems.\",\"section_prompt\":\"An introduction to the unique story and philosophy behind the brand.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Collection\",\"section_description\":\"Explore the exquisite pieces we offer, each crafted with care.\",\"section_prompt\":\"Featured jewelry items: necklaces, bracelets, earrings.\"},{\"section_type\":\"gallery\",\"section_title\":\"Gallery Highlights\",\"section_description\":\"A visual showcase of our jewelry in various beautiful settings.\",\"section_prompt\":\"Images of jewelry displayed in lifestyle settings.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest From Our Blog\",\"section_description\":\"Read our latest articles about jewelry care and styling ideas.\",\"section_prompt\":\"Links to recent blog posts with captivating titles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Explore our entire collection and find your perfect piece.\",\"section_prompt\":\"A call to action inviting visitors to view the shop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media, contact information, and other relevant links.\",\"section_prompt\":\"Footer with essential links and information.\"}]},{\"page_type\":\"shop\",\"page_title\":\"Shop\",\"page_description\":\"An easy-to-navigate store featuring unique handmade jewelry pieces.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to different sections of the shop.\",\"section_prompt\":\"Fixed navigation bar for all pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore Our Jewelry\",\"section_description\":\"Browse our curated collection of handmade pieces.\",\"section_prompt\":\"A banner that highlights the shopping experience.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Featured Collections\",\"section_description\":\"Discover our most popular jewelry categories.\",\"section_prompt\":\"List of featured collections: necklaces, bracelets, earrings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"How to Choose Jewelry\",\"section_description\":\"Tips for selecting the perfect piece for every occasion.\",\"section_prompt\":\"Helpful advice on choosing from our collection.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common queries regarding purchases and policies.\",\"section_prompt\":\"An FAQ section addressing common customer questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Shopping\",\"section_description\":\"Visit our full collection and find your favorite pieces now!\",\"section_prompt\":\"Encouragement to browse and shop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media, contact information, and other relevant links.\",\"section_prompt\":\"Footer with essential links and information.\"}]},{\"page_type\":\"about_us\",\"page_title\":\"About Us\",\"page_description\":\"Learn the personal story behind LunaGems and the art of jewelry making.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for exploring the site.\",\"section_prompt\":\"Fixed navigation bar for all pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Discover the inspiration that fuels LunaGems.\",\"section_prompt\":\"A banner highlighting the story of the brand.\"},{\"section_type\":\"about\",\"section_title\":\"The Artisan Behind LunaGems\",\"section_description\":\"Meet the creative mind behind the jewelry pieces.\",\"section_prompt\":\"An introduction to the artisan\'s journey and philosophy.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Handmade Jewelry?\",\"section_description\":\"Understanding the unique benefits and qualities of handmade jewelry.\",\"section_prompt\":\"Explaining the advantages of buying handmade pieces.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Stories\",\"section_description\":\"Read what our happy customers say about their favorite pieces.\",\"section_prompt\":\"Highlighted customer feedback and positive experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Connect with us on social media for updates and inspiration.\",\"section_prompt\":\"An invitation to engage with LunaGems online.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media, contact information, and other relevant links.\",\"section_prompt\":\"Footer with essential links and information.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Gallery\",\"page_description\":\"A visual showcase of the exquisite jewelry from LunaGems.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for exploring the site.\",\"section_prompt\":\"Fixed navigation bar for all pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Visual Showcase\",\"section_description\":\"Explore our stunning jewelry through curated imagery.\",\"section_prompt\":\"A banner that sets the tone for the gallery.\"},{\"section_type\":\"gallery\",\"section_title\":\"Jewelry in Focus\",\"section_description\":\"A collection of images showcasing jewelry in various settings.\",\"section_prompt\":\"Curated gallery of our pieces styled beautifully.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Learn what sets LunaGems apart in the world of handmade jewelry.\",\"section_prompt\":\"Distinct reasons to trust and choose our brand.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore Our Collection\",\"section_description\":\"Find your perfect piece in our shop today!\",\"section_prompt\":\"Encouragement to visit the shop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media, contact information, and other relevant links.\",\"section_prompt\":\"Footer with essential links and information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with LunaGems for inquiries and support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to different website sections.\",\"section_prompt\":\"Fixed navigation bar for all pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We would love to hear from you!\",\"section_prompt\":\"A warm welcome message for visitors to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to send us a message.\",\"section_prompt\":\"Simple contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find out how to reach us and our physical address, if applicable.\",\"section_prompt\":\"Details on contacting us and location.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media, contact information, and other relevant links.\",\"section_prompt\":\"Footer with essential links and information.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewellery shop\",\"prompt_id\":1265}', '2025-12-08 09:06:59', '2025-12-08 09:06:59');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1267, 134, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Travel & Photography Blog\",\"website_description\":\"A vibrant blog dedicated to travel and photography, sharing stunning visuals and engaging narratives about various destinations.\",\"website_type\":\"personal\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel blog, photography tips, travel adventures\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An introduction to my blog, showcasing featured travel stories and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all pages.\",\"section_prompt\":\"Basic navigation for my website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Blog\",\"section_description\":\"A brief introduction to my journey and what my blog offers.\",\"section_prompt\":\"Introduction video or image slider showcasing beautiful travel moments.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Posts\",\"section_description\":\"Highlights of my most recent travels and photography articles.\",\"section_prompt\":\"Showcase of the recent blog posts with thumbnails and titles.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Sharing my passion for travel and photography.\",\"section_prompt\":\"A short introduction about me and my background.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Destinations\",\"section_description\":\"A selection of must-visit travel destinations featured on my blog.\",\"section_prompt\":\"List main destinations I have blogged about: Hawaii, Paris, Tokyo, Costa Rica.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Adventure\",\"section_description\":\"Encouragement for visitors to follow my journey.\",\"section_prompt\":\"Call to action to subscribe or follow my blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing copyright information and social media links.\",\"section_prompt\":\"Basic footer elements.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"A personal story about my passion for travel and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all pages.\",\"section_prompt\":\"Basic navigation for my website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Story\",\"section_description\":\"A personal narrative on my love for travel and photography.\",\"section_prompt\":\"Detailed story of my passion for exploration.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"What Inspires Me\",\"section_description\":\"Insights into my travel philosophy and motivations.\",\"section_prompt\":\"An exploration of what drives my passion for travel.\"},{\"section_type\":\"about\",\"section_title\":\"Why Travel & Photography?\",\"section_description\":\"The importance of documenting experiences and cultures.\",\"section_prompt\":\"Discussion on the significance of travel and capturing moments.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Connect!\",\"section_description\":\"Invitation for readers to engage with my blog.\",\"section_prompt\":\"Encouragement to follow my journey on social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing copyright information and social media links.\",\"section_prompt\":\"Basic footer elements.\"}]},{\"page_type\":\"travel_blog\",\"page_title\":\"Travel Blog\",\"page_description\":\"Detailed posts about my travels, including destinations and experiences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all pages.\",\"section_prompt\":\"Basic navigation for my website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Stories\",\"section_description\":\"A collection of my travel narratives and experiences.\",\"section_prompt\":\"Highlighting various travel experiences and stories.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Explore My Travels\",\"section_description\":\"Grid layout of blog posts categorized by destination.\",\"section_prompt\":\"Showcasing all travel blog posts with images and summaries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Thoughts\",\"section_description\":\"Encouragement for readers to comment on posts.\",\"section_prompt\":\"Invitation for readers to interact with my content.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing copyright information and social media links.\",\"section_prompt\":\"Basic footer elements.\"}]},{\"page_type\":\"photography_gallery\",\"page_title\":\"Photography Gallery\",\"page_description\":\"A showcase of my photography work divided by categories.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all pages.\",\"section_prompt\":\"Basic navigation for my website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Photography\",\"section_description\":\"A display of my photography categorized by styles.\",\"section_prompt\":\"Introduction to the photography gallery.\"},{\"section_type\":\"gallery\",\"section_title\":\"Landscapes\",\"section_description\":\"Collection of my landscape photographs.\",\"section_prompt\":\"Showcase of various landscape shots.\"},{\"section_type\":\"gallery\",\"section_title\":\"Wildlife\",\"section_description\":\"Collection of my wildlife photographs.\",\"section_prompt\":\"Showcase of wildlife photography.\"},{\"section_type\":\"gallery\",\"section_title\":\"Urban Photography\",\"section_description\":\"Collection of urban photography.\",\"section_prompt\":\"Showcase of urban shots and cityscapes.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Inviting readers to reach out for collaborations.\",\"section_prompt\":\"Encouragement to contact me for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing copyright information and social media links.\",\"section_prompt\":\"Basic footer elements.\"}]},{\"page_type\":\"travel_tips\",\"page_title\":\"Travel Tips\",\"page_description\":\"Practical advice for fellow travelers including packing and photography tips.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all pages.\",\"section_prompt\":\"Basic navigation for my website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Helpful Travel Tips\",\"section_description\":\"Useful advice for planning and enjoying travels.\",\"section_prompt\":\"Introduction to helpful travel information.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Packing Essentials\",\"section_description\":\"Tips for packing effectively for various trips.\",\"section_prompt\":\"List of items and strategies for packing.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Photography Techniques\",\"section_description\":\"Ideas to improve photography skills while traveling.\",\"section_prompt\":\"Helpful techniques for capturing great travel photos.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Travel?\",\"section_description\":\"Encouragement to embark on your journeys.\",\"section_prompt\":\"Motivational statement to inspire traveling.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing copyright information and social media links.\",\"section_prompt\":\"Basic footer elements.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"A page for readers to reach out for collaborations or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all pages.\",\"section_prompt\":\"Basic navigation for my website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact me for any inquiries or collaborations.\",\"section_prompt\":\"Encouragement to reach out with a contact form.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Form for visitors to submit inquiries directly.\",\"section_prompt\":\"A simple form for readers to fill out.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Follow Me\",\"section_description\":\"Links to my social media profiles and other contact details.\",\"section_prompt\":\"Providing alternative ways for readers to connect.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing copyright information and social media links.\",\"section_prompt\":\"Basic footer elements.\"}]},{\"page_type\":\"resources\",\"page_title\":\"Resources\",\"page_description\":\"A list of tools, equipment, and resources that I use for travel and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all pages.\",\"section_prompt\":\"Basic navigation for my website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Favorite Resources\",\"section_description\":\"A compilation of useful tools and resources for travelers.\",\"section_prompt\":\"Overview of resources I recommend.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Photography Equipment\",\"section_description\":\"List of cameras, lenses, and gear I use for photography.\",\"section_prompt\":\"Detailed list of my photography equipment.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Travel Tools\",\"section_description\":\"Best apps and resources for planning trips.\",\"section_prompt\":\"Collection of travel apps and tools.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Discover More\",\"section_description\":\"Encouragement to explore recommended resources.\",\"section_prompt\":\"Invitation to check out the listed resources.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing copyright information and social media links.\",\"section_prompt\":\"Basic footer elements.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1267}', '2025-12-08 09:33:08', '2025-12-08 09:33:08'),
(1268, NULL, NULL, 'LunaGems is a handmade jewellery shop', '{\"website_title\":\"LunaGems - Handmade Jewellery\",\"website_description\":\"LunaGems offers a unique collection of handmade jewellery, featuring artisanal pieces crafted with love. Explore our vibrant collections that reflect creativity and craftsmanship.\",\"website_type\":\"eCommerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewellery, artisanal jewelry, unique designs\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems - your destination for vibrant handmade jewellery.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the site header with navigation links.\",\"section_prompt\":\"This section serves as the main navigation area.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"Discover unique, handcrafted jewellery crafted with passion.\",\"section_prompt\":\"Highlight the essence of LunaGems and invite visitors to explore.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about the story behind LunaGems and our passion for handmade jewellery.\",\"section_prompt\":\"Share our journey, inspiration, and dedication to craftsmanship.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Shop Our Collection\",\"section_description\":\"Explore our diverse categories of jewellery, including necklaces, bracelets, earrings, and custom pieces.\",\"section_prompt\":\"List main categories of jewellery available in our shop: necklaces, bracelets, earrings, custom pieces.\"},{\"section_type\":\"gallery\",\"section_title\":\"Latest Designs\",\"section_description\":\"A showcase of our latest handmade jewellery designs in high-quality images.\",\"section_prompt\":\"Display stunning images of various creations from LunaGems.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Customers Say\",\"section_description\":\"Read feedback from happy customers who love our jewellery.\",\"section_prompt\":\"Showcase testimonials from satisfied customers.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"From Our Blog\",\"section_description\":\"Catch up on our latest blog posts about jewellery care and trends.\",\"section_prompt\":\"Highlight recent blog entries related to jewellery.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Have questions? Reach out to us for inquiries or custom requests.\",\"section_prompt\":\"Encourage visitors to contact us for any inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional navigation and contact details.\",\"section_prompt\":\"Display useful links and contact information.\"}]},{\"page_type\":\"about_us\",\"page_title\":\"About Us\",\"page_description\":\"Discover the story behind LunaGems and our devotion to unique handmade jewellery.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the site header with navigation links.\",\"section_prompt\":\"This section serves as the main navigation area.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Learn about the inspiration and craftsmanship behind LunaGems.\",\"section_prompt\":\"Share our journey and what drives our passion for handmade jewellery.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Craftsmanship\",\"section_description\":\"Each piece is meticulously crafted with love and attention to detail.\",\"section_prompt\":\"Highlight the quality and techniques used in our jewellery making.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Choose Us\",\"section_description\":\"Find out what sets LunaGems apart in the world of handmade jewellery.\",\"section_prompt\":\"List the benefits of choosing LunaGems for your jewellery needs.\"},{\"section_type\":\"gallery\",\"section_title\":\"Crafting Process\",\"section_description\":\"View images capturing the artistry involved in our jewellery creation.\",\"section_prompt\":\"Showcase the behind-the-scenes work that goes into making our pieces.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Journey\",\"section_description\":\"Stay connected and discover more about our latest designs.\",\"section_prompt\":\"Encourage visitors to subscribe for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional navigation and contact details.\",\"section_prompt\":\"Display useful links and contact information.\"}]},{\"page_type\":\"shop\",\"page_title\":\"Shop\",\"page_description\":\"Explore our unique collection of handmade jewellery.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the site header with navigation links.\",\"section_prompt\":\"This section serves as the main navigation area.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Shop Our Collection\",\"section_description\":\"Browse through our carefully curated categories of jewellery.\",\"section_prompt\":\"Introduce visitors to our collection available for purchase.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Jewellery Categories\",\"section_description\":\"Explore various jewellery categories available in our shop.\",\"section_prompt\":\"List the categories: necklaces, bracelets, earrings, custom pieces.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Necklaces\",\"section_description\":\"Discover stunning necklaces designed for every occasion.\",\"section_prompt\":\"Display selected necklaces with images and descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Bracelets\",\"section_description\":\"Explore our unique bracelets that add flair to any outfit.\",\"section_prompt\":\"Display selected bracelets with images and descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Earrings\",\"section_description\":\"Browse beautiful earrings perfect for every style.\",\"section_prompt\":\"Display selected earrings with images and descriptions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Request Custom Pieces\",\"section_description\":\"Got a specific design in mind? Let us create something special for you.\",\"section_prompt\":\"Encourage customers to reach out for custom jewellery requests.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional navigation and contact details.\",\"section_prompt\":\"Display useful links and contact information.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Gallery\",\"page_description\":\"View a collection of high-quality images of our jewellery designs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the site header with navigation links.\",\"section_prompt\":\"This section serves as the main navigation area.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Gallery\",\"section_description\":\"Explore stunning visuals of our unique handmade jewellery.\",\"section_prompt\":\"Introduce the gallery and what visitors can expect.\"},{\"section_type\":\"gallery\",\"section_title\":\"Jewellery Showcase\",\"section_description\":\"A curated selection of images highlighting our beautiful designs.\",\"section_prompt\":\"Display high-quality images of different jewellery pieces.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Inspiration Behind Designs\",\"section_description\":\"Learn about the inspirations that guide our jewellery creations.\",\"section_prompt\":\"Share insights on the creative process and inspirations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow Us on Social Media\",\"section_description\":\"Stay updated with our latest designs and news through our social channels.\",\"section_prompt\":\"Encourage visitors to connect on social media for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional navigation and contact details.\",\"section_prompt\":\"Display useful links and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Read articles on jewellery care, fashion tips, and the art of jewellery making.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the site header with navigation links.\",\"section_prompt\":\"This section serves as the main navigation area.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Blog\",\"section_description\":\"Explore tips, news, and insights about the world of jewellery.\",\"section_prompt\":\"Introduce the blog and what it offers to readers.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Read our recent blog posts about jewellery tips and trends.\",\"section_prompt\":\"Display a grid of the latest blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Subscribe to our newsletter for updates and special offers.\",\"section_prompt\":\"Encourage readers to subscribe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional navigation and contact details.\",\"section_prompt\":\"Display useful links and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with us for inquiries or custom requests.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the site header with navigation links.\",\"section_prompt\":\"This section serves as the main navigation area.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\'re here to help you with any questions or requests you may have.\",\"section_prompt\":\"Introduce the contact page.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiries Form\",\"section_description\":\"Fill out the form below to reach out to us directly.\",\"section_prompt\":\"Provide a contact form for visitors to submit inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Contact Details\",\"section_description\":\"Find our email and phone number for direct communication.\",\"section_prompt\":\"List contact methods for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional navigation and contact details.\",\"section_prompt\":\"Display useful links and contact information.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewellery shop\",\"prompt_id\":1268}', '2025-12-08 09:50:31', '2025-12-08 09:50:31'),
(1269, 134, NULL, 'A professional portfolio showcasing the creative work and design skills of a graphic designer, featuring services, portfolio work, and contact information for potential clients.', '{\"website_title\":\"My Creative Portfolio\",\"website_description\":\"Showcasing my design skills and creative projects as a graphic designer.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative work\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Introduction to my graphic design philosophy and portfolio.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to different sections of the website.\",\"section_prompt\":\"Include links to Home, Portfolio, Services, About Me, and Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"A brief overview of who I am and what I do, highlighting my creative design skills.\",\"section_prompt\":\"This section introduces me as a graphic designer, setting the tone for the website.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A succinct introduction to my background and design philosophy.\",\"section_prompt\":\"This section provides insight into my journey in graphic design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"A visual representation of the services I offer such as logo design, marketing materials, and web design.\",\"section_prompt\":\"List main services offered: logo design, marketing materials, web design.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Featured Projects\",\"section_description\":\"Showcase of selected works that highlight my design capabilities and creativity.\",\"section_prompt\":\"A showcase of my best design projects across various mediums.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Client testimonials that highlight my work and professionalism.\",\"section_prompt\":\"Feedback and reviews from clients regarding my design services.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"A preview of recent blog posts related to design trends and tips.\",\"section_prompt\":\"Showcase recent posts or updates related to graphic design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Work Together\",\"section_description\":\"Encouraging potential clients to reach out for collaboration opportunities.\",\"section_prompt\":\"A call to action for visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer navigation and copyright information.\",\"section_prompt\":\"Include copyright and additional navigation links for easy access.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A comprehensive gallery of my design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to different sections of the website.\",\"section_prompt\":\"Include links to Home, Portfolio, Services, About Me, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Design Portfolio\",\"section_description\":\"Visual layout of my past projects and designs, showcasing a diversity of styles and media.\",\"section_prompt\":\"Highlight the creative essence and diversity of my works.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Showcase\",\"section_description\":\"A curated gallery featuring my best works including branding, web design, and print media.\",\"section_prompt\":\"Present a visual collage of my completed projects.\"},{\"section_type\":\"about\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"An explanation of my approach to design and creativity.\",\"section_prompt\":\"Discuss my design principles and what influences my work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Collaborating?\",\"section_description\":\"Encouraging visitors to get in touch for future projects.\",\"section_prompt\":\"A section prompting potential clients to reach out for collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer navigation and copyright information.\",\"section_prompt\":\"Include copyright and additional navigation links for easy access.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Detailed overview of the design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to different sections of the website.\",\"section_prompt\":\"Include links to Home, Portfolio, Services, About Me, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Services Offered\",\"section_description\":\"An introduction to the different design-related services I provide.\",\"section_prompt\":\"Detail the types of services available to potential clients.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Logo Design\",\"section_description\":\"Dedicated section detailing my approach to creating unique logos for brands.\",\"section_prompt\":\"Highlight the importance of a logo and my creative process.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Marketing Materials\",\"section_description\":\"Information on how I design effective marketing materials tailored to client needs.\",\"section_prompt\":\"Discuss the various types of marketing materials I create.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"My expertise in crafting engaging and functional websites for businesses.\",\"section_prompt\":\"Explain my web design approach and what makes a great website.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions regarding my services and the design process.\",\"section_prompt\":\"Provide clarity on potential client inquiries about working with me.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging potential clients to reach out and discuss their projects.\",\"section_prompt\":\"A call to action for visitors to contact me about my services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer navigation and copyright information.\",\"section_prompt\":\"Include copyright and additional navigation links for easy access.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"A detailed look at my background and design journey.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to different sections of the website.\",\"section_prompt\":\"Include links to Home, Portfolio, Services, About Me, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Detailed insights into my professional experience and creative background.\",\"section_prompt\":\"Share my journey, influences, and motivations in graphic design.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Skills and Expertise\",\"section_description\":\"Outline of my core skills and areas of expertise in design.\",\"section_prompt\":\"Detail the specific design skills I have developed over my career.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"My Creative Process\",\"section_description\":\"Description of how I approach each project, from concept to execution.\",\"section_prompt\":\"Discuss my methodology and how I ensure client satisfaction.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Showcase of client feedback reflecting my skills and work ethic.\",\"section_prompt\":\"Present testimonials from past clients verifying the quality of my work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Want to Work Together?\",\"section_description\":\"Encouraging visitors to reach out for collaborations or inquiries.\",\"section_prompt\":\"A section prompting potential clients to connect with me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer navigation and copyright information.\",\"section_prompt\":\"Include copyright and additional navigation links for easy access.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out to me for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to different sections of the website.\",\"section_prompt\":\"Include links to Home, Portfolio, Services, About Me, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement to connect with me for design inquiries or collaborations.\",\"section_prompt\":\"Invite visitors to reach out for any inquiries.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for potential clients to fill out to reach me directly.\",\"section_prompt\":\"Includes fields for name, email, message, and project details.\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Contact Details\",\"section_description\":\"Provide additional contact information such as email and phone number.\",\"section_prompt\":\"Detailed contact information for direct communication.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer navigation and copyright information.\",\"section_prompt\":\"Include copyright and additional navigation links for easy access.\"}]}],\"user_prompt\":\"A professional portfolio showcasing the creative work and design skills of a graphic designer, featuring services, portfolio work, and contact information for potential clients.\",\"prompt_id\":1269}', '2025-12-08 10:12:27', '2025-12-08 10:12:27'),
(1270, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Exploring the World\",\"website_description\":\"A captivating blog showcasing travel adventures and stunning photography from around the globe. Join me on my journey through diverse destinations, featuring breathtaking images and insightful travel tips.\",\"website_type\":\"Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel, photography, adventures\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The home page introduces the travel blog, highlighting featured destinations and top photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation header for the site.\",\"section_prompt\":\"Site navigation and logo.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Travel Blog\",\"section_description\":\"An introduction to my passion for travel and photography with an inspiring image.\",\"section_prompt\":\"Herald my travel adventures visually with a captivating hero image.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about the author and the purpose of the blog.\",\"section_prompt\":\"Learn more about my travel journey and inspirations.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Destinations\",\"section_description\":\"Showcase the top travel destinations I have covered with direct links to articles.\",\"section_prompt\":\"List main travel destinations covered in detail (France, Japan, Brazil, Australia).\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Travel Tips\",\"section_description\":\"A section featuring the most recent posts from the travel tips blog.\",\"section_prompt\":\"Highlight and link to my recent blog posts offering travel advice.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure\",\"section_description\":\"Encouragement for visitors to explore my blog and follow my travels.\",\"section_prompt\":\"Invite readers to subscribe or follow for more adventures.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer area containing links to terms of service, privacy policy, and social media.\",\"section_prompt\":\"Contain legal information and links to my social media.\"}]},{\"page_type\":\"travel_destinations\",\"page_title\":\"Travel Destinations\",\"page_description\":\"Explore the diverse cultures and places I\'ve visited through insightful articles and stunning photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation header for the destinations page.\",\"section_prompt\":\"Site navigation and logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore Travel Destinations\",\"section_description\":\"An overview of various countries and experiences shared in the blog.\",\"section_prompt\":\"Visual introduction to the travel destinations featured.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Countries Explored\",\"section_description\":\"List of countries I\'ve traveled to with links to individual posts featuring experiences and photographs.\",\"section_prompt\":\"List of travel destinations with a brief description of the adventures.\"},{\"section_type\":\"about\",\"section_title\":\"About Traveling\",\"section_description\":\"Share insights about the cultural and personal transformations through travel.\",\"section_prompt\":\"Elaborate on the importance of travel in my life.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Journey\",\"section_description\":\"Motivate visitors to read more about their chosen destinations and plan their trips.\",\"section_prompt\":\"Encourage to click for more travel insights.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links to contact and social media.\",\"section_prompt\":\"Legal information and my social media links.\"}]},{\"page_type\":\"photography_gallery\",\"page_title\":\"Photography Gallery\",\"page_description\":\"A visual showcase of breathtaking travel photography captured throughout my journeys.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation header for the photography gallery.\",\"section_prompt\":\"Site navigation and logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Gallery\",\"section_description\":\"A captivating introduction to my photography journey.\",\"section_prompt\":\"Introduce visitors to my photography through a stunning banner.\"},{\"section_type\":\"gallery\",\"section_title\":\"Stunning Images from My Travels\",\"section_description\":\"A curated collection of my best travel photos categorized by location and theme.\",\"section_prompt\":\"Display my best travel photographs.\"},{\"section_type\":\"about\",\"section_title\":\"The Art of Travel Photography\",\"section_description\":\"Discuss my passion and technique in capturing stunning travel photographs.\",\"section_prompt\":\"Share insights on my photography approach.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"See More Photography\",\"section_description\":\"Encouragement to explore more photo posts and galleries.\",\"section_prompt\":\"Invite visitors to view more photographs.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains legal information and my social media links.\",\"section_prompt\":\"Footer with essential contact details.\"}]},{\"page_type\":\"travel_tips\",\"page_title\":\"Travel Tips\",\"page_description\":\"A collection of insightful travel tips and advice based on my travels around the world.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation header for the travel tips page.\",\"section_prompt\":\"Site navigation and logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Tips and Advice\",\"section_description\":\"An engaging intro to provide travel tips for various destinations.\",\"section_prompt\":\"Highlight the importance of practical travel advice.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Explore Travel Advice\",\"section_description\":\"Display a grid of my latest travel tips and articles, promoting safe and enjoyable travels.\",\"section_prompt\":\"List key travel tips as articles and links.\"},{\"section_type\":\"about\",\"section_title\":\"Why Travel Tips Matter\",\"section_description\":\"Share the reasons why informed travel can enhance the experience.\",\"section_prompt\":\"Discuss the relevance of travel advice.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Read More Tips\",\"section_description\":\"Encourage visitors to dive deeper into the travel tips section.\",\"section_prompt\":\"Motivate readers to engage with more tips.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains legal information and links to my social media.\",\"section_prompt\":\"Footer with necessary legal content.\"}]},{\"page_type\":\"about_me\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about the author behind the travel blog and their motivations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation header for the about page.\",\"section_prompt\":\"Site navigation and logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A warm introduction to my personal travel journey and passion.\",\"section_prompt\":\"Personalize the space about my journey.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Travel Journey\",\"section_description\":\"Detail my experiences, motivations, and the vision behind the blog.\",\"section_prompt\":\"Share my travel story and blog mission.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Readers Say\",\"section_description\":\"Quotes from readers about how the blog has inspired their travels.\",\"section_prompt\":\"Display positive feedback from my readership.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Inviting readers to engage and connect via social media.\",\"section_prompt\":\"Encourage following and engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains legal information and links to my social media.\",\"section_prompt\":\"Footer with essential contact details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for any inquiries, feedback, or collaboration opportunities.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation header for the contact page.\",\"section_prompt\":\"Site navigation and logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"An invitation to reach out for any inquiries for collaboration or personal messages.\",\"section_prompt\":\"Encourage readers to connect.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"A simple form for readers to send messages directly.\",\"section_prompt\":\"Allow visitors to contact me through this form.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Provide additional contact details including social media links.\",\"section_prompt\":\"List my email and social media channels.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains legal information and my social media links.\",\"section_prompt\":\"Footer with essential legal content.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1270}', '2025-12-08 10:15:40', '2025-12-08 10:15:40');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1278, 128, NULL, 'For Finance Systems Implementation, Macrospect is the clear choice. We leverage the power of the world’s most advanced finance software to help finance executives gain clarity where it counts. A diverse team of dynamic minds from both the IT and business world, Macrospect people provide the intellectual expertise and focused perspective that forward-thinking companies count on to make better financial decisions. Sitemap - Home, About, Blog, Solutions, Client Success, Careers, Contact Us', '{\"website_title\":\"Macrospect Consulting\",\"website_description\":\"Macrospect is a professional consulting firm specializing in Finance Systems Implementation, empowering finance executives with clarity for informed decision-making.\",\"website_type\":\"Consulting\",\"website_industry\":\"Finance\",\"search_query\":\"finance consulting, finance systems, consulting solutions\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Macrospect, where we empower finance professionals with innovative solutions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation bar for the website.\",\"section_prompt\":\"This section includes the main navigation links for easy access.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Macrospect\",\"section_description\":\"Empowering Finance Executives with Cutting-edge Solutions.\",\"section_prompt\":\"This section introduces the company\'s mission and core values.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our mission, values, and the team at Macrospect.\",\"section_prompt\":\"This section provides an overview of our team and company values.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Solutions\",\"section_description\":\"Explore the innovative finance systems we implement: ERP Solutions, Financial Planning, Compliance Management, Reporting Tools.\",\"section_prompt\":\"List main services (ERP Solutions, Financial Planning, Compliance Management, Reporting Tools) provided by the firm.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Discover the latest articles and updates from our blog.\",\"section_prompt\":\"Preview the latest posts from our blog showcasing industry trends.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact us today to discover how we can support your financial initiatives.\",\"section_prompt\":\"We encourage visitors to reach out for a consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer with additional navigation and social media links.\",\"section_prompt\":\"This section includes contact information and social media links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About\",\"page_description\":\"An in-depth look at Macrospect, our mission, values, and the team behind our success.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links for the about page.\",\"section_prompt\":\"This section includes navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Discover the journey of Macrospect and our mission in finance consulting.\",\"section_prompt\":\"This section outlines the history and mission of the company.\"},{\"section_type\":\"about\",\"section_title\":\"What We Stand For\",\"section_description\":\"Our company values that drive our commitment to excellence.\",\"section_prompt\":\"This section describes the core values of Macrospect.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Our diverse team bringing IT and business expertise together.\",\"section_prompt\":\"This section introduces the key members of our team.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us\",\"section_description\":\"Learn about opportunities to become part of our dynamic team.\",\"section_prompt\":\"Encourage visitors to check our careers page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with relevant navigation and links.\",\"section_prompt\":\"This section includes contact information and navigation links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights and articles related to finance systems and industry trends.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links for the blog page.\",\"section_prompt\":\"This section includes navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with our latest insights on finance consulting.\",\"section_prompt\":\"This section presents recent articles and news posts.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Explore our insights on finance systems and best practices.\",\"section_prompt\":\"Display latest blog posts for readers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to Our Newsletter\",\"section_description\":\"Stay informed with updates and insights directly in your inbox.\",\"section_prompt\":\"Invite users to subscribe the blog updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with relevant navigation and links.\",\"section_prompt\":\"This section includes contact information and navigation links.\"}]},{\"page_type\":\"solutions\",\"page_title\":\"Solutions\",\"page_description\":\"Explore the specific finance systems and implementation services offered by Macrospect.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links for the solutions page.\",\"section_prompt\":\"This section includes navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Solutions\",\"section_description\":\"Comprehensive finance systems to empower decision-making.\",\"section_prompt\":\"This section provides details on solutions offered.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Our Services\",\"section_description\":\"Detailed description of solutions like ERP Solutions, Financial Planning, Compliance Management, and Reporting Tools.\",\"section_prompt\":\"Feature the specific services we provide such as ERP Solutions, Financial Planning, Compliance Management, and Reporting Tools.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to commonly asked questions about our services.\",\"section_prompt\":\"This section provides answers to FAQs regarding the solutions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Contact us to learn more about how our solutions can benefit your finance systems.\",\"section_prompt\":\"Encourage visitors to reach out for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with relevant navigation and links.\",\"section_prompt\":\"This section includes contact information and navigation links.\"}]},{\"page_type\":\"client_success\",\"page_title\":\"Client Success\",\"page_description\":\"Showcasing our successful projects and testimonials from satisfied clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links for the client success page.\",\"section_prompt\":\"This section includes navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Success Stories\",\"section_description\":\"Highlighting case studies and testimonials from our clients.\",\"section_prompt\":\"This section features stories of client success.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Client testimonials showcasing satisfaction with our services.\",\"section_prompt\":\"Display testimonials from satisfied clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready for Success?\",\"section_description\":\"Contact us to become our next success story.\",\"section_prompt\":\"Encourage potential clients to reach out to us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with relevant navigation and links.\",\"section_prompt\":\"This section includes contact information and navigation links.\"}]},{\"page_type\":\"careers\",\"page_title\":\"Careers\",\"page_description\":\"Opportunities to join our dynamic team and learn about our company culture.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links for the careers page.\",\"section_prompt\":\"This section includes navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Join Our Team\",\"section_description\":\"Explore exciting career opportunities at Macrospect.\",\"section_prompt\":\"This section provides career opportunities.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Culture\",\"section_description\":\"A glimpse into our company culture and values in action.\",\"section_prompt\":\"Describe the work environment and company culture.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Apply Now\",\"section_description\":\"Encourage visitors to submit their applications for open positions.\",\"section_prompt\":\"Invite users to explore current openings and apply.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with relevant navigation and links.\",\"section_prompt\":\"This section includes contact information and navigation links.\"}]},{\"page_type\":\"contact_us\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Macrospect for inquiries and support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links for the contact page.\",\"section_prompt\":\"This section includes navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get In Touch\",\"section_description\":\"We are here to assist you with any inquiries.\",\"section_prompt\":\"Provide contact information and inquiry form.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find our address and additional contact details.\",\"section_prompt\":\"Include company address and phone number.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Fill out the form to reach us for any questions.\",\"section_prompt\":\"Provide a contact form for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with relevant navigation and links.\",\"section_prompt\":\"This section includes contact information and navigation links.\"}]}],\"user_prompt\":\"For Finance Systems Implementation, Macrospect is the clear choice. We leverage the power of the world\\u2019s most advanced finance software to help finance executives gain clarity where it counts. A diverse team of dynamic minds from both the IT and business world, Macrospect people provide the intellectual expertise and focused perspective that forward-thinking companies count on to make better financial decisions. Sitemap - Home, About, Blog, Solutions, Client Success, Careers, Contact Us\",\"prompt_id\":1278}', '2025-12-08 10:56:52', '2025-12-08 10:56:52'),
(1281, 128, NULL, '\"Create a modern legal website highlighting criminal, civil, and family law services. Include attorney profiles with names, experience, and practice areas. Add sections for About, Legal Services, Case Results, FAQs, and Contact. Use a clean, trustworthy design with a strong hero banner and clear call-to-action.\"', '{\"website_title\":\"Modern Legal Expertise\",\"website_description\":\"A professional legal website dedicated to showcasing our firm\'s expertise in criminal, civil, and family law services. Trust and credibility built through detailed attorney profiles and clear calls-to-action for consultations.\",\"website_type\":\"professional\",\"website_industry\":\"Legal Services\",\"search_query\":\"law, attorney, legal\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our law firm, where we specialize in criminal, civil, and family law. Our experienced attorneys are here to provide you with the legal support you need.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header of the website.\",\"section_prompt\":\"Displays the website logo and navigation menu.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Our Law Firm\",\"section_description\":\"A strong visual introduction highlighting our firm\\u2019s commitment to justice.\",\"section_prompt\":\"Showcases a captivating hero image with a welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our firm\'s mission, values, and dedication to our clients.\",\"section_prompt\":\"Provides information about the firm and its legal philosophies.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Legal Services\",\"section_description\":\"Explore the range of legal services we offer.\",\"section_prompt\":\"List main services: Criminal Law, Civil Law, Family Law.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest News & Updates\",\"section_description\":\"Stay informed with the latest articles and insights from our legal blog.\",\"section_prompt\":\"Showcasing recent articles published on legal matters.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Legal Help Today!\",\"section_description\":\"Contact us for a consultation.\",\"section_prompt\":\"Encourages site visitors to reach out for consultations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The website footer containing contact and copyright information.\",\"section_prompt\":\"Contains links to privacy policy and terms of service.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about our dedicated team and the mission behind our firm.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header of the about page.\",\"section_prompt\":\"Displays the website logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Our Firm\",\"section_description\":\"Discover the history and mission of our law firm.\",\"section_prompt\":\"Showcases the firm\\u2019s commitment to its clients.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Values\",\"section_description\":\"Integrity, Excellence, and Dedication to Justice.\",\"section_prompt\":\"Describes the core values that guide our practices.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Meet Our Attorneys\",\"section_description\":\"Professional profiles of our legal team.\",\"section_prompt\":\"Details about our team members including names and expertise.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us for a Consultation\",\"section_description\":\"Invite potential clients to reach out for legal assistance.\",\"section_prompt\":\"Encourages visitors to contact for legal consultations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The website footer containing contact and copyright information.\",\"section_prompt\":\"Contains links to privacy policy and terms of service.\"}]},{\"page_type\":\"legal_services\",\"page_title\":\"Legal Services\",\"page_description\":\"Comprehensive overview of the legal services we provide.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header of the legal services page.\",\"section_prompt\":\"Displays the website logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Legal Services\",\"section_description\":\"Detailed information about the areas of law we specialize in.\",\"section_prompt\":\"Showcases the different practices and legal expertise offered.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Practice Areas\",\"section_description\":\"Learn more about the specific areas within our legal services.\",\"section_prompt\":\"Highlighting different legal practice areas: Criminal Law, Civil Law, Family Law.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Customized Legal Solutions\",\"section_description\":\"Tailored solutions based on client needs and circumstances.\",\"section_prompt\":\"Describes how our services are adapted for individual needs.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries we receive from clients.\",\"section_prompt\":\"Provides clarity on legal inquiries and concerns.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for Assistance\",\"section_description\":\"Encourages visitors to reach out for personalized legal advice.\",\"section_prompt\":\"Encourages site visitors to consult with our attorneys.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The website footer containing contact and copyright information.\",\"section_prompt\":\"Contains links to privacy policy and terms of service.\"}]},{\"page_type\":\"case_results\",\"page_title\":\"Case Results\",\"page_description\":\"Showcasing our success stories and notable case outcomes.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header of the case results page.\",\"section_prompt\":\"Displays the website logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Success Stories\",\"section_description\":\"Notable legal outcomes achieved for our clients.\",\"section_prompt\":\"Highlights successful cases handled by our firm.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Notable Cases\",\"section_description\":\"Summarization of key cases won by our firm in various legal areas.\",\"section_prompt\":\"Details of successful case results in Criminal Law, Civil Law, and Family Law.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback from our satisfied clients on our services.\",\"section_prompt\":\"Presents testimonials that validate our legal expertise.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule a Consultation\",\"section_description\":\"Encouraging potential clients to reach out.\",\"section_prompt\":\"Call to action for potential clients to schedule an appointment.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The website footer containing contact and copyright information.\",\"section_prompt\":\"Contains links to privacy policy and terms of service.\"}]},{\"page_type\":\"faqs\",\"page_title\":\"Frequently Asked Questions\",\"page_description\":\"Addressing common inquiries related to our legal services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header of the FAQs page.\",\"section_prompt\":\"Displays the website logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Helpful answers to common legal questions.\",\"section_prompt\":\"Provides answers aimed at client inquiries.\"},{\"section_type\":\"faqs\",\"section_title\":\"Common Legal Questions\",\"section_description\":\"A collection of frequently asked legal questions and answers.\",\"section_prompt\":\"Detailed Q&A on various topics related to our practice.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Need More Help?\",\"section_description\":\"Encouraging visitors to contact us if they have more questions.\",\"section_prompt\":\"Prompts users to get in touch for personalized responses.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The website footer containing contact and copyright information.\",\"section_prompt\":\"Contains links to privacy policy and terms of service.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to us for legal assistance and consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header of the contact page.\",\"section_prompt\":\"Displays the website logo and navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Our contact information and willingness to assist you.\",\"section_prompt\":\"Provides users with ways to reach out to the firm.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for potential clients to fill out for inquiries.\",\"section_prompt\":\"Allows visitors to submit their information to contact us.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Visit us or contact us through our available channels.\",\"section_prompt\":\"Information on how to find us or reach via phone\\/email.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The website footer containing contact and copyright information.\",\"section_prompt\":\"Contains links to privacy policy and terms of service.\"}]}],\"user_prompt\":\"\\\"Create a modern legal website highlighting criminal, civil, and family law services. Include attorney profiles with names, experience, and practice areas. Add sections for About, Legal Services, Case Results, FAQs, and Contact. Use a clean, trustworthy design with a strong hero banner and clear call-to-action.\\\"\",\"prompt_id\":1281}', '2025-12-08 11:27:11', '2025-12-08 11:27:11'),
(1282, 128, NULL, '\"Create a modern legal website highlighting criminal, civil, and family law services. Include attorney profiles with names, experience, and practice areas. Add sections for About, Legal Services, Case Results, FAQs, and Contact. Use a clean, trustworthy design with a strong hero banner and clear call-to-action.\"', '{\"website_title\":\"Comprehensive Legal Services\",\"website_description\":\"A modern legal website providing trustworthy legal services in criminal, civil, and family law with a focus on client care and successful outcomes.\",\"website_type\":\"Informational\",\"website_industry\":\"Legal Services\",\"search_query\":\"legal services, law firm, attorney profiles\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our modern legal site showcasing comprehensive services in criminal, civil, and family law.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header navigation with links to other pages.\",\"section_prompt\":\"Main navigation links to essential pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"Bold introduction to the firm\'s comprehensive legal services with a compelling image.\",\"section_prompt\":\"Showcase the firm\'s main message with a strong visual and a call-to-action button.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"An overview of the legal firm\'s values, mission, and history to instill trust.\",\"section_prompt\":\"Information about the background, purpose, and ethos of the firm.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Overview of services provided by the firm, showcasing areas of expertise.\",\"section_prompt\":\"List main services provided by the firm: criminal defense, civil litigation, family law counsel.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Case Success Rate\",\"section_description\":\"Statistics showcasing the firm\'s successful case outcomes and expertise.\",\"section_prompt\":\"Highlight milestones and achievements in terms of successful cases.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Legal Help Today\",\"section_description\":\"Encouraging visitors to reach out for a consultation or legal assistance.\",\"section_prompt\":\"Prompt visitors to take action and contact the firm.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Recent articles or posts to keep potential clients informed about legal matters.\",\"section_prompt\":\"Display snippets of the latest posts related to legal news or insights.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"Provide essential links and contact information for visitors.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn about our firm\\u2019s commitment to providing reliable legal assistance and our unique approach to client care.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header navigation with links to other pages.\",\"section_prompt\":\"Main navigation links to essential pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Our Firm\",\"section_description\":\"Detailed information about the firm, its values, and team.\",\"section_prompt\":\"Highlight the mission statement, vision, and core values of the firm.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our History\",\"section_description\":\"The background story of the firm, its founding, and milestones achieved.\",\"section_prompt\":\"Narrative highlighting the journey and progress of the firm over the years.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Reasons that differentiate the firm from others in the legal industry.\",\"section_prompt\":\"Key benefits clients can expect when choosing our legal services.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Positive feedback from past clients to illustrate trust and efficacy.\",\"section_prompt\":\"Showcase reviews from satisfied clients regarding their experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Us\",\"section_description\":\"Encouraging visitors to reach out for a consultation or questions.\",\"section_prompt\":\"Prompt visitors to take the next step and get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"Provide essential links and contact information for visitors.\"}]},{\"page_type\":\"legal_services\",\"page_title\":\"Legal Services\",\"page_description\":\"A detailed overview of the comprehensive legal services we offer across various areas of law.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header navigation with links to other pages.\",\"section_prompt\":\"Main navigation links to essential pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Legal Services\",\"section_description\":\"An introduction to the various legal services offered by the firm.\",\"section_prompt\":\"Overview of the types of legal assistance available to clients.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Service Areas\",\"section_description\":\"Detailed breakdown of the specific legal services the firm provides.\",\"section_prompt\":\"List of services: criminal defense, civil litigation, family law counsel.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Criminal Defense\",\"section_description\":\"Insights into what our criminal defense services entail and how we assist clients.\",\"section_prompt\":\"Detailed information about our criminal defense services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Civil Litigation\",\"section_description\":\"Overview of our civil litigation services and our approach to such cases.\",\"section_prompt\":\"Outlining the process and support provided in civil cases.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Family Law Counsel\",\"section_description\":\"Information on the family law services offered by the firm and their importance.\",\"section_prompt\":\"Details on how we handle family law issues like custody and divorce.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common queries potential clients may have about our services.\",\"section_prompt\":\"Clarifying typical concerns regarding legal processes and assistance.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started with Us\",\"section_description\":\"Encouraging visitors to seek legal assistance based on their needs.\",\"section_prompt\":\"Prompt to initiate contact or schedule a consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"Provide essential links and contact information for visitors.\"}]},{\"page_type\":\"attorney_profiles\",\"page_title\":\"Attorney Profiles\",\"page_description\":\"Showcasing the experienced attorneys at our firm with details about their backgrounds and practice areas.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header navigation with links to other pages.\",\"section_prompt\":\"Main navigation links to essential pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Meet Our Attorneys\",\"section_description\":\"Introduction to the attorneys practicing at our firm.\",\"section_prompt\":\"Showcasing the team with individual strengths and specialties.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Attorney Overview\",\"section_description\":\"Brief profiles of each attorney including their practice areas and experiences.\",\"section_prompt\":\"Display condensed profiles for easy recognition of specialties.\"},{\"section_type\":\"about\",\"section_title\":\"Why Choose Our Attorneys?\",\"section_description\":\"Highlighting what makes our legal team exceptional and capable.\",\"section_prompt\":\"Reasons to trust our attorneys with legal representation.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Comments from clients appreciating individual attorney efforts.\",\"section_prompt\":\"Showcase reviews reflecting on the commitment and results of our attorneys.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Consult with Us\",\"section_description\":\"Encouragement for potential clients to reach out for consultancy with attorneys.\",\"section_prompt\":\"Prompt visitors to schedule a consultation with any attorney.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"Provide essential links and contact information for visitors.\"}]},{\"page_type\":\"case_results\",\"page_title\":\"Case Results\",\"page_description\":\"Highlighting successful case outcomes that demonstrate our firm\'s legal competence and effectiveness.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header navigation with links to other pages.\",\"section_prompt\":\"Main navigation links to essential pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Success Stories\",\"section_description\":\"Introduction to the successful cases handled by our firm.\",\"section_prompt\":\"Overview of the achievements and results of previous cases.\"},{\"section_type\":\"gallery\",\"section_title\":\"Highlighted Cases\",\"section_description\":\"Visual representation of notable case outcomes and client success stories.\",\"section_prompt\":\"Display images and summaries of successful cases handled.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Case Achievements\",\"section_description\":\"Detailed write-ups of significant case outcomes showcasing the firm\\u2019s strengths.\",\"section_prompt\":\"Highlight results from landmark cases processed by the firm.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Words from clients whose cases have been successfully resolved.\",\"section_prompt\":\"Showcase experiences from clients relating to the outcomes of their cases.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Discuss Your Case\",\"section_description\":\"Inviting potential clients to contact the firm regarding their legal concerns.\",\"section_prompt\":\"Prompt potential clients to engage and discuss legal matters.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"Provide essential links and contact information for visitors.\"}]},{\"page_type\":\"faqs\",\"page_title\":\"FAQs\",\"page_description\":\"A comprehensive section addressing common legal inquiries relevant to potential clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header navigation with links to other pages.\",\"section_prompt\":\"Main navigation links to essential pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Introduction to common legal questions that clients often have.\",\"section_prompt\":\"Overview of FAQs to assist potential clients.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Common Legal Inquiries\",\"section_description\":\"Responses to typical questions regarding legal processes and policies.\",\"section_prompt\":\"Answer common questions regarding service terms and legal advice.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Understanding the Legal Process\",\"section_description\":\"A guide to help clients understand how the legal process works.\",\"section_prompt\":\"Provide insight into various legal procedures followed.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why This Matters\",\"section_description\":\"Highlighting the importance of knowing common legal questions.\",\"section_prompt\":\"Emphasize the need for informed clients in legal matters.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Have More Questions?\",\"section_description\":\"Encouragement for visitors to submit further inquiries if needed.\",\"section_prompt\":\"Prompt visitors to reach out if they need more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"Provide essential links and contact information for visitors.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to us for any inquiries, legal questions, or to schedule a consultation with our team.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header navigation with links to other pages.\",\"section_prompt\":\"Main navigation links to essential pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Introduction guiding visitors to get in touch with the firm.\",\"section_prompt\":\"Overview of how to reach out for legal assistance.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"A user-friendly form for clients to submit inquiries directly.\",\"section_prompt\":\"Simple contact form for potential clients to ask questions.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Details about the firm\\u2019s physical address and contact details.\",\"section_prompt\":\"Display firm\\u2019s address, phone, and email for easy access.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"Provide essential links and contact information for visitors.\"}]}],\"user_prompt\":\"\\\"Create a modern legal website highlighting criminal, civil, and family law services. Include attorney profiles with names, experience, and practice areas. Add sections for About, Legal Services, Case Results, FAQs, and Contact. Use a clean, trustworthy design with a strong hero banner and clear call-to-action.\\\"\",\"prompt_id\":1282}', '2025-12-08 11:27:27', '2025-12-08 11:27:27'),
(1283, 134, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"My SEO and Marketing Agency\",\"website_description\":\"Showcasing expertise in boosting online visibility and driving results for businesses through tailored digital marketing strategies.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"digital marketing, SEO, online visibility\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my SEO and Marketing Agency, where we specialize in enhancing your online presence.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for accessing different website sections.\",\"section_prompt\":\"\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Elevate Your Brand\",\"section_description\":\"Discover how we can help your business grow online through expert marketing strategies.\",\"section_prompt\":\"\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my journey and dedication to helping businesses succeed in the digital landscape.\",\"section_prompt\":\"\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Core Services\",\"section_description\":\"We offer a range of marketing services to boost your online presence, including: Search Engine Optimization, Pay-Per-Click Advertising, Social Media Marketing, Content Marketing, Email Marketing.\",\"section_prompt\":\"List main services provided by my SEO and marketing agency: Search Engine Optimization, Pay-Per-Click Advertising, Social Media Marketing, Content Marketing, Email Marketing.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with my latest blogs on digital marketing strategies and tips tailored for businesses.\",\"section_prompt\":\"\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from my satisfied clients and how my strategies have transformed their online presence.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Ready to elevate your online visibility? Contact me to discuss your marketing needs.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media, terms of service, and privacy policy.\",\"section_prompt\":\"\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Meet the passionate individual behind the agency who is dedicated to your success.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate back to the homepage and other sections.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A deeper look into my professional background and commitment to exceptional service.\",\"section_prompt\":\"\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Experience\",\"section_description\":\"With years of experience in digital marketing, I\'ve helped numerous businesses thrive online.\",\"section_prompt\":\"\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Philosophy\",\"section_description\":\"I believe in tailored strategies that align with each business\\u2019s unique goals and challenges.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Let\'s discuss how I can help your business succeed in the digital space.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigation links for the website.\",\"section_prompt\":\"\"}]},{\"page_type\":\"our_services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the services offered by my SEO and marketing agency to boost your business.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Access other important sections of the website from here.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Services Overview\",\"section_description\":\"An overview of the digital marketing services I provide to help you achieve your business goals.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Search Engine Optimization\",\"section_description\":\"Optimize your website for search engines to improve organic traffic and visibility.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Pay-Per-Click Advertising\",\"section_description\":\"Generate immediate results and drive targeted traffic with effective PPC campaigns.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Marketing\",\"section_description\":\"Enhance your brand\'s presence and engagement through strategic social media campaigns.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Create valuable content to attract and engage your target audience effectively.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Email Marketing\",\"section_description\":\"Leverage email marketing to nurture leads and drive conversions with personalized messages.\",\"section_prompt\":\"\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common queries to help you understand my services better.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Start?\",\"section_description\":\"Contact me to discuss your digital marketing needs.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer navigation and information.\",\"section_prompt\":\"\"}]},{\"page_type\":\"case_studies\",\"page_title\":\"Case Studies\",\"page_description\":\"Review successful marketing campaigns and their outcomes.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate to other parts of the website easily.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Success Stories\",\"section_description\":\"Explore case studies showcasing my successful marketing initiatives.\",\"section_prompt\":\"\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Case Study 1\",\"section_description\":\"Detailed insight into a successful SEO project that significantly increased traffic for a client.\",\"section_prompt\":\"\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Case Study 2\",\"section_description\":\"Learn how a PPC campaign led to doubled sales for a retail client within a month.\",\"section_prompt\":\"\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Case Study 3\",\"section_description\":\"Discover how social media strategies expanded audience reach for a startup.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Achieve Success Together\",\"section_description\":\"Contact me to start your own success story.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Overall website navigation and links.\",\"section_prompt\":\"\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights and trends in digital marketing to keep you informed.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Access different website sections easily.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with my latest thoughts on digital marketing strategies.\",\"section_prompt\":\"\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"A collection of my latest blog posts covering diverse topics in digital marketing.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Subscribe for updates and insights on digital marketing.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Quick website navigation and additional resources.\",\"section_prompt\":\"\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch to discuss your digital marketing needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate to other pages easily.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Fill out the form below to reach out with any inquiries or project discussions.\",\"section_prompt\":\"\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"A simple form to initiate contact for potential collaboration.\",\"section_prompt\":\"\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Find my email, phone number, and social media links for different communication channels.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Useful links and contact details.\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":1283}', '2025-12-08 11:34:51', '2025-12-08 11:34:51');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1286, 128, NULL, '\"Create a modern legal website highlighting criminal, civil, and family law services. Include attorney profiles with names, experience, and practice areas. Add sections for About, Legal Services, Case Results, FAQs, and Contact. Use a clean, trustworthy design with a strong hero banner and clear call-to-action.\"', '{\"website_title\":\"Modern Legal Firm\",\"website_description\":\"A trustworthy legal website providing insightful information about criminal, civil, and family law services.\",\"website_type\":\"Business\",\"website_industry\":\"Legal Services\",\"search_query\":\"law, legal services, attorney\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to the Modern Legal Firm, where justice meets expertise.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to all pages.\",\"section_prompt\":\"Responsive header layout.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An engaging visual that represents our commitment to justice.\",\"section_prompt\":\"Full-width hero image with a compelling headline and call-to-action buttons.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our firm, values, and commitment to providing top legal services.\",\"section_prompt\":\"An overview of our mission and values.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the comprehensive legal services we offer in various fields.\",\"section_prompt\":\"List main services: Criminal Law, Civil Law, Family Law.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest articles and legal insights.\",\"section_prompt\":\"Showcasing the latest posts to keep our clients informed.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from our satisfied clients about their experiences working with us.\",\"section_prompt\":\"A collection of quotes from past clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started\",\"section_description\":\"Ready to discuss your case? Contact us today!\",\"section_prompt\":\"Prominent call-to-action prompting users to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with important links and contact information.\",\"section_prompt\":\"Basic footer layout with links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Discover the mission and values of our legal firm.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to all pages.\",\"section_prompt\":\"Responsive header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Mission\",\"section_description\":\"Understanding our commitment to our clients and justice.\",\"section_prompt\":\"Highlighting what drives our firm.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"Why Choose Us\",\"section_description\":\"Learn about the unique advantages of working with our team.\",\"section_prompt\":\"Detailed breakdown of our firm\'s strengths.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Our History\",\"section_description\":\"A brief overview of how our firm came to be and its growth journey.\",\"section_prompt\":\"Storytelling about our establishment and progress.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Feedback\",\"section_description\":\"Valuable insights from our clients about their experiences.\",\"section_prompt\":\"Collective feedback and reviews provided.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us\",\"section_description\":\"Reach out to us for more information or inquiries.\",\"section_prompt\":\"Encouragement to connect with our team.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with important links and contact information.\",\"section_prompt\":\"Basic footer layout with links.\"}]},{\"page_type\":\"legal_services\",\"page_title\":\"Legal Services\",\"page_description\":\"Detailed presentation of our legal expertise in various fields.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to all pages.\",\"section_prompt\":\"Responsive header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"A detailed look at the legal services we offer.\",\"section_prompt\":\"Comprehensive overview of our service offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Criminal Law Services\",\"section_description\":\"In-depth exploration of our criminal law offerings.\",\"section_prompt\":\"Detailed insights into our services in criminal law.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Civil Law Services\",\"section_description\":\"A look at the civil law services we provide.\",\"section_prompt\":\"Detailed insights into our services in civil law.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Family Law Services\",\"section_description\":\"An overview of our family law practice and support.\",\"section_prompt\":\"Detailed insights into our services in family law.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about our services and processes.\",\"section_prompt\":\"Addressing clients\' most frequent inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Discuss?\",\"section_description\":\"Contact us to schedule a consultation about your case.\",\"section_prompt\":\"Prompting potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with important links and contact information.\",\"section_prompt\":\"Basic footer layout with links.\"}]},{\"page_type\":\"attorney_profiles\",\"page_title\":\"Attorney Profiles\",\"page_description\":\"Meet our skilled attorneys and their respective areas of practice.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to all pages.\",\"section_prompt\":\"Responsive header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Legal Team\",\"section_description\":\"Introduction to our experienced attorneys.\",\"section_prompt\":\"An overview of our dedicated team.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Meet Our Attorneys\",\"section_description\":\"Showcase of our attorneys with details about their backgrounds.\",\"section_prompt\":\"Profiles of all attorneys including their skills and specialties.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Attorney Qualifications\",\"section_description\":\"Highlighting the qualifications of our legal experts.\",\"section_prompt\":\"Detailed education and experience of each attorney.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Connect with Our Attorneys\",\"section_description\":\"Links to professional profiles of our attorneys on social media.\",\"section_prompt\":\"Encouraging engagement through social media.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule a Consultation\",\"section_description\":\"Book a consultation with one of our attorneys.\",\"section_prompt\":\"Encouraging clients to reach out for support.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with important links and contact information.\",\"section_prompt\":\"Basic footer layout with links.\"}]},{\"page_type\":\"case_results\",\"page_title\":\"Case Results\",\"page_description\":\"Showcasing our successful case outcomes and client victories.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to all pages.\",\"section_prompt\":\"Responsive header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Success Stories\",\"section_description\":\"A presentation of key cases that highlight our effectiveness.\",\"section_prompt\":\"Overview of our notable case results.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Success Metrics\",\"section_description\":\"Display of our statistics related to case results and victories.\",\"section_prompt\":\"Highlighting our success rates and notable achievements.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Highlighted Cases\",\"section_description\":\"In-depth details of selected successful cases we\'ve handled.\",\"section_prompt\":\"Detailed accounts of significant case outcomes.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Experiences\",\"section_description\":\"Feedback from clients about their successful cases.\",\"section_prompt\":\"Client quotes about experiences with our legal services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Discuss Your Case with Us\",\"section_description\":\"Contact us to see how we can help you win your case.\",\"section_prompt\":\"Encouraging potential clients to consult.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with important links and contact information.\",\"section_prompt\":\"Basic footer layout with links.\"}]},{\"page_type\":\"faqs\",\"page_title\":\"FAQs\",\"page_description\":\"Answers to frequently asked legal questions to assist clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to all pages.\",\"section_prompt\":\"Responsive header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Common Questions\",\"section_description\":\"Addressing clients\' frequent legal inquiries.\",\"section_prompt\":\"Overview of common FAQs.\"},{\"section_type\":\"faqs\",\"section_title\":\"Legal Questions Answered\",\"section_description\":\"List of FAQs with clear and concise responses.\",\"section_prompt\":\"Detailed answers to common legal questions clients ask.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Understanding the Legal Process\",\"section_description\":\"A brief guide on how legal processes work.\",\"section_prompt\":\"Providing basic insights into legal operations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Need More Help?\",\"section_description\":\"Contact us for further questions or concerns regarding your legal issues.\",\"section_prompt\":\"Encouraging clients to reach out for assistance.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with important links and contact information.\",\"section_prompt\":\"Basic footer layout with links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to us for legal inquiries and support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to all pages.\",\"section_prompt\":\"Responsive header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact information to reach our firm easily.\",\"section_prompt\":\"Overview of how to contact us.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for potential clients to fill out with their inquiries.\",\"section_prompt\":\"Simple contact form layout.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Details about our office address and phone number.\",\"section_prompt\":\"Clean layout with contact details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with important links and contact information.\",\"section_prompt\":\"Basic footer layout with links.\"}]}],\"user_prompt\":\"\\\"Create a modern legal website highlighting criminal, civil, and family law services. Include attorney profiles with names, experience, and practice areas. Add sections for About, Legal Services, Case Results, FAQs, and Contact. Use a clean, trustworthy design with a strong hero banner and clear call-to-action.\\\"\",\"prompt_id\":1286}', '2025-12-08 12:25:30', '2025-12-08 12:25:30'),
(1287, 128, NULL, '\"Create a modern legal website highlighting criminal, civil, and family law services. Include attorney profiles with names, experience, and practice areas. Add sections for About, Legal Services, Case Results, FAQs, and Contact. Use a clean, trustworthy design with a strong hero banner and clear call-to-action.\"', '{\"website_title\":\"Modern Legal Hub\",\"website_description\":\"A contemporary legal resource showcasing expertise in criminal, civil, and family law services.\",\"website_type\":\"personal\",\"website_industry\":\"Legal Services\",\"search_query\":\"law, legal services, attorney\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my modern legal hub, offering a clear overview of my legal services and expertise.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for site access.\",\"section_prompt\":\"A header to facilitate quick navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Legal Hub\",\"section_description\":\"Discover expert legal services in criminal, civil, and family law.\",\"section_prompt\":\"A hero banner that highlights the main offerings and draws visitors in.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my background, experience, and approach to law.\",\"section_prompt\":\"An overview of my legal background and values.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Legal Services Offered\",\"section_description\":\"Explore the areas of law I specialize in: Criminal Law, Civil Law, Family Law.\",\"section_prompt\":\"List main services provided: Criminal Law, Civil Law, Family Law.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Reach out for a consultation to discuss your legal matters.\",\"section_prompt\":\"Encourage visitors to contact for more information.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with the latest articles and insights related to the law.\",\"section_prompt\":\"Showcase recent blog posts for additional information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site links and copyright information.\",\"section_prompt\":\"Standard footer information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About\",\"page_description\":\"A detailed look into my journey and values as a legal professional.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for site access.\",\"section_prompt\":\"A header to facilitate quick navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Personal insights and professional qualifications.\",\"section_prompt\":\"Highlight personal story and legal philosophy.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Journey\",\"section_description\":\"A narrative about my path to becoming an attorney.\",\"section_prompt\":\"Detail my educational and professional journey.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Values\",\"section_description\":\"The principles that guide my legal practice.\",\"section_prompt\":\"Outline core values that inform my legal approach.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Talk?\",\"section_description\":\"Encouragement to reach out for consultations.\",\"section_prompt\":\"Prompt for visitors to connect.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site links and copyright information.\",\"section_prompt\":\"Standard footer information.\"}]},{\"page_type\":\"legal_services\",\"page_title\":\"Legal Services\",\"page_description\":\"An in-depth overview of the legal services I provide in various practice areas.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for site access.\",\"section_prompt\":\"A header to facilitate quick navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Legal Services\",\"section_description\":\"Detailed descriptions of my practice areas.\",\"section_prompt\":\"Outline all the legal services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Criminal Law\",\"section_description\":\"Defending clients against criminal charges with expertise.\",\"section_prompt\":\"Overview of criminal law services provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Civil Law\",\"section_description\":\"Supporting clients through civil disputes and litigation.\",\"section_prompt\":\"Overview of civil law services provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Family Law\",\"section_description\":\"Guiding families through legal issues with compassion.\",\"section_prompt\":\"Overview of family law services provided.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common concerns and queries from clients.\",\"section_prompt\":\"Provide answers to common legal questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Need Legal Assistance?\",\"section_description\":\"Encourage visitors to reach out for legal help.\",\"section_prompt\":\"Prompt for visitors to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site links and copyright information.\",\"section_prompt\":\"Standard footer information.\"}]},{\"page_type\":\"case_results\",\"page_title\":\"Case Results\",\"page_description\":\"Showcasing notable case outcomes to demonstrate expertise and success.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for site access.\",\"section_prompt\":\"A header to facilitate quick navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Case Results\",\"section_description\":\"Highlighting successful outcomes in various cases.\",\"section_prompt\":\"Showcase significant case results.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Notable Cases\",\"section_description\":\"A listing of highlighted cases with summaries and outcomes.\",\"section_prompt\":\"List and summarize each notable case.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback from clients about their experiences and results.\",\"section_prompt\":\"Display testimonials from clients regarding their cases.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Discuss Your Case\",\"section_description\":\"Encouragement to reach out for case discussions.\",\"section_prompt\":\"Prompt for potential clients to connect.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site links and copyright information.\",\"section_prompt\":\"Standard footer information.\"}]},{\"page_type\":\"faqs\",\"page_title\":\"FAQs\",\"page_description\":\"Providing answers to frequently asked legal questions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for site access.\",\"section_prompt\":\"A header to facilitate quick navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries addressed for client\'s understanding.\",\"section_prompt\":\"FAQ section to help inform visitors.\"},{\"section_type\":\"faqs\",\"section_title\":\"General Legal Questions\",\"section_description\":\"Answers to common legal questions and concerns.\",\"section_prompt\":\"List common legal FAQs and their answers.\"},{\"section_type\":\"faqs\",\"section_title\":\"Procedure Inquiries\",\"section_description\":\"Information on legal procedures and what to expect.\",\"section_prompt\":\"Clarify procedures for clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Need More Help?\",\"section_description\":\"Encourage further questions and inquiries about legal services.\",\"section_prompt\":\"Prompt visitors to reach out for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site links and copyright information.\",\"section_prompt\":\"Standard footer information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch to discuss your legal needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for site access.\",\"section_prompt\":\"A header to facilitate quick navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out for legal inquiries and consultations.\",\"section_prompt\":\"Guidance on how to get in touch.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to send inquiries directly.\",\"section_prompt\":\"Provide a form with necessary fields for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Display alternative contact methods such as phone and email.\",\"section_prompt\":\"Show contact information for further inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site links and copyright information.\",\"section_prompt\":\"Standard footer information.\"}]}],\"user_prompt\":\"\\\"Create a modern legal website highlighting criminal, civil, and family law services. Include attorney profiles with names, experience, and practice areas. Add sections for About, Legal Services, Case Results, FAQs, and Contact. Use a clean, trustworthy design with a strong hero banner and clear call-to-action.\\\"\",\"prompt_id\":1287}', '2025-12-08 12:42:32', '2025-12-08 12:42:32'),
(1289, 128, NULL, 'A freelance website for a web developer', '{\"website_title\":\"My Web Development Portfolio\",\"website_description\":\"A personal website showcasing the skills, projects, and services of a freelance web developer. It features a professional layout with a focus on user experience.\",\"website_type\":\"personal\",\"website_industry\":\"Technology\",\"search_query\":\"web development, freelance portfolio, web design\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to My Portfolio\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigational header for the website.\",\"section_prompt\":\"Includes links to all main pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An introduction to who I am and what I do.\",\"section_prompt\":\"A brief welcome message with a call to action.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my journey and expertise.\",\"section_prompt\":\"An overview of my background and skills as a web developer.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Overview of services offered as a freelance web developer.\",\"section_prompt\":\"List main services: website design, development, maintenance.\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Projects\",\"section_description\":\"Showcasing significant works in web development.\",\"section_prompt\":\"Highlighting key projects completed, including links and visuals.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"What my clients say about my work.\",\"section_prompt\":\"Display quotes or testimonials from previous clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Latest news and updates related to my work.\",\"section_prompt\":\"Showcase recent blog posts or relevant updates.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Encouragement to reach out for collaboration.\",\"section_prompt\":\"A prompt for users to contact me for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer contains additional links and copyright information.\",\"section_prompt\":\"Standard footer content.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Get to know me better and my web development journey.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigational header for the About Me page.\",\"section_prompt\":\"Includes links to main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Introduction to my professional background.\",\"section_prompt\":\"Provides an overview of my career and experience.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Skills\",\"section_description\":\"A detailed overview of my technical skills.\",\"section_prompt\":\"Highlighting key technical skills relevant to web development.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"Sharing my journey in web development and beyond.\",\"section_prompt\":\"Narrative of how I got into web development.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback from those I\'ve worked with.\",\"section_prompt\":\"Select testimonials reflecting my work ethic and skills.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Encouragement to reach out for inquiries.\",\"section_prompt\":\"Prompt users to contact me for collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer includes additional links and copyright information.\",\"section_prompt\":\"Standard footer content.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Services I offer as a freelance web developer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigational header for the Services page.\",\"section_prompt\":\"Includes links to all main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Overview of services provided.\",\"section_prompt\":\"Detailed description of what I offer.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Website Design\",\"section_description\":\"Information about my web design services offered.\",\"section_prompt\":\"Details on website design capabilities and process.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Development\",\"section_description\":\"Insights into my web development services.\",\"section_prompt\":\"Details on coding, frameworks, and technology used.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Maintenance Services\",\"section_description\":\"Ongoing website maintenance options available.\",\"section_prompt\":\"Information on maintenance services offered.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my services.\",\"section_prompt\":\"Provide clarity on services, pricing, and processes.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement to contact for service inquiries.\",\"section_prompt\":\"Prompt users to reach out for project discussions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer includes additional links and copyright information.\",\"section_prompt\":\"Standard footer content.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"Showcase of my work in web development.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigational header for the Portfolio page.\",\"section_prompt\":\"Includes links to all main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Portfolio\",\"section_description\":\"An overview of my work in web development.\",\"section_prompt\":\"Introduction to showcased works.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Projects\",\"section_description\":\"A collection of my significant projects.\",\"section_prompt\":\"Showcasing visuals and links to my best projects.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Project Details\",\"section_description\":\"In-depth information about selected projects.\",\"section_prompt\":\"Details on project objectives, tasks, and technologies.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback from clients regarding my projects.\",\"section_prompt\":\"Showcasing positive client feedback on projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Encouragement to reach out for work opportunities.\",\"section_prompt\":\"Prompt users to contact me for inquiries or collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer contains additional links and copyright information.\",\"section_prompt\":\"Standard footer content.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for inquiries and opportunities.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigational header for the Contact page.\",\"section_prompt\":\"Includes links to main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Information on how to reach me.\",\"section_prompt\":\"Overview of contact methods available.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"Form for contacting me directly regarding projects.\",\"section_prompt\":\"Provide your details and message to connect.\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Contact Information\",\"section_description\":\"Alternative ways to connect with me.\",\"section_prompt\":\"Includes email address and phone number.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer includes additional links and copyright information.\",\"section_prompt\":\"Standard footer content.\"}]}],\"user_prompt\":\"A freelance website for a web developer\",\"prompt_id\":1289}', '2025-12-08 13:11:40', '2025-12-08 13:11:40'),
(1292, 128, NULL, 'A freelance website for a web developer', '{\"website_title\":\"Personal Portfolio\",\"website_description\":\"Showcasing the skills and projects of a freelance web developer with a commitment to quality web development.\",\"website_type\":\"Personal\",\"website_industry\":\"Technology\",\"search_query\":\"web development, freelance portfolio, web developer\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio website where I showcase my skills and projects in web development.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation and branding.\",\"section_prompt\":\"Top navigation including links to all key sections.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An introduction to who I am and what I do.\",\"section_prompt\":\"Large visual banner with a welcome message and a brief introduction.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my journey and experience in web development.\",\"section_prompt\":\"Learn about my background, skills, and experiences.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Overview of my web development skills and services offered.\",\"section_prompt\":\"List main services offered: Website Development, UI\\/UX Design, E-commerce Solutions, CMS Development.\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Projects\",\"section_description\":\"Highlights of my completed projects and case studies.\",\"section_prompt\":\"Showcase of selected projects demonstrating my skills.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback and reviews from previous clients.\",\"section_prompt\":\"Display of testimonials from satisfied clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Recent updates or blog posts relevant to web development.\",\"section_prompt\":\"Showcasing recent posts related to web development trends.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to reach out.\",\"section_prompt\":\"Call to action motivating potential clients to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and information.\",\"section_prompt\":\"Basic footer information and links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey as a web developer\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation and branding.\",\"section_prompt\":\"Top navigation including links to all sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Overview of my experience and background in web development.\",\"section_prompt\":\"Introduction to my personal journey as a developer.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Journey\",\"section_description\":\"Detailed account of my path in the web development industry.\",\"section_prompt\":\"A narrative about my professional journey and growth.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Skills & Expertise\",\"section_description\":\"Technologies and tools I\'m proficient in.\",\"section_prompt\":\"List of skills including HTML, CSS, JavaScript, React, etc.\"},{\"section_type\":\"about\",\"section_title\":\"My Philosophy\",\"section_description\":\"My approach and commitment to quality in web development.\",\"section_prompt\":\"Description of my commitment to usability and aesthetics.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Work Together\",\"section_description\":\"Encouragement to connect and collaborate.\",\"section_prompt\":\"Motivation to reach out for potential projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and information.\",\"section_prompt\":\"Basic footer links and contact information.\"}]},{\"page_type\":\"my_services\",\"page_title\":\"My Services\",\"page_description\":\"Overview of web development services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation and branding.\",\"section_prompt\":\"Top navigation including links to all sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Detailed listing of services provided in web development.\",\"section_prompt\":\"Introduction to the services I offer.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Website Development\",\"section_description\":\"Custom website development tailored to client needs.\",\"section_prompt\":\"Description of my website development services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"UI\\/UX Design\",\"section_description\":\"Crafting user-friendly and aesthetically pleasing designs.\",\"section_prompt\":\"Details of UI\\/UX design approach.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"E-commerce Solutions\",\"section_description\":\"Development of e-commerce platforms to enhance online sales.\",\"section_prompt\":\"Information about e-commerce services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"CMS Development\",\"section_description\":\"Building content management systems for easy site updates.\",\"section_prompt\":\"Details regarding CMS development services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my services.\",\"section_prompt\":\"Common questions regarding services, timelines, and processes.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Start?\",\"section_description\":\"Encouragement for potential clients to reach out.\",\"section_prompt\":\"Prompt for potential clients to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and information.\",\"section_prompt\":\"Basic footer links and contact information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"Showcase of my completed projects and designs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation and branding.\",\"section_prompt\":\"Top navigation including links to all sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Projects\",\"section_description\":\"Overview of my work and projects.\",\"section_prompt\":\"Introduction to my portfolio showcasing my work.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Showcase\",\"section_description\":\"Visually displaying my best work and projects completed.\",\"section_prompt\":\"A gallery of images and descriptions of projects.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Case Studies\",\"section_description\":\"Detailed accounts of selected projects including goals and outcomes.\",\"section_prompt\":\"Learning about specific projects in detail.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Reviews from clients related to projects showcased.\",\"section_prompt\":\"Display of client testimonials for projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Collaborating?\",\"section_description\":\"Encouragement for visitors to get in touch for their own projects.\",\"section_prompt\":\"Motivation to reach out regarding future projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and information.\",\"section_prompt\":\"Basic footer links and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for project inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation and branding.\",\"section_prompt\":\"Top navigation including links to all sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Information on how to reach me for inquiries.\",\"section_prompt\":\"Introduction to the contact section.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Form for visitors to fill out to reach me directly.\",\"section_prompt\":\"A form to collect user inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get in Touch\",\"section_description\":\"Other ways to contact me outside the form.\",\"section_prompt\":\"Providing additional contact methods.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and information.\",\"section_prompt\":\"Basic footer links and contact information.\"}]}],\"user_prompt\":\"A freelance website for a web developer\",\"prompt_id\":1292}', '2025-12-09 05:14:51', '2025-12-09 05:14:51');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1293, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"Professional SEO & Marketing Agency\",\"website_description\":\"A comprehensive online presence for an SEO and Marketing agency, showcasing expertise in search engine optimization, social media marketing, content marketing, and PPC advertising alongside success stories and client engagement options.\",\"website_type\":\"business\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO, Marketing, Agency\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our professional SEO and Marketing agency. Explore our services and success stories.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for the website.\",\"section_prompt\":\"Header for the overall website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Our Agency\",\"section_description\":\"Your partner in digital growth through innovative marketing strategies.\",\"section_prompt\":\"Hero section introducing the agency\'s mission and vision.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our agency\'s journey, values, and commitment to excellence.\",\"section_prompt\":\"In this section, we share our story and what drives us.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our key services designed to elevate your online presence.\",\"section_prompt\":\"List main services: search engine optimization, social media marketing, content marketing, pay-per-click advertising.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Discover the impact of our strategies with key statistics and metrics.\",\"section_prompt\":\"Showcase key achievements and performance metrics.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Grow?\",\"section_description\":\"Take the first step towards your digital success with us.\",\"section_prompt\":\"Encouragement for potential clients to get in touch or sign up.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest posts and SEO trends.\",\"section_prompt\":\"Highlight the latest articles and resources shared on our blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional navigation links and legal information.\",\"section_prompt\":\"Footer section containing quick links to important pages.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Discover the story behind our SEO and Marketing agency and our commitment to serving clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for this page.\",\"section_prompt\":\"Header for the About Us page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Journey\",\"section_description\":\"An overview of our agency\'s history and evolution in the marketing space.\",\"section_prompt\":\"Highlight the journey of our agency.\"},{\"section_type\":\"about\",\"section_title\":\"Our Mission\",\"section_description\":\"We strive to deliver innovative solutions that help businesses grow online.\",\"section_prompt\":\"Share our mission and values.\"},{\"section_type\":\"about\",\"section_title\":\"Our Team\",\"section_description\":\"Meet the passionate individuals behind our success.\",\"section_prompt\":\"Brief introduction to our talented team members.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Success Stories\",\"section_description\":\"Hear from our satisfied clients about their experiences with us.\",\"section_prompt\":\"Showcase client testimonials and feedback.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us\",\"section_description\":\"Collaborate with us for your marketing needs.\",\"section_prompt\":\"Encouragement for clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional navigation links and legal information.\",\"section_prompt\":\"Footer section containing quick links to important pages.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the range of marketing services we offer to enhance your online presence.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for this page.\",\"section_prompt\":\"Header for the Services page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What We Offer\",\"section_description\":\"A detailed breakdown of our expert marketing services.\",\"section_prompt\":\"Overview of the services provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Search Engine Optimization\",\"section_description\":\"Tailored SEO strategies to improve your website\'s visibility and traffic.\",\"section_prompt\":\"Detailed description of Search Engine Optimization service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Marketing\",\"section_description\":\"Engagement-driven social media campaigns that connect with your audience.\",\"section_prompt\":\"Detailed description of Social Media Marketing service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Compelling content strategies that resonate and convert.\",\"section_prompt\":\"Detailed description of Content Marketing service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Pay-Per-Click Advertising\",\"section_description\":\"Targeted PPC campaigns designed for maximum ROI.\",\"section_prompt\":\"Detailed description of Pay-Per-Click Advertising service.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries about our services and processes.\",\"section_prompt\":\"FAQs to address client questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started\",\"section_description\":\"Contact us today to discuss your marketing goals.\",\"section_prompt\":\"Encouragement to reach out and start projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional navigation links and legal information.\",\"section_prompt\":\"Footer section containing quick links to important pages.\"}]},{\"page_type\":\"case_studies\",\"page_title\":\"Case Studies\",\"page_description\":\"Review our success stories and how we\'ve helped businesses thrive.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for this page.\",\"section_prompt\":\"Header for the Case Studies page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Success Stories\",\"section_description\":\"Our collection of client case studies highlighting successful outcomes.\",\"section_prompt\":\"Highlight individual success stories with metrics.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Client 1: Growth Through SEO\",\"section_description\":\"Details of how our SEO strategies dramatically improved traffic for Client 1.\",\"section_prompt\":\"Highlight the first client\'s success through specific strategies.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Client 2: Social Media Triumph\",\"section_description\":\"Explore how our social media marketing campaign boosted engagement for Client 2.\",\"section_prompt\":\"Highlight the second client\'s success through specific strategies.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Client 3: Content Innovation\",\"section_description\":\"Learn how our content marketing transformed Client 3\\u2019s brand presence.\",\"section_prompt\":\"Highlight the third client\'s success through specific strategies.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"See How We Can Help You\",\"section_description\":\"Contact us for a personalized consultation.\",\"section_prompt\":\"Encouragement for potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional navigation links and legal information.\",\"section_prompt\":\"Footer section containing quick links to important pages.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Stay informed with the latest insights, trends, and tips in the marketing world.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for this page.\",\"section_prompt\":\"Header for the Blog page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Explore our most recent blog posts on marketing strategies and updates.\",\"section_prompt\":\"Overview of the latest articles.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Posts\",\"section_description\":\"A selection of engaging articles covering various marketing topics.\",\"section_prompt\":\"Display a grid of recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Join our newsletter for the latest insights straight to your inbox.\",\"section_prompt\":\"Encouragement for visitors to subscribe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional navigation links and legal information.\",\"section_prompt\":\"Footer section containing quick links to important pages.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with our agency for inquiries, collaborations, or assistance.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for this page.\",\"section_prompt\":\"Header for the Contact Us page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We\'d love to hear from you. Reach out with any questions or requests.\",\"section_prompt\":\"Introduction to the contact form.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below and we\'ll get back to you promptly.\",\"section_prompt\":\"Contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find our office and contact details below.\",\"section_prompt\":\"Display physical and contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional navigation links and legal information.\",\"section_prompt\":\"Footer section containing quick links to important pages.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":1293}', '2025-12-09 06:19:25', '2025-12-09 06:19:25'),
(1294, 50, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Wanderlust Chronicles\",\"website_description\":\"A travel and photography blog capturing the beauty of various destinations and sharing personal experiences to inspire readers to explore the world.\",\"website_type\":\"blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, travel stories, travel tips\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel and photography blog where I share my adventures and stunning images from around the world.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the blog.\",\"section_prompt\":\"This section serves as the primary navigation for accessing various pages of the blog.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Wanderlust Chronicles\",\"section_description\":\"A brief introduction to the essence of the blog and what readers can expect.\",\"section_prompt\":\"This section introduces the blog\'s purpose, inviting readers to join on a journey of exploration.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Travel Stories\",\"section_description\":\"A curated selection of my most recent travel stories that capture unique experiences and destinations.\",\"section_prompt\":\"Showcase the most recent travel posts to engage readers and entice them to read more.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Photography\",\"section_description\":\"A visual feast showcasing my best photographs from various destinations.\",\"section_prompt\":\"Display a grid of chosen photographs categorized by location and themes.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Adventure!\",\"section_description\":\"Encouragement for readers to subscribe and follow along on future travels.\",\"section_prompt\":\"Invite readers to subscribe to stay updated on new posts and insights.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"An introduction to who I am, my passion for travel and photography, and my journey.\",\"section_prompt\":\"Share my personal journey and passion that drives the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with contact information and social media links.\",\"section_prompt\":\"Provide essential links to connect with me across platforms.\"}]},{\"page_type\":\"travel_stories\",\"page_title\":\"Travel Stories\",\"page_description\":\"Dive into detailed accounts of my journeys, filled with tips and recommendations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the Travel Stories page.\",\"section_prompt\":\"This section serves as the primary navigation for the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore My Travel Experiences\",\"section_description\":\"An overview of travel stories shared on the blog.\",\"section_prompt\":\"This section highlights the depth of my travel narratives.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Destinations Explored\",\"section_description\":\"A collection of destinations I\'ve visited, each with personal anecdotes, tips, and insights.\",\"section_prompt\":\"List various destinations along with captivating details of each journey.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Read More Travels!\",\"section_description\":\"Encouragement to explore more travel stories and insights.\",\"section_prompt\":\"Invite readers to dive deeper into my travel experiences.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with contact information and social media links.\",\"section_prompt\":\"Provide essential links to connect with me across platforms.\"}]},{\"page_type\":\"photography_gallery\",\"page_title\":\"Photography Gallery\",\"page_description\":\"A showcase of my best photographs categorized by location and themes.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the Photography Gallery page.\",\"section_prompt\":\"This section serves as the primary navigation for the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Visual Journey\",\"section_description\":\"An introduction to my photography gallery, celebrating the locations captured.\",\"section_prompt\":\"Highlight the visual storytelling aspect of the gallery.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Stunning Locations\",\"section_description\":\"A collection of photographs categorized by their respective locations, offering a visual tour.\",\"section_prompt\":\"Display photographs organized by various locations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More Photography\",\"section_description\":\"Encouragement for readers to browse through more photography by browsing the blog.\",\"section_prompt\":\"Invite readers to see more photography work and expand their visual journey.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with contact information and social media links.\",\"section_prompt\":\"Provide essential links to connect with me across platforms.\"}]},{\"page_type\":\"tips_and_tricks\",\"page_title\":\"Tips and Tricks\",\"page_description\":\"Helpful advice for fellow travelers and photographers to enhance their experiences and skills.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the Tips and Tricks page.\",\"section_prompt\":\"This section serves as the primary navigation for the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel and Photography Advice\",\"section_description\":\"Guidance and tips to make the most of travels and photography sessions.\",\"section_prompt\":\"Present useful advice sections focused on travel and photography.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Essential Tips\",\"section_description\":\"A series of valuable tips on travel planning and photography techniques.\",\"section_prompt\":\"List tips for better travel planning and effective photography.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Learn from Me!\",\"section_description\":\"Encouragement to apply these tips in your own travels and photography.\",\"section_prompt\":\"Invite readers to implement the shared tips.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with contact information and social media links.\",\"section_prompt\":\"Provide essential links to connect with me across platforms.\"}]},{\"page_type\":\"about_me\",\"page_title\":\"About Me\",\"page_description\":\"A personal section sharing my journey and passion for travel and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the About Me page.\",\"section_prompt\":\"This section serves as the primary navigation for the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Story\",\"section_description\":\"A personal narrative detailing my journey in travel and photography.\",\"section_prompt\":\"Dive into my personal story and how I became passionate about adventures.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Passion\",\"section_description\":\"Explaining what inspires me to travel and capture moments through photography.\",\"section_prompt\":\"Share my inspiration and motivation behind the blog\'s creation.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me!\",\"section_description\":\"Encouragement for readers to engage and share their thoughts.\",\"section_prompt\":\"Invite readers to reach out and share their own stories.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with contact information and social media links.\",\"section_prompt\":\"Provide essential links to connect with me across platforms.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"A way for readers to connect with me for collaborations or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the Contact page.\",\"section_prompt\":\"This section serves as the primary navigation for the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"A simple introduction to how readers can reach out for collaborations or inquiries.\",\"section_prompt\":\"Invite readers to connect for various reasons.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form that allows readers to send messages or inquiries directly to me.\",\"section_prompt\":\"Provide a means for readers to fill in their information and message.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with contact information and social media links.\",\"section_prompt\":\"Provide essential links to connect with me across platforms.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1294}', '2025-12-09 07:19:13', '2025-12-09 07:19:13'),
(1295, 128, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"Digital Marketing Agency\",\"website_description\":\"A comprehensive platform for exploring effective SEO and marketing strategies, services, and successful campaigns.\",\"website_type\":\"personal\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO, Digital Marketing, Agency\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my Digital Marketing Agency website where I showcase my expertise and services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the website.\",\"section_prompt\":\"Website navigation links for user accessibility.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Agency\",\"section_description\":\"Discover how my agency can elevate your business online.\",\"section_prompt\":\"Catchy introduction highlighting my agency\'s mission and vision.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my background, expertise, and what drives my passion for digital marketing.\",\"section_prompt\":\"Information about my journey in the digital marketing world.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the services I provide to help enhance your online presence.\",\"section_prompt\":\"List main services: SEO, Content Marketing, Social Media Management, Paid Advertising offered by my agency.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"See what my clients say about the successful results they achieved with my assistance.\",\"section_prompt\":\"Real feedback from satisfied clients detailing their positive experience.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Catch up on recent articles and tips from my blog related to digital marketing.\",\"section_prompt\":\"Latest blog updates showcasing digital marketing trends and insights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Contact me now to discuss how I can help your business grow.\",\"section_prompt\":\"Encouragement for visitors to reach out for consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Bottom section with additional navigation links and copyright information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact information.\"}]},{\"page_type\":\"about_me\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my expertise and passion for digital marketing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the website.\",\"section_prompt\":\"Website navigation links for user accessibility.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"A brief overview of my experience in the marketing industry.\",\"section_prompt\":\"Detailed information on my professional background and experience.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Expertise\",\"section_description\":\"Highlighting my core competencies in SEO and digital marketing.\",\"section_prompt\":\"Description of my skills and areas of expertise.\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Trusted By\",\"section_description\":\"Logos of companies I\'ve worked with and partner organizations.\",\"section_prompt\":\"Display of reputable brands I\'ve collaborated with.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Connect\",\"section_description\":\"I would love to hear from you and discuss your digital marketing needs.\",\"section_prompt\":\"Encouragement for visitors to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Bottom section with additional navigation links and copyright information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Detailed overview of the digital marketing services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the website.\",\"section_prompt\":\"Website navigation links for user accessibility.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the range of services I provide to help your business succeed online.\",\"section_prompt\":\"An introduction to how my services benefit clients.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Search Engine Optimization\",\"section_description\":\"Comprehensive SEO strategies aimed at improving your search rankings.\",\"section_prompt\":\"Information detailing how my SEO services can boost your online visibility.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Creative content strategies that resonate with your target audience.\",\"section_prompt\":\"Explanation of the importance of content marketing.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Management\",\"section_description\":\"Effective strategies to grow your brand presence on social platforms.\",\"section_prompt\":\"Details of how I manage social media for clients.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Paid Advertising\",\"section_description\":\"Optimize your ad spend with targeted campaigns that deliver results.\",\"section_prompt\":\"Overview of my approach to paid advertising.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries regarding my services and processes.\",\"section_prompt\":\"Information addressing client inquiries to clear up any confusion.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get a Quote\",\"section_description\":\"Reach out for an initial consultation and pricing details.\",\"section_prompt\":\"Encouragement for potential clients to inquire about services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Bottom section with additional navigation links and copyright information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact information.\"}]},{\"page_type\":\"case_studies\",\"page_title\":\"Case Studies\",\"page_description\":\"Showcasing successful projects and the impact of my services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the website.\",\"section_prompt\":\"Website navigation links for user accessibility.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Success Stories\",\"section_description\":\"Discover how my strategies led to real results for clients.\",\"section_prompt\":\"An introduction to the success stories presented in this section.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project Overview\",\"section_description\":\"Detailed breakdown of case studies highlighting specific campaigns.\",\"section_prompt\":\"Insights into distinct projects demonstrating my agency\'s effectiveness.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Client Results\",\"section_description\":\"Highlighting measurable outcomes from my marketing strategies.\",\"section_prompt\":\"Showcasing tangible results achieved for my clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Success Story\",\"section_description\":\"Contact me to learn how we can replicate these results for your business.\",\"section_prompt\":\"Encouragement to reach out for personalized consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Bottom section with additional navigation links and copyright information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights and articles on digital marketing trends and strategies.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the website.\",\"section_prompt\":\"Website navigation links for user accessibility.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Explore my collection of articles on various marketing topics.\",\"section_prompt\":\"Introduction to the blog\'s purpose and content.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Posts\",\"section_description\":\"A selection of popular and insightful articles from my blog.\",\"section_prompt\":\"Grid layout showcasing my most relevant blog entries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated\",\"section_description\":\"Sign up for my newsletter to receive updates and tips directly.\",\"section_prompt\":\"Encouragement to subscribe for future content and newsletters.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Bottom section with additional navigation links and copyright information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact information.\"}]},{\"page_type\":\"contact_me\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch to discuss your digital marketing needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation header for the website.\",\"section_prompt\":\"Website navigation links for user accessibility.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Ways to reach out to me for inquiries or consultations.\",\"section_prompt\":\"Details about how to contact me through various channels.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"Fill out the form below, and I will get back to you soon.\",\"section_prompt\":\"Contact form for visitors to submit their questions or requests.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Bottom section with additional navigation links and copyright information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact information.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":1295}', '2025-12-09 07:47:37', '2025-12-09 07:47:37'),
(1297, 50, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A showcase of my creative journey in graphic design, featuring my best projects and client testimonials.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative journey, client testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets skill.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu to explore my portfolio.\",\"section_prompt\":\"Header section for easy navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my creative journey through graphic design.\",\"section_prompt\":\"This is a captivating introduction to my work.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my background, my passion for graphic design, and my design philosophy.\",\"section_prompt\":\"A brief overview of my story and approach to design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Design Projects\",\"section_description\":\"Browse through my featured projects that showcase my skills.\",\"section_prompt\":\"List main projects (Project 1, Project 2, Project 3, ...) that represent my work.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear what my clients have to say about working with me.\",\"section_prompt\":\"Read reviews and experiences shared by my clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Design Insights\",\"section_description\":\"Check out my latest thoughts and insights into the design world.\",\"section_prompt\":\"Recent posts discussing trends, tips, and experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate!\",\"section_description\":\"Ready to take your project to the next level? Reach out to me!\",\"section_prompt\":\"A prompt encouraging potential clients to contact for collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information including links and contact details.\",\"section_prompt\":\"Footer section to summarize and provide essential links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1297}', '2025-12-09 08:06:09', '2025-12-09 08:06:09'),
(1298, 50, NULL, 'Create a website for a construction comapny named New England Smart System, With over 12 years of experience specializing in increasing residential and commercial efficiency ratings to achieve net zero building standards, we are dedicated to providing cutting-edge solutions in HVAC, solar, battery storage, insulation, windows, and general construction. Our customer based approach ensures that your needs are met with precision, care, and reliability.', '{\"website_title\":\"New England Smart System\",\"website_description\":\"A cutting-edge construction company dedicated to enhancing residential and commercial efficiency ratings, striving for net zero building standards.\",\"website_type\":\"Personal\",\"website_industry\":\"Construction\",\"search_query\":\"construction, energy efficiency, HVAC\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to New England Smart System, where we enhance building efficiency.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation options for the website.\",\"section_prompt\":\"Main navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Our Company\",\"section_description\":\"Discover advanced construction solutions for your efficiency needs.\",\"section_prompt\":\"An introduction to our company\'s mission.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey and core values.\",\"section_prompt\":\"Sharing my story and what drives my work.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"A quick overview of the services I provide: HVAC, solar solutions, battery storage, insulation, windows installation, general construction.\",\"section_prompt\":\"List main services: HVAC, solar solutions, battery storage, insulation, windows installation, general construction.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Explore the benefits of our cutting-edge construction approach.\",\"section_prompt\":\"Highlighting unique aspects of our services.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Proudly showcasing our years of experience and projects completed.\",\"section_prompt\":\"Demonstrating our expertise through key statistics.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest blog articles and news.\",\"section_prompt\":\"Preview of recently published blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact me for personalized construction solutions.\",\"section_prompt\":\"Encouragement to reach out for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Copyright and additional navigation links.\",\"section_prompt\":\"Ending sections with site information and links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Discover the journey and values that drive New England Smart System.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation options for the website.\",\"section_prompt\":\"Main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"A detailed overview of my professional background and motivations.\",\"section_prompt\":\"Discussing the history that led to my passion for construction.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Core Values\",\"section_description\":\"The principles guiding my work and decisions in every project.\",\"section_prompt\":\"Highlighting the key values such as precision, care, and reliability.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"What Sets Me Apart\",\"section_description\":\"Distinct attributes that provide a unique approach to construction.\",\"section_prompt\":\"Describing differentiators in my services.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Hear from those who have worked with me on various projects.\",\"section_prompt\":\"Displaying positive comments and experiences from clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Learn More\",\"section_description\":\"Explore our services in-depth or contact me today.\",\"section_prompt\":\"Encouragement to delve deeper into services or reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Copyright and additional navigation links.\",\"section_prompt\":\"Ending sections with site information and links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Detailed descriptions of services offered by New England Smart System.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation options for the website.\",\"section_prompt\":\"Main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Services Overview\",\"section_description\":\"A comprehensive overview of my construction services.\",\"section_prompt\":\"Introductory text about the breadth of services I provide.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"HVAC Solutions\",\"section_description\":\"Innovative heating, ventilation, and air conditioning solutions tailored for your needs.\",\"section_prompt\":\"A focused description of HVAC services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Solar Solutions\",\"section_description\":\"Harnessing solar energy to create sustainable environments.\",\"section_prompt\":\"A focused description of solar services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Battery Storage Systems\",\"section_description\":\"Power management solutions for homes and businesses, optimizing energy usage.\",\"section_prompt\":\"A focused description of battery storage offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Insulation Services\",\"section_description\":\"Improving energy efficiency through effective insulation techniques.\",\"section_prompt\":\"A focused description of insulation services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Windows Installation\",\"section_description\":\"Professional installation of energy-efficient windows to enhance comfort.\",\"section_prompt\":\"A focused description of window installation services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"General Construction\",\"section_description\":\"Comprehensive construction services to realize every project vision.\",\"section_prompt\":\"A focused description of general construction services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common inquiries about my construction services.\",\"section_prompt\":\"Providing answers to typical client questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out today for expert construction solutions.\",\"section_prompt\":\"Encouragement to get in touch for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Copyright and additional navigation links.\",\"section_prompt\":\"Ending sections with site information and links.\"}]},{\"page_type\":\"projects\",\"page_title\":\"Our Projects\",\"page_description\":\"A showcase of completed projects and client testimonials.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation options for the website.\",\"section_prompt\":\"Main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Completed Projects\",\"section_description\":\"Explore a portfolio of my recent work across various sectors.\",\"section_prompt\":\"Highlighting a selection of finished construction projects.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Showcase\",\"section_description\":\"Visual presentations of selected projects indicating quality and standards.\",\"section_prompt\":\"Images and description of standout projects.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback and experiences from clients that highlight project success.\",\"section_prompt\":\"Client testimonials showcasing satisfaction.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Project Details\",\"section_description\":\"In-depth discussions of the specifics involved in major projects.\",\"section_prompt\":\"A review of key projects with detailed analysis.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Discover More\",\"section_description\":\"Interested in a project? Let\'s discuss what we can do for you.\",\"section_prompt\":\"Encouragement to contact for potential collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Copyright and additional navigation links.\",\"section_prompt\":\"Ending sections with site information and links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Insights & Trends\",\"page_description\":\"Latest articles and insights about construction trends and energy efficiency.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation options for the website.\",\"section_prompt\":\"Main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Explore the most recent posts and industry insights.\",\"section_prompt\":\"Updated blog articles relating to the construction industry.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"Read our latest thoughts, tips, and trends in construction and efficiency.\",\"section_prompt\":\"Grid of latest blog articles with titles and summaries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated\",\"section_description\":\"Subscribe for the latest news and construction tips.\",\"section_prompt\":\"Encouragement to join a mailing list or newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Copyright and additional navigation links.\",\"section_prompt\":\"Ending sections with site information and links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch for inquiries and further information.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation options for the website.\",\"section_prompt\":\"Main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Details on how to reach me for any queries.\",\"section_prompt\":\"Providing ways to connect, including phone and email.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Fill out the form to get your questions answered.\",\"section_prompt\":\"Contact form for potential client inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Location Map\",\"section_description\":\"View our operational areas and visit us if necessary.\",\"section_prompt\":\"Map showcasing service areas.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Copyright and additional navigation links.\",\"section_prompt\":\"Ending sections with site information and links.\"}]}],\"user_prompt\":\"Create a website for a construction comapny named New England Smart System, With over 12 years of experience specializing in increasing residential and commercial efficiency ratings to achieve net zero building standards, we are dedicated to providing cutting-edge solutions in HVAC, solar, battery storage, insulation, windows, and general construction. Our customer based approach ensures that your needs are met with precision, care, and reliability.\",\"prompt_id\":1298}', '2025-12-09 12:10:45', '2025-12-09 12:10:45');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1299, 50, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"Your SEO & Marketing Agency\",\"website_description\":\"Professional online presence showcasing expertise in SEO and marketing strategies, including digital marketing and social media management.\",\"website_type\":\"business\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO, digital marketing, social media\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An overview of the agency and a clear value proposition.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements.\",\"section_prompt\":\"Include logo and main navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Our Agency\",\"section_description\":\"We specialize in SEO, digital marketing, and social media management.\",\"section_prompt\":\"Showcase our agency\'s core value proposition with a catchy tagline.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Get to know our mission, vision, and values.\",\"section_prompt\":\"Provide insight into our agency\'s background and purpose.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the range of services we offer.\",\"section_prompt\":\"List main services: SEO audits, keyword research, content marketing, pay-per-click advertising, social media management.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Discover the advantages of working with us.\",\"section_prompt\":\"Highlight our unique benefits and differentiators.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Success Stories\",\"section_description\":\"Hear directly from satisfied clients about their experience.\",\"section_prompt\":\"Showcase testimonials from clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our recent articles on marketing trends.\",\"section_prompt\":\"Highlight our latest blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Reach out to see how we can boost your online presence.\",\"section_prompt\":\"Encourage visitors to contact us for a consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Provide links and copyright information.\",\"section_prompt\":\"Include footer links and copyright details.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Information on the agency\'s background, mission, and team.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements.\",\"section_prompt\":\"Include logo and main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Learn about our journey and growth.\",\"section_prompt\":\"Detail the history and evolution of our agency.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Mission\",\"section_description\":\"Our commitment to delivering exceptional marketing services.\",\"section_prompt\":\"Outline our mission and core values.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Introducing the skilled professionals behind our agency.\",\"section_prompt\":\"Show images and brief bios of team members.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback from our clients.\",\"section_prompt\":\"Include client testimonials regarding their experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us\",\"section_description\":\"Connect with us to learn more about our services.\",\"section_prompt\":\"Encourage visitors to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Provide links and copyright information.\",\"section_prompt\":\"Include footer links and copyright details.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Detailed descriptions of the services offered.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements.\",\"section_prompt\":\"Include logo and main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"A comprehensive look at what we offer.\",\"section_prompt\":\"Introduce the main services provided by our agency.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Audits\",\"section_description\":\"Detailed analysis of your website\'s search engine performance.\",\"section_prompt\":\"Highlight what our SEO audit includes and its benefits.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Keyword Research\",\"section_description\":\"Identifying the right keywords to enhance your visibility.\",\"section_prompt\":\"Explain the process and importance of keyword research.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Crafting valuable content to engage your audience.\",\"section_prompt\":\"Discuss our approach to content marketing.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Pay-Per-Click Advertising\",\"section_description\":\"Maximize ROI through targeted ad campaigns.\",\"section_prompt\":\"Detail our PPC services and strategies.\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQs\",\"section_description\":\"Common questions about our services.\",\"section_prompt\":\"List frequently asked questions regarding our offerings.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for a Consultation\",\"section_description\":\"Let\'s discuss how we can assist you further.\",\"section_prompt\":\"Encourage inquiries for consulting or services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Provide links and copyright information.\",\"section_prompt\":\"Include footer links and copyright details.\"}]},{\"page_type\":\"case_studies\",\"page_title\":\"Case Studies\",\"page_description\":\"Examples of previous work and success stories.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements.\",\"section_prompt\":\"Include logo and main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Success Stories\",\"section_description\":\"Real results achieved for our clients.\",\"section_prompt\":\"Present highlights of client projects and outcomes.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Client A\",\"section_description\":\"Overview of the project with key achievements.\",\"section_prompt\":\"Detail the objectives and results for Client A.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Client B\",\"section_description\":\"Challenges faced and how we solved them.\",\"section_prompt\":\"Describe the approach taken for Client B.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Client C\",\"section_description\":\"Long-term growth achieved with our strategies.\",\"section_prompt\":\"Share progress and results from Client C.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Start Your Project?\",\"section_description\":\"Let us help you achieve similar results.\",\"section_prompt\":\"Encourage visitors to reach out to discuss their needs.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Provide links and copyright information.\",\"section_prompt\":\"Include footer links and copyright details.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"A section for sharing insights, tips, and updates.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements.\",\"section_prompt\":\"Include logo and main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Insights & Tips\",\"section_description\":\"Stay informed with the latest in SEO and marketing.\",\"section_prompt\":\"Explain the purpose of the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"Featured articles and discussions.\",\"section_prompt\":\"Showcase our most recent blog posts relevant to visitors.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Stay connected for future articles.\",\"section_prompt\":\"Encourage visitors to sign up for newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Provide links and copyright information.\",\"section_prompt\":\"Include footer links and copyright details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"A form for potential clients to reach out for inquiries and consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements.\",\"section_prompt\":\"Include logo and main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We\'d love to hear from you!\",\"section_prompt\":\"Encourage visitors to contact us.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to reach us.\",\"section_prompt\":\"Provide a form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Details\",\"section_description\":\"Ways to reach us and our location.\",\"section_prompt\":\"Provide our contact number, email, and address.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Provide links and copyright information.\",\"section_prompt\":\"Include footer links and copyright details.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":1299}', '2025-12-10 04:31:16', '2025-12-10 04:31:16'),
(1301, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"My Travel Journey\",\"website_description\":\"A vibrant showcase of travel experiences and stunning photography, inviting readers on a journey around the world.\",\"website_type\":\"personal\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, travel tips, travel experiences\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel blog where I share my adventures and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the top of the page including the navigation links.\",\"section_prompt\":\"Standard header with navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Travel Blog\",\"section_description\":\"A warm invitation to explore the blog filled with travel stories and photography.\",\"section_prompt\":\"A captivating hero banner that embodies the essence of travel.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my passion for travel and photography and what drives my adventures.\",\"section_prompt\":\"A personal touch about the blogger and their motivations.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"Here are my most recent posts that showcase my travel and photography adventures.\",\"section_prompt\":\"List the latest blog posts to engage readers.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Posts Snapshot\",\"section_description\":\"Quick previews of my most recent travel stories and photography insights.\",\"section_prompt\":\"A section highlighting recent activities and updates.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure\",\"section_description\":\"Encouraging readers to engage with my content or subscribe for updates.\",\"section_prompt\":\"A call to action inviting readers to connect.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom section covering copyright and additional links.\",\"section_prompt\":\"Standard footer with copyright and additional links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"A personal section sharing my passion for travel and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate easily to different sections of the blog like Home, Blog, and Contact.\",\"section_prompt\":\"Standard header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Deep dive into my travel journey and photography passion.\",\"section_prompt\":\"Inner banner with an introduction to the about section.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"My love for travel began at a young age, influencing my photography and travel blog.\",\"section_prompt\":\"Detail my background and why I write this blog.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"What Drives Me\",\"section_description\":\"Exploring the motivations behind my travel and photography.\",\"section_prompt\":\"A deep dive into my inspirations for creating this blog.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Others Say\",\"section_description\":\"Feedback and encouragement from readers who enjoy my travel experiences.\",\"section_prompt\":\"Highlight testimonials and words from my supporters.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Encouraging readers to reach out or follow my journey via social media.\",\"section_prompt\":\"Prompt readers to engage with me on various platforms.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with copyright and additional links.\",\"section_prompt\":\"Standard footer with copyright and additional links.\"}]},{\"page_type\":\"travel_destinations\",\"page_title\":\"Travel Destinations\",\"page_description\":\"A page dedicated to various locales I\'ve visited, featuring stunning photography and travel tips.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Easy navigation links to reach other parts of the blog.\",\"section_prompt\":\"Standard header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Destinations\",\"section_description\":\"Explore the places I\'ve visited around the globe, each with its own unique charm.\",\"section_prompt\":\"Inner banner introducing the travel destinations.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Explore By Region\",\"section_description\":\"Select your preferred region to see my travel experiences and tips.\",\"section_prompt\":\"List destinations categorized by region.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Destination Highlight\",\"section_description\":\"A feature on a particular destination showcasing its attractions and photography.\",\"section_prompt\":\"A detailed view of an unforgettable travel experience.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photo Gallery\",\"section_description\":\"A collection of stunning photographs from various destinations.\",\"section_prompt\":\"Visual representation of my travels through photography.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Journey\",\"section_description\":\"Encouraging readers to explore and travel based on my experiences.\",\"section_prompt\":\"A call to action to motivate travel.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with copyright and additional links.\",\"section_prompt\":\"Standard footer with copyright and additional links.\"}]},{\"page_type\":\"photography_tips\",\"page_title\":\"Photography Tips\",\"page_description\":\"A section providing insights on photography techniques and advice.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate easily to other areas of my blog including Home and Contact.\",\"section_prompt\":\"Standard header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Tips\",\"section_description\":\"Learn how to enhance your photography skills with practical tips and advice.\",\"section_prompt\":\"Inner banner introducing the photography tips.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Techniques to Try\",\"section_description\":\"Different photography techniques to improve your shots whether you\'re a novice or skilled.\",\"section_prompt\":\"Highlight various photography techniques for the readers.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Essential Gear\",\"section_description\":\"A review of the must-have photography equipment that every traveler should carry.\",\"section_prompt\":\"Provide recommendations for travel photography gear.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Editing Tips\",\"section_description\":\"Post-production advice that can make your travel photos stand out even more.\",\"section_prompt\":\"Enhance your photography with effective editing tips.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Improve Your Photography\",\"section_description\":\"Encouragement to apply these tips in your next travel venture.\",\"section_prompt\":\"Encourage readers to take their skills to the next level.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with copyright and additional links.\",\"section_prompt\":\"Standard footer with copyright and additional links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"A dynamic space for sharing travel stories and reflections.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Connect easily to other sections of the blog.\",\"section_prompt\":\"Standard header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Travel Stories\",\"section_description\":\"Read about my latest adventures and insights gained while traveling.\",\"section_prompt\":\"Banner highlighting the latest blog content being shared.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"A lively grid of posts showcasing my travel narratives and photography experiences.\",\"section_prompt\":\"Dynamic listing of posts shared on the blog.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Featured Post\",\"section_description\":\"An exciting highlight of a particularly captivating post.\",\"section_prompt\":\"Focus on one outstanding travel story or photography post.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Invite readers to leave comments and share their own experiences.\",\"section_prompt\":\"Encourage reader engagement and discussion.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with copyright and additional links.\",\"section_prompt\":\"Standard footer with copyright and additional links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"A page for readers to get in touch with me directly.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Links to navigate back to the main parts of the blog.\",\"section_prompt\":\"Standard header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Information on how readers can connect with me.\",\"section_prompt\":\"Inner banner inviting readers to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A simple form for readers to send messages or inquiries.\",\"section_prompt\":\"Simple contact form for easy communication.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Additional contact methods including social media or email.\",\"section_prompt\":\"Provide alternative ways for readers to connect.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with copyright and additional links.\",\"section_prompt\":\"Standard footer with copyright and additional links.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1301}', '2025-12-10 11:56:56', '2025-12-10 11:56:56'),
(1312, 128, 761, '\"PetMAC has been serving the local Tenleytown community and greater Washington DC since 2007! We\\u2019re an independent, woman-owned, small, local business. We believe in supporting other American and local businesses by offering a large variety of USA and locally-made foods and supplies. PetMAC Marketplace and Adoption Center! PetMAC is a one-stop shop for all your dog or cat needs to be healthy and happy. We specialize in offering all-natural foods with no chemical preservatives and no animal by-pro\"', '{\"website_title\":\"PetMAC\",\"website_description\":\"PetMAC is a community-focused pet supply store and adoption center in Tenleytown, offering USA-made products and services to ensure your pets are happy and healthy.\",\"website_type\":\"business\",\"website_industry\":\"Non-Profit Organization\",\"search_query\":\"pet supplies, pet adoption, community events\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to PetMAC, your one-stop shop for all things pet-related in the Tenleytown area. We offer a wide range of USA-made products and services dedicated to the well-being of your beloved pets.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all main pages of the website.\",\"section_prompt\":\"Main navigation to help users find their way around PetMAC.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to PetMAC\",\"section_description\":\"Discover a wide array of quality pet supplies and adoption services.\",\"section_prompt\":\"Showcase PetMAC\'s commitment to pets and their owners with an engaging welcome banner.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission, values, and how we serve the community since 2007.\",\"section_prompt\":\"Provide a brief introduction about PetMAC\'s history and values.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Products\",\"section_description\":\"Explore our collection of USA-made and locally sourced pet foods and supplies.\",\"section_prompt\":\"List main products available at PetMAC: pet foods, supplies, toys, grooming products.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Community\",\"section_description\":\"Get involved with PetMAC and help support local initiatives.\",\"section_prompt\":\"Encourage visitors to join community efforts and support local pet welfare.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Customers Say\",\"section_description\":\"Hear from our satisfied customers about their experiences with PetMAC.\",\"section_prompt\":\"Showcase testimonials from customers praising the store and its services.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Tips and advice for pet care, written by our knowledgeable staff and community.\",\"section_prompt\":\"Highlight recent blog entries sharing useful pet care tips.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with links and additional information.\",\"section_prompt\":\"Provide links to social media and important information.\"}]},{\"page_type\":\"about-us\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about PetMAC, our mission, our values, and our community involvement.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all main pages of the website.\",\"section_prompt\":\"Main navigation to help users find their way around PetMAC.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"A deeper look into the origins and evolution of PetMAC.\",\"section_prompt\":\"Detail our journey since 2007 as a woman-owned business committed to pets.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Mission\",\"section_description\":\"To provide the highest quality pet supplies and services while supporting local communities.\",\"section_prompt\":\"Explain the mission that drives everything we do at PetMAC.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Our Values\",\"section_description\":\"Integrity, community support, and quality service are at the heart of PetMAC.\",\"section_prompt\":\"List and describe the core values that guide our operations and community involvement.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Involved\",\"section_description\":\"Discover ways you can support our mission and get involved in your community.\",\"section_prompt\":\"Encourage visitors to participate in local initiatives.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with links and additional information.\",\"section_prompt\":\"Provide links to social media and important information.\"}]},{\"page_type\":\"products\",\"page_title\":\"Products\",\"page_description\":\"Explore our extensive range of USA-made pet supplies and foods available at PetMAC.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all main pages of the website.\",\"section_prompt\":\"Main navigation to help users find their way around PetMAC.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Pet Supplies We Offer\",\"section_description\":\"A showcase of the diverse products available for your pets.\",\"section_prompt\":\"Detail the products available including categories like food, toys, and grooming.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Top Quality Brands\",\"section_description\":\"We prioritize locally sourced and USA-made products for your pets\' health.\",\"section_prompt\":\"Highlight the brands that we feature in our store.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Sustainable Choices\",\"section_description\":\"Learn about our commitment to sourcing eco-friendly and health-conscious products.\",\"section_prompt\":\"Emphasize the importance of sourcing safe pet products.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Visit Us Today\",\"section_description\":\"Come and discover our products in person at our Tenleytown store.\",\"section_prompt\":\"Invite visitors to come find the best for their pets.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with links and additional information.\",\"section_prompt\":\"Provide links to social media and important information.\"}]},{\"page_type\":\"adoption-center\",\"page_title\":\"Adoption Center\",\"page_description\":\"Find your new furry friend at PetMAC\'s Adoption Center, transforming lives one pet at a time.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all main pages of the website.\",\"section_prompt\":\"Main navigation to help users find their way around PetMAC.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Adopt a Pet\",\"section_description\":\"Meet our adorable pets looking for their forever homes.\",\"section_prompt\":\"Encourage visitors to consider adopting a pet from our center.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Available Pets\",\"section_description\":\"Profiles and information on pets available for adoption.\",\"section_prompt\":\"Showcase profiles of pets that are ready for adoption, including details.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Adoption Process\",\"section_description\":\"Learn about the steps to adopt a pet from our center.\",\"section_prompt\":\"Outline the key steps involved in the adoption process.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Make a Difference\",\"section_description\":\"Help give a loving home to a pet in need.\",\"section_prompt\":\"Encourage visitors to adopt and support animal welfare.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with links and additional information.\",\"section_prompt\":\"Provide links to social media and important information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Explore the range of services offered at PetMAC for you and your pet\'s health and happiness.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all main pages of the website.\",\"section_prompt\":\"Main navigation to help users find their way around PetMAC.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"A complete list of services provided for pet owners.\",\"section_prompt\":\"Highlight the services offered to the community.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Pet Grooming\",\"section_description\":\"Professional grooming services to keep your pets looking and feeling great.\",\"section_prompt\":\"Detail the grooming services available and their benefits.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Training Services\",\"section_description\":\"Training sessions to help your pets learn essential skills and behaviors.\",\"section_prompt\":\"Explain the training programs offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Nutrition Consultations\",\"section_description\":\"Get expert advice on your pet\'s dietary needs and wellness.\",\"section_prompt\":\"Highlight nutrition consultation services available.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common inquiries about our services and what to expect.\",\"section_prompt\":\"Provide answers to common questions regarding pet services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule a Service\",\"section_description\":\"Book your service today and give your pet the care they deserve.\",\"section_prompt\":\"Encourage visitors to schedule appointments.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with links and additional information.\",\"section_prompt\":\"Provide links to social media and important information.\"}]},{\"page_type\":\"events\",\"page_title\":\"Events\",\"page_description\":\"Stay updated with community events hosted by PetMAC to support pet welfare and community engagement.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all main pages of the website.\",\"section_prompt\":\"Main navigation to help users find their way around PetMAC.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Upcoming Events\",\"section_description\":\"Find out about our community events and initiatives.\",\"section_prompt\":\"Showcase upcoming events where community members can participate.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Community Involvement\",\"section_description\":\"Learn about community projects and initiatives that PetMAC supports.\",\"section_prompt\":\"List initiatives supported by PetMAC.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Join Our Community\",\"section_description\":\"Hear from community members about their experiences at our events.\",\"section_prompt\":\"Highlight quotes from participants about past events.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Involved\",\"section_description\":\"Join us in making a difference for pets and people alike.\",\"section_prompt\":\"Encourage visitors to participate in events.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with links and additional information.\",\"section_prompt\":\"Provide links to social media and important information.\"}]}],\"user_prompt\":\"PetMAC has been serving the local Tenleytown community and greater Washington DC since 2007! We\\u2019re an independent, woman-owned, small, local business. We believe in supporting other American and local businesses by offering a large variety of USA and locally-made foods and supplies. PetMAC Marketplace and Adoption Center! PetMAC is a one-stop shop for all your dog or cat needs to be healthy and happy. We specialize in offering all-natural foods with no chemical preservatives and no animal by-pro\",\"prompt_id\":1312,\"theme\":\"soft\",\"colors\":[[130,31,160],[244,199,48]],\"fonts\":\"soft-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/www.facebook.com\\/PetMACDC1\",\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_693bc5f4e4ab4.jpg\",\"contact_details\":{\"phone_number\":\"+1 202 966 7387\",\"email\":\"info@petmacdc.org\",\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2025-12-12 07:34:28', '2025-12-12 07:36:22'),
(1313, 128, 762, '\"Portfolio showcasing graphic design work\"', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A professional showcase of my graphic design work, highlighting my creative journey, skills, and unique design philosophy.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative journey\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio where creativity meets design excellence.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website.\",\"section_prompt\":\"Includes links to all main pages such as About Me, Portfolio, Services, Testimonials, and Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome\",\"section_description\":\"An introduction to my portfolio showcasing my passion for graphic design.\",\"section_prompt\":\"A captivating introduction that leads the visitor into my world of design.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of who I am and my design philosophy.\",\"section_prompt\":\"An introduction that highlights my creative journey and design influences.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Overview of graphic design services I offer.\",\"section_prompt\":\"List main services (branding, print design, digital media) provided through my portfolio.\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Work\",\"section_description\":\"A showcase of my graphic design projects.\",\"section_prompt\":\"Provides a glimpse into my major works in different design categories.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"What my clients have to say about my work.\",\"section_prompt\":\"Testimonials from clients that summarize their experience working with me.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Recent news about my projects or achievements.\",\"section_prompt\":\"Highlight any news or updates from my graphic design journey.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to reach out for collaboration.\",\"section_prompt\":\"Invite potential clients to connect and collaborate on projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with additional links and information.\",\"section_prompt\":\"Contains copyright and additional links to privacy policy or social media.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background and journey in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website.\",\"section_prompt\":\"Includes links to all main pages such as Home, Portfolio, Services, Testimonials, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"Detailed overview of my background in graphic design.\",\"section_prompt\":\"Narrative of how I found my passion for design and my educational background.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Skills\",\"section_description\":\"A list of competencies that shape my design approach.\",\"section_prompt\":\"Highlight my skills in various design software and techniques.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Influences\",\"section_description\":\"Explore the inspirations guiding my design work.\",\"section_prompt\":\"Showcase influential designers and styles that inspire my creativity.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Quotes from clients about my work and design process.\",\"section_prompt\":\"Highlight the positive feedback I\'ve received from clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Encouraging visitors to reach out for collaboration opportunities.\",\"section_prompt\":\"Invite visitors to contact me for potential projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with additional links and information.\",\"section_prompt\":\"Contains copyright and additional links to privacy policy or social media.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A gallery displaying my graphic design projects and works.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website.\",\"section_prompt\":\"Includes links to all main pages such as Home, About Me, Services, Testimonials, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Projects\",\"section_description\":\"Overview of my portfolio projects.\",\"section_prompt\":\"A brief introduction to the types of projects featured in my portfolio.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"A visual display of my graphic design work.\",\"section_prompt\":\"Display images of my completed design works including logos, branding, and illustrations.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project Highlights\",\"section_description\":\"Spotlight on specific projects that showcase my skills.\",\"section_prompt\":\"Description of select works that represent my best design efforts.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Reviews\",\"section_description\":\"Feedback related to the specific projects showcased.\",\"section_prompt\":\"Display testimonials from clients for specific projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in My Work?\",\"section_description\":\"Encouragement for visitors to inquire about my design services.\",\"section_prompt\":\"Encourage potential clients to contact me regarding similar projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with additional links and information.\",\"section_prompt\":\"Contains copyright and additional links to privacy policy or social media.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"The graphic design services I offer to clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website.\",\"section_prompt\":\"Includes links to all main pages such as Home, About Me, Portfolio, Testimonials, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Design Services\",\"section_description\":\"Overview of the services I provide in graphic design.\",\"section_prompt\":\"Introduction to the various graphic design services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding\",\"section_description\":\"Comprehensive branding solutions that elevate your business identity.\",\"section_prompt\":\"Detailed description of branding services offered including logo design and brand guidelines.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Creative print design services for various marketing materials.\",\"section_prompt\":\"Information on print design services such as brochures, flyers, and business cards.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Media\",\"section_description\":\"Innovative design solutions for digital platforms.\",\"section_prompt\":\"Describe services involving digital graphics including social media and web design.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions regarding my services and design process.\",\"section_prompt\":\"Provide detailed answers to questions clients may have before reaching out.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out\",\"section_description\":\"How to get in touch for services or questions.\",\"section_prompt\":\"Encourage visitors to contact me for any service inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with additional links and information.\",\"section_prompt\":\"Contains copyright and additional links to privacy policy or social media.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Client feedback highlighting their experience working with me.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website.\",\"section_prompt\":\"Includes links to all main pages such as Home, About Me, Portfolio, Services, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Experiences\",\"section_description\":\"Real testimonials from clients I\'ve collaborated with.\",\"section_prompt\":\"Showcase a collection of testimonials emphasizing client satisfaction.\"},{\"section_type\":\"reviews\",\"section_title\":\"Recent Reviews\",\"section_description\":\"Feedback from clients about specific projects I\'ve completed.\",\"section_prompt\":\"Display client quotes pertaining to their collaborative experience.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Work With Me\",\"section_description\":\"Reasons clients appreciate working with me.\",\"section_prompt\":\"Highlight the advantages of choosing my design services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact for Collaboration\",\"section_description\":\"Encouragement for potential clients to reach out.\",\"section_prompt\":\"Invite visitors to get in touch to discuss potential projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with additional links and information.\",\"section_prompt\":\"Contains copyright and additional links to privacy policy or social media.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Connect with me regarding collaborations or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website.\",\"section_prompt\":\"Includes links to all main pages such as Home, About Me, Portfolio, Services, and Testimonials.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Reach Out\",\"section_description\":\"Form for inquiries and collaboration opportunities.\",\"section_prompt\":\"Encourage visitors to fill the contact form for any inquiries.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Form for potential clients to fill out for inquiries.\",\"section_prompt\":\"Fields for name, email, message, and subject for communication.\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Contact Info\",\"section_description\":\"Other ways to contact me if needed.\",\"section_prompt\":\"Provide my email and phone number for direct communication.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website footer with additional links and information.\",\"section_prompt\":\"Contains copyright and additional links to privacy policy or social media.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1313,\"theme\":\"material\",\"colors\":[[26,188,156],[36,36,36]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2025-12-12 07:42:25', '2025-12-12 07:42:33');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1314, 128, 763, '\"A freelance website for a web developer\"', '{\"website_title\":\"My Personal Portfolio\",\"website_description\":\"A digital portfolio showcasing the skills and projects of a freelance web developer, highlighting expertise and previous work to attract potential clients.\",\"website_type\":\"personal\",\"website_industry\":\"Technology\",\"search_query\":\"web development, portfolio, freelance\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my personal web development portfolio where you can explore my services and projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation of the website.\",\"section_prompt\":\"Standard header navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover my journey as a freelance web developer and the variety of projects I\'ve worked on.\",\"section_prompt\":\"Present an inviting welcome message along with a brief introduction to my skills.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"An overview of my background, experience, and skills as a web developer.\",\"section_prompt\":\"Include details about my journey, expertise, and passion for web development.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Highlight the various web development services I provide to clients.\",\"section_prompt\":\"List main services offered, such as Website Design, E-commerce Development, SEO Optimization.\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Projects\",\"section_description\":\"A showcase of my previous works and notable projects I\'ve completed.\",\"section_prompt\":\"Display various projects with brief descriptions and visual elements.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Valuable feedback and testimonials from clients I\'ve had the pleasure of working with.\",\"section_prompt\":\"Showcase quotes from satisfied clients regarding my services.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"A selection of my latest articles and blog posts related to web development.\",\"section_prompt\":\"Present recent posts on web development tips and trends.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encourage potential clients to contact me for inquiries or collaborations.\",\"section_prompt\":\"Offer a strong call to action to motivate visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with additional links and information.\",\"section_prompt\":\"Include copyright and contact details.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background and journey in web development.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation of the website.\",\"section_prompt\":\"Standard header navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Detailed biography explaining my background and experience.\",\"section_prompt\":\"Share my story, skills, and why I chose web development.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Choose Me?\",\"section_description\":\"Reasons why clients should consider working with me.\",\"section_prompt\":\"List the benefits of my services including quality, efficiency, and communication.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Motivate visitors to reach out for more information or inquiries.\",\"section_prompt\":\"Encourage visitors to connect via the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with additional links and information.\",\"section_prompt\":\"Include copyright and contact details.\"}]},{\"page_type\":\"my_services\",\"page_title\":\"My Services\",\"page_description\":\"Detailed overview of the web development services I provide.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation of the website.\",\"section_prompt\":\"Standard header navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"An in-depth look at the services I offer as a freelance web developer.\",\"section_prompt\":\"Highlight various web development services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Website Design\",\"section_description\":\"I create visually appealing and user-friendly website designs that capture your brand.\",\"section_prompt\":\"Describe the website design service with examples.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"E-commerce Development\",\"section_description\":\"Development of robust e-commerce solutions that enhance online shopping experiences.\",\"section_prompt\":\"Explain the e-commerce development services provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Optimization\",\"section_description\":\"Ensuring your site ranks well in search engines with my effective SEO techniques.\",\"section_prompt\":\"Detail the SEO optimization strategies offered.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answer common inquiries about my services and working process.\",\"section_prompt\":\"Provide answers to typical questions clients may have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Start?\",\"section_description\":\"Encourage potential clients to contact me for a consultation.\",\"section_prompt\":\"Invite visitors to reach out for personalized services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with additional links and information.\",\"section_prompt\":\"Include copyright and contact details.\"}]},{\"page_type\":\"my_portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"Showcase of my previous work as a freelance web developer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation of the website.\",\"section_prompt\":\"Standard header navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Work\",\"section_description\":\"A collection of my past projects and case studies highlighting my skills.\",\"section_prompt\":\"Introduce the projects showcased on this page.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Project Showcase\",\"section_description\":\"Display detailed examples of my work along with descriptions of their impact.\",\"section_prompt\":\"Present various projects with visual and textual details.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Working Together?\",\"section_description\":\"Encourage inquiries for potential projects or collaborations.\",\"section_prompt\":\"Motivate visitors to reach out for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with additional links and information.\",\"section_prompt\":\"Include copyright and contact details.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Client feedback on my web development services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation of the website.\",\"section_prompt\":\"Standard header navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Clients Say\",\"section_description\":\"A collection of testimonials from satisfied clients I\'ve worked with.\",\"section_prompt\":\"Showcase feedback from various clients.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Reviews\",\"section_description\":\"Quotes and reviews from my clients endorsing my work and service quality.\",\"section_prompt\":\"Feature testimonials with names and project context.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Connect!\",\"section_description\":\"Encourage potential clients to reach out for services or inquiries.\",\"section_prompt\":\"Motivate visitors to go to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with additional links and information.\",\"section_prompt\":\"Include copyright and contact details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for inquiries or to discuss potential projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation of the website.\",\"section_prompt\":\"Standard header navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Provide your details for potential collaboration or inquiries.\",\"section_prompt\":\"Invite visitors to fill out the contact form.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"A contact form for visitors to submit their inquiries.\",\"section_prompt\":\"Facilitate communication with a simple contact form.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Provide additional ways to contact me, including email and phone.\",\"section_prompt\":\"List my email and phone number for direct contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with additional links and information.\",\"section_prompt\":\"Include copyright and contact details.\"}]}],\"user_prompt\":\"A freelance website for a web developer\",\"prompt_id\":1314,\"theme\":\"material\",\"colors\":[[26,188,156],[36,36,36]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2025-12-12 07:48:55', '2025-12-12 07:50:58'),
(1316, 128, 766, '\"A blog showcasing travel and photography\"', '{\"website_title\":\"Vibrant Travel Blog\",\"website_description\":\"Join me on my adventures as I explore breathtaking landscapes and share cultural experiences through travel and photography. Dive into my personal stories, tips, and stunning visuals that inspire exploration and discovery.\",\"website_type\":\"Personal Blog\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"travel photography, adventure blog, travel tips\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my vibrant travel blog where I share my adventures and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"An introduction to the blog with navigation links.\",\"section_prompt\":\"Include a navigation menu with links to other pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Adventures\",\"section_description\":\"A captivating visual introduction to my travels and photography.\",\"section_prompt\":\"Display a beautiful image from my travels with a brief welcoming message.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Posts\",\"section_description\":\"Showcase my most recent articles and findings from my adventures.\",\"section_prompt\":\"Highlight the latest blog posts that feature travel tips and experiences.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A section that describes who I am and my passion for travel and photography.\",\"section_prompt\":\"Briefly share the essence of my journey and what the blog represents.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Destinations\",\"section_description\":\"A showcase of the amazing destinations I visited, perfect for aspiring travelers.\",\"section_prompt\":\"List the travel destinations featured on the blog like Bali, Paris, Tokyo, etc.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Me on This Journey\",\"section_description\":\"Encouragement for visitors to explore the blog and share their thoughts.\",\"section_prompt\":\"Invite visitors to subscribe or follow my journey on social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Wrap up the page with contact information and social media links.\",\"section_prompt\":\"Provide links to my social media and any legal information.\"}]},{\"page_type\":\"travel_destinations\",\"page_title\":\"Travel Destinations\",\"page_description\":\"Explore stunning locations from my journeys, accompanied by stories and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to the travel destinations page with navigation links.\",\"section_prompt\":\"Include a navigation menu with links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Exploring New Places\",\"section_description\":\"Overview of what this section covers regarding travel destinations.\",\"section_prompt\":\"Detail my experiences and select destinations showcased on this page.\"},{\"section_type\":\"gallery\",\"section_title\":\"Destination Gallery\",\"section_description\":\"A collection of beautiful photographs from various locations I\'ve explored.\",\"section_prompt\":\"Present a gallery of photos from different travel destinations.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Featured Story: Bali\",\"section_description\":\"An in-depth story of my visit to Bali capturing its essence and beauty.\",\"section_prompt\":\"Share a captivating story and visuals from my Bali trip.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Visit Here\",\"section_description\":\"Highlight the unique aspects and must-see attractions of each destination.\",\"section_prompt\":\"List reasons why these destinations are worthwhile for travelers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Travel Stories\",\"section_description\":\"Encourage readers to share their experiences and favorite destinations.\",\"section_prompt\":\"Invite readers to comment or share their own travel stories.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Wrap up the page with links to social media and contact information.\",\"section_prompt\":\"Provide links to my social media and any legal information.\"}]},{\"page_type\":\"photography_portfolio\",\"page_title\":\"Photography Portfolio\",\"page_description\":\"Showcasing my best photography, capturing the beauty of the world through my lens.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to my photography portfolio with links to other pages.\",\"section_prompt\":\"Include a navigation menu with links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Captured Moments\",\"section_description\":\"A highlight of the photography skills and styles represented in my portfolio.\",\"section_prompt\":\"Detail what type of photography I specialize in.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photography Gallery\",\"section_description\":\"A collection of my top photos categorized by subject and location.\",\"section_prompt\":\"Present a gallery of images organized into different categories.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Highlight: Landscapes\",\"section_description\":\"Focus on a particular category of my photography such as landscapes.\",\"section_prompt\":\"Share exceptional images from my landscape photography.\"},{\"section_type\":\"reviews\",\"section_title\":\"What Viewers Say\",\"section_description\":\"Feedback and testimonials from viewers of my photography work.\",\"section_prompt\":\"Display quotes from visitors and clients who appreciate my photography.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire About My Work\",\"section_description\":\"Encourage potential clients to reach out for photography services.\",\"section_prompt\":\"Invite visitors to contact me for collaborations or inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Wrap up with social media links and publication credits.\",\"section_prompt\":\"Provide links to my social media and any legal information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Dive into my latest travel articles, tips, and reviews of places I\\u2019ve visited.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to my blog with navigation links.\",\"section_prompt\":\"Include a navigation menu with links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Read My Adventures\",\"section_description\":\"Overview of what this blog covers regarding travel insights and tips.\",\"section_prompt\":\"Detail the themes and types of articles available in the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"Organized list of my latest blog entries and articles.\",\"section_prompt\":\"Display a grid of blog posts sorted by most recent or popular.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Featured Articles\",\"section_description\":\"Highlight notable articles from my blog worth reading.\",\"section_prompt\":\"Showcase selected articles that provide valuable insights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Engage with Me\",\"section_description\":\"Encouragement for readers to interact and leave comments or feedback.\",\"section_prompt\":\"Invite readers to comment on posts or share their thoughts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closes the blog page with links and credits.\",\"section_prompt\":\"Provide links to my social media and any legal information.\"}]},{\"page_type\":\"about_me\",\"page_title\":\"About Me\",\"page_description\":\"Learn about my journey and passion for travel and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to the about me page with navigation links.\",\"section_prompt\":\"Include a navigation menu with links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"Overview of my experiences, interests and inspirations in travel and photography.\",\"section_prompt\":\"Detail my personal history and what inspired me to blog.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Passion for Adventure\",\"section_description\":\"Highlight my love for exploration and discovering new cultures.\",\"section_prompt\":\"Focus on what drives my desire to travel the world.\"},{\"section_type\":\"about\",\"section_title\":\"What Inspires Me\",\"section_description\":\"A reflection on what motivates my blogging and photographic work.\",\"section_prompt\":\"Share inspirational influences and personal anecdotes.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Encourage visitors to reach out and share their thoughts or collaborate.\",\"section_prompt\":\"Invite readers to contact me with their ideas or collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Comprehensive closing with links and social media.\",\"section_prompt\":\"Provide links to my social media and any legal information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out to me for inquiries, collaborations, or photography services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to the contact page with navigation links.\",\"section_prompt\":\"Include a navigation menu with links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Information on how visitors can best contact me.\",\"section_prompt\":\"Detail the best methods for reaching out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form allowing visitors to send me messages directly.\",\"section_prompt\":\"Include a contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Provide additional contact information such as email or social media links.\",\"section_prompt\":\"List my email and professional social media accounts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Finalizing the contact page with links and credits.\",\"section_prompt\":\"Provide links to my social media and any legal information.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1316,\"theme\":\"material\",\"colors\":[[26,188,156],[36,36,36]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2025-12-12 08:03:27', '2025-12-12 08:07:30'),
(1329, 128, 772, '\"Portfolio showcasing graphic design work\"', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing my creativity and skills in graphic design, featuring completed projects and design services offered.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creativity\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An introduction to my work and design philosophy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section serves as the navigation header for the website.\",\"section_prompt\":\"Navigation links to different pages of my portfolio.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An engaging introduction of my graphic design journey and what visitors can expect.\",\"section_prompt\":\"A warm welcome message with links to key sections.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief insight into my background and design philosophy.\",\"section_prompt\":\"Learn more about my journey as a graphic designer.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Overview of the design services I offer.\",\"section_prompt\":\"List main services I provide: logo design, print materials, digital marketing graphics.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Featured Projects\",\"section_description\":\"A showcase of my best graphic design projects across various categories.\",\"section_prompt\":\"Explore a selection of my top work in branding, illustration, and digital design.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Words from clients about their experience working with me.\",\"section_prompt\":\"Read testimonials that highlight my creativity and professionalism.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay updated with my latest projects and design insights.\",\"section_prompt\":\"Browse my recent works and blogs related to design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to connect with me.\",\"section_prompt\":\"A call to action inviting visitors to contact me for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section of the website containing additional links and information.\",\"section_prompt\":\"Links to social media and additional resources.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"A brief biography highlighting my background and experience in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header to the site.\",\"section_prompt\":\"Links to navigate to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A deeper look into who I am as a designer.\",\"section_prompt\":\"Discover my background, skills, and design philosophy.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Journey\",\"section_description\":\"An overview of my career path in graphic design.\",\"section_prompt\":\"Learn about my experiences, education, and growth in the industry.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Choose Me?\",\"section_description\":\"The advantages of working with me on design projects.\",\"section_prompt\":\"Discover my unique approach and what sets me apart.\"},{\"section_type\":\"reviews\",\"section_title\":\"What Others Say\",\"section_description\":\"Feedback and reviews from clients and peers.\",\"section_prompt\":\"Read testimonials exchanging thoughts on my design work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate\",\"section_description\":\"Encouragement for potential clients to reach out.\",\"section_prompt\":\"An invitation to discuss potential projects and collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section of the website containing additional links and information.\",\"section_prompt\":\"Links to social media and additional resources.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A gallery showcasing my best graphic design projects, categorized by type.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header to the site.\",\"section_prompt\":\"Links to navigate to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Portfolio\",\"section_description\":\"An overview of my collected work in graphic design.\",\"section_prompt\":\"Explore my graphic design portfolio featuring various categories.\"},{\"section_type\":\"gallery\",\"section_title\":\"Branding Projects\",\"section_description\":\"A collection of branding projects I\'ve completed.\",\"section_prompt\":\"Check out my work in branding and identity design.\"},{\"section_type\":\"gallery\",\"section_title\":\"Illustration Works\",\"section_description\":\"A showcase of my illustrations.\",\"section_prompt\":\"View my illustrations including both traditional and digital.\"},{\"section_type\":\"gallery\",\"section_title\":\"Digital Design\",\"section_description\":\"Examples of my digital design projects.\",\"section_prompt\":\"Explore my digital design solutions for various clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in My Work?\",\"section_description\":\"Encouragement to contact me for collaborations or inquiries.\",\"section_prompt\":\"Reach out if you want to work together or learn more about my designs.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section of the website containing additional links and information.\",\"section_prompt\":\"Links to social media and additional resources.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Details of the design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header to the site.\",\"section_prompt\":\"Links to navigate to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Services\",\"section_description\":\"Overview of the services I provide to clients.\",\"section_prompt\":\"Explore the array of design services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Logo Design\",\"section_description\":\"Creating unique logos to help brands stand out.\",\"section_prompt\":\"Detailed explanation about my logo design process and style.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Materials\",\"section_description\":\"Designing impactful print materials like brochures and flyers.\",\"section_prompt\":\"Information on print material design services and examples.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Marketing Graphics\",\"section_description\":\"Crafting engaging graphics for digital marketing campaigns.\",\"section_prompt\":\"Insights into the types of graphics I create for online platforms.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answering common questions about my services.\",\"section_prompt\":\"A list of questions clients usually ask regarding my design services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Start?\",\"section_description\":\"Motivating potential clients to get in touch regarding services.\",\"section_prompt\":\"Encouragement to prompt further inquiries into my design services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section of the website containing additional links and information.\",\"section_prompt\":\"Links to social media and additional resources.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Feedback from satisfied clients to build trust and credibility.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header to the site.\",\"section_prompt\":\"Links to navigate to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Testimonials\",\"section_description\":\"A collection of testimonials from clients I have worked with.\",\"section_prompt\":\"Feedback and experiences shared by my clients.\"},{\"section_type\":\"reviews\",\"section_title\":\"What Clients Say\",\"section_description\":\"Insights into client experiences working with me.\",\"section_prompt\":\"Read the positive feedback and experiences shared by my satisfied clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Happy Clients\",\"section_description\":\"Encouragement for potential clients to reach out for services.\",\"section_prompt\":\"A call to consider how I can assist with their design needs.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section of the website containing additional links and information.\",\"section_prompt\":\"Links to social media and additional resources.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"A form for potential clients to reach out for inquiries or projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header to the site.\",\"section_prompt\":\"Links to navigate to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Inviting users to get in touch for projects or inquiries.\",\"section_prompt\":\"Instructions on how to reach out to me.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"A simple form to send inquiries or project requests.\",\"section_prompt\":\"A contact form to facilitate communication based on interest.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"My contact information for direct communication.\",\"section_prompt\":\"Basic information including email and phone for contacting me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section of the website containing additional links and information.\",\"section_prompt\":\"Links to social media and additional resources.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1329,\"theme\":\"material\",\"colors\":[[26,188,156],[36,36,36]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2025-12-12 10:22:33', '2025-12-12 10:22:39'),
(1349, 128, 788, '\"A blog showcasing travel and photography\"', '{\"website_title\":\"My Travel Experiences\",\"website_description\":\"A vibrant blog dedicated to showcasing travel experiences and stunning photography from around the world, featuring captivating narratives and breathtaking images that inspire wanderlust.\",\"website_type\":\"Personal\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel, photography, adventures\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel blog where I share captivating experiences and stunning photography from around the world.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding of the website.\",\"section_prompt\":\"Header with navigation links to all key sections.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My World\",\"section_description\":\"An inviting banner that introduces visitors to the travel blog.\",\"section_prompt\":\"Hero image displaying a breathtaking travel scene with a welcoming message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction to my background and travel philosophy.\",\"section_prompt\":\"A short narrative about who I am and my love for travel.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Travel Destinations\",\"section_description\":\"Explore various locations I\'ve traveled to and the experiences they\'ve offered.\",\"section_prompt\":\"List main travel destinations I\'ve visited: Paris, Tokyo, Bali, New York, Sydney.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Inspiring Photography\",\"section_description\":\"Showcasing a collection of stunning photographs from my travels.\",\"section_prompt\":\"Highlight photographs that capture the beauty of various destinations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Me on My Adventures!\",\"section_description\":\"An invitation to readers to follow my journey and share their own stories.\",\"section_prompt\":\"Encouragement for readers to subscribe or contact me.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Adventures\",\"section_description\":\"A sneak peek into my latest blog posts and travel stories.\",\"section_prompt\":\"Display excerpts from my newest travel blog entries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing and links to social media profiles.\",\"section_prompt\":\"Footer with links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my travel journey and motivations behind this blog.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding of the About Me page.\",\"section_prompt\":\"Header with navigation links to the home and other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A section dedicated to introducing myself and my passion for travel.\",\"section_prompt\":\"Highlight my history with travel and photography.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Travel Journey\",\"section_description\":\"A personal narrative of my travels and experiences around the world.\",\"section_prompt\":\"Share stories that shaped my travel philosophy.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why I Travel\",\"section_description\":\"Explaining the benefits of traveling and why it matters to me.\",\"section_prompt\":\"List reasons why travel has enriched my life.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Encouraging readers to reach out and share their own travel stories.\",\"section_prompt\":\"Invite visitors to connect through comments or social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing and links to social media profiles.\",\"section_prompt\":\"Footer with links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"travel_destinations\",\"page_title\":\"Travel Destinations\",\"page_description\":\"Explore the amazing places I\\u2019ve visited and memorable experiences enjoyed.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding of the Travel Destinations page.\",\"section_prompt\":\"Header with navigation links to the home and other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Destinations\",\"section_description\":\"Showcasing places that have inspired my travels.\",\"section_prompt\":\"Highlight various locations I\\u2019ve explored.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Top Destinations\",\"section_description\":\"Highlighting my favorite travel destinations and their unique experiences.\",\"section_prompt\":\"List featured travel destinations with brief descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Adventure Highlights\",\"section_description\":\"Captivating stories and experiences from the journeys I\'ve taken.\",\"section_prompt\":\"Include snippets of experiences from different locations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Journey\",\"section_description\":\"Encouraging readers to explore these destinations for themselves.\",\"section_prompt\":\"Invite readers to consider visiting these places.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing and links to social media profiles.\",\"section_prompt\":\"Footer with links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"photography_gallery\",\"page_title\":\"Photography Gallery\",\"page_description\":\"A collection of my stunning travel photography from various destinations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding of the Photography Gallery page.\",\"section_prompt\":\"Header with navigation links to the home and other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Gallery\",\"section_description\":\"Showcasing my finest travel photographs.\",\"section_prompt\":\"Highlight the purpose of the photography gallery.\"},{\"section_type\":\"gallery\",\"section_title\":\"Stunning Selections\",\"section_description\":\"Curating a selection of photographs that capture the essence of my travels.\",\"section_prompt\":\"Present a gallery format featuring images from my travels.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Behind the Lens\",\"section_description\":\"Sharing stories behind the photographs taken during my travels.\",\"section_prompt\":\"Include insights about specific images and what they represent.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More\",\"section_description\":\"Encouraging viewers to explore my photography further and share with others.\",\"section_prompt\":\"Invite viewers to browse more images and share their favorites.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing and links to social media profiles.\",\"section_prompt\":\"Footer with links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"travel_tips\",\"page_title\":\"Travel Tips\",\"page_description\":\"Valuable advice and insights for fellow travelers to enhance their trips.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding of the Travel Tips page.\",\"section_prompt\":\"Header with navigation links to the home and other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Tips\",\"section_description\":\"A compilation of useful travel tips for every traveler.\",\"section_prompt\":\"Highlight the importance of travel tips.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Expert Advice\",\"section_description\":\"Offering practical tips for different aspects of travel.\",\"section_prompt\":\"List helpful travel tips covering preparations, packing, and more.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"Travel Safety\",\"section_description\":\"Focusing on how to stay safe while traveling.\",\"section_prompt\":\"Detailing important safety tips to consider.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Tips\",\"section_description\":\"Encouraging others to share their travel tips and experiences.\",\"section_prompt\":\"Invite readers to submit their favorite tips.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing and links to social media profiles.\",\"section_prompt\":\"Footer with links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Engaging articles and stories about different adventures around the world.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding of the Blog page.\",\"section_prompt\":\"Header with navigation links to the home and other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Travel Blog\",\"section_description\":\"A section highlighting the purpose of the blog and types of stories shared.\",\"section_prompt\":\"Present the aim of sharing travel articles and stories.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"A grid showcasing my latest blog posts about travel.\",\"section_prompt\":\"Display thumbnails and excerpts of my most recent blog articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow My Journey\",\"section_description\":\"Encouraging readers to subscribe for updates on new posts.\",\"section_prompt\":\"Invite readers to subscribe and stay updated with new travels.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing and links to social media profiles.\",\"section_prompt\":\"Footer with links to privacy policy, terms of service, and social media.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1349,\"theme\":\"material\",\"colors\":[[26,188,156],[36,36,36]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2025-12-15 07:19:54', '2025-12-15 07:20:00');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1357, 128, NULL, 'Build a strong, impactful website for a Personal Injury & Accident Law Firm.\nHomepage must feature settlement amounts, success stories, and ‘No-Win No-Fee’ messaging.\nCreate pages for Car Accidents, Motorcycle Accidents, Medical Negligence, Workplace Injuries, Slip & Fall, Wrongful Death, and Insurance Claims.\nInclude attorney bios, awards, and major case outcomes.\nDesign should be empathetic yet professional, with bold calls to action.', '{\"website_title\":\"Personal Injury Law Firm\",\"website_description\":\"A dedicated online platform providing essential support and information for personal injury accident victims, emphasizing client-centric services and a commitment to justice.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Legal Services\",\"search_query\":\"personal injury, law firm, accident claims\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our Personal Injury Law Firm, where we prioritize your rights and well-being. Our experienced team is here to support you.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation to help users find essential information quickly.\",\"section_prompt\":\"Standard header with navigation links to other pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Your Justice, Our Mission\",\"section_description\":\"A powerful introduction highlighting our commitment to fighting for justice.\",\"section_prompt\":\"A visually striking banner with a call to action for potential clients.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my experience and dedication to personal injury law.\",\"section_prompt\":\"An introduction to my background and my professional approach to law.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Practice Areas\",\"section_description\":\"Explore the various cases we handle with expertise and compassion.\",\"section_prompt\":\"List main services provided by the firm including: Car Accidents, Motorcycle Accidents, Medical Negligence, Workplace Injuries, Slip & Fall, Wrongful Death, Insurance Claims.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Success Stories\",\"section_description\":\"Real-life testimonials from satisfied clients showcasing our impactful results.\",\"section_prompt\":\"Highlight stories and outcomes shared by clients who received support.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Proven Success\",\"section_description\":\"Key statistics showcasing our effectiveness and success rates in personal injury cases.\",\"section_prompt\":\"Highlight important metrics like settlement amounts secured, number of cases won, and awards received.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Your Free Consultation\",\"section_description\":\"Encouraging potential clients to reach out for legal support and advice.\",\"section_prompt\":\"A call to action inviting clients to book a consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with additional links and contact information.\",\"section_prompt\":\"Includes links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"car-accidents\",\"page_title\":\"Car Accidents\",\"page_description\":\"Comprehensive resources detailing our expertise in handling car accident cases.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation to help users find essential information quickly.\",\"section_prompt\":\"Standard header with navigation links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Car Accidents Expertise\",\"section_description\":\"Detailed information on our specialization in car accident cases.\",\"section_prompt\":\"A banner emphasizing our focus on car accidents.\"},{\"section_type\":\"about\",\"section_title\":\"Understanding Your Rights\",\"section_description\":\"Information on victims\' rights and the immediate steps to take after a car accident.\",\"section_prompt\":\"An overview of what clients need to know post-accident.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Case Studies\",\"section_description\":\"Real-life examples of successful car accident claims we\'ve represented.\",\"section_prompt\":\"Showcase key case studies and their outcomes.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common inquiries regarding car accident claims and legal processes.\",\"section_prompt\":\"List of FAQs to assist potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for Assistance\",\"section_description\":\"Prompting clients to reach out for help with their car accident claims.\",\"section_prompt\":\"A call to action for potential clients to contact us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with additional links and contact information.\",\"section_prompt\":\"Includes links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"motorcycle-accidents\",\"page_title\":\"Motorcycle Accidents\",\"page_description\":\"Guidance and support tailored for motorcycle accident victims.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation to help users find essential information quickly.\",\"section_prompt\":\"Standard header with navigation links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Support for Motorcycle Victims\",\"section_description\":\"Information dedicated to the unique challenges faced by motorcycle accident victims.\",\"section_prompt\":\"A banner emphasizing our support for motorcycle accident victims.\"},{\"section_type\":\"about\",\"section_title\":\"Your Rights as a Motorcyclist\",\"section_description\":\"Insights into the rights and legal protections available for motorcyclists involved in accidents.\",\"section_prompt\":\"Overview of rights motorcyclists should know post-accident.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Success Stories\",\"section_description\":\"Highlighting notable motorcycle accident cases we\'ve handled successfully.\",\"section_prompt\":\"Showcase significant outcomes from motorcycle accident claims.\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQs About Motorcycle Accidents\",\"section_description\":\"Addressing common questions from motorcycle accident victims.\",\"section_prompt\":\"List of frequently asked questions regarding motorcycle accidents.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out for Help\",\"section_description\":\"Encouraging motorcycle accident victims to contact us for a consultation.\",\"section_prompt\":\"A call to action inviting potential clients to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with additional links and contact information.\",\"section_prompt\":\"Includes links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"medical-negligence\",\"page_title\":\"Medical Negligence\",\"page_description\":\"Expert advice and support for victims of medical malpractice.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation to help users find essential information quickly.\",\"section_prompt\":\"Standard header with navigation links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Medical Negligence Support\",\"section_description\":\"Insight into our commitment to medical negligence cases.\",\"section_prompt\":\"Banner highlighting our services in medical malpractice.\"},{\"section_type\":\"about\",\"section_title\":\"What is Medical Negligence?\",\"section_description\":\"Definition and explanation of medical malpractice and negligence.\",\"section_prompt\":\"Provide clarity on medical negligence.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Case Analysis\",\"section_description\":\"Detailed explanations of medical negligence cases we have successfully handled.\",\"section_prompt\":\"Highlight case studies and outcomes in medical negligence.\"},{\"section_type\":\"faqs\",\"section_title\":\"Common Questions\",\"section_description\":\"Answering frequently asked questions regarding medical negligence claims.\",\"section_prompt\":\"List of FAQs relevant to medical malpractice.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for a Consultation\",\"section_description\":\"Inviting clients to reach out for their medical malpractice cases.\",\"section_prompt\":\"A call to action for potential medical negligence clients.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with additional links and contact information.\",\"section_prompt\":\"Includes links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"workplace-injuries\",\"page_title\":\"Workplace Injuries\",\"page_description\":\"Legal guidance and resources for workplace-related injury claims.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation to help users find essential information quickly.\",\"section_prompt\":\"Standard header with navigation links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Injury at Work?\",\"section_description\":\"Providing support and information on workplace injury claims.\",\"section_prompt\":\"Banner emphasizing our focus on workplace injuries.\"},{\"section_type\":\"about\",\"section_title\":\"Your Rights as an Employee\",\"section_description\":\"Outline of employee rights related to workplace injuries.\",\"section_prompt\":\"Information every injured worker should know.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Successful Outcomes\",\"section_description\":\"Highlight of successful workplace injury cases we have handled.\",\"section_prompt\":\"Showcase key outcomes of workplace injury claims.\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQs for Workplace Injuries\",\"section_description\":\"Common inquiries from employees regarding workplace injuries.\",\"section_prompt\":\"Addressing commonly asked questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Help Now\",\"section_description\":\"A call to action inviting employees to seek legal assistance.\",\"section_prompt\":\"Encouragement for potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with additional links and contact information.\",\"section_prompt\":\"Includes links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"slip-fall\",\"page_title\":\"Slip & Fall\",\"page_description\":\"Resources and legal information for slip and fall accident claims.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation to help users find essential information quickly.\",\"section_prompt\":\"Standard header with navigation links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Slip & Fall Support\",\"section_description\":\"Providing guidance for victims of slip and fall accidents.\",\"section_prompt\":\"Banner emphasizing our expertise in slip and fall claims.\"},{\"section_type\":\"about\",\"section_title\":\"Understanding Premises Liability\",\"section_description\":\"Explaining premises liability and how it relates to slip and fall cases.\",\"section_prompt\":\"Information on the legal framework for slip and fall claims.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Case Highlights\",\"section_description\":\"Showcasing successful slip and fall claims we\'ve managed.\",\"section_prompt\":\"Outline successful claims and outcomes.\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQs on Slip & Fall\",\"section_description\":\"Answering common questions regarding slip and fall incidents.\",\"section_prompt\":\"List of frequently asked questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for Assistance\",\"section_description\":\"Encouraging slip and fall victims to reach out for help.\",\"section_prompt\":\"A call to action inviting potential clients to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with additional links and contact information.\",\"section_prompt\":\"Includes links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"wrongful-death\",\"page_title\":\"Wrongful Death\",\"page_description\":\"Support and guidance for families facing wrongful death claims.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation to help users find essential information quickly.\",\"section_prompt\":\"Standard header with navigation links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Grieving Loss?\",\"section_description\":\"Providing support and legal information for wrongful death cases.\",\"section_prompt\":\"Banner highlighting our dedication to wrongful death claims.\"},{\"section_type\":\"about\",\"section_title\":\"Legal Insights on Wrongful Death\",\"section_description\":\"Detailed information on wrongful death claims and the legal process involved.\",\"section_prompt\":\"Overview of what families need to know.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Compassionate Guidance\",\"section_description\":\"Explaining how we support families through the legal process.\",\"section_prompt\":\"Highlighting our empathetic approach to wrongful death cases.\"},{\"section_type\":\"faqs\",\"section_title\":\"Wrongful Death Questions\",\"section_description\":\"Addressing common inquiries about wrongful death claims.\",\"section_prompt\":\"List of FAQs to assist families.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out for Legal Help\",\"section_description\":\"Encouraging families to contact us for support during difficult times.\",\"section_prompt\":\"A call to action inviting potential clients to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with additional links and contact information.\",\"section_prompt\":\"Includes links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"insurance-claims\",\"page_title\":\"Insurance Claims\",\"page_description\":\"Guidance for navigating insurance disputes related to personal injury cases.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation to help users find essential information quickly.\",\"section_prompt\":\"Standard header with navigation links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Navigating Insurance Claims\",\"section_description\":\"Expert advice for those struggling with insurance companies after an accident.\",\"section_prompt\":\"Banner emphasizing our role in insurance claims.\"},{\"section_type\":\"about\",\"section_title\":\"Understanding Insurance Law\",\"section_description\":\"Basics of insurance law and how it impacts personal injury cases.\",\"section_prompt\":\"Information on the legal framework surrounding insurance.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Client Experiences\",\"section_description\":\"Showcasing client experiences in overcoming insurance disputes.\",\"section_prompt\":\"Highlight strategies and outcomes from previous cases.\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQs About Insurance Claims\",\"section_description\":\"Common questions regarding the insurance claims process.\",\"section_prompt\":\"List of frequently asked questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for Insurance Assistance\",\"section_description\":\"Encouraging individuals to reach out for help with their claims.\",\"section_prompt\":\"A call to action inviting potential clients to contact us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with additional links and contact information.\",\"section_prompt\":\"Includes links to privacy policy, terms of service, and social media.\"}]}],\"user_prompt\":\"Build a strong, impactful website for a Personal Injury & Accident Law Firm.\\nHomepage must feature settlement amounts, success stories, and \\u2018No-Win No-Fee\\u2019 messaging.\\nCreate pages for Car Accidents, Motorcycle Accidents, Medical Negligence, Workplace Injuries, Slip & Fall, Wrongful Death, and Insurance Claims.\\nInclude attorney bios, awards, and major case outcomes.\\nDesign should be empathetic yet professional, with bold calls to action.\",\"prompt_id\":1357}', '2025-12-15 08:20:04', '2025-12-15 08:20:04'),
(1358, 128, NULL, 'Build a strong, impactful website for a Personal Injury & Accident Law Firm.\nHomepage must feature settlement amounts, success stories, and ‘No-Win No-Fee’ messaging.\nCreate pages for Car Accidents, Motorcycle Accidents, Medical Negligence, Workplace Injuries, Slip & Fall, Wrongful Death, and Insurance Claims.\nInclude attorney bios, awards, and major case outcomes.\nDesign should be empathetic yet professional, with bold calls to action.', '{\"website_title\":\"Personal Injury & Accident Law Firm\",\"website_description\":\"This website serves as a strong online presence for a Personal Injury & Accident Law Firm, focusing on providing potential clients with critical information and inspiring confidence in legal representation.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Legal Services\",\"search_query\":\"legal consultation, personal injury, accident law\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our Personal Injury & Accident Law Firm, dedicated to serving clients with compassionate and professional legal services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation for the website.\",\"section_prompt\":\"Contains links to various sections and pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Our Firm\",\"section_description\":\"Providing trusted legal representation for your personal injury cases. Our team is committed to fighting for your rights.\",\"section_prompt\":\"An engaging introduction to the firm\'s mission and values.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our firm\'s dedication to serving clients and our no-win no-fee policy.\",\"section_prompt\":\"We\'ll explain our firm\'s principles and approach to legal representation.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Practice Areas\",\"section_description\":\"Explore the various areas of personal injury law we specialize in.\",\"section_prompt\":\"List of main services: Car Accidents, Motorcycle Accidents, Medical Negligence, Workplace Injuries, Slip & Fall, Wrongful Death, Insurance Claims.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Case Success Statistics\",\"section_description\":\"Highlighting our achievements in securing maximum settlements for our clients.\",\"section_prompt\":\"Showcase major success outcomes and total settlements acquired.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from our clients about their experiences and successful outcomes with our firm.\",\"section_prompt\":\"Showcase positive experiences from satisfied clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Ready to discuss your case? Reach out for a consultation today!\",\"section_prompt\":\"Encouragement for potential clients to fill out a contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains site links and legal information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact details.\"}]},{\"page_type\":\"car-accidents\",\"page_title\":\"Car Accidents\",\"page_description\":\"Detailed information about our services for car accident cases and how we can assist you.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation for the car accidents page.\",\"section_prompt\":\"Contains links to other sections of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Car Accident Legal Representation\",\"section_description\":\"Providing assertive legal support for car accident victims.\",\"section_prompt\":\"Introduction to our car accident services.\"},{\"section_type\":\"about\",\"section_title\":\"Understanding Car Accidents\",\"section_description\":\"Insight into the car accident legal landscape and your rights.\",\"section_prompt\":\"Information on car accident laws and processes.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Learn why our firm is the right choice for your car accident case.\",\"section_prompt\":\"Highlighting our expertise and testimonials.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Real Client Stories\",\"section_description\":\"Success stories from clients who received compensation for their car accident claims.\",\"section_prompt\":\"Showcase successful case outcomes related to car accidents.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Free Consultation\",\"section_description\":\"Contact us to discuss your case concerning a car accident.\",\"section_prompt\":\"Encouragement for potential clients to fill out a contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains site links and legal information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact details.\"}]},{\"page_type\":\"motorcycle-accidents\",\"page_title\":\"Motorcycle Accidents\",\"page_description\":\"Dedicated services for clients involved in motorcycle accidents.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation for the motorcycle accidents page.\",\"section_prompt\":\"Contains links to other sections of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Motorcycle Accident Legal Aid\",\"section_description\":\"Dedicated support for motorcyclists injured due to negligence.\",\"section_prompt\":\"Information on how we can help motorcycle accident victims.\"},{\"section_type\":\"about\",\"section_title\":\"Understanding Motorcycle Laws\",\"section_description\":\"Overview of motorcycle accident laws and your rights as a rider.\",\"section_prompt\":\"Basic knowledge on motorcycle accident claims.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Client Success Stories\",\"section_description\":\"Successful outcomes from our representation of motorcycle accident cases.\",\"section_prompt\":\"Showcasing the positive experiences of previous motorcycle clients.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Compensation Insights\",\"section_description\":\"Details on how motorcycle accident claims can lead to compensation.\",\"section_prompt\":\"Provide information about compensation related to motorcycle accidents.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule a Consultation\",\"section_description\":\"Get in touch for a personalized evaluation of your motorcycle accident case.\",\"section_prompt\":\"Encourage potential clients to contact us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains site links and legal information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact details.\"}]},{\"page_type\":\"medical-negligence\",\"page_title\":\"Medical Negligence\",\"page_description\":\"Expert legal assistance for victims of medical negligence and malpractice.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation for the medical negligence page.\",\"section_prompt\":\"Contains links to other sections of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Standing Up for Your Rights\",\"section_description\":\"Legal representation for victims of medical negligence.\",\"section_prompt\":\"Overview of our medical negligence legal services.\"},{\"section_type\":\"about\",\"section_title\":\"What Constitutes Medical Negligence?\",\"section_description\":\"Define medical negligence and your potential claims.\",\"section_prompt\":\"Provide details about medical negligence cases.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Approach\",\"section_description\":\"How our firm handles medical negligence cases professionally and empathetically.\",\"section_prompt\":\"Outline our strategy in dealing with medical negligence claims.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Successful Cases\",\"section_description\":\"Showcase notable medical negligence cases and their outcomes.\",\"section_prompt\":\"Real-world outcomes from medical negligence claims.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Consult With Us Today\",\"section_description\":\"Reach out for assistance with your medical negligence claim.\",\"section_prompt\":\"Encourage clients to contact for legal advice.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains site links and legal information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact details.\"}]},{\"page_type\":\"workplace-injuries\",\"page_title\":\"Workplace Injuries\",\"page_description\":\"Legal services for individuals injured at work due to negligence.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation for the workplace injuries page.\",\"section_prompt\":\"Contains links to other sections of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Protecting Workers\' Rights\",\"section_description\":\"Dedicated legal services for workplace injury victims.\",\"section_prompt\":\"Information on our workplace injury legal services.\"},{\"section_type\":\"about\",\"section_title\":\"Your Rights as an Employee\",\"section_description\":\"Learn about employee rights in the event of workplace injury.\",\"section_prompt\":\"Overview of workers\' compensation law.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Client Success Stories\",\"section_description\":\"Successful outcomes from our representation of workplace injury claims.\",\"section_prompt\":\"Highlighting cases and testimonials related to workplace injuries.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Compensation Insights\",\"section_description\":\"Understanding what compensation you may be entitled to after a workplace injury.\",\"section_prompt\":\"Detailed information on compensation rights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Free Case Evaluation\",\"section_description\":\"Contact us for a free consultation regarding your workplace injury.\",\"section_prompt\":\"Encourage potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains site links and legal information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact details.\"}]},{\"page_type\":\"slip-and-fall\",\"page_title\":\"Slip & Fall\",\"page_description\":\"Assisting clients with slip and fall accident claims and legal representation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation for the slip and fall page.\",\"section_prompt\":\"Contains links to other sections of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Injured? We Can Help\",\"section_description\":\"Legal assistance for victims of slip and fall incidents.\",\"section_prompt\":\"Overview of slip and fall legal representation.\"},{\"section_type\":\"about\",\"section_title\":\"Understanding Slip & Fall Cases\",\"section_description\":\"Insights into liability in slip and fall cases.\",\"section_prompt\":\"Provide legal grounds for slip and fall claims.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Why Hire Our Firm?\",\"section_description\":\"Reasons to choose our firm for your slip and fall case.\",\"section_prompt\":\"Highlighting our expertise in this type of claim.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear success stories from our slip and fall clients.\",\"section_prompt\":\"Showcasing slip and fall case outcomes.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Rightful Compensation\",\"section_description\":\"Reach out to discuss your slip and fall case with us today.\",\"section_prompt\":\"Encouragement for potential clients to contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains site links and legal information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact details.\"}]},{\"page_type\":\"wrongful-death\",\"page_title\":\"Wrongful Death\",\"page_description\":\"Compassionate legal representation for wrongful death claims.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation for the wrongful death page.\",\"section_prompt\":\"Contains links to other sections of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Seeking Justice\",\"section_description\":\"Helping families seek justice for wrongful death cases.\",\"section_prompt\":\"Overview of legal services in wrongful death claims.\"},{\"section_type\":\"about\",\"section_title\":\"What is Wrongful Death?\",\"section_description\":\"Detailed explanation of wrongful death and your legal options.\",\"section_prompt\":\"Overview of the wrongful death laws.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Commitment\",\"section_description\":\"How we support families during wrongful death claims with compassion and professionalism.\",\"section_prompt\":\"Highlight our approach to wrongful death cases.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Supporting Families\",\"section_description\":\"Real-life cases where we achieved justice for families.\",\"section_prompt\":\"Case studies related to wrongful death outcomes.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us Today\",\"section_description\":\"For a compassionate discussion regarding your wrongful death case, reach out to us.\",\"section_prompt\":\"Encouragement for clients to consult on their situation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains site links and legal information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact details.\"}]},{\"page_type\":\"insurance-claims\",\"page_title\":\"Insurance Claims\",\"page_description\":\"Navigating the complexities of insurance claims for personal injury cases.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation for the insurance claims page.\",\"section_prompt\":\"Contains links to other sections of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Expert Guidance\",\"section_description\":\"Legal support in navigating insurance claims after an injury.\",\"section_prompt\":\"Overview of our insurance claims legal services.\"},{\"section_type\":\"about\",\"section_title\":\"Understanding Insurance Claims\",\"section_description\":\"Learn about your rights concerning insurance claims in injury cases.\",\"section_prompt\":\"Provide insight into insurance laws.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Why Work With Us?\",\"section_description\":\"The advantages of having expert guidance for your insurance claims.\",\"section_prompt\":\"Highlighting our services relating to insurance claims.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Compensation Insights\",\"section_description\":\"Understanding what you may be eligible to receive from insurance claims.\",\"section_prompt\":\"Details on compensation from insurance.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Talk to Us Now\",\"section_description\":\"Contact our firm for expert help with your insurance claim matters.\",\"section_prompt\":\"Encourage potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains site links and legal information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with our firm for professional legal assistance regarding your personal injury case.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation for the contact page.\",\"section_prompt\":\"Contains links to other sections of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We are here to help you with your legal needs and inquiries.\",\"section_prompt\":\"Introduction to the contact modalities.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out this form to initiate your consultation with our firm.\",\"section_prompt\":\"Contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Directions and information about our law firm\'s location.\",\"section_prompt\":\"Details on how to reach our office.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains site links and legal information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact details.\"}]}],\"user_prompt\":\"Build a strong, impactful website for a Personal Injury & Accident Law Firm.\\nHomepage must feature settlement amounts, success stories, and \\u2018No-Win No-Fee\\u2019 messaging.\\nCreate pages for Car Accidents, Motorcycle Accidents, Medical Negligence, Workplace Injuries, Slip & Fall, Wrongful Death, and Insurance Claims.\\nInclude attorney bios, awards, and major case outcomes.\\nDesign should be empathetic yet professional, with bold calls to action.\",\"prompt_id\":1358}', '2025-12-15 08:20:05', '2025-12-15 08:20:05'),
(1370, 50, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Travel & Photography Blog\",\"website_description\":\"A vibrant blog dedicated to travel and photography, sharing captivating stories and stunning visuals from around the world. Engage with fellow travel enthusiasts and photographers through immersive narratives and practical tips.\",\"website_type\":\"Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel, photography, adventure\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The home page welcomes visitors with the latest travel stories and vibrant photographs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and site logo.\",\"section_prompt\":\"Main navigation with links to all key pages and the logo.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Travel Blog\",\"section_description\":\"Discover breathtaking stories and stunning photographs from my journeys around the globe.\",\"section_prompt\":\"A full-width banner introducing the blog\'s theme with an engaging image.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Travel Stories\",\"section_description\":\"Explore my latest adventures and experiences shared in compelling articles.\",\"section_prompt\":\"List of the most recent blog posts based on various destinations or experiences.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Photography\",\"section_description\":\"A selection of my best photographs capturing the essence of various locations.\",\"section_prompt\":\"Thumbnail images linking to full-sized photos categorized by theme or location.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my passion for travel and photography along with my journey and inspirations.\",\"section_prompt\":\"A brief personal introduction coupled with images of my travels.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Travel Tips\",\"section_description\":\"A collection of essential travel tips and advice for fellow adventurers and photographers.\",\"section_prompt\":\"List main tips for traveling and photography including packing, shooting techniques, and travel hacks.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure!\",\"section_description\":\"Subscribe for updates and never miss a new story or photography tip.\",\"section_prompt\":\"Encourage visitors to subscribe to the newsletter to keep updated on new posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with basic information and links to social media.\",\"section_prompt\":\"Links to social platforms and any additional information.\"}]},{\"page_type\":\"about-me\",\"page_title\":\"About Me\",\"page_description\":\"A personal introduction to my travels and photography passion.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and site logo.\",\"section_prompt\":\"Main navigation with links to all key pages and the logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"This section details my experiences and growth in the fields of travel and photography.\",\"section_prompt\":\"A banner highlighting my journey in traveling and photography.\"},{\"section_type\":\"about\",\"section_title\":\"Discover My Passion\",\"section_description\":\"An overview of my love for travel and how it transformed into a passion for photography.\",\"section_prompt\":\"Explain my love for exploration and capturing moments.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"What You Can Expect\",\"section_description\":\"Readers will find adventure stories, photography tips, and travel inspirations here.\",\"section_prompt\":\"List the types of content readers can expect from my blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Encourage readers to reach out through social media or email.\",\"section_prompt\":\"Invite readers to engage with me for collaborations or inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with basic information and links to social media.\",\"section_prompt\":\"Links to social platforms and any additional information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"A collection of engaging blog posts from my travels and experiences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and site logo.\",\"section_prompt\":\"Main navigation with links to all key pages and the logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Blog Posts\",\"section_description\":\"Explore my adventures chronicled through detailed blog entries.\",\"section_prompt\":\"A simple banner indicating the collection of blog posts.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"A grid layout showcasing my recent articles on various travel topics.\",\"section_prompt\":\"Showcase multiple posts arranged in a grid format.\"},{\"section_type\":\"about\",\"section_title\":\"About This Blog\",\"section_description\":\"Information about why I created this blog and its purpose.\",\"section_prompt\":\"Discuss the inspiration behind starting the travel blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Read More Stories\",\"section_description\":\"Encourage visitors to dive deeper into my travel stories and insights.\",\"section_prompt\":\"Invite readers to explore more blog posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with basic information and links to social media.\",\"section_prompt\":\"Links to social platforms and any additional information.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Gallery\",\"page_description\":\"A dedicated space to showcase my photography categorized by themes or locations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and site logo.\",\"section_prompt\":\"Main navigation with links to all key pages and the logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Gallery of My Travels\",\"section_description\":\"Witness the beauty captured through my lens from various journeys.\",\"section_prompt\":\"A banner introducing the gallery.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photographic Collections\",\"section_description\":\"Browse through different categories of my photography work.\",\"section_prompt\":\"Display images category-wise with links to detailed pages.\"},{\"section_type\":\"about\",\"section_title\":\"Behind the Lens\",\"section_description\":\"An insight into my photography philosophy and style.\",\"section_prompt\":\"Discuss my approach and inspiration in photography.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Hire Me for a Project\",\"section_description\":\"Reach out if you\'re interested in collaboration or booking a session.\",\"section_prompt\":\"Prompt visitors to connect for potential projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with basic information and links to social media.\",\"section_prompt\":\"Links to social platforms and any additional information.\"}]},{\"page_type\":\"travel-tips\",\"page_title\":\"Travel Tips\",\"page_description\":\"Essential advice for travelers and photographers.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and site logo.\",\"section_prompt\":\"Main navigation with links to all key pages and the logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Practical Travel Tips\",\"section_description\":\"Useful advice for improving your travel experience and photography skills.\",\"section_prompt\":\"Banner introducing the travel tips section.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Top Travel Tips\",\"section_description\":\"Curated list of my best tips on travel, packing, and photography.\",\"section_prompt\":\"List practical tips including how to pack light, best shooting practices, etc.\"},{\"section_type\":\"about\",\"section_title\":\"Why Travel Tips Matter\",\"section_description\":\"Understanding the importance of well-planned travel and photography techniques.\",\"section_prompt\":\"Discuss the relevance of these tips to travel experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More Tips\",\"section_description\":\"Invite readers to check out more posts and enhance their adventures.\",\"section_prompt\":\"Encourage visitors to dive into various blog posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with basic information and links to social media.\",\"section_prompt\":\"Links to social platforms and any additional information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and site logo.\",\"section_prompt\":\"Main navigation with links to all key pages and the logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out for any questions, collaborations, or to share your travel stories.\",\"section_prompt\":\"A banner inviting visitors to connect.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"Fill out the form to send me a message directly.\",\"section_prompt\":\"A simple contact form for inquiries giving options for subject matters.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Connect on Social Media\",\"section_description\":\"Follow and connect with me across different platforms for updates.\",\"section_prompt\":\"List of social media links for connection.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with basic information and links to social media.\",\"section_prompt\":\"Links to social platforms and any additional information.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1370}', '2025-12-15 13:03:08', '2025-12-15 13:03:08');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1371, NULL, NULL, 'LunaGems is a handmade jewellery shop', '{\"website_title\":\"LunaGems\",\"website_description\":\"LunaGems is your ultimate destination for beautifully crafted handmade jewelry designed to showcase individuality and style. Discover exquisite pieces made with passion and artistry.\",\"website_type\":\"E-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewelry, artisan jewelry, unique designs\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An inviting landing page featuring our most exquisite handmade jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to all pages.\",\"section_prompt\":\"Includes links to all main areas of the site.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"Discover unique, handmade jewelry that tells a story.\",\"section_prompt\":\"This section introduces our brand and captures the essence of LunaGems.\"},{\"section_type\":\"about\",\"section_title\":\"About LunaGems\",\"section_description\":\"Learn about our mission and passion for handmade jewelry.\",\"section_prompt\":\"A brief overview of the LunaGems story and our commitment to quality.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Products\",\"section_description\":\"Explore some of our favorite handmade pieces.\",\"section_prompt\":\"Show a grid of featured products: earrings, necklaces, bracelets, rings.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Customers Say\",\"section_description\":\"Hear from those who have experienced LunaGems jewelry firsthand.\",\"section_prompt\":\"Display customer reviews and testimonials.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Inspiration Behind Our Designs\",\"section_description\":\"Stay updated on our latest blog posts and inspirations.\",\"section_prompt\":\"A showcase of recent blog entries focusing on design inspiration.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Ready to explore more? Visit our shop to find the perfect piece.\",\"section_prompt\":\"Encourage visitors to browse the shop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to legal notices, privacy policy, and social media.\",\"section_prompt\":\"Provide footer navigation.\"}]},{\"page_type\":\"about-us\",\"page_title\":\"About Us\",\"page_description\":\"Discover who we are and our dedication to handcrafted jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to all pages.\",\"section_prompt\":\"Includes links to all main areas of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Get to know the journey of LunaGems and our artisan.\",\"section_prompt\":\"This section features the history and story behind LunaGems.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Mission\",\"section_description\":\"Explore our dedication to quality and craftsmanship.\",\"section_prompt\":\"Highlight the mission statement of LunaGems.\"},{\"section_type\":\"about\",\"section_title\":\"Meet the Artisan\",\"section_description\":\"Learn about the creative mind behind the beautiful work.\",\"section_prompt\":\"A brief biography of the artisan.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Choose Handmade?\",\"section_description\":\"Discover the unique advantages of choosing handmade jewelry.\",\"section_prompt\":\"Discuss the value and artistry of handmade pieces.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Connect with us to stay updated on new designs and offers.\",\"section_prompt\":\"Encourage visitors to subscribe to our newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to legal notices, privacy policy, and social media.\",\"section_prompt\":\"Provide footer navigation.\"}]},{\"page_type\":\"shop\",\"page_title\":\"Shop\",\"page_description\":\"Browse our diverse range of handcrafted jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to all pages.\",\"section_prompt\":\"Includes links to all main areas of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Collection\",\"section_description\":\"Explore the exquisite range of our handmade jewelry.\",\"section_prompt\":\"An overview of categories available for shopping.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Categories\",\"section_description\":\"Find your favorite pieces organized by type.\",\"section_prompt\":\"List categories: earrings, necklaces, bracelets, rings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Product Highlights\",\"section_description\":\"Detailed information about selected products.\",\"section_prompt\":\"Highlight a few standout products with images and descriptions.\"},{\"section_type\":\"faqs\",\"section_title\":\"Shopping FAQs\",\"section_description\":\"Answers to common questions about shopping with us.\",\"section_prompt\":\"A list of frequently asked questions regarding orders and shipping.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Shopping\",\"section_description\":\"Ready to find your favorite piece? Explore our shop now!\",\"section_prompt\":\"Encourage users to start shopping.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to legal notices, privacy policy, and social media.\",\"section_prompt\":\"Provide footer navigation.\"}]},{\"page_type\":\"custom-orders\",\"page_title\":\"Custom Orders\",\"page_description\":\"Learn how to get personalized jewelry created just for you.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to all pages.\",\"section_prompt\":\"Includes links to all main areas of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Create Your Unique Piece\",\"section_description\":\"Explore options for designing your custom jewelry.\",\"section_prompt\":\"Explain the custom ordering process.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"How It Works\",\"section_description\":\"A step-by-step guide to placing a custom order.\",\"section_prompt\":\"Detailed information about the ordering process.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"Material Options\",\"section_description\":\"Select from a variety of materials for your design.\",\"section_prompt\":\"Discuss the available materials like gems, metals, and beads.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Custom Order Experiences\",\"section_description\":\"Read about what our clients say regarding their custom pieces.\",\"section_prompt\":\"Show customer reviews related to custom orders.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Request a Custom Order\",\"section_description\":\"Let\'s create something beautiful together! Contact us today.\",\"section_prompt\":\"Encourage users to reach out for custom orders.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to legal notices, privacy policy, and social media.\",\"section_prompt\":\"Provide footer navigation.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Explore articles and insights related to our jewelry and inspirations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to all pages.\",\"section_prompt\":\"Includes links to all main areas of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay informed on trends, tips, and stories.\",\"section_prompt\":\"Highlight recent articles from the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Posts\",\"section_description\":\"Discover our top blog entries that showcase our inspirations.\",\"section_prompt\":\"List of featured blog posts for easy exploration.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Tips & Tricks\",\"section_description\":\"Expert advice on jewelry care and styling.\",\"section_prompt\":\"Provide helpful tips for jewelry enthusiasts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Blog\",\"section_description\":\"Follow us for more updates and insights in the jewelry world.\",\"section_prompt\":\"Encourage users to subscribe or follow the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to legal notices, privacy policy, and social media.\",\"section_prompt\":\"Provide footer navigation.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out to us with any inquiries or support needed.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to all pages.\",\"section_prompt\":\"Includes links to all main areas of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We\'re here to help you with any questions.\",\"section_prompt\":\"A welcoming section inviting customers to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send your inquiry.\",\"section_prompt\":\"A form for customers to submit questions or feedback.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location & Hours\",\"section_description\":\"Find our contact details and business hours.\",\"section_prompt\":\"Provide information about how and when to contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to legal notices, privacy policy, and social media.\",\"section_prompt\":\"Provide footer navigation.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewellery shop\",\"prompt_id\":1371}', '2025-12-16 05:19:18', '2025-12-16 05:19:18'),
(1372, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A professional portfolio showcasing my graphic design work, providing insight into my creative journey and offerings.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative work\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio. Here you can find an overview of my work and services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for the website.\",\"section_prompt\":\"This section includes links to the main pages such as Home, About Me, My Work, Services Offered, Testimonials, and Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome\",\"section_description\":\"An introductory banner showcasing my graphic design essence.\",\"section_prompt\":\"This section will visually represent my graphic design style with a captivating banner image.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Insight into my journey as a graphic designer.\",\"section_prompt\":\"This section gives a brief overview of my background, inspiration, and design philosophy.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Overview of services I provide as a graphic designer.\",\"section_prompt\":\"List main services (Logo Design, Branding, Digital Illustrations, Promotional Materials) provided by me.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Projects\",\"section_description\":\"A collection of highlighted projects I\'ve worked on.\",\"section_prompt\":\"This section displays select works that exemplify my skills and creativity.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback from clients about my design work.\",\"section_prompt\":\"A collection of quotes and testimonials that reflect client satisfaction.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest News\",\"section_description\":\"Updates on recent projects or design tips.\",\"section_prompt\":\"Short snippets or links to blog posts featuring my latest work or design insights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement to reach out for design inquiries.\",\"section_prompt\":\"A call to action inviting viewers to contact me for collaboration or questions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing additional links and copyright information.\",\"section_prompt\":\"This section provides links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background and passion for graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for the website.\",\"section_prompt\":\"This section includes links to the main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Story\",\"section_description\":\"A detailed account of my journey into graphic design.\",\"section_prompt\":\"This section narrates my experiences and milestones in graphic design.\"},{\"section_type\":\"about\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"The principles guiding my work and creativity.\",\"section_prompt\":\"Outline my unique styling approach and how I connect with clients through design.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Education and Skills\",\"section_description\":\"Overview of my qualifications and areas of expertise.\",\"section_prompt\":\"A detailed description of my educational background and key skills in graphic design.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"What clients appreciate about my work.\",\"section_prompt\":\"Showcasing testimonials that highlight my professionalism and creativity.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Collaborate with Me\",\"section_description\":\"Encouraging visitors to consider working together.\",\"section_prompt\":\"A prompt for visitors to reach out for potential projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing additional links and copyright information.\",\"section_prompt\":\"This section provides links to privacy policy, contact information, and social media.\"}]},{\"page_type\":\"my_work\",\"page_title\":\"My Work\",\"page_description\":\"A showcase of various projects I have completed in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for the website.\",\"section_prompt\":\"This section includes links to the main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Project Gallery\",\"section_description\":\"A vibrant display of my graphic design projects.\",\"section_prompt\":\"An introduction to an array of work spanning different design categories.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Showcase\",\"section_description\":\"Highlighted projects demonstrating my design capabilities.\",\"section_prompt\":\"Gallery layout that includes logos, branding, illustrations, and promotional materials.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Notable Projects\",\"section_description\":\"Highlighting significant projects I am proud of.\",\"section_prompt\":\"In-depth description of selected projects showcasing my process and outcome.\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Brands I\'ve Worked With\",\"section_description\":\"A visual representation of companies I\'ve collaborated with.\",\"section_prompt\":\"Logos of brands that reflect my experience and credibility in the industry.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in My Work?\",\"section_description\":\"Invitation to explore and collaborate on design projects.\",\"section_prompt\":\"Encouraging visitors to contact me for inquiries or collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing additional links and copyright information.\",\"section_prompt\":\"This section provides links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"services_offered\",\"page_title\":\"Services Offered\",\"page_description\":\"An overview of the graphic design services I provide.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for the website.\",\"section_prompt\":\"This section includes links to the main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Detailed description of the services I offer.\",\"section_prompt\":\"Overview of each service and what clients can expect.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Service Highlights\",\"section_description\":\"Categorical listing of services available.\",\"section_prompt\":\"List services (Logo Design, Branding, Digital Illustrations, Promotional Materials) in detail.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Why Choose My Services?\",\"section_description\":\"Value propositions for clients considering my services.\",\"section_prompt\":\"Highlight the benefits and skills I bring to graphic design projects.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common inquiries about my services.\",\"section_prompt\":\"A section providing answers to typical questions about pricing, process, and design time.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Prompt for visitors to request a quote or consultation.\",\"section_prompt\":\"Encouragement to reach out for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing additional links and copyright information.\",\"section_prompt\":\"This section provides links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Feedback from satisfied clients about my design work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for the website.\",\"section_prompt\":\"This section includes links to the main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Words from my clients expressing their experiences.\",\"section_prompt\":\"An introduction to collected testimonials from clients.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Real feedback shared by clients regarding my work.\",\"section_prompt\":\"A collection of testimonials reflecting the satisfaction of my clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Happy Clients\",\"section_description\":\"Encouragement for potential clients to reach out.\",\"section_prompt\":\"A call for future clients to consider my services based on previous positive feedback.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing additional links and copyright information.\",\"section_prompt\":\"This section provides links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for any inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for the website.\",\"section_prompt\":\"This section includes links to the main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"An invitation to get in touch.\",\"section_prompt\":\"Encouragement for visitors to reach out through various means.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"A form for inquiries.\",\"section_prompt\":\"This section includes a contact form where visitors can submit their messages.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Connect With Me\",\"section_description\":\"Additional methods to reach me.\",\"section_prompt\":\"Information on how to contact me through email or social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing additional links and copyright information.\",\"section_prompt\":\"This section provides links to privacy policy, terms of service, and social media.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1372}', '2025-12-16 05:19:44', '2025-12-16 05:19:44'),
(1375, NULL, NULL, 'CREATE A WEBSITE THAT ARE USNG ELEMENTOR THEAM AND USE LIGHT COLOR, TYPE OF WEBSITE ACCOUNTING', '{\"website_title\":\"My Accounting Services\",\"website_description\":\"A professional site offering comprehensive accounting services including tax preparation, bookkeeping, and financial consulting, designed to help clients navigate their financial needs with ease and trust.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Legal Services\",\"search_query\":\"accounting services, financial consulting, bookkeeping\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my accounting services website, where I provide tailored financial solutions for individuals and businesses.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Accounting Services\",\"section_description\":\"An inviting introduction highlighting the benefits of my accounting services.\",\"section_prompt\":\"Discover how my personalized accounting solutions can help you manage your finances effectively.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my professional background and expertise in accounting.\",\"section_prompt\":\"Learn more about my qualifications, experience, and what drives my approach to accounting.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Overview of the core services I offer to clients.\",\"section_prompt\":\"Listing core accounting services (Tax Preparation, Bookkeeping, Financial Consulting).\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Real testimonials from satisfied clients to establish trust and showcase results.\",\"section_prompt\":\"Hear what my clients have to say about their experiences with my services.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"A collection of recent blog entries providing useful accounting tips and updates.\",\"section_prompt\":\"Check out my latest blog posts for insights and tips on financial management.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Encouraging visitors to reach out for accounting services.\",\"section_prompt\":\"Contact me today to discuss how I can assist you with your accounting needs.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn about my background, qualifications and what inspires my accounting practice.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Detailed insight into my professional journey and philosophy.\",\"section_prompt\":\"Discover how my experience shapes the services I offer.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"My Qualifications\",\"section_description\":\"An overview of my degrees, certifications, and professional achievements.\",\"section_prompt\":\"Learn more about how my qualifications enhance my service offerings.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Approach\",\"section_description\":\"Explanation of my client-centered approach to accounting.\",\"section_prompt\":\"Understand the unique perspective I bring to each client\'s financial situation.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback from clients sharing their positive experiences working with me.\",\"section_prompt\":\"Read testimonials to see how I\'ve helped others achieve their financial goals.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Encouragement for visitors to get in touch for more information.\",\"section_prompt\":\"Feel free to reach out to discuss your accounting needs.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"services\",\"page_title\":\"Accounting Services\",\"page_description\":\"Detailed descriptions of the accounting services I provide to meet various client needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"A detailed overview of the accounting services offered.\",\"section_prompt\":\"Explore our comprehensive list of services to find what suits you best.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Tax Preparation\",\"section_description\":\"Professional assistance in preparing and filing taxes accurately.\",\"section_prompt\":\"Overview of tax preparation services and how I assist clients.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Bookkeeping\",\"section_description\":\"Accurate bookkeeping services to maintain your financial records.\",\"section_prompt\":\"Discover my bookkeeping solutions for personal and business needs.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Financial Consulting\",\"section_description\":\"Tailored financial consulting to help you make informed decisions.\",\"section_prompt\":\"Learn how I can guide you in your financial planning.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common questions about my services and processes.\",\"section_prompt\":\"Find answers to your queries about accounting services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Journey\",\"section_description\":\"Encouragement to take the next step with my services.\",\"section_prompt\":\"Contact me for personalized accounting solutions today.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"Displaying feedback and testimonials from clients highlighting their experiences and satisfaction.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Feedback\",\"section_description\":\"Showcasing testimonials to build credibility and trust.\",\"section_prompt\":\"Read what my clients are saying about their experiences.\"},{\"section_type\":\"reviews\",\"section_title\":\"Happy Clients\",\"section_description\":\"Highlighted testimonials from satisfied clients.\",\"section_prompt\":\"Discover the positive feedback shared by my clients.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Stories\",\"section_description\":\"Personal stories from clients benefiting from my services.\",\"section_prompt\":\"Learn how my skills have helped clients achieve their financial goals.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Want to Share Your Story?\",\"section_description\":\"Inviting visitors to provide their own testimonial.\",\"section_prompt\":\"Reach out if you have a story to share about your experience.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"A simple way to get in touch with me regarding accounting services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to reach out for inquiries.\",\"section_prompt\":\"Contact me for more information about my accounting services.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"An easy-to-use form for potential clients to reach out.\",\"section_prompt\":\"Fill out the form below to send me a message.\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Contact Information\",\"section_description\":\"Details on how to reach me directly.\",\"section_prompt\":\"Find my phone number and email address here.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"CREATE A WEBSITE THAT ARE USNG ELEMENTOR THEAM AND USE LIGHT COLOR, TYPE OF WEBSITE ACCOUNTING\",\"prompt_id\":1375}', '2025-12-17 05:56:11', '2025-12-17 05:56:11'),
(1376, NULL, NULL, 'need a website with WordPress theme, need a website with WordPress theme, need a website with WordPress theme, need a website with WordPress theme,need a website with WordPress theme ,need a website with WordPress theme ,need a website with WordPress theme ,vneed a website with WordPress themeneed a website with WordPress themeneed a website with WordPress themeneed a website with WordPress themeneed a website with WordPress themeneed a website with WordPress themeneed a website with WordPress t', '{\"website_title\":\"My WordPress Platform\",\"website_description\":\"A comprehensive platform showcasing the versatility and ease of customization available in WordPress, featuring my journey, portfolio, blog, and contact information.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"WordPress, portfolio, personal blog\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my WordPress platform, where you can explore my journey and showcase the versatility available through WordPress.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section includes the main navigation and logo.\",\"section_prompt\":\"This section provides navigation links to explore the website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Website\",\"section_description\":\"An introduction to the versatility of WordPress for personal platforms.\",\"section_prompt\":\"This section introduces visitors to the website\'s purpose and highlights the benefits of using WordPress.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey, experiences, and what drives me in my work.\",\"section_prompt\":\"This section provides a brief overview of my background and interests.\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Portfolio\",\"section_description\":\"Showcasing some of my best works and projects created using WordPress.\",\"section_prompt\":\"Explore a selection of my projects that demonstrate my skills and creativity.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Services Offered\",\"section_description\":\"Here\\u2019s a list of all the services I provide, demonstrating my expertise and offerings.\",\"section_prompt\":\"List the main services I offer: web design, content creation, SEO services, social media management.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Read my latest thoughts on various topics and updates.\",\"section_prompt\":\"This section shows a preview of my most recent blog posts to keep visitors informed.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Others Say\",\"section_description\":\"Feedback from people I\'ve worked with and collaborated on projects.\",\"section_prompt\":\"This section includes quotes and recommendations from others.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to contact me for inquiries and collaborations.\",\"section_prompt\":\"This section invites visitors to reach out through the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links to social media, copyright information, and additional navigation.\",\"section_prompt\":\"This section includes essential links and contact information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"A deeper look into my journey, experiences, and passion for my work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Includes navigation links and branding information.\",\"section_prompt\":\"This section provides navigation links to explore the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Story\",\"section_description\":\"An overview of my personal journey and professional background.\",\"section_prompt\":\"This section details my background and experiences that led to my interests.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Choose Me?\",\"section_description\":\"Highlight the skills and qualities that make me unique in my field.\",\"section_prompt\":\"This section lists reasons why my expertise is beneficial to potential clients.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Transformative Experiences\",\"section_description\":\"Sharing key experiences that shaped my career path.\",\"section_prompt\":\"This section illustrates transformative moments in my journey.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Testimonials\",\"section_description\":\"Words from those who have worked with me and benefitted from my services.\",\"section_prompt\":\"This section showcases feedback from individuals I\'ve collaborated with.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Connect\",\"section_description\":\"Encouragement for visitors to reach out for projects or consultations.\",\"section_prompt\":\"This section invites visitors to reach out for potential collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links and navigation for continued browsing.\",\"section_prompt\":\"This section includes essential links and contact information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"A curated collection of my best works demonstrating my skills and creativity.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational links and branding overview.\",\"section_prompt\":\"This section provides navigation to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Portfolio Overview\",\"section_description\":\"Introduction to my portfolio and the variety of projects showcased.\",\"section_prompt\":\"This section introduces the portfolio and invites exploration of works.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"A visual display of my projects showcasing the diversity of my work.\",\"section_prompt\":\"This section contains images and descriptions of my key projects.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Highlight Projects\",\"section_description\":\"In-depth look at select projects that define my capabilities.\",\"section_prompt\":\"This section highlights specific projects with detailed descriptions.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Insights and recommendations from clients and collaborators.\",\"section_prompt\":\"This section includes client testimonials related to portfolio projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire About My Work\",\"section_description\":\"Encourage potential clients to reach out for project discussions.\",\"section_prompt\":\"This section invites visitors to contact me for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links for continued navigation and contact.\",\"section_prompt\":\"This section includes essential links and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"A platform for sharing thoughts, insights, and updates on relevant topics.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main repository of articles and insights.\",\"section_prompt\":\"This section provides navigation to different blog categories.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Thoughts\",\"section_description\":\"A collection of posts showcasing my insights on various topics.\",\"section_prompt\":\"This section summarizes what visitors can expect to find in my blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"A grid view of my most recent blog posts for easy browsing.\",\"section_prompt\":\"This section displays my latest posts along with titles and brief descriptions.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Popular Topics\",\"section_description\":\"Highlights of the issues and subjects discussed in my posts.\",\"section_prompt\":\"This section outlines popular topics I write about.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Encouragement for readers to comment and engage with my posts.\",\"section_prompt\":\"This section invites readers to share their thoughts on the posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links to previous articles and additional blog resources.\",\"section_prompt\":\"This section includes essential links and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out to me through this page with inquiries or collaboration opportunities.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational links to other sections of the website.\",\"section_prompt\":\"This section provides navigation to explore other website pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Information on how to contact me for various inquiries.\",\"section_prompt\":\"This section encourages visitors to reach out through provided information.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send me a message directly.\",\"section_prompt\":\"This section includes a form for visitors to send messages.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Additional Contact Info\",\"section_description\":\"My email and social media links for direct contact.\",\"section_prompt\":\"This section provides alternative contact options beyond the form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Includes essential links and contact information.\",\"section_prompt\":\"This section contains important navigation links.\"}]}],\"user_prompt\":\"need a website with WordPress theme, need a website with WordPress theme, need a website with WordPress theme, need a website with WordPress theme,need a website with WordPress theme ,need a website with WordPress theme ,need a website with WordPress theme ,vneed a website with WordPress themeneed a website with WordPress themeneed a website with WordPress themeneed a website with WordPress themeneed a website with WordPress themeneed a website with WordPress themeneed a website with WordPress t\",\"prompt_id\":1376}', '2025-12-17 06:07:19', '2025-12-17 06:07:19'),
(1388, 10, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"My Travel Blog\",\"website_description\":\"A vibrant blog dedicated to travel and photography, showcasing adventures through engaging narratives and stunning visuals.\",\"website_type\":\"Personal Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel, photography, blog\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel blog where I share my adventures from around the globe.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the blog.\",\"section_prompt\":\"Includes links to all major sections of the blog.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Travel Blog\",\"section_description\":\"Dive into my travel adventures and photography.\",\"section_prompt\":\"Highlighting the theme of the blog with a captivating banner.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my passion for travel and photography.\",\"section_prompt\":\"A brief overview of my background and motivation for blogging.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Categories of My Journey\",\"section_description\":\"Explore my travels categorized for your convenience.\",\"section_prompt\":\"Showcasing categories: My Journey, Photography Gallery, Travel Tips.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Adventures\",\"section_description\":\"Check out my latest blog posts.\",\"section_prompt\":\"Display the most recent travel stories shared in the blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Me on My Adventures\",\"section_description\":\"Follow along as I continue to explore the world.\",\"section_prompt\":\"Encouragement for readers to stay connected and explore the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and information about the blog.\",\"section_prompt\":\"Includes copyright and additional links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover more about my journey and passion for travel and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the About Me page.\",\"section_prompt\":\"Includes links to other sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Passion for Travel\",\"section_description\":\"Insight into what ignites my love for travel.\",\"section_prompt\":\"Explaining my journey into travel and photography.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Experience\",\"section_description\":\"Highlights of my personal travel experiences.\",\"section_prompt\":\"Detailing significant experiences that shaped my love for adventure.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"Sharing My Stories\",\"section_description\":\"My goal to inspire others through storytelling.\",\"section_prompt\":\"Discussing the importance of sharing travel stories.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Connected\",\"section_description\":\"Invitation for readers to engage with my blog.\",\"section_prompt\":\"Encouraging readers to follow my blog for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and information about the blog.\",\"section_prompt\":\"Includes copyright and additional links.\"}]},{\"page_type\":\"photography_gallery\",\"page_title\":\"Photography Gallery\",\"page_description\":\"A visual showcase of my adventures through photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Gallery page.\",\"section_prompt\":\"Includes links to other sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Captured Moments\",\"section_description\":\"A dive into my travel photography.\",\"section_prompt\":\"Highlighting the essence of travel through captured images.\"},{\"section_type\":\"gallery\",\"section_title\":\"Travel by Destination\",\"section_description\":\"Photos categorized by destinations I\\u2019ve visited.\",\"section_prompt\":\"Displaying different travel destinations through images.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Behind the Lens\",\"section_description\":\"The story behind some of my favorite shots.\",\"section_prompt\":\"Discussing what inspired particular photographs.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and information about the blog.\",\"section_prompt\":\"Includes copyright and additional links.\"}]},{\"page_type\":\"travel_tips\",\"page_title\":\"Travel Tips\",\"page_description\":\"Helpful advice and resources for fellow travelers.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Tips page.\",\"section_prompt\":\"Includes links to other sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Essential Travel Advice\",\"section_description\":\"Tips to enhance your travel experience.\",\"section_prompt\":\"Highlighting useful travel tips for readers.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Top Travel Tips\",\"section_description\":\"Key advice compiled for travelers.\",\"section_prompt\":\"List of essential tips for smart traveling.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries related to travel and photography answered.\",\"section_prompt\":\"Providing readers with helpful answers to common travel questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Need More Advice?\",\"section_description\":\"Encouragement to reach out for personalized tips.\",\"section_prompt\":\"Inviting readers to contact for individual advice.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and information about the blog.\",\"section_prompt\":\"Includes copyright and additional links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Contact page.\",\"section_prompt\":\"Includes links to other sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out for collaborations or inquiries.\",\"section_prompt\":\"Highlighting contact options for readers.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Form to contact me directly.\",\"section_prompt\":\"Allowing readers to send inquiries or messages.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Collaborate\",\"section_description\":\"Invitation for potential collaborations.\",\"section_prompt\":\"Encouragement for readers to consider working together.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and information about the blog.\",\"section_prompt\":\"Includes copyright and additional links.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1388}', '2025-12-18 07:25:53', '2025-12-18 07:25:53');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1389, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A showcase of my skills and aesthetic as a graphic designer, featuring my best works and services offered.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative projects\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where you can explore my creative works and professional services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section containing navigation links.\",\"section_prompt\":\"This section includes navigation links to pages of the website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover my journey and creativity as a graphic designer.\",\"section_prompt\":\"An engaging introduction to my graphic design portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my background, experiences, and inspiration in graphic design.\",\"section_prompt\":\"An overview of my journey as a graphic designer.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the range of services I offer to clients.\",\"section_prompt\":\"List main services: logo design, branding, print materials, digital illustrations, web design.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Featured Projects\",\"section_description\":\"Showcase of my best graphic design works categorized by project type.\",\"section_prompt\":\"Highlight a selection of my graphic design projects.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Read testimonials and feedback from my clients for trust and credibility.\",\"section_prompt\":\"Display feedback from previous clients about my work.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay updated with my recent projects and artistic endeavors.\",\"section_prompt\":\"Provide insights into recent updates in my portfolio.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Need a graphic designer? Let\'s connect and discuss your project!\",\"section_prompt\":\"Encourage potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer section containing copyright and additional links.\",\"section_prompt\":\"Provide copyright information and additional navigation.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Dive deeper into my experiences and inspirations as a graphic designer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section containing navigation links.\",\"section_prompt\":\"This section includes navigation links to pages of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background in graphic design.\",\"section_prompt\":\"Offer insights into my personal journey and experience.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Journey\",\"section_description\":\"A detailed look at how I became a graphic designer and what drives me.\",\"section_prompt\":\"Discuss my experiences, education, and milestones.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Inspiration\",\"section_description\":\"What influences my work and creative process.\",\"section_prompt\":\"Share sources of inspiration that shape my design style.\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"Understand the principles that guide my work and creativity.\",\"section_prompt\":\"Explain my approach and philosophy towards design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Ready to collaborate? Reach out for inquiries.\",\"section_prompt\":\"Encourage visitors to get in touch for projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer section containing copyright and additional links.\",\"section_prompt\":\"Provide copyright information and additional navigation.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A visual gallery of my graphic design work divided into categories.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section containing navigation links.\",\"section_prompt\":\"This section includes navigation links to pages of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Portfolio\",\"section_description\":\"Explore a collection of my best graphic design projects.\",\"section_prompt\":\"Present my work arranged by category for easy browsing.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Categories\",\"section_description\":\"Browse through categories of my work such as branding, logo design, and more.\",\"section_prompt\":\"Provide a categorized gallery of all my design projects.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Highlight Project\",\"section_description\":\"Spotlight on one significant project that showcases my skills.\",\"section_prompt\":\"Detail one key project, its challenges, and outcomes.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Read what my clients say about my design work.\",\"section_prompt\":\"Display positive feedback from clients related to my portfolio.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in My Work?\",\"section_description\":\"Let\\u2019s talk about your design needs.\",\"section_prompt\":\"Inviting potential clients to reach out regarding projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer section containing copyright and additional links.\",\"section_prompt\":\"Provide copyright information and additional navigation.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"The services I offer as a graphic designer to help clients achieve their goals.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section containing navigation links.\",\"section_prompt\":\"This section includes navigation links to pages of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"An overview of the graphic design services I provide.\",\"section_prompt\":\"Introduce the range of services offered to clients.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Logo Design\",\"section_description\":\"Custom logo design tailored to your brand\'s identity.\",\"section_prompt\":\"Detail my process and approach to creating logos.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding\",\"section_description\":\"Comprehensive branding solutions to establish your identity.\",\"section_prompt\":\"Explain how I help clients create their brand image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Materials\",\"section_description\":\"Design of various print materials such as brochures and business cards.\",\"section_prompt\":\"Showcase my design capabilities in print media.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Illustrations\",\"section_description\":\"Unique digital illustrations crafted for various uses.\",\"section_prompt\":\"Detail my illustrations and their applications.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"Creating visually appealing and user-friendly website designs.\",\"section_prompt\":\"Discuss my approach to designing websites.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my services and processes.\",\"section_prompt\":\"Provide clarity on typical client inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Work Together?\",\"section_description\":\"Let\\u2019s discuss your project and get started!\",\"section_prompt\":\"Encourage potential clients to reach out for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer section containing copyright and additional links.\",\"section_prompt\":\"Provide copyright information and additional navigation.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Feedback from clients that highlights their experience working with me.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section containing navigation links.\",\"section_prompt\":\"This section includes navigation links to pages of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from my satisfied clients about my graphic design services.\",\"section_prompt\":\"Showcase client testimonials that endorse my skills.\"},{\"section_type\":\"reviews\",\"section_title\":\"What People Say\",\"section_description\":\"Compilation of positive feedback from various clients.\",\"section_prompt\":\"List succinct reviews from clients on my work.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Client Experiences\",\"section_description\":\"Detailed accounts of clients\\u2019 journeys working with me.\",\"section_prompt\":\"Share stories from clients about their projects.\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Brands I\'ve Worked With\",\"section_description\":\"Highlight notable brands and companies I\\u2019ve collaborated with.\",\"section_prompt\":\"Showcase logos of businesses I\'ve designed for.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Your Own Design Today!\",\"section_description\":\"Inspired by what you see? Reach out to start your project.\",\"section_prompt\":\"Encourage potential clients to approach me for projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer section containing copyright and additional links.\",\"section_prompt\":\"Provide copyright information and additional navigation.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out to discuss your project or collaboration ideas.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section containing navigation links.\",\"section_prompt\":\"This section includes navigation links to pages of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Let\'s connect and discuss your graphic design needs.\",\"section_prompt\":\"Provide a motivational statement encouraging contact.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to send me a message or inquiry.\",\"section_prompt\":\"Include a form for clients to reach out easily.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Alternative ways to reach me including email and phone.\",\"section_prompt\":\"Provide my email address and phone number for direct contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer section containing copyright and additional links.\",\"section_prompt\":\"Provide copyright information and additional navigation.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1389}', '2025-12-18 07:29:52', '2025-12-18 07:29:52'),
(1390, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A comprehensive showcase of my graphic design work, highlighting creativity and skills in visual communication.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, visual communication\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where I showcase my creativity and skills through various projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover my world of graphic design and explore my unique projects that demonstrate my creativity and visual communication skills.\",\"section_prompt\":\"\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my journey into graphic design, my inspiration, and my creative process.\",\"section_prompt\":\"\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"A display of selected projects that illustrate my graphic design skills and creativity. Services: Logo Design, Branding, Illustrations, Print Design.\",\"section_prompt\":\"Explore a collection of my graphic design projects including logo design, branding, illustrations, and print design.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from my satisfied clients about their experiences working with me and the impact of my designs.\",\"section_prompt\":\"\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay updated with my latest projects, tips, and insights into the design world.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in collaborating? Reach out to me to discuss your graphic design needs.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"More about my background, experience, and passion for graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Discover my background and what inspires my work in graphic design.\",\"section_prompt\":\"\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"A brief overview of how I got into graphic design and my evolution as a designer.\",\"section_prompt\":\"\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Philosophy\",\"section_description\":\"Understand my design philosophy and how I approach each project with creativity and dedication.\",\"section_prompt\":\"\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Skill Set\",\"section_description\":\"Details about the skills I possess and the tools I use for graphic design.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Check out my portfolio to see my graphic design projects.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Detailed overview of the design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Explore the variety of graphic design services I offer to clients.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Logo Design\",\"section_description\":\"Creative logo design tailored to represent your brand\'s identity.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding\",\"section_description\":\"Comprehensive branding solutions to build your brand\'s recognition.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Illustrations\",\"section_description\":\"Custom illustrations that bring your ideas and concepts to life.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"High-quality print design services for various mediums including brochures, flyers, and more.\",\"section_prompt\":\"\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions about my services and design process answered.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Ready to start your project? Get in touch!\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"What my clients say about my work and services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Testimonials\",\"section_description\":\"Read feedback from clients who have worked with me.\",\"section_prompt\":\"\"},{\"section_type\":\"testimonials\",\"section_title\":\"What My Clients Say\",\"section_description\":\"Insights from clients regarding the quality and impact of my graphic design services.\",\"section_prompt\":\"\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Why Clients Choose Me\",\"section_description\":\"Reasons clients prefer my graphic design services over others.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Hire Me\",\"section_description\":\"Interested in working together? Let\'s discuss your project.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out to me for collaborations or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Get in touch for freelance inquiries or project collaborations.\",\"section_prompt\":\"\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below, and I will get back to you as soon as possible.\",\"section_prompt\":\"\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Contact Information\",\"section_description\":\"Additional ways to reach me, including email and social media handles.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1390}', '2025-12-18 10:31:48', '2025-12-18 10:31:48'),
(1392, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A showcase of my creative journey and graphic design work, reflecting my design philosophy and skills.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative journey\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio. Here, you will discover my creative journey and the designs that define my work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and site title.\",\"section_prompt\":\"This section contains the menu links for easy navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my graphic design work that combines creativity with functionality.\",\"section_prompt\":\"A captivating introduction to my portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background as a graphic designer and my approach to design.\",\"section_prompt\":\"Discover my story, influences, and what drives my design philosophy.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the graphic design services I offer, tailored to meet diverse creative needs.\",\"section_prompt\":\"List main services provided: branding, illustration, digital media.\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Work\",\"section_description\":\"Browse through my diverse portfolio of projects, showcasing various design styles and techniques.\",\"section_prompt\":\"Showcase my projects categorized by type.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Stay updated with my most recent design projects and creative endeavors.\",\"section_prompt\":\"Highlight my latest works and projects.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Read testimonials from clients who have experienced working with me.\",\"section_prompt\":\"Share feedback and experiences from past clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in working together? Reach out to discuss your project ideas.\",\"section_prompt\":\"Encourage visitors to connect for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional navigation and copyright information.\",\"section_prompt\":\"Contains footer links and important information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Find out about my journey as a graphic designer and my design philosophy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and site title.\",\"section_prompt\":\"This section contains the menu links for easy navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"A deeper look into my professional and personal journey within graphic design.\",\"section_prompt\":\"Outline key milestones and experiences in my design career.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Discover the principles guiding my approach to graphic design.\",\"section_prompt\":\"Explain my beliefs and values in design.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Skills & Tools\",\"section_description\":\"An overview of the skills and tools I utilize in my work.\",\"section_prompt\":\"List the design tools and software I commonly use.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Insights from clients about my work and collaboration style.\",\"section_prompt\":\"Share quotes from clients regarding my work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Connect\",\"section_description\":\"Encourage visitors to contact me for potential projects or collaborations.\",\"section_prompt\":\"Prompt for visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional navigation and copyright information.\",\"section_prompt\":\"Contains footer links and important information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A detailed look at my graphic design projects categorized by type.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and site title.\",\"section_prompt\":\"This section contains the menu links for easy navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Portfolio\",\"section_description\":\"A curated selection of my design projects, showcasing my skills and creativity.\",\"section_prompt\":\"Introduce the portfolio section.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Project Categories\",\"section_description\":\"Explore my projects categorized into distinct design types: branding, illustration, digital media.\",\"section_prompt\":\"Showcase different categories of my work.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Featured Projects\",\"section_description\":\"Highlight significant projects that represent my best work in graphic design.\",\"section_prompt\":\"Detail standout projects with descriptions and visuals.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"Visual representation of my work through images and designs.\",\"section_prompt\":\"A collection of project images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in My Work?\",\"section_description\":\"Feel free to contact me for potential collaborations or inquiries.\",\"section_prompt\":\"Encourage inquiries about my portfolio.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional navigation and copyright information.\",\"section_prompt\":\"Contains footer links and important information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"An overview of the graphic design services I offer to clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and site title.\",\"section_prompt\":\"This section contains the menu links for easy navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Detailed descriptions of the graphic design services I provide.\",\"section_prompt\":\"Introduce the services I offer.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding Services\",\"section_description\":\"Explore how I develop brand identities that resonate with audiences.\",\"section_prompt\":\"Description of branding process and capabilities.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Illustration Services\",\"section_description\":\"Learn about my approach to creating unique illustrations for various mediums.\",\"section_prompt\":\"Detail the illustration services provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Media Services\",\"section_description\":\"Discover my expertise in designing digital media tailored to client needs.\",\"section_prompt\":\"Highlight digital media offerings.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions regarding my services and design process.\",\"section_prompt\":\"List and answer FAQs related to my offerings.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate\",\"section_description\":\"Ready to bring your vision to life? Contact me to discuss your project.\",\"section_prompt\":\"Encourage potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional navigation and copyright information.\",\"section_prompt\":\"Contains footer links and important information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out to me for inquiries, collaborations, or questions regarding my work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and site title.\",\"section_prompt\":\"This section contains the menu links for easy navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"I\'m here to help! Fill out the form below to reach me directly.\",\"section_prompt\":\"Encourage communication through the contact form.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to submit inquiries or messages.\",\"section_prompt\":\"Provide a user-friendly form for outreach.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Other Contact Options\",\"section_description\":\"Other ways to reach me, including email and social media links.\",\"section_prompt\":\"List additional contact methods.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional navigation and copyright information.\",\"section_prompt\":\"Contains footer links and important information.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1392}', '2025-12-18 11:53:14', '2025-12-18 11:53:14'),
(1393, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Portfolio\",\"website_description\":\"A showcase of my creativity and skills in graphic design, featuring my journey, projects, and services offered.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creativity\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio website where I showcase my graphic design work, creative journey, and services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational elements of the website.\",\"section_prompt\":\"Contains links to all main pages of the portfolio.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my world of graphic design through my curated projects and services.\",\"section_prompt\":\"A visually engaging banner introducing the portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my background, experiences, and passion for graphic design.\",\"section_prompt\":\"Discussion of my journey and creative passion.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"I offer a variety of design services to cater to your needs.\",\"section_prompt\":\"List main services (Branding, Illustration, Marketing Materials) provided by me.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Featured Projects\",\"section_description\":\"A selection of my best graphic design projects that highlight my skills and creativity.\",\"section_prompt\":\"Showcase selected projects to engage visitors.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Read feedback from clients who have worked with me.\",\"section_prompt\":\"Showcase testimonials from satisfied clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Check out my latest news and design-related updates.\",\"section_prompt\":\"A preview of the most recent posts or updates.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Ready to collaborate? Reach out to me for your design needs!\",\"section_prompt\":\"Encourage visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright and legal information.\",\"section_prompt\":\"Final area of the website.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"An introduction to my background and passion for graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational elements of the website.\",\"section_prompt\":\"Contains links to all main pages of the portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Deep dive into my personal journey.\",\"section_prompt\":\"Introduction to my professional background.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"Exploring my creative journey and what led me into graphic design.\",\"section_prompt\":\"A narrative of my evolution as a designer.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Passion\",\"section_description\":\"Discussing my love for design and its impact on my work.\",\"section_prompt\":\"Highlighting what drives my designs.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Vision\",\"section_description\":\"Articulating my vision for design and what I aim to achieve.\",\"section_prompt\":\"Sharing my thoughts on design aesthetics.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Encouraging visitors to check out my projects and services.\",\"section_prompt\":\"Call to action oriented towards my portfolio.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright and legal information.\",\"section_prompt\":\"Final area of the website.\"}]},{\"page_type\":\"my-work\",\"page_title\":\"My Work\",\"page_description\":\"A gallery showcasing my graphic design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational elements of the website.\",\"section_prompt\":\"Contains links to all main pages of the portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Gallery of My Work\",\"section_description\":\"Featuring the various projects that represent my skills.\",\"section_prompt\":\"Showcase of my design projects.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Showcase\",\"section_description\":\"A collection of my graphic design pieces that exemplify my style.\",\"section_prompt\":\"Display of my works in an engaging gallery format.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Highlights\",\"section_description\":\"Diving deeper into some standout projects and their value.\",\"section_prompt\":\"Detailed insights on selected key works.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate\",\"section_description\":\"Interested in my work? Reach out today!\",\"section_prompt\":\"Encouraging collaborations and inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright and legal information.\",\"section_prompt\":\"Final area of the website.\"}]},{\"page_type\":\"services-offered\",\"page_title\":\"Services Offered\",\"page_description\":\"Detailing the graphic design services I provide.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational elements of the website.\",\"section_prompt\":\"Contains links to all main pages of the portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"A comprehensive list of services I offer to clients.\",\"section_prompt\":\"Outline of design services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding\",\"section_description\":\"Creating unique brand identities that resonate with target audiences.\",\"section_prompt\":\"Detailed service offering for branding.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Illustration\",\"section_description\":\"Providing custom illustrations tailored to your project needs.\",\"section_prompt\":\"Detailed service offering for illustration.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Marketing Materials\",\"section_description\":\"Designing impactful marketing collateral to boost your brand visibility.\",\"section_prompt\":\"Detailed service offering for marketing materials.\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQs\",\"section_description\":\"Answers to common questions about my services and process.\",\"section_prompt\":\"Addressing frequently asked questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Start?\",\"section_description\":\"Contact me to discuss your project needs!\",\"section_prompt\":\"Encouragement for potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright and legal information.\",\"section_prompt\":\"Final area of the website.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for inquiries and collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational elements of the website.\",\"section_prompt\":\"Contains links to all main pages of the portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Here\\u2019s how you can reach out to me.\",\"section_prompt\":\"Introduction to the contact section.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"Fill in the form below for any inquiries or requests.\",\"section_prompt\":\"Contact form for visitors to submit their information.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Additional Contact Info\",\"section_description\":\"Find alternative ways to contact me if needed.\",\"section_prompt\":\"List of phone, email, and social media contacts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright and legal information.\",\"section_prompt\":\"Final area of the website.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1393}', '2025-12-18 12:29:05', '2025-12-18 12:29:05');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1394, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Exploring the World Through My Lens\",\"website_description\":\"A blog dedicated to showcasing the beauty of travel and photography, featuring stunning destinations, personal stories, and tips for fellow adventurers.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"travel photography blog, adventure travel, photography techniques\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel photography blog, where I share my adventures through stunning visuals and engaging narratives.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation bar for easy access to various sections of the blog.\",\"section_prompt\":\"Includes links to all main sections of the blog.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Blog\",\"section_description\":\"An eye-catching banner showcasing my most captivating travel images.\",\"section_prompt\":\"Highlight the essence of travel and photography.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Adventures\",\"section_description\":\"Quick access to my most recent blog posts.\",\"section_prompt\":\"Showcase the latest articles I\'ve written about my travels.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey as a traveler and photographer.\",\"section_prompt\":\"A brief introduction to myself and my passions.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Destinations\",\"section_description\":\"Explore a selection of incredible places.\",\"section_prompt\":\"List main travel destinations I have visited (Hawaii, Paris, Tokyo, Bali, New York).\"},{\"section_type\":\"gallery\",\"section_title\":\"Captured Moments\",\"section_description\":\"A collection of stunning photos from my travels.\",\"section_prompt\":\"Showcase a gallery of my best photography.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Others Say\",\"section_description\":\"Feedback and comments from readers and fellow travelers.\",\"section_prompt\":\"Share readers\\u2019 thoughts about my photography and travel insights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Me on This Journey!\",\"section_description\":\"Invite readers to subscribe and explore the beauty of travel and photography with me.\",\"section_prompt\":\"Encourage readers to follow my blog for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content with copyright information and additional links.\",\"section_prompt\":\"Standard footer with important links and copyright notice.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover my background and passion for travel and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation bar for easy access to various sections of the blog.\",\"section_prompt\":\"Includes links to all main sections of the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"An intro to my story and experiences in travel and photography.\",\"section_prompt\":\"Set the tone for the About Me page.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Passion for Travel\",\"section_description\":\"Discuss my love for exploration and the places that inspire me.\",\"section_prompt\":\"Highlight what traveling means to me personally.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Photography Journey\",\"section_description\":\"Share how I got into photography and what it brings to my travels.\",\"section_prompt\":\"Elaborate on the techniques and emotions I capture through my lens.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Highlights of My Travel\",\"section_description\":\"List the memorable experiences I\'ve had during my travels.\",\"section_prompt\":\"Include key trips and adventures (Backpacking Europe, Road Trip Across America).\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Connected!\",\"section_description\":\"Encourage readers to engage with my content.\",\"section_prompt\":\"Invite readers to follow my blog for more adventures.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content with copyright information and additional links.\",\"section_prompt\":\"Standard footer with important links and copyright notice.\"}]},{\"page_type\":\"travel_destinations\",\"page_title\":\"Travel Destinations\",\"page_description\":\"Explore the diverse places I\'ve visited with personal stories and stunning photographs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation bar for easy access to various sections of the blog.\",\"section_prompt\":\"Includes links to all main sections of the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Travel Map\",\"section_description\":\"A visual representation of the destinations I\'ve explored.\",\"section_prompt\":\"Create a map or visual guide of all the places covered.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Curated Destinations\",\"section_description\":\"An overview of the most captivating places I\'ve traveled to.\",\"section_prompt\":\"List key travel destinations with short descriptions (Hawaii, Paris, Tokyo, Bali).\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Paris - The City of Light\",\"section_description\":\"An in-depth look at my experiences and photography in Paris.\",\"section_prompt\":\"Combine images with narrative of my favorite moments.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Adventure in Bali\",\"section_description\":\"A captivating account of my time and adventures in Bali.\",\"section_prompt\":\"Pair visuals with storytelling about my Bali trip.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore with Me!\",\"section_description\":\"Encourage readers to dive deeper into each destination.\",\"section_prompt\":\"Invite readers to check out individual blog posts about each place.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content with copyright information and additional links.\",\"section_prompt\":\"Standard footer with important links and copyright notice.\"}]},{\"page_type\":\"photography_tips\",\"page_title\":\"Photography Tips\",\"page_description\":\"Enhance your photography skills with my insights and tutorials.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation bar for easy access to various sections of the blog.\",\"section_prompt\":\"Includes links to all main sections of the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Capture the Moment\",\"section_description\":\"Resources and guidance for aspiring photographers.\",\"section_prompt\":\"Set the theme for photography enhancement.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Photography Tutorials\",\"section_description\":\"A collection of articles focused on different photography techniques.\",\"section_prompt\":\"Showcase various photography guides I\'ve written.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Essential Gear to Start\",\"section_description\":\"Recommendations for equipment every photographer should consider.\",\"section_prompt\":\"Detail the gear I use and recommend.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Lighting Techniques\",\"section_description\":\"Understanding how to utilize lighting for better photos.\",\"section_prompt\":\"Discuss tips for mastering different lighting conditions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Inspired!\",\"section_description\":\"Invite readers to learn and enhance their photography skills.\",\"section_prompt\":\"Encourage readers to apply these tips and techniques in their own photography.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content with copyright information and additional links.\",\"section_prompt\":\"Standard footer with important links and copyright notice.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Latest updates on my travels and photography experiences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation bar for easy access to various sections of the blog.\",\"section_prompt\":\"Includes links to all main sections of the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Blog Posts\",\"section_description\":\"The latest insights, adventures, and photography updates.\",\"section_prompt\":\"Introduce the blog posts section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Travel Stories and Tips\",\"section_description\":\"A grid showcasing my most recent blog entries.\",\"section_prompt\":\"List the latest articles about my travel and photography.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Featured Post\",\"section_description\":\"Highlight a standout post that should not be missed.\",\"section_prompt\":\"Provide a brief overview of a specific highlight from the blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow My Adventures!\",\"section_description\":\"Encourage readers to subscribe for updates on new posts.\",\"section_prompt\":\"Invite readers to stay engaged with the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content with copyright information and additional links.\",\"section_prompt\":\"Standard footer with important links and copyright notice.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out with questions, comments, or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation bar for easy access to various sections of the blog.\",\"section_prompt\":\"Includes links to all main sections of the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch!\",\"section_description\":\"A warm invitation for readers to contact me.\",\"section_prompt\":\"Encourage communication.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A simple form for readers to send their messages directly.\",\"section_prompt\":\"Provide a form for easy message sending.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Follow Me on Social Media\",\"section_description\":\"Links to my social media platforms for more updates.\",\"section_prompt\":\"Include various social media links and handles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content with copyright information and additional links.\",\"section_prompt\":\"Standard footer with important links and copyright notice.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1394}', '2025-12-18 12:43:54', '2025-12-18 12:43:54'),
(1395, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A vibrant portfolio showcasing my graphic design work, reflecting my creativity and skills through various projects.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative work\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where creativity meets skill.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the navigation header for my portfolio.\",\"section_prompt\":\"Display the navigation links to various sections of the portfolio.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my creative endeavors and design projects that illustrate my expertise in graphic design.\",\"section_prompt\":\"Showcase a stunning banner image with a compelling introduction to the portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background, design philosophy, and creative journey.\",\"section_prompt\":\"Provide a brief introduction about myself, my skills, and my passion for graphic design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Services Offered\",\"section_description\":\"Discover the graphic design services I provide to bring your ideas to life.\",\"section_prompt\":\"List main services (logo design, brochure design, social media graphics) offered by me.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Explore My Work\",\"section_description\":\"Browse through diverse design projects that showcase my skills and creative approach.\",\"section_prompt\":\"Highlight different categories such as branding, print design, and digital illustrations.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Read feedback from clients that reflects their experience working with me.\",\"section_prompt\":\"Showcase client testimonials and positive feedback regarding my work.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay updated with the latest projects and posts from my portfolio.\",\"section_prompt\":\"Display recent highlights or blog posts about my design experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Ready to collaborate? Contact me for your next design project!\",\"section_prompt\":\"Encourage visitors to reach out for services or inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information for my portfolio.\",\"section_prompt\":\"Include legal information and additional navigation.\"}]},{\"page_type\":\"about_me\",\"page_title\":\"About Me\",\"page_description\":\"A deeper look into my background and design philosophy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the navigation header for the About Me page.\",\"section_prompt\":\"Display navigation links relevant to the portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Discover my journey and passion for graphic design.\",\"section_prompt\":\"Provide a visual element to emphasize the About Me section.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"A timeline of my journey in graphic design and key milestones.\",\"section_prompt\":\"Share my experiences and evolution as a designer.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Insights into my design principles and creative approach to projects.\",\"section_prompt\":\"Explain my methods and what influences my creative work.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Testimonials that highlight my work and client relationships.\",\"section_prompt\":\"Share quotes from clients about their experiences working with me.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out\",\"section_description\":\"Interested in collaborating? Let\\u2019s connect!\",\"section_prompt\":\"Encourage potential clients to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information for my About Me page.\",\"section_prompt\":\"Include legal information and additional navigation.\"}]},{\"page_type\":\"my_portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"A showcase of my graphic design projects across various categories.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the navigation header for the Portfolio page.\",\"section_prompt\":\"Display navigation links relevant to the portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Portfolio\",\"section_description\":\"Explore various design categories and projects.\",\"section_prompt\":\"Provide a visual overview of the portfolio categories.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Design Categories\",\"section_description\":\"Discover my work showcased in different categories of design.\",\"section_prompt\":\"List the categories: Branding, Print Design, Digital Illustrations.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Projects\",\"section_description\":\"Highlighting select projects that represent my capabilities and creativity.\",\"section_prompt\":\"Showcase images of my best work in various formats.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Looking for a Designer?\",\"section_description\":\"Interested in my work? Let\\u2019s discuss your design needs.\",\"section_prompt\":\"Encourage visitors to reach out for services or inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information for my Portfolio page.\",\"section_prompt\":\"Include legal information and additional navigation.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"An overview of graphic design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the navigation header for the Services page.\",\"section_prompt\":\"Display navigation links relevant to the portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Explore the graphic design services I provide to clients.\",\"section_prompt\":\"Provide a visual reference to the services offered.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Service Offerings\",\"section_description\":\"A rundown of services I provide that cater to various design needs.\",\"section_prompt\":\"List all services offered (logo design, brochure design, social media graphics).\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Logo Design\",\"section_description\":\"Creating impactful logos that represent your brand identity.\",\"section_prompt\":\"Detailed overview of logo design service and its benefits.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brochure Design\",\"section_description\":\"Expertly designed brochures that communicate your message effectively.\",\"section_prompt\":\"Detailed overview of brochure design service and its benefits.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Graphics\",\"section_description\":\"Engaging graphics tailored for social media platforms to enhance your brand\'s online presence.\",\"section_prompt\":\"Detailed overview of social media graphics service and its advantages.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries about my services and design processes.\",\"section_prompt\":\"Provide answers to typical questions clients might have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Ready to bring your ideas to life? Contact me for a consultation.\",\"section_prompt\":\"Encourage potential clients to reach out for a project discussion.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information for my Services page.\",\"section_prompt\":\"Include legal information and additional navigation.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Client feedback showcasing my work and professional relationships.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the navigation header for the Testimonials page.\",\"section_prompt\":\"Display navigation links relevant to the portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Clients Say\",\"section_description\":\"Reviews and testimonials from clients who have experienced my work.\",\"section_prompt\":\"Provide a visual element emphasizing client feedback.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Experiences\",\"section_description\":\"Highlight diverse testimonials that reflect positive client experiences with my services.\",\"section_prompt\":\"Showcase detailed reviews from clients covering various perspectives.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Client Inquiry\",\"section_description\":\"Are you interested in my design services? Contact me!\",\"section_prompt\":\"Encourage potential clients to reach out for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information for my Testimonials page.\",\"section_prompt\":\"Include legal information and additional navigation.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact form for potential clients to reach out for collaboration.\",\"section_prompt\":\"Provide a form for inquiries and service requests.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out to discuss your project or inquire about my services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the navigation header for the Contact page.\",\"section_prompt\":\"Display navigation links relevant to the portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I\\u2019m here to help! Get in touch with any design inquiries.\",\"section_prompt\":\"Provide a visual aspect of the contact process.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get in Touch\",\"section_description\":\"Find my contact details below to reach out.\",\"section_prompt\":\"Share my professional email and social media links.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the contact form below to start a conversation.\",\"section_prompt\":\"Provide a user-friendly form for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information for my Contact page.\",\"section_prompt\":\"Include legal information and additional navigation.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1395}', '2025-12-18 12:45:13', '2025-12-18 12:45:13'),
(1396, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Travel Journal\",\"website_description\":\"A personal blog capturing the beauty of travel through breathtaking photography and immersive narratives. Sharing adventures, insights into various destinations, travel tips, and photography techniques.\",\"website_type\":\"Personal Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, travel tips, immersive narratives\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel blog where journeys unfold through stunning visuals and engaging stories.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website.\",\"section_prompt\":\"Explore my travel blog.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Travel Blog\",\"section_description\":\"Dive into a world of adventure and inspiration through captivating stories and stunning photography.\",\"section_prompt\":\"Get introduced to my collection of travel experiences.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my passion for travel and photography, and what inspires my adventures.\",\"section_prompt\":\"Discover my journey and motivations behind starting this travel blog.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Explore Destinations\",\"section_description\":\"A showcase of travel destinations I\'ve explored: Paris, Tokyo, Bali, New York, Sydney, and more.\",\"section_prompt\":\"List travel destinations I\'ve visited and documented in my blog.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Catch up on my most recent blog posts featuring travel tips and stories from my latest adventures.\",\"section_prompt\":\"View the latest posts on travel experiences and photography.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure\",\"section_description\":\"Subscribe for updates and never miss a moment of my journeys.\",\"section_prompt\":\"Encourage visitors to join my adventure through subscription.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about the blog.\",\"section_prompt\":\"Access links to social media and legal information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover my passion for travel photography and storytelling.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website.\",\"section_prompt\":\"Explore more about me.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction of my journey as a traveler and photographer.\",\"section_prompt\":\"Learn more about who I am and my journey.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Travel Philosophy\",\"section_description\":\"I believe travel is about experiences and learning from diverse cultures.\",\"section_prompt\":\"Explore my philosophy on travel and exploration.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Photography Journey\",\"section_description\":\"My transition from travel enthusiast to a photographer.\",\"section_prompt\":\"Delve into how I fell in love with photography during my travels.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What My Friends Say\",\"section_description\":\"Feedback from other travelers and friends about my adventures and photos.\",\"section_prompt\":\"Check out what people think about my travel stories and photography.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Lets share our travel experiences!\",\"section_prompt\":\"Encourage readers to reach out and share their travel tips.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about the blog.\",\"section_prompt\":\"Access links to social media and legal information.\"}]},{\"page_type\":\"travel_destinations\",\"page_title\":\"Travel Destinations\",\"page_description\":\"Explore the breathtaking destinations I\'ve visited through beautiful photography and compelling narratives.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website.\",\"section_prompt\":\"Discover various travel destinations.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Destinations\",\"section_description\":\"Explore the world through my lens.\",\"section_prompt\":\"Learn about the places I\'ve visited.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Featured Adventures\",\"section_description\":\"A selection of my most memorable travel experiences: Bali, Paris, Tokyo, and more.\",\"section_prompt\":\"List my featured travel adventures.\"},{\"section_type\":\"gallery\",\"section_title\":\"Visual Stories\",\"section_description\":\"A collection of stunning travel photography showcasing each destination.\",\"section_prompt\":\"View photos from my travels, complete with stories.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Cultural Insights\",\"section_description\":\"Explore the rich cultures I encountered during my travels.\",\"section_prompt\":\"Learn about the cultural aspects of the destinations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Plan Your Trip\",\"section_description\":\"Get inspired to explore the world!\",\"section_prompt\":\"Encourage readers to start planning their next travel adventure.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about the blog.\",\"section_prompt\":\"Access links to social media and legal information.\"}]},{\"page_type\":\"photography_tips\",\"page_title\":\"Photography Tips\",\"page_description\":\"Enhance your travel photography with expert tips and techniques.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website.\",\"section_prompt\":\"Access photography tips and tricks.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Tips\",\"section_description\":\"Learn how to capture breathtaking moments during your travels.\",\"section_prompt\":\"Explore my top photography tips.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Photography Techniques\",\"section_description\":\"Techniques I use to enhance my photography: Composition, Lighting, Angles, and more.\",\"section_prompt\":\"List techniques I use for better photography.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Editing Tips\",\"section_description\":\"Basic photo editing steps to enhance your images post-capture.\",\"section_prompt\":\"Get insights into editing travel photos.\"},{\"section_type\":\"reviews\",\"section_title\":\"Reviews of Gear\",\"section_description\":\"My recommendations for travel photography gear and accessories.\",\"section_prompt\":\"Explore the gear that enhances my travel photography.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Capturing\",\"section_description\":\"Get out there and start capturing your adventures!\",\"section_prompt\":\"Motivate readers to practice their photography skills.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about the blog.\",\"section_prompt\":\"Access links to social media and legal information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Read my latest blog posts about travel experiences, tips, and photography insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website.\",\"section_prompt\":\"Access the blog posts.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog Posts\",\"section_description\":\"A collection of my favorite blog entries on diverse travel topics.\",\"section_prompt\":\"Explore my blog posts for updates and new experiences.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"See my latest articles covering travel tips and personal stories.\",\"section_prompt\":\"Display the latest blog entries and topics.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Popular Topics\",\"section_description\":\"List of popular topics discussed in my blog: Travel Tips, Experiences, Photography.\",\"section_prompt\":\"Explore the most popular themes from the blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Share your travel stories and tips in the comments!\",\"section_prompt\":\"Encourage engagement from readers.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about the blog.\",\"section_prompt\":\"Access links to social media and legal information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for inquiries, collaborations, or sharing travel stories.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website.\",\"section_prompt\":\"Access the contact information.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I would love to hear from you!\",\"section_prompt\":\"Learn how to reach out to me.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Please fill out the form below to reach me.\",\"section_prompt\":\"Contact form for inquiries and messages.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Find my email and social media links for direct communication.\",\"section_prompt\":\"Access my contact details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information about the blog.\",\"section_prompt\":\"Access links to social media and legal information.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1396}', '2025-12-18 12:46:55', '2025-12-18 12:46:55'),
(1397, 10, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A comprehensive portfolio showcasing my graphic design skills, creativity, and services offered to potential clients and employers.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An introduction to my design philosophy and services offered in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to the other pages.\",\"section_prompt\":\"This section links to all main pages of my portfolio.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my work and discover my approach to graphic design.\",\"section_prompt\":\"A welcoming introduction to my portfolio showcasing a hero image.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my background and design inspirations that shape my work.\",\"section_prompt\":\"A brief overview of my journey in graphic design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Here are some of the graphic design services I offer: logo design, branding, marketing materials, digital illustrations.\",\"section_prompt\":\"List main services provided such as logo design, branding, marketing materials, digital illustrations.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Portfolio Highlights\",\"section_description\":\"Featured projects demonstrating my creative process and design skills.\",\"section_prompt\":\"A showcase of selected projects with descriptions.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"See what my clients have to say about my work and collaboration experience.\",\"section_prompt\":\"Display testimonials from clients who appreciate my services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch!\",\"section_description\":\"Interested in collaborating? Reach out for inquiries.\",\"section_prompt\":\"Encourage visitors to connect with me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and links to social media.\",\"section_prompt\":\"Footer with all necessary legal and contact links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"A detailed overview of my background, experience and inspirations in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to the other pages.\",\"section_prompt\":\"This section links to all main pages of my portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Story\",\"section_description\":\"Discover my journey as a graphic designer and what inspires my work.\",\"section_prompt\":\"Introduction to my personal story and creative inspirations.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Experience\",\"section_description\":\"A look at my professional experience in graphic design and relevant projects.\",\"section_prompt\":\"Detail my professional journey and projects I\'ve worked on.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Insights into my design philosophy and approach to projects.\",\"section_prompt\":\"Introduce my design philosophy and approach.\"},{\"section_type\":\"about\",\"section_title\":\"Inspiration\",\"section_description\":\"What drives my creativity in graphic design.\",\"section_prompt\":\"Discuss influences and inspiration for my work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Check out my projects and services.\",\"section_prompt\":\"Encourage visitors to visit my portfolio.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and links to social media.\",\"section_prompt\":\"Footer with all necessary legal and contact links.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"A curated selection of my best graphic design projects with descriptions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to the other pages.\",\"section_prompt\":\"This section links to all main pages of my portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Portfolio Gallery\",\"section_description\":\"A complete gallery of my graphical work organized by categories.\",\"section_prompt\":\"Showcase the full portfolio of graphic design projects.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Showcase\",\"section_description\":\"A collection of my best work with interactive elements to view details.\",\"section_prompt\":\"List all relevant projects with images and descriptions.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Creative Process\",\"section_description\":\"Insights into the creative process behind my designs.\",\"section_prompt\":\"Discuss my creative process for projects.\"},{\"section_type\":\"about\",\"section_title\":\"Feedback from Clients\",\"section_description\":\"Thoughts from clients about handled projects showcased here.\",\"section_prompt\":\"Highlight comments or reviews on the showcased projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire About My Work\",\"section_description\":\"Interested in collaborating on a project? Let\'s talk.\",\"section_prompt\":\"Encourage visitors to reach out regarding my work.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and links to social media.\",\"section_prompt\":\"Footer with all necessary legal and contact links.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"A detailed page listing the graphic design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to the other pages.\",\"section_prompt\":\"This section links to all main pages of my portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Services Offered\",\"section_description\":\"Explore the graphic design services available for projects.\",\"section_prompt\":\"Introduce the services I provide.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Design Services Overview\",\"section_description\":\"A list of services I provide including logo design, branding, marketing materials, digital illustrations.\",\"section_prompt\":\"Detail my services with descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Logo Design\",\"section_description\":\"Professional logo design that captures your brand identity.\",\"section_prompt\":\"Highlight logo design service with an accompanying image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding Services\",\"section_description\":\"Comprehensive branding packages tailored to your needs.\",\"section_prompt\":\"Highlight branding services with an accompanying image.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries regarding my services and process.\",\"section_prompt\":\"Answer questions frequently asked about services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project\",\"section_description\":\"Ready to start a project? Contact me for a consultation.\",\"section_prompt\":\"Encourage visitors to reach out for service inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and links to social media.\",\"section_prompt\":\"Footer with all necessary legal and contact links.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Feedback\",\"page_description\":\"Feedback from clients highlighting my strengths and the impact of my work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to the other pages.\",\"section_prompt\":\"This section links to all main pages of my portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Clients Say\",\"section_description\":\"A compilation of testimonials from various clients.\",\"section_prompt\":\"Showcase client feedback on my work.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Praise for My Work\",\"section_description\":\"Read testimonials that highlight my skills and effectiveness.\",\"section_prompt\":\"Include direct quotes from clients.\"},{\"section_type\":\"about\",\"section_title\":\"Impact of My Designs\",\"section_description\":\"Explore how my designs positively impacted client projects.\",\"section_prompt\":\"Discuss the influence of my design work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Experience\",\"section_description\":\"If you\\u2019ve worked with me, I\\u2019d love to hear your feedback!\",\"section_prompt\":\"Encourage former clients to submit their testimonials.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and links to social media.\",\"section_prompt\":\"Footer with all necessary legal and contact links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"A page with my contact information and a form for inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to the other pages.\",\"section_prompt\":\"This section links to all main pages of my portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Reach out for collaborations or inquiries about my work.\",\"section_prompt\":\"Introduction to the contact section.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Find my email address and phone number for direct inquiries.\",\"section_prompt\":\"Provide my contact information.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Send a Message\",\"section_description\":\"Fill out the form below to get in touch with me.\",\"section_prompt\":\"Include a form for potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and links to social media.\",\"section_prompt\":\"Footer with all necessary legal and contact links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1397}', '2025-12-18 12:54:55', '2025-12-18 12:54:55');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1398, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"SEO and Marketing Agency\",\"website_description\":\"A comprehensive platform showcasing expert services in digital marketing, SEO strategies, and results-driven approaches for businesses.\",\"website_type\":\"agency\",\"website_industry\":\"Consulting\",\"search_query\":\"digital marketing, SEO strategies, content marketing\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my SEO and Marketing agency where expertise meets strategy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar to explore the site.\",\"section_prompt\":\"Navigation bar with links to Home, About, Services, Blog, Case Studies, Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Agency\",\"section_description\":\"Discover expert solutions for your digital marketing needs.\",\"section_prompt\":\"Engaging hero banner with a call to action.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background and approach to digital marketing.\",\"section_prompt\":\"Overview of my professional journey and commitment to client success.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the comprehensive services I offer to boost your brand\\u2019s online presence.\",\"section_prompt\":\"List main services: SEO optimization, Content marketing, Social media management, Analytics.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with my latest blog posts and articles on digital marketing.\",\"section_prompt\":\"Overview of recent blog posts and relevant insights.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Proven Results\",\"section_description\":\"Highlights of my key achievements and metrics in the industry.\",\"section_prompt\":\"Showcase of significant achievements in percentages and numbers.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Read reviews and testimonials from satisfied clients.\",\"section_prompt\":\"Quotes and feedback from clients expressing satisfaction with my services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Reach out to discuss your digital marketing needs and goals.\",\"section_prompt\":\"Call to action encouraging visitors to contact for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and copyright information.\",\"section_prompt\":\"Basic footer layout with links to privacy policy and terms of service.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background and expertise in SEO and marketing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar to explore the site.\",\"section_prompt\":\"Navigation bar with links to Home, About, Services, Blog, Case Studies, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"An overview of my journey in the digital marketing field.\",\"section_prompt\":\"Introduction and career highlights.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"My Approach\",\"section_description\":\"Details on the unique strategies and methodologies I employ.\",\"section_prompt\":\"List the strategic approaches: Data-driven insights, Tailored strategies, Continuous optimization.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Experience & Expertise\",\"section_description\":\"Showcase of professional certifications and projects completed successfully.\",\"section_prompt\":\"Highlight experience in SEO and marketing.\"},{\"section_type\":\"gallery\",\"section_title\":\"My Work Background\",\"section_description\":\"Visual representation of my past projects and outcomes.\",\"section_prompt\":\"Gallery showing key marketing campaigns and outcomes.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Invitation to reach out for collaboration or questions.\",\"section_prompt\":\"Encourage visitors to contact for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and copyright information.\",\"section_prompt\":\"Basic footer layout with links to privacy policy and terms of service.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Comprehensive list of services offered by my SEO and Marketing agency.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar to explore the site.\",\"section_prompt\":\"Navigation bar with links to Home, About, Services, Blog, Case Studies, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Detailed overview of services provided.\",\"section_prompt\":\"Introductory section about the importance of digital marketing services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Optimization\",\"section_description\":\"Strategic approaches for improving your website\\u2019s search engine ranking.\",\"section_prompt\":\"Details of SEO services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Creating compelling content to engage your target audience.\",\"section_prompt\":\"Overview of content marketing strategies.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Management\",\"section_description\":\"Building and maintaining a strong social media presence.\",\"section_prompt\":\"Services focused on managing social media interactions and advertising.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Analytics Services\",\"section_description\":\"Utilizing data to enhance marketing strategies and measure success.\",\"section_prompt\":\"Details on analytics offerings and reporting.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries related to my services and processes.\",\"section_prompt\":\"Address frequently asked questions regarding SEO and marketing.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project\",\"section_description\":\"Encouragement to reach out for a consultation.\",\"section_prompt\":\"Call to action inviting visitors to begin discussing their projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and copyright information.\",\"section_prompt\":\"Basic footer layout with links to privacy policy and terms of service.\"}]},{\"page_type\":\"case_studies\",\"page_title\":\"Case Studies\",\"page_description\":\"Explore success stories and outcomes from previous projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar to explore the site.\",\"section_prompt\":\"Navigation bar with links to Home, About, Services, Blog, Case Studies, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Case Studies\",\"section_description\":\"Insights into successful projects and strategies implemented.\",\"section_prompt\":\"Introduction to case studies showcasing effectiveness.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Success Stories\",\"section_description\":\"Detailed accounts of projects completed with quantifiable results.\",\"section_prompt\":\"Overview of key projects undertaken and their outcomes.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Client Impact\",\"section_description\":\"Highlighting the impact of services on clients\\u2019 businesses.\",\"section_prompt\":\"Focus on improvements achieved for clients.\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Trusted By\",\"section_description\":\"Logos of companies I have worked with for added credibility.\",\"section_prompt\":\"Display logos of partner companies.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Discuss Your Project\",\"section_description\":\"Encouragement for visitors to reach out for inquiries.\",\"section_prompt\":\"Call to action inviting visitors to contact for case study discussions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and copyright information.\",\"section_prompt\":\"Basic footer layout with links to privacy policy and terms of service.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights and articles on digital marketing trends and best practices.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar to explore the site.\",\"section_prompt\":\"Navigation bar with links to Home, About, Services, Blog, Case Studies, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"Explore articles and tips on digital marketing.\",\"section_prompt\":\"Engaging section focusing on recent blog posts.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"Grid layout of blog posts with highlights and summaries.\",\"section_prompt\":\"Overview of recent articles covering various digital marketing topics.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Marketing Insights\",\"section_description\":\"Deep dives into specific marketing strategies and tips.\",\"section_prompt\":\"Detailed insights into selected topics.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated\",\"section_description\":\"Invitation to subscribe for updates and new articles.\",\"section_prompt\":\"Encouragement to subscribe to the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and copyright information.\",\"section_prompt\":\"Basic footer layout with links to privacy policy and terms of service.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch for consultations or inquiries regarding services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar to explore the site.\",\"section_prompt\":\"Navigation bar with links to Home, About, Services, Blog, Case Studies, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out for any inquiries.\",\"section_prompt\":\"Section inviting visitors to get in touch.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get in Touch\",\"section_description\":\"Details on how to reach me for consultations.\",\"section_prompt\":\"Information on phone number, email, and office address.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form to fill inquiries or project requests.\",\"section_prompt\":\"Contact form for users to submit their messages.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and copyright information.\",\"section_prompt\":\"Basic footer layout with links to privacy policy and terms of service.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":1398}', '2025-12-19 04:33:12', '2025-12-19 04:33:12'),
(1399, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing my creative journey, projects, and skills in graphic design.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative work\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A consistent header across the site for navigation.\",\"section_prompt\":\"A navigation menu for easy access to different sections.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome\",\"section_description\":\"An inviting introduction to my portfolio showcasing my design philosophy.\",\"section_prompt\":\"A hero banner that captures the essence of my work.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my journey as a graphic designer.\",\"section_prompt\":\"An introduction to my background, experience, and design ethos.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"An overview of the design services I offer.\",\"section_prompt\":\"List main services (Branding, Print Design, Digital Design, Illustration) provided by me.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Recent Projects\",\"section_description\":\"Showcasing my most recent works and case studies.\",\"section_prompt\":\"A showcase of recent projects that highlight my design capabilities.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback and praises from those I\'ve worked with.\",\"section_prompt\":\"Display testimonials from clients and colleagues praising my work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate\",\"section_description\":\"Invitation to connect for potential projects.\",\"section_prompt\":\"A call to action encouraging visitors to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"A consistent footer across the site with additional links.\",\"section_prompt\":\"Provides links to social media and contact information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background and journey in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A consistent header across the site for navigation.\",\"section_prompt\":\"A navigation menu for easy access to different sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Creative Journey\",\"section_description\":\"A detailed description of my background and what motivates me as a designer.\",\"section_prompt\":\"An engaging narrative of my journey in graphic design.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Vision & Values\",\"section_description\":\"Insights into my design principles and professional ethos.\",\"section_prompt\":\"An explanation of my vision and values in graphic design.\"},{\"section_type\":\"about\",\"section_title\":\"My Skills\",\"section_description\":\"An outline of the skills I\'ve developed over the years.\",\"section_prompt\":\"Details of the various skills I\'ve acquired as a graphic designer.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Encourages visitors to reach out for potential collaborations.\",\"section_prompt\":\"A prompt for visitors to get in touch if they\'re interested.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"A consistent footer across the site with additional links.\",\"section_prompt\":\"Provides links to social media and contact information.\"}]},{\"page_type\":\"my-work\",\"page_title\":\"My Work\",\"page_description\":\"Showcasing the projects I have completed in various styles.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A consistent header across the site for navigation.\",\"section_prompt\":\"A navigation menu for easy access to different sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Project Galleries\",\"section_description\":\"Highlighting various projects I\'ve completed, showing my versatility.\",\"section_prompt\":\"A showcase of my completed projects in various categories.\"},{\"section_type\":\"gallery\",\"section_title\":\"Portfolio Highlights\",\"section_description\":\"A selection of my best works showcasing different styles.\",\"section_prompt\":\"Display a gallery of my top design projects.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Case Studies\",\"section_description\":\"In-depth look at specific projects and the processes involved.\",\"section_prompt\":\"Detailed analysis of select projects demonstrating my design process.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Collaborating?\",\"section_description\":\"Encouragement for visitors to reach out regarding potential projects.\",\"section_prompt\":\"An invitation for visitors to get in touch if they want to collaborate.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"A consistent footer across the site with additional links.\",\"section_prompt\":\"Provides links to social media and contact information.\"}]},{\"page_type\":\"skills\",\"page_title\":\"Skills\",\"page_description\":\"Detailed description of my design skills and expertise.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A consistent header across the site for navigation.\",\"section_prompt\":\"A navigation menu for easy access to different sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Skill Set\",\"section_description\":\"An overview of the various skills I have in graphic design.\",\"section_prompt\":\"Detailing my skills in graphic design.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Core Competencies\",\"section_description\":\"A list of my main competencies and design areas.\",\"section_prompt\":\"List my main design competencies (Illustration, Logo Design, Typography, Visual Identity).\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Continuous Learning\",\"section_description\":\"My commitment to ongoing education and skill enhancement.\",\"section_prompt\":\"An explanation of how I continue to improve my skills.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Work Together\",\"section_description\":\"A prompt to encourage visitors to reach out for collaborations.\",\"section_prompt\":\"Encouragement for visitors to contact me for potential projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"A consistent footer across the site with additional links.\",\"section_prompt\":\"Provides links to social media and contact information.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Reviews and feedback from clients and colleagues.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A consistent header across the site for navigation.\",\"section_prompt\":\"A navigation menu for easy access to different sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Feedback\",\"section_description\":\"A collection of positive testimonials from clients I\'ve worked with.\",\"section_prompt\":\"Showcasing testimonials from clients regarding my work.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What People Are Saying\",\"section_description\":\"A selection of testimonials that showcase appreciation for my work.\",\"section_prompt\":\"Highlight quotes from clients praising my design skills.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Experience It Yourself\",\"section_description\":\"Encourages visitors to hire me for their design needs.\",\"section_prompt\":\"An invitation for potential clients to reach out for their projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"A consistent footer across the site with additional links.\",\"section_prompt\":\"Provides links to social media and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out to me for inquiries, collaborations, or feedback.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A consistent header across the site for navigation.\",\"section_prompt\":\"A navigation menu for easy access to different sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Information on how to contact me for projects or inquiries.\",\"section_prompt\":\"A section detailing how to reach out to me.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Submit your message or inquiry directly through the form.\",\"section_prompt\":\"A form for potential clients to fill out for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"My email and other contact information for direct reach.\",\"section_prompt\":\"Provide my professional contact details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"A consistent footer across the site with additional links.\",\"section_prompt\":\"Provides links to social media and contact information.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1399}', '2025-12-19 04:45:34', '2025-12-19 04:45:34'),
(1400, NULL, NULL, 'A freelance website for a web developer', '{\"website_title\":\"My Web Development Portfolio\",\"website_description\":\"Showcasing my skills, projects, and expertise in web development to attract potential clients.\",\"website_type\":\"Personal\",\"website_industry\":\"Technology\",\"search_query\":\"web development, freelance portfolio, web design\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Introduction to my web development journey and services offered.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the website.\",\"section_prompt\":\"Includes links to all main sections of the site and branding elements.\",\"selected_slug\":\"header\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An engaging introduction to my freelance web development career.\",\"section_prompt\":\"Highlight my expertise and capture visitor\'s interest with a compelling visual.\",\"selected_slug\":\"hero-banner\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief insight into my journey and passion for web development.\",\"section_prompt\":\"Share my skills, background, and what inspires me in web development.\",\"selected_slug\":\"about\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Overview of services I provide in web development.\",\"section_prompt\":\"List main services (website design, e-commerce solutions, custom web applications) offered by me.\",\"selected_slug\":\"services\"},{\"section_type\":\"portfolio\",\"section_title\":\"Featured Projects\",\"section_description\":\"Showcase of my best work and projects completed for clients.\",\"section_prompt\":\"Highlight previous work along with technologies used in each project.\",\"selected_slug\":\"portfolio\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"A preview of my latest articles and insights on web development.\",\"section_prompt\":\"Showcase recent blog posts about web development tips and trends.\",\"selected_slug\":\"latest-posts\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Work Together\",\"section_description\":\"Encourage visitors to reach out for collaboration and inquiries.\",\"section_prompt\":\"Invite potential clients to contact me to discuss their project needs.\",\"selected_slug\":\"call-to-action\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information such as copyright and social media links.\",\"section_prompt\":\"Include important links and copyright information.\",\"selected_slug\":\"footer\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"My journey in web development and the skills I bring.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for the About Me page.\",\"section_prompt\":\"Quick links to other sections of the site.\",\"selected_slug\":\"header\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A deeper insight into my background and skills.\",\"section_prompt\":\"Discuss my journey in web development, education, and skills I have acquired.\",\"selected_slug\":\"about-me\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Choose Me?\",\"section_description\":\"Highlight the unique skills and perspectives I bring to projects.\",\"section_prompt\":\"List the benefits of working with me in web development projects.\",\"selected_slug\":\"why-choose-me\"},{\"section_type\":\"testimonials\",\"section_title\":\"What My Clients Say\",\"section_description\":\"Feedback from clients that showcase their satisfaction.\",\"section_prompt\":\"Display quotes from previous clients about their experiences working with me.\",\"selected_slug\":\"testimonials\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Encouragement for visitors to reach out for collaboration.\",\"section_prompt\":\"Invite potential clients to connect and discuss their projects.\",\"selected_slug\":\"call-to-action\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links and copyright notice for the About Me page.\",\"section_prompt\":\"Include relevant footer information.\",\"selected_slug\":\"footer\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A showcase of my previous web development projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational links for the Portfolio page.\",\"section_prompt\":\"Links to navigate to other sections such as About, Services, and Contact.\",\"selected_slug\":\"header\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Work\",\"section_description\":\"Introduction to my project showcase.\",\"section_prompt\":\"Present a compelling introduction to my portfolio of projects.\",\"selected_slug\":\"my-work\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"Visual display of my projects with short descriptions.\",\"section_prompt\":\"Showcase individual projects with images and brief overviews.\",\"selected_slug\":\"project-gallery\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project Details\",\"section_description\":\"Detailed descriptions of selected projects.\",\"section_prompt\":\"Provide specific technologies used and challenges overcome in projects.\",\"selected_slug\":\"project-details\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Collaborating?\",\"section_description\":\"Encourage visitors to reach out for their web development needs.\",\"section_prompt\":\"Invite clients to contact me regarding their projects after viewing the portfolio.\",\"selected_slug\":\"call-to-action\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information relevant to the Portfolio page.\",\"section_prompt\":\"Essential links and copyright notice for the Portfolio.\",\"selected_slug\":\"footer\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"A detailed list of services I offer as a web developer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational elements for the Services page.\",\"section_prompt\":\"Quick links to navigate to other parts of the website.\",\"selected_slug\":\"header\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Overview of the services I provide\",\"section_prompt\":\"Present a compelling introduction to my services in web development.\",\"selected_slug\":\"my-services\"},{\"section_type\":\"features_listing\",\"section_title\":\"What I Offer\",\"section_description\":\"Breakdown of service offerings in detail.\",\"section_prompt\":\"List and describe the services (website design, e-commerce solutions, custom web applications) provided by me.\",\"selected_slug\":\"services-offer\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my services.\",\"section_prompt\":\"Address common inquiries about the services provided.\",\"selected_slug\":\"faqs\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Start?\",\"section_description\":\"Encouragement for visitors to take the next steps for collaboration.\",\"section_prompt\":\"Invite potential clients to contact me regarding their projects.\",\"selected_slug\":\"call-to-action\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information for the Services page.\",\"section_prompt\":\"Include essential links and copyright information.\",\"selected_slug\":\"footer\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Feedback from my clients and experiences working together.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational links for the Testimonials page.\",\"section_prompt\":\"Quick links to other parts of the site for easy navigation.\",\"selected_slug\":\"header\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Clients Say\",\"section_description\":\"Introduction to the testimonials provided by clients.\",\"section_prompt\":\"Present a welcoming overview of client feedback.\",\"selected_slug\":\"client-feedback\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Compilation of feedback from my previous clients.\",\"section_prompt\":\"Showcase testimonials from clients who valued my work.\",\"selected_slug\":\"client-testimonials\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Companies I\'ve Worked With\",\"section_description\":\"Display logos of client companies I\'ve collaborated with.\",\"section_prompt\":\"Showcase the brands that trusted me for their web development projects.\",\"selected_slug\":\"client-logos\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Happy Clients\",\"section_description\":\"Encourage visitors to reach out for web development projects.\",\"section_prompt\":\"Invite potential clients to become part of my portfolio through collaboration.\",\"selected_slug\":\"call-to-action\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Relevant footer information for the Testimonials page.\",\"section_prompt\":\"Essential links and copyright notice for Testimonials.\",\"selected_slug\":\"footer\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights and articles about web development trends and best practices.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational links for the Blog page.\",\"section_prompt\":\"Links to other sections of the site.\",\"selected_slug\":\"header\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"An introduction to the blog section with recent articles.\",\"section_prompt\":\"Welcome visitors and introduce them to the latest blog content.\",\"selected_slug\":\"latest-articles\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"A grid display of my blog articles.\",\"section_prompt\":\"Showcase individual blog posts supporting web development tips and trends.\",\"selected_slug\":\"blog-posts\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated\",\"section_description\":\"Encourage visitors to subscribe for updates on new posts.\",\"section_prompt\":\"Invite visitors to subscribe to my blog for the latest insights.\",\"selected_slug\":\"call-to-action\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information relevant to the Blog page.\",\"section_prompt\":\"Include essential links and copyright information for the Blog.\",\"selected_slug\":\"footer\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"A way for potential clients to reach out with inquiries or project proposals.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational links for the Contact page.\",\"section_prompt\":\"Quick links to navigate back to main areas of the site.\",\"selected_slug\":\"header\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"An introduction to the contact page inviting inquiries.\",\"section_prompt\":\"Encourage clients to connect for their web development needs.\",\"selected_slug\":\"get-in-touch\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to submit inquiries or project proposals.\",\"section_prompt\":\"Provide a space for potential clients to contact me directly with their projects.\",\"selected_slug\":\"contact-form\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Information\",\"section_description\":\"Additional contact details for easy communication.\",\"section_prompt\":\"Include email and social media handles for potential clients to connect with me.\",\"selected_slug\":\"contact-info\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information for the Contact page.\",\"section_prompt\":\"Include relevant links and copyright information for Contact.\",\"selected_slug\":\"footer\"}]}],\"user_prompt\":\"A freelance website for a web developer\",\"prompt_id\":1400}', '2025-12-19 09:22:48', '2025-12-19 09:22:48'),
(1401, 128, 815, '\"At The Dream Earth, we bring the power of US based M37labs\' enterprise AI solutions to businesses in the UAE and the wider Middle East region. From AI-driven automation to intelligent decision-making, we help enterprises optimize operations, enhance customer experiences, and drive innovation with cutting-edge artificial intelligence. Their vision to Enterprise AI ready in 60 days\"', '{\"website_title\":\"The Dream Earth\",\"website_description\":\"A leading provider of enterprise AI solutions in the UAE and Middle East, focused on optimizing operations, enhancing customer experiences, and driving innovation through advanced AI technologies.\",\"website_type\":\"business\",\"website_industry\":\"Technology\",\"search_query\":\"AI solutions, enterprise technology, business automation\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Overview of our enterprise AI solutions and partnership with M37labs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for The Dream Earth.\",\"section_prompt\":\"Main navigation links and contact information.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to The Dream Earth\",\"section_description\":\"Discover how we transform enterprises through advanced AI solutions.\",\"section_prompt\":\"Introductory overview of our company and offerings.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Get to know our mission and vision for revolutionizing business with AI.\",\"section_prompt\":\"A brief introduction about our commitment to enterprise AI in the region.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the range of enterprise AI solutions we offer.\",\"section_prompt\":\"List main services: AI-driven Automation, Intelligent Decision-Making, Customer Experience Enhancement, Operational Optimization.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Read success stories and feedback from our valued clients.\",\"section_prompt\":\"Highlight positive experiences shared by clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with the latest news and articles from our blog.\",\"section_prompt\":\"Display recent blog posts and updates.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Transform?\",\"section_description\":\"Contact us to get started on your AI journey today!\",\"section_prompt\":\"Encouragement to reach out for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"Footer navigation items.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"An introduction to our mission and vision at The Dream Earth.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for The Dream Earth.\",\"section_prompt\":\"Main navigation links and company logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Mission and Vision\",\"section_description\":\"Learn about our goals and the impact we aim to achieve in the AI sector.\",\"section_prompt\":\"Description of our mission and vision.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"What Sets Us Apart\",\"section_description\":\"Discover our unique approach to implementing AI in businesses.\",\"section_prompt\":\"Highlight the qualities that differentiate us in the AI market.\"},{\"section_type\":\"about\",\"section_title\":\"Our Commitment\",\"section_description\":\"We are dedicated to transforming businesses with innovative AI technologies.\",\"section_prompt\":\"Explain our commitment to AI integration.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us in Innovation\",\"section_description\":\"Engage with us for AI solutions tailored to your business needs.\",\"section_prompt\":\"Prompt for companies to consider our services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to policies and contacts.\",\"section_prompt\":\"Footer navigation items.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Detailed look at the enterprise AI solutions we provide.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for The Dream Earth.\",\"section_prompt\":\"Main navigation links and company branding.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Comprehensive AI Solutions\",\"section_description\":\"Explore the AI services designed to elevate your enterprise.\",\"section_prompt\":\"Overview of services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"AI-driven Automation\",\"section_description\":\"Streamline processes with our AI-powered automation tools.\",\"section_prompt\":\"Detailing AI-driven Automation capabilities.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Intelligent Decision-Making\",\"section_description\":\"Leverage data for smarter, faster decision-making.\",\"section_prompt\":\"Detailing Intelligent Decision-Making solutions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Customer Experience Enhancement\",\"section_description\":\"Transform customer interactions with AI insights.\",\"section_prompt\":\"Detailing enhancements in Customer Experience.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Operational Optimization\",\"section_description\":\"Maximize efficiency through tailored AI applications.\",\"section_prompt\":\"Detailing Operational Optimization strategies.\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQs About Our Services\",\"section_description\":\"Common questions about our AI solutions answered.\",\"section_prompt\":\"Provide answers to general inquiries about our services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your AI Journey\",\"section_description\":\"Reach out to us for tailored AI solutions that meet your business needs.\",\"section_prompt\":\"Encouragement to contact for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to contact and additional resources.\",\"section_prompt\":\"Footer navigation items.\"}]},{\"page_type\":\"case_studies\",\"page_title\":\"Case Studies\",\"page_description\":\"Success stories of businesses transformed by our AI solutions in the UAE and Middle East.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for The Dream Earth.\",\"section_prompt\":\"Main navigation links and branding.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Success Stories\",\"section_description\":\"Highlighting successful AI implementations by our clients.\",\"section_prompt\":\"Introduction to case studies showcased.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Client Success Stories\",\"section_description\":\"Read about our clients who have successfully implemented our AI solutions.\",\"section_prompt\":\"Highlight individual stories from various clients.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Key Achievements\",\"section_description\":\"Overview of the results achieved by our clients using our services.\",\"section_prompt\":\"Summary of key metrics and outcomes.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Your Success Story Awaits\",\"section_description\":\"Get in touch to see how we can help transform your business.\",\"section_prompt\":\"Prompt to contact us for starting a new journey.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to additional information and contacts.\",\"section_prompt\":\"Footer navigation items.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for inquiries or support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for The Dream Earth.\",\"section_prompt\":\"Main navigation links and logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Reach out for inquiries about our AI solutions.\",\"section_prompt\":\"Introductory section for contact details.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out our form to start a conversation with us.\",\"section_prompt\":\"A contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our office location in the UAE.\",\"section_prompt\":\"Details of our physical office address and additional contact methods.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"Footer navigation items.\"}]}],\"user_prompt\":\"At The Dream Earth, we bring the power of US based M37labs\' enterprise AI solutions to businesses in the UAE and the wider Middle East region. From AI-driven automation to intelligent decision-making, we help enterprises optimize operations, enhance customer experiences, and drive innovation with cutting-edge artificial intelligence. Their vision to Enterprise AI ready in 60 days\",\"prompt_id\":1401,\"theme\":\"flat\",\"colors\":[[62,120,0],[6,197,216]],\"fonts\":\"flat-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":\"https:\\/\\/www.linkedin.com\\/in\\/premramachandran\\/\",\"youtube\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_69451af021d6f.png\",\"contact_details\":{\"phone_number\":\"+971 50 453 7253\",\"email\":\"prem@thedreamearth.com\",\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2025-12-19 09:23:47', '2025-12-19 09:29:22');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1402, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Adventurous Travels\",\"website_description\":\"A blog dedicated to outstanding travel experiences and captivating photography, inspiring fellow adventurers and photographers through engaging stories and stunning visuals.\",\"website_type\":\"Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel, photography, adventures\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An introduction to captivating travel stories and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu with links to all main pages.\",\"section_prompt\":\"The main navigation to access different sections of the blog.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Adventurous Travels\",\"section_description\":\"An introduction to the blog and what readers can expect.\",\"section_prompt\":\"Showcase an inspiring image and a brief welcome message about the blog.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Discover my journey in travel and photography.\",\"section_prompt\":\"A brief introduction about the author and their passion for travel and photography.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Adventures\",\"section_description\":\"Highlights of the most recent blog posts.\",\"section_prompt\":\"Display recent blog posts with beautiful images to entice readers.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Travel Destinations\",\"section_description\":\"Explore various places shared in my blog.\",\"section_prompt\":\"List main travel destinations showcased in posts (Italy, Japan, Australia, Peru, USA).\"},{\"section_type\":\"gallery\",\"section_title\":\"Photography Showcase\",\"section_description\":\"A glimpse of stunning photography across different themes.\",\"section_prompt\":\"Display a selection of my best photographs.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey\",\"section_description\":\"Encourage readers to explore and connect.\",\"section_prompt\":\"Call readers to dive into the blog and share their experiences.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and other important information.\",\"section_prompt\":\"Footer section with copyright and social media links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"A personal section sharing my journey in travel and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu with links to all main pages.\",\"section_prompt\":\"The main navigation to access different sections of the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"A personal narrative of my travel and photography experiences.\",\"section_prompt\":\"Share the author\'s story and what inspires them.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"What I Offer\",\"section_description\":\"Insight into the type of content readers can expect.\",\"section_prompt\":\"Highlight the benefits of following the blog (inspiration, tips, stories).\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Readers Say\",\"section_description\":\"Feedback from readers on the blog\'s impact.\",\"section_prompt\":\"Insert quotes\\/testimonial from readers praising the blog.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Let\'s Connect\",\"section_description\":\"Ways to reach out for collaborations.\",\"section_prompt\":\"Provide social media links and email for inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Adventure\",\"section_description\":\"Encourage readers to follow the journey.\",\"section_prompt\":\"Prompt readers to read more and connect.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and other important information.\",\"section_prompt\":\"Footer section with copyright and social media links.\"}]},{\"page_type\":\"travel_destinations\",\"page_title\":\"Travel Destinations\",\"page_description\":\"Detailed posts about various places I have visited, including tips and experiences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu with links to all main pages.\",\"section_prompt\":\"The main navigation to access different sections of the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore Destinations\",\"section_description\":\"An overview of travel destinations covered on the blog.\",\"section_prompt\":\"Introduction to various travel destinations shared.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Destination Highlights\",\"section_description\":\"Featured posts about travel destinations with stunning visuals.\",\"section_prompt\":\"Display a grid of popular travel posts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Travel Tips\",\"section_description\":\"Unique insights and fun facts about destinations.\",\"section_prompt\":\"Highlight interesting tips for each destination.\"},{\"section_type\":\"gallery\",\"section_title\":\"Travel Photography\",\"section_description\":\"Visual journey through photographs taken at destinations.\",\"section_prompt\":\"Showcase thematic photography from travel experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Plan Your Trip\",\"section_description\":\"Motivate readers to explore these destinations.\",\"section_prompt\":\"Encouragement for readers to follow the travel journey.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and other important information.\",\"section_prompt\":\"Footer section with copyright and social media links.\"}]},{\"page_type\":\"photography_gallery\",\"page_title\":\"Photography Gallery\",\"page_description\":\"A curated collection of my best photographs organized by themes or locations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu with links to all main pages.\",\"section_prompt\":\"The main navigation to access different sections of the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Photography\",\"section_description\":\"A showcase of my photography work.\",\"section_prompt\":\"Introduction to photography styles and themes.\"},{\"section_type\":\"gallery\",\"section_title\":\"Thematic Galleries\",\"section_description\":\"Curated photo collections by themes like landscapes, cityscapes, etc.\",\"section_prompt\":\"Organized galleries displaying photos by theme.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Behind the Lens\",\"section_description\":\"A look into the stories behind select photographs.\",\"section_prompt\":\"Share insights on captivating images taken.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why I Capture Moments\",\"section_description\":\"Explain the importance of photography in travel.\",\"section_prompt\":\"Highlight reasons to follow the photography journey.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Me in Photography\",\"section_description\":\"Invite readers to explore and appreciate photography.\",\"section_prompt\":\"Encourage interaction with the photographic content.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and other important information.\",\"section_prompt\":\"Footer section with copyright and social media links.\"}]},{\"page_type\":\"travel_tips\",\"page_title\":\"Travel Tips\",\"page_description\":\"Useful advice for fellow travelers, including packing lists, travel hacks, and itineraries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu with links to all main pages.\",\"section_prompt\":\"The main navigation to access different sections of the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Essential Travel Tips\",\"section_description\":\"A guide to helpful travel advice and resources.\",\"section_prompt\":\"Introduction to the travel tips and their importance.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Travel Hacks\",\"section_description\":\"Curated tips to enhance travel experiences.\",\"section_prompt\":\"List various travel hacks for better travels.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Packing Essentials\",\"section_description\":\"Recommendations for packing for different kinds of trips.\",\"section_prompt\":\"Provide a list of essentials for travelers.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Ask Me Anything\",\"section_description\":\"Open the floor for questions regarding travel tips.\",\"section_prompt\":\"Encourage readers to reach out with specific queries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Journey\",\"section_description\":\"Invite readers to implement these tips on their next travels.\",\"section_prompt\":\"Encourage readers to explore the world with confidence.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and other important information.\",\"section_prompt\":\"Footer section with copyright and social media links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"An archive of all my posts, sorted by date and category.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu with links to all main pages.\",\"section_prompt\":\"The main navigation to access different sections of the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Adventures Blog\",\"section_description\":\"An archive of travel stories and photography posts.\",\"section_prompt\":\"Welcome readers to the blog archive projects.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Posts\",\"section_description\":\"An overview of popular posts sorted by category or date.\",\"section_prompt\":\"Display a grid of featured blog posts.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Recent Updates\",\"section_description\":\"Show latest travel blog posts added to the archive.\",\"section_prompt\":\"Highlight the most recent entries in the blog.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"What to Expect\",\"section_description\":\"Insight into what readers can gain from the blog.\",\"section_prompt\":\"Outline the benefits of following the blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Discussion\",\"section_description\":\"Encourage reader interaction through comments and shares.\",\"section_prompt\":\"Invite readers to join the conversation on their travels.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and other important information.\",\"section_prompt\":\"Footer section with copyright and social media links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"A page for readers to reach out to me for collaborations or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu with links to all main pages.\",\"section_prompt\":\"The main navigation to access different sections of the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Ways to connect with me for inquiries.\",\"section_prompt\":\"Invitation to contact for collaborations or questions.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"Contact form for reader inquiries.\",\"section_prompt\":\"Simple form for readers to fill out for contacting.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Alternative Contact\",\"section_description\":\"Additional ways to connect outside the form.\",\"section_prompt\":\"Social media links and email.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and other important information.\",\"section_prompt\":\"Footer section with copyright and social media links.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1402}', '2025-12-19 10:17:20', '2025-12-19 10:17:20'),
(1404, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Graphic Design Portfolio\",\"website_description\":\"A professional portfolio showcasing a variety of graphic design works, highlighting creativity and design philosophy.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative works\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An introduction to my graphic design journey and artistic vision.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover my graphic design journey through an engaging showcase of my creative works.\",\"section_prompt\":\"This section will highlight my artistic vision and invite visitors to explore.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my background and design philosophy.\",\"section_prompt\":\"Explore my journey as a graphic designer.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Overview of the services I provide in graphic design.\",\"section_prompt\":\"List main services offered: logo design, marketing materials, digital illustrations.\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Work\",\"section_description\":\"A collection of my best design projects categorized by type.\",\"section_prompt\":\"Explore a curated gallery of my works.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Designs\",\"section_description\":\"Showcase of my recent projects and designs, highlighting my latest creativity.\",\"section_prompt\":\"Keep up to date with my newest graphic works.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to contact me for their graphic design needs.\",\"section_prompt\":\"Explore ways to reach out for collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing links and additional information.\",\"section_prompt\":\"N\\/A\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A gallery of my best design works, categorized by type.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the portfolio page.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Portfolio Overview\",\"section_description\":\"An introduction to the projects showcased in this portfolio.\",\"section_prompt\":\"Learn about the categories of work represented.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Design Categories\",\"section_description\":\"Categorization of my design works into branding, web design, and illustration.\",\"section_prompt\":\"Showcase main categories of my designs.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Works\",\"section_description\":\"A visually appealing gallery showcasing select design works.\",\"section_prompt\":\"Explore a visual display of my top design projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Hire Me\",\"section_description\":\"Prompting visitors to consider hiring me for their graphic design projects.\",\"section_prompt\":\"Contact me for collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing links and additional information.\",\"section_prompt\":\"N\\/A\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"A section detailing my background, skills, and design philosophy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the about page.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Who I Am\",\"section_description\":\"An introduction to my background and experience in graphic design.\",\"section_prompt\":\"Learn more about my creative journey.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Skills\",\"section_description\":\"Highlighting key skills that fuel my graphic design projects.\",\"section_prompt\":\"Detailed overview of my skills as a designer.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Insights into my approach to design and creativity.\",\"section_prompt\":\"Discuss what drives my creative process.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Connect\",\"section_description\":\"Encouraging visitors to reach out and learn more about my work.\",\"section_prompt\":\"Ways to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing links and additional information.\",\"section_prompt\":\"N\\/A\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"An outline of the graphic design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the services page.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Overview of services available in graphic design.\",\"section_prompt\":\"Learn about the services I offer.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Available Services\",\"section_description\":\"Detailed description of my graphic design services including logo design, marketing materials, and digital illustrations.\",\"section_prompt\":\"Showcase full list of services offered.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions regarding my services and creative process.\",\"section_prompt\":\"Address any inquiries clients may have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Request a Quote\",\"section_description\":\"Encouraging potential clients to reach out for custom project inquiries.\",\"section_prompt\":\"Learn how my services can meet your needs.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing links and additional information.\",\"section_prompt\":\"N\\/A\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Feedback from clients highlighting the impact and quality of my work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the testimonials page.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Clients Say\",\"section_description\":\"A collection of feedback from past clients and collaborators.\",\"section_prompt\":\"Explore testimonials that reflect my work\'s quality.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Feedback\",\"section_description\":\"Showcasing positive feedback received from various clients.\",\"section_prompt\":\"Display highlighted testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Happy Clients\",\"section_description\":\"Encouraging new clients to connect based on positive reviews.\",\"section_prompt\":\"Get in touch to discuss your project.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing links and additional information.\",\"section_prompt\":\"N\\/A\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"A page with my contact information and a form for inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the contact page.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Inviting potential clients to reach out for collaboration.\",\"section_prompt\":\"Contact me for inquiries.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A simple form for sending messages to me directly.\",\"section_prompt\":\"Fill out the form to start a conversation.\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Details\",\"section_description\":\"Providing my contact information along with social media links.\",\"section_prompt\":\"Find my email and social media handles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing links and additional information.\",\"section_prompt\":\"N\\/A\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1404}', '2025-12-19 10:55:21', '2025-12-19 10:55:21'),
(1405, NULL, NULL, 'A freelance website for a web developer', '{\"website_title\":\"My Professional Portfolio\",\"website_description\":\"Showcasing my skills, projects, and services as a freelance web developer.\",\"website_type\":\"Personal\",\"website_industry\":\"Technology\",\"search_query\":\"web development, freelance portfolio, UI\\/UX design\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my professional portfolio where you can explore my work as a freelance web developer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access.\",\"section_prompt\":\"Provide navigational links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An introduction to my work and expertise in web development.\",\"section_prompt\":\"Showcase a captivating header image and introduction.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about me and my journey as a web developer.\",\"section_prompt\":\"Detail my background and experience in web development.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the services I offer: website development, UI\\/UX design, maintenance services.\",\"section_prompt\":\"List main services: website development, UI\\/UX design, maintenance services.\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Projects\",\"section_description\":\"A showcase of my best web development projects with details.\",\"section_prompt\":\"Highlight my top projects with links to their descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Explore my latest blog posts about web development trends and insights.\",\"section_prompt\":\"Display links to recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encourage visitors to contact me for inquiries or collaborations.\",\"section_prompt\":\"Include a call to action for potential clients.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright and additional links.\",\"section_prompt\":\"Provide footer information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover more about my background and experience in web development.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access.\",\"section_prompt\":\"Provide navigational links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Background information about my professional journey.\",\"section_prompt\":\"Describe my education, skills, and experiences in web development.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"My Skills\",\"section_description\":\"A summary of the skills I bring to every project.\",\"section_prompt\":\"List relevant skills such as programming languages, frameworks, and tools.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Approach\",\"section_description\":\"An overview of my approach to projects and client collaboration.\",\"section_prompt\":\"Detail my methodology and work ethics.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Read positive feedback from my previous clients regarding my work.\",\"section_prompt\":\"Showcase testimonials from satisfied clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Encourage potential clients to reach out for collaborations.\",\"section_prompt\":\"Include a call to action for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright and additional links.\",\"section_prompt\":\"Provide footer information.\"}]},{\"page_type\":\"my_services\",\"page_title\":\"My Services\",\"page_description\":\"Detailed descriptions of the services offered to clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access.\",\"section_prompt\":\"Provide navigational links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"An overview of the services I provide.\",\"section_prompt\":\"Introduce the various services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Website Development\",\"section_description\":\"Custom web development services tailored to client needs.\",\"section_prompt\":\"Detail my website development services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"UI\\/UX Design\",\"section_description\":\"Creating user-friendly and visually appealing interfaces.\",\"section_prompt\":\"Detail my UI\\/UX design offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Maintenance Services\",\"section_description\":\"Ongoing support and updates for websites to ensure performance.\",\"section_prompt\":\"Detail my maintenance services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions clients have about my services.\",\"section_prompt\":\"List frequently asked questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Hire Me\",\"section_description\":\"Encourage visitors to contact me to hire my services.\",\"section_prompt\":\"Include a call to action for service inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright and additional links.\",\"section_prompt\":\"Provide footer information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"Explore my web development projects that highlight my skills.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access.\",\"section_prompt\":\"Provide navigational links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Portfolio\",\"section_description\":\"A collection of my best work as a web developer.\",\"section_prompt\":\"Introduce the portfolio of projects.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"Visual showcase of my completed projects with brief descriptions.\",\"section_prompt\":\"Display selected project images and descriptions.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Highlighted Project\",\"section_description\":\"A detailed overview of one of my standout projects.\",\"section_prompt\":\"Provide an in-depth look at a featured project.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback from clients on my completed projects.\",\"section_prompt\":\"Showcase client satisfaction with my work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Encourage visitors to reach out for potential projects.\",\"section_prompt\":\"Include a call to action for project inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright and additional links.\",\"section_prompt\":\"Provide footer information.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Read feedback from clients who have worked with me.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access.\",\"section_prompt\":\"Provide navigational links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Testimonials\",\"section_description\":\"A collection of testimonials supporting my work quality.\",\"section_prompt\":\"Introduce the testimonials from clients.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Reviews\",\"section_description\":\"Honest reviews from clients regarding my services.\",\"section_prompt\":\"Showcase extensive reviews from past clients.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Reasons to Work With Me\",\"section_description\":\"Highlight the benefits of choosing me as a web developer.\",\"section_prompt\":\"Detail the advantages of collaborating with me.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started\",\"section_description\":\"Encourage potential clients to contact me for services.\",\"section_prompt\":\"Include a call to action for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright and additional links.\",\"section_prompt\":\"Provide footer information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out to me for queries or project discussions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access.\",\"section_prompt\":\"Provide navigational links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A section dedicated to making contact easy.\",\"section_prompt\":\"Introduce the contact options.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"A form for visitors to submit their inquiries directly.\",\"section_prompt\":\"Provide a contact form for potential client inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Additional ways to reach me through various platforms.\",\"section_prompt\":\"List email, phone number, and social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright and additional links.\",\"section_prompt\":\"Provide footer information.\"}]}],\"user_prompt\":\"A freelance website for a web developer\",\"prompt_id\":1405}', '2025-12-19 11:17:27', '2025-12-19 11:17:27'),
(1406, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A showcase of my creativity and skills in graphic design, featuring my work and services offered.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creativity\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where I showcase my creativity and skills.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding section.\",\"section_prompt\":\"This section includes navigation links to various pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An introduction to my work as a graphic designer.\",\"section_prompt\":\"This section presents a captivating introduction to the portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background and experience in graphic design.\",\"section_prompt\":\"This section provides a brief overview of my professional journey.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Highlight the graphic design services I provide.\",\"section_prompt\":\"List main services (Brand Identity, Print Design, Digital Graphics, Social Media Design, Illustration) offered.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Preview of my most recent design projects.\",\"section_prompt\":\"Showcase the latest projects to grab visitor\'s interest.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Encouragement for visitors to reach out for collaboration.\",\"section_prompt\":\"This section invites visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including copyright and additional links.\",\"section_prompt\":\"Contains copyright information and links to social media.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover more about my background, experience, and approach to design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding section.\",\"section_prompt\":\"This section includes navigation links to various pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A closer look into my creative journey and expertise.\",\"section_prompt\":\"This section provides insights into my design philosophy and experiences.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Journey\",\"section_description\":\"Details about how I became a graphic designer and my experiences.\",\"section_prompt\":\"Narrative of my career path and experiences that shaped my design skills.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Explanation of my approach to graphic design and creative process.\",\"section_prompt\":\"Insight into what motivates my designs and how I approach projects.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Others Say\",\"section_description\":\"Feedback from clients and peers about my work.\",\"section_prompt\":\"A selection of quotes and recommendations from satisfied clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Connect\",\"section_description\":\"Encouragement for potential clients to reach out.\",\"section_prompt\":\"Invite visitors to contact me for potential collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including copyright and additional links.\",\"section_prompt\":\"Contains copyright information and links to social media.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"Explore my graphic design projects and creative endeavors.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding section.\",\"section_prompt\":\"This section includes navigation links to various pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Portfolio\",\"section_description\":\"A showcase of my creative projects and designs.\",\"section_prompt\":\"Display my design work across various categories.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Highlights\",\"section_description\":\"Features images and descriptions of key projects.\",\"section_prompt\":\"Visual showcase of selected projects with brief descriptions.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Process\",\"section_description\":\"Overview of the process behind selected designs.\",\"section_prompt\":\"Highlight the approach and techniques used in creating projects.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Client impressions and feedback on my portfolio projects.\",\"section_prompt\":\"Share thoughts from clients regarding my work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Collaborating?\",\"section_description\":\"Invite visitors to reach out for potential projects.\",\"section_prompt\":\"Encourage inquiries for collaborations based on portfolio work.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including copyright and additional links.\",\"section_prompt\":\"Contains copyright information and links to social media.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Detailed overview of the graphic design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding section.\",\"section_prompt\":\"This section includes navigation links to various pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Graphic Design Services\",\"section_description\":\"An overview of the services I provide as a graphic designer.\",\"section_prompt\":\"Summary of the services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity\",\"section_description\":\"Creating strong brand identities that resonate with audiences.\",\"section_prompt\":\"Details about Brand Identity services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Designing high-quality prints for various needs.\",\"section_prompt\":\"Details about Print Design services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Graphics\",\"section_description\":\"Creating visuals for online platforms and digital media.\",\"section_prompt\":\"Details about Digital Graphics services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Design\",\"section_description\":\"Tailored designs for social media engagement.\",\"section_prompt\":\"Details about Social Media Design services offered.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions regarding my services.\",\"section_prompt\":\"A list of FAQs related to graphic design services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Start?\",\"section_description\":\"Encourage potential clients to inquire about services.\",\"section_prompt\":\"Invite visitors to contact me to start a project.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including copyright and additional links.\",\"section_prompt\":\"Contains copyright information and links to social media.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch for inquiries, collaborations, or questions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding section.\",\"section_prompt\":\"This section includes navigation links to various pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Instructions on how to reach me for inquiries.\",\"section_prompt\":\"Provide contact details and encourage inquiries.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"A form for visitors to submit inquiries or message me.\",\"section_prompt\":\"Allow visitors to send messages directly through the site.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get in Touch\",\"section_description\":\"Alternative ways to contact me directly.\",\"section_prompt\":\"Provide additional contact options and links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including copyright and additional links.\",\"section_prompt\":\"Contains copyright information and links to social media.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1406}', '2025-12-19 11:54:05', '2025-12-19 11:54:05'),
(1408, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A vibrant showcase of my graphic design work, highlighting my creative skills and projects.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative skills\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets innovation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other important sections of the website.\",\"section_prompt\":\"Includes links to \'About Me\', \'My Work\', \'Services\', and \'Contact\'.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover my journey in graphic design, showcasing creativity and innovation.\",\"section_prompt\":\"An introduction to my graphic design portfolio and its vibrant offerings.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background, journey, and design philosophy.\",\"section_prompt\":\"A brief overview of my experiences and design influences.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the services I offer to clients in the graphic design realm.\",\"section_prompt\":\"List main services provided: Branding, Illustration, Web Design, Print Design.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Projects\",\"section_description\":\"A selection of my most notable graphic design projects for various clients.\",\"section_prompt\":\"Showcase of my best works, highlighting versatility and creativity.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Hear what my clients have to say about working with me.\",\"section_prompt\":\"Reviews and testimonials from satisfied clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay updated with my latest design projects and insights.\",\"section_prompt\":\"A preview of recent blog posts or updates regarding my work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Ready to work together? Reach out for collaboration opportunities.\",\"section_prompt\":\"A prompt encouraging visitors to reach out via the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains footer links and copyright information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover my background and design philosophy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate to other sections of the website.\",\"section_prompt\":\"Includes links to \'Home\', \'My Work\', \'Services\', and \'Contact\'.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A deep dive into my journey and design philosophy.\",\"section_prompt\":\"Introduce the section with a focus on my creative path.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"An insight into my background, how I started in graphic design, and key milestones.\",\"section_prompt\":\"A written narrative of my journey in the graphic design field.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Philosophy\",\"section_description\":\"My approach to design and how I strive to meet client needs.\",\"section_prompt\":\"Detail my design principles and approach.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Encouragement to view my work and projects.\",\"section_prompt\":\"Invite visitors to check out my projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains footer links and copyright information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Explore the design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate to other important sections of the website.\",\"section_prompt\":\"Includes links to \'Home\', \'About Me\', \'My Work\', and \'Contact\'.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"An overview of the services I offer as a graphic designer.\",\"section_prompt\":\"Introductory banner highlighting my services.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Service Offerings\",\"section_description\":\"Detailed list of services available for clients.\",\"section_prompt\":\"List main services: Branding, Illustration, Web Design, Print Design.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding\",\"section_description\":\"Creating unique brand identities for businesses.\",\"section_prompt\":\"Description of Branding services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Illustration\",\"section_description\":\"Custom illustrations tailored to client needs.\",\"section_prompt\":\"Description of Illustration services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"Designing visually appealing and functional websites.\",\"section_prompt\":\"Description of Web Design services offered.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions about my services and processes.\",\"section_prompt\":\"Answers to FAQs for better client understanding.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire Now\",\"section_description\":\"Interested in my services? Let\'s discuss your project!\",\"section_prompt\":\"Encouragement for potential clients to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains footer links and copyright information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch for potential collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate to other sections of the website.\",\"section_prompt\":\"Includes links to \'Home\', \'About Me\', \'My Work\', and \'Services\'.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out for collaboration opportunities.\",\"section_prompt\":\"An intro to the contact details.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form to send me a message or inquiry.\",\"section_prompt\":\"Contact form for potential clients to reach out.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Other Contact Options\",\"section_description\":\"Alternative ways to contact me, like email or social media.\",\"section_prompt\":\"List my email and social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains footer links and copyright information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and social media.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1408}', '2025-12-22 04:53:53', '2025-12-22 04:53:53');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1409, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A personal portfolio showcasing the creative graphic design work and projects of [Your Name], providing insights into the design process and industry trends.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creativity\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Introduction to my portfolio and design work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu to access different sections of the website.\",\"section_prompt\":\"\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"A brief introduction to my graphic design services and what visitors can find on the site.\",\"section_prompt\":\"\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"An overview of my journey in graphic design, my skills, and my creative philosophy.\",\"section_prompt\":\"\"},{\"section_type\":\"gallery\",\"section_title\":\"My Work Gallery\",\"section_description\":\"A showcase of various graphic design pieces including logos, branding, and illustrations.\",\"section_prompt\":\"Display my design pieces in a gallery format.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"A preview of the latest blog posts where I share design insights and trends.\",\"section_prompt\":\"\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback and testimonials from previous clients on my design work and collaboration.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to contact me for projects or inquiries.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links to the main pages of the site.\",\"section_prompt\":\"\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Details about my background and passion for graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu to access about section.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"A narrative of my path in graphic design and the experiences that shaped my skills.\",\"section_prompt\":\"\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"My Skills and Expertise\",\"section_description\":\"A detailed list of skills I possess related to graphic design.\",\"section_prompt\":\"List my main skills in graphic design, such as branding, typography, digital illustration.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"A reflection on my design principles and what influences my creative process.\",\"section_prompt\":\"\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Others Say\",\"section_description\":\"Feedback from classmates, teachers, or mentors about my work.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey\",\"section_description\":\"Invite visitors to explore my work or reach out if they want to collaborate.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links to the main pages of the site.\",\"section_prompt\":\"\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Gallery\",\"page_description\":\"A dedicated section to view my graphic design projects in detail.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu to access gallery section.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Design Works\",\"section_description\":\"An introduction to the various design pieces displayed in the gallery.\",\"section_prompt\":\"\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Projects\",\"section_description\":\"A collection of my best graphic design projects, showcasing the range and diversity of my work.\",\"section_prompt\":\"Exhibit creative projects including digital artwork, branding, and logos.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Comments from clients about specific projects displayed in the gallery.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me for Projects\",\"section_description\":\"Encouragement for visitors to reach out for collaboration opportunities.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links to the main pages of the site.\",\"section_prompt\":\"\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"A section for my blog posts on design trends and insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu to access blog section.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Insights\",\"section_description\":\"An introduction to the blog, focusing on design trends and personal insights.\",\"section_prompt\":\"\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"A grid of my latest blog posts covering various aspects of graphic design.\",\"section_prompt\":\"Display a collection of recent blog posts.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Reader Thoughts\",\"section_description\":\"Feedback and comments from readers about my blog content.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encouragement to subscribe for the latest updates on my blog and design work.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links to the main pages of the site.\",\"section_prompt\":\"\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"A page for potential clients to reach out to me.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu to access contact section.\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to reach out with inquiries or project ideas.\",\"section_prompt\":\"\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to fill out with their contact details and messages.\",\"section_prompt\":\"Provide a contact form for potential clients.\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Contact Information\",\"section_description\":\"Details on how to reach me via email or social media.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links to the main pages of the site.\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1409}', '2025-12-22 04:57:02', '2025-12-22 04:57:02'),
(1410, 10, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A professional portfolio showcasing my graphic design skills, creativity, and projects. Explore my journey, services, and ways to reach out for collaboration.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative work\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where creativity meets professionalism. Explore my projects and services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"Initial navigation and branding for my website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover my graphic design journey and creative contributions in the design field.\",\"section_prompt\":\"Showcase an inspiring introduction with visuals that reflect my design aesthetic.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction to my background and journey in graphic design, highlighting my passion and skills.\",\"section_prompt\":\"Share insights about my experience and what drives my creative process.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the graphic design services I offer, tailored to meet your needs.\",\"section_prompt\":\"List main services (logo design, branding, print design) provided by me.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Projects\",\"section_description\":\"A visual showcase of my best work that demonstrates my skill and creativity in graphic design.\",\"section_prompt\":\"Display a selection of standout graphic design projects.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Hear from those I\'ve worked with about their experience collaborating with me.\",\"section_prompt\":\"Show meaningful quotes from clients that reflect their satisfaction.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Catch up on my recent thoughts and insights related to graphic design.\",\"section_prompt\":\"Highlight recent blog posts or articles related to design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate\",\"section_description\":\"Contact me to discuss your graphic design needs and work together on exciting projects!\",\"section_prompt\":\"Encourage potential clients to reach out to me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"Provide links and necessary information at the bottom of the website.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey as a graphic designer and my creative philosophy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"Initial navigation and branding for the About Me page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A deeper dive into my background in graphic design.\",\"section_prompt\":\"Present my design story and how I got to where I am today.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Choose Me\",\"section_description\":\"Key reasons for choosing my graphic design services.\",\"section_prompt\":\"List the unique benefits I bring as a designer.\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"Insights into my approach and style in graphic design.\",\"section_prompt\":\"Share what influences my work and how I achieve creativity.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Kind Words\",\"section_description\":\"Testimonials about my character and commitment to projects.\",\"section_prompt\":\"Include reviews from collaborators or clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Work Together?\",\"section_description\":\"Invite viewers to get in touch for potential collaborations.\",\"section_prompt\":\"Encourage readers to consider contacting me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"Provide links and necessary information at the bottom of the page.\"}]},{\"page_type\":\"my_work\",\"page_title\":\"My Work\",\"page_description\":\"Explore my graphic design projects that showcase my creativity and talent.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"Initial navigation and branding for the My Work page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Projects\",\"section_description\":\"A curated collection of my most significant design works.\",\"section_prompt\":\"Showcase a diverse range of graphic design projects.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Highlights\",\"section_description\":\"Detailed views of select projects and their significance.\",\"section_prompt\":\"Present selected projects with descriptions and images.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Design Varieties\",\"section_description\":\"A breakdown of different types of design work I create.\",\"section_prompt\":\"List various design types I specialize in.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Feedback from clients on specific projects I\'ve completed.\",\"section_prompt\":\"Display testimonials relevant to featured projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Working Together?\",\"section_description\":\"Contact me for inquiries related to project collaborations.\",\"section_prompt\":\"Encourage potential clients to reach out for work.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"Provide links and necessary information at the bottom of the page.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Discover the graphic design services I offer to elevate your brand.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"Initial navigation and branding for the Services page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"An overview of the graphic design services available to clients.\",\"section_prompt\":\"Introduce the types of services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Logo Design\",\"section_description\":\"Professional logo design services that align with your brand identity.\",\"section_prompt\":\"Detail the logo design process and its benefits.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding Services\",\"section_description\":\"Comprehensive branding packages to help you stand out in your industry.\",\"section_prompt\":\"Outline the aspects of branding I handle.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Creative print design services for all your marketing needs.\",\"section_prompt\":\"Detail services offered in print design.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions regarding my services and process.\",\"section_prompt\":\"Provide clear and informative answers to typical client inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Discuss Your Project\",\"section_description\":\"Reach out to discuss your graphic design needs and get started today!\",\"section_prompt\":\"Encourage clients to contact for service inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"Provide links and necessary information at the bottom of the page.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for inquiries about my work or to discuss your project.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"Initial navigation and branding for the Contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out for collaboration, inquiries, or just to connect.\",\"section_prompt\":\"Encourage visitors to get in touch.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquire Here\",\"section_description\":\"Fill out the form below, and I\\u2019ll get back to you as soon as possible.\",\"section_prompt\":\"Provide a form for visitors to submit their inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get in Touch\",\"section_description\":\"Alternative ways to reach me, including email and social media contacts.\",\"section_prompt\":\"Share my contact details for direct communication.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"Provide links and necessary information at the bottom of the page.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1410}', '2025-12-22 10:43:11', '2025-12-22 10:43:11'),
(1411, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing creative graphic design work and unique design processes through a collection of projects and testimonials.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative design, graphic art\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Introduction to my work and a showcase of featured projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation and branding.\",\"section_prompt\":\"Bootstrap header section for navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome\",\"section_description\":\"A brief introduction to my graphic design philosophy and style.\",\"section_prompt\":\"Bootstrap hero banner with a welcome message and a brief overview.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"An overview of my journey and inspirations in graphic design.\",\"section_prompt\":\"Introductory section that gives insight into who I am as a designer.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"A showcase of select graphic design projects to highlight my skills.\",\"section_prompt\":\"Display a grid of key projects (Project 1, Project 2, Project 3, ...) that reflects my design abilities.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Highlights\",\"section_description\":\"Recent projects, updates, or design tips I\'ve shared.\",\"section_prompt\":\"List of recent highlights from my portfolio.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Encouragement for visitors to reach out for collaboration.\",\"section_prompt\":\"Invite visitors to contact me for potential projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains additional links and copyright information.\",\"section_prompt\":\"Bootstrap footer section for vital links and credits.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A comprehensive gallery showcasing my graphic design projects categorized by type.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation for the portfolio section.\",\"section_prompt\":\"Bootstrap header section for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Work\",\"section_description\":\"An introduction to the types of projects available in the portfolio.\",\"section_prompt\":\"Banner introducing my various graphic design projects.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Project Categories\",\"section_description\":\"Categories of my work including branding, print, and digital designs.\",\"section_prompt\":\"Show a list of categories (Branding, Print, Digital) used in my portfolio.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Showcase\",\"section_description\":\"Visual presentation of my graphic design work across different categories.\",\"section_prompt\":\"Gallery of distinct graphic design projects across categories.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More\",\"section_description\":\"Encouragement to delve deeper into my creative projects.\",\"section_prompt\":\"Invite visitors to explore additional work in detail.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains additional links and copyright information.\",\"section_prompt\":\"Bootstrap footer section for vital links and credits.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"A personal overview of my skills, journey, and inspirations in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation for the about me page.\",\"section_prompt\":\"Bootstrap header section for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"Details about my background and experiences in graphic design.\",\"section_prompt\":\"Section detailing my design journey and milestones.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Insight into my creative approach and what inspires my work.\",\"section_prompt\":\"Describe my creative philosophy and how it influences my designs.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Skills & Expertise\",\"section_description\":\"List of skills and tools I utilize in my graphic design projects.\",\"section_prompt\":\"Showcase key skills (Adobe Illustrator, Photoshop, etc.) that I excel in.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate\",\"section_description\":\"Encouragement to connect and discuss potential projects.\",\"section_prompt\":\"Invite visitors to reach out for collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains additional links and copyright information.\",\"section_prompt\":\"Bootstrap footer section for vital links and credits.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Feedback from clients that emphasizes the quality of my graphic design work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation for the testimonials page.\",\"section_prompt\":\"Bootstrap header section for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Feedback\",\"section_description\":\"Highlighting positive experiences from clients and collaborators.\",\"section_prompt\":\"Banner detailing the importance of client feedback.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Others Say\",\"section_description\":\"Direct quotes and reviews from clients about my work and professionalism.\",\"section_prompt\":\"Feature a selection of client testimonials from various projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Encouragement for visitors to share their thoughts or reach out.\",\"section_prompt\":\"Invite visitors to connect and give feedback.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains additional links and copyright information.\",\"section_prompt\":\"Bootstrap footer section for vital links and credits.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"A straightforward way for potential clients to reach out to me.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation for the contact page.\",\"section_prompt\":\"Bootstrap header section for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get In Touch\",\"section_description\":\"Encouraging potential clients to connect with me.\",\"section_prompt\":\"Banner inviting people to contact me.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to fill in and reach out conveniently.\",\"section_prompt\":\"Form fields for name, email, message, etc., to facilitate contact.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Connect on Social Media\",\"section_description\":\"Links to my social media profiles for more updates.\",\"section_prompt\":\"List my social media handles for potential clients.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains additional links and copyright information.\",\"section_prompt\":\"Bootstrap footer section for vital links and credits.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1411}', '2025-12-22 10:44:19', '2025-12-22 10:44:19'),
(1412, NULL, NULL, 'LunaGems is a handmade jewellery shop', '{\"website_title\":\"LunaGems\",\"website_description\":\"Explore LunaGems, your ultimate destination for exquisite handmade jewellery, showcasing unique pieces that emphasize craftsmanship and creativity.\",\"website_type\":\"e-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewellery, unique jewellery, artisan jewellery\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems, where craftsmanship meets creativity in handmade jewellery.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our site.\",\"section_prompt\":\"Navigation links to different pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"Discover our exquisite collection of handmade jewellery that reflects passion and artistry.\",\"section_prompt\":\"Showcase the beauty and uniqueness of our jewellery.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our journey and commitment to quality craftsmanship in jewellery making.\",\"section_prompt\":\"Introduction to our story and core values.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Shop Our Collection\",\"section_description\":\"Browse our exclusive jewellery pieces in various categories: necklaces, bracelets, earrings, rings.\",\"section_prompt\":\"List main categories available in our shop: necklaces, bracelets, earrings, rings.\"},{\"section_type\":\"gallery\",\"section_title\":\"Gallery of Creations\",\"section_description\":\"Explore high-quality imagery of our stunning jewellery pieces.\",\"section_prompt\":\"Showcase images of our best jewellery pieces.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Customers Say\",\"section_description\":\"Read reviews from our satisfied customers about their experiences with LunaGems.\",\"section_prompt\":\"Share customer testimonials and feedback.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Explore our latest collection and find your perfect piece.\",\"section_prompt\":\"Encourage visitors to visit the shop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Find links to our social media and policies.\",\"section_prompt\":\"Footer information including social media links and site policies.\"}]},{\"page_type\":\"about_us\",\"page_title\":\"About Us\",\"page_description\":\"Discover the story behind LunaGems and our passion for handmade jewellery.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our site.\",\"section_prompt\":\"Navigation links to different pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Explore our founding story and inspiration behind LunaGems.\",\"section_prompt\":\"Outline the background and inspiration for our brand.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Our Craftsmanship\",\"section_description\":\"Discover the meticulous process and dedication in crafting each unique piece.\",\"section_prompt\":\"List the key elements of our craftsmanship that set us apart.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Mission\",\"section_description\":\"Learn about our commitment to quality and sustainable practices in jewellery making.\",\"section_prompt\":\"Emphasize our mission within the jewellery industry.\"},{\"section_type\":\"gallery\",\"section_title\":\"Celebrating Artistry\",\"section_description\":\"Showcase designs and work-in-progress images that reflect our artistic journey.\",\"section_prompt\":\"Display images that showcase our creative process.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Follow us on our social media for updates and new collections.\",\"section_prompt\":\"Invite visitors to engage with us online.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Stay connected with us for more updates and inquiries.\",\"section_prompt\":\"Footer information including contact details and social links.\"}]},{\"page_type\":\"shop\",\"page_title\":\"Shop\",\"page_description\":\"Browse our assortment of handcrafted jewellery pieces available for purchase.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our site.\",\"section_prompt\":\"Navigation links to different pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Shop Our Jewellery\",\"section_description\":\"Explore various categories of our exclusive handmade pieces.\",\"section_prompt\":\"Introduction to the shopping experience and product diversity.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Categories\",\"section_description\":\"Browse our collections categorized into necklaces, bracelets, earrings, and rings.\",\"section_prompt\":\"List the product categories available in the shop.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Featured Products\",\"section_description\":\"Highlight some of the unique pieces that define our collection.\",\"section_prompt\":\"Showcase specific featured items with images and descriptions.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common queries regarding our products and policies.\",\"section_prompt\":\"List frequently asked questions for potential buyers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Shopping\",\"section_description\":\"Explore our collection and find your perfect piece of jewellery.\",\"section_prompt\":\"Encourage visitors to check out the shop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with important links and connections to social media.\",\"section_prompt\":\"Footer information including links to policies and social media.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Gallery\",\"page_description\":\"An impressive display of our handmade jewellery collection through high-quality images.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our site.\",\"section_prompt\":\"Navigation links to different pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Gallery of Creations\",\"section_description\":\"A curated collection of stunning images showcasing our artistry.\",\"section_prompt\":\"Highlight the beauty of our jewellery through captivating visuals.\"},{\"section_type\":\"gallery\",\"section_title\":\"Showcase Our Work\",\"section_description\":\"Explore high-resolution images of our available and past collections.\",\"section_prompt\":\"Collection of images highlighting the details of our jewellery.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Feedback\",\"section_description\":\"Read customer experiences and appreciation for our designs.\",\"section_prompt\":\"Feature customer reviews related to the showcased pieces.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More\",\"section_description\":\"Visit our shop to see these pieces and more.\",\"section_prompt\":\"Encourage visitors to check out the shop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with important links and connections to social media.\",\"section_prompt\":\"Footer information including links to policies and social media.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with LunaGems for any inquiries or custom orders.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our site.\",\"section_prompt\":\"Navigation links to different pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Reach out to us for any questions or requests regarding our jewellery.\",\"section_prompt\":\"Introduction for the contact page.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Send Us a Message\",\"section_description\":\"Complete the form below to get in touch with our team.\",\"section_prompt\":\"Customer can fill out the form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Find our contact information for direct inquiries.\",\"section_prompt\":\"Provide email, phone number, and other contact details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Stay connected for updates and replies to your inquiries.\",\"section_prompt\":\"Footer information including links to policies and social media.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewellery shop\",\"prompt_id\":1412}', '2025-12-23 04:50:44', '2025-12-23 04:50:44'),
(1413, NULL, NULL, 'Website for Trusted Aviation Advisors named \"Paradise Jets\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.', '{\"website_title\":\"Paradise Jets\",\"website_description\":\"A professional aviation advisory firm specializing in full-service solutions for private flight operations, including consultation, charter, acquisition, sales, and management services.\",\"website_type\":\"business\",\"website_industry\":\"Consulting\",\"search_query\":\"aviation, flight operations, private jets\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An overview of Paradise Jets and its mission.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and logo.\",\"section_prompt\":\"This section provides navigation links to the key areas of the website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Paradise Jets\",\"section_description\":\"Discover how we streamline your private flight operations.\",\"section_prompt\":\"An engaging banner that highlights our unique value proposition.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission and values in private aviation.\",\"section_prompt\":\"A brief overview of Paradise Jets, highlighting our commitment and values.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our key offerings for private flight operations.\",\"section_prompt\":\"List main services (Consultation, Charter, Acquisition, Sales, Management) provided by Paradise Jets.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Read feedback from our satisfied customers.\",\"section_prompt\":\"Display quotes and success stories from clients who have used our services.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Understand the advantages of partnering with Paradise Jets.\",\"section_prompt\":\"Outline the main benefits of our services in private aviation.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest articles and news.\",\"section_prompt\":\"Showcase recent blog posts about aviation trends.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Contact us for a personalized consultation.\",\"section_prompt\":\"Encourage visitors to reach out for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website links and copyright information.\",\"section_prompt\":\"This section contains the copyright notice and links to privacy policy and terms of service.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Detailed descriptions of our offerings.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and logo.\",\"section_prompt\":\"This section provides navigation links to the key areas of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Comprehensive Services\",\"section_description\":\"Understanding our wide range of personalized aviation solutions.\",\"section_prompt\":\"An overview of the services offered by Paradise Jets.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Consultation Services\",\"section_description\":\"Customized advice and strategies for optimal flight operations.\",\"section_prompt\":\"In-depth explanation of our consultation services for private flight management.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Charter Services\",\"section_description\":\"Efficient charter options tailored to clients\' needs.\",\"section_prompt\":\"Detailing how we streamline charter services for clients.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Acquisition Services\",\"section_description\":\"Guidance on purchasing and acquiring private jets effectively.\",\"section_prompt\":\"Explain the acquisition process and services provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Sales Services\",\"section_description\":\"Facilitating the sale of aircraft with expertise and support.\",\"section_prompt\":\"Highlight our aircraft sales offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Management Services\",\"section_description\":\"Comprehensive management solutions for private jets.\",\"section_prompt\":\"Outline our management services for optimizing aircraft use.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common inquiries regarding our services.\",\"section_prompt\":\"List of FAQs to help clients understand our services better.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Reach out to us for service inquiries and support.\",\"section_prompt\":\"Encourage visitors to contact us for further information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website links and copyright information.\",\"section_prompt\":\"This section contains the copyright notice and links to privacy policy and terms of service.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Information about our experience and expertise in aviation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and logo.\",\"section_prompt\":\"This section provides navigation links to the key areas of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Learn more about how Paradise Jets was founded.\",\"section_prompt\":\"Details about the foundation and journey of Paradise Jets.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Meet the Team\",\"section_description\":\"A brief introduction to our dedicated team of experts.\",\"section_prompt\":\"Information about our team\'s qualifications and experience.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Mission\",\"section_description\":\"Understanding our commitment to excellence in aviation.\",\"section_prompt\":\"Outline the mission statement and core values of Paradise Jets.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Vision\",\"section_description\":\"Discover our vision for the future of private aviation.\",\"section_prompt\":\"Information about our future goals and aspirations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Learn More\",\"section_description\":\"Explore our services or contact us for more information.\",\"section_prompt\":\"Encourage visitors to navigate to our services or reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website links and copyright information.\",\"section_prompt\":\"This section contains the copyright notice and links to privacy policy and terms of service.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Feedback\",\"page_description\":\"Client feedback and success stories.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and logo.\",\"section_prompt\":\"This section provides navigation links to the key areas of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Read valuable testimonials from our clients.\",\"section_prompt\":\"An overview of the client feedback section.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Success Stories\",\"section_description\":\"Explore stories that showcase our dedication and results.\",\"section_prompt\":\"Highlight notable testimonials with client success stories.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Client Trust\",\"section_description\":\"Understanding the importance of trust in our client relationships.\",\"section_prompt\":\"Discuss how testimonials build trust and credibility for Paradise Jets.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Satisfied Clients\",\"section_description\":\"Contact us to see how we can help you.\",\"section_prompt\":\"Encourage visitors to reach out for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website links and copyright information.\",\"section_prompt\":\"This section contains the copyright notice and links to privacy policy and terms of service.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Industry Insights\",\"page_description\":\"Articles related to aviation industry trends and tips.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and logo.\",\"section_prompt\":\"This section provides navigation links to the key areas of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Explore our blog for aviation insights and tips.\",\"section_prompt\":\"Overview of blog articles and posts available.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"Keep updated with the latest trends in aviation.\",\"section_prompt\":\"Display a grid of our most recent blog articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More Articles\",\"section_description\":\"Read our blog for more aviation insights.\",\"section_prompt\":\"Encourage visitors to delve deeper into our articles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website links and copyright information.\",\"section_prompt\":\"This section contains the copyright notice and links to privacy policy and terms of service.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out for inquiries and support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and logo.\",\"section_prompt\":\"This section provides navigation links to the key areas of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact us for your aviation needs.\",\"section_prompt\":\"Encouragement to reach out with inquiries.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill in the form below for inquiries.\",\"section_prompt\":\"A form for visitors to fill out for contacting Paradise Jets.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find our office or get in touch through different channels.\",\"section_prompt\":\"Details of our location, phone number, and email.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Website links and copyright information.\",\"section_prompt\":\"This section contains the copyright notice and links to privacy policy and terms of service.\"}]}],\"user_prompt\":\"Website for Trusted Aviation Advisors named \\\"Paradise Jets\\\". We are a full-service firm offering consultation,charter, acquisition, sales, and management services. We work for you to help you plan, build, and manage private flight operations at any scale.\",\"prompt_id\":1413}', '2025-12-23 05:30:17', '2025-12-23 05:30:17');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1414, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing creativity and skills through graphic design projects and services.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, creative portfolio, design showcase\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio showcasing my creativity and expertise.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the navigation and branding for the website.\",\"section_prompt\":\"This section provides navigation links to various pages such as About, My Work, Services, and Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my graphic design work and creativity.\",\"section_prompt\":\"This section introduces visitors to my graphic design portfolio with a captivating visual appeal.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my design journey and experiences.\",\"section_prompt\":\"This section provides a brief overview of my background as a graphic designer.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Overview of services I offer to clients.\",\"section_prompt\":\"List main services (Logo Design, Branding, Print Design, Digital Illustration) provided by my graphic design portfolio.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"A snapshot of my most recent design projects and works.\",\"section_prompt\":\"Showcasing recent works to highlight my design capabilities.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch!\",\"section_description\":\"Encouraging visitors to reach out for collaborations or inquiries.\",\"section_prompt\":\"This section contains a call-to-action message inviting visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information including copyright and additional links.\",\"section_prompt\":\"This section includes copyright information and links to my social media.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover my journey as a graphic designer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contains navigation links and branding.\",\"section_prompt\":\"This section provides links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Introduction to who I am and my background.\",\"section_prompt\":\"This section shares my story, inspirations, and experiences in graphic design.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Journey\",\"section_description\":\"Details about my path in graphic design and education.\",\"section_prompt\":\"Highlight important milestones of my career as a designer.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Design Philosophy\",\"section_description\":\"My approach to graphic design and creativity.\",\"section_prompt\":\"Overview of my design philosophy and how it influences my work.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback from previous clients about my work.\",\"section_prompt\":\"Gathering quotes from clients on my design services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Encouraging visitors to view my portfolio.\",\"section_prompt\":\"Invite visitors to go to the My Work page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information including copyright and links.\",\"section_prompt\":\"Includes relevant links and copyright information.\"}]},{\"page_type\":\"my_work\",\"page_title\":\"My Work\",\"page_description\":\"A showcase of my graphic design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements.\",\"section_prompt\":\"Links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Work\",\"section_description\":\"Overview of my design portfolio.\",\"section_prompt\":\"This section introduces the project showcase.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Featured Projects\",\"section_description\":\"Highlighting selected design projects and their details.\",\"section_prompt\":\"A grid layout displaying images and descriptions of my significant design works.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"A visual gallery of all my design projects.\",\"section_prompt\":\"Showcase a collection of my graphic design works in a gallery format.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Feedback\",\"section_description\":\"Highlights of client satisfaction with my work.\",\"section_prompt\":\"Short testimonials from clients on their experience working with me.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out for Collaborations\",\"section_description\":\"Encouraging visitors to contact me for potential collaborations.\",\"section_prompt\":\"A call to action inviting visitors to consider working with me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with copyright and additional links.\",\"section_prompt\":\"Includes links to my social media and copyright info.\"}]},{\"page_type\":\"services_offered\",\"page_title\":\"Services Offered\",\"page_description\":\"Detailed description of graphic design services I provide.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top navigation and branding.\",\"section_prompt\":\"Links to other areas of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Overview of services I offer.\",\"section_prompt\":\"This section outlines the design services available.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Design Services\",\"section_description\":\"A list of graphic design services available to clients.\",\"section_prompt\":\"Showcase services like Logo Design, Branding, Print Design, Digital Illustration.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common inquiries about my services.\",\"section_prompt\":\"List of FAQs regarding services offered.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me for a Quote\",\"section_description\":\"Encouraging potential clients to reach out for service inquiries.\",\"section_prompt\":\"Invite visitors to connect for further discussions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with copyright and social links.\",\"section_prompt\":\"Links to my social media and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding area.\",\"section_prompt\":\"Links to different pages of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Direct introduction to my contact options.\",\"section_prompt\":\"This section leads to contact form and details.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact form for inquiries or comments.\",\"section_prompt\":\"A form where visitors can submit their messages.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Details on how to reach me.\",\"section_prompt\":\"Provide my email and phone number for direct contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content with copyright and additional links.\",\"section_prompt\":\"Includes social media links and copyright info.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1414}', '2025-12-23 11:12:03', '2025-12-23 11:12:03'),
(1415, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"Comprehensive SEO & Marketing Solutions\",\"website_description\":\"A digital marketing agency specializing in SEO, PPC, social media marketing, content marketing, and email marketing, dedicated to helping businesses succeed online.\",\"website_type\":\"business\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO, Marketing, Digital Agency\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our SEO and Marketing agency, where we provide top-notch digital marketing solutions tailored to your business needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation and branding elements.\",\"section_prompt\":\"Includes the navigation menu and agency branding.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome Banner\",\"section_description\":\"An engaging introduction to our services and mission.\",\"section_prompt\":\"A compelling welcome message that encapsulates our agency\'s vision.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our passion for digital marketing and our journey.\",\"section_prompt\":\"A brief overview of our agency\'s history and core values.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our comprehensive range of digital marketing services.\",\"section_prompt\":\"List main services: SEO services, pay-per-click (PPC) advertising, social media marketing, content marketing, email marketing.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest blog posts and articles on marketing trends.\",\"section_prompt\":\"Highlight recent blog entries to keep our audience informed.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Encourage potential clients to reach out for more information.\",\"section_prompt\":\"Call to action inviting visitors to contact us for a consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links and copyright information.\",\"section_prompt\":\"Footer section containing links to important pages and copyright.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Discover the story behind our agency and our commitment to delivering exceptional marketing services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the About page.\",\"section_prompt\":\"Includes the navigation menu and page title.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Our Agency\",\"section_description\":\"A detailed look at our mission and vision.\",\"section_prompt\":\"Description of our agency\'s purpose and goals.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"The advantages of working with our marketing agency.\",\"section_prompt\":\"List key benefits of our services and what sets us apart.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from our satisfied clients about their experiences with us.\",\"section_prompt\":\"Display quotes from clients who have benefited from our services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us Today\",\"section_description\":\"Encourage visitors to get started with our services.\",\"section_prompt\":\"Inviting potential clients to reach out for collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links and copyright information for the About page.\",\"section_prompt\":\"Footer section containing links to important pages and copyright.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the range of services we offer to enhance your digital presence and drive results.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the Services page.\",\"section_prompt\":\"Includes the navigation menu and page title.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Digital Marketing Services\",\"section_description\":\"Comprehensive details about the services we provide to our clients.\",\"section_prompt\":\"An introduction to the services offered by our agency.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Services\",\"section_description\":\"In-depth insights into our SEO offerings and how they can benefit your business.\",\"section_prompt\":\"Media detailing our SEO services, including optimization techniques.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"PPC Advertising\",\"section_description\":\"Strategies and benefits of our pay-per-click advertising services.\",\"section_prompt\":\"Media highlighting our PPC services and expected outcomes.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Marketing\",\"section_description\":\"The importance of social media strategies in today\'s digital landscape.\",\"section_prompt\":\"Media showcasing how we manage social media campaigns effectively.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries about our services and processes.\",\"section_prompt\":\"Answers to frequently asked questions by potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for Services\",\"section_description\":\"An invitation to inquire about our services and start a project with us.\",\"section_prompt\":\"Encouragement to reach out and discuss marketing needs.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links and copyright information for the Services page.\",\"section_prompt\":\"Footer section containing links to important pages and copyright.\"}]},{\"page_type\":\"case_studies\",\"page_title\":\"Case Studies\",\"page_description\":\"Review our successful projects that showcase our expertise and effectiveness.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the Case Studies page.\",\"section_prompt\":\"Includes the navigation menu and page title.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Showcasing Success\",\"section_description\":\"Highlights of our most impactful projects and outcomes.\",\"section_prompt\":\"An introduction to our case studies and their significance.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Our Success Stories\",\"section_description\":\"Detailed descriptions of specific projects we have successfully completed.\",\"section_prompt\":\"List case studies that illustrate our expertise in digital marketing.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Achieve Success Together\",\"section_description\":\"Encouragement for visitors to get in touch and start their journey with us.\",\"section_prompt\":\"Motivating potential clients to collaborate with our agency.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links and copyright information for the Case Studies page.\",\"section_prompt\":\"Footer section containing links to important pages and copyright.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Stay informed with our insights and tips on the latest in SEO and digital marketing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the Blog page.\",\"section_prompt\":\"Includes the navigation menu and page title.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Insights and Tips\",\"section_description\":\"A collection of our latest articles sharing valuable marketing insights.\",\"section_prompt\":\"Introduction to our blog and its purpose.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"A curated selection of our most recent blog posts and updates.\",\"section_prompt\":\"Display the latest posts featured on our blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encourage visitors to subscribe for notifications on new articles and insights.\",\"section_prompt\":\"An invitation for visitors to stay updated with our content.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links and copyright information for the Blog page.\",\"section_prompt\":\"Footer section containing links to important pages and copyright.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to us for inquiries or to get started on your marketing project.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the Contact page.\",\"section_prompt\":\"Includes the navigation menu and page title.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Details on how to contact us and start a conversation.\",\"section_prompt\":\"An introduction inviting visitors to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to fill out and send inquiries easily.\",\"section_prompt\":\"Contact form for potential clients to submit inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Information on how to reach us via phone, email, or in-person.\",\"section_prompt\":\"Provide our contact details including address and phone.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links and copyright information for the Contact page.\",\"section_prompt\":\"Footer section containing links to important pages and copyright.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":1415}', '2025-12-23 11:25:34', '2025-12-23 11:25:34'),
(1416, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing my graphic design work, skills, and creativity through various projects and client testimonials.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolios, creative work\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, showcasing my skills and creativity.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and site title.\",\"section_prompt\":\"Main navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my diverse range of graphic design projects that reflect my creativity and passion.\",\"section_prompt\":\"Main introduction to my portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Get to know my background and artistic journey in the world of graphic design.\",\"section_prompt\":\"Information about my experience and skills.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"I offer a variety of design services tailored to your needs.\",\"section_prompt\":\"Services I provide include logo design, marketing materials, custom graphics.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Check out some of my most recent work that highlights my talents.\",\"section_prompt\":\"Show some of my latest graphic design projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Work Together\",\"section_description\":\"Looking for a graphic designer? Reach out!\",\"section_prompt\":\"Encourage visitors to contact me for projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information and copyright details.\",\"section_prompt\":\"Links and legal information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey and experience in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and site title.\",\"section_prompt\":\"Main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Discover my background and artistic vision in graphic design.\",\"section_prompt\":\"Introduction to who I am.\"},{\"section_type\":\"informational_content\",\"section_title\":\"My Journey\",\"section_description\":\"A description of my journey into graphic design and what inspires my work.\",\"section_prompt\":\"A brief story of how I got into graphic design.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Skills\",\"section_description\":\"Highlighting the skills that set me apart as a designer.\",\"section_prompt\":\"Discuss specific skills I possess in graphic design.\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"My Clients\",\"section_description\":\"Companies I\\u2019ve collaborated with.\",\"section_prompt\":\"Show logos of clients or collaborators.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in working together? Contact me.\",\"section_prompt\":\"Encourage visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information and copyright details.\",\"section_prompt\":\"Links and legal information.\"}]},{\"page_type\":\"my_work\",\"page_title\":\"My Work\",\"page_description\":\"Explore a gallery of my graphic design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and site title.\",\"section_prompt\":\"Main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Work\",\"section_description\":\"A showcase of my latest graphic design projects.\",\"section_prompt\":\"Introduction to my work.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"View a collection of my graphic design projects including branding, illustrations, and digital graphics.\",\"section_prompt\":\"Showcase of various projects.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Approach\",\"section_description\":\"Understanding my creative process and design philosophy.\",\"section_prompt\":\"An explanation of how I approach design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in a Project?\",\"section_description\":\"Let\\u2019s discuss your ideas and how I can help bring them to life.\",\"section_prompt\":\"Encourage visitors to contact for projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information and copyright details.\",\"section_prompt\":\"Links and legal information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services Offered\",\"page_description\":\"Detailing the specific design services I provide.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and site title.\",\"section_prompt\":\"Main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Services Offered\",\"section_description\":\"An overview of the services I provide as a graphic designer.\",\"section_prompt\":\"Introduction to my offered services.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Design Services\",\"section_description\":\"Below are the services I specialize in: logo design, marketing materials, custom graphics.\",\"section_prompt\":\"List my services: logo design, marketing materials, custom graphics.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my services and design process.\",\"section_prompt\":\"Collect common questions regarding my services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Collaborate\",\"section_description\":\"Ready to start a project? Get in touch with me today!\",\"section_prompt\":\"Encouragement for potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information and copyright details.\",\"section_prompt\":\"Links and legal information.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Feedback from clients and collaborators regarding my work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and site title.\",\"section_prompt\":\"Main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Testimonials\",\"section_description\":\"What my clients say about collaborating with me.\",\"section_prompt\":\"Showcase client feedback.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Feedback\",\"section_description\":\"Read what my clients say about my design work.\",\"section_prompt\":\"Testimonials from clients.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Client Satisfaction\",\"section_description\":\"Dedicated to maintaining high levels of client satisfaction.\",\"section_prompt\":\"Highlight commitment to quality service.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Work With Me\",\"section_description\":\"Interested in making great designs? Contact me for inquiries.\",\"section_prompt\":\"Encourage visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information and copyright details.\",\"section_prompt\":\"Links and legal information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and site title.\",\"section_prompt\":\"Main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I would love to hear from you!\",\"section_prompt\":\"Introduction to the contact page.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get In Touch\",\"section_description\":\"Here\\u2019s how you can reach me for consultations and queries.\",\"section_prompt\":\"Provide my contact details.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send me a message.\",\"section_prompt\":\"Form for visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information and copyright details.\",\"section_prompt\":\"Links and legal information.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1416}', '2025-12-23 11:28:26', '2025-12-23 11:28:26'),
(1417, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A showcase of my graphic design work, reflecting creativity and expertise in various design categories including branding, illustration, and web design.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative work\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where I showcase my creativity and skills across various projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header of the website where navigation links are available.\",\"section_prompt\":\"Header section containing navigation links to help users access different pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An engaging banner that features a striking visual about my graphic design work.\",\"section_prompt\":\"A large, visually appealing hero banner introducing visitors to my portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my background, experience, and passion for graphic design.\",\"section_prompt\":\"An overview of my journey as a graphic designer, detailing my skills and motivation.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Showcase of my most recent graphic design projects highlighting creativity and versatility.\",\"section_prompt\":\"A selection of my latest completed design projects or articles on design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Services Offered\",\"section_description\":\"A grid listing of various services I provide as a graphic designer, from branding to web design.\",\"section_prompt\":\"List main services (Branding, Illustration, Web Design, Print Design, Social Media Graphics) offered.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Testimonials\",\"section_description\":\"Feedback and experiences shared by clients and collaborators about my work.\",\"section_prompt\":\"Section showcasing testimonials from clients pertaining to my design services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to reach out for collaboration or inquiries.\",\"section_prompt\":\"A call to action inviting visitors to contact me for design projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer of the website, containing links to social media and copyright information.\",\"section_prompt\":\"Footer section with social media links and copyright information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey and my passion for graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section containing navigation links.\",\"section_prompt\":\"Header section for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A dedicated section to provide details about my background and experiences.\",\"section_prompt\":\"Inner banner introducing the About Me section.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"Insight into my approach to design and what drives my creative process.\",\"section_prompt\":\"Explanation of my design philosophy and how I approach projects.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Skills & Expertise\",\"section_description\":\"Overview of my key skills and strengths in graphic design.\",\"section_prompt\":\"List of my skills including software and design techniques I specialize in.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback from clients that highlights my effectiveness as a designer.\",\"section_prompt\":\"Client testimonials about working with me.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out\",\"section_description\":\"An invitation for visitors to contact me for projects or inquiries.\",\"section_prompt\":\"A prompt to encourage visitors to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with navigation and contact links.\",\"section_prompt\":\"Footer with social media links and important information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"Explore my diverse portfolio of graphic design projects across different categories.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section with navigation links.\",\"section_prompt\":\"Header for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Portfolio\",\"section_description\":\"An overview of my portfolio as a graphic designer, showcasing various categories.\",\"section_prompt\":\"Inner banner for the portfolio section.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Project Categories\",\"section_description\":\"List of categories available in my portfolio, such as branding, web design, and illustration.\",\"section_prompt\":\"List of categories (Branding, Illustration, Web Design, Print Design) available in the portfolio.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Projects\",\"section_description\":\"A gallery of selected projects that best showcase my work and style.\",\"section_prompt\":\"Visual presentation of my best work in graphic design.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"What clients think about my work and the projects we\'ve collaborated on.\",\"section_prompt\":\"Feedback from previous clients regarding my graphic design projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Collaborating?\",\"section_description\":\"A prompt encouraging visitors to reach out for project inquiries.\",\"section_prompt\":\"A call to action for potential collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with navigation and contact links.\",\"section_prompt\":\"Footer with social media links and important information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Discover the graphic design services I offer to help you stand out.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header with navigation links.\",\"section_prompt\":\"Header containing navigation links for the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"An overview of the graphic design services available.\",\"section_prompt\":\"Inner banner introducing the services I offer.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding\",\"section_description\":\"Details about the branding services I provide, emphasizing brand identity creation.\",\"section_prompt\":\"Service details for branding solutions offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Illustration\",\"section_description\":\"Overview of my illustration services tailored for various projects.\",\"section_prompt\":\"Service details highlighting the illustration services provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"Information on the web design services, focusing on responsive and user-friendly designs.\",\"section_prompt\":\"Service details regarding web design offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Description of print design services available for marketing materials and more.\",\"section_prompt\":\"Service details about print design services offered.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my services and process.\",\"section_prompt\":\"FAQs addressing queries about my design workflow and offerings.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Encouragement for visitors to reach out for design services or inquiries.\",\"section_prompt\":\"A call to action inviting visitors to contact me for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with navigation and contact links.\",\"section_prompt\":\"Footer with social media links and important information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for project inquiries, questions, or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section containing navigation links.\",\"section_prompt\":\"Header section for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A dedicated section guiding users to reach out for inquiries.\",\"section_prompt\":\"Inner banner for the contact section.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"A form allowing visitors to send me messages directly.\",\"section_prompt\":\"Contact form for visitors to fill out.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Providing multiple ways to connect with me including email and social media.\",\"section_prompt\":\"Display of my contact information and social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with navigation and contact information.\",\"section_prompt\":\"Footer with links to social media and important details.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1417}', '2025-12-23 11:51:25', '2025-12-23 11:51:25'),
(1418, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A personal portfolio showcasing graphic design work, highlighting skills and creativity through various projects, services, and client testimonials.\",\"website_type\":\"Portfolio Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative work\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where creativity meets professionalism.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu with links to all pages.\",\"section_prompt\":\"This section includes the main navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An introduction to my design philosophy and approach.\",\"section_prompt\":\"This section introduces visitors to my portfolio with a brief overview of what they can expect.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction to my background and expertise in graphic design.\",\"section_prompt\":\"This section provides insight into my personal journey and design philosophy.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"An overview of the graphic design services I offer.\",\"section_prompt\":\"List main services I provide: logo design, branding, print design, digital graphics.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Projects\",\"section_description\":\"A showcase of my best graphic design projects with visuals and descriptions.\",\"section_prompt\":\"Highlight a collection of my standout projects in graphic design.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"A selection of remarks from clients reflecting on my work and professional conduct.\",\"section_prompt\":\"Showcase positive testimonials from previous clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Latest articles and insights on design trends and techniques.\",\"section_prompt\":\"Highlight recent blog posts or articles related to graphic design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to reach out for freelance opportunities.\",\"section_prompt\":\"Final section urging visitors to contact me for design inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Includes copyright information and additional links.\",\"section_prompt\":\"This section contains legal and contact information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my design background and philosophy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu with links to all pages.\",\"section_prompt\":\"This section includes the main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Informative banner reflecting my personal brand and design style.\",\"section_prompt\":\"This section introduces the About Me page.\"},{\"section_type\":\"informational_content\",\"section_title\":\"My Background\",\"section_description\":\"Detailed account of my education and work experience in graphic design.\",\"section_prompt\":\"Describe my professional journey and relevant skills.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Insights into my approach to design and what inspires me.\",\"section_prompt\":\"Share my core principles and inspirations in the design field.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback showcasing my reliability and creativity from clients\' perspectives.\",\"section_prompt\":\"Highlight additional testimonials received from clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Encouragement for further inquiries or collaborations.\",\"section_prompt\":\"Section prompting users to reach out for potential projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Includes copyright information and additional links.\",\"section_prompt\":\"This section contains legal and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Overview of graphic design services I offer to clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu with links to all pages.\",\"section_prompt\":\"This section includes the main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Highlighting the array of services available.\",\"section_prompt\":\"Introduce what services I provide in graphic design.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Service Offerings\",\"section_description\":\"Detailed description of each service I offer.\",\"section_prompt\":\"List and describe my graphic design services: logo design, branding, print design, digital graphics.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Logo Design\",\"section_description\":\"Detailed information about my logo design process and style.\",\"section_prompt\":\"Provide insights into my logo design service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding Services\",\"section_description\":\"Information about brand identity development and strategy.\",\"section_prompt\":\"Explain my branding service approach.\"},{\"section_type\":\"faqs\",\"section_title\":\"Common Questions\",\"section_description\":\"Answers to frequently asked questions regarding services.\",\"section_prompt\":\"Provide answers to questions potential clients might have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Encouragement to reach out for service inquiries.\",\"section_prompt\":\"Prompt users to contact me for more details about my services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Includes copyright information and additional links.\",\"section_prompt\":\"This section contains legal and contact information.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Showcasing client feedback and testimonials about my work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu with links to all pages.\",\"section_prompt\":\"This section includes the main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Experiences\",\"section_description\":\"Introduction to the testimonials from various clients.\",\"section_prompt\":\"Set the theme for the testimonials featured on this page.\"},{\"section_type\":\"reviews\",\"section_title\":\"What People Are Saying\",\"section_description\":\"Various client testimonials reflecting their satisfaction and experiences with my design work.\",\"section_prompt\":\"Showcase a series of testimonials from clients.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Client Work Examples\",\"section_description\":\"Examples of work done for clients as referenced in their testimonials.\",\"section_prompt\":\"Provide insights into several projects completed for clients.\"},{\"section_type\":\"testimonials\",\"section_title\":\"More Feedback\",\"section_description\":\"Additional client testimonials to reinforce credibility.\",\"section_prompt\":\"Highlight more comments from satisfied clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out\",\"section_description\":\"Encouragement for potential clients to get in touch.\",\"section_prompt\":\"Section urging visitors to contact me for opportunities.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Includes copyright information and additional links.\",\"section_prompt\":\"This section contains legal and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"A page for potential clients to reach out for inquiries and discussions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu with links to all pages.\",\"section_prompt\":\"This section includes the main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Encouragement for visitors to reach out.\",\"section_prompt\":\"Introduce the contact page content.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get in Touch\",\"section_description\":\"Details on how clients can contact me via email or social media.\",\"section_prompt\":\"Provide my contact details and social media links.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"A form for potential clients to submit inquiries directly.\",\"section_prompt\":\"Include a form where visitors can fill out their contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Includes copyright information and additional links.\",\"section_prompt\":\"This section contains legal and contact information.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1418}', '2025-12-23 12:21:45', '2025-12-23 12:21:45');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1420, 10, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"My Travel Blog\",\"website_description\":\"A visual diary showcasing breathtaking landscapes and vibrant cultures from around the globe, featuring photography, travel tips, and personal adventures.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"travel, photography, adventures\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel blog!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the blog.\",\"section_prompt\":\"This section includes links to all main pages of the blog.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Travel Journal\",\"section_description\":\"An overview of the blog\'s focus on travel and photography.\",\"section_prompt\":\"Discover stunning landscapes and vibrant cultures around the world.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my journey in travel and photography.\",\"section_prompt\":\"Insights into my background and passion for traveling.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Photography\",\"section_description\":\"A showcase of my best travel photographs from various destinations.\",\"section_prompt\":\"Explore a collection of my photography including landscapes and cultures.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Recent articles and stories from my adventures.\",\"section_prompt\":\"Keep up with my latest travel experiences and tips.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Me on This Journey!\",\"section_description\":\"An inviting message to encourage readers to follow my travels.\",\"section_prompt\":\"Sign up for updates or follow me on social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of the page information.\",\"section_prompt\":\"Contact information and social media links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey and motivations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the blog.\",\"section_prompt\":\"Access all main pages of the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Travel Journey\",\"section_description\":\"An in-depth look at my travel experiences and photography passion.\",\"section_prompt\":\"A personal narrative sharing my path in travel and photography.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Why I Started This Blog\",\"section_description\":\"The inspiration behind creating this blog.\",\"section_prompt\":\"Insights into the purpose and goals of my travel blog.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"My Favorite Destinations\",\"section_description\":\"Highlights of places I love visiting and what makes them special.\",\"section_prompt\":\"A breakdown of my top places and experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Encouragement to reach out or follow on social media.\",\"section_prompt\":\"Invite readers to engage with my blog and social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of the page information.\",\"section_prompt\":\"Contact information and social media links.\"}]},{\"page_type\":\"destinations\",\"page_title\":\"Destinations\",\"page_description\":\"Explore my travel articles and photo galleries by region.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the blog.\",\"section_prompt\":\"Access all main pages of the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Places Visited\",\"section_description\":\"Overview of destinations covered on the blog.\",\"section_prompt\":\"A guide to various regions and countries documented.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Travel Articles by Region\",\"section_description\":\"Collection of travel articles organized by geographical regions.\",\"section_prompt\":\"Explore travel experiences categorized by areas I\\u2019ve explored.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photo Galleries\",\"section_description\":\"Visual showcases of my travels across different destinations.\",\"section_prompt\":\"Images captured during my travels, organized by location.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Discover More Travel Stories!\",\"section_description\":\"Encouragement to dive into my travel experiences and learn more.\",\"section_prompt\":\"Invite readers to read themed articles and enjoy photos.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of the page information.\",\"section_prompt\":\"Contact information and social media links.\"}]},{\"page_type\":\"travel_tips\",\"page_title\":\"Travel Tips\",\"page_description\":\"Essential advice for fellow travelers.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the blog.\",\"section_prompt\":\"Access all main pages of the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Essential Travel Advice\",\"section_description\":\"A compilation of practical tips for travelers.\",\"section_prompt\":\"Helpful tips and tricks I\'ve learned over my travels.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Packing Tips\",\"section_description\":\"Guidelines on how to pack efficiently for trips.\",\"section_prompt\":\"Packing lists and strategies to simplify travel preparation.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Budgeting for Travel\",\"section_description\":\"Financial tips to help travelers manage their expenses.\",\"section_prompt\":\"Best practices for saving money while exploring.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Plan Your Next Adventure!\",\"section_description\":\"Encouragement to consider using my tips for their travels.\",\"section_prompt\":\"Invite readers to apply these tips in their journey.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of the page information.\",\"section_prompt\":\"Contact information and social media links.\"}]},{\"page_type\":\"photography\",\"page_title\":\"Photography\",\"page_description\":\"Techniques and tutorials for aspiring photographers.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the blog.\",\"section_prompt\":\"Access all main pages of the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Techniques\",\"section_description\":\"Explore various methods and tools for capturing stunning images.\",\"section_prompt\":\"Insight on how to enhance photography skills.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Camera Gear Reviews\",\"section_description\":\"Personal recommendations and reviews on photography equipment.\",\"section_prompt\":\"Explore what equipment I use for my photography.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Photography Tutorials\",\"section_description\":\"Step-by-step guides to improve photography skills.\",\"section_prompt\":\"Learn key photography techniques with detailed instructions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Enhance Your Photography Skills!\",\"section_description\":\"Encouragement to try out the techniques shared.\",\"section_prompt\":\"Invite readers to experiment with their camera.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of the page information.\",\"section_prompt\":\"Contact information and social media links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the blog.\",\"section_prompt\":\"Access all main pages of the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Reach Out\",\"section_description\":\"A section dedicated to contacting me directly.\",\"section_prompt\":\"Encourage readers to get in touch for questions or collaborations.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A simple form to send me a message directly.\",\"section_prompt\":\"Fill out the form for inquiries, feedback, or collaboration.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Other Ways to Connect\",\"section_description\":\"Additional contact methods including social media and email.\",\"section_prompt\":\"Ways to reach me outside of the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of the page information.\",\"section_prompt\":\"Contact information and social media links.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1420}', '2025-12-23 13:14:52', '2025-12-23 13:14:52'),
(1422, 228, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Wanderlust & Capture\",\"website_description\":\"A vibrant blog dedicated to the art of travel and photography, featuring inspiring stories, stunning photography, and practical tips for adventurers.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"travel, photography, blog\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel and photography blog where adventure awaits!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to Wandering and Capturing! This part is essential to navigate the site.\",\"section_prompt\":\"Header section for website navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Explore the World\",\"section_description\":\"Dive into captivating travel stories that inspire your next journey.\",\"section_prompt\":\"Hero banner showcasing the essence of travel and photography.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Discover my passion for travel and photography, shaping my adventures around the globe.\",\"section_prompt\":\"Introduce who I am and my travel experiences.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Latest Stories\",\"section_description\":\"Read my recent travel adventures shared through inspiring stories.\",\"section_prompt\":\"List main categories (Destination Guides, Photography Tips, Personal Experiences, Visual Stories) of my photography and travel blog.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Recent Blog Posts\",\"section_description\":\"Catch up with my latest blog articles that highlight travel photography and tips.\",\"section_prompt\":\"Showcase a grid of the latest posts from the blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey\",\"section_description\":\"Subscribe to get the latest updates on my travels and photography tips directly to your inbox!\",\"section_prompt\":\"Prompting visitors to subscribe to the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing section for website information and navigation.\",\"section_prompt\":\"Footer section for additional links and copyright.\"}]},{\"page_type\":\"about-me\",\"page_title\":\"About Me\",\"page_description\":\"Learn about my journey and passion for travel and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to My About Me section.\",\"section_prompt\":\"Header section for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Travel Story\",\"section_description\":\"Learn about my adventures and what inspires me to travel and capture moments in photography.\",\"section_prompt\":\"Banner showcasing the essence of my travel and photography journey.\"},{\"section_type\":\"informational_content\",\"section_title\":\"My Journey\",\"section_description\":\"I have traveled to numerous places, each with unique charm and beauty, enriching my life and photography skills.\",\"section_prompt\":\"Share my travel journey and experiences.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Photography Passion\",\"section_description\":\"Photography is not just a hobby but a way to express my love for the beauty of the world.\",\"section_prompt\":\"Discuss my passion for photography.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What It\'s All About\",\"section_description\":\"Quotes and experiences from those who have joined me on these adventures.\",\"section_prompt\":\"Share testimonials related to my travel stories.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Connected\",\"section_description\":\"Follow me on social media to see more of my adventures and photographic journey!\",\"section_prompt\":\"Encourage visitors to connect via social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Wrap up the page with navigation and links.\",\"section_prompt\":\"Footer section to provide additional links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Explore my travel stories, photography insights, and tips for adventurous souls.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to My Blog!\",\"section_prompt\":\"Navigation header for the blog section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog Posts\",\"section_description\":\"Dive into my travel tales and photographic tips that inspire your next adventure.\",\"section_prompt\":\"Banner indicating the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"A collection of my most recent blog entries with beautiful imagery and insights.\",\"section_prompt\":\"Display a grid of the most recent blog posts.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Popular Categories\",\"section_description\":\"Check out popular categories like Destination Guides, Photography Tips, and Visual Stories.\",\"section_prompt\":\"List out popular blog categories.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Mailing List\",\"section_description\":\"Sign up to receive the latest blog updates directly in your inbox!\",\"section_prompt\":\"Encourage visitors to subscribe to the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of blog page navigation and information.\",\"section_prompt\":\"Footer section for additional links.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Gallery\",\"page_description\":\"A showcase of stunning photographs capturing the beauty of the world.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Explore My Gallery\",\"section_prompt\":\"Navigation header for the gallery section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Visual Stories\",\"section_description\":\"A collection of my favorite photographs showcasing diverse landscapes and cultures.\",\"section_prompt\":\"Banner indicating the gallery showcasing my photography.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photography Portfolio\",\"section_description\":\"Browse through a curated portfolio of my best photographs from around the globe.\",\"section_prompt\":\"Show a grid or collection of photography pieces.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Capturing Moments\",\"section_description\":\"Learn about my artistic approach and techniques in capturing stunning images.\",\"section_prompt\":\"Detail about my photography process and equipment.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule a Session\",\"section_description\":\"Interested in capturing your own adventures? Contact me to book a photography session!\",\"section_prompt\":\"Invite visitors to schedule a photography session.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer to provide navigation and links.\",\"section_prompt\":\"Footer section to provide additional links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for questions, collaborations, or just to say hello!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contact Me!\",\"section_prompt\":\"Navigation header for the contact section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Reach Out\",\"section_description\":\"I\'m here to answer any questions or connect regarding travel and photography.\",\"section_prompt\":\"Banner introducing the contact section.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch with me directly.\",\"section_prompt\":\"Contact form for readers to reach out.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get in Touch\",\"section_description\":\"Find my email and social media links to connect with me directly.\",\"section_prompt\":\"Provide my contact information and social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing with navigation and links.\",\"section_prompt\":\"Footer section to provide additional links.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1422}', '2025-12-24 05:02:01', '2025-12-24 05:02:01'),
(1435, 10, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Graphic Design Portfolio\",\"website_description\":\"A professional portfolio showcasing creative graphic design work, highlighting design philosophy, skills, and expertise.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, creative portfolio, design trends\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where I share my creative journey and design works.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to different sections of the website.\",\"section_prompt\":\"Main navigation of the website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover my work that reflects my creativity and innovative design thinking.\",\"section_prompt\":\"A captivating introduction to my graphic design skills.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my background, experiences, and inspiration in graphic design.\",\"section_prompt\":\"Detailed narrative about my design journey.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Here are the main services I offer that demonstrate my graphic design skills: branding, print design, digital design.\",\"section_prompt\":\"List main services (branding, print design, digital design) provided by my graphic design portfolio.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Featured Projects\",\"section_description\":\"A showcase of my best projects displaying various design styles and techniques.\",\"section_prompt\":\"An overview of selected projects from my portfolio.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback from clients that reflects my dedication and design impact.\",\"section_prompt\":\"List of testimonials from clients about my work.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Catch up on my latest thoughts and insights about design trends and processes.\",\"section_prompt\":\"Showcase recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch!\",\"section_description\":\"I would love to hear from you! Let\'s discuss your design needs.\",\"section_prompt\":\"Encouraging visitors to reach out for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links and copyright information.\",\"section_prompt\":\"Footer section with essential information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover the story behind my graphic design career and my approach to design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to different sections of the website.\",\"section_prompt\":\"Main navigation of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"An insight into my design philosophy and journey.\",\"section_prompt\":\"Highlighting my background and design approach.\"},{\"section_type\":\"informational_content\",\"section_title\":\"My Design Journey\",\"section_description\":\"My path into the world of graphic design and what drives my creativity.\",\"section_prompt\":\"Description of my experiences leading to graphic design.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Philosophy\",\"section_description\":\"An outline of my key design principles and values.\",\"section_prompt\":\"Detailing what influences my design decisions and style.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Experiences\",\"section_description\":\"Sharing client experiences that reflect my dedication and service quality.\",\"section_prompt\":\"Real experiences from past clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Engage with me as we explore design possibilities together.\",\"section_prompt\":\"Encouragement to reach out for design consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links and copyright information.\",\"section_prompt\":\"Footer section with essential information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"Explore a collection of my graphic design projects categorized by type.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to different sections of the website.\",\"section_prompt\":\"Main navigation of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Portfolio\",\"section_description\":\"A visual collection of my best graphic design works.\",\"section_prompt\":\"Overview of my design projects.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Project Categories\",\"section_description\":\"Discover my work categorized into diverse project types to reflect my versatility.\",\"section_prompt\":\"Categories of work such as branding, digital marketing, print media.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Highlighted Projects\",\"section_description\":\"Detailed view of selected projects that showcase my skills and creativity.\",\"section_prompt\":\"A deep dive into my significant graphic design projects.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Design Impact Statistics\",\"section_description\":\"Key metrics showcasing the impact of my designs on clients\' businesses.\",\"section_prompt\":\"Implementation of successful design projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in My Work?\",\"section_description\":\"Let\\u2019s discuss how I can help with your project needs.\",\"section_prompt\":\"Encouragement to reach out for potential collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links and copyright information.\",\"section_prompt\":\"Footer section with essential information.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"An overview of the graphic design services I offer to clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to different sections of the website.\",\"section_prompt\":\"Main navigation of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Graphic Design Services\",\"section_description\":\"Comprehensive overview of the services offered.\",\"section_prompt\":\"Detailing the types of graphic design services provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding\",\"section_description\":\"Creating unique visual identities that represent businesses effectively.\",\"section_prompt\":\"Detailed breakdown of branding services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Designing tangible assets like brochures, posters, and business cards.\",\"section_prompt\":\"Showcasing print design services available.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Design\",\"section_description\":\"Crafting impactful digital graphics for websites, social media, and marketing campaigns.\",\"section_prompt\":\"Detailing services for digital design work.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common inquiries related to my graphic design services.\",\"section_prompt\":\"Common questions regarding the services offered.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Collaborate!\",\"section_description\":\"Interested in any of my services? Get in touch today!\",\"section_prompt\":\"Encourage clients to reach out for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links and copyright information.\",\"section_prompt\":\"Footer section with essential information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights and reflections on graphic design trends and my creative process.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to different sections of the website.\",\"section_prompt\":\"Main navigation of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Insights Blog\",\"section_description\":\"Reflections on my experiences and trends within the graphic design industry.\",\"section_prompt\":\"Introduction to my blog and insights on design.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"A collection of recent blog articles discussing design topics.\",\"section_prompt\":\"Display of blog posts with summaries and links.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"What You\\u2019ll Learn\",\"section_description\":\"Key takeaways and insights readers will gain from this blog.\",\"section_prompt\":\"Benefits of exploring my blog and design insights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Community\",\"section_description\":\"Engage with me and other designers in discussions about our craft.\",\"section_prompt\":\"Encouragement to subscribe or provide feedback.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links and copyright information.\",\"section_prompt\":\"Footer section with essential information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for inquiries or collaborations in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to different sections of the website.\",\"section_prompt\":\"Main navigation of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out for any inquiries regarding graphic design services or collaborations.\",\"section_prompt\":\"Contact page introduction.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to drop me a message.\",\"section_prompt\":\"A simple form for contacting me.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Other Ways to Reach Me\",\"section_description\":\"Find alternative contact methods below, including social media.\",\"section_prompt\":\"Provide additional contact details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links and copyright information.\",\"section_prompt\":\"Footer section with essential information.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1435}', '2025-12-24 10:04:14', '2025-12-24 10:04:14'),
(1437, NULL, NULL, 'LunaGems is a handmade jewellery shop', '{\"website_title\":\"LunaGems\",\"website_description\":\"A charming handmade jewellery shop that celebrates individuality and craftsmanship with unique, artisan-crafted pieces.\",\"website_type\":\"e-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewellery, artisan jewellery, unique jewellery\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Discover the beauty of LunaGems, where handmade jewellery celebrates uniqueness.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for the website.\",\"section_prompt\":\"Main navigation links including Home, About Us, Shop, Custom Orders, Blog, and Contact Us.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"An introduction to LunaGems and its charming offerings.\",\"section_prompt\":\"Engaging banner showcasing LunaGems with a captivating image.\"},{\"section_type\":\"about\",\"section_title\":\"About LunaGems\",\"section_description\":\"Learn more about our mission and craftsmanship behind the jewellery we create.\",\"section_prompt\":\"A brief overview of LunaGems\' values and inspiration in producing handmade jewellery.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Collections\",\"section_description\":\"Explore our extensive range of jewellery including rings, necklaces, bracelets, and earrings.\",\"section_prompt\":\"List main offerings: rings, necklaces, bracelets, earrings.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Customers Say\",\"section_description\":\"Hear from our satisfied customers about their experiences with LunaGems.\",\"section_prompt\":\"Show customer quotes and testimonials regarding their purchases.\"},{\"section_type\":\"gallery\",\"section_title\":\"Craftsmanship at Its Best\",\"section_description\":\"Visual showcase of our unique pieces and the care in their creation.\",\"section_prompt\":\"Display images that highlight the detailing and artistry of our jewellery.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Jewellery Insights\",\"section_description\":\"Stay updated with our latest articles and tips on jewellery care and trends.\",\"section_prompt\":\"Show link preview of latest blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Encourage visitors to explore and purchase from our collection.\",\"section_prompt\":\"Inviting message for users to visit the Shop page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Provide necessary links and information about the website.\",\"section_prompt\":\"Standard footer with links and social media contacts.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Discover the story behind LunaGems and the passion for handmade jewellery.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for the website.\",\"section_prompt\":\"Main navigation links including Home, About Us, Shop, Custom Orders, Blog, and Contact Us.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"A deeper look into LunaGems\' background and mission.\",\"section_prompt\":\"Introductory section about the origins and vision of LunaGems.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Our Values\",\"section_description\":\"Understanding the principles guiding our craftsmanship and business ethics.\",\"section_prompt\":\"Detailed description focusing on the values of sustainability and artistry.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"The Artisan\'s Touch\",\"section_description\":\"Highlighting the skill and dedication behind every piece of jewellery.\",\"section_prompt\":\"A description on the craftsmanship that goes into handmade jewellery.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Encouragement to follow us on social media for updates and new pieces.\",\"section_prompt\":\"Invite visitors to engage more with LunaGems on social channels.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Provide necessary links and information about the website.\",\"section_prompt\":\"Standard footer with links and social media contacts.\"}]},{\"page_type\":\"shop\",\"page_title\":\"Shop\",\"page_description\":\"Browse and purchase from our unique jewellery collections.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for the website.\",\"section_prompt\":\"Main navigation links including Home, About Us, Shop, Custom Orders, Blog, and Contact Us.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Shop Collections\",\"section_description\":\"Explore our curated jewellery pieces sorted by categories.\",\"section_prompt\":\"Displaying the various categories available for shopping.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Categories\",\"section_description\":\"Categorized sections for rings, necklaces, bracelets, and earrings.\",\"section_prompt\":\"List of jewellery categories available for purchase.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Featured Piece\",\"section_description\":\"Highlighting a special jewellery piece of the month.\",\"section_prompt\":\"Showcase one of our outstanding jewellery pieces with images and details.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Find Your Piece\",\"section_description\":\"Encouragement to explore the collections further.\",\"section_prompt\":\"Inviting users to delve into the unique offerings.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Provide necessary links and information about the website.\",\"section_prompt\":\"Standard footer with links and social media contacts.\"}]},{\"page_type\":\"custom_orders\",\"page_title\":\"Custom Orders\",\"page_description\":\"Personalized jewellery creation tailored to your preferences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for the website.\",\"section_prompt\":\"Main navigation links including Home, About Us, Shop, Custom Orders, Blog, and Contact Us.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Personalized Creations\",\"section_description\":\"Information on how to create custom jewellery with us.\",\"section_prompt\":\"Detailed description of the custom order process.\"},{\"section_type\":\"informational_content\",\"section_title\":\"How It Works\",\"section_description\":\"Step-by-step guide to placing a custom jewellery order.\",\"section_prompt\":\"Outline the process and what to expect when ordering custom pieces.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries regarding custom orders and our policies.\",\"section_prompt\":\"Information addressing common concerns and rules about custom orders.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Custom Order\",\"section_description\":\"Encouragement to begin the custom order process.\",\"section_prompt\":\"Prompt to guide customers on how to initiate their personalized order.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Provide necessary links and information about the website.\",\"section_prompt\":\"Standard footer with links and social media contacts.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights and tips on jewellery care, trends, and design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for the website.\",\"section_prompt\":\"Main navigation links including Home, About Us, Shop, Custom Orders, Blog, and Contact Us.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Jewellery Insights\",\"section_description\":\"Explore our articles about jewellery and its care.\",\"section_prompt\":\"Display an engaging banner to introduce the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"A collection of our latest articles and posts regarding jewellery.\",\"section_prompt\":\"Grid layout displaying links to various blog articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated\",\"section_description\":\"Encourage subscriptions to our newsletter for the latest articles.\",\"section_prompt\":\"Invite visitors to sign up and receive updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Provide necessary links and information about the website.\",\"section_prompt\":\"Standard footer with links and social media contacts.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to us for inquiries or feedback.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for the website.\",\"section_prompt\":\"Main navigation links including Home, About Us, Shop, Custom Orders, Blog, and Contact Us.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"How to contact LunaGems with questions or feedback.\",\"section_prompt\":\"Informational section about connecting with LunaGems.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to send their inquiries or feedback directly.\",\"section_prompt\":\"Display a simple form for user inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Follow Us Online\",\"section_description\":\"Links to our social media profiles for more engagement.\",\"section_prompt\":\"Provide social media links to connect with LunaGems.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Provide necessary links and information about the website.\",\"section_prompt\":\"Standard footer with links and social media contacts.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewellery shop\",\"prompt_id\":1437}', '2025-12-24 10:12:53', '2025-12-24 10:12:53');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1445, 128, NULL, 'LunaGems is a handmade jewellery shop', '{\"website_title\":\"LunaGems\",\"website_description\":\"Explore the unique handcrafted jewellery of LunaGems, where every piece tells a story. Adorn yourself with our exquisite handmade creations tailored for every occasion.\",\"website_type\":\"e-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewellery, custom jewellery, unique accessories\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Your destination for exquisite handmade jewellery that captivates and charms.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for LunaGems.\",\"section_prompt\":\"This section provides navigation links and the logo.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"Discover unique handmade jewellery designed just for you.\",\"section_prompt\":\"A captivating introduction with an appealing image of handcrafted jewellery.\"},{\"section_type\":\"about\",\"section_title\":\"About LunaGems\",\"section_description\":\"Learn about the passion and artistry behind our creations.\",\"section_prompt\":\"An overview of LunaGems\' story and dedication to quality.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Collections\",\"section_description\":\"Browse our exquisite creations, from necklaces to rings.\",\"section_prompt\":\"Showcase our standout products including necklaces, bracelets, earrings, rings.\"},{\"section_type\":\"gallery\",\"section_title\":\"Customer Creations\",\"section_description\":\"Explore a selection of past works that delighted our customers.\",\"section_prompt\":\"A visually appealing gallery of customers wearing our jewellery.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Jewellery Tips\",\"section_description\":\"Tips on caring for your handmade jewellery and styling.\",\"section_prompt\":\"A glimpse into helpful advice about jewellery maintenance.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Visit our shop to find your perfect piece.\",\"section_prompt\":\"Encouragement to explore the Shop page and make a purchase.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for additional navigation and information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"about\",\"page_title\":\"About\",\"page_description\":\"Discover the journey and passion that defines LunaGems.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational section for the About page.\",\"section_prompt\":\"Links to main pages of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Learn about the origins of LunaGems and its creator.\",\"section_prompt\":\"A captivating image and story about LunaGems.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Customers Say\",\"section_description\":\"Hear from those who love our handmade pieces.\",\"section_prompt\":\"A collection of quotes from happy customers.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Artistry and Craftsmanship\",\"section_description\":\"Delve into the techniques used in our jewellery making.\",\"section_prompt\":\"Detailed insights into the artistry behind our pieces.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Discover the benefits of exquisite handmade jewellery.\",\"section_prompt\":\"Highlight advantages of choosing LunaGems over mass-produced jewellery.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Follow us for the latest pieces and news.\",\"section_prompt\":\"Encouragement to connect via social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for additional navigation and information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"shop\",\"page_title\":\"Shop\",\"page_description\":\"Browse our collection of beautifully crafted handmade jewellery.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for shopping experience.\",\"section_prompt\":\"Links to main pages of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Collection\",\"section_description\":\"Explore a vast array of handmade jewellery pieces available for purchase.\",\"section_prompt\":\"A featured image showcasing our varied jewellery styles.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Jewellery Range\",\"section_description\":\"Discover our necklaces, bracelets, earrings, and rings.\",\"section_prompt\":\"Display different categories of jewellery with links to product pages.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Customer Favorites\",\"section_description\":\"Highlight best-selling items with customer reviews.\",\"section_prompt\":\"Showcase popular pieces that customers love.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to questions about our products and policies.\",\"section_prompt\":\"Address common inquiries buyers may have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Select your favorite pieces and complete your order today!\",\"section_prompt\":\"Encouragement to make purchases from the displayed collection.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for additional navigation and information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"custom_orders\",\"page_title\":\"Custom Orders\",\"page_description\":\"Request personalized jewellery pieces crafted to your specifications.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for the Custom Orders page.\",\"section_prompt\":\"Links to main pages of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Create Your Unique Piece\",\"section_description\":\"Learn how to start a custom jewellery order with us.\",\"section_prompt\":\"An engaging image illustrating the customization process.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"Personalized Touch\",\"section_description\":\"Discover the benefits of having custom jewellery tailored for you.\",\"section_prompt\":\"Details about the uniqueness and thoughtfulness of custom pieces.\"},{\"section_type\":\"contact_information\",\"section_title\":\"How to Get Started\",\"section_description\":\"Guidelines on how customers can place an order.\",\"section_prompt\":\"Steps for initiating a custom order with our jeweller.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Pricing Information\",\"section_description\":\"Overview of the pricing process for custom pieces.\",\"section_prompt\":\"General information about custom jewellery pricing.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Custom Order\",\"section_description\":\"Reach out today to begin crafting your personal jewellery.\",\"section_prompt\":\"Encouragement to fill out the form for custom orders.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for additional navigation and information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Gallery\",\"page_description\":\"A showcase of our stunning creations and verified customer satisfaction.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for the Gallery page.\",\"section_prompt\":\"Links to main pages of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Art of Handmade Jewellery\",\"section_description\":\"Explore a stunning collection of our crafted jewellery pieces.\",\"section_prompt\":\"An inviting display of gallery images.\"},{\"section_type\":\"gallery\",\"section_title\":\"Our Creations\",\"section_description\":\"A showcase of beautiful jewellery designed for various occasions.\",\"section_prompt\":\"Visual representations of past works and satisfied customers.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Feedback\",\"section_description\":\"Hear what our customers have to say about their purchases.\",\"section_prompt\":\"Quotes from customers love showcasing their experiences with LunaGems.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More\",\"section_description\":\"Visit our shop to find the perfect piece for you.\",\"section_prompt\":\"Encouragement to transition to the shop page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for additional navigation and information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with us for any inquiries or support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for the Contact page.\",\"section_prompt\":\"Links to main pages of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\'re here to help you, reach out for any queries or support.\",\"section_prompt\":\"A calming image with our contact information.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out this form for your inquiries or feedback.\",\"section_prompt\":\"A basic contact form for users to submit their information.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Information on how to reach us, including social media links.\",\"section_prompt\":\"Details on our contact information and social media accounts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for additional navigation and information.\",\"section_prompt\":\"Links to make navigation informative and accessible.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewellery shop\",\"prompt_id\":1445}', '2025-12-27 15:13:26', '2025-12-27 15:13:26'),
(1446, 128, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A curated portfolio showcasing my graphic design work with a clean and modern aesthetic.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative designs\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio where creativity meets design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation bar with links to other sections.\",\"section_prompt\":\"This section provides an overview of the navigation options available throughout the website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An introduction to my graphic design journey and passion for creativity.\",\"section_prompt\":\"This section welcomes visitors to explore my work and learn about my design philosophy.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief insight into my background and inspirations in graphic design.\",\"section_prompt\":\"This section highlights my personal journey, design philosophy, and what inspires my work.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"An overview of the graphic design services I offer.\",\"section_prompt\":\"List main services I offer, such as logo design, marketing materials, web design, customized illustrations.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Featured Projects\",\"section_description\":\"Showcasing some of my best design projects across various categories.\",\"section_prompt\":\"Explore my work, organized by type including branding, illustration, and digital art.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Keep up with my latest design insights and news.\",\"section_prompt\":\"This section highlights the latest posts or updates that reflect my activities.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Invitation for visitors to reach out and discuss projects or inquiries.\",\"section_prompt\":\"Encouraging users to contact me for collaborations or questions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom navigation with copyright information and external links.\",\"section_prompt\":\"This section contains links to terms of service, privacy policy, and social media.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn about my journey and inspiration in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation bar with links to other sections.\",\"section_prompt\":\"Navigation for easy access throughout the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A deeper dive into my background in design.\",\"section_prompt\":\"Overview of my design journey, philosophy, and influences.\"},{\"section_type\":\"informational_content\",\"section_title\":\"My Journey\",\"section_description\":\"A narrative of my experience and growth as a graphic designer.\",\"section_prompt\":\"Details of my path, from beginnings in graphic design to present achievements.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Design Philosophy\",\"section_description\":\"My approach and ideology towards graphic design.\",\"section_prompt\":\"Insights into how I create and what I value in design work.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom navigation with copyright information.\",\"section_prompt\":\"Essential links for further exploration.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect With Me\",\"section_description\":\"Invitation for engagement through contact or social media.\",\"section_prompt\":\"Encouraging visitors to reach out for collaborations or inquiries.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"Showcase of my best graphic design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation bar with links to other sections.\",\"section_prompt\":\"Navigation options to explore various parts of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Portfolio\",\"section_description\":\"A visual collection of my graphic design works.\",\"section_prompt\":\"An overview of the types of projects displayed in this portfolio.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Categories\",\"section_description\":\"Different categories of my design work such as branding, illustration, digital art.\",\"section_prompt\":\"List of project categories available in my portfolio.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Showcase\",\"section_description\":\"Images and descriptions of selected projects that highlight my skills.\",\"section_prompt\":\"A showcase including visuals and explanations of my top designs.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom navigation with copyright information.\",\"section_prompt\":\"Links to connect with me and explore more about my work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Collaborate\",\"section_description\":\"Encouragement for potential clients to reach out.\",\"section_prompt\":\"Invite visitors to contact me for potential projects or inquiries.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Overview of the graphic design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation bar with links to other sections.\",\"section_prompt\":\"Navigation options for easy access throughout the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Detailed look into each of the services I provide.\",\"section_prompt\":\"Presentation of the various graphic design services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Logo Design\",\"section_description\":\"Professional logo creation tailored to brands\' identities.\",\"section_prompt\":\"Services offered in logo design including process and styles.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Marketing Materials\",\"section_description\":\"Designing captivating marketing materials to reach audiences effectively.\",\"section_prompt\":\"Details regarding services for brochures, flyers, and business cards.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"Creating visually appealing and user-friendly websites.\",\"section_prompt\":\"Overview of web design services that enhance user experience.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Customized Illustrations\",\"section_description\":\"Unique illustrations tailored to the client\'s vision and needs.\",\"section_prompt\":\"Information on creating custom illustrations for brands.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions regarding my services and procedures.\",\"section_prompt\":\"Providing clear answers to inquiries about my graphic design offerings.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Work Together?\",\"section_description\":\"Encouraging potential clients to reach out for collaboration.\",\"section_prompt\":\"Inviting inquiries and collaboration discussions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom navigation with copyright information.\",\"section_prompt\":\"Essential links and information for further exploration.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation bar with links to other sections.\",\"section_prompt\":\"Navigation options to access different parts of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"How to reach out for inquiries or projects.\",\"section_prompt\":\"Overview of the contact page for facilitating communication.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"My email, phone number, and social media links.\",\"section_prompt\":\"Clear summary of my contact information for visitor convenience.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"A form for visitors to submit inquiries or project ideas directly.\",\"section_prompt\":\"Contact form for easy communication regarding projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom navigation with copyright information.\",\"section_prompt\":\"Providing essential links for further exploration.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1446}', '2025-12-27 15:16:01', '2025-12-27 15:16:01'),
(1447, 128, 832, '\"Lets create a website called as BWC and we need the website to have the pages as Home Page,   Photography Page, Service page, Orders Page, About Page, Contact Page,Legal and Policies page.\"', '{\"website_title\":\"BWC Photography\",\"website_description\":\"Welcome to BWC Photography, where we showcase stunning visuals and offer exceptional photography services for all your needs. Engage with our portfolio and discover our commitment to quality and creativity.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"photography, portfolio, services\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my photography website. Discover my work and the services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section that includes navigation and branding.\",\"section_prompt\":\"This section serves as the main navigation area with links to all crucial pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to BWC Photography\",\"section_description\":\"Experience breathtaking photography that tells a story.\",\"section_prompt\":\"A captivating introduction that engages visitors visually.\",\"selected_slug\":\"hero-banner-left-aligned-bg\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey and passion for photography.\",\"section_prompt\":\"This section shares my personal story, experiences, and vision behind my work.\",\"selected_slug\":\"about-image-split\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the photography services I offer.\",\"section_prompt\":\"List main services provided: Event Photography, Portraits, Commercial Photography.\",\"selected_slug\":\"listing-image-card-grid-slider\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Portfolio\",\"section_description\":\"A showcase of my best work across various photography styles.\",\"section_prompt\":\"This section displays selected works to demonstrate my skills and creativity.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Read testimonials from satisfied clients.\",\"section_prompt\":\"This section highlights quotes from clients who loved my photography.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Check out my latest photography articles and projects.\",\"section_prompt\":\"This section will feature links to my most recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact me today to discuss your photography needs.\",\"section_prompt\":\"Encourage visitors to reach out for more information or inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer section that includes additional links and contact information.\",\"section_prompt\":\"This section provides links to policies and social media.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover my journey and vision as a photographer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section for the About Me page.\",\"section_prompt\":\"This section serves as the main navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About My Journey\",\"section_description\":\"A brief narrative of my background and passion for photography.\",\"section_prompt\":\"Highlight my experiences and inspirations in the field of photography.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"My Vision\",\"section_description\":\"What I aim to achieve through my photography.\",\"section_prompt\":\"Detail the main goals and aspirations driving my work.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Creative Approach\",\"section_description\":\"Explore my unique style and techniques.\",\"section_prompt\":\"An insight into what sets my photography apart from others.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"I\'d love to hear from you!\",\"section_prompt\":\"Encourage visitors to reach out with any questions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer section that includes additional links and contact information.\",\"section_prompt\":\"This section provides links to policies and social media.\"}]},{\"page_type\":\"services\",\"page_title\":\"Photography Services\",\"page_description\":\"Explore the range of photography services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section for the Services page.\",\"section_prompt\":\"This section serves as the main navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Services\",\"section_description\":\"Discover the various photography services I provide.\",\"section_prompt\":\"Highlight details of different services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Event Photography\",\"section_description\":\"Capture unforgettable moments at your events.\",\"section_prompt\":\"Description of what Event Photography entails.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Portrait Photography\",\"section_description\":\"Personalized portraits that reflect your personality.\",\"section_prompt\":\"Description of what Portrait Photography entails.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Commercial Photography\",\"section_description\":\"High-quality images for your business needs.\",\"section_prompt\":\"Description of what Commercial Photography entails.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries regarding my services.\",\"section_prompt\":\"List common questions and answers for potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire Now\",\"section_description\":\"Contact me for more details on services.\",\"section_prompt\":\"Encourage visitors to reach out for service inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer section that includes additional links and contact information.\",\"section_prompt\":\"This section provides links to policies and social media.\"}]},{\"page_type\":\"orders\",\"page_title\":\"Manage Orders\",\"page_description\":\"Track and manage your photography orders here.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header for the Orders page.\",\"section_prompt\":\"This section serves as the main navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Order Management\",\"section_description\":\"Manage your photography orders efficiently.\",\"section_prompt\":\"An overview of the order management process.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Order Status\",\"section_description\":\"Check the status of your current orders.\",\"section_prompt\":\"Details on how to check order status.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Order History\",\"section_description\":\"View your past orders and details.\",\"section_prompt\":\"Information on how to access order history.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Change or Cancel Orders\",\"section_description\":\"Learn how to modify or cancel your orders.\",\"section_prompt\":\"Steps to take if you need to make changes to orders.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Need Help?\",\"section_description\":\"Contact support for assistance.\",\"section_prompt\":\"Encourage visitors to reach out for support.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer section that includes additional links and contact information.\",\"section_prompt\":\"This section provides links to policies and social media.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Feel free to reach out with any inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section for the Contact page.\",\"section_prompt\":\"This section serves as the main navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"I\'m here to help!\",\"section_prompt\":\"Encourage visitors to reach out with questions.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch.\",\"section_prompt\":\"A form for visitors to submit queries or questions.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Find my contact information here.\",\"section_prompt\":\"Provide information such as phone number and email.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer section that includes additional links and contact information.\",\"section_prompt\":\"This section provides links to policies and social media.\"}]},{\"page_type\":\"legal_policies\",\"page_title\":\"Legal & Policies\",\"page_description\":\"Read about our terms of service and privacy policies.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section for the Legal & Policies page.\",\"section_prompt\":\"This section serves as the main navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Legal & Policies\",\"section_description\":\"Important legal information regarding my services.\",\"section_prompt\":\"Provide an overview of legal and policy matters.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Terms of Service\",\"section_description\":\"Review the terms and conditions for using my services.\",\"section_prompt\":\"Detailed information about the terms of service.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Privacy Policy\",\"section_description\":\"Understand how your data is handled.\",\"section_prompt\":\"Clarification on privacy protocols.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer section that includes additional links and contact information.\",\"section_prompt\":\"This section provides links to policies and social media.\"}]}],\"user_prompt\":\"Lets create a website called as BWC and we need the website to have the pages as Home Page,   Photography Page, Service page, Orders Page, About Page, Contact Page,Legal and Policies page.\",\"prompt_id\":1447,\"dev_mode\":true,\"theme\":\"soft\",\"colors\":[[204,90,90],[95,25,40]],\"fonts\":\"soft-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":\"+91 98121 33211\",\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2025-12-27 15:24:35', '2025-12-27 15:28:17'),
(1449, 128, 834, '\"Create a website for my brand called Ridhi Sidhi Spaces, we basically deals in creating modern interior designs for offices and Homes. Include the page home page which involves benefits, services, testimonials. Next would be about us page with a breif introduction and gallery. Then add the services page and then portfolio page explaining the work and lastly have contact us page\"', '{\"website_title\":\"Ridhi Sidhi Spaces\",\"website_description\":\"Explore modern interior design solutions for offices and homes with Ridhi Sidhi Spaces. Discover innovative design that transforms spaces into stylish, functional environments.\",\"website_type\":\"business\",\"website_industry\":\"Consulting\",\"search_query\":\"interior design, modern design, office design\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Ridhi Sidhi Spaces, where innovative interior design solutions come to life.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for the website.\",\"section_prompt\":\"This section provides navigation options for easy access to various pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Transform Your Space\",\"section_description\":\"Experience how modern design can change your home and office environment.\",\"section_prompt\":\"Showcase a stunning visual of a beautifully designed space to grab visitor attention.\",\"selected_slug\":\"hero-banner-left-aligned-bg\"},{\"section_type\":\"about\",\"section_title\":\"About Ridhi Sidhi Spaces\",\"section_description\":\"Learn about our mission to bring thoughtful design into every project.\",\"section_prompt\":\"A brief overview of the company\'s vision and design philosophy.\",\"selected_slug\":\"about-image-split\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Comprehensive interior design services tailored to your needs.\",\"section_prompt\":\"List main services (Residential Design, Commercial Spaces Design, Space Planning, Consulting Services) offered by Ridhi Sidhi Spaces.\",\"selected_slug\":\"listing-image-card-grid-slider\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Benefits\",\"section_description\":\"Showcase key benefits\",\"selected_slug\":\"feature-card-grid-right\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from our satisfied clients about their experience with us.\",\"section_prompt\":\"Showcase quotes from clients discussing their satisfaction and the impact of our designs.\",\"selected_slug\":\"testimonials-grid-two-columns\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest News\",\"section_description\":\"Stay updated with our latest projects and design insights.\",\"section_prompt\":\"Feature recent blog posts related to interior design trends and tips.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Contact us to begin your design journey.\",\"section_prompt\":\"Encourage visitors to reach out for a consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End section containing additional links and copyright information.\",\"section_prompt\":\"Provide links to social media and essential website information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Discover the essence of Ridhi Sidhi Spaces and our commitment to innovative design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for the website.\",\"section_prompt\":\"This section provides navigation options for easy access to various pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Ridhi Sidhi Spaces\",\"section_description\":\"Learn more about our brand and what drives our design principles.\",\"section_prompt\":\"Utilize an engaging image that represents the essence of Ridhi Sidhi Spaces.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Our Mission and Values\",\"section_description\":\"Explore our core mission and the values that guide our work.\",\"section_prompt\":\"Detail the mission statement and core values of Ridhi Sidhi Spaces.\",\"selected_slug\":\"media-text-right-aligned\"},{\"section_type\":\"gallery\",\"section_title\":\"Our Design Style\",\"section_description\":\"Visual representation of our unique design approach through past projects.\",\"section_prompt\":\"Include images showcasing various projects to highlight our design style.\",\"selected_slug\":\"images-grid-col-three\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us in Designing Spaces\",\"section_description\":\"Contact us to learn how we can transform your space.\",\"section_prompt\":\"Encourage visitors to reach out for inquiries.\",\"selected_slug\":\"auto\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End section containing additional links and copyright information.\",\"section_prompt\":\"Provide links to social media and essential website information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the range of interior design services offered by Ridhi Sidhi Spaces.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for the website.\",\"section_prompt\":\"This section provides navigation options for easy access to various pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Discover the services we offer to enhance your spaces.\",\"section_prompt\":\"Highlight our service offerings with a relevant image.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Service Offerings\",\"section_description\":\"Detailed overview of each service provided by Ridhi Sidhi Spaces.\",\"section_prompt\":\"List services including Residential Design, Commercial Spaces Design, Space Planning, and Consulting Services.\",\"selected_slug\":\"feature-card-grid-right\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries about our services and design process.\",\"section_prompt\":\"Answer frequently asked questions to provide clarity to potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Contact us for your interior design needs.\",\"section_prompt\":\"Encourage visitors to reach out for consultations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End section containing additional links and copyright information.\",\"section_prompt\":\"Provide links to social media and essential website information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Our Portfolio\",\"page_description\":\"Showcasing the transformative projects completed by Ridhi Sidhi Spaces.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for the website.\",\"section_prompt\":\"This section provides navigation options for easy access to various pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Portfolio\",\"section_description\":\"Explore our completed projects that exemplify our design capabilities.\",\"section_prompt\":\"Featuring a striking visual showcasing our portfolio.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Highlights\",\"section_description\":\"Insightful details and imagery of selected projects.\",\"section_prompt\":\"Provide descriptions and images for notable past projects.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Design Process Overview\",\"section_description\":\"Learn about our process from concept to completion and how we work with clients.\",\"section_prompt\":\"Describe the design process we follow.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Transform Your Space?\",\"section_description\":\"Contact us to discuss your project requirements.\",\"section_prompt\":\"Encourage visitors to reach out for consultations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End section containing additional links and copyright information.\",\"section_prompt\":\"Provide links to social media and essential website information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Ridhi Sidhi Spaces for your interior design needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for the website.\",\"section_prompt\":\"This section provides navigation options for easy access to various pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\\u2019d love to hear from you!\",\"section_prompt\":\"Welcome visitors with an inviting image encouraging contact.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out to Us\",\"section_description\":\"Fill in the form below to get in touch with us.\",\"section_prompt\":\"Include a contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find our offices and get directions to visit us.\",\"section_prompt\":\"Provide location details including address and map.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End section containing additional links and copyright information.\",\"section_prompt\":\"Provide links to social media and essential website information.\"}]}],\"user_prompt\":\"Create a website for my brand called Ridhi Sidhi Spaces, we basically deals in creating modern interior designs for offices and Homes. Include the page home page which involves benefits, services, testimonials. Next would be about us page with a breif introduction and gallery. Then add the services page and then portfolio page explaining the work and lastly have contact us page\",\"prompt_id\":1449,\"dev_mode\":true,\"theme\":\"flat\",\"colors\":[[34,34,34],[80,80,80]],\"fonts\":\"flat-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_695276a9e800e.jpg\",\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2025-12-29 12:37:50', '2025-12-29 12:40:12');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1450, NULL, NULL, 'Create a website for Harmony Yoga Studio, offering classes, schedules, and instructor profiles.', '{\"website_title\":\"Harmony Yoga Studio\",\"website_description\":\"A serene and welcoming space dedicated to promoting wellness and mindfulness through yoga, offering classes, schedules, and instructor profiles.\",\"website_type\":\"personal\",\"website_industry\":\"Beauty & Wellness\",\"search_query\":\"yoga, wellness, mindfulness\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An introduction to Harmony Yoga Studio and everything we offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Header section to navigate the main areas of the site.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Harmony Yoga Studio\",\"section_description\":\"Experience peace and mindfulness through our yoga classes.\",\"section_prompt\":\"Hero banner showcasing the welcoming message of our studio.\"},{\"section_type\":\"about\",\"section_title\":\"About Harmony Yoga Studio\",\"section_description\":\"Learn more about our mission to promote wellness.\",\"section_prompt\":\"An overview of our studio\'s vision and values.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Classes\",\"section_description\":\"Explore different types of yoga that we offer.\",\"section_prompt\":\"List main classes (Hatha Yoga, Vinyasa Yoga, Restorative Yoga) available at the studio.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Join Our Community\",\"section_description\":\"Discover how many students have benefited from our classes.\",\"section_prompt\":\"Show number of classes held, total students, and success stories.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Read our most recent articles on yoga and wellness.\",\"section_prompt\":\"Display recent blog posts about yoga and wellness tips.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us Today!\",\"section_description\":\"Sign up for classes and experience wellness.\",\"section_prompt\":\"Invite visitors to enroll in classes at Harmony Yoga Studio.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional navigational links.\",\"section_prompt\":\"Information and links at the bottom of the page.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Information about Harmony Yoga Studio\'s mission and community values.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Header section to navigate the main areas of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Mission\",\"section_description\":\"Discover our dedication to wellness and mindfulness.\",\"section_prompt\":\"Description of our studio\'s mission statement.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"Community Values\",\"section_description\":\"Learn how we foster community connections through yoga.\",\"section_prompt\":\"Overview of values that guide our community involvement.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"A Welcoming Space\",\"section_description\":\"Experience a serene atmosphere conducive to personal growth.\",\"section_prompt\":\"Highlight the tranquil environment of our studio.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Student Testimonials\",\"section_description\":\"Hear what our students say about their experience.\",\"section_prompt\":\"Positive feedback from students regarding their experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Visit Us\",\"section_description\":\"We invite you to come see our studio.\",\"section_prompt\":\"Encouragement for visitors to come to the studio.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional navigational links.\",\"section_prompt\":\"Information and links at the bottom of the page.\"}]},{\"page_type\":\"classes\",\"page_title\":\"Yoga Classes\",\"page_description\":\"Detailed descriptions of various yoga classes offered.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Header section to navigate the main areas of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore Our Classes\",\"section_description\":\"Detailed description of our yoga styles.\",\"section_prompt\":\"Overview of classes available at Harmony Yoga Studio.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Hatha Yoga\",\"section_description\":\"Traditional style focusing on postures and breathing.\",\"section_prompt\":\"Details regarding the Hatha Yoga class offered.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Vinyasa Yoga\",\"section_description\":\"Flowing classes connecting movement and breath.\",\"section_prompt\":\"Information on Vinyasa Yoga sessions.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Restorative Yoga\",\"section_description\":\"Gentle practice designed to release tension.\",\"section_prompt\":\"Description of Restorative Yoga offerings.\"},{\"section_type\":\"faqs\",\"section_title\":\"Class FAQs\",\"section_description\":\"Common questions about our classes answered.\",\"section_prompt\":\"Informational FAQ section addressing class-related questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Sign Up for Classes\",\"section_description\":\"Enroll in any of our classes today.\",\"section_prompt\":\"Encouragement to register for classes.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional navigational links.\",\"section_prompt\":\"Information and links at the bottom of the page.\"}]},{\"page_type\":\"schedule\",\"page_title\":\"Class Schedule\",\"page_description\":\"Calendar view of our class timings for easy booking.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Header section to navigate the main areas of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Class Timings\",\"section_description\":\"Find a class that fits your schedule.\",\"section_prompt\":\"Overview of class timings throughout the week.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Weekly Calendar\",\"section_description\":\"Interactive calendar showing our weekly classes.\",\"section_prompt\":\"Detailed calendar layout showing class schedule.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Classes\",\"section_description\":\"Ready to start your yoga journey?\",\"section_prompt\":\"Invitation to enroll in classes after checking the schedule.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional navigational links.\",\"section_prompt\":\"Information and links at the bottom of the page.\"}]},{\"page_type\":\"instructors\",\"page_title\":\"Our Instructors\",\"page_description\":\"Profiles of our skilled yoga instructors.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Header section to navigate the main areas of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Meet Our Instructors\",\"section_description\":\"Discover the teachers guiding our classes.\",\"section_prompt\":\"Introduction to the instructor profiles.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Instructor Profiles\",\"section_description\":\"Card layout of instructors with brief info.\",\"section_prompt\":\"Cards for each instructor with their names and specialties.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join a Class\",\"section_description\":\"Sign up with our experienced instructors today!\",\"section_prompt\":\"Encouragement for visitors to join classes.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional navigational links.\",\"section_prompt\":\"Information and links at the bottom of the page.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Harmony Yoga Studio.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Header section to navigate the main areas of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get In Touch\",\"section_description\":\"We\\u2019d love to hear from you!\",\"section_prompt\":\"Contact us for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Location and phone number for inquiries.\",\"section_prompt\":\"Details on how to contact us.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Fill out the form to send us a message.\",\"section_prompt\":\"Form for submitting inquiries or messages.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional navigational links.\",\"section_prompt\":\"Information and links at the bottom of the page.\"}]}],\"user_prompt\":\"Create a website for Harmony Yoga Studio, offering classes, schedules, and instructor profiles.\",\"prompt_id\":1450}', '2026-01-05 08:17:09', '2026-01-05 08:17:09'),
(1451, NULL, NULL, 'Build a personal blog for Sophia Reed, a travel blogger with blog posts, about page, and social links.', '{\"website_title\":\"Sophia Reed\'s Travel Blog\",\"website_description\":\"Join Sophia Reed on her adventures around the world through her engaging blog where she shares unique travel insights, tips, and personal stories.\",\"website_type\":\"Personal Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel, blog, wanderlust\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel blog where I share my adventures and insights from around the globe.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of the website.\",\"section_prompt\":\"Top navigation with links to Home, About, Blog, and Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Travel Blog\",\"section_description\":\"A brief introduction about my passion for travel and what you can expect from my blog.\",\"section_prompt\":\"A captivating hero image with a welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey, experiences, and what inspires me to travel.\",\"section_prompt\":\"A brief overview of my travel journey and mission.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Check out my recent adventures and travel tips in my latest posts.\",\"section_prompt\":\"Grid showcasing titles and summaries of my latest blog entries.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Popular Destinations\",\"section_description\":\"Explore some of my favorite travel destinations with insights shared in my blog.\",\"section_prompt\":\"List main topics covered in my blog like Paris, Tokyo, Bali, etc.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Connect With Me\",\"section_description\":\"Follow me on social media for live updates and more travel content.\",\"section_prompt\":\"Links to my Instagram and Twitter profiles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Adventure\",\"section_description\":\"Get inspired and stay updated on my travel journeys by subscribing to my blog.\",\"section_prompt\":\"Encourage readers to subscribe for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links including privacy policy and contact details.\",\"section_prompt\":\"General site links and copyright information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my travel experiences and what this blog aims to achieve.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of the website.\",\"section_prompt\":\"Top navigation with links to Home, About, Blog, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About My Journey\",\"section_description\":\"Get to know me and my passion for travel.\",\"section_prompt\":\"Introduction to my personal travel journey and goals.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"What You Will Find\",\"section_description\":\"Discover the unique insights and experiences shared on my blog.\",\"section_prompt\":\"Overview of blog content like travel tips, destination insights, etc.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Reader Feedback\",\"section_description\":\"What readers are saying about my travel blog and experiences shared.\",\"section_prompt\":\"Quotes and feedback from readers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Connected\",\"section_description\":\"Encourage readers to follow my journey on social media.\",\"section_prompt\":\"Links to social media for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links including privacy policy and contact details.\",\"section_prompt\":\"General site links and copyright information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Explore my latest travel posts and insights from around the world.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of the website.\",\"section_prompt\":\"Top navigation with links to Home, About, Blog, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Travel Insights\",\"section_description\":\"A space dedicated to my travel stories and experiences.\",\"section_prompt\":\"Highlighted introduction to my blog posts.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"A collection of my recent blog posts sorted by categories.\",\"section_prompt\":\"Grid layout of blog post titles and excerpts.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Follow Me on Social Media\",\"section_description\":\"Links to my social media profiles for more interactive content.\",\"section_prompt\":\"Icons linking to my Instagram and Twitter.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Journey\",\"section_description\":\"Encouragement to subscribe and stay updated with my latest blog posts.\",\"section_prompt\":\"Invitation to readers to subscribe to my newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links including privacy policy and contact details.\",\"section_prompt\":\"General site links and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of the website.\",\"section_prompt\":\"Top navigation with links to Home, About, Blog, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Your message is important! Reach out with any questions or collaborations.\",\"section_prompt\":\"Introduction inviting users to connect.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to send me a message.\",\"section_prompt\":\"Contact form for readers to leave messages.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Connected\",\"section_description\":\"Encourage readers to follow my journey on social media.\",\"section_prompt\":\"Links to social media for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links including privacy policy and contact details.\",\"section_prompt\":\"General site links and copyright information.\"}]}],\"user_prompt\":\"Build a personal blog for Sophia Reed, a travel blogger with blog posts, about page, and social links.\",\"prompt_id\":1451}', '2026-01-05 09:10:16', '2026-01-05 09:10:16'),
(1455, 15, 838, '\"Kafenio Cafe & Bistro | 24X7 Diner | Best cafe in Mohali |Service options: Kerbside pickup, Delivery, Takeaway, Dine-in | Highlights:  Great coffee,  Great dessert,  Great tea selection | Ground floor, Sco 84, Sector 82, JLPL Industrial Area, Sahibzada Ajit Singh Nagar, Punjab 140306\"', '{\"website_title\":\"Kafenio Cafe & Bistro\",\"website_description\":\"Welcome to Kafenio, a vibrant 24\\/7 diner in Mohali, Punjab, serving up delicious coffee and desserts in a cozy atmosphere.\",\"website_type\":\"Business\",\"website_industry\":\"Food & Beverage\",\"search_query\":\"cafe,bistro,coffee\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Kafenio Cafe, where coffee meets comfort. Explore our inviting atmosphere and delicious offerings.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding.\",\"section_prompt\":\"Main Navigation Bar for easy access to all sections.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Kafenio\",\"section_description\":\"Step inside and enjoy a unique culinary experience at our 24\\/7 cafe.\",\"section_prompt\":\"A vivid introduction to the cafe\\u2019s vibrant environment.\"},{\"section_type\":\"about\",\"section_title\":\"About Kafenio\",\"section_description\":\"Discover the essence of Kafenio and what makes us special.\",\"section_prompt\":\"Overview of the cafe\'s ambiance and unique offerings.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Offerings\",\"section_description\":\"Explore our delightful offerings from coffees to desserts.\",\"section_prompt\":\"List main offerings including coffee, tea, and desserts.\",\"selected_slug\":\"listing-image-card-slider\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Visit Us Today\",\"section_description\":\"Join us for a delightful experience!\",\"section_prompt\":\"Encourage customers to visit Kafenio Cafe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Ending navigation and company information.\",\"section_prompt\":\"Information related to the cafe\'s legal disclosures.\"}]},{\"page_type\":\"menu\",\"page_title\":\"Menu\",\"page_description\":\"Explore Kafenio\'s diverse and delightful menu, featuring coffees, teas, and desserts to satisfy your cravings.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding.\",\"section_prompt\":\"Main Navigation Bar for easy access to all sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Menu\",\"section_description\":\"A detailed overview of what we serve at Kafenio.\",\"section_prompt\":\"Highlight the menu options available for customers.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Coffee Selection\",\"section_description\":\"Our premium coffee selection sourced from the finest beans.\",\"section_prompt\":\"Details on the types of coffee available.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Tea Delights\",\"section_description\":\"A variety of refreshing teas to enjoy with your treats.\",\"section_prompt\":\"Highlight the selection of teas offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Dessert Indulgence\",\"section_description\":\"Satisfy your sweet tooth with our delicious desserts.\",\"section_prompt\":\"Overview of the delicious dessert options available.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Ending navigation and company information.\",\"section_prompt\":\"Information related to the cafe\'s legal disclosures.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Kafenio offers a range of services designed to cater to your convenience and enjoyment.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding.\",\"section_prompt\":\"Main Navigation Bar for easy access to all sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Learn about the services we provide for your convenience.\",\"section_prompt\":\"Overview of the service options available at Kafenio.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Kerbside Pickup\",\"section_description\":\"Quick and convenient pickup service for on-the-go customers.\",\"section_prompt\":\"Details of our kerbside pickup service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Delivery Options\",\"section_description\":\"Get your favorite meals delivered right to your door.\",\"section_prompt\":\"Overview of delivery services available.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Takeaway Service\",\"section_description\":\"Grab your favorite items to enjoy at home.\",\"section_prompt\":\"Information about our takeaway services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Dine-In Experience\",\"section_description\":\"Enjoy our menu in a cozy and inviting ambiance.\",\"section_prompt\":\"Description of the dine-in experience.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Ending navigation and company information.\",\"section_prompt\":\"Information related to the cafe\'s legal disclosures.\"}]},{\"page_type\":\"about_us\",\"page_title\":\"About Us\",\"page_description\":\"Discover the heart and soul of Kafenio Cafe and Bistro, and what sets us apart in Mohali.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding.\",\"section_prompt\":\"Main Navigation Bar for easy access to all sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"The Kafenio Story\",\"section_description\":\"Learn about our journey and vision for Kafenio Cafe.\",\"section_prompt\":\"Overview of the history and vision of Kafenio.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at Ground floor, Sco 84, Sector 82, JLPL Industrial Area.\",\"section_prompt\":\"Details about our cafe\'s location.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Our Mission\",\"section_description\":\"Commitment to quality and customer satisfaction at Kafenio.\",\"section_prompt\":\"Description of the cafe\'s mission and values.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Customer Experience\",\"section_description\":\"Focusing on creating memorable experiences for our customers.\",\"section_prompt\":\"Details about the customer-focused atmosphere.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Ending navigation and company information.\",\"section_prompt\":\"Information related to the cafe\'s legal disclosures.\"}]},{\"page_type\":\"contact_us\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to Kafenio Cafe & Bistro for inquiries, feedback, or support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding.\",\"section_prompt\":\"Main Navigation Bar for easy access to all sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We\'d love to hear from you!\",\"section_prompt\":\"Encourage customers to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below for inquiries or feedback.\",\"section_prompt\":\"A simple contact form for customers to reach us.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Find our contact details here for quicker communication.\",\"section_prompt\":\"Display of contact details including phone number and address.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Ending navigation and company information.\",\"section_prompt\":\"Information related to the cafe\'s legal disclosures.\"}]}],\"user_prompt\":\"Kafenio Cafe & Bistro | 24X7 Diner | Best cafe in Mohali |Service options: Kerbside pickup, Delivery, Takeaway, Dine-in | Highlights:  Great coffee,  Great dessert,  Great tea selection | Ground floor, Sco 84, Sector 82, JLPL Industrial Area, Sahibzada Ajit Singh Nagar, Punjab 140306\",\"prompt_id\":1455,\"dev_mode\":true,\"theme\":\"soft\",\"colors\":[[158,189,89],[141,109,54]],\"fonts\":\"soft-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2026-01-05 11:01:42', '2026-01-05 11:03:04'),
(1456, 15, 839, '\"Create a website for Harmony Yoga Studio, offering classes, schedules, and instructor profiles.\"', '{\"website_title\":\"Harmony Yoga Studio\",\"website_description\":\"A serene and welcoming place to embark on your yoga journey with classes, schedules, and professional instructors.\",\"website_type\":\"informational\",\"website_industry\":\"Beauty & Wellness\",\"search_query\":\"yoga studio, yoga classes, wellness\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Harmony Yoga Studio, your haven for relaxation and personal growth.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation bar for easy access to all sections.\",\"section_prompt\":\"This is the header section of the website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Harmony Yoga\",\"section_description\":\"Discover your path to wellness and balance.\",\"section_prompt\":\"A captivating introduction to Harmony Yoga Studio.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our philosophy and mission at Harmony Yoga Studio.\",\"section_prompt\":\"An introduction to the studio\'s values and community.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Classes\",\"section_description\":\"Explore the variety of yoga classes offered at our studio.\",\"section_prompt\":\"List main yoga classes offered (Hatha, Vinyasa, Yin).\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay informed about our latest news and upcoming events.\",\"section_prompt\":\"Highlight recent articles or updates related to the studio.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Students Say\",\"section_description\":\"Read experiences shared by our students about their journey.\",\"section_prompt\":\"Collect positive testimonials from students about the studio.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us Today\",\"section_description\":\"Sign up for a class and start your yoga journey with us!\",\"section_prompt\":\"Encouragement to register or learn more about joining.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for additional website links and information.\",\"section_prompt\":\"Final section of the website\'s layout.\"}]},{\"page_type\":\"aboutus\",\"page_title\":\"About Us\",\"page_description\":\"The story behind Harmony Yoga Studio and its commitment to community.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header to assist with website navigation.\",\"section_prompt\":\"Navigate through the website using the main header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Discover the history and vision of Harmony Yoga Studio.\",\"section_prompt\":\"Introduction to the studio\\u2019s establishment and growth.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Yoga?\",\"section_description\":\"Explore the numerous benefits of practicing yoga regularly.\",\"section_prompt\":\"List benefits of yoga for physical and mental health.\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Our Community Partners\",\"section_description\":\"Showcase organizations we collaborate with to promote wellness.\",\"section_prompt\":\"Display logos of local partners and organizations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Involved\",\"section_description\":\"Find out how you can join our community and events.\",\"section_prompt\":\"Encouragement to engage with the studio\'s community.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for additional navigation and information.\",\"section_prompt\":\"Final section with essential links and information.\"}]},{\"page_type\":\"classes\",\"page_title\":\"Yoga Classes\",\"page_description\":\"Detailed information about the different yoga classes available.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for easy access to classes.\",\"section_prompt\":\"This section serves as the website\'s navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Yoga Classes\",\"section_description\":\"Learn about our diverse range of yoga classes.\",\"section_prompt\":\"Highlight various classes we offer.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Class Styles\",\"section_description\":\"Detailed descriptions of the yoga styles available.\",\"section_prompt\":\"Description of class styles (Hatha, Vinyasa, Yin) offered.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries about our yoga classes.\",\"section_prompt\":\"Address frequently asked questions regarding the classes.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join a Class\",\"section_description\":\"Sign up for a class today to experience the benefits of yoga.\",\"section_prompt\":\"Encouragement to register for classes.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for navigation assistance and contact info.\",\"section_prompt\":\"Final section for essential links.\"}]},{\"page_type\":\"schedule\",\"page_title\":\"Class Schedule\",\"page_description\":\"Up-to-date class schedules for both in-person and online sessions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational section for accessing all schedule information.\",\"section_prompt\":\"Main navigation for the schedule page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Current Schedule\",\"section_description\":\"View our latest class offerings and times.\",\"section_prompt\":\"Present the current weekly schedule.\"},{\"section_type\":\"informational_content\",\"section_title\":\"In-Person Classes\",\"section_description\":\"Detailed timing for all in-person classes offered.\",\"section_prompt\":\"Listing and times for in-person yoga classes.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Online Classes\",\"section_description\":\"Schedule for online sessions available for remote learning.\",\"section_prompt\":\"Listing of available online classes and timings.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reserve Your Spot\",\"section_description\":\"Sign up for a class to secure your spot and join us.\",\"section_prompt\":\"Encouraging users to register for classes.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for links and essential information about the studio.\",\"section_prompt\":\"Final section for navigation assistance.\"}]},{\"page_type\":\"instructors\",\"page_title\":\"Our Instructors\",\"page_description\":\"Meet the talented instructors guiding our yoga journey.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for easy access to instructor profiles.\",\"section_prompt\":\"This is the header section for the instructors page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Meet Our Instructors\",\"section_description\":\"Profiles of our experienced yoga instructors.\",\"section_prompt\":\"Introduction to the instructors at Harmony Yoga Studio.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Instructor Profiles\",\"section_description\":\"Explore individual profiles showcasing each instructor\'s journey.\",\"section_prompt\":\"Detailed cards highlighting each instructor\'s background.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Teaching Philosophy\",\"section_description\":\"Understand the teaching styles and values of our instructors.\",\"section_prompt\":\"Highlight overarching teaching philosophies.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join a Class with Us\",\"section_description\":\"Experience our instructors\' teachings firsthand by signing up.\",\"section_prompt\":\"Encouragement to register for classes.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for navigation and additional links.\",\"section_prompt\":\"Final section with essential website links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to us for inquiries or additional information.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for quick access to contact details.\",\"section_prompt\":\"Header to assist in navigating the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We\'d love to hear from you!\",\"section_prompt\":\"Introduction statement encouraging visitors to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send us a message or inquiry.\",\"section_prompt\":\"Simple form for users to submit messages.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our physical address for in-person visits.\",\"section_prompt\":\"Include studio location address and map.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer providing additional navigation and information.\",\"section_prompt\":\"Final section with important links.\"}]}],\"user_prompt\":\"Create a website for Harmony Yoga Studio, offering classes, schedules, and instructor profiles.\",\"prompt_id\":1456,\"dev_mode\":true,\"theme\":\"classic\",\"colors\":[[58,91,204],[7,14,42]],\"fonts\":\"classic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2026-01-05 11:36:42', '2026-01-05 11:37:20'),
(1463, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A comprehensive showcase of my graphic design work, highlighting my creative projects, design philosophy, and client testimonials.\",\"website_type\":\"portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An introduction to my work and design philosophy with key highlights of my portfolio.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the portfolio.\",\"section_prompt\":\"Includes links to Home, Portfolio, About Me, Services, Testimonials, and Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"A brief introduction to my graphic design world and what you can find here.\",\"section_prompt\":\"An engaging visual showcasing my best work alongside a welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"An overview of my professional journey and design insights.\",\"section_prompt\":\"A brief summary and an insight into my design philosophy and influences.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Design Services\",\"section_description\":\"Highlights of the services I offer to clients in graphic design.\",\"section_prompt\":\"List main services: branding, print design, digital graphics.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Featured Projects\",\"section_description\":\"Showcasing a select few of my best works in graphic design.\",\"section_prompt\":\"A display of selected graphic design projects with images and brief descriptions.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"What my clients say about my work and design solutions.\",\"section_prompt\":\"A collection of testimonials focusing on my effectiveness and impact.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Work Together\",\"section_description\":\"Encouragement for visitors to reach out.\",\"section_prompt\":\"A call-to-action urging potential clients to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with contact information and social media links.\",\"section_prompt\":\"Provides links to social media and contact details.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A gallery showcasing my best graphic design projects with descriptions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the portfolio.\",\"section_prompt\":\"Includes links to Home, Portfolio, About Me, Services, Testimonials, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Graphic Design Portfolio\",\"section_description\":\"Overview of my design work collection.\",\"section_prompt\":\"Highlights the creativity and range of my projects.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Showcase\",\"section_description\":\"Curated images of my graphic design works with descriptions.\",\"section_prompt\":\"A gallery layout featuring my design projects with detailed descriptions.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project Highlights\",\"section_description\":\"Deep dives into selected projects that showcase my design process.\",\"section_prompt\":\"In-depth explanation of specific projects and the design techniques used.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Collaborating?\",\"section_description\":\"Encouragement for visitors to reach out.\",\"section_prompt\":\"A call-to-action for inquiries regarding collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with contact information and social media links.\",\"section_prompt\":\"Provides links to social media and contact details.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Detailing my professional background, skills, and influences in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the portfolio.\",\"section_prompt\":\"Includes links to Home, Portfolio, About Me, Services, Testimonials, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Personal insights into my journey as a graphic designer.\",\"section_prompt\":\"A brief introduction of my professional journey and influences.\"},{\"section_type\":\"informational_content\",\"section_title\":\"My Background\",\"section_description\":\"A detailed description of my education and work experience in design.\",\"section_prompt\":\"Overview of my academic qualifications and professional experience.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Explanation of my approach and mindset towards graphic design.\",\"section_prompt\":\"Insights into my beliefs regarding effective design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to reach out.\",\"section_prompt\":\"A call-to-action urging potential collaborators to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with contact information and social media links.\",\"section_prompt\":\"Provides links to social media and contact details.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Information on the graphic design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the portfolio.\",\"section_prompt\":\"Includes links to Home, Portfolio, About Me, Services, Testimonials, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Services\",\"section_description\":\"Overview of the graphic design services available.\",\"section_prompt\":\"Highlights the various services I provide.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding\",\"section_description\":\"Details on the branding services I offer and my approach.\",\"section_prompt\":\"An in-depth look at my branding service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Overview of my print design services for various media.\",\"section_prompt\":\"Details regarding print design approach and examples.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Graphics\",\"section_description\":\"Information on my digital graphics services.\",\"section_prompt\":\"Insights into digital graphics services and design strategies.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions regarding my design services.\",\"section_prompt\":\"A section to address common inquiries about my services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Working Together?\",\"section_description\":\"Encouragement for visitors to reach out.\",\"section_prompt\":\"A call-to-action for inquiries regarding my services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with contact information and social media links.\",\"section_prompt\":\"Provides links to social media and contact details.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Feedback from clients to highlight my effectiveness in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the portfolio.\",\"section_prompt\":\"Includes links to Home, Portfolio, About Me, Services, Testimonials, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Testimonials\",\"section_description\":\"What others say about my graphic design work.\",\"section_prompt\":\"A section dedicated to showcasing client feedback.\"},{\"section_type\":\"reviews\",\"section_title\":\"What Clients Say\",\"section_description\":\"Compilation of various client testimonials showcasing my strengths.\",\"section_prompt\":\"Highlighted quotes from clients about their experiences.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Impactful Projects\",\"section_description\":\"Details about specific projects that received critical acclaim.\",\"section_prompt\":\"Explaining the impact of my works based on client\'s perspectives.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Connect\",\"section_description\":\"Encouragement for visitors to reach out.\",\"section_prompt\":\"A call-to-action encouraging potential clients to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with contact information and social media links.\",\"section_prompt\":\"Provides links to social media and contact details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"A page for potential clients to reach out for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the portfolio.\",\"section_prompt\":\"Includes links to Home, Portfolio, About Me, Services, Testimonials, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"A section encouraging visitors to connect with me.\",\"section_prompt\":\"Invitation for users to reach out with inquiries.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for potential clients to fill out their information to get in touch.\",\"section_prompt\":\"Includes form fields such as name, email, message.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Providing my contact details for professional inquiries.\",\"section_prompt\":\"List of email and other contact methods.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with contact information and social media links.\",\"section_prompt\":\"Provides links to social media and contact details.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1463}', '2026-01-06 11:24:57', '2026-01-06 11:24:57');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1471, 128, 853, '\"Chauffer service in India to have multiple cars available on rent for premium customers. We have luxury cars from Mercedes, Rolls-Royce, BMW, Range Rover, jaguar. There must be a pricing and a request a quote button to have the leads sent to admin. Get the customer reviews and gallery pages\"', '{\"website_title\":\"Premium Chauffeur Services in India\",\"website_description\":\"Experience the luxury of travel with our premium chauffeur services, featuring a fleet of high-end cars available for rent in India. We provide stylish and comfortable transportation for discerning clients.\",\"website_type\":\"Business\",\"website_industry\":\"Automotive\",\"search_query\":\"luxury cars, chauffeur service, car rental\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our premium chauffeur service, dedicated to providing an extraordinary transport experience in India.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Displays site navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Experience Luxury\",\"section_description\":\"An impressive introduction showcasing our luxurious chauffeur services.\",\"section_prompt\":\"Showcase the essence of our luxury chauffeur service.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our commitment to quality and excellence in transportation services.\",\"section_prompt\":\"Provide insight into our company\'s values and goals.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Luxury Fleet\",\"section_description\":\"Explore our exquisite range of luxury cars available for rent.\",\"section_prompt\":\"List main services (Mercedes, Rolls-Royce, BMW, Range Rover, Jaguar) provided by the chauffeur service.\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQ\",\"section_description\":\"Answer common questions\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Choose Us\",\"section_description\":\"Discover the benefits of choosing our chauffeur services for your travel needs.\",\"section_prompt\":\"Outline the main advantages of using our chauffeur service.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay updated with our latest offerings and news.\",\"section_prompt\":\"Showcase recent blog posts or news updates.\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Logos\",\"section_description\":\"Display logos of key customers\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Experience Today\",\"section_description\":\"Encourage visitors to book a ride with our premium service.\",\"section_prompt\":\"Call to action for booking.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Testimonials\",\"section_description\":\"Showcase clients\' success stories\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Show contact information for direct reach\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional links and information.\",\"section_prompt\":\"Includes links to privacy policy, terms of service, etc.\"}]},{\"page_type\":\"fleet\",\"page_title\":\"Fleet\",\"page_description\":\"Discover our luxurious fleet of vehicles, including specifications and high-quality images of each model.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the fleet page.\",\"section_prompt\":\"Displays site navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Luxury Fleet\",\"section_description\":\"A visually appealing banner highlighting our fleet of luxury cars.\",\"section_prompt\":\"Highlight the fleet of luxury cars we offer.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Mercedes\",\"section_description\":\"Experience the ultimate luxury with our Mercedes vehicles, offering both comfort and style.\",\"section_prompt\":\"Showcase Mercedes vehicles with specifications and images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Rolls-Royce\",\"section_description\":\"Indulge in the unmatched grandeur of our Rolls-Royce cars, perfect for special occasions.\",\"section_prompt\":\"Showcase Rolls-Royce vehicles with specifications and images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"BMW\",\"section_description\":\"Drive in elegance with our selection of BMW cars, combining performance and luxury.\",\"section_prompt\":\"Showcase BMW vehicles with specifications and images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Range Rover\",\"section_description\":\"Explore adventure and comfort with our Range Rover fleet, ideal for any terrain.\",\"section_prompt\":\"Showcase Range Rover vehicles with specifications and images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Jaguar\",\"section_description\":\"Experience sporty luxury with our Jaguar cars, designed for those who appreciate performance.\",\"section_prompt\":\"Showcase Jaguar vehicles with specifications and images.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional links and information for the fleet page.\",\"section_prompt\":\"Includes links to privacy policy, terms of service, etc.\"}]},{\"page_type\":\"pricing\",\"page_title\":\"Pricing\",\"page_description\":\"Understand our competitive pricing for each luxurious vehicle in our fleet.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the pricing page.\",\"section_prompt\":\"Displays site navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Pricing Plans\",\"section_description\":\"Overview of our transparent pricing options for luxury car rentals.\",\"section_prompt\":\"Highlight the pricing for various vehicles.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Rental Prices\",\"section_description\":\"Details of rental prices by vehicle type, with additional options available.\",\"section_prompt\":\"List the pricing structure for our fleet of luxury cars.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Request a Quote\",\"section_description\":\"Encourage users to reach out for a detailed quote.\",\"section_prompt\":\"Invite visitors to request a tailored quote for their needs.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional links and information for the pricing page.\",\"section_prompt\":\"Includes links to privacy policy, terms of service, etc.\"}]},{\"page_type\":\"reviews\",\"page_title\":\"Customer Reviews\",\"page_description\":\"Read testimonials from our satisfied clients who experienced our premium chauffeur services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the reviews page.\",\"section_prompt\":\"Displays site navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"A title banner showcasing feedback from our customers.\",\"section_prompt\":\"Encourage clients to share their experiences.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Testimonials\",\"section_description\":\"A selection of reviews and testimonials from our valued clients.\",\"section_prompt\":\"Display feedback and ratings from customers.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional links and information for the reviews page.\",\"section_prompt\":\"Includes links to privacy policy, terms of service, etc.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Gallery\",\"page_description\":\"Browse through our gallery showcasing our luxurious fleet and memorable events.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the gallery page.\",\"section_prompt\":\"Displays site navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Gallery\",\"section_description\":\"A visual introduction to previous events and our luxury cars in action.\",\"section_prompt\":\"Highlight the gallery featuring events and luxury vehicles.\"},{\"section_type\":\"gallery\",\"section_title\":\"Event Highlights\",\"section_description\":\"Photos from past events showcasing our fleet in service, capturing memorable moments.\",\"section_prompt\":\"Showcase images of events and car displays.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional links and information for the gallery page.\",\"section_prompt\":\"Includes links to privacy policy, terms of service, etc.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with us for inquiries regarding our premium chauffeur services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the contact page.\",\"section_prompt\":\"Displays site navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"A welcoming banner encouraging customers to reach out for any questions or bookings.\",\"section_prompt\":\"Highlight how customers can connect with us.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get In Touch\",\"section_description\":\"Find our contact information including phone, email, and location.\",\"section_prompt\":\"Provide essential contact details.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"A form to capture customer inquiries or booking requests.\",\"section_prompt\":\"Allow customers to submit a detailed inquiry.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional links and information for the contact page.\",\"section_prompt\":\"Includes links to privacy policy, terms of service, etc.\"}]}],\"user_prompt\":\"Chauffer service in India to have multiple cars available on rent for premium customers. We have luxury cars from Mercedes, Rolls-Royce, BMW, Range Rover, jaguar. There must be a pricing and a request a quote button to have the leads sent to admin. Get the customer reviews and gallery pages\",\"prompt_id\":1471,\"dev_mode\":true,\"theme\":\"classic\",\"colors\":[[152,100,36],[40,53,102]],\"fonts\":\"classic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2026-01-07 10:07:01', '2026-01-07 10:08:38'),
(1472, NULL, NULL, 'Kafenio Cafe & Bistro | 24X7 Diner | Best cafe in Mohali |Service options: Kerbside pickup, Delivery, Takeaway, Dine-in | Highlights: Great coffee, Great dessert, Great tea selection | Ground floor, Sco 84, Sector 82, JLPL Industrial Area, Sahibzada Ajit Singh Nagar, Punjab 140306', '{\"website_title\":\"Kafenio Cafe & Bistro\",\"website_description\":\"Welcome to Kafenio Cafe & Bistro, where we serve delicious food 24 hours a day in a warm, inviting atmosphere. Discover our fantastic menu, excellent services, and the story behind our cafe, all designed to make your experience unforgettable.\",\"website_type\":\"business\",\"website_industry\":\"Food & Beverage\",\"search_query\":\"cafes in Mohali, dining experience, coffee and dessert\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An inviting introduction to Kafenio Cafe & Bistro, showcasing our ambiance and offerings.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all major sections of the website.\",\"section_prompt\":\"Header section for easy navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Kafenio\",\"section_description\":\"Experience the warmth and comfort of Kafenio Cafe & Bistro, your cozy dining spot in Mohali.\",\"section_prompt\":\"Image slider showcasing Kafenio\'s inviting atmosphere.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our journey, mission, and the values that make Kafenio special.\",\"section_prompt\":\"A brief overview of Kafenio\'s story and values.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Highlights\",\"section_description\":\"Feast your eyes on our specially curated menu highlights.\",\"section_prompt\":\"List major highlights: coffee, dessert, tea selection.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Testimonials\",\"section_description\":\"Read what our guests say about their experiences at Kafenio.\",\"section_prompt\":\"Showcase glowing reviews from satisfied customers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Visit Us Today!\",\"section_description\":\"Join us at Kafenio Cafe for a delightful dining experience, anytime!\",\"section_prompt\":\"Encouragement for customers to visit the cafe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer navigation and important links.\",\"section_prompt\":\"Links and information in the footer.\"}]},{\"page_type\":\"menu\",\"page_title\":\"Menu\",\"page_description\":\"Explore the delicious offerings available at Kafenio Cafe & Bistro, from coffee to desserts.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to main sections of the website.\",\"section_prompt\":\"Header section for easy navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Delicious Menu\",\"section_description\":\"Discover our extensive menu of food and beverage offerings.\",\"section_prompt\":\"A visual highlight of menu offerings.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Coffee Selection\",\"section_description\":\"Explore our variety of coffee options, from classic brews to specialty drinks.\",\"section_prompt\":\"List all available coffee selections.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Desserts\",\"section_description\":\"Indulge in our mouthwatering desserts that satisfy every sweet tooth.\",\"section_prompt\":\"List all dessert offerings available.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Tea Selection\",\"section_description\":\"Enjoy our range of fine teas, perfect for any time of day.\",\"section_prompt\":\"List all types of teas offered.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer navigation and important links.\",\"section_prompt\":\"Links and information in the footer.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Learn about the exceptional services offered at Kafenio Cafe & Bistro.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links for seamless browsing.\",\"section_prompt\":\"Header section for site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Discover the range of services we provide to make your visit enjoyable.\",\"section_prompt\":\"Highlight the services available.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Service Options\",\"section_description\":\"We offer diverse service options tailored to your needs, including.\",\"section_prompt\":\"List major service options: kerbside pickup, delivery, takeaway, dine-in.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Guests Say\",\"section_description\":\"Read testimonials from customers who enjoyed our services.\",\"section_prompt\":\"Showcase feedback on our provided services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and information.\",\"section_prompt\":\"Links and information in the footer.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Get to know Kafenio Cafe & Bistro and what makes us unique.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Quick links to navigate through the site.\",\"section_prompt\":\"Header section for easy site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"An insight into the journey and values of Kafenio Cafe & Bistro.\",\"section_prompt\":\"A narrative of the cafe\'s founding and mission.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Our Mission\",\"section_description\":\"Our commitment to exceptional food and service for all our guests.\",\"section_prompt\":\"Description of Kafenio\'s mission and values.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Key Highlights\",\"section_description\":\"Notable achievements and milestones that define Kafenio Cafe.\",\"section_prompt\":\"Statistics showcasing cafe achievements.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Important links for further navigation.\",\"section_prompt\":\"Footer links and information for visitor assistance.\"}]},{\"page_type\":\"location\",\"page_title\":\"Location\",\"page_description\":\"Find us at Kafenio Cafe & Bistro, your new favorite diner in Mohali.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links for better user experience.\",\"section_prompt\":\"Header section for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Visit Us\",\"section_description\":\"We are located at the heart of Mohali, ready to serve you 24\\/7.\",\"section_prompt\":\"Visual representation of cafe location.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Address\",\"section_description\":\"Find detailed location information and how to reach us.\",\"section_prompt\":\"Provide our address and directions.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Us\",\"section_description\":\"Get in touch with Kafenio for any inquiries.\",\"section_prompt\":\"List contact information including phone number and email.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer navigation and important links.\",\"section_prompt\":\"Links and information in the footer.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out to Kafenio Cafe & Bistro for inquiries and reservations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Quick access to main navigation links.\",\"section_prompt\":\"Header section for easy navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We look forward to hearing from you!\",\"section_prompt\":\"Highlight the importance of contacting us.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below for inquiries, feedback, or reservations.\",\"section_prompt\":\"Contact form for customer messages.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Our phone number and email for direct communication.\",\"section_prompt\":\"Provide essential contact details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and relevant information.\",\"section_prompt\":\"Links and information in the footer.\"}]}],\"user_prompt\":\"Kafenio Cafe & Bistro | 24X7 Diner | Best cafe in Mohali |Service options: Kerbside pickup, Delivery, Takeaway, Dine-in | Highlights: Great coffee, Great dessert, Great tea selection | Ground floor, Sco 84, Sector 82, JLPL Industrial Area, Sahibzada Ajit Singh Nagar, Punjab 140306\",\"prompt_id\":1472}', '2026-01-07 10:10:55', '2026-01-07 10:10:55'),
(1475, 10, NULL, 'Kafenio Cafe & Bistro | 24X7 Diner | Best cafe in Mohali |Service options: Kerbside pickup, Delivery, Takeaway, Dine-in | Highlights: Great coffee, Great dessert, Great tea selection | Ground floor, Sco 84, Sector 82, JLPL Industrial Area, Sahibzada Ajit Singh Nagar, Punjab 140306', '{\"website_title\":\"Kafenio Cafe & Bistro\",\"website_description\":\"Welcome to Kafenio Cafe & Bistro, your 24X7 oasis in Mohali for delicious coffee, desserts, and a variety of teas in a cozy setting.\",\"website_type\":\"Business\",\"website_industry\":\"Food & Beverage\",\"search_query\":\"Kafenio Cafe, coffee shop, bistro Mohali\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The perfect introduction to Kafenio Cafe & Bistro, highlighting what makes us special.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Kafenio\",\"section_description\":\"Experience a cozy atmosphere any time of the day or night at Kafenio Cafe & Bistro.\",\"section_prompt\":\"Showcase the inviting ambiance of Kafenio, highlighting its 24X7 operational hours.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Kafenio Cafe & Bistro is dedicated to providing quality coffee, desserts, and a warm atmosphere.\",\"section_prompt\":\"Provide a brief overview of Kafenio Cafe & Bistro\'s values and history.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Specialties\",\"section_description\":\"Discover our delicious offerings: coffee, desserts, and a selection of teas.\",\"section_prompt\":\"List main specialties (Specialty Coffee, Desserts, Tea Selection) available at the cafe.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"A few reasons why Kafenio Cafe & Bistro is your best choice in Mohali.\",\"section_prompt\":\"Highlight benefits such as cozy environment, quality ingredients, and friendly service.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest News & Updates\",\"section_description\":\"Stay updated with the latest happenings at Kafenio.\",\"section_prompt\":\"Showcase any upcoming events or new menu items.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Visit Us Today!\",\"section_description\":\"We invite you to come and enjoy a delightful experience at Kafenio Cafe & Bistro.\",\"section_prompt\":\"Encourage visitors to plan their visit and try our offerings.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"menu\",\"page_title\":\"Menu\",\"page_description\":\"A detailed overview of food and beverage offerings at Kafenio Cafe & Bistro.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Menu\",\"section_description\":\"Explore our extensive food and drink selections.\",\"section_prompt\":\"Describe the various categories in the menu including coffee, desserts, and teas.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Coffee Selections\",\"section_description\":\"Our range of specialty coffee crafted to perfection.\",\"section_prompt\":\"Showcase different coffee varieties available.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Delicious Desserts\",\"section_description\":\"Indulge in our mouth-watering dessert offerings.\",\"section_prompt\":\"List popular desserts available at the cafe.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Tea Varieties\",\"section_description\":\"Discover our selection of refreshing teas for every palate.\",\"section_prompt\":\"Provide details on various types of teas served.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Order Now!\",\"section_description\":\"Come taste our delights or order from our menu.\",\"section_prompt\":\"Encourage patrons to explore the menu online and visit us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Explore the array of services offered by Kafenio Cafe & Bistro.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Discover the services available to enhance your experience.\",\"section_prompt\":\"Overview of different service options at Kafenio Cafe.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Our Service Options\",\"section_description\":\"Services designed for your convenience.\",\"section_prompt\":\"List services we offer (Kerbside Pickup, Delivery, Takeaway, Dine-in).\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answer common queries related to our services.\",\"section_prompt\":\"Provide answers to frequently asked questions about the services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore Our Services\",\"section_description\":\"Join us for great coffee and much more.\",\"section_prompt\":\"Encourage visitors to take advantage of the services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about Kafenio Cafe & Bistro and our vision for coffee lovers.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Every great cafe has a story, and here is ours.\",\"section_prompt\":\"Share the background and vision of Kafenio Cafe & Bistro.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"Our Mission\",\"section_description\":\"We strive to offer the finest coffee and create a community hub.\",\"section_prompt\":\"Describe the mission and values that guide Kafenio.\"},{\"section_type\":\"about\",\"section_title\":\"Why We Love Coffee\",\"section_description\":\"Our passion for coffee is what drives us to excel.\",\"section_prompt\":\"Share insights on the cafe\'s love and dedication to coffee.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us for a Coffee!\",\"section_description\":\"Experience our passion; visit Kafenio Cafe & Bistro.\",\"section_prompt\":\"Invite visitors to come and taste our coffees.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"location\",\"page_title\":\"Location\",\"page_description\":\"How to find Kafenio Cafe & Bistro in Mohali.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Find Us\",\"section_description\":\"Get directions to Kafenio Cafe & Bistro.\",\"section_prompt\":\"Provide information to help customers locate the cafe.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Address\",\"section_description\":\"Ground floor, Sco 84, Sector 82, JLPL Industrial Area, Sahibzada Ajit Singh Nagar, Punjab 140306.\",\"section_prompt\":\"Include the full address for easy navigation.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Plan Your Visit\",\"section_description\":\"We look forward to welcoming you at Kafenio Cafe & Bistro.\",\"section_prompt\":\"Encouragement to visit the cafe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Kafenio Cafe & Bistro for any inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Reach out to us with your questions or comments.\",\"section_prompt\":\"Provide various ways for clients to contact the cafe.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form to send us your inquiries or feedback.\",\"section_prompt\":\"A brief form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Connect With Us\",\"section_description\":\"Ground floor, Sco 84, Sector 82, JLPL Industrial Area, Sahibzada Ajit Singh Nagar, Punjab 140306. Phone numbers and social media links will be added here.\",\"section_prompt\":\"Include contact details for reaching out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"Kafenio Cafe & Bistro | 24X7 Diner | Best cafe in Mohali |Service options: Kerbside pickup, Delivery, Takeaway, Dine-in | Highlights: Great coffee, Great dessert, Great tea selection | Ground floor, Sco 84, Sector 82, JLPL Industrial Area, Sahibzada Ajit Singh Nagar, Punjab 140306\",\"prompt_id\":1475}', '2026-01-07 10:36:52', '2026-01-07 10:36:52'),
(1477, 10, NULL, 'Kafenio Cafe & Bistro | 24X7 Diner | Best cafe in Mohali |Service options: Kerbside pickup, Delivery, Takeaway, Dine-in | Highlights: Great coffee, Great dessert, Great tea selection | Ground floor, Sco 84, Sector 82, JLPL Industrial Area, Sahibzada Ajit Singh Nagar, Punjab 140306.', '{\"website_title\":\"Kafenio Cafe & Bistro\",\"website_description\":\"Welcome to Kafenio Cafe & Bistro, your favorite 24\\/7 diner in Mohali, Punjab. Experience the best in coffee, desserts, and more, with convenient service options including kerbside pickup and delivery.\",\"website_type\":\"business\",\"website_industry\":\"Food & Beverage\",\"search_query\":\"cafe, bistro, coffee\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Kafenio Cafe & Bistro! Experience a unique blend of culinary delights at our cafe in Mohali.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Kafenio\",\"section_description\":\"Discover our inviting atmosphere and diverse menu. Join us 24\\/7 for the best in coffee and cuisine.\",\"section_prompt\":\"Present a warm introduction to Kafenio Cafe & Bistro.\"},{\"section_type\":\"about\",\"section_title\":\"About Kafenio\",\"section_description\":\"Learn about our passion for great food and coffee, and what makes Kafenio Cafe & Bistro stand out in Mohali.\",\"section_prompt\":\"Tell the story of Kafenio and its significance in the community.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Offerings\",\"section_description\":\"Explore our popular menu items including great coffee, delicious desserts, and a variety of teas.\",\"section_prompt\":\"Showcase key menu items: coffee, desserts, teas.\"},{\"section_type\":\"gallery\",\"section_title\":\"Cafe Atmosphere\",\"section_description\":\"View images showcasing our beautiful cafe ambiance and happy customers enjoying their meals.\",\"section_prompt\":\"Display images of the cafe, ambiance, and food.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Reviews\",\"section_description\":\"Read what our customers have to say about their experience at Kafenio.\",\"section_prompt\":\"Share reviews and experiences from our valued customers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Visit Us Today!\",\"section_description\":\"We invite you to experience Kafenio Cafe & Bistro in person. Join us for a meal or coffee anytime!\",\"section_prompt\":\"Encourage customers to visit the cafe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"menu\",\"page_title\":\"Menu\",\"page_description\":\"Explore our extensive menu filled with delightful food and drinks available at Kafenio Cafe & Bistro.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Menu\",\"section_description\":\"Delve into our diverse menu options with everything from coffee to hearty meals.\",\"section_prompt\":\"Provide an overview of the full menu offerings.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Coffee Selection\",\"section_description\":\"Indulge in our selection of premium coffee varieties, crafted to perfection.\",\"section_prompt\":\"List the different types of coffee we offer.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Dessert Delights\",\"section_description\":\"Satisfy your sweet tooth with our range of delectable desserts.\",\"section_prompt\":\"List the desserts available at Kafenio.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Tea Varieties\",\"section_description\":\"Enjoy a freshly brewed selection of teas, perfect for any occasion.\",\"section_prompt\":\"List the various types of tea we serve.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Order Now\",\"section_description\":\"Ready to give it a try? Order online for pickup or delivery!\",\"section_prompt\":\"Encourage customers to place an order.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Learn about the services offered at Kafenio Cafe & Bistro to enhance your dining experience.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Services Offered\",\"section_description\":\"Explore the convenient service options we provide to serve you better.\",\"section_prompt\":\"Outline the services available such as pickup, delivery, and dine-in.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Kerbside Pickup\",\"section_description\":\"Enjoy the convenience of kerbside pickup for your favorite meals.\",\"section_prompt\":\"Detail the kerbside pickup process.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Delivery Services\",\"section_description\":\"Have our delicious offerings delivered straight to your doorstep.\",\"section_prompt\":\"Explain how delivery services work.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Takeaway Options\",\"section_description\":\"Grab your food to go with our efficient takeaway service.\",\"section_prompt\":\"Share details about takeaway services.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Dine-In Experience\",\"section_description\":\"Relax and enjoy your meals in our cozy cafe setting, open 24\\/7.\",\"section_prompt\":\"Describe the dine-in experience at Kafenio.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Experience Our Services\",\"section_description\":\"Choose your preferred service and place an order today!\",\"section_prompt\":\"Encourage visitors to utilize our services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Discover the story behind Kafenio Cafe & Bistro and what makes it a unique dining destination.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Learn about our origins and the passion that drives us at Kafenio.\",\"section_prompt\":\"Share the story of Kafenio Cafe & Bistro.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Inspiration Behind Kafenio\",\"section_description\":\"Understand the motivations and inspiration behind our menu offerings.\",\"section_prompt\":\"Explain what inspired the creation of Kafenio.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Our Philosophy\",\"section_description\":\"We believe in providing quality food and an inviting atmosphere for all our guests.\",\"section_prompt\":\"Describe the philosophy driving our business.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Community Commitment\",\"section_description\":\"Kafenio is not just a cafe; we are part of the Mohali community and value our customers.\",\"section_prompt\":\"Discuss our commitment to the local community.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Visit Kafenio\",\"section_description\":\"Come and experience the passion and care put into every dish at Kafenio.\",\"section_prompt\":\"Invite customers to visit and experience Kafenio.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"location\",\"page_title\":\"Location\",\"page_description\":\"Find out how to reach Kafenio Cafe & Bistro with clear directions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Find Us Here\",\"section_description\":\"Get directions to our cafe located in Mohali, Punjab.\",\"section_prompt\":\"Provide clear directions on how to reach Kafenio.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Address\",\"section_description\":\"Visit us at Sco 84, Sector 82, JLPL Industrial Area, Sahibzada Ajit Singh Nagar, Punjab 140306.\",\"section_prompt\":\"Share the address of Kafenio Cafe & Bistro.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Opening Hours\",\"section_description\":\"We are open 24\\/7 to serve you any time of day.\",\"section_prompt\":\"Include our operating hours.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Come Visit Us\",\"section_description\":\"We look forward to welcoming you at Kafenio Cafe & Bistro!\",\"section_prompt\":\"Encourage customers to visit our location.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with Kafenio Cafe & Bistro for inquiries or reservations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\\u2019re here to help with any questions or feedback you may have.\",\"section_prompt\":\"Provide contact information and avenues for customer engagement.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"Fill out the form below to send us your inquiries, feedback or reservation requests.\",\"section_prompt\":\"Include a form for customer inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Contact us at our email or phone number for quick responses.\",\"section_prompt\":\"Provide email and phone details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"Kafenio Cafe & Bistro | 24X7 Diner | Best cafe in Mohali |Service options: Kerbside pickup, Delivery, Takeaway, Dine-in | Highlights: Great coffee, Great dessert, Great tea selection | Ground floor, Sco 84, Sector 82, JLPL Industrial Area, Sahibzada Ajit Singh Nagar, Punjab 140306.\",\"prompt_id\":1477}', '2026-01-07 10:54:35', '2026-01-07 10:54:35'),
(1478, 10, NULL, 'Kafenio Cafe & Bistro | 24X7 Diner | Best cafe in Mohali |Service options: Kerbside pickup, Delivery, Takeaway, Dine-in | Highlights: Great coffee, Great dessert, Great tea selection | Ground floor, Sco 84, Sector 82, JLPL Industrial Area, Sahibzada Ajit Singh Nagar, Punjab 140306', '{\"website_title\":\"Kafenio Cafe & Bistro\",\"website_description\":\"Explore Kafenio Cafe & Bistro, a premier 24X7 diner in Mohali, Punjab, known for its exceptional offerings of coffee, desserts, and teas. Enjoy kerbside pickup, delivery, takeaway, and dine-in experiences in a warm atmosphere.\",\"website_type\":\"business\",\"website_industry\":\"Food & Beverage\",\"search_query\":\"cafe, bistro, restaurant\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Kafenio Cafe & Bistro\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and logo.\",\"section_prompt\":\"Includes the main menu links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Kafenio\",\"section_description\":\"Experience the best bistro atmosphere in Mohali.\",\"section_prompt\":\"Showcase inviting images of the cafe ambiance.\"},{\"section_type\":\"about\",\"section_title\":\"About Kafenio\",\"section_description\":\"Learn about our cafe\'s philosophy and experience.\",\"section_prompt\":\"Provide insights about the cafe, its history, and what makes it special.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Our Highlights\",\"section_description\":\"Discover our specialties loved by patrons.\",\"section_prompt\":\"List highlights including coffee, desserts, and teas.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Service Options\",\"section_description\":\"Explore our convenient service offerings.\",\"section_prompt\":\"List main services: kerbside pickup, delivery, takeaway, dine-in.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us Today!\",\"section_description\":\"We invite you to experience our offerings.\",\"section_prompt\":\"Encourage visitors to visit the cafe.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest News\",\"section_description\":\"Keep up with our updates and special offers.\",\"section_prompt\":\"Display recent blog posts or updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and other important information.\",\"section_prompt\":\"Includes contact information and social links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Discover the Essence of Kafenio\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and logo.\",\"section_prompt\":\"Includes the main menu links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Kafenio Caf\\u00e9\",\"section_description\":\"Introduction to our philosophy and commitment to quality.\",\"section_prompt\":\"Highlight the cafe\'s mission and values.\"},{\"section_type\":\"about\",\"section_title\":\"Our Journey\",\"section_description\":\"The story of Kafenio Cafe & Bistro.\",\"section_prompt\":\"Describe how the cafe was founded and its growth.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"What makes Kafenio stand out.\",\"section_prompt\":\"List reasons patrons love our cafe.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Patrons\' Feedback\",\"section_description\":\"Hear from our satisfied customers.\",\"section_prompt\":\"Showcase quotes from customer reviews.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Visit Us!\",\"section_description\":\"We can\\u2019t wait to welcome you!\",\"section_prompt\":\"Encourage visitors to come by.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and important information.\",\"section_prompt\":\"Includes contact details and social links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in Touch with Kafenio\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and logo.\",\"section_prompt\":\"Includes the main menu links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Kafenio\",\"section_description\":\"We\\u2019re here for you!\",\"section_prompt\":\"Highlight our eagerness to connect with patrons.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us easily with our address: Ground floor, Sco 84, Sector 82, JLPL Industrial Area, Sahibzada Ajit Singh Nagar, Punjab 140306.\",\"section_prompt\":\"Provide clear directions to our cafe.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Send Us a Message\",\"section_description\":\"We\\u2019d love to hear from you!\",\"section_prompt\":\"Include a form for inquiries and feedback.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and important information.\",\"section_prompt\":\"Includes contact information and social links.\"}]}],\"user_prompt\":\"Kafenio Cafe & Bistro | 24X7 Diner | Best cafe in Mohali |Service options: Kerbside pickup, Delivery, Takeaway, Dine-in | Highlights: Great coffee, Great dessert, Great tea selection | Ground floor, Sco 84, Sector 82, JLPL Industrial Area, Sahibzada Ajit Singh Nagar, Punjab 140306\",\"prompt_id\":1478}', '2026-01-07 10:57:23', '2026-01-07 10:57:23');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1479, 10, NULL, 'Kafenio Cafe & Bistro | 24X7 Diner | Best cafe in Mohali |Service options: Kerbside pickup, Delivery, Takeaway, Dine-in | Highlights: Great coffee, Great dessert, Great tea selection | Ground floor, Sco 84, Sector 82, JLPL Industrial Area, Sahibzada Ajit Singh Nagar, Punjab 140306', '{\"website_title\":\"Kafenio Cafe & Bistro\",\"website_description\":\"Discover the vibrant atmosphere of Kafenio Cafe & Bistro, a 24X7 diner in Mohali offering a diverse range of culinary delights including great coffee, desserts, and an extensive tea selection. Join us for a unique dining experience!\",\"website_type\":\"Food & Beverage\",\"website_industry\":\"Food & Beverage\",\"search_query\":\"cafe, bistro, dining\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Homepage of Kafenio Cafe & Bistro providing a warm introduction to our offerings.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Kafenio Cafe & Bistro\",\"section_description\":\"Experience the best dining in Mohali, open 24X7, with a vibrant ambience and diverse dining options.\",\"section_prompt\":\"Showcase the welcoming atmosphere and unique selling points of the cafe.\"},{\"section_type\":\"about\",\"section_title\":\"About Kafenio\",\"section_description\":\"Learn about our journey, mission, vision, and commitment to providing quality dining experiences.\",\"section_prompt\":\"Provide insights into our story and passion for great food.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Menu Highlights\",\"section_description\":\"Explore our delectable menu featuring great coffee, desserts, and an extensive selection of teas.\",\"section_prompt\":\"List main offering highlights (great coffee, desserts, extensive tea selection).\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Discover the reasons that set us apart\\u2014quality, service, and comfort.\",\"section_prompt\":\"Highlight key benefits (quality ingredients, vibrant atmosphere, friendly service).\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us Today!\",\"section_description\":\"Visit us to taste the essence of Kafenio Cafe & Bistro!\",\"section_prompt\":\"Encourage visitors to come and experience Kafenio.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay tuned for our newest offerings and events.\",\"section_prompt\":\"Showcase recent events or menu updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"menu\",\"page_title\":\"Menu\",\"page_description\":\"Explore our diverse and delicious menu offerings.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Menu\",\"section_description\":\"Dive into our delicious food and beverage offerings.\",\"section_prompt\":\"Introduce the menu overview.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Food Options\",\"section_description\":\"Indulge in a variety of delectable dishes made from the freshest ingredients.\",\"section_prompt\":\"Highlight signature food items.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Beverage Selection\",\"section_description\":\"Select from our extensive range of coffees, teas, and refreshing drinks.\",\"section_prompt\":\"Offer details on beverage specials.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Desserts\",\"section_description\":\"Satisfy your sweet tooth with our delicious dessert options.\",\"section_prompt\":\"Showcase popular dessert items.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Visit Us for a Meal!\",\"section_description\":\"Join us and savor every bite at Kafenio.\",\"section_prompt\":\"Encourage making dining plans.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"service_options\",\"page_title\":\"Service Options\",\"page_description\":\"Discover the various dining arrangements we offer at Kafenio Cafe & Bistro.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Dining Offers\",\"section_description\":\"Learn about our flexible service options for your convenience.\",\"section_prompt\":\"Introduce the various service arrangements.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Available Services\",\"section_description\":\"We offer kerbside pickup, delivery, takeaway, and dine-in options to suit your needs.\",\"section_prompt\":\"List available services (kerbside pickup, delivery, takeaway, dine-in).\"},{\"section_type\":\"informational_content\",\"section_title\":\"Service Details\",\"section_description\":\"Get detailed information about how each service works.\",\"section_prompt\":\"Explain how customers can utilize each dining option.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Order Now!\",\"section_description\":\"Enjoy our services and delicious food at your convenience.\",\"section_prompt\":\"Encourage customers to place an order.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"about_us\",\"page_title\":\"About Us\",\"page_description\":\"Discover the mission and vision of Kafenio Cafe & Bistro, and what makes us exceptional.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Kafenio Cafe & Bistro\",\"section_description\":\"Unveil the essence of our cafe and what drives us.\",\"section_prompt\":\"Introduce the story of Kafenio.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Story\",\"section_description\":\"Kafenio was born from a love for great food and a desire to create a community hub.\",\"section_prompt\":\"Share the background of the cafe.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Mission\",\"section_description\":\"We aim to provide quality food while creating a welcoming atmosphere for all.\",\"section_prompt\":\"Discuss the mission of the cafe.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Vision\",\"section_description\":\"To become the go-to dining destination in Mohali, known for our diverse offerings and quality.\",\"section_prompt\":\"Explain the vision for the cafe.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Experience Kafenio\",\"section_description\":\"We invite you to visit our cafe and experience our commitment to excellence.\",\"section_prompt\":\"Encourage visits to take in the environment.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out to Kafenio Cafe & Bistro for inquiries or reservations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We\\u2019d love to hear from you!\",\"section_prompt\":\"Introduce contact information.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Find us at Ground floor, Sco 84, Sector 82, JLPL Industrial Area, Sahibzada Ajit Singh Nagar, Punjab 140306. Phone: [phone number], Email: [email address].\",\"section_prompt\":\"Provide essential contact details.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send us a message.\",\"section_prompt\":\"Allow visitors to contact us easily.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Visit Us Today!\",\"section_description\":\"Plan your visit to enjoy top-notch dining at Kafenio Cafe & Bistro.\",\"section_prompt\":\"Encourage a visit.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Gallery\",\"page_description\":\"A visual delight showcasing the ambiance and offerings at Kafenio Cafe & Bistro.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Gallery\",\"section_description\":\"Explore our beautiful cafe through pictures.\",\"section_prompt\":\"Introduce the gallery.\"},{\"section_type\":\"gallery\",\"section_title\":\"Cafe Moments\",\"section_description\":\"A collection of images showcasing our interior, delicious dishes, and happy customers.\",\"section_prompt\":\"Display engaging images of Kafenio.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Visit Us!\",\"section_description\":\"Come and enjoy the experience in person!\",\"section_prompt\":\"Encourage visits through visual appeal.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"reviews\",\"page_title\":\"Reviews\",\"page_description\":\"Read what our customers are saying about their experiences at Kafenio Cafe & Bistro.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Customer Reviews\",\"section_description\":\"Hear from our valued patrons about their experiences.\",\"section_prompt\":\"Introduce customer feedback.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What People Say\",\"section_description\":\"Check out the positive feedback from satisfied customers who enjoy Kafenio.\",\"section_prompt\":\"Showcase desired testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Experience!\",\"section_description\":\"We invite our customers to share their reviews and help us grow.\",\"section_prompt\":\"Encourage visitors to leave their thoughts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"Kafenio Cafe & Bistro | 24X7 Diner | Best cafe in Mohali |Service options: Kerbside pickup, Delivery, Takeaway, Dine-in | Highlights: Great coffee, Great dessert, Great tea selection | Ground floor, Sco 84, Sector 82, JLPL Industrial Area, Sahibzada Ajit Singh Nagar, Punjab 140306\",\"prompt_id\":1479}', '2026-01-07 10:59:44', '2026-01-07 10:59:44'),
(1480, 10, NULL, 'Kafenio Cafe & Bistro | 24X7 Diner | Best cafe in Mohali |Service options: Kerbside pickup, Delivery, Takeaway, Dine-in | Highlights: Great coffee, Great dessert, Great tea selection | Ground floor, Sco 84, Sector 82, JLPL Industrial Area, Sahibzada Ajit Singh Nagar, Punjab 140306', '{\"website_title\":\"Kafenio Cafe & Bistro\",\"website_description\":\"Welcome to Kafenio Cafe & Bistro, your 24\\/7 diner in Mohali offering a wide range of delightful coffee, tea, and meals. Experience our inviting ambiance and exceptional service.\",\"website_type\":\"Informational\",\"website_industry\":\"Food & Beverage\",\"search_query\":\"cafe, bistro, coffee\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Discover Kafenio Cafe & Bistro, where delicious food and great coffee await you any time of day.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to Kafenio Cafe & Bistro.\",\"section_prompt\":\"Navigation and branding for the cafe.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Kafenio Cafe & Bistro\",\"section_description\":\"Experience a cozy and inviting atmosphere open 24\\/7.\",\"section_prompt\":\"An introduction to the welcoming space of the cafe.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our passion for quality food and coffee.\",\"section_prompt\":\"Insights into the mission and story of Kafenio Cafe & Bistro.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Offerings\",\"section_description\":\"Explore our range of offerings: coffee, desserts, tea, and meals.\",\"section_prompt\":\"List main menu offerings (coffee, tea, desserts, meals).\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"We pride ourselves on quality, variety, and great service.\",\"section_prompt\":\"Highlight reasons to visit Kafenio Cafe & Bistro.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Reviews\",\"section_description\":\"Hear what our customers have to say about their experiences.\",\"section_prompt\":\"Showcase customer feedback and positive experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Visit Us Today!\",\"section_description\":\"We invite you to experience Kafenio Cafe & Bistro yourself.\",\"section_prompt\":\"Encouragement to visit the cafe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of the page content with contact and social media links.\",\"section_prompt\":\"Footer navigation and legal information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Kafenio\",\"page_description\":\"The story and mission behind Kafenio Cafe & Bistro, our commitment to quality, and our passion for coffee and food.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Learn more about Kafenio Cafe & Bistro.\",\"section_prompt\":\"Navigation and branding for the about page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Mission\",\"section_description\":\"We strive to provide excellent food and coffee in a welcoming environment.\",\"section_prompt\":\"A statement of our mission.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Our Story\",\"section_description\":\"Discover the inspiration behind our cafe and menu.\",\"section_prompt\":\"Details of how Kafenio Cafe & Bistro was established.\"},{\"section_type\":\"about\",\"section_title\":\"Our Team\",\"section_description\":\"Meet the dedicated team ensuring a great experience for every customer.\",\"section_prompt\":\"Information about the team.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us!\",\"section_description\":\"We invite you to be part of the Kafenio experience.\",\"section_prompt\":\"Encouragement to visit and enjoy our cafe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of the page content with contact and social media links.\",\"section_prompt\":\"Footer navigation and legal information.\"}]},{\"page_type\":\"menu\",\"page_title\":\"Our Menu\",\"page_description\":\"A comprehensive look at the delicious offerings at Kafenio Cafe & Bistro.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Explore our menu offerings.\",\"section_prompt\":\"Navigation and branding for the menu page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Menu Overview\",\"section_description\":\"Delve into our variety of dishes and drinks.\",\"section_prompt\":\"Introduction to the menu categories.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Coffee Selections\",\"section_description\":\"Unique brews and classic favorites to satisfy every coffee lover.\",\"section_prompt\":\"List of various coffee offerings.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Desserts Galore\",\"section_description\":\"A tempting selection of desserts to complement your drink.\",\"section_prompt\":\"List of dessert offerings.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Tea Delights\",\"section_description\":\"An extensive tea selection for all tastes and preferences.\",\"section_prompt\":\"List of tea options available.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Hearty Meals\",\"section_description\":\"Delicious meals perfect for any time of day.\",\"section_prompt\":\"List of meal offerings.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of the page content with contact and social media links.\",\"section_prompt\":\"Footer navigation and legal information.\"}]},{\"page_type\":\"service_options\",\"page_title\":\"Service Options\",\"page_description\":\"Learn about the various service options available at Kafenio Cafe & Bistro.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Discover our service options.\",\"section_prompt\":\"Navigation and branding for the service options page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the convenience of our service offerings.\",\"section_prompt\":\"Overview of service options available.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"Kerbside Pickup\",\"section_description\":\"Convenient pickup option for your order, prepared fresh and ready to go.\",\"section_prompt\":\"Details about the kerbside pickup process.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"Delivery Services\",\"section_description\":\"Get our delicious offerings delivered right to your doorstep.\",\"section_prompt\":\"Details about our delivery service.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"Takeaway Experience\",\"section_description\":\"Easily grab your favorite food and drinks to enjoy at home.\",\"section_prompt\":\"Information on the takeaway experience.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"Dine-in Ambience\",\"section_description\":\"Relax in our welcoming cafe environment with your favorite meals.\",\"section_prompt\":\"Details about the dine-in experience.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of the page content with contact and social media links.\",\"section_prompt\":\"Footer navigation and legal information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for inquiries, reservations, or feedback.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Contact Kafenio Cafe & Bistro.\",\"section_prompt\":\"Navigation and branding for the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Reach us via phone, email, or in-person.\",\"section_prompt\":\"Contact options and address.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form for your inquiries or reservations.\",\"section_prompt\":\"Contact form for customer inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"We Look Forward to Hearing from You!\",\"section_description\":\"Your feedback is important to us. Contact us today!\",\"section_prompt\":\"Encouragement to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of the page content with contact and social media links.\",\"section_prompt\":\"Footer navigation and legal information.\"}]}],\"user_prompt\":\"Kafenio Cafe & Bistro | 24X7 Diner | Best cafe in Mohali |Service options: Kerbside pickup, Delivery, Takeaway, Dine-in | Highlights: Great coffee, Great dessert, Great tea selection | Ground floor, Sco 84, Sector 82, JLPL Industrial Area, Sahibzada Ajit Singh Nagar, Punjab 140306\",\"prompt_id\":1480}', '2026-01-07 11:01:50', '2026-01-07 11:01:50'),
(1483, 10, 859, '\"Kafenio Cafe & Bistro | 24X7 Diner | Best cafe in Mohali |Service options: Kerbside pickup, Delivery, Takeaway, Dine-in | Highlights: Great coffee, Great dessert, Great tea selection | Ground floor, Sco 84, Sector 82, JLPL Industrial Area, Sahibzada Ajit Singh Nagar, Punjab 140306\"', '{\"website_title\":\"Kafenio Cafe & Bistro\",\"website_description\":\"Welcome to Kafenio Cafe & Bistro, your 24X7 diner in Mohali, serving the best coffee, desserts, and a unique ambiance. Join us for dine-in or takeout!\",\"website_type\":\"business\",\"website_industry\":\"Food & Beverage\",\"search_query\":\"cafe, bistro, Mohali\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Explore Kafenio Cafe & Bistro, your go-to destination for exceptional dining experiences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to the Kafenio Cafe & Bistro website, where you can find everything about our offerings.\",\"section_prompt\":\"This section features the header navigation for easy access to various pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Kafenio Cafe & Bistro\",\"section_description\":\"Discover an inviting ambiance with vibrant decor and a menu to delight your senses.\",\"section_prompt\":\"Highlighting the unique experience visitors will find at our cafe.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our story, mission, and what sets us apart in the culinary landscape of Mohali.\",\"section_prompt\":\"Highlight the uniqueness of Kafenio Cafe & Bistro.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"We offer a variety of dining options including kerbside pickup, delivery, takeaway, and dine-in.\",\"section_prompt\":\"List main services provided by Kafenio Cafe & Bistro: kerbside pickup, delivery, takeaway, dine-in.\"},{\"section_type\":\"gallery\",\"section_title\":\"Our Delights\",\"section_description\":\"A showcase of our delicious dishes and beverages, crafted to satisfy every palate.\",\"section_prompt\":\"Display images that reflect the culinary delights offered at the cafe.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Customers Say\",\"section_description\":\"Hear from our satisfied customers who love our coffee and ambiance.\",\"section_prompt\":\"Showcase testimonials from happy customers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Visit Us Today!\",\"section_description\":\"Join us at Kafenio Cafe & Bistro for an unforgettable experience!\",\"section_prompt\":\"Encourage visitors to come and enjoy our offerings.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Discover the essence and story behind Kafenio Cafe & Bistro.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"About Kafenio\",\"section_description\":\"Introducing our journey and the spark that ignited Kafenio Cafe & Bistro.\",\"section_prompt\":\"Provide insight into the cafe\'s history and values.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"Our Mission and Vision\",\"section_description\":\"Understanding what drives us to be the best in Mohali.\",\"section_prompt\":\"Discuss the mission and vision of Kafenio Cafe & Bistro.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"What Makes Us Special\",\"section_description\":\"Explore our dedication to quality, service, and the unique experiences we offer.\",\"section_prompt\":\"Highlight the special features that set Kafenio apart.\"},{\"section_type\":\"gallery\",\"section_title\":\"Our Story in Pictures\",\"section_description\":\"Visual storytelling depicting our journey and milestones.\",\"section_prompt\":\"Showcase images from our history.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Journey\",\"section_description\":\"Learn more and become a part of Kafenio Cafe & Bistro.\",\"section_prompt\":\"Invite users to explore more about us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final information and navigation for our visitors.\",\"section_prompt\":\"End with footer details.\"}]},{\"page_type\":\"menu\",\"page_title\":\"Our Menu\",\"page_description\":\"Explore the delectable offerings at Kafenio Cafe & Bistro.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Menu Highlights\",\"section_description\":\"A detailed look at our diverse menu designed to tempt your taste buds.\",\"section_prompt\":\"Present an overview of menu options available.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Coffee Selection\",\"section_description\":\"Discover our finely brewed coffees, perfect for every preference.\",\"section_prompt\":\"List main coffee types offered at the cafe.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Desserts Galore\",\"section_description\":\"Indulge in our heavenly desserts, crafted to perfection.\",\"section_prompt\":\"List main desserts available at Kafenio.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Tea Collection\",\"section_description\":\"A selection of rejuvenating teas to complement your meal.\",\"section_prompt\":\"List the different types of teas available.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Try Our Favorites!\",\"section_description\":\"Don\'t miss out on our bestsellers, come in and enjoy!\",\"section_prompt\":\"Encourage visitors to taste the popular items.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final information and navigation for our visitors.\",\"section_prompt\":\"End with footer details.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the various service options we provide at Kafenio Cafe & Bistro.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Service Options\",\"section_description\":\"Discover the convenient services we offer to cater to your needs.\",\"section_prompt\":\"Overview of the different services available at the cafe.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Kerbside Pickup\",\"section_description\":\"Conveniently pick up your orders without the wait.\",\"section_prompt\":\"Detail the kerbside pickup service process.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Delivery Service\",\"section_description\":\"Enjoy our offerings from the comfort of your home with our delivery service.\",\"section_prompt\":\"Explain how the delivery service operates.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Takeaway\",\"section_description\":\"Quick and easy takeaway for those on the go.\",\"section_prompt\":\"Describe the takeaway service options.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Dine-In Experience\",\"section_description\":\"Experience the ambiance and enjoy your meal in our cozy cafe.\",\"section_prompt\":\"Outline the dine-in services and what to expect.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Order Now!\",\"section_description\":\"Choose your preferred service now and enjoy the best of Kafenio!\",\"section_prompt\":\"Encourage visitors to select their service option.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final information and navigation for our visitors.\",\"section_prompt\":\"End with footer details.\"}]},{\"page_type\":\"highlights\",\"page_title\":\"Cafe Highlights\",\"page_description\":\"Discover the signature offerings and special highlights at Kafenio Cafe & Bistro.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Signature Highlights\",\"section_description\":\"Highlighting what makes our cafe stand out with exceptional offerings.\",\"section_prompt\":\"Overview of cafe highlights and signature items.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Must-Try Desserts\",\"section_description\":\"Explore our top-rated desserts that are a hit among our customers.\",\"section_prompt\":\"List the top must-try desserts.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Signature Drinks\",\"section_description\":\"Try our memorable drinks crafted with passion and quality ingredients.\",\"section_prompt\":\"List our signature beverage options.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Favorites\",\"section_description\":\"Read what our customers love the most about Kafenio.\",\"section_prompt\":\"Showcase customer testimonials focusing on highlights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Experience Our Highlights!\",\"section_description\":\"Come visit us and indulge in our specialties today!\",\"section_prompt\":\"Invite users to try out the highlights.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final information and navigation for our visitors.\",\"section_prompt\":\"End with footer details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Kafenio Cafe & Bistro for any inquiries or feedback.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"We would love to hear from you!\",\"section_prompt\":\"Provide contact details for reaching out to the cafe.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get in Touch\",\"section_description\":\"Ground floor, Sco 84, Sector 82, JLPL Industrial Area, Sahibzada Ajit Singh Nagar, Punjab 140306\",\"section_prompt\":\"Details of our physical address for customer visits.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send us your inquiries.\",\"section_prompt\":\"Interactive contact form for visitors to fill out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final information and navigation for our visitors.\",\"section_prompt\":\"End with footer details.\"}]}],\"user_prompt\":\"Kafenio Cafe & Bistro | 24X7 Diner | Best cafe in Mohali |Service options: Kerbside pickup, Delivery, Takeaway, Dine-in | Highlights: Great coffee, Great dessert, Great tea selection | Ground floor, Sco 84, Sector 82, JLPL Industrial Area, Sahibzada Ajit Singh Nagar, Punjab 140306\",\"prompt_id\":1483,\"dev_mode\":true,\"theme\":\"classic\",\"colors\":[[58,91,204],[7,14,42]],\"fonts\":\"classic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2026-01-07 11:19:04', '2026-01-07 11:19:21'),
(1491, 15, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing my graphic design work, insights into my creative process, and design philosophy.\",\"website_type\":\"Personal Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, projects\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Introduction to my graphic design work and philosophy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header providing access to all pages.\",\"section_prompt\":\"Header section with links to all pages on the website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"A visually stunning introduction to my graphic design portfolio.\",\"section_prompt\":\"Hero section featuring a captivating graphic design image with welcoming message.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"Showcasing a selection of my best work.\",\"section_prompt\":\"List the featured projects including branding, advertising, digital art, illustration.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my design philosophy and creative process.\",\"section_prompt\":\"An introductory section about my background and approach to graphic design.\"},{\"section_type\":\"gallery\",\"section_title\":\"Explore My Work\",\"section_description\":\"Overview of different categories in my gallery.\",\"section_prompt\":\"Encouraging visitors to discover more about my work through the gallery.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Showcasing my latest blog posts on design trends and insights.\",\"section_prompt\":\"Highlighting the most recent blog topics related to graphic design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Encouraging visitors to contact me for inquiries or collaborations.\",\"section_prompt\":\"Call-to-action section prompting users to reach out for feedback or projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional links and copyright information.\",\"section_prompt\":\"Footer providing legal information and additional links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Delving into my background and experiences as a graphic designer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header providing access to all pages.\",\"section_prompt\":\"Header section with links to all pages on the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"A detailed look into my background as a designer.\",\"section_prompt\":\"An insightful section revealing my story in the graphic design industry.\"},{\"section_type\":\"informational_content\",\"section_title\":\"My Influences\",\"section_description\":\"Discussing key influences that shape my design perspective.\",\"section_prompt\":\"A narrative about the designers and movements that inspire me.\"},{\"section_type\":\"informational_content\",\"section_title\":\"My Passion\",\"section_description\":\"What excites me about graphic design and my future goals.\",\"section_prompt\":\"Elaborating on my enthusiasm for design and aspirations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Encouraging visitors to view my graphic works in the gallery.\",\"section_prompt\":\"Prompting users to check my portfolio gallery.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional links and copyright information.\",\"section_prompt\":\"Footer providing legal information and additional links.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Gallery\",\"page_description\":\"Display of my graphic design projects categorized by type.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header providing access to all pages.\",\"section_prompt\":\"Header section with links to all pages on the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Work Gallery\",\"section_description\":\"A curated collection of my design projects.\",\"section_prompt\":\"An overview showcasing various design works available in my gallery.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Categories\",\"section_description\":\"List of categories under which my work is organized.\",\"section_prompt\":\"Details about the categories like branding, advertising, digital art, illustration.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project Highlights\",\"section_description\":\"Key projects showcasing my skills and creative process.\",\"section_prompt\":\"Detailed insights into specific works with name and description.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Invitation for inquiries or collaborations related to my work.\",\"section_prompt\":\"Encouraging users to reach out for project discussions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional links and copyright information.\",\"section_prompt\":\"Footer providing legal information and additional links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Thoughts and insights on graphic design trends and personal experiences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header providing access to all pages.\",\"section_prompt\":\"Header section with links to all pages on the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Insights\",\"section_description\":\"My latest posts on trends and tutorials in graphic design.\",\"section_prompt\":\"Introduction to my blog and recent articles.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"Showcasing my newest blog entries about graphic design.\",\"section_prompt\":\"Grid layout featuring recent articles with thumbnails and excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Encouragement to comment and engage with my blog posts.\",\"section_prompt\":\"Prompting readers to share their thoughts on my blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional links and copyright information.\",\"section_prompt\":\"Footer providing legal information and additional links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for inquiries, collaborations, or questions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header providing access to all pages.\",\"section_prompt\":\"Header section with links to all pages on the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Information to contact me for opportunities.\",\"section_prompt\":\"Invitation to users for communication.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Form for visitors to send messages directly to me.\",\"section_prompt\":\"Interactive form allowing users to fill in their details and messages.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow My Journey\",\"section_description\":\"Encouraging visitors to keep updated on my work.\",\"section_prompt\":\"Invitation to connect and stay in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional links and copyright information.\",\"section_prompt\":\"Footer providing legal information and additional links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1491}', '2026-01-07 13:17:29', '2026-01-07 13:17:29');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1492, 15, 867, '\"M.A.D. IT Works - Core Services in IT Strategy & Consulting, and Network Design & Integration. Additional services include Hardware & Software Reseller, Security, Physical Support, and Managed Services.\"', '{\"website_title\":\"M.A.D. IT Works\",\"website_description\":\"A professional IT consulting service providing expertise in IT strategy and consulting, network design, and a complete range of IT solutions.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"IT consulting, IT strategy, network solutions\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to M.A.D. IT Works, your partner in efficient IT solutions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for visitors.\",\"section_prompt\":\"Includes main menu and branding details.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Facilitating Effective Integration\",\"section_description\":\"Short sentence highlighting core service - IT Strategy & Consulting, and Network Design & Integration\",\"section_prompt\":\"Engage visitors with a compelling overview of our IT services.\",\"selected_slug\":\"hero-banner-full\"},{\"section_type\":\"informational_content\",\"section_title\":\"Our Mission\",\"section_description\":\"To close a critical market gap by delivering deep expertise in networking and integration, dynamic project management and an extraordinary client experience.\",\"selected_slug\":\"auto\"},{\"section_type\":\"custom_section\",\"section_title\":\"Featured Cards\",\"section_description\":\"talk about Why we exist, What We Do and How We Work\",\"selected_slug\":\"informational-content-gentle-right\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Core Services\",\"section_description\":\"IT Strategy & Consulting\\nStrategic Planning \\u2013 Gap Analysis\\/ Needs Assessment, Contingency Planning and Future Proofing Considerations\\nBespoke IT Consulting \\u2013 Planning and Advisory Services related to critical IT projects and strategic initiatives\\n\\nNetwork Design & Integration\\nNetwork design \\u2013 high level and low level design\\nIntegration of network devices\\nEnterprise solutions including Office and Campus networks ( Wired and wireless networks )\\nDatacenter networks: Vxlan and EVPN\\nWAN networks \\u2013 MPLS, SDWAN, Broadcast networks\\nOut of Band Management networks\",\"section_prompt\":\"List main services: IT Strategy & Consulting, Network Design & Integration, Hardware & Software Reseller, Security Services, Physical Support, Managed Services.\",\"selected_slug\":\"auto\"},{\"section_type\":\"listing_grid\",\"section_title\":\"We can also assist with\",\"section_description\":\"Hardware & Software Reseller\\nAccredited Arista Partner & authorized reseller\\n\\nSecurity\\nIntegration of Security Software and Platforms (Firewalls, Load balancers, Segregation)\\n\\nPhysical Support\\nStructured voice data cabling\\n\\nManaged Services\\nOngoing support, operations and maintenance\",\"selected_slug\":\"auto\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Blog\",\"section_description\":\"Display blog posts\",\"selected_slug\":\"post-cards-heritage\"},{\"section_type\":\"about\",\"section_title\":\"THE M.A.D. TEAM Highly collaborative experts\",\"section_description\":\"We are passionate about delivering an extraordinary customer experience with project outcomes of the highest standard.  Our core team are highly adept and collaborative professionals with deep expertise.\\n\\nTogether, our core team bring you:\\n\\nDecades of experience in Consulting, Project Management, IT, Security, Networking and Intelligence Projects.\\nDeep expertise in building and implementing organisational and IT strategies.\\nIntimate knowledge of complex integration projects and experience working with all major vendors.\\nA track record of effective execution.\\nExtensive experience in best engaging stakeholders across the full project lifecycle to drive critical outcomes.\\nKnowledge across a wide range of industries including Financial Services, Construction, IT, Pharmaceutical, and Healthcare among others.\",\"selected_slug\":\"auto\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Encourage visitors to reach out for their IT consulting needs.\",\"section_prompt\":\"Provide a strong call to action for potential clients.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final notes and links for visitors.\",\"section_prompt\":\"Includes copyright and additional navigation links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About\",\"page_description\":\"Learn more about the journey and philosophy behind M.A.D. IT Works.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for visitors.\",\"section_prompt\":\"Includes main menu and branding details.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"A deep dive into my background in the IT industry.\",\"section_prompt\":\"Detail my qualifications and experiences.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Mission\",\"section_description\":\"Understanding our dedication to top-notch service.\",\"section_prompt\":\"Share the mission statement of M.A.D. IT Works.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Vision\",\"section_description\":\"What we strive to achieve in the future.\",\"section_prompt\":\"Elaborate on the vision for M.A.D. IT Works.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback and reviews from satisfied clients.\",\"section_prompt\":\"Share testimonials to build credibility.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us on This Journey\",\"section_description\":\"Invite visitors to connect or collaborate.\",\"section_prompt\":\"Encourage clients to reach out for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final notes and links for visitors.\",\"section_prompt\":\"Includes copyright and additional navigation links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Detailed offerings from M.A.D. IT Works tailored to client needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for visitors.\",\"section_prompt\":\"Includes main menu and branding details.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Expertise\",\"section_description\":\"Overview of the diverse IT services offered.\",\"section_prompt\":\"Discuss the range of services in detail.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"IT Strategy & Consulting\",\"section_description\":\"Tailored IT strategies to elevate your business.\",\"section_prompt\":\"Detail the consulting methodology and benefits.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Network Design & Integration\",\"section_description\":\"Building efficient and scalable IT infrastructures.\",\"section_prompt\":\"Outline the network design process.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Hardware & Software Reseller\",\"section_description\":\"Quality hardware and software solutions for business needs.\",\"section_prompt\":\"Discuss the products available for clients.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Security Services\",\"section_description\":\"Protecting your business with robust security solutions.\",\"section_prompt\":\"Detail the security measures offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Physical Support\",\"section_description\":\"Hands-on support for your IT infrastructure.\",\"section_prompt\":\"Discuss physical support options available.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Managed Services\",\"section_description\":\"Comprehensive management of IT needs.\",\"section_prompt\":\"Explain the managed service offerings.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries regarding our services.\",\"section_prompt\":\"Address typical questions clients may have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for More Info\",\"section_description\":\"Encourage inquiries about services.\",\"section_prompt\":\"Invite clients to ask questions about our offerings.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final notes and links for visitors.\",\"section_prompt\":\"Includes copyright and additional navigation links.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"Read what our satisfied clients have to say about our services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for visitors.\",\"section_prompt\":\"Includes main menu and branding details.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Testimonials and feedback from our clients.\",\"section_prompt\":\"Highlight client experiences and satisfaction.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Reviews\",\"section_description\":\"Detailed reviews and feedback from clients.\",\"section_prompt\":\"Showcase specific client testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Become Our Next Success Story\",\"section_description\":\"Encourage visitors to join our list of satisfied clients.\",\"section_prompt\":\"Invite prospective clients to engage our services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final notes and links for visitors.\",\"section_prompt\":\"Includes copyright and additional navigation links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Explore insights, trends, and best practices in IT consulting.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for visitors.\",\"section_prompt\":\"Includes main menu and branding details.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Access insightful articles about the IT industry.\",\"section_prompt\":\"Highlight recent updates and blog content.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Explore the latest blog posts and articles.\",\"section_prompt\":\"Showcase a grid layout of recent blog entries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Informed\",\"section_description\":\"Encourage visitors to subscribe for updates.\",\"section_prompt\":\"Invite clients to join our mailing list for insights.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final notes and links for visitors.\",\"section_prompt\":\"Includes copyright and additional navigation links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with M.A.D. IT Works for your IT needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for visitors.\",\"section_prompt\":\"Includes main menu and branding details.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Reach Out to Us\",\"section_description\":\"Contact information and form to reach M.A.D. IT Works.\",\"section_prompt\":\"Describe how clients can get in touch.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to submit inquiries.\",\"section_prompt\":\"Provide a contact form for easy communication.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Ways to connect: email, phone, and physical location.\",\"section_prompt\":\"Include email and phone information for quick contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final notes and links for visitors.\",\"section_prompt\":\"Includes copyright and additional navigation links.\"}]}],\"user_prompt\":\"M.A.D. IT Works - Core Services in IT Strategy & Consulting, and Network Design & Integration. Additional services include Hardware & Software Reseller, Security, Physical Support, and Managed Services.\",\"prompt_id\":1492,\"dev_mode\":true,\"theme\":\"material\",\"colors\":[[111,79,82],[166,193,138]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_695e773f37b8f.png\",\"contact_details\":{\"phone_number\":\"+61 402 444 240\",\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2026-01-07 14:56:13', '2026-01-07 15:09:52'),
(1510, 10, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Travel & Photography Blog\",\"website_description\":\"A vibrant blog dedicated to showcasing travel experiences through stunning photography and engaging narratives.\",\"website_type\":\"Blog\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"travel photography, adventure blog, travel tips\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The vibrant reception page for showcasing travel photography and experiences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and title of the blog.\",\"section_prompt\":\"The primary navigation area of the blog with links to all important sections.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Travel Journey\",\"section_description\":\"An eye-catching banner that encapsulates the essence of travel and photography.\",\"section_prompt\":\"The main visual element that draws visitors into the blog.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my background and passion for travel and photography.\",\"section_prompt\":\"A short narrative that introduces me and my journey in travel and photography.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"A preview of the most recent posts featured on the blog.\",\"section_prompt\":\"Display the latest articles and blog entries.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Destinations\",\"section_description\":\"Showcasing some stunning travel photographs and stories from selected destinations.\",\"section_prompt\":\"Highlight some of my best travel photographs along with engaging narratives.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Adventures\",\"section_description\":\"An invitation for readers to engage and explore more content.\",\"section_prompt\":\"Encourage visitors to subscribe or follow my journey.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact and social media information for the blog.\",\"section_prompt\":\"The bottom section of the page for additional links and copyright details.\"}]},{\"page_type\":\"about\",\"page_title\":\"About\",\"page_description\":\"Introducing my journey, passion for travel and photography, and what inspires me.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and title of the blog.\",\"section_prompt\":\"The primary navigation area of the blog with links to all important sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"An insight into who I am and my passions.\",\"section_prompt\":\"An engaging introduction to my personal story and inspirations.\"},{\"section_type\":\"informational_content\",\"section_title\":\"My Journey\",\"section_description\":\"A narrative detailing my experiences in travel and photography.\",\"section_prompt\":\"Describing how I started my adventures and what keeps me motivated.\"},{\"section_type\":\"informational_content\",\"section_title\":\"What Inspires Me\",\"section_description\":\"The influences and motivations behind my travels and photography.\",\"section_prompt\":\"Sharing the various inspirations that shape my artistic perspective.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Encouraging readers to reach out on social media or through inquiries.\",\"section_prompt\":\"Invite readers to engage and follow my travel journeys.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact and social media information for the blog.\",\"section_prompt\":\"The bottom section of the page for additional links and copyright details.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"A collection of travel articles, photography tips, and personal anecdotes from my adventures.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and title of the blog.\",\"section_prompt\":\"The primary navigation area of the blog with links to all important sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Tales and Tips\",\"section_description\":\"A dedicated space for insightful articles and guides.\",\"section_prompt\":\"Overview of the blog section dedicated to travels, tips, and stories.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Explore My Articles\",\"section_description\":\"A grid showcasing all blog posts on travel and photography.\",\"section_prompt\":\"Display the collection of articles available for readers.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Travel Photography Tips\",\"section_description\":\"Sharing valuable insights on travel photography.\",\"section_prompt\":\"Detailed guidance to help fellow photographers improve their craft.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Journey\",\"section_description\":\"Encouraging readers to subscribe for updates and more content.\",\"section_prompt\":\"Invitation to readers to stay connected and explore more.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact and social media information for the blog.\",\"section_prompt\":\"The bottom section of the page for additional links and copyright details.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Gallery\",\"page_description\":\"A showcase of my photography portfolio categorized by location and theme.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and title of the blog.\",\"section_prompt\":\"The primary navigation area of the blog with links to all important sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Gallery\",\"section_description\":\"A vibrant display of my best photographs from various travels.\",\"section_prompt\":\"Introduction to the gallery showcasing my photography.\"},{\"section_type\":\"gallery\",\"section_title\":\"My Portfolio\",\"section_description\":\"A collection of photographs categorized by themes and locations.\",\"section_prompt\":\"Showcase photos divided into categories for easy browsing.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Captured Moments\",\"section_description\":\"Discussing the stories and emotions behind the photographs.\",\"section_prompt\":\"Brief narratives about specific photos shared in the gallery.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Connect\",\"section_description\":\"Encouraging visitors to reach out for collaboration or inquiries.\",\"section_prompt\":\"Invite readers to connect with me regarding photography.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact and social media information for the blog.\",\"section_prompt\":\"The bottom section of the page for additional links and copyright details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and title of the blog.\",\"section_prompt\":\"The primary navigation area of the blog with links to all important sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Information on how to reach out and connect with me.\",\"section_prompt\":\"An inviting section for readers to find contact information.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Reach Out\",\"section_description\":\"Details for inquiries or connection, including social links.\",\"section_prompt\":\"Provide my contact information and relevant social media profiles.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"A contact form for direct inquiries.\",\"section_prompt\":\"A simple form for visitors to submit their messages.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact and social media information for the blog.\",\"section_prompt\":\"The bottom section of the page for additional links and copyright details.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1510}', '2026-01-08 11:55:29', '2026-01-08 11:55:29'),
(1529, 15, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"My SEO and Marketing Agency\",\"website_description\":\"An online presence for my SEO and marketing agency, showcasing services, expertise in search engine optimization and digital marketing, and providing valuable resources for potential clients.\",\"website_type\":\"Personal\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO, digital marketing, agency\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my SEO and marketing agency. Here, you can explore the range of services I offer, read client testimonials, and find valuable resources. Take the first step towards enhancing your digital presence today!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Agency\",\"section_description\":\"Discover how my expertise in SEO and digital marketing can elevate your business.\",\"section_prompt\":\"\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my journey and what drives my passion for SEO and marketing.\",\"section_prompt\":\"\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the key services I provide, designed to enhance your online presence and engagement.\",\"section_prompt\":\"List main services: SEO audits, keyword research, on-page optimization, content marketing, social media management, pay-per-click advertising.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Read what my clients say about my services and how I have helped them succeed.\",\"section_prompt\":\"\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Resources\",\"section_description\":\"Stay updated with my latest tips and insights in SEO and digital marketing.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Ready to start your journey? Contact me today to discuss your needs.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Find out more about my professional story, experience, and the mission of my SEO and marketing agency.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Dive into my journey and learn what motivates me to excel in SEO and digital marketing.\",\"section_prompt\":\"\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"My Background\",\"section_description\":\"A brief overview of my education, experience, and what led me to start this agency.\",\"section_prompt\":\"\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"My Mission\",\"section_description\":\"Understanding my commitment to helping clients succeed in the digital landscape.\",\"section_prompt\":\"\"},{\"section_type\":\"reviews\",\"section_title\":\"What Clients Say\",\"section_description\":\"Highlights of client feedback that showcase my dedication.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Feel free to reach out if you want to learn more about my services.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"A comprehensive look at the services offered by my SEO and marketing agency, tailored to meet the unique needs of each client.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Expertise\",\"section_description\":\"Explore the range of services I provide and how they can benefit your business.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Audits\",\"section_description\":\"In-depth analysis to identify improvement areas for your website\'s SEO performance.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Keyword Research\",\"section_description\":\"Targeting the right keywords to enhance your visibility and reach in search engines.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"On-Page Optimization\",\"section_description\":\"Techniques and improvements that ensure search engines can properly evaluate your site.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Creating valuable content that attracts and engages your target audience.\",\"section_prompt\":\"\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answering common queries regarding my services and how I can assist you.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Work Together\",\"section_description\":\"Contact me today to discuss your project needs and how I can help.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"resources\",\"page_title\":\"Resources\",\"page_description\":\"A collection of insightful articles, tips, and strategies related to SEO and digital marketing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Valuable Resources\",\"section_description\":\"Explore the insights and content I\\u2019ve created to help you navigate the digital marketing landscape.\",\"section_prompt\":\"\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"A grid of my recent posts covering various aspects of SEO and digital marketing.\",\"section_prompt\":\"\"},{\"section_type\":\"informational_content\",\"section_title\":\"SEO Tips\",\"section_description\":\"Tips and tricks to improve your website\\u2019s search engine visibility and engagement.\",\"section_prompt\":\"\"},{\"section_type\":\"informational_content\",\"section_title\":\"Marketing Strategies\",\"section_description\":\"Explore the most effective strategies for boosting your online presence.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated\",\"section_description\":\"Subscribe for more tips straight to your inbox.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with my agency! Reach out for inquiries, quotes, or collaboration opportunities.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"I\\u2019m here to assist you. Fill out the form below to reach out to me.\",\"section_prompt\":\"\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A simple form for you to fill out with your inquiries or requests.\",\"section_prompt\":\"\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Find my contact information to reach out directly.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Connect\",\"section_description\":\"Looking forward to hearing from you!\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":1529}', '2026-01-12 06:51:05', '2026-01-12 06:51:05'),
(1530, 10, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A showcase of my creativity and skills through graphic design projects, reflecting my personal brand.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creativity\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The landing page that captures the essence of my graphic design work and showcases select projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for easy access to all pages.\",\"section_prompt\":\"Main navigation area.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An introduction that highlights my journey as a graphic designer and invites visitors to explore my work.\",\"section_prompt\":\"A brief introduction to my graphic design expertise.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A short overview about my background, design philosophy, and inspirations.\",\"section_prompt\":\"Learn more about my journey and what drives my creativity.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Works\",\"section_description\":\"A showcase of my best projects to provide a glimpse of my style and skills.\",\"section_prompt\":\"Highlight key projects that exemplify my design capabilities.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback from clients and colleagues reflecting my work\'s impact and effectiveness.\",\"section_prompt\":\"Incorporate quotes from satisfied clients and collaborators.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Upcoming projects and recent works to keep visitors informed.\",\"section_prompt\":\"Showcase the latest updates in my design journey.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement to reach out for collaborations or inquiries.\",\"section_prompt\":\"Promote contacting me for potential work opportunities.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer of the website with additional links and copyright information.\",\"section_prompt\":\"Contains important links and copyright notices.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"A deeper look into my background, inspirations, and design philosophy as a graphic designer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for easy access to all pages.\",\"section_prompt\":\"Main navigation area.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"Insights into my background, experiences, and what led me to graphic design.\",\"section_prompt\":\"A detailed look at my journey in the graphic design field.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Inspirations\",\"section_description\":\"A discussion of the individuals, styles, and movements that inspire my work.\",\"section_prompt\":\"Present inspirations that influence my designs.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"An outline of the principles and values that guide my design process.\",\"section_prompt\":\"Explain what I believe in when it comes to design practices.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Significant Projects\",\"section_description\":\"A brief overview of some key projects that are pivotal to my development as a designer.\",\"section_prompt\":\"Highlight significant work that marks my career progression.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Encouragement to check out my portfolio to see my style in action.\",\"section_prompt\":\"Invite visitors to view my design projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer of the page with additional links and copyright information.\",\"section_prompt\":\"Contains important links and copyright notices.\"}]},{\"page_type\":\"my-portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"A collection of my graphic design projects displaying skills, styles, and versatility.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for easy access to all pages.\",\"section_prompt\":\"Main navigation area.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Work Showcase\",\"section_description\":\"An introduction to the portfolio showcasing a variety of design projects I\\u2019ve worked on.\",\"section_prompt\":\"Welcome to my works, showcasing creativity and diversity.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Project Highlights\",\"section_description\":\"A gallery of my work featuring design samples with descriptions and details.\",\"section_prompt\":\"Display various projects with images and descriptions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Collaborating?\",\"section_description\":\"Encouragement to reach out if someone wants to work with me on a project.\",\"section_prompt\":\"Invite collaboration inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer of the page with additional links and copyright information.\",\"section_prompt\":\"Contains important links and copyright notices.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"A collection of testimonials and feedback from clients and collaborators regarding my design work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for easy access to all pages.\",\"section_prompt\":\"Main navigation area.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Feedback\",\"section_description\":\"Highlighting the voices of those who have worked with me and their thoughts on my work.\",\"section_prompt\":\"Showcase testimonials from various clients.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Reviews\",\"section_description\":\"A collection of individual feedback quotes showcasing successful collaborations.\",\"section_prompt\":\"Present a collection of reviews and feedback.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Inspiration\",\"section_description\":\"Encouragement for potential clients to reach out and become part of my design story.\",\"section_prompt\":\"Invite others for collaborations based on positive testimonials.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer of the page with additional links and copyright information.\",\"section_prompt\":\"Contains important links and copyright notices.\"}]},{\"page_type\":\"contact-me\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for inquiries, collaborations, or general questions regarding my design work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for easy access to all pages.\",\"section_prompt\":\"Main navigation area.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get In Touch\",\"section_description\":\"An invitation to reach out to me for any design-related inquiries.\",\"section_prompt\":\"Encourage visitors to contact me.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for potential clients or collaborators to fill out, facilitating inquiries.\",\"section_prompt\":\"Include a form for visitors to complete for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Reach Me At\",\"section_description\":\"Details on how to connect with me via email or social media platforms.\",\"section_prompt\":\"Provide additional contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer of the page with additional links and copyright information.\",\"section_prompt\":\"Contains important links and copyright notices.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1530}', '2026-01-12 07:07:33', '2026-01-12 07:07:33'),
(1531, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A professional portfolio showcasing my graphic design work, featuring galleries and insights into my creative process.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative work\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio. Discover my creative journey and explore my work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Introduction to My Work\",\"section_description\":\"This section introduces my unique style and creativity as a graphic designer.\",\"section_prompt\":\"Welcome message explaining my passion for graphic design.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my background and experience in graphic design.\",\"section_prompt\":\"A short narrative about who I am and my design journey.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Design Categories\",\"section_description\":\"Explore my work categorized into different design disciplines for easy navigation.\",\"section_prompt\":\"List my main design categories: branding, digital illustration, print design, web design.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Projects\",\"section_description\":\"Showcase some of my best design projects in a visually appealing gallery format.\",\"section_prompt\":\"Display a collection of highlighted design works.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"A sneak peek into my latest blog posts about graphic design industry trends.\",\"section_prompt\":\"Recent updates and articles I\'ve written.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to contact me for collaborations.\",\"section_prompt\":\"A strong invitation for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey in graphic design and my design philosophy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"A deeper look into my background, experience, and education in design.\",\"section_prompt\":\"Detail my journey into graphic design.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Insights into my approach to graphic design and what drives my creativity.\",\"section_prompt\":\"Outline my key principles as a designer.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Email and social media links for inquiries.\",\"section_prompt\":\"Provide my email and social media handles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Connect\",\"section_description\":\"Encouragement for visitors to reach out for collaborations or inquiries.\",\"section_prompt\":\"Invite visitors to connect.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights and tips related to graphic design, along with my recent projects and collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Collection of my latest blog posts sharing insights and tips.\",\"section_prompt\":\"Display my recent blog entries.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Blog Posts\",\"section_description\":\"Showcase selected blog posts that provide valuable insights into graphic design.\",\"section_prompt\":\"List featured blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Discussion\",\"section_description\":\"Encouragement for readers to comment and share their thoughts on my posts.\",\"section_prompt\":\"Invite readers to engage with blog content.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Feedback from clients highlighting my work and professionalism.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Feedback\",\"section_description\":\"Feedback and testimonials from my clients regarding my design work.\",\"section_prompt\":\"Showcase feedback to build credibility.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Highlight specific testimonials from clients praising my work.\",\"section_prompt\":\"Include multiple client testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Work With Me\",\"section_description\":\"Encouragement for visitors to reach out based on positive testimonials.\",\"section_prompt\":\"Call-to-action based on client feedback.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact form for inquiries and collaborations.\",\"section_prompt\":\"Provide a space for visitors to fill out their details.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Details for reaching me via email and social media.\",\"section_prompt\":\"Provide my email and social media information.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate\",\"section_description\":\"Encourage visitors to reach out, emphasizing collaboration opportunities.\",\"section_prompt\":\"Invite them to connect for potential projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1531}', '2026-01-12 07:59:54', '2026-01-12 07:59:54');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1532, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A visual showcase of my graphic design work, highlighting creativity and skills through organized project presentations.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Introduction to my graphic design portfolio with featured works and philosophy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all main sections of the website.\",\"section_prompt\":\"Include links to navigate through the portfolio.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An eye-catching introduction to my graphic design work.\",\"section_prompt\":\"Introduce my graphic design journey and highlight my creative approach.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief statement about my design philosophy and inspirations.\",\"section_prompt\":\"Share what drives me as a graphic designer.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Works\",\"section_description\":\"A showcase of my best graphic design pieces in a visually appealing layout.\",\"section_prompt\":\"Display the main projects: Branding, Print Design, Digital Design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to reach out for collaborations or inquiries.\",\"section_prompt\":\"Invite potential clients and collaborators to contact me.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Highlights from my design journey and recent blog posts.\",\"section_prompt\":\"Include a preview of the latest blog posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General footer information including copyright and site links.\",\"section_prompt\":\"Provide additional links and site policies.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Details of my journey and passion as a graphic designer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all main sections of the website.\",\"section_prompt\":\"Include links to navigate through the portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"An overview of my education and experience in graphic design.\",\"section_prompt\":\"Describe my professional journey as a designer.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Others Say\",\"section_description\":\"Feedback from clients and collaborators to inspire trust.\",\"section_prompt\":\"Display quotes and reviews from those I\'ve worked with.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Encourage visitors to reach out for collaborations or questions.\",\"section_prompt\":\"Initiate contact for potential work together.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General footer information including copyright and site links.\",\"section_prompt\":\"Provide additional links and site policies.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Work\",\"page_description\":\"A comprehensive showcase of my design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all main sections of the website.\",\"section_prompt\":\"Include links to navigate through the portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Portfolio Overview\",\"section_description\":\"An introduction to my various design projects.\",\"section_prompt\":\"Categorize my work for easier navigation.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Project Categories\",\"section_description\":\"Different areas of expertise showcased in my portfolio.\",\"section_prompt\":\"List the categories: Branding, Print Design, Digital Design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire About My Work\",\"section_description\":\"Provides a way for visitors to reach out regarding projects.\",\"section_prompt\":\"Encourage visitors to ask about specific projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General footer information including copyright and site links.\",\"section_prompt\":\"Provide additional links and site policies.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Feedback\",\"page_description\":\"Showcasing feedback and testimonials from my clients and collaborators.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all main sections of the website.\",\"section_prompt\":\"Include links to navigate through the portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Clients Say\",\"section_description\":\"A collection of testimonials highlighting my work and relationships.\",\"section_prompt\":\"Feature testimonials from various clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the List\",\"section_description\":\"Suggestion for visitors to get in touch for their projects.\",\"section_prompt\":\"Invite new clients to collaborate.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General footer information including copyright and site links.\",\"section_prompt\":\"Provide additional links and site policies.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"Explore articles and personal insights about graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all main sections of the website.\",\"section_prompt\":\"Include links to navigate through the portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"A preview of the latest topics and trends in graphic design.\",\"section_prompt\":\"Highlight new insights and tutorials from my blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Highlights\",\"section_description\":\"A collection of recent blog entries related to design.\",\"section_prompt\":\"Display the blog posts with summaries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encourage visitors to sign up for blog notifications.\",\"section_prompt\":\"Invite visitors to subscribe to my blog for more insights.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General footer information including copyright and site links.\",\"section_prompt\":\"Provide additional links and site policies.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Contact information and inquiry form to reach me.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all main sections of the website.\",\"section_prompt\":\"Include links to navigate through the portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Details on how to reach me for inquiries.\",\"section_prompt\":\"Provide my email address and social media links.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"A form for visitors to fill out for inquiries.\",\"section_prompt\":\"Enable visitors to send messages directly through the site.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General footer information including copyright and site links.\",\"section_prompt\":\"Provide additional links and site policies.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1532}', '2026-01-12 08:55:06', '2026-01-12 08:55:06'),
(1533, 10, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Travel Adventures\",\"website_description\":\"A blog dedicated to showcasing travel experiences and photography, inspiring readers to explore new destinations through captivating narratives and stunning visuals.\",\"website_type\":\"Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel blog, photography, travel stories\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The main page showcasing latest travel blog posts and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section that contains the navigation and branding.\",\"section_prompt\":\"Header with links to all main sections of the website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Travel Blog\",\"section_description\":\"Discover breathtaking travel stories and stunning photography from around the world.\",\"section_prompt\":\"Display a welcoming banner image with a captivating title and a short introduction.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Travel Adventures\",\"section_description\":\"Explore my latest blog posts about various travel destinations and experiences.\",\"section_prompt\":\"A curated list of the most recent posts showcasing travel experiences.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Travel Stories\",\"section_description\":\"A selection of personal travel stories, tips, and itineraries shared to inspire your next adventure.\",\"section_prompt\":\"List main travel stories featuring personal experiences and tips.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photography Gallery\",\"section_description\":\"A collection of my best travel photographs, categorized to highlight the beauty of the world.\",\"section_prompt\":\"Showcase a photography gallery with categories such as landscapes, cultures, and street photography.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure!\",\"section_description\":\"Connect with a community of travel enthusiasts and photographers.\",\"section_prompt\":\"Encourage readers to subscribe or follow the blog for updates.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my journey as a traveler and photographer.\",\"section_prompt\":\"Share details about my travel experiences and passion for photography.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This section contains copyright and additional links.\",\"section_prompt\":\"Standard footer with copyright and miscellaneous links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"All about my journey as a traveler and photographer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section that contains the navigation and branding.\",\"section_prompt\":\"Header with links to all main sections of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"Learn more about my passion for travel and photography.\",\"section_prompt\":\"An inner banner introducing the about section.\"},{\"section_type\":\"informational_content\",\"section_title\":\"My Story\",\"section_description\":\"A narrative detailing how I became a travel enthusiast and photographer.\",\"section_prompt\":\"Share my journey and the moments that inspired my love for travel.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Travel Philosophy\",\"section_description\":\"My personal philosophy on travel and photography.\",\"section_prompt\":\"Discuss what travel means to me and how I approach photography.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get In Touch\",\"section_description\":\"Details on how to contact me for collaborations or to share stories.\",\"section_prompt\":\"Provide an email or contact options.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Me on My Travels\",\"section_description\":\"Encouraging readers to engage with my blog.\",\"section_prompt\":\"Invite readers to subscribe for updates and share their travel stories.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This section contains copyright and additional links.\",\"section_prompt\":\"Standard footer with copyright and miscellaneous links.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Photography Gallery\",\"page_description\":\"A showcase of the best travel photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section that contains the navigation and branding.\",\"section_prompt\":\"Header with links to all main sections of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Collection\",\"section_description\":\"Explore my travel photography organized in various categories.\",\"section_prompt\":\"An inner banner introducing the gallery.\"},{\"section_type\":\"gallery\",\"section_title\":\"Landscapes\",\"section_description\":\"Stunning landscape photographs taken during my travels.\",\"section_prompt\":\"A gallery section dedicated to capturing beautiful landscapes.\"},{\"section_type\":\"gallery\",\"section_title\":\"Cultures\",\"section_description\":\"Images showcasing the rich cultures I\'ve encountered.\",\"section_prompt\":\"Display photographs highlighting cultural moments.\"},{\"section_type\":\"gallery\",\"section_title\":\"Street Photography\",\"section_description\":\"Dramatic moments captured in vibrant street scenes.\",\"section_prompt\":\"Capture the essence of life through street photography.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Favorite\",\"section_description\":\"Invite viewers to share their favorite images or moments.\",\"section_prompt\":\"Encourage engagement with the photos in the gallery.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This section contains copyright and additional links.\",\"section_prompt\":\"Standard footer with copyright and miscellaneous links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for collaborations or share your travel stories.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section that contains the navigation and branding.\",\"section_prompt\":\"Header with links to all main sections of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"I\'m here to connect with fellow travelers and photographers.\",\"section_prompt\":\"An inner banner encouraging visitors to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill in the form for inquiries about collaborations or just to share your thoughts.\",\"section_prompt\":\"Provide a contact form for users to send messages.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Additional Contact Info\",\"section_description\":\"Email for direct communication if preferred.\",\"section_prompt\":\"Provide email or any other contact details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This section contains copyright and additional links.\",\"section_prompt\":\"Standard footer with copyright and miscellaneous links.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1533}', '2026-01-12 09:28:18', '2026-01-12 09:28:18'),
(1534, 10, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing my creativity and design skills, this portfolio highlights my graphic design work and connects me with potential clients and employers.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The introductory page displaying my best graphic designs and providing navigation to other sections.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all major sections of the site.\",\"section_prompt\":\"A menu for easy navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An eye-catching introduction to my graphic design work, making a strong first impression.\",\"section_prompt\":\"Showcase a captivating graphic displaying my design style.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Works\",\"section_description\":\"A selection of my best designs, each linking to detailed project showcases.\",\"section_prompt\":\"Highlight main projects (Logo Design, Branding, Website Design, Print Design).\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction to who I am and my journey as a graphic designer.\",\"section_prompt\":\"Share my background and design philosophy.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"What my clients say about my work, showcasing trust and credibility.\",\"section_prompt\":\"Present quotes or reviews from satisfied clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Recent insights and articles related to graphic design, keeping visitors informed.\",\"section_prompt\":\"Showcase recent blog entries related to industry trends.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encourage visitors to contact me for their graphic design needs.\",\"section_prompt\":\"Prompt users to reach me for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General site information and links to privacy policy, terms of service.\",\"section_prompt\":\"Include necessary legal and contact information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"An in-depth look at my background, inspiration, and design philosophy as a graphic designer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links for easy access to other pages.\",\"section_prompt\":\"MENU for the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"Share the story of my journey to becoming a graphic designer and my creative inspirations.\",\"section_prompt\":\"Describe my background and experiences.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Core Skills\",\"section_description\":\"Detail the skills that define my graphic design work, enhancing my service offering.\",\"section_prompt\":\"List my primary design skills and competencies.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Explain my unique approach to graphic design and how I tackle projects.\",\"section_prompt\":\"Outline my design principles.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Tools of the Trade\",\"section_description\":\"A brief overview of the tools and software I use in my design work.\",\"section_prompt\":\"Highlight the design tools and software I am skilled in.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Discover My Work\",\"section_description\":\"Encourage visitors to view my projects and see my designs in action.\",\"section_prompt\":\"Prompt to explore my portfolio.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End of the page information and legal links.\",\"section_prompt\":\"Include necessary site information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Work\",\"page_description\":\"A comprehensive showcase of my graphic design projects categorized for easy viewing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Links to navigate the site easily.\",\"section_prompt\":\"MENU for easy navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Portfolio Overview\",\"section_description\":\"An overview of my graphic design projects with categories including branding, web design, and more.\",\"section_prompt\":\"Describe the visual presentation of my work.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Design Categories\",\"section_description\":\"Categorize my work including branding, web design, and illustrations for user convenience.\",\"section_prompt\":\"Show categories of my graphic designs.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project Highlights\",\"section_description\":\"Feature select projects with descriptions and visuals that highlight my skills.\",\"section_prompt\":\"Showcase individual projects with detailed descriptions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in My Work?\",\"section_description\":\"Invite visitors to contact me for projects and collaboration opportunities.\",\"section_prompt\":\"Encourage potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General website information and links.\",\"section_prompt\":\"Include necessary legal links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Design Services\",\"page_description\":\"Detail the graphic design services I offer, tailored to meet client needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links visible for easy access to all site parts.\",\"section_prompt\":\"MENU for the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"A description of the services I provide and what makes them unique.\",\"section_prompt\":\"Detail the services I offer.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Service Offerings\",\"section_description\":\"List all specialized services such as logo design, branding, website design, and print design.\",\"section_prompt\":\"List all my services in detail.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Service Insights\",\"section_description\":\"Insights into how my services add value and benefit my clients.\",\"section_prompt\":\"Detail how my services address client needs.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries regarding my design services and process.\",\"section_prompt\":\"Provide useful information for prospective clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Work Together\",\"section_description\":\"Prompt visitors to contact me for inquiries about my services.\",\"section_prompt\":\"Encourage website visitors to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General information and links at the bottom of the page.\",\"section_prompt\":\"Include legal and contact details.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"Showcase feedback and testimonials from past clients to build trust and credibility.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links for easy access to other pages.\",\"section_prompt\":\"MENU for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Clients Say\",\"section_description\":\"A collection of feedback from clients regarding my graphic design work.\",\"section_prompt\":\"Showcase positive client testimonials.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Reviews\",\"section_description\":\"Detailed feedback provided by clients summarizing their experiences working with me.\",\"section_prompt\":\"Present client reviews and feedback.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Building Trust\",\"section_description\":\"Explain how testimonials enhance my credibility as a designer.\",\"section_prompt\":\"Describe the importance of client feedback.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out Today\",\"section_description\":\"Encourage visitors to contact me directly as they view the testimonials.\",\"section_prompt\":\"Motivate visitors to get in contact with me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General information at the end of the page.\",\"section_prompt\":\"Include necessary legal links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Provide an easy way for potential clients and visitors to reach out for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other sections for easy access.\",\"section_prompt\":\"MENU for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Information on how to contact me for questions and project inquiries.\",\"section_prompt\":\"Describe how visitors can reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to fill out for inquiries, making communication easier.\",\"section_prompt\":\"Provide a contact form for visitor communication.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Connect with Me\",\"section_description\":\"Include my email and social media links for easy contact.\",\"section_prompt\":\"Provide my contact details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General website information and links.\",\"section_prompt\":\"Provide necessary legal information.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1534}', '2026-01-12 09:46:20', '2026-01-12 09:46:20'),
(1535, 10, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"My Travel Adventures\",\"website_description\":\"A vibrant blog dedicated to showcasing unique travel experiences and stunning photography from around the world.\",\"website_type\":\"personal\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel, photography, exploration\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel blog where I share my adventures around the world.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and branding.\",\"section_prompt\":\"Includes site navigation links and site branding.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Travel Blog\",\"section_description\":\"An introduction to my journey and adventures in travel photography.\",\"section_prompt\":\"A vibrant welcome message inviting readers to explore my blog.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Travel Stories\",\"section_description\":\"Highlighting the most recent blog posts featuring my travel experiences.\",\"section_prompt\":\"Showcase the latest posts that detail unique travel adventures.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photo Highlights\",\"section_description\":\"A glimpse of stunning travel photography from various destinations.\",\"section_prompt\":\"Display captivating photographs from recent travels.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my passion for travel and photography.\",\"section_prompt\":\"Include a brief introduction about myself and my love for traveling.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Categories of My Travels\",\"section_description\":\"Explore different travel categories I\'ve written about.\",\"section_prompt\":\"List major categories of travel experiences shared in the blog.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Readers Say\",\"section_description\":\"Sharing feedback and thoughts from my readers.\",\"section_prompt\":\"Include quotes and testimonials from readers about my blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey\",\"section_description\":\"Encourage readers to subscribe or engage with the blog.\",\"section_prompt\":\"A motivating call to action inviting readers to follow my adventures.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links and copyright.\",\"section_prompt\":\"Contains copyright info, site map and other helpful links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover my story and passion for travel and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and branding.\",\"section_prompt\":\"Includes site navigation links and site branding.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Introduction to my life and travel philosophy.\",\"section_prompt\":\"Display the title and a captivating image related to my travels.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"My Travel Philosophy\",\"section_description\":\"What motivates me to travel and explore new places.\",\"section_prompt\":\"Share my insights and thoughts about the purpose of travel.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Journey\",\"section_description\":\"The timeline of my travel experiences and milestones.\",\"section_prompt\":\"Highlight significant experiences that shaped my love for travel.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Words of Encouragement\",\"section_description\":\"Inspirational quotes that motivate my journey.\",\"section_prompt\":\"Showcase motivational quotes related to travel.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect With Me\",\"section_description\":\"Encouraging readers to engage with me.\",\"section_prompt\":\"A call to action inviting readers to connect and interact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links and copyright.\",\"section_prompt\":\"Contains copyright info, site map and other helpful links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Stories\",\"page_description\":\"Detailed accounts of my adventures and travel tips.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and branding.\",\"section_prompt\":\"Includes site navigation links and site branding.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Stories\",\"section_description\":\"An introduction to the blog post archive.\",\"section_prompt\":\"Display the title and a captivating image related to travel.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"All Blog Posts\",\"section_description\":\"Explore a collection of all my travel posts.\",\"section_prompt\":\"List all published posts with a brief description and linking.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Recent Blog Highlights\",\"section_description\":\"Showcasing the most recent posts added to the blog.\",\"section_prompt\":\"Highlight and link the latest blog posts.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries related to travel and photography.\",\"section_prompt\":\"Provide answers to frequently asked questions from readers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join in Adventure\",\"section_description\":\"Encourage readers to subscribe or share.\",\"section_prompt\":\"Invite readers to follow the blog for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links and copyright.\",\"section_prompt\":\"Contains copyright info, site map and other helpful links.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Photo Gallery\",\"page_description\":\"A curated collection of my best travel photographs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and branding.\",\"section_prompt\":\"Includes site navigation links and site branding.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photo Gallery\",\"section_description\":\"Explore stunning visuals from my travels.\",\"section_prompt\":\"Display an engaging title and visually appealing image.\"},{\"section_type\":\"gallery\",\"section_title\":\"Travel Photography Collection\",\"section_description\":\"A showcase of stunning travel photographs organized by themes.\",\"section_prompt\":\"Categorize images by location or theme for easy navigation.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Photography Matters\",\"section_description\":\"Insights on the impact of travel photography.\",\"section_prompt\":\"Discuss the importance of capturing moments during travel.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More\",\"section_description\":\"Invite readers to dive deeper into the blog.\",\"section_prompt\":\"Encourage visitors to explore the blog for more travel stories.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links and copyright.\",\"section_prompt\":\"Contains copyright info, site map and other helpful links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for collaboration or just to talk about travel.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu and branding.\",\"section_prompt\":\"Includes site navigation links and site branding.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"A section encouraging readers to reach out.\",\"section_prompt\":\"Display the title and an inviting visual related to travel.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for readers to leave their inquiries.\",\"section_prompt\":\"Provide a form for readers to fill out their messages.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Connect With Me\",\"section_description\":\"My contact information for direct outreach.\",\"section_prompt\":\"Share information on how to reach me outside of the form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links and copyright.\",\"section_prompt\":\"Contains copyright info, site map and other helpful links.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1535}', '2026-01-15 04:40:11', '2026-01-15 04:40:11'),
(1536, 10, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing the creative work and design skills of a passionate graphic designer.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative work\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets functionality. Explore my work and discover my unique design approach.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding.\",\"section_prompt\":\"Header section contains navigation links to main parts of the website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover a collection of my best graphic design projects that showcase my skills and artistry.\",\"section_prompt\":\"A visually engaging introduction to my work.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey as a graphic designer, my inspirations, and the philosophy that drives my creative process.\",\"section_prompt\":\"An overview of my background and design approach.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"Highlighting exemplary work including logo design, branding, digital illustrations, and print design.\",\"section_prompt\":\"List my featured graphic design projects (project 1, project 2, project 3, ...).\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Check out my latest insights on graphic design trends, tips, and my creative process.\",\"section_prompt\":\"A preview of the most recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Interested in collaborating or discussing a project? Reach out to me!\",\"section_prompt\":\"A call to action encouraging visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information about copyright and additional links.\",\"section_prompt\":\"Footer section includes copyright information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover the story behind my journey as a graphic designer and what inspires my work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding.\",\"section_prompt\":\"Header section contains navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"An overview of my experiences and motivations as a graphic designer.\",\"section_prompt\":\"Discover more about my professional background.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Insight into my creative philosophies and how they influence my design work.\",\"section_prompt\":\"List my core design principles.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Inspirations\",\"section_description\":\"Learn about the sources of inspiration that fuel my creativity in design.\",\"section_prompt\":\"Discuss various sources of inspiration.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Check out my portfolio to see how my philosophy translates into my designs.\",\"section_prompt\":\"Encouragement to view my work.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information about copyright and additional links.\",\"section_prompt\":\"Footer section includes copyright information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A curated collection of my graphic design projects across various categories.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding.\",\"section_prompt\":\"Header section contains navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Work\",\"section_description\":\"Showcasing a diverse range of graphic designs, categorized appropriately.\",\"section_prompt\":\"Introduction to my portfolio of works.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Categories\",\"section_description\":\"Explore categories including logo design, branding, digital illustrations, and print design.\",\"section_prompt\":\"List categories of my graphic design work.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Project Highlights\",\"section_description\":\"Detailed showcase of selected projects that demonstrate my skills and creative process.\",\"section_prompt\":\"Showcase key projects from each category.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in working together? Let\'s connect!\",\"section_prompt\":\"Call to action prompting visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information about copyright and additional links.\",\"section_prompt\":\"Footer section includes copyright information.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Feedback from clients and colleagues about my graphic design work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding.\",\"section_prompt\":\"Header section contains navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What People Say\",\"section_description\":\"A collection of testimonials from those I\'ve worked with.\",\"section_prompt\":\"A section showcasing client feedback.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Feedback\",\"section_description\":\"Real comments leading to positive experiences and effects of my designs.\",\"section_prompt\":\"Showcase quotes from clients.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Impact Stories\",\"section_description\":\"Highlighting specific projects that had a significant impact on client\'s businesses.\",\"section_prompt\":\"Detailing projects that were especially impactful.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project\",\"section_description\":\"Ready to see how I can help? Contact me today!\",\"section_prompt\":\"Encouragement for clients to initiate contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information about copyright and additional links.\",\"section_prompt\":\"Footer section includes copyright information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights and tips from my experiences as a graphic designer, plus industry trends.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding.\",\"section_prompt\":\"Header section contains navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"A collection of my latest blog articles about graphic design.\",\"section_prompt\":\"Introduction to my blog content.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Articles\",\"section_description\":\"Browse through articles on graphic design trends, tips and more.\",\"section_prompt\":\"List all blog posts in grid format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Engage with my insights and start a dialogue about design!\",\"section_prompt\":\"Encourage readers to engage.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information about copyright and additional links.\",\"section_prompt\":\"Footer section includes copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out for collaboration, inquiries, or just to chat about design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding.\",\"section_prompt\":\"Header section contains navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Let\'s connect and bring your design ideas to life!\",\"section_prompt\":\"Introduction to my contact information.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below for any inquiries or collaborate with me.\",\"section_prompt\":\"A contact form for visitors to send me messages.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Feel free to reach out via email or connect on social media.\",\"section_prompt\":\"Details for contacting me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information about copyright and additional links.\",\"section_prompt\":\"Footer section includes copyright information.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1536}', '2026-01-16 06:42:26', '2026-01-16 06:42:26');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1537, 10, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A professional portfolio showcasing my graphic design work, featuring projects, testimonials, and insights on design.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Fashion\",\"search_query\":\"graphic design, portfolio, creative design\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets functionality.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation and branding.\",\"section_prompt\":\"Navigation links to all major sections of the website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Creative Space\",\"section_description\":\"An engaging introduction showcasing my unique designs with a visually captivating layout.\",\"section_prompt\":\"A standout visual to welcome visitors to my portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey and passion for graphic design.\",\"section_prompt\":\"Introduction to my experiences and what drives my creativity.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"A selection of my best graphic design work in a visually appealing layout.\",\"section_prompt\":\"List main projects (Branding, Illustration, Web Design, etc.) that define my style.\"},{\"section_type\":\"gallery\",\"section_title\":\"Gallery of Designs\",\"section_description\":\"A curated gallery showcasing various design pieces.\",\"section_prompt\":\"Display key artworks to capture attention.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate!\",\"section_description\":\"Encouraging potential clients to reach out and work together.\",\"section_prompt\":\"A prompt to inspire inquiries for projects or collaborations.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Design Insights\",\"section_description\":\"Catch up on my latest blog entries and design tips.\",\"section_prompt\":\"Highlight recent articles related to graphic design trends.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site links and branding.\",\"section_prompt\":\"Additional navigation and disclaimers.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover my background, design philosophy, and inspiration as a graphic designer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation menu.\",\"section_prompt\":\"Navigation links to all major sections of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"An overview of my personal and professional journey in graphic design.\",\"section_prompt\":\"Insights into how I became a graphic designer.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"A brief explanation of my design philosophy and approach to projects.\",\"section_prompt\":\"What I believe contributes to great design.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"What Inspires Me\",\"section_description\":\"Sources of inspiration that influence my work.\",\"section_prompt\":\"List of inspirations in graphic design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Prompting visitors to reach out for projects or inquiries.\",\"section_prompt\":\"Encourage contact for collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site links and branding.\",\"section_prompt\":\"Additional navigation and disclaimers.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A comprehensive showcase of my graphic design projects categorized for easy navigation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation menu.\",\"section_prompt\":\"Navigation links to all major sections of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Work\",\"section_description\":\"A comprehensive overview of my graphic design projects.\",\"section_prompt\":\"An introduction to the portfolio section.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Project Categories\",\"section_description\":\"Exploring the various categories of my designs.\",\"section_prompt\":\"Categories: Branding, Illustration, Web Design.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Featured Projects\",\"section_description\":\"Detailed look at selected projects with images and descriptions.\",\"section_prompt\":\"Visuals and stories behind some of my best works.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Work Together\",\"section_description\":\"Encouraging visitors to contact me for collaborative projects.\",\"section_prompt\":\"Prompt to inspire inquiries about projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site links and branding.\",\"section_prompt\":\"Additional navigation and disclaimers.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Feedback and reviews from clients and collaborators showcasing my skills and professionalism.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation menu.\",\"section_prompt\":\"Navigation links to all major sections of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Feedback\",\"section_description\":\"Highlight comments and testimonials from satisfied clients.\",\"section_prompt\":\"Insights into client experiences with my work.\"},{\"section_type\":\"reviews\",\"section_title\":\"What They Say\",\"section_description\":\"A collection of positive testimonials from my clients.\",\"section_prompt\":\"Display feedback from clients and collaborators.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey\",\"section_description\":\"Prompting visitors to work with me on future projects.\",\"section_prompt\":\"Encourage potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site links and branding.\",\"section_prompt\":\"Additional navigation and disclaimers.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation menu.\",\"section_prompt\":\"Navigation links to all major sections of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out for project inquiries or collaborations.\",\"section_prompt\":\"An invitation to connect.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"A contact form for inquiries and collaborations.\",\"section_prompt\":\"Fill out the form to send me a message.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Reach out through this contact form or directly via email.\",\"section_prompt\":\"Suggest ways of contacting me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site links and branding.\",\"section_prompt\":\"Additional navigation and disclaimers.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1537}', '2026-01-21 10:32:29', '2026-01-21 10:32:29'),
(1538, 10, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing my skills and creativity in graphic design through a captivating portfolio of work, client testimonials, and insights into my design journey.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative design\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"A striking introduction to my work showcasing my best designs and a brief welcome message.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Interactive navigation for easy access to different sections of the website.\",\"section_prompt\":\"Bootstrap layout for header with logo and navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An eye-catching banner introducing my work and design philosophy.\",\"section_prompt\":\"This section serves as the introductory visual highlight of my graphic design work.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my background and approach to graphic design.\",\"section_prompt\":\"This section provides insight into my design journey and passion.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Best Designs\",\"section_description\":\"A curated selection of my top graphic design projects.\",\"section_prompt\":\"Showcasing my best works including branding, print design, digital art.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Insights\",\"section_description\":\"A sneak peek into my latest tips and trends in graphic design.\",\"section_prompt\":\"Highlighting recent blog entries to engage visitors further.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Collaborating?\",\"section_description\":\"Encouraging visitors to reach out for collaboration or inquiries.\",\"section_prompt\":\"A call-to-action section inviting users to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information and links to navigate and connect with more content.\",\"section_prompt\":\"Provides additional links and copyright information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Personal insights into my design journey, experience, and inspirations.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Detailed introduction into who I am and my design philosophy.\",\"section_prompt\":\"This section serves as a guided overview of my professional background.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"My Journey\",\"section_description\":\"Highlighting the path that led me to graphic design and my creative process.\",\"section_prompt\":\"Describing my design journey and key milestones.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Inspiration Behind My Work\",\"section_description\":\"Sources of creativity and motivation that influence my designs.\",\"section_prompt\":\"Listing the core inspirations and values in my design philosophy.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What People Say\",\"section_description\":\"Feedback from clients that illustrates my professionalism and creativity.\",\"section_prompt\":\"Highlighting client testimonials that enhance my credibility.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Connect!\",\"section_description\":\"Inviting visitors to reach out and collaborate or inquire further.\",\"section_prompt\":\"Encouraging user engagement and communication.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigation links and copyright information.\",\"section_prompt\":\"Provides additional links for user navigation.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A comprehensive showcase of my graphic design projects categorized by type.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Portfolio Showcase\",\"section_description\":\"An engaging introduction to the projects displayed on this page.\",\"section_prompt\":\"Visual introduction to the diverse categories of my design projects.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Project Categories\",\"section_description\":\"Highlighting various categories in my portfolio: branding, print, digital art, illustrations.\",\"section_prompt\":\"List categories to navigate different project types.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Featured Project: Branding\",\"section_description\":\"A deep dive into a selected branding project showcasing my approach and creativity.\",\"section_prompt\":\"Introduce a specific branding project with image and description.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Featured Project: Print Design\",\"section_description\":\"Exploring a print design project that highlights my skills.\",\"section_prompt\":\"Detailed presentation of a featured print design project.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Featured Project: Digital Art\",\"section_description\":\"Showcasing a digital art creation with context and inspiration.\",\"section_prompt\":\"Presenting in-depth details of a featured digital art project.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in My Work?\",\"section_description\":\"Encouraging potential clients to connect for collaboration.\",\"section_prompt\":\"A call-to-action to motivate visitor engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information for further navigation including copyright details.\",\"section_prompt\":\"Additional links provided for user navigation.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"A collection of client feedback showcasing satisfaction with my graphic design work.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Insight into the experiences of clients I\'ve worked with.\",\"section_prompt\":\"Introduction to the testimonials section.\"},{\"section_type\":\"reviews\",\"section_title\":\"What Clients Say\",\"section_description\":\"Direct quotes from clients validating my work quality and impact.\",\"section_prompt\":\"Compile client reviews in a relatable and appealing format.\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Trusted By\",\"section_description\":\"Logos of brands and clients I have had the pleasure of working with.\",\"section_prompt\":\"Show logos of clients for credibility.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Happy Clients!\",\"section_description\":\"Inviting new clients to reach out and discuss potential projects.\",\"section_prompt\":\"Encouraging user engagement and communication.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links for easy navigation & copyright information.\",\"section_prompt\":\"Additional links provided for user navigation.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Sharing tips, insights, and trends in graphic design through articles.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Graphic Design Insights\",\"section_description\":\"Welcome to my blog section where I share thoughts and trends.\",\"section_prompt\":\"Introduction to the blog articles.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Display of recent blog posts related to graphic design tips and insights.\",\"section_prompt\":\"Showcase a grid of the latest blog entries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated!\",\"section_description\":\"Encouraging visitors to subscribe for updates on new posts.\",\"section_prompt\":\"Call-to-action inviting to subscribe for latest insights.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links for further engagement & copyright information.\",\"section_prompt\":\"Final links provided for ease of navigation.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out to me for inquiries or to collaborate on projects.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"An invitation to connect for design inquiries or collaborations.\",\"section_prompt\":\"Introduction to the contact page.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form to facilitate easy inquiries directly through the website.\",\"section_prompt\":\"Simple layout for inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate!\",\"section_description\":\"Encouraging potential clients to connect for project discussions.\",\"section_prompt\":\"A call-to-action to motivate visitor engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation links and contact details if applicable.\",\"section_prompt\":\"Links provided for easy navigation.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1538}', '2026-01-22 05:49:51', '2026-01-22 05:49:51'),
(1539, NULL, NULL, 'A freelance website for a web developer', '{\"website_title\":\"My Portfolio\",\"website_description\":\"Showcasing my work as a freelance web developer, highlighting skills, projects, and services with a professional yet approachable online presence.\",\"website_type\":\"personal\",\"website_industry\":\"Technology\",\"search_query\":\"web development, freelance, portfolio\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio where you can explore my work and services as a freelance web developer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of the website.\",\"section_prompt\":\"Bootstrap layout for header with logo and navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover my journey and the services I offer as a freelance web developer.\",\"section_prompt\":\"A large introductory banner with a call to action.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background and how I became a web developer.\",\"section_prompt\":\"Introduction to my personal story and design philosophy.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Overview of the services I provide, including Custom website development, E-commerce site creation, Responsive web design, Website maintenance and support, SEO optimization, Front-end and back-end development.\",\"section_prompt\":\"List all the services I provide as a freelance developer.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"A showcase of my notable projects with visuals and links to case studies.\",\"section_prompt\":\"Display thumbnails and descriptions for standout projects.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"A brief overview of my recent blog posts about web development trends and tips.\",\"section_prompt\":\"Highlight recent articles or updates related to web development.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement to reach out for inquiries or collaborations.\",\"section_prompt\":\"A call to action for potential clients to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Bootstrap layout for footer with various links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About\",\"page_description\":\"Dive deeper into my background and philosophy as a web developer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of the website.\",\"section_prompt\":\"Bootstrap layout for header with logo and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A deeper insight into my journey as a web developer.\",\"section_prompt\":\"Section that introduces my background and experiences.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"Understanding my approach to web development and design aesthetics.\",\"section_prompt\":\"Discuss my design principles and how they benefit clients.\"},{\"section_type\":\"features_listing\",\"section_title\":\"What Sets Me Apart\",\"section_description\":\"Highlighting unique skills and advantages I offer as a freelance developer.\",\"section_prompt\":\"Lists features that differentiate me from other developers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out\",\"section_description\":\"Encouragement for potential clients to contact me for projects.\",\"section_prompt\":\"A call to action \\u0434\\u043b\\u044f encouraging inquiries for collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Bootstrap layout for footer with various links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"A detailed list of the web development services I provide.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of the website.\",\"section_prompt\":\"Bootstrap layout for header with logo and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Detailed overview of the services available for clients.\",\"section_prompt\":\"Section presenting a brief intro to the services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Custom Website Development\",\"section_description\":\"Tailored web solutions to meet your unique business needs.\",\"section_prompt\":\"Description of custom development services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"E-commerce Site Creation\",\"section_description\":\"Build online stores that enhance your sales potential.\",\"section_prompt\":\"Overview of services for developing e-commerce platforms.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Responsive Web Design\",\"section_description\":\"Creating flexible layouts that ensure compatibility across devices.\",\"section_prompt\":\"Detailing my approach to responsive design.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions potential clients may have.\",\"section_prompt\":\"Addressing typical inquiries about my services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Encouragement to reach out for project discussions.\",\"section_prompt\":\"A call to action aiming to motivate potential clients to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Bootstrap layout for footer with various links.\"}]},{\"page_type\":\"projects\",\"page_title\":\"Projects\",\"page_description\":\"A comprehensive gallery of my previous work showcasing my skills.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of the website.\",\"section_prompt\":\"Bootstrap layout for header with logo and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Work\",\"section_description\":\"Explore previous projects that reflect my skills as a developer.\",\"section_prompt\":\"Introduction to my project gallery.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"Visual showcase of my work with descriptions and outcomes.\",\"section_prompt\":\"Display a collection of past projects with images.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Tools and Technologies\",\"section_description\":\"Highlighting the various technologies I have worked with in my projects.\",\"section_prompt\":\"Discuss the tools I utilize in my development process.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate\",\"section_description\":\"Invite for potential collaborations on upcoming projects.\",\"section_prompt\":\"Request to reach out for new work opportunities.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Bootstrap layout for footer with various links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out to me for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of the website.\",\"section_prompt\":\"Bootstrap layout for header with logo and navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement to reach out for projects or inquiries.\",\"section_prompt\":\"Section to convey the importance of contacting me.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out this form to reach me directly.\",\"section_prompt\":\"A simple form for visitors to send messages.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"My email address for direct inquiries and links to my social media profiles.\",\"section_prompt\":\"Provide my email and social links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Bootstrap layout for footer with various links.\"}]}],\"user_prompt\":\"A freelance website for a web developer\",\"prompt_id\":1539}', '2026-01-22 06:24:15', '2026-01-22 06:24:15'),
(1540, NULL, NULL, 'A freelance website for a web developer', '{\"website_title\":\"My Portfolio\",\"website_description\":\"A personal portfolio showcasing the skills and projects of a freelance web developer, designed to attract potential clients and provide them with insights into my work.\",\"website_type\":\"Personal\",\"website_industry\":\"Technology\",\"search_query\":\"web development, freelance portfolio, web developer\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my personal portfolio where I showcase my skills and projects as a freelance web developer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the main navigation links to different areas of the website.\",\"section_prompt\":\"Header section with navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An engaging introduction highlighting my expertise in web development, ready to take on new projects.\",\"section_prompt\":\"Hero section showcasing a welcoming message and a brief description.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A short introduction about my journey and background in web development, emphasizing key skills and technologies.\",\"section_prompt\":\"An overview about my professional journey and skills.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Projects\",\"section_description\":\"Showcase of my top projects displayed in a grid format to visually attract potential clients.\",\"section_prompt\":\"Gallery of my best work including images and project highlights.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"A brief overview of the services I offer including website design, front-end and back-end development, e-commerce solutions, and support.\",\"section_prompt\":\"List of main services: website design, front-end development, back-end development, e-commerce solutions, ongoing support.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to reach out for quotes or consultations, with clear, actionable steps.\",\"section_prompt\":\"Call to action for potential clients to contact me.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Quick updates or news about my latest projects or insights in web development to keep visitors informed.\",\"section_prompt\":\"Latest posts or updates related to my work.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing section including copyright and other important links.\",\"section_prompt\":\"Footer section with copyright information and links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover my background, experience, and the journey that led me to become a freelance web developer.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A detailed overview of who I am and what I do as a web developer.\",\"section_prompt\":\"Inner banner section introducing my personal story.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Journey\",\"section_description\":\"A narrative of my journey, the challenges I faced, and how I developed my skills in web development.\",\"section_prompt\":\"Details about my journey into web development.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Skills & Technologies\",\"section_description\":\"List of technologies and programming languages I specialize in, showcasing my versatility as a developer.\",\"section_prompt\":\"Listing of my skills and technologies used in development.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Reviews and testimonials from previous clients that showcase the satisfaction of my work.\",\"section_prompt\":\"What my clients say about my work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Connect\",\"section_description\":\"Encouragement for readers to contact me for potential projects or inquiries.\",\"section_prompt\":\"Section prompting visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General footer content with navigation links.\",\"section_prompt\":\"Closing footer content.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Explore the range of services I offer as a freelance web developer tailored to meet your needs.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"An introduction to the various services I provide to help clients succeed online.\",\"section_prompt\":\"Inner banner for my offered services.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Service Offerings\",\"section_description\":\"Detailed listing of services including website design, front-end development, back-end development, e-commerce solutions, and ongoing support.\",\"section_prompt\":\"List of services I offer to clients.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Website Design\",\"section_description\":\"Creative design services for websites ensuring good user experience and aesthetics.\",\"section_prompt\":\"Overview of my website design services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Development Services\",\"section_description\":\"Comprehensive development services tailored for both front-end and back-end needs.\",\"section_prompt\":\"Details of development services including front and back end.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries clients may have regarding my services and processes.\",\"section_prompt\":\"FAQs relating to my web development services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out Today\",\"section_description\":\"Encouragement for visitors to inquire about services or request quotes.\",\"section_prompt\":\"Call to action for clients to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content with navigation.\",\"section_prompt\":\"Closing footer section.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"A showcase of my previous projects, highlighting challenges and solutions from each endeavor.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Portfolio Overview\",\"section_description\":\"An introductory statement about my portfolio, setting the stage for project highlights.\",\"section_prompt\":\"Introduction to my portfolio section.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Highlights\",\"section_description\":\"Visual gallery displaying images of each project along with brief descriptions and outcomes.\",\"section_prompt\":\"Gallery presenting highlights of my projects.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project Challenges\",\"section_description\":\"Detailed descriptions of unique challenges faced during projects and how they were overcome.\",\"section_prompt\":\"Insights into the challenges behind my projects.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Reviews\",\"section_description\":\"Feedback from clients related to their projects which highlights my working style and client satisfaction.\",\"section_prompt\":\"What clients have to say about my project work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Collaborating?\",\"section_description\":\"Encouragement for potential clients to reach out regarding collaboration on projects.\",\"section_prompt\":\"Call to action directing visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer content for navigation and legal information.\",\"section_prompt\":\"Footer content for the portfolio page.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"Read feedback and reviews from my clients, showcasing their satisfaction with my work.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"What Clients Say\",\"section_description\":\"An overview of the positive feedback I have received from clients about my services.\",\"section_prompt\":\"Introduction to the testimonials section.\"},{\"section_type\":\"reviews\",\"section_title\":\"Recent Testimonials\",\"section_description\":\"A collection of recent feedback from clients about their experience working with me.\",\"section_prompt\":\"Display of current client reviews.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Success Stories\",\"section_description\":\"Detailed accounts of client projects and their outcomes, emphasizing the results achieved.\",\"section_prompt\":\"In-depth testimonials focusing on success stories.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Your Own Testimonial\",\"section_description\":\"Encouraging potential clients to work with me to receive similar satisfying experiences.\",\"section_prompt\":\"Call to action inviting inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing footer section with important links.\",\"section_prompt\":\"Standard footer for the testimonials page.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"A section for potential clients to reach out to me directly with inquiries about my services or projects.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"An invitation for visitors to get in touch with me regarding projects or services.\",\"section_prompt\":\"Inner banner encouraging visitors to contact me.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"A contact form for potential clients to fill out with their information and messages.\",\"section_prompt\":\"Contact form section for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"My email address and links to my professional social media for direct communication.\",\"section_prompt\":\"Contact information including email and social media.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Discuss Your Project\",\"section_description\":\"A prompt for visitors to reach out so we can discuss their project needs in detail.\",\"section_prompt\":\"Final call to action encouraging contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing links and copyright information.\",\"section_prompt\":\"Ending footer content.\"}]}],\"user_prompt\":\"A freelance website for a web developer\",\"prompt_id\":1540}', '2026-01-22 06:24:22', '2026-01-22 06:24:22'),
(1541, 10, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A showcase of unique graphic design projects, skills, and my journey as a designer.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creativity\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where creativity and expertise meet.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other sections of the site.\",\"section_prompt\":\"Main header with links to navigate through my portfolio.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My World\",\"section_description\":\"A stunning visual introduction showcasing my best designs that captures the essence of my creativity.\",\"section_prompt\":\"Feature a captivating hero image or animation to introduce your work.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my design philosophy and inspirations that drive my creativity.\",\"section_prompt\":\"Include a short biography and your design ideology.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"An overview of the graphic design services I offer.\",\"section_prompt\":\"List main services offered: logo design, branding, marketing materials, web design.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"What my clients say about my work and our collaborations.\",\"section_prompt\":\"Showcase feedback and quotes from clients.\"},{\"section_type\":\"gallery\",\"section_title\":\"Recent Projects\",\"section_description\":\"A selection of my most recent graphic design projects that demonstrates my versatility and skill.\",\"section_prompt\":\"Display thumbnail images linking to detailed project case studies.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Read about my experiences and learnings in graphic design.\",\"section_prompt\":\"Display links to my latest blog posts or articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate\",\"section_description\":\"Encouraging visitors to reach out for potential projects and collaborations.\",\"section_prompt\":\"Invite visitors to contact you for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information.\",\"section_prompt\":\"Details for website footer links and copyright.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"A deeper insight into my journey and passion for graphic design.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"My Story\",\"section_description\":\"Sharing my personal journey into graphic design from its beginnings to present.\",\"section_prompt\":\"Use this space to tell your personal narrative.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Educational Background\",\"section_description\":\"An overview of my academic achievements in graphic design and related fields.\",\"section_prompt\":\"Highlight your education and any relevant training.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Professional Journey\",\"section_description\":\"A look at my career path, roles, and experiences in the graphic design industry.\",\"section_prompt\":\"Describe your work history and key experiences.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"Insights into what inspires my designs and creativity.\",\"section_prompt\":\"Discuss your design approach and inspirations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Lets Connect\",\"section_description\":\"Encouraging visitors to reach out for collaboration or inquiries.\",\"section_prompt\":\"Invite audience to contact for collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information.\",\"section_prompt\":\"Details for website footer links and copyright.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A showcase of my graphic design projects and processes.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"My Projects\",\"section_description\":\"Introducing a collection of my work in various graphic design disciplines.\",\"section_prompt\":\"Present an introduction to the projects showcased.\"},{\"section_type\":\"gallery\",\"section_title\":\"Case Studies\",\"section_description\":\"Detailed examinations of select projects to illustrate my design process.\",\"section_prompt\":\"Provide visual and textual insights into specific projects.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Categories of Work\",\"section_description\":\"Overview of the different categories of design projects I\'ve worked on.\",\"section_prompt\":\"List categories: branding, print design, digital design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in My Work?\",\"section_description\":\"Encourage potential clients to reach out for inquiries.\",\"section_prompt\":\"Invite visitors to contact for project discussions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information.\",\"section_prompt\":\"Details for website footer links and copyright.\"}]},{\"page_type\":\"services\",\"page_title\":\"Graphic Design Services\",\"page_description\":\"Overview of the services I offer in graphic design.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"A detailed description of graphic design services provided.\",\"section_prompt\":\"Explain each service I offer in detail.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Logo Design\",\"section_description\":\"Professional design of logos that reflect the brand\'s identity.\",\"section_prompt\":\"Overview of my logo design process.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding\",\"section_description\":\"Comprehensive branding solutions to create a cohesive image.\",\"section_prompt\":\"Discuss branding services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Marketing Materials\",\"section_description\":\"Designing effective marketing materials to reach target audiences.\",\"section_prompt\":\"Highlight services around flyers, brochures, etc.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"Creating visually appealing and user-friendly website designs.\",\"section_prompt\":\"Detail the web design process and offerings.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries about my services.\",\"section_prompt\":\"List common questions with detailed answers about my process.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to contact me for service inquiries.\",\"section_prompt\":\"Invite visitors to reach out for service details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information.\",\"section_prompt\":\"Details for website footer links and copyright.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for collaborations or inquiries.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Information on how to reach out for any inquiries or collaborations.\",\"section_prompt\":\"Provide a welcoming message on the contact page.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"A form for visitors to fill out to reach me directly.\",\"section_prompt\":\"Include a contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Connect with Me\",\"section_description\":\"My email address and links to my professional social media profiles.\",\"section_prompt\":\"Provide my email and social profiles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information.\",\"section_prompt\":\"Details for website footer links and copyright.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1541}', '2026-01-22 07:14:36', '2026-01-22 07:14:36');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1542, 15, NULL, 'A freelance website for a web developer', '{\"website_title\":\"My Freelance Web Developer Portfolio\",\"website_description\":\"A professional portfolio showcasing the skills, services, and projects of a web developer.\",\"website_type\":\"personal\",\"website_industry\":\"Technology\",\"search_query\":\"web development, portfolio, freelance services\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio, where you can explore my services and previous work as a web developer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section with the site navigation.\",\"section_prompt\":\"This section will contain the main navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Site\",\"section_description\":\"An engaging introduction to my freelance web development services.\",\"section_prompt\":\"This section features an attractive welcome message to draw in visitors.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my journey, skills, and what drives my passion in web development.\",\"section_prompt\":\"This section introduces me and my professional background.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the services I offer, including website design, development, and CMS implementation.\",\"section_prompt\":\"List main services provided: website design, front-end development, back-end development, e-commerce solutions, CMS implementation.\"},{\"section_type\":\"gallery\",\"section_title\":\"Recent Projects\",\"section_description\":\"A slideshow of my recent projects showcasing my coding skills and creative design.\",\"section_prompt\":\"A visual display of the latest projects I\'ve worked on.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from my satisfied clients about their experiences working with me.\",\"section_prompt\":\"This section includes quotes from clients about their experience.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out my latest blog posts for tips and trends in web development.\",\"section_prompt\":\"This section showcases recent blog posts to inform visitors.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Ready to start your project? Contact me today!\",\"section_prompt\":\"Encourage visitors to reach out for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing copyright information.\",\"section_prompt\":\"Footer with links and copyright details.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Get to know me better\\u2014my journey, skills, and passion for web development.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section with navigation.\",\"section_prompt\":\"This section will contain the main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Detailed insights about my background and expertise.\",\"section_prompt\":\"This banner introduces the About Me section.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"My Mission\",\"section_description\":\"To deliver high-quality web solutions tailored to client needs.\",\"section_prompt\":\"Explain my mission in providing web development services.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"My Vision\",\"section_description\":\"To stay at the forefront of web technologies and provide innovative solutions.\",\"section_prompt\":\"Share my vision for future developments in my field.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"What Sets Me Apart\",\"section_description\":\"Unique attributes and skills that differentiate me from others in the industry.\",\"section_prompt\":\"Highlight features that make me a standout developer.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Connect\",\"section_description\":\"Encourage visitors to reach out for collaboration.\",\"section_prompt\":\"Invite viewers to connect for potential projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing copyright information.\",\"section_prompt\":\"Footer with links and copyright details.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Detailed descriptions of the web development services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section with navigation.\",\"section_prompt\":\"This section will contain the main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Explore the variety of services I provide as a web developer.\",\"section_prompt\":\"This banner introduces the Services section.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Website Design\",\"section_description\":\"Creating visually appealing and user-friendly website designs that engage visitors.\",\"section_prompt\":\"Detailed information about my website design services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Front-End Development\",\"section_description\":\"Building interactive and responsive user interfaces using the latest technologies.\",\"section_prompt\":\"Details on my front-end development skills and examples.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Back-End Development\",\"section_description\":\"Developing robust server-side applications and APIs for seamless user experience.\",\"section_prompt\":\"Details on back-end development services I provide.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"E-commerce Solutions\",\"section_description\":\"Tailored e-commerce platforms to enhance online shopping experiences.\",\"section_prompt\":\"Information on the e-commerce solutions offered.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions regarding my services and process.\",\"section_prompt\":\"This section will cover FAQs about my work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"get Started Today\",\"section_description\":\"Contact me to discuss your project and how I can help!\",\"section_prompt\":\"Encourage visitors to reach out for my services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing copyright information.\",\"section_prompt\":\"Footer with links and copyright details.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"Showcasing my previous work and projects in web development.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section with navigation.\",\"section_prompt\":\"This section will contain the main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Projects\",\"section_description\":\"Explore my creative and technical ability through my work.\",\"section_prompt\":\"This banner introduces the Portfolio section.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"A comprehensive gallery featuring images and descriptions of my work.\",\"section_prompt\":\"A visual exhibit of my past projects.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Featured Projects\",\"section_description\":\"Highlighting key projects that showcase my skills and creativity.\",\"section_prompt\":\"In-depth look at selected projects.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Client feedback on specific projects showcasing satisfaction.\",\"section_prompt\":\"Quotes from clients regarding my work on featured projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in My Work?\",\"section_description\":\"Let\'s collaborate or discuss your project needs!\",\"section_prompt\":\"Motivate visitors to contact for potential collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing copyright information.\",\"section_prompt\":\"Footer with links and copyright details.\"}]},{\"page_type\":\"blog\",\"page_title\":\"My Blog\",\"page_description\":\"Insights, updates, and tips from the world of web development.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section with navigation.\",\"section_prompt\":\"This section will contain the main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"Explore my latest thoughts and expert advice on web development.\",\"section_prompt\":\"A compelling introduction to the Blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Articles\",\"section_description\":\"A grid display of my latest blog posts covering various topics.\",\"section_prompt\":\"List of blog posts for readers on web development trends.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Popular Posts\",\"section_description\":\"Highlighting the most read and discussed articles for further exploration.\",\"section_prompt\":\"A collection of popular blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Encourage readers to comment and share their thoughts.\",\"section_prompt\":\"Motivate visitors to engage with the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing copyright information.\",\"section_prompt\":\"Footer with links and copyright details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch to discuss your project or any inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section with navigation.\",\"section_prompt\":\"This section will contain the main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A simple way to connect with me for professional inquiries.\",\"section_prompt\":\"An introduction to the Contact Me section.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"Fill in the form below to send me a message directly.\",\"section_prompt\":\"A functional form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get in Touch\",\"section_description\":\"Include various ways to contact me beyond the form.\",\"section_prompt\":\"Information on other contact methods.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Collaborate\",\"section_description\":\"Looking forward to discussing your project requirements!\",\"section_prompt\":\"Encourage engagement through collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing copyright information.\",\"section_prompt\":\"Footer with links and copyright details.\"}]}],\"user_prompt\":\"A freelance website for a web developer\",\"prompt_id\":1542}', '2026-01-22 08:21:44', '2026-01-22 08:21:44'),
(1543, 10, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"This portfolio showcases the creative work and projects of a skilled graphic designer, highlighting expertise in various areas of design including branding, digital art, and print design.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative work\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio! Explore my best graphic design projects that reflect my skills and creativity.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header with links to major sections of my portfolio.\",\"section_prompt\":\"A simple header with links to Home, About, Portfolio, Testimonials, and Contact sections.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An engaging introduction to my work as a graphic designer, capturing the visitors\' attention immediately.\",\"section_prompt\":\"Showcase a captivating banner that highlights my professional brand and makes an impactful first impression.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief summary highlighting my background in graphic design and my creative journey.\",\"section_prompt\":\"Introduce me and my philosophy as a graphic designer.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"Display a curated selection of my best work in graphic design, showcasing various styles and techniques.\",\"section_prompt\":\"List main projects (Branding, Digital Art, Print Design) that define my style and expertise.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"What I Offer\",\"section_description\":\"Outline the main skills and services I provide as a graphic designer that add value to my clients.\",\"section_prompt\":\"Highlight my skills in Branding, Illustration, Typography, and Animation.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Spotlight recent news or articles related to my design journey or insights into the industry.\",\"section_prompt\":\"Present my latest thoughts or blogs on design trends and my experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encourage visitors to contact me for collaboration or inquiries.\",\"section_prompt\":\"A call to action inviting users to fill out the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with copyright information and social media links.\",\"section_prompt\":\"Provide footer links and details.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey as a graphic designer and my creative philosophy.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A banner that sets the tone for the about page and represents my brand.\",\"section_prompt\":\"An image or design that represents my identity as a graphic designer.\"},{\"section_type\":\"about\",\"section_title\":\"My Background\",\"section_description\":\"A detailed account of my educational and professional journey in graphic design.\",\"section_prompt\":\"Share my experiences and how they shaped my design skills.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Explore my thoughts on design and what drives my creativity.\",\"section_prompt\":\"Explain the principles that guide my work and how they influence my projects.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Design Experience\",\"section_description\":\"An overview of my relevant experience and skills in the graphic design field.\",\"section_prompt\":\"Summarize the key points of my professional expertise.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"An invitation for visitors to reach out or learn more.\",\"section_prompt\":\"Encourage visitors to inquire or connect for potential collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links to various sections of the site.\",\"section_prompt\":\"Provide important links and copyright information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Work\",\"page_description\":\"Explore my graphic design projects organized by category to see the range of my work.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Portfolio\",\"section_description\":\"A striking banner to introduce my collection of graphic design work.\",\"section_prompt\":\"Highlight my portfolio and what visitors can expect to find.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Categories\",\"section_description\":\"Organize my projects into categories such as Branding, Digital Art, and Print Design for easy navigation.\",\"section_prompt\":\"Showcase the different categories of my work.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project Highlights\",\"section_description\":\"Feature select projects with detailed descriptions of their design concepts.\",\"section_prompt\":\"Highlight significant projects with images and in-depth descriptions.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Feedback\",\"section_description\":\"Showcase the testimonials from clients regarding my work and professionalism.\",\"section_prompt\":\"Present endorsements from clients that reflect my effectiveness in delivering design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Collaborating?\",\"section_description\":\"Encourage visitors to reach out for potential projects or collaboration opportunities.\",\"section_prompt\":\"A call to action inviting visitors to contact me for work inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer for navigation and information regarding copyright.\",\"section_prompt\":\"Provide essential links and copyright details.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"Read feedback from clients that showcase my skills and the impact of my designs.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Testimonials\",\"section_description\":\"A welcoming banner that introduces the testimonials section.\",\"section_prompt\":\"Highlight the importance of client feedback in my design career.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What My Clients Say\",\"section_description\":\"A collection of feedback and testimonials from clients expressing their satisfaction with my work.\",\"section_prompt\":\"Showcase various testimonials reflecting my professionalism and design skills.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Notable Projects\",\"section_description\":\"Highlight significant projects that received exceptional feedback.\",\"section_prompt\":\"Describe key projects that particularly impressed clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Experience\",\"section_description\":\"An invitation for clients to provide feedback on our work together.\",\"section_prompt\":\"Encourage clients to leave their own testimonial.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer to navigate through the portfolio.\",\"section_prompt\":\"Provide important links and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out to me for potential projects or inquiries regarding my portfolio.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A welcoming banner inviting visitors to make contact.\",\"section_prompt\":\"Showcase the importance of connecting with me.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get in Touch\",\"section_description\":\"My email, social media handles, and a form for inquiries.\",\"section_prompt\":\"Provide my email address and links to my social media profiles.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Simple form for visitors to fill out to contact me directly.\",\"section_prompt\":\"Encourage visitors to submit their messages through the form.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate!\",\"section_description\":\"Invite visitors to discuss potential collaboration opportunities.\",\"section_prompt\":\"Encourage visitors to connect regarding project inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer for easy navigation across the site.\",\"section_prompt\":\"Provide copyright and navigation links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1543}', '2026-01-22 12:49:16', '2026-01-22 12:49:16'),
(1544, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"My Travel Journey\",\"website_description\":\"A blog dedicated to showcasing travel experiences and photography, inspiring exploration through captivating images and insightful stories.\",\"website_type\":\"personal\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel blog, photography, travel experiences\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel blog where I share my adventures and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation to other sections of the site.\",\"section_prompt\":\"Main navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Journey\",\"section_description\":\"Discover stunning travel photography and inspiring stories from around the world.\",\"section_prompt\":\"Featured background image showcasing one of my best travel photos.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey and passion for exploring the world through travel and photography.\",\"section_prompt\":\"A brief introduction to my story and inspiration.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Travel Highlights\",\"section_description\":\"Explore my best travel photos that capture the essence of each destination.\",\"section_prompt\":\"List main travel highlights (Photo 1, Photo 2, Photo 3, ...).\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Read my latest adventures and insights regarding travel and photography.\",\"section_prompt\":\"A grid of the most recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey\",\"section_description\":\"Connect with me and explore the world through my lens.\",\"section_prompt\":\"Encouragement to sign up for newsletters or follow on social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and copyright information.\",\"section_prompt\":\"Footer navigation.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover my story, passion, and how travel and photography inspire me.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"An introduction to my background and experiences in travel and photography.\",\"section_prompt\":\"Importance of sharing my travel journey.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Inspiration\",\"section_description\":\"How my love for travel and photography began and evolved over the years.\",\"section_prompt\":\"Details on what drives my travel adventures.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"What You Can Expect\",\"section_description\":\"Insights into what readers will gain from my blog and photography.\",\"section_prompt\":\"List benefits of following my journey (Inspiration, Tips, Visual Stories, ...).\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Photography Skills\",\"section_description\":\"Overview of my photography style and techniques.\",\"section_prompt\":\"A brief dive into my approach to capturing moments.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Connect\",\"section_description\":\"Invite readers to join my community and share their stories.\",\"section_prompt\":\"Encouragement to follow on social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information about navigation links and copyright.\",\"section_prompt\":\"Footer navigation.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Explore my detailed travel adventures and photography tips.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Blog\",\"section_description\":\"Latest posts about my travel experiences and photography techniques.\",\"section_prompt\":\"Insights and stories from my wanderlust.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Travel Adventures\",\"section_description\":\"A curated selection of blog posts focusing on my travel journeys.\",\"section_prompt\":\"List of my detailed travel blog articles.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Photography Tips\",\"section_description\":\"Guides and advice on how to capture stunning travel photos.\",\"section_prompt\":\"Information on photography techniques.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Encourage readers to comment and share their travel experiences.\",\"section_prompt\":\"Invitation for audience engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to navigate the blog, privacy policy, and copyright information.\",\"section_prompt\":\"Footer navigation.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Gallery\",\"page_description\":\"Explore a collection of my photography from around the world.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Gallery\",\"section_description\":\"A showcase of my travel photography categorized by themes.\",\"section_prompt\":\"Overview of the types of photos displayed.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photography Categories\",\"section_description\":\"Browse through different categories of my travel photos.\",\"section_prompt\":\"List categories (Landscapes, Wildlife, Culture, ...).\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Behind the Lens\",\"section_description\":\"Insights into some of my favorite photographs and their stories.\",\"section_prompt\":\"Details about selected photographs.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow My Photography Journey\",\"section_description\":\"Encourage visitors to connect and follow my photographic work.\",\"section_prompt\":\"Invitation for audience engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Useful links and copyright information for the gallery.\",\"section_prompt\":\"Footer navigation.\"}]},{\"page_type\":\"resources\",\"page_title\":\"Resources\",\"page_description\":\"Helpful guides and tools for travelers and photographers.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Resources\",\"section_description\":\"Find essential travel and photography resources.\",\"section_prompt\":\"Overview of the resources offered.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Guides\",\"section_description\":\"Helpful guides for planning your next trip.\",\"section_prompt\":\"Information about available travel guides.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Recommended Gear\",\"section_description\":\"Essentials for travel and photography.\",\"section_prompt\":\"List of recommended equipment for travelers.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Useful Links\",\"section_description\":\"Links to websites that assist in travel planning and photography.\",\"section_prompt\":\"Resources to help travelers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me for More Info\",\"section_description\":\"Inviting visitors to get in touch for personalized advice or guidance.\",\"section_prompt\":\"Encourage communication from visitors.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer navigation links and copyright information.\",\"section_prompt\":\"Footer navigation.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out to me for collaborations or share your stories.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Get in touch for inquiries, collaborations, or feedback.\",\"section_prompt\":\"Information on how to contact me.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"A form for visitors to submit inquiries or messages directly.\",\"section_prompt\":\"Contact form layout.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Details on how to reach me, including email.\",\"section_prompt\":\"Ways in which visitors can connect.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and copyrights.\",\"section_prompt\":\"Footer navigation.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1544}', '2026-01-22 12:51:18', '2026-01-22 12:51:18'),
(1545, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing my graphic design work and philosophy in a professional manner.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where creativity meets professionalism.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding.\",\"section_prompt\":\"Top navigation bar with links to all relevant pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Introduction\",\"section_description\":\"A captivating introduction to my design philosophy and approach to graphic design.\",\"section_prompt\":\"An overview of my design process and what visitors can expect to see.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my background in graphic design.\",\"section_prompt\":\"Information about my experience and passion for graphic design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Work\",\"section_description\":\"A selection of my best graphic design projects showcased.\",\"section_prompt\":\"List main projects (branding, digital illustrations, print media) I have worked on.\"},{\"section_type\":\"gallery\",\"section_title\":\"Gallery\",\"section_description\":\"A visual display of my various graphic design works.\",\"section_prompt\":\"A collection of images showcasing different design projects.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Recent blog posts or updates related to my design work or thoughts.\",\"section_prompt\":\"A summary of latest insights or projects I\'ve worked on.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to connect for potential collaborations or inquiries.\",\"section_prompt\":\"Call to action prompting users to visit the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information including copyright and links.\",\"section_prompt\":\"Basic footer navigation and information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background and skills in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding.\",\"section_prompt\":\"Top navigation bar with links to all relevant pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"Details about my journey in the graphic design field.\",\"section_prompt\":\"Description of how I began my career in graphic design.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"My Skills\",\"section_description\":\"A summary of my skills relevant to graphic design.\",\"section_prompt\":\"List of key graphic design skills I possess.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"An overview of my design philosophy and what drives my creativity.\",\"section_prompt\":\"Detailed insights into my approach towards design.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Others Say\",\"section_description\":\"Feedback from clients and colleagues about my work.\",\"section_prompt\":\"Quotes and testimonials from people I\'ve collaborated with.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Invitation to check my project portfolio.\",\"section_prompt\":\"Call to action prompting users to navigate to projects page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information including copyright and links.\",\"section_prompt\":\"Basic footer navigation and information.\"}]},{\"page_type\":\"projects\",\"page_title\":\"My Projects\",\"page_description\":\"A categorized showcase of my design works.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding.\",\"section_prompt\":\"Top navigation bar with links to all relevant pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Project Categories\",\"section_description\":\"Different categories of my design projects for easy navigation.\",\"section_prompt\":\"Categorization of designs into branding, digital illustrations, print media.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Design Showcase\",\"section_description\":\"A collection of my projects displayed by category.\",\"section_prompt\":\"List of graphic design projects with brief descriptions.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"In-Depth Look\",\"section_description\":\"Highlights from selected projects with deeper insights.\",\"section_prompt\":\"Detailed view of a selected few projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"View More Projects\",\"section_description\":\"Encouraging visitors to explore more of my work.\",\"section_prompt\":\"Call to action to check out the gallery.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information including copyright and links.\",\"section_prompt\":\"Basic footer navigation and information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for inquiries or collaboration.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding.\",\"section_prompt\":\"Top navigation bar with links to all relevant pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Information on how to reach me.\",\"section_prompt\":\"Details on how and where to contact me.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"A simple contact form for inquiries.\",\"section_prompt\":\"Form for visitors to fill out to send a message.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Follow Me\",\"section_description\":\"Links to my social media profiles and other contact options.\",\"section_prompt\":\"Icons linking to my social media profiles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate\",\"section_description\":\"Encouragement for potential collaborations.\",\"section_prompt\":\"Invite visitors to reach out for design work.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information including copyright and links.\",\"section_prompt\":\"Basic footer navigation and information.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1545}', '2026-01-23 05:27:20', '2026-01-23 05:27:20'),
(1546, 10, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Travel Tales & Photography\",\"website_description\":\"A personal blog showcasing travel adventures and photography from around the world, sharing engaging stories and stunning visuals to inspire fellow travelers.\",\"website_type\":\"personal blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, travel blog, adventure stories\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The landing page for showcasing the latest travel experiences and photography highlights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to various sections of the blog.\",\"section_prompt\":\"Include links to all major pages for seamless navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Travel Blog\",\"section_description\":\"A captivating banner image representing the spirit of adventure.\",\"section_prompt\":\"Showcase an inspiring image that embodies travel and exploration.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"An introduction to my journey and passion for travel and photography.\",\"section_prompt\":\"Share a brief overview of who I am and why I travel.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Posts\",\"section_description\":\"Highlighting the latest adventures and photography collections.\",\"section_prompt\":\"List major featured blog posts including narratives and photography highlights.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Entries\",\"section_description\":\"A section to display most recent blog posts with engaging content.\",\"section_prompt\":\"Showcase recent articles written about various travel destinations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Adventures\",\"section_description\":\"Encouraging visitors to subscribe to the blog or follow on social media.\",\"section_prompt\":\"Call to action for engaging with my travel community.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"End page with relevant legal and social links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"A detailed overview of my journey as a traveler and photographer.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"A visual section about my travels and photography highlights.\",\"section_prompt\":\"Display images representing key moments in my travel journey.\"},{\"section_type\":\"about\",\"section_title\":\"Who I Am\",\"section_description\":\"Insight into my background and passion for travel and photography.\",\"section_prompt\":\"Describe my story and reasons for traveling.\"},{\"section_type\":\"informational_content\",\"section_title\":\"My Photography Philosophy\",\"section_description\":\"Discuss my approach to capturing moments through the lens.\",\"section_prompt\":\"Share how I perceive and capture beauty in the world.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"What I Share\",\"section_description\":\"Explaining the type of content visitors can expect.\",\"section_prompt\":\"Outline the themes of travel tips, stories, and photography.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Connect\",\"section_description\":\"Invitation for readers to engage with my content.\",\"section_prompt\":\"Encourage following on social channels.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"End page with relevant legal and social links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"A collection of travel stories and photography content.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Blog Entries\",\"section_description\":\"Browse through engaging travel stories and photography.\",\"section_prompt\":\"Display the title of the blog page and a brief description.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"All Blog Posts\",\"section_description\":\"A grid layout of all travel entries organized by theme and location.\",\"section_prompt\":\"List blog entries with links to individual posts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Travel Tips\",\"section_description\":\"Helpful advice for fellow travelers based on my experiences.\",\"section_prompt\":\"Provide essential travel tips gathered from various destinations.\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Featured In\",\"section_description\":\"Highlight any notable features or collaborations.\",\"section_prompt\":\"Showcase logos of publications or platforms that have featured my blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Travel Community\",\"section_description\":\"Prompting engagement through subscriptions or sharing.\",\"section_prompt\":\"Encourage readers to be part of the travel journey by subscribing.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"End page with relevant legal and social links.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Photography Gallery\",\"page_description\":\"A visually organized collection of travel photography albums.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"My Photography Collection\",\"section_description\":\"Introductory section for photography showcases.\",\"section_prompt\":\"Introduce visitors to the photo gallery.\"},{\"section_type\":\"gallery\",\"section_title\":\"Travel Albums\",\"section_description\":\"A collection of photographs sorted into various albums.\",\"section_prompt\":\"Display different photography albums based on locations or themes.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Stunning Visuals\",\"section_description\":\"Showcase select photography that captures the essence of travel.\",\"section_prompt\":\"Highlight a selection of captivating travel photos.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More\",\"section_description\":\"Encouragement for viewers to explore blog content.\",\"section_prompt\":\"Invite viewers to check out related blog posts with travel stories.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"End page with relevant legal and social links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"A way for visitors to reach out with inquiries or feedback.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to connect with me.\",\"section_prompt\":\"Introduce the contact section inviting inquiries.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A simple form for visitors to send messages or inquiries.\",\"section_prompt\":\"Provide a form allowing users to submit their queries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Social Media Links\",\"section_description\":\"Links to my social profiles for further connection.\",\"section_prompt\":\"Include links to where visitors can follow my travel updates.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out Anytime\",\"section_description\":\"Encouragement and assurance of timely responses.\",\"section_prompt\":\"Prompt visitors to feel free to connect.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"End page with relevant legal and social links.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1546}', '2026-01-23 06:16:33', '2026-01-23 06:16:33');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1547, 10, NULL, 'Create a modern, professional legal services website for a law firm that provides reliable, confidential, and client-focused legal solutions. The website should convey trust, authority, and professionalism with a clean layout and subtle, elegant design.', '{\"website_title\":\"Professional Law Firm\",\"website_description\":\"A modern online presence for a reliable law firm specializing in client-focused legal solutions.\",\"website_type\":\"law_firm\",\"website_industry\":\"Legal Services\",\"search_query\":\"law, legal services, law firm\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An engaging introduction to the firm, highlighting its mission and values, and providing an overview of the legal services offered.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the main navigation and branding elements of the law firm.\",\"section_prompt\":\"This section holds the firm\'s logo and links to other pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Our Law Firm\",\"section_description\":\"A welcoming overview that introduces visitors to the firm.\",\"section_prompt\":\"An engaging visual and text introduction to the law firm.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"A brief introduction to our firm\\u2019s history, vision, and values.\",\"section_prompt\":\"Introduce our firm\'s history and mission.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"A brief overview of the legal services we offer: family law, criminal defense, personal injury, estate planning, business law.\",\"section_prompt\":\"List main services provided by the firm: family law, criminal defense, personal injury, estate planning, business law.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Display of client feedback and success stories to enhance credibility.\",\"section_prompt\":\"Highlight client satisfaction and success stories.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Preview of the latest blog articles or legal insights shared by our firm.\",\"section_prompt\":\"Showcase recent insights and articles related to legal matters.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for potential clients to contact us for legal assistance.\",\"section_prompt\":\"A call to action urging visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information about the firm, including legal disclaimers and copyright information.\",\"section_prompt\":\"Contains links to privacy policy, terms, and contact information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Detailed information about the law firm\'s history, vision, and key team members.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the main navigation and branding elements of the law firm.\",\"section_prompt\":\"This section holds the firm\'s logo and links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Our Firm\",\"section_description\":\"Introduction to the firm\'s philosophy and approach.\",\"section_prompt\":\"Describe the firm\'s commitment to client-focused legal solutions.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"Our Vision & Mission\",\"section_description\":\"Explains the core values and mission that drive the firm.\",\"section_prompt\":\"Outline the firm\'s vision and mission.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Meet Our Attorneys\",\"section_description\":\"Profiles of the key attorneys including their expertise and experience.\",\"section_prompt\":\"Highlight the qualifications and experience of our key attorneys.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us\",\"section_description\":\"Encouragement to reach out for legal assistance or queries.\",\"section_prompt\":\"A call to action inviting visitors to contact the firm.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information about the firm, including legal disclaimers and copyright information.\",\"section_prompt\":\"Contains links to privacy policy, terms, and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Detailed overview of the specific legal services offered by the firm.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the main navigation and branding elements of the law firm.\",\"section_prompt\":\"This section holds the firm\'s logo and links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Legal Services We Offer\",\"section_description\":\"Introduction to the various legal services provided by the firm.\",\"section_prompt\":\"Detail the specific legal services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Family Law\",\"section_description\":\"Description of family law services, including divorce and child custody matters.\",\"section_prompt\":\"Outline the family law services provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Criminal Defense\",\"section_description\":\"Overview of criminal defense services including representation in criminal cases.\",\"section_prompt\":\"Explain what criminal defense services entail.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Personal Injury\",\"section_description\":\"Description of personal injury services for victims of accidents and negligence.\",\"section_prompt\":\"Detail the personal injury services provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Estate Planning\",\"section_description\":\"Explanation of estate planning services including wills and trusts.\",\"section_prompt\":\"Outline the estate planning services we offer.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Business Law\",\"section_description\":\"Insight into business law services including contracts and corporate law.\",\"section_prompt\":\"Detail the business law services provided.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common questions about our services and legal processes.\",\"section_prompt\":\"Provide responses for frequently asked questions regarding legal services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Legal Help Today\",\"section_description\":\"Encouragement for prospective clients to schedule a consultation.\",\"section_prompt\":\"Invite visitors to reach out for legal assistance.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information about the firm, including legal disclaimers and copyright information.\",\"section_prompt\":\"Contains links to privacy policy, terms, and contact information.\"}]},{\"page_type\":\"resources\",\"page_title\":\"Resources\",\"page_description\":\"A hub for articles, case studies, and legal insights that educate clients on various topics.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the main navigation and branding elements of the law firm.\",\"section_prompt\":\"This section holds the firm\'s logo and links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Legal Resources\",\"section_description\":\"Introduction to the educational resources provided by the firm.\",\"section_prompt\":\"Detail the purpose of our resources page.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Articles & Insights\",\"section_description\":\"Display of articles written by our attorneys on various legal topics.\",\"section_prompt\":\"Showcase the range of educational articles available.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Case Studies\",\"section_description\":\"Highlight key legal cases handled by the firm with successful outcomes.\",\"section_prompt\":\"Outline notable case studies that demonstrate our expertise.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Need More Information?\",\"section_description\":\"Encouragement to reach out for further inquiries or legal consultations.\",\"section_prompt\":\"Invite visitors to contact the firm for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information about the firm, including legal disclaimers and copyright information.\",\"section_prompt\":\"Contains links to privacy policy, terms, and contact information.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"Featuring client feedback and success stories that build credibility and showcase satisfaction.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the main navigation and branding elements of the law firm.\",\"section_prompt\":\"This section holds the firm\'s logo and links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"A section dedicated to showcasing client experiences and satisfaction.\",\"section_prompt\":\"Introduce the testimonials section to highlight client feedback.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Success Stories\",\"section_description\":\"Collective display of positive testimonials and reviews from clients.\",\"section_prompt\":\"Showcase success stories and testimonials from clients.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Client Satisfaction\",\"section_description\":\"Insights on the firm\\u2019s commitment to ensuring client satisfaction.\",\"section_prompt\":\"Discuss the firm\\u2019s approach to client service.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Share Your Story?\",\"section_description\":\"Encouragement for clients to reach out and share their experiences.\",\"section_prompt\":\"Invite new clients to share their testimonials.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information about the firm, including legal disclaimers and copyright information.\",\"section_prompt\":\"Contains links to privacy policy, terms, and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Essential contact information including form for inquiries, address, and phone number.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the main navigation and branding elements of the law firm.\",\"section_prompt\":\"This section holds the firm\'s logo and links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"How to contact the firm for legal assistance or inquiries.\",\"section_prompt\":\"Provide information on how to get in touch with the firm.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form that allows visitors to submit inquiries directly to the firm.\",\"section_prompt\":\"Let clients submit their inquiries through this contact form.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Include essential contact information such as address, email, and phone number.\",\"section_prompt\":\"Provide the firm\'s contact details clearly.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information about the firm, including legal disclaimers and copyright information.\",\"section_prompt\":\"Contains links to privacy policy, terms, and contact information.\"}]}],\"user_prompt\":\"Create a modern, professional legal services website for a law firm that provides reliable, confidential, and client-focused legal solutions. The website should convey trust, authority, and professionalism with a clean layout and subtle, elegant design.\",\"prompt_id\":1547}', '2026-01-23 06:18:38', '2026-01-23 06:18:38'),
(1549, NULL, NULL, 'At Cody Allison & Associates it is our mission to obtain ERISA disability insurance benefits for our clients. In addition to providing representation for individuals who have been denied long-term disability benefits, or those who have been “cut-off” from benefits they were receiving, Cody Allison & Associates, PLLC also provides monthly monitoring services for clients who are currently receiving monthly long-term disability benefits but do not want to deal with the headaches involved with const', '{\"website_title\":\"Cody Allison & Associates\",\"website_description\":\"Cody Allison & Associates is dedicated to helping clients navigate ERISA disability insurance benefits, focusing on advocacy for those denied rights or facing termination of benefits.\",\"website_type\":\"Informational\",\"website_industry\":\"Legal Services\",\"search_query\":\"ERISA, disability benefits, legal advocacy\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Cody Allison & Associates, where we advocate for your rights in ERISA disability insurance cases.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the site.\",\"section_prompt\":\"Include links to various pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Cody Allison & Associates\",\"section_description\":\"We are committed to helping you fight for your rightful disability benefits.\",\"section_prompt\":\"Introduce our mission and value proposition.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our dedication and approach in the ERISA disability field.\",\"section_prompt\":\"Brief introduction to our mission and values.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the range of services we provide to support clients.\",\"section_prompt\":\"List main services: Representation for individuals denied long-term disability benefits, Assistance for clients cut-off from benefits, Monthly monitoring services.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Hear from individuals we have helped achieve their disability benefits.\",\"section_prompt\":\"Showcase client testimonials to build trust.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay informed with our latest blog posts on ERISA and disability benefits.\",\"section_prompt\":\"Highlight recent articles from our blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Contact us for a consultation to discuss your case.\",\"section_prompt\":\"Encourage visitors to reach out for assistance.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Wrap up the page content with links and copyright information.\",\"section_prompt\":\"Provide footer details including navigation links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Discover the story and expertise of Cody Allison & Associates, dedicated to ERISA disability benefits advocacy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the About page.\",\"section_prompt\":\"Include links to various pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Learn about the history and mission that drives us.\",\"section_prompt\":\"A narrative of our journey and purpose.\"},{\"section_type\":\"about\",\"section_title\":\"Our Approach\",\"section_description\":\"Understanding our method in supporting clients through their claims.\",\"section_prompt\":\"Detail our client-centric approach.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Expertise\",\"section_description\":\"Meet the team and their qualifications in ERISA law.\",\"section_prompt\":\"Highlight the qualifications and experience of our team.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Quotes\",\"section_description\":\"See what our clients have to say about us.\",\"section_prompt\":\"Showcase impactful testimonials from clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out to Us\",\"section_description\":\"Contact us today to learn how we can assist you.\",\"section_prompt\":\"Encourage connection with our office.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Wrap up the page content with links and copyright information.\",\"section_prompt\":\"Provide footer details including navigation links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the detailed services offered by Cody Allison & Associates.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the Services page.\",\"section_prompt\":\"Include links to various pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Comprehensive Services\",\"section_description\":\"Learn about how we can assist you with your claims.\",\"section_prompt\":\"Overview of our services for clients.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Representation for Denied Benefits\",\"section_description\":\"We represent clients whose long-term disability benefits have been denied.\",\"section_prompt\":\"Explain how we advocate for clients\' rights.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Assistance for Terminated Benefits\",\"section_description\":\"We provide help to those who have been cut-off from their benefits.\",\"section_prompt\":\"Detail our support in navigating benefit re-instatement.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Monthly Monitoring Services\",\"section_description\":\"Our monitoring services help clients maintain their long-term disability claims.\",\"section_prompt\":\"Explain the monitoring process and its benefits.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common questions about our services.\",\"section_prompt\":\"Provide clarity on typical client concerns.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact us to discuss which service fits your needs.\",\"section_prompt\":\"Encourage visitors to reach out for personalized assistance.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Wrap up the page content with links and copyright information.\",\"section_prompt\":\"Provide footer details including navigation links.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"Read success stories from clients we have supported with ERISA disability claims.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the Testimonials page.\",\"section_prompt\":\"Include links to various pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Experiences\",\"section_description\":\"Here, we share the voices of those we\'ve helped.\",\"section_prompt\":\"Introduce the Testimonials section.\"},{\"section_type\":\"reviews\",\"section_title\":\"What Clients Are Saying\",\"section_description\":\"A collection of feedback highlighting our positive impact.\",\"section_prompt\":\"Showcase various client testimonials.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Success Stories\",\"section_description\":\"Hear firsthand accounts of our clients\' journeys and victories.\",\"section_prompt\":\"Present detailed testimonials from clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Success Stories\",\"section_description\":\"Contact us today to begin your own journey with us.\",\"section_prompt\":\"Invite visitors to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Wrap up the page content with links and copyright information.\",\"section_prompt\":\"Provide footer details including navigation links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Resource Blog\",\"page_description\":\"Access up-to-date resources and articles related to ERISA and disability benefits.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the Blog page.\",\"section_prompt\":\"Include links to various pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"Explore a variety of topics about ERISA and disability benefits.\",\"section_prompt\":\"Present an overview of our blog focus.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"Browse our latest articles and resources.\",\"section_prompt\":\"Feature a grid of our latest blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Informed\",\"section_description\":\"Subscribe to our blog for updates and insights.\",\"section_prompt\":\"Encourage visitors to sign up for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Wrap up the page content with links and copyright information.\",\"section_prompt\":\"Provide footer details including navigation links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Cody Allison & Associates for assistance with your claims.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the Contact page.\",\"section_prompt\":\"Include links to various pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"We are here to help you navigate your disability benefits.\",\"section_prompt\":\"Present our contact details.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out to Us\",\"section_description\":\"Fill out the form below to start the conversation.\",\"section_prompt\":\"Provide a form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Contact us by email or phone for further assistance.\",\"section_prompt\":\"Offer our email, phone, and office location, if available.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Wrap up the page content with links and copyright information.\",\"section_prompt\":\"Provide footer details including navigation links.\"}]}],\"user_prompt\":\"At Cody Allison & Associates it is our mission to obtain ERISA disability insurance benefits for our clients. In addition to providing representation for individuals who have been denied long-term disability benefits, or those who have been \\u201ccut-off\\u201d from benefits they were receiving, Cody Allison & Associates, PLLC also provides monthly monitoring services for clients who are currently receiving monthly long-term disability benefits but do not want to deal with the headaches involved with const\",\"prompt_id\":1549}', '2026-01-23 07:54:18', '2026-01-23 07:54:18'),
(1550, NULL, NULL, 'Finkel Law Firm LLC has a reputation for delivering high-level representation, a legacy that goes back more than 50 years. With decades of shared experience, they are well-prepared to protect client\'s rights in virtually any legal matter. Since 1970, the firm has been committed to skillfully representing individuals and corporations.', '{\"website_title\":\"Finkel Law Firm LLC\",\"website_description\":\"The Finkel Law Firm LLC showcases a legacy of over 50 years in legal representation, emphasizing its commitment to protecting clients\' rights and providing a comprehensive overview of its legal services.\",\"website_type\":\"business\",\"website_industry\":\"Legal Services\",\"search_query\":\"law, legal representation, attorneys\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Finkel Law Firm LLC, your trusted partner in legal matters.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation and branding for Finkel Law Firm.\",\"section_prompt\":\"Include primary navigation items for visitors.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Finkel Law Firm\",\"section_description\":\"Experience legal representation with over 50 years of excellence.\",\"section_prompt\":\"Highlight the firm\'s legacy and commitment to clients.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our history and values that set us apart in legal representation.\",\"section_prompt\":\"Provide a brief overview of the firm\'s history and core values.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Discover the reasons to trust us with your legal needs.\",\"section_prompt\":\"Outline benefits of choosing Finkel Law Firm over others.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Legal Services\",\"section_description\":\"Explore our range of legal services tailored to your needs.\",\"section_prompt\":\"List main services: personal injury, corporate law, family law, criminal defense.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest articles and legal insights.\",\"section_prompt\":\"Feature the latest blog posts or legal articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact us for a consultation today!\",\"section_prompt\":\"Encourage visitors to reach out for legal assistance.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information about the firm and site links.\",\"section_prompt\":\"Provide essential links and information at the bottom of the page.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Delve into the rich history and values of Finkel Law Firm LLC.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"About Finkel Law Firm LLC\",\"section_description\":\"A commitment to excellence in legal practice since 1970.\",\"section_prompt\":\"Introduce the firm and its founding principles.\"},{\"section_type\":\"about\",\"section_title\":\"Our Mission & Vision\",\"section_description\":\"We strive to provide unparalleled legal service to our clients while upholding justice.\",\"section_prompt\":\"Outline the mission and vision of the firm.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Legal Expertise\",\"section_description\":\"Our attorneys bring a wealth of knowledge and experience across various legal domains.\",\"section_prompt\":\"Highlight areas of expertise within the firm.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Get to know the dedicated legal professionals behind the firm\\u2019s success.\",\"section_prompt\":\"Showcase team members and their qualifications.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact information for the firm.\",\"section_prompt\":\"Provide address, phone number and email for inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us Today\",\"section_description\":\"Reach out for legal representation.\",\"section_prompt\":\"Encourage potential clients to make contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links and information about the law firm.\",\"section_prompt\":\"Provide necessary information at the bottom of the page.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"A comprehensive overview of the legal services provided by Finkel Law Firm LLC.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Our Legal Services\",\"section_description\":\"Explore the diverse legal services we offer.\",\"section_prompt\":\"Introduce the services provided by the firm.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Areas of Practice\",\"section_description\":\"Our practice areas are designed to meet diverse legal needs.\",\"section_prompt\":\"List main services: personal injury, corporate law, family law, criminal defense.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Personal Injury\",\"section_description\":\"Expert legal support for those seeking compensation after an injury.\",\"section_prompt\":\"Details about personal injury services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Corporate Law\",\"section_description\":\"Guidance in navigating complex corporate legal matters.\",\"section_prompt\":\"Details about corporate law services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Family Law\",\"section_description\":\"Compassionate representation in family law cases.\",\"section_prompt\":\"Details about family law services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Criminal Defense\",\"section_description\":\"Defending your rights and freedom with diligence.\",\"section_prompt\":\"Details about criminal defense services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Address common inquiries regarding our services.\",\"section_prompt\":\"Provide answers to frequently asked client questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for Services\",\"section_description\":\"Get expert legal advice today.\",\"section_prompt\":\"Encourage visitors to reach out regarding services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information about the firm and access to services.\",\"section_prompt\":\"Provide essential links and information at the bottom.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"Hear from our satisfied clients about their experiences with Finkel Law Firm LLC.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Real feedback from our valued clients.\",\"section_prompt\":\"Introduce the testimonials section.\"},{\"section_type\":\"reviews\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Read about the successes and satisfaction of our clients.\",\"section_prompt\":\"Share a selection of positive client experiences.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Success Stories\",\"section_description\":\"Documented cases that showcase our legal effectiveness.\",\"section_prompt\":\"Highlight specific successful representations.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"Building Trust\",\"section_description\":\"Establishing credibility through client feedback.\",\"section_prompt\":\"Explain the importance of testimonials in the legal field.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Experience\",\"section_description\":\"Inviting clients to leave their testimonials.\",\"section_prompt\":\"Encourage clients to provide feedback.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links and information about the law firm.\",\"section_prompt\":\"Provide necessary information at the bottom of the page.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Legal Insights\",\"page_description\":\"Educational resources and articles from Finkel Law Firm LLC.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Legal Insights & Resources\",\"section_description\":\"Stay informed with our latest articles and guides.\",\"section_prompt\":\"Introduce the legal blog resource section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Explore our recent publications offering legal guidance.\",\"section_prompt\":\"Showcase the most recent blog posts.\"},{\"section_type\":\"faqs\",\"section_title\":\"Common Legal Questions\",\"section_description\":\"Address frequent inquiries about legal matters.\",\"section_prompt\":\"Provide general legal FAQs.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Us for More Information\",\"section_description\":\"Reach out for personalized legal support.\",\"section_prompt\":\"Provide contact options for inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Stay up to date with our latest articles.\",\"section_prompt\":\"Encourage visitors to subscribe to the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Information about the firm and access to blog resources.\",\"section_prompt\":\"Provide necessary information at the bottom of the page.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to Finkel Law Firm LLC for your legal needs.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Finkel Law Firm\",\"section_description\":\"We are here to assist you with your legal challenges.\",\"section_prompt\":\"Encourage visitors to reach out for legal support.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get in Touch\",\"section_description\":\"We welcome your inquiries and are eager to assist you.\",\"section_prompt\":\"Provide necessary contact details.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to reach our team directly.\",\"section_prompt\":\"Include a form for client inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Important links and information about the firm.\",\"section_prompt\":\"Provide essential information at the bottom.\"}]}],\"user_prompt\":\"Finkel Law Firm LLC has a reputation for delivering high-level representation, a legacy that goes back more than 50 years. With decades of shared experience, they are well-prepared to protect client\'s rights in virtually any legal matter. Since 1970, the firm has been committed to skillfully representing individuals and corporations.\",\"prompt_id\":1550}', '2026-01-28 05:23:08', '2026-01-28 05:23:08'),
(1551, NULL, NULL, 'Finkel Law Firm LLC has a reputation for delivering high-level representation, a legacy that goes back more than 50 years. With decades of shared experience, they are well-prepared to protect client\'s rights in virtually any legal matter. Since 1970, the firm has been committed to skillfully representing individuals and corporations.', '{\"website_title\":\"Finkel Law Firm LLC\",\"website_description\":\"Showcasing the extensive legacy and commitment to high-level legal representation by Finkel Law Firm LLC, established over 50 years.\",\"website_type\":\"Law Firm\",\"website_industry\":\"Legal Services\",\"search_query\":\"law firm, legal representation, attorneys\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Overview of the firm\\u2019s history, mission, and service breadth, emphasizing client rights protection and a call-to-action for consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and firm branding.\",\"section_prompt\":\"Basic navigation and branding for the website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Finkel Law Firm LLC\",\"section_description\":\"A professional introduction to the firm, reflecting its dedication to clients and legal excellence.\",\"section_prompt\":\"Highlight our commitment to high-level legal representation.\"},{\"section_type\":\"about\",\"section_title\":\"Our Legacy\",\"section_description\":\"An overview of Finkel Law Firm\'s history and core values that emphasize client protection.\",\"section_prompt\":\"Explore our history dating back to 1970 and our commitment to legal excellence.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Practice Areas\",\"section_description\":\"An overview of the legal services offered by the firm.\",\"section_prompt\":\"List main services provided by the firm: Personal Injury Law, Corporate Law, Family Law, Employment Law, Real Estate Law, Criminal Defense.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Success Stories\",\"section_description\":\"Highlighting testimonials from satisfied clients that showcase the firm\'s dedication and success.\",\"section_prompt\":\"Showcase client testimonials that reflect our clients\' satisfaction.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule a Consultation\",\"section_description\":\"Encouraging potential clients to reach out for legal assistance.\",\"section_prompt\":\"Invite visitors to schedule consultations with our legal team.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Legal Insights\",\"section_description\":\"Highlighting recent updates and articles from our blog that showcases our thought leadership in the field.\",\"section_prompt\":\"Showcase our latest articles and insights.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and additional firm information.\",\"section_prompt\":\"Basic footer for website navigation and information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"A deeper look into the firm\'s history, values, and experienced team.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and firm branding.\",\"section_prompt\":\"Basic navigation and branding for the about page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Finkel Law Firm LLC\",\"section_description\":\"Introduction to the firm\'s mission, vision, and values.\",\"section_prompt\":\"Overview of our mission and core values.\"},{\"section_type\":\"about\",\"section_title\":\"Our History\",\"section_description\":\"Detailing the history of the firm since 1970 and its evolution over the years.\",\"section_prompt\":\"Explore our journey and significant milestones.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Featuring testimonials from clients that emphasize the firm\\u2019s dedication and commitment.\",\"section_prompt\":\"Showcase satisfied client testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Learn More About Us\",\"section_description\":\"Encouraging visitors to reach out for more information about the firm.\",\"section_prompt\":\"Invite visitors to contact us for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and additional firm information.\",\"section_prompt\":\"Basic footer for website navigation and information.\"}]},{\"page_type\":\"practice_areas\",\"page_title\":\"Practice Areas\",\"page_description\":\"An overview of the various legal services that Finkel Law Firm LLC specializes in.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and firm branding.\",\"section_prompt\":\"Basic navigation for the practice areas page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Legal Services\",\"section_description\":\"Introduce the various areas of legal practice offered by the firm.\",\"section_prompt\":\"Overview of our practice areas.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Areas of Expertise\",\"section_description\":\"Listing detailed descriptions of each area of practice.\",\"section_prompt\":\"Detail our legal services: Personal Injury Law, Corporate Law, Family Law, Employment Law, Real Estate Law, Criminal Defense.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Address common queries related to our practice areas and legal services.\",\"section_prompt\":\"Respond to typical questions clients might ask.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Discuss Your Needs\",\"section_description\":\"Encouraging potential clients to schedule consultations regarding their legal matters.\",\"section_prompt\":\"Invite visitors to consult with us regarding their legal issues.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and additional firm information.\",\"section_prompt\":\"Basic footer for website navigation and information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"A collection of articles and insights related to legal matters and updates from the firm.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and firm branding.\",\"section_prompt\":\"Basic navigation for the blog page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Legal Insights Blog\",\"section_description\":\"An overview of our blog that provides legal insights and updates.\",\"section_prompt\":\"Introduction to our blog articles.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Displaying the latest articles published on our blog.\",\"section_prompt\":\"Showcase a grid of our recent legal articles and insights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Informed\",\"section_description\":\"Encouraging visitors to subscribe or follow our blog for updates.\",\"section_prompt\":\"Invite readers to subscribe to our blog for the latest insights.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and additional firm information.\",\"section_prompt\":\"Basic footer for website navigation and information.\"}]},{\"page_type\":\"resources\",\"page_title\":\"Resources\",\"page_description\":\"A curated page for helpful links and downloadable content for prospective clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and firm branding.\",\"section_prompt\":\"Basic navigation for the resources page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Useful Resources\",\"section_description\":\"Introduction to the types of resources available for clients.\",\"section_prompt\":\"Describe the helpful guides and links provided here.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Guides and Links\",\"section_description\":\"Listing of useful links and downloadable content relevant to legal assistance.\",\"section_prompt\":\"Detail valuable resources for potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Legal Help\",\"section_description\":\"Encouraging visitors to reach out for legal assistance based on the resources provided.\",\"section_prompt\":\"Invite visitors to contact us for legal help.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and additional firm information.\",\"section_prompt\":\"Basic footer for website navigation and information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Providing contact information and a form for prospective clients to reach the firm.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and firm branding.\",\"section_prompt\":\"Basic navigation for the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging prospective clients to reach out to the firm.\",\"section_prompt\":\"Introduce our contact page.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Providing phone number and email for inquiries.\",\"section_prompt\":\"Detail how clients can reach us.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A contact form for inquiries and potential client communication.\",\"section_prompt\":\"Allow clients to submit their queries directly.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and additional firm information.\",\"section_prompt\":\"Basic footer for website navigation and information.\"}]}],\"user_prompt\":\"Finkel Law Firm LLC has a reputation for delivering high-level representation, a legacy that goes back more than 50 years. With decades of shared experience, they are well-prepared to protect client\'s rights in virtually any legal matter. Since 1970, the firm has been committed to skillfully representing individuals and corporations.\",\"prompt_id\":1551}', '2026-01-28 10:18:38', '2026-01-28 10:18:38');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1552, 10, 907, '\"M.A.D. IT Works - Core Services in IT Strategy & Consulting, and Network Design & Integration. Services include: Hardware & Software Reseller, Security, Physical Support, and Managed Services.\\nTHE M.A.D. MISSION: \\u201cTo close a critical market gap by delivering deep expertise in networking and integration, dynamic project management and an extraordinary client experience.\\u201d\"', '{\"website_title\":\"M.A.D. IT Works\",\"website_description\":\"Professional IT consulting showcasing expertise in networking and integration.\",\"website_type\":\"business\",\"website_industry\":\"Technology\",\"search_query\":\"IT services, consulting, networking\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to M.A.D. IT Works, where we deliver exceptional IT consulting and networking solutions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for M.A.D. IT Works.\",\"section_prompt\":\"Include links to key areas of the website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to M.A.D. IT Works\",\"section_description\":\"Your partner for IT Strategy and Network Design.\",\"section_prompt\":\"Showcase our commitment to exceptional IT services.\",\"selected_slug\":\"hero-banner-full-left-blur\"},{\"section_type\":\"about\",\"section_title\":\"About M.A.D. IT Works\",\"section_description\":\"Learn about our history, mission, and values.\",\"section_prompt\":\"Provide a brief overview of M.A.D. IT Works.\",\"selected_slug\":\"about-overlap-image-left\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Core Services\",\"section_description\":\"Explore our range of IT services designed for your business needs.\",\"section_prompt\":\"List main services: IT Strategy & Consulting, Network Design & Integration, Hardware & Software Reselling, Security Services, Physical Support, Managed Services.\",\"selected_slug\":\"listing-image-card-grid-slider\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Solutions\",\"section_description\":\"Showcase solutions: Enterprise & Campus Networks, Security, Physical Support, Managed Services\",\"selected_slug\":\"listing-image-card-slider\"},{\"section_type\":\"informational_content\",\"section_title\":\"The M.A.D. Difference\",\"section_description\":\"We want to make your integration and experience easy. Our team deploy a disciplined approach to work while making sure we are approachable, flexible and responsive to your needs and circumstance.\",\"selected_slug\":\"informational-content-minimal-right\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Industry Insights\",\"section_description\":\"Stay updated with the latest trends, insights, and tips in the IT consulting industry through our curated blog posts.\",\"section_prompt\":\"Provide a glimpse into our blog or resources.\",\"selected_slug\":\"post-cards-with-image\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Our Trusted Partners\",\"section_description\":\"Display logos of key customers or partners\",\"selected_slug\":\"social-proof-logos-grid-full\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Take the First Step Towards IT Excellence\",\"section_description\":\"Contact us to learn how we can assist you with your IT needs.\",\"section_prompt\":\"Encourage visitors to reach out for more information.\",\"selected_slug\":\"cta-box-medium-dark\"},{\"section_type\":\"contact_form\",\"section_title\":\"let\\u2019s get in touch\",\"section_description\":\"Encourage visitors to contact through a contact form\",\"selected_slug\":\"auto\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation and contact details.\",\"section_prompt\":\"Include copyright and other relevant links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About M.A.D. IT Works\",\"page_description\":\"Discover the story behind M.A.D. IT Works and what drives us.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Ease of navigation and branding.\",\"section_prompt\":\"Include links to the homepage and other major pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Learn about the founding and growth of M.A.D. IT Works.\",\"section_prompt\":\"Detail the background of the company.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Mission\",\"section_description\":\"We aim to deliver outstanding IT services and solutions for our clients.\",\"section_prompt\":\"Summarize the mission statement of M.A.D. IT Works.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"Our Values\",\"section_description\":\"Exploring the core values that guide our work and interactions.\",\"section_prompt\":\"Divide the values into key areas such as integrity, client focus, and innovation.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us on Our Journey\",\"section_description\":\"Encourage visitors to connect and learn more about our services.\",\"section_prompt\":\"Invite engagement from website visitors.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation and contact details.\",\"section_prompt\":\"Include essential links and copyright information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Comprehensive overview of our IT services offerings.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Straightforward navigation and branding for services page.\",\"section_prompt\":\"Provide links to important sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Services We Provide\",\"section_description\":\"A detailed look at the services offered by M.A.D. IT Works.\",\"section_prompt\":\"Introduce our service offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"IT Strategy & Consulting\",\"section_description\":\"Expert consultations to guide your IT strategy effectively.\",\"section_prompt\":\"Describe the service and how it benefits clients.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Network Design & Integration\",\"section_description\":\"Tailored networking solutions for optimal performance and security.\",\"section_prompt\":\"Explain the significance of network integration.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Hardware & Software Reselling\",\"section_description\":\"Providing reliable hardware and software solutions to fit your needs.\",\"section_prompt\":\"Outline the products and support available.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Security Services\",\"section_description\":\"Ensure the safety of your data with our robust security services.\",\"section_prompt\":\"Discuss the security measures implemented.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Address common queries regarding our services.\",\"section_prompt\":\"Include typical questions that potential clients might have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for More Information\",\"section_description\":\"Encourage clients to inquire about our IT services.\",\"section_prompt\":\"Request that visitors reach out for further details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation and contact details.\",\"section_prompt\":\"End with essential links and information.\"}]},{\"page_type\":\"resources\",\"page_title\":\"Resources\",\"page_description\":\"Explore our library of informative articles and case studies.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Streamlined navigation to the resources available.\",\"section_prompt\":\"Facilitate easy access to resource pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Informative Resources\",\"section_description\":\"A collection of articles, whitepapers, and case studies available for download.\",\"section_prompt\":\"Outline what users can expect from this section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Browse our latest insights and updates in the IT field.\",\"section_prompt\":\"Show a grid of articles and resources.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encourage visitors to sign up for newsletters or updates.\",\"section_prompt\":\"Prompt users to maintain engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation and contact details.\",\"section_prompt\":\"Complete the page with necessary links and information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with M.A.D. IT Works for inquiries and support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the contact page.\",\"section_prompt\":\"Provide links to key pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Reach out for more information or assistance.\",\"section_prompt\":\"Provide contact methods available.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to get in touch with us.\",\"section_prompt\":\"Encourage visitors to submit inquiries and questions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation and contact details.\",\"section_prompt\":\"Wrap up with links and information.\"}]}],\"user_prompt\":\"M.A.D. IT Works - Core Services in IT Strategy & Consulting, and Network Design & Integration. Services include: Hardware & Software Reseller, Security, Physical Support, and Managed Services.\\nTHE M.A.D. MISSION: \\u201cTo close a critical market gap by delivering deep expertise in networking and integration, dynamic project management and an extraordinary client experience.\\u201d\",\"prompt_id\":1552,\"dev_mode\":true,\"theme\":\"flat\",\"colors\":[[167,32,46],[167,32,46]],\"fonts\":\"flat-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_697ae826c36f5.png\",\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2026-01-29 04:42:37', '2026-01-29 04:55:05'),
(1553, 134, 908, '\"Website for a physiotherepist named as \\\"Muskan Physio\\\".\"', '{\"website_title\":\"Muskan Physio\",\"website_description\":\"Welcome to Muskan Physio, your dedicated partner for professional physiotherapy services. Explore our offerings, learn about our expertise, and discover valuable resources for your health and wellness needs.\",\"website_type\":\"Professional\",\"website_industry\":\"Healthcare\",\"search_query\":\"physiotherapy, wellness, rehabilitation\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An engaging landing page introducing Muskan Physio and her services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for navigation and branding.\",\"section_prompt\":\"This section contains the main navigation links to all important areas of the site.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Muskan Physio\",\"section_description\":\"Discover professional physiotherapy services tailored for your needs.\",\"section_prompt\":\"This section welcomes visitors and briefly highlights what Muskan Physio offers.\"},{\"section_type\":\"about\",\"section_title\":\"About Muskan\",\"section_description\":\"Learn about Muskan\'s qualifications and her approach to physiotherapy.\",\"section_prompt\":\"This section introduces Muskan and her philosophy towards patient care.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore various physiotherapy services offered.\",\"section_prompt\":\"List main services (sports injury rehabilitation, post-operative care, pain management, wellness programs) provided by the practice.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear what our clients have to say about their experience with Muskan Physio.\",\"section_prompt\":\"This section showcases reviews and feedback from satisfied clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book an Appointment\",\"section_description\":\"Encouraging visitors to schedule their consultation.\",\"section_prompt\":\"This section prompts users to take action by booking an appointment.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Resources\",\"section_description\":\"Check out our latest articles and resources on health and wellness.\",\"section_prompt\":\"Showcase insights into new resources related to physiotherapy.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for additional links and information.\",\"section_prompt\":\"Contains links to privacy policy, terms of service, and other important information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Muskan\",\"page_description\":\"Muskan shares her journey, qualifications, and approach to physiotherapy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for navigation and branding.\",\"section_prompt\":\"This section contains the main navigation links to all important areas of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Muskan\",\"section_description\":\"A dedicated section outlining Muskan\'s professional background.\",\"section_prompt\":\"This section gives a detailed overview of Muskan\'s journey and expertise.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Qualifications\",\"section_description\":\"Overview of Muskan\'s degrees, certifications, and training.\",\"section_prompt\":\"Detail the educational qualifications and any noteworthy training.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"My Approach to Care\",\"section_description\":\"Muskan\'s philosophy towards patient treatment and client relationships.\",\"section_prompt\":\"Describe how Muskan approaches patient care and treatment plans.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"A prompt for visitors to reach out easily.\",\"section_prompt\":\"Encouraging visitors to contact Muskan for further inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for additional links and information.\",\"section_prompt\":\"Contains links to Privacy Policy, Terms of Service, and other important information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Physiotherapy Services\",\"page_description\":\"A detailed description of services provided by Muskan.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for navigation and branding.\",\"section_prompt\":\"This section contains the main navigation links to all important areas of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Physiotherapy Services\",\"section_description\":\"Overview of the services offered.\",\"section_prompt\":\"This section outlines the various physiotherapy services provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Sports Injury Rehabilitation\",\"section_description\":\"Comprehensive care for sports-related injuries.\",\"section_prompt\":\"This section includes an overview and benefits of sports injury rehabilitation.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Post-Operative Care\",\"section_description\":\"Tailored rehabilitation after surgery for optimal recovery.\",\"section_prompt\":\"Cover details for post-operative care and its significance in recovery.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Pain Management\",\"section_description\":\"Strategies to alleviate chronic pain effectively.\",\"section_prompt\":\"Detail the pain management techniques utilized by Muskan.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Wellness Programs\",\"section_description\":\"Programs designed to promote overall wellbeing.\",\"section_prompt\":\"Identify various wellness programs aimed at enhancing quality of life.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to commonly asked questions regarding services.\",\"section_prompt\":\"Provide a comprehensive set of FAQs that address common queries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule Your Consultation\",\"section_description\":\"Encourage potential clients to book an appointment.\",\"section_prompt\":\"This section encourages visitors to schedule a consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for additional links and information.\",\"section_prompt\":\"Contains links to privacy policy, terms of service, and other important information.\"}]},{\"page_type\":\"resources\",\"page_title\":\"Health Resources\",\"page_description\":\"Informative articles, tips, and exercises for health and wellness.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for navigation and branding.\",\"section_prompt\":\"This section contains the main navigation links to all important areas of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Health Resources\",\"section_description\":\"A collection of useful articles and tips.\",\"section_prompt\":\"This section highlights the importance of staying informed regarding health.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Explore our latest insights into health and wellness.\",\"section_prompt\":\"Showcase an array of articles focused on various health topics.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Injury Prevention Tips\",\"section_description\":\"Practical advice on how to avoid injuries.\",\"section_prompt\":\"Provide tips and tricks for clients to prevent injuries during daily activities.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Exercises for Recovery\",\"section_description\":\"Exercises recommended for faster recovery from injuries.\",\"section_prompt\":\"List out a set of exercises that support recovery post-injury.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Prompt for visitors to subscribe to the newsletter.\",\"section_prompt\":\"Encourage visitors to sign up for the latest news and resources.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for additional links and information.\",\"section_prompt\":\"Contains links to privacy policy, terms of service, and other important information.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"Space for clients to share their success stories with Muskan.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for navigation and branding.\",\"section_prompt\":\"This section contains the main navigation links to all important areas of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Testimonials\",\"section_description\":\"A section dedicated to client experiences.\",\"section_prompt\":\"Overview of positive feedback from Muskan\'s clients.\"},{\"section_type\":\"reviews\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Feedback and success stories from Muskan\'s clients.\",\"section_prompt\":\"This section highlights reviews and testimonials provided by former clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Story\",\"section_description\":\"Encouragement for clients to provide their testimonials.\",\"section_prompt\":\"Inviting clients to submit their experiences and feedback.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for additional links and information.\",\"section_prompt\":\"Contains links to privacy policy, terms of service, and other important information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Muskan\",\"page_description\":\"Essential contact information and communication options.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for navigation and branding.\",\"section_prompt\":\"This section contains the main navigation links to all important areas of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Muskan\",\"section_description\":\"Connecting with Muskan Physio.\",\"section_prompt\":\"Overview of contacting options for visitors.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact details for inquiries.\",\"section_prompt\":\"Essential contact information: Phone, Email, and Practice Location.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"An easy way for visitors to communicate with Muskan Physio.\",\"section_prompt\":\"This section allows clients to fill out a form for inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Appointment\",\"section_description\":\"Encouragement for visitors to schedule their consultation.\",\"section_prompt\":\"Prompt visitors to book consultations easily through the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for additional links and information.\",\"section_prompt\":\"Contains links to privacy policy, terms of service, and other important information.\"}]}],\"user_prompt\":\"Website for a physiotherepist named as \\\"Muskan Physio\\\".\",\"prompt_id\":1553,\"dev_mode\":false,\"theme\":\"soft\",\"colors\":[[100,100,255],[157,0,157]],\"fonts\":\"soft-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":\"+91 86002 27928\",\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2026-02-03 17:06:18', '2026-02-03 17:10:19'),
(1554, NULL, NULL, 'LunaGems is a handmade jewellery shop', '{\"website_title\":\"LunaGems\",\"website_description\":\"LunaGems is a handcrafted jewelry shop specializing in unique, artisanal pieces that celebrate beauty and craftsmanship. Explore our exquisite range of handmade jewelry including necklaces, bracelets, earrings, and rings.\",\"website_type\":\"eCommerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handcrafted jewelry, artisanal pieces, unique jewelry\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems, where beauty meets craftsmanship in handcrafted jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Stunning Jewelry Collection\",\"section_description\":\"Discover our exquisite range of handcrafted jewelry showcasing artistry and uniqueness.\",\"section_prompt\":\"\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Products\",\"section_description\":\"Explore our featured products: necklaces, bracelets, earrings, rings.\",\"section_prompt\":\"List main products (necklaces, bracelets, earrings, rings) available for purchase.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our dedication to quality craftsmanship and the passion behind LunaGems.\",\"section_prompt\":\"\"},{\"section_type\":\"latest_posts\",\"section_title\":\"New Arrivals\",\"section_description\":\"Stay updated with our latest handcrafted creations and seasonal offerings.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Browse our complete collection and find your unique piece today!\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"about\",\"page_title\":\"About LunaGems\",\"page_description\":\"Explore the story behind LunaGems and the passion that inspires our handcrafted jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Discover the journey of our creator and the inspiration behind the unique designs.\",\"section_prompt\":\"\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Craftsmanship Commitment\",\"section_description\":\"Every piece is meticulously crafted with care, ensuring the highest quality.\",\"section_prompt\":\"\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Sustainability Practices\",\"section_description\":\"Learn how we embrace sustainability in our jewelry making process.\",\"section_prompt\":\"\"},{\"section_type\":\"about\",\"section_title\":\"The Meaning of LunaGems\",\"section_description\":\"Explore the symbolism and narrative behind the name \'LunaGems\'.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Journey\",\"section_description\":\"Connect with us for updates, stories, and new collections!\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"products\",\"page_title\":\"Shop Jewelry\",\"page_description\":\"Browse our exquisite range of handcrafted necklaces, bracelets, earrings, and rings.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Collection\",\"section_description\":\"A comprehensive view of our handcrafted jewelry categorized by type.\",\"section_prompt\":\"\"},{\"section_type\":\"features_listing\",\"section_title\":\"Jewelry Categories\",\"section_description\":\"Explore our jewelry collection categorized into necklaces, bracelets, earrings, and rings.\",\"section_prompt\":\"List all product categories (necklaces, bracelets, earrings, rings).\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Featured Jewelry\",\"section_description\":\"Spotlight on some of our most beloved pieces\\u2014what makes them special.\",\"section_prompt\":\"\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries about our products and ordering process.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Shopping\",\"section_description\":\"Find the perfect piece that resonates with your style.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out to us for inquiries, custom orders, or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We look forward to hearing from you!\",\"section_prompt\":\"\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Have questions? Here\\u2019s how to reach us.\",\"section_prompt\":\"\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Fill out the form below to send us a message directly.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Custom Orders\",\"section_description\":\"Interested in something unique? Let\'s collaborate!\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"LunaGems is a handmade jewellery shop\",\"prompt_id\":1554}', '2026-02-09 11:44:43', '2026-02-09 11:44:43'),
(1555, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"Comprehensive SEO and Marketing Agency\",\"website_description\":\"An all-in-one platform for SEO and Marketing services, dedicated to driving online visibility and growth for businesses.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO, Marketing, Agency\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The homepage introducing the agency and its services with strong visuals.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the main navigation links for the website.\",\"section_prompt\":\"Includes links to all main pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Our Agency\",\"section_description\":\"An engaging introduction to our SEO and Marketing agency.\",\"section_prompt\":\"Highlight our mission, vision, and the value we offer.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"A brief overview of our agency\'s history and values.\",\"section_prompt\":\"Showcase our commitment to client success and our passion for digital marketing.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"A display of key services we provide.\",\"section_prompt\":\"List main services (SEO, Content Marketing, Social Media Management, Pay-Per-Click Advertising, Email Marketing, Web Analytics).\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Real feedback from our satisfied clients.\",\"section_prompt\":\"Showcase what our clients are saying about our services.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Case Studies\",\"section_description\":\"Highlight successful campaigns and initiatives.\",\"section_prompt\":\"Showcase our proven results and strategies through detailed case studies.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project Today\",\"section_description\":\"Encouragement for visitors to reach out for services.\",\"section_prompt\":\"A compelling call to action inviting potential clients to contact us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic website footer information.\",\"section_prompt\":\"Includes copyright and privacy policy links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Insights into our agency\'s mission, history, and team.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the main navigation links for the page.\",\"section_prompt\":\"Includes links to about page sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Vision\",\"section_description\":\"The guiding principles behind our agency\'s focus on service.\",\"section_prompt\":\"A brief explanation of our vision and how we approach our clients.\"},{\"section_type\":\"about\",\"section_title\":\"Our Story\",\"section_description\":\"A narrative detailing how our agency was founded and grew.\",\"section_prompt\":\"Share our journey and evolution in the digital landscape.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Meet the Team\",\"section_description\":\"Introduction to our core team members and their expertise.\",\"section_prompt\":\"Highlight team members contributing to our success.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Choose Us\",\"section_description\":\"The unique selling propositions of our agency.\",\"section_prompt\":\"Detail the advantages clients gain by partnering with us.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us\",\"section_description\":\"Encouragement for clients to connect with our team.\",\"section_prompt\":\"A call to action to establish contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic page footer information.\",\"section_prompt\":\"Includes copyright and privacy policy links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Comprehensive overview of the services we provide to our clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the main navigation links for the page.\",\"section_prompt\":\"Includes links to services page sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Service Offerings\",\"section_description\":\"An introduction to the diverse services we provide.\",\"section_prompt\":\"Set the stage for a detailed look at our offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Search Engine Optimization (SEO)\",\"section_description\":\"Details on our approach to improving search rankings.\",\"section_prompt\":\"Overview of SEO strategies and methodologies.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Overview of how content is effectively utilized.\",\"section_prompt\":\"Discuss the importance and execution of content marketing.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Management\",\"section_description\":\"Insights into managing online presence across platforms.\",\"section_prompt\":\"Elaborate on strategies for social media engagement.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Pay-Per-Click Advertising (PPC)\",\"section_description\":\"An outline of our PPC strategies and their impact.\",\"section_prompt\":\"Describe PPC campaigns and their effectiveness.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common queries regarding our services.\",\"section_prompt\":\"Provide clarity and insights into our services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started\",\"section_description\":\"Encouragement for potential clients to contact us.\",\"section_prompt\":\"A clear call to action inviting inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic page footer information.\",\"section_prompt\":\"Includes copyright and privacy policy links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"The blog section where we share insights and updates.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the main navigation links for the page.\",\"section_prompt\":\"Includes links to blog page sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"An introduction to the content shared in our blog.\",\"section_prompt\":\"Provide context to the type of posts featured.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Grid display of our latest blog entries.\",\"section_prompt\":\"Feature our most recent articles and insights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encouraging visitors to subscribe to our blog.\",\"section_prompt\":\"A prompt for visitors to receive updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic page footer information.\",\"section_prompt\":\"Includes copyright and privacy policy links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"A form and contact information to reach our agency.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the main navigation links for the page.\",\"section_prompt\":\"Includes links to contact page sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"An invitation to reach out for more information.\",\"section_prompt\":\"Encourage visitors to connect with us.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form that visitors can fill out to contact us.\",\"section_prompt\":\"Facilitate direct communication with our team.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Contact details including email and phone number.\",\"section_prompt\":\"Provide our physical address and contact methods.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic page footer information.\",\"section_prompt\":\"Includes copyright and privacy policy links.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":1555}', '2026-02-10 10:02:27', '2026-02-10 10:02:27'),
(1556, 10, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A curated collection of my graphic design work showcasing my creative journey, professional accomplishments, and design philosophy.\",\"website_type\":\"portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative journey\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where creativity meets professionalism.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Includes links to all main pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An introduction to my graphic design work and philosophy.\",\"section_prompt\":\"A captivating introduction to my design journey.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my background and expertise.\",\"section_prompt\":\"Learn more about my experience and design philosophy.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"Display of selected projects to highlight my skills in various design types.\",\"section_prompt\":\"Showcase notable works in branding, illustration, and digital design.\"},{\"section_type\":\"gallery\",\"section_title\":\"Gallery of Artworks\",\"section_description\":\"A visual collection of my graphic design styles and executions.\",\"section_prompt\":\"Explore the gallery to view work categorized into branding, illustration, and digital design.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay informed about my newest projects and updates.\",\"section_prompt\":\"Showcase the latest projects added to the portfolio.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for potential clients to reach out.\",\"section_prompt\":\"Invite visitors to contact me for collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for additional links and information.\",\"section_prompt\":\"Includes copyright information and additional navigation.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Explore my background, design process, and inspirations in the field of graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Includes links to all main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Personal insights into my design journey and philosophy.\",\"section_prompt\":\"Details about my background and artistic influences.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Design Process\",\"section_description\":\"An overview of how I approach design projects, from concept to completion.\",\"section_prompt\":\"Insights into my creativity and workflow.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"Professional Experience\",\"section_description\":\"Highlight of my career, education, and work with notable clients.\",\"section_prompt\":\"Retrospective on significant milestones in my professional journey.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Showcasing the opinions and experiences of clients I\'ve worked with.\",\"section_prompt\":\"Collect feedback and testimonials from my collaborators.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Encouraging visitors to engage after learning about my background.\",\"section_prompt\":\"Invite visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for additional links and information.\",\"section_prompt\":\"Includes copyright information and additional navigation.\"}]},{\"page_type\":\"projects\",\"page_title\":\"My Projects\",\"page_description\":\"Detailed presentations of my graphic design projects, showcasing individual creativity and thought processes.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Includes links to all main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Projects Overview\",\"section_description\":\"A summary of the types of projects you will find.\",\"section_prompt\":\"Explore the creative works highlighted on this page.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Project Highlights\",\"section_description\":\"Showcase each project with images and descriptions for deeper understanding.\",\"section_prompt\":\"List the key projects with detailed insights.\"},{\"section_type\":\"gallery\",\"section_title\":\"Visual Representations\",\"section_description\":\"Images showcasing the visual elements of each project.\",\"section_prompt\":\"Include imagery representing the projects\' designs.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire about My Work\",\"section_description\":\"Encouragement for visitors to reach out regarding projects.\",\"section_prompt\":\"Invite visitors to contact me for more details on any project.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for additional links and information.\",\"section_prompt\":\"Includes copyright information and additional navigation.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"A convenient way for potential clients and collaborators to reach me.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Includes links to all main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get In Touch\",\"section_description\":\"Instructions for reaching out.\",\"section_prompt\":\"Details on how to contact me.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to fill out for inquiries.\",\"section_prompt\":\"Allow visitors to submit their questions or requests.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Connect on Social Media\",\"section_description\":\"Links to my professional social media profiles.\",\"section_prompt\":\"Contact via social media channels to stay connected.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate\",\"section_description\":\"Encouragement for potential collaborations.\",\"section_prompt\":\"Invite visitors to engage for cooperative work.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for additional links and information.\",\"section_prompt\":\"Includes copyright information and additional navigation.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1556}', '2026-02-24 10:28:39', '2026-02-24 10:28:39');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1557, 10, 909, '\"Aesthetic Revolution Las Vegas is a premier cosmetic practice in Las Vegas, NV that offers a wide variety of surgical and nonsurgical procedures for men and women. We utilize some of the newest and technologically advanced methods on the cosmetic market for unparalleled results. Our cosmetic center is nearly 8,000 sqft and boasts 11 exam rooms, a private consultation room. OUR PROCEDURES: FEMALE, FACE, MALE, NONSURGICAL, SKIN, WELNESS.\"', '{\"website_title\":\"Aesthetic Revolution Las Vegas\",\"website_description\":\"Aesthetic Revolution Las Vegas offers a wide array of surgical and nonsurgical cosmetic procedures in a state-of-the-art facility, emphasizing personalized care and advanced techniques for both men and women.\",\"website_type\":\"Healthcare\",\"website_industry\":\"Beauty & Wellness\",\"search_query\":\"aesthetic, cosmetic, procedures\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An inviting introduction showcasing Aesthetic Revolution Las Vegas and the cosmetic solutions offered.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all main sections of the website.\",\"section_prompt\":\"This section includes navigation for the site.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"TRUSTED. PROVEN.\",\"section_description\":\"Write section description exactly: STATE-OF-THE-ART TECHNOLOGIES JOINED WITH RESPECT, HONESTY, AND EDUCATION.\",\"section_prompt\":\"A powerful introduction to the Aesthetic Revolution and our core mission.\",\"selected_slug\":\"hero-banner-full\"},{\"section_type\":\"about\",\"section_title\":\"LAS VEGAS\' PREMIERE\\u2028COSMETIC SURGERY CENTER\",\"section_description\":\"Aesthetic Revolution Las Vegas is a premier cosmetic practice in Las Vegas, NV that offers a wide variety of surgical and nonsurgical procedures for men and women. We utilize some of the newest and technologically advanced methods on the cosmetic market for unparalleled results. Our cosmetic center is nearly 8,000 sqft and boasts 11 exam rooms, a private consultation room, and an on-site OR. In addition, we host yearly seminars, conferences, and training programs for aspiring cosmetic surgeons and students. We have been awarded \\\"Excellence in Customer Care\\\" by CMUS Talk of the Town and our state-of-the-art facility is nationally accredited and licensed by the state of Nevada.\",\"section_prompt\":\"An overview of our practice\\u2019s values and commitment.\",\"selected_slug\":\"about-overlap-image-left\"},{\"section_type\":\"informational_content\",\"section_title\":\"STUNNING RESULTS\",\"section_description\":\"Looking to enhance your body? All of your aesthetic goals can be achieved through modern cosmetic methods to elevate your profile while maintaining a natural, sexy contour. Aesthetic Revolution Las Vegas (formerly Las Vegas Laser & Lipo) has helped countless men and women attain their cosmetic dreams. Experience the difference with our superior results.\",\"selected_slug\":\"informational-content-gentle-right\"},{\"section_type\":\"custom_section\",\"section_title\":\"OUR PROCEDURES\",\"section_description\":\"Describe any section you want\",\"selected_slug\":\"media-text-left-aligned\"},{\"section_type\":\"custom_section\",\"section_title\":\"EDWARD ZIMMERMAN, MD\",\"section_description\":\"Looking to enhance your body? All of your aesthetic goals can be achieved through modern cosmetic methods to elevate your profile while maintaining a natural, sexy contour. Aesthetic Revolution Las Vegas (formerly Las Vegas Laser & Lipo) has helped countless men and women attain their cosmetic dreams. Experience the difference with our superior results.\",\"selected_slug\":\"informational-content-gentle-left\"},{\"section_type\":\"custom_section\",\"section_title\":\"DR. EDWARD ZIMMERMAN\",\"section_description\":\"Have questions about how to improve your size and stamina? Follow Dr. Zimmerman the @dickdocontiktok to learn everything you need to know  about Male enhancement.\",\"selected_slug\":\"informational-content-flat-left\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Services listing\",\"section_description\":\"Showcase key services\",\"selected_slug\":\"listing-image-card-grid-slider\"},{\"section_type\":\"contact_form\",\"section_title\":\"GET IN TOUCH\",\"section_description\":\"Encourage visitors to contact through a contact form\",\"selected_slug\":\"contact-form-material\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General information and navigation links.\",\"section_prompt\":\"This is the footer containing copyright and additional links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Important contact information and a form for inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all main sections of the website.\",\"section_prompt\":\"This section includes navigation for the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"How to reach Aesthetic Revolution Las Vegas.\",\"section_prompt\":\"An introduction to the contact section.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Location: Las Vegas, NV, Phone: [Insert Phone Number].\",\"section_prompt\":\"Contact details for reaching our clinic.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Fill out the form below to reach out with questions or to schedule a consultation.\",\"section_prompt\":\"A form allowing clients to submit inquiries directly.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General information and navigation links.\",\"section_prompt\":\"This is the footer containing copyright and additional links.\"}]}],\"user_prompt\":\"Aesthetic Revolution Las Vegas is a premier cosmetic practice in Las Vegas, NV that offers a wide variety of surgical and nonsurgical procedures for men and women. We utilize some of the newest and technologically advanced methods on the cosmetic market for unparalleled results. Our cosmetic center is nearly 8,000 sqft and boasts 11 exam rooms, a private consultation room. OUR PROCEDURES: FEMALE, FACE, MALE, NONSURGICAL, SKIN, WELNESS.\",\"prompt_id\":1557,\"dev_mode\":true,\"theme\":\"classic\",\"colors\":[[212,175,55],[0,0,0]],\"fonts\":\"classic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":\"+1 702 919 5674\",\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2026-03-10 11:20:48', '2026-03-10 11:29:59'),
(1558, 10, NULL, 'LunaGems is a handmade jewellery shop', '{\"website_title\":\"LunaGems\",\"website_description\":\"Discover exquisite handmade jewelry at LunaGems, where artistry meets craftsmanship. Browse our collections and find your unique piece today!\",\"website_type\":\"e-commerce\",\"website_industry\":\"Fashion\",\"search_query\":\"handmade jewelry, unique jewelry, artisan jewelry\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems, your destination for exquisite handmade jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to different sections of the website.\",\"section_prompt\":\"Header with navigation links to Home, About, Product Catalog, Testimonials, Blog, and Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"An inviting introduction to our unique jewelry collection.\",\"section_prompt\":\"Showcase featured images of our stunning handmade jewelry.\"},{\"section_type\":\"about\",\"section_title\":\"About LunaGems\",\"section_description\":\"Learn about our passion for craftsmanship and artistry in jewelry.\",\"section_prompt\":\"A brief overview of LunaGems\\u2019 mission and values.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Collections\",\"section_description\":\"Highlight of our top-selling jewelry pieces.\",\"section_prompt\":\"Showcase main jewelry categories: necklaces, bracelets, earrings, custom pieces.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Discover styling tips and news related to our jewelry.\",\"section_prompt\":\"Display snippets of recent blog articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Encouragement for visitors to explore our online store.\",\"section_prompt\":\"Call to action for visitors to shop our collections.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links and copyright information at the bottom of the page.\",\"section_prompt\":\"Footer with links to social media, privacy policy, and terms of service.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"The story behind LunaGems, capturing our passion for handmade jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to different sections of the website.\",\"section_prompt\":\"Header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Delve into the inspiration behind LunaGems.\",\"section_prompt\":\"An overview of how LunaGems started and its mission.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Craftsmanship & Materials\",\"section_description\":\"What sets our jewelry apart.\",\"section_prompt\":\"Highlight the unique craftsmanship and quality materials used in each piece.\"},{\"section_type\":\"about\",\"section_title\":\"Our Vision\",\"section_description\":\"Learn about our commitment to artistic integrity and customer satisfaction.\",\"section_prompt\":\"Discuss the vision and goals of LunaGems.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Journey\",\"section_description\":\"Encouragement to follow us on social media and stay connected.\",\"section_prompt\":\"Invite visitors to engage with LunaGems through social platforms.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links and copyright information at the bottom of the page.\",\"section_prompt\":\"Footer with links to social media, privacy policy, and terms of service.\"}]},{\"page_type\":\"product_catalog\",\"page_title\":\"Product Catalog\",\"page_description\":\"Browse our stunning collections of handmade jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to different sections of the website.\",\"section_prompt\":\"Header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Collections\",\"section_description\":\"Explore the different types of jewelry we offer.\",\"section_prompt\":\"Introduction to the product catalog with high-quality visuals.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Jewelry Types\",\"section_description\":\"Diverse range of jewelry tailored for every occasion.\",\"section_prompt\":\"Categories include necklaces, bracelets, earrings, and custom pieces.\"},{\"section_type\":\"gallery\",\"section_title\":\"Highlights of Each Collection\",\"section_description\":\"Visual display of best-selling products with descriptions.\",\"section_prompt\":\"Showcase images and details of featured products.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Find Your Perfect Piece\",\"section_description\":\"Encouragement to explore our collections.\",\"section_prompt\":\"Call to action to shop the jewelry.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links and copyright information at the bottom of the page.\",\"section_prompt\":\"Footer with links to social media, privacy policy, and terms of service.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Hear from our satisfied customers about their experiences with LunaGems.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to different sections of the website.\",\"section_prompt\":\"Header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Customer Reviews\",\"section_description\":\"What customers are saying about their LunaGems experience.\",\"section_prompt\":\"Showcase reviews and testimonials from delighted customers.\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"As Seen On\",\"section_description\":\"Brands and platforms that feature LunaGems.\",\"section_prompt\":\"Display logos of featured collaborations and mentions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Your Style with LunaGems\",\"section_description\":\"Customers share their photos and stories.\",\"section_prompt\":\"Highlight customer photos with their testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Story\",\"section_description\":\"Invite visitors to contribute their reviews and photos.\",\"section_prompt\":\"Encourage customers to participate with a call to action.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links and copyright information at the bottom of the page.\",\"section_prompt\":\"Footer with links to social media, privacy policy, and terms of service.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Stay updated with the latest from LunaGems with insights and tips.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to different sections of the website.\",\"section_prompt\":\"Header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"LunaGems Blog\",\"section_description\":\"Delve into the world of handmade jewelry.\",\"section_prompt\":\"Overview of what readers can expect from the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Explore our recent blog entries.\",\"section_prompt\":\"Showcase recent posts about styling, jewelry-making processes, and tips.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encouragement to sign up for the newsletter.\",\"section_prompt\":\"Invite visitors to subscribe and stay informed.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links and copyright information at the bottom of the page.\",\"section_prompt\":\"Footer with links to social media, privacy policy, and terms of service.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to LunaGems for inquiries and custom orders.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to different sections of the website.\",\"section_prompt\":\"Header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"All contact information needed to reach us.\",\"section_prompt\":\"Overview of ways to contact LunaGems.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Information on how to reach us.\",\"section_prompt\":\"Details about email, social media, and potentially a store location.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Send Us a Message\",\"section_description\":\"A form for inquiries, feedback, or custom orders.\",\"section_prompt\":\"Include a contact form with necessary fields for communication.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links and copyright information at the bottom of the page.\",\"section_prompt\":\"Footer with links to social media, privacy policy, and terms of service.\"}]}],\"user_prompt\":\"LunaGems is a handmade jewellery shop\",\"prompt_id\":1558}', '2026-03-11 09:36:21', '2026-03-11 09:36:21'),
(1559, 128, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"SEO and Marketing Agency\",\"website_description\":\"An online platform showcasing Expertise in Search Engine Optimization and Digital Marketing Strategies with client success stories to attract potential clients.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO, Marketing, Digital Strategies\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The landing page introducing the SEO and Marketing Agency and its services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation and branding area.\",\"section_prompt\":\"Contains the agency logo and primary navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Our Agency\",\"section_description\":\"An engaging introduction about the agency\'s mission.\",\"section_prompt\":\"Promote a strong introduction to the agency\\u2019s core message.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"A brief overview of what the agency does and its focus.\",\"section_prompt\":\"Includes a short introduction about the agency.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Highlights the core services we offer.\",\"section_prompt\":\"List main services (Keyword Research, On-Page SEO, Social Media Marketing, Content Marketing, Analytics and Reporting) offered by the agency.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Quotes and feedback from satisfied clients to build trust.\",\"section_prompt\":\"Show testimonials from clients that highlight our successful projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Encouragement for visitors to contact the agency.\",\"section_prompt\":\"Call to action for visitors to contact the agency for consultations or quotes.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"All footer links and copyright information.\",\"section_prompt\":\"Contains footer links and copyright info.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Insight into the agency\\u2019s mission, vision, and team.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation and branding area.\",\"section_prompt\":\"Includes agency logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Background story summarizing the founding ideals of the agency.\",\"section_prompt\":\"Show the story behind the agency\'s foundation.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Mission and Vision\",\"section_description\":\"The mission and vision driving our agency\'s efforts.\",\"section_prompt\":\"Detail agency\'s mission and vision.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback from clients to help establish credibility.\",\"section_prompt\":\"Incorporate testimonials from satisfied clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us\",\"section_description\":\"Encouragement for visitors to get involved or reach out to the agency.\",\"section_prompt\":\"Call to action encouraging engagement with the agency.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"All footer links and copyright information.\",\"section_prompt\":\"Contains footer links and copyright info.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Detailing the services provided by the agency.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation and branding area.\",\"section_prompt\":\"Includes agency logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Services Overview\",\"section_description\":\"Introduction to the services offered by the agency.\",\"section_prompt\":\"Provide a brief overview of the services available.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Service Categories\",\"section_description\":\"Breakdown of service categories provided by the agency.\",\"section_prompt\":\"List categories of services we offer such as SEO, PPC, Social Media, etc.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Search Engine Optimization\",\"section_description\":\"Importance and approach of SEO in digital marketing.\",\"section_prompt\":\"Description of our SEO services and methods utilized.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Pay-Per-Click Advertising\",\"section_description\":\"Focus on PPC strategies tailored for client needs.\",\"section_prompt\":\"Description of our PPC advertising services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Address common queries about the services.\",\"section_prompt\":\"Provide common FAQs we receive regarding our services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us Today\",\"section_description\":\"Prompting visitors to reach out for more information.\",\"section_prompt\":\"Call to action to encourage visitors to contact for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"All footer links and copyright information.\",\"section_prompt\":\"Contains footer links and copyright info.\"}]},{\"page_type\":\"case_studies\",\"page_title\":\"Case Studies\",\"page_description\":\"Showcasing past projects and their outcomes.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation and branding area.\",\"section_prompt\":\"Includes agency logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Success Stories\",\"section_description\":\"Highlighting successful projects undertaken by the agency.\",\"section_prompt\":\"Introduction to various case studies featured.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project Insights\",\"section_description\":\"Detailed insights into the strategies used in case studies.\",\"section_prompt\":\"Highlight key strategies used in various projects.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Displaying client feedback on project outcomes.\",\"section_prompt\":\"Include testimonials specifically relating to case studies.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More\",\"section_description\":\"Encouragement to learn more or reach out for services.\",\"section_prompt\":\"Promote contacting us for more inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"All footer links and copyright information.\",\"section_prompt\":\"Contains footer links and copyright info.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Sharing insights and trends in SEO and Marketing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation and branding area.\",\"section_prompt\":\"Includes agency logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"Welcome message to blog readers discussing the blog importance.\",\"section_prompt\":\"Introduce visitors to the value of joining the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Highlighting the latest articles published in the blog.\",\"section_prompt\":\"Showcase recent blog posts available.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe Now\",\"section_description\":\"Encouragement for visitors to subscribe to the blog.\",\"section_prompt\":\"A call for readers to subscribe to blog updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"All footer links and copyright information.\",\"section_prompt\":\"Contains footer links and copyright info.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Providing multiple ways for clients to reach out.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation and branding area.\",\"section_prompt\":\"Includes agency logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Introduction to how potential clients can contact us.\",\"section_prompt\":\"Display a welcome message for contact inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location & Contact Information\",\"section_description\":\"Providing office location, email, and phone details.\",\"section_prompt\":\"Detail the agency\'s contact methods and location.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Form for visitors to fill out for inquiries.\",\"section_prompt\":\"Simple contact form for inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out Today\",\"section_description\":\"Encouragement for visitors to send their inquiries.\",\"section_prompt\":\"A call to action for visitors to connect with us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"All footer links and copyright information.\",\"section_prompt\":\"Contains footer links and copyright info.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":1559}', '2026-03-11 09:42:58', '2026-03-11 09:42:58'),
(1561, 10, 911, '\"Generate a website for Cullen Law\"', '{\"website_title\":\"Cullen Law\",\"website_description\":\"Cullen Law is a professional law firm dedicated to providing expert legal representation and guidance across various practice areas. Our commitment to our clients ensures top-notch service and successful outcomes.\",\"website_type\":\"law_firm_website\",\"website_industry\":\"Legal Services\",\"search_query\":\"law firm, legal representation, attorney services\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The homepage provides an introduction to Cullen Law, emphasizing the firm\\u2019s mission, values, and service offerings.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section serves as the navigation header for the website, providing access to all main pages.\",\"section_prompt\":\"Includes logo, navigation links, and any necessary contact information.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Straight Answers. Strong Representation.\",\"section_description\":\"Focused strategies for real-world legal issues.\\nLibero ac vestibulum dolor ultrices ac lacus ultricies a in. Aliquam eu et lorem eu id eu urna placerat non. Sit arcu tellus cursus cum nibh nulla.\",\"selected_slug\":\"hero-banner-left-aligned-bg\"},{\"section_type\":\"about\",\"section_title\":\"Professional & Trust-Driven\",\"section_description\":\"We are a results-driven law firm providing clear and practical legal solutions for individuals and businesses. Guided by integrity and professionalism, we focus on protecting our clients\\u2019 rights while delivering strategic advice tailored to their unique legal needs. Our dedicated team combines experience, insight, and personalized attention, ensuring every client feels supported, informed, and confident throughout the entire legal process.\",\"section_prompt\":\"Learn more about the firm\\u2019s background, philosophy, and service ethos.\",\"selected_slug\":\"about-overlap-image-left\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Legal Practice Areas\",\"section_description\":\"Browse our comprehensive range of legal services, covering complex personal, business, and civil matters. Our experienced attorneys are committed to protecting your rights.\",\"section_prompt\":\"List main services (Personal Injury, Family Law, Business Law, Estate Planning) provided by the firm.\",\"selected_slug\":\"listing-image-card-slider\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Legal Team\",\"section_description\":\"Neque quam urna at aliquam convallis in vitae. Orci in porttitor mi ullamcorper lorem cras. Ut at non morbi quis.\",\"selected_slug\":\"social-cards-tabs-left-scroll\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Reviews\",\"section_description\":\"Read what our clients are saying about their experiences with our legal services. We value client feedback and continually refine our approach to deliver trusted, high-quality legal representation.\",\"selected_slug\":\"testimonials-grid-three-columns\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Display latest blog posts\",\"selected_slug\":\"post-cards-material\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"We\\u2019ve answered the most common questions to make things easier for you.\",\"selected_slug\":\"faq-accordion-half-width\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Are Saying\",\"section_description\":\"Don\\u2019t just take our word for it. Hear from the people who trusted us with their most important legal matters.\",\"selected_slug\":\"testimonials-grid-two-columns\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Your Rights, Our Priority\",\"section_description\":\"Don\\u2019t navigate the legal process alone. Our experienced team of attorneys is here to provide the guidance, support, and expertise you need at every stage of your case. We take the time to understand your unique situation answer your questions and develop a clear, strategic plan.\",\"selected_slug\":\"cta-box-material\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Partner Logos\",\"section_description\":\"Display logos of key customers or partners\",\"selected_slug\":\"social-proof-logos-slider-full\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Encourage visitors to contact through a contact form\",\"selected_slug\":\"contact-form-flat\"},{\"section_type\":\"portfolio\",\"section_title\":\"Legal Services We Offer\",\"section_description\":\"Our firm delivers comprehensive legal support driven by deep legal experience, smart strategies, and a relentless focus on results that matter.\",\"selected_slug\":\"portfolio-cards-row-full\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get in Touch\",\"section_description\":\"Get the legal guidance you need\\u2014reach out to our team today.\",\"selected_slug\":\"contact-details-map\"},{\"section_type\":\"informational_content\",\"section_title\":\"Cursus facilisi tempor Lacus porttitor.\",\"section_description\":\"Display Informational Content\",\"selected_slug\":\"informational-content-material-left\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer contains additional links and information about the firm.\",\"section_prompt\":\"Includes links to privacy policy, terms of service, and social media accounts.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"The about page delves into the background of Cullen Law and its commitment to client representation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header with links to other key sections.\",\"section_prompt\":\"Includes links to essential website sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Philosophy\",\"section_description\":\"An overview of the values that drive Cullen Law in providing legal services.\",\"section_prompt\":\"Explore our commitment to excellence in legal representation.\"},{\"section_type\":\"about\",\"section_title\":\"Our Journey\",\"section_description\":\"Details about the firm\\u2019s establishment and growth in the legal industry.\",\"section_prompt\":\"Learn about how Cullen Law came to be and its achievements.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Expertise\",\"section_description\":\"Highlights the legal expertise and experience of the team.\",\"section_prompt\":\"Discover the qualifications and backgrounds of our attorneys.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Experiences\",\"section_description\":\"Sharing feedback from previous clients to build trust.\",\"section_prompt\":\"Read testimonials from clients highlighting our successful representation.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect With Us\",\"section_description\":\"Encourages visitors to reach out for more information.\",\"section_prompt\":\"Invitation to contact the firm for consultations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with necessary links and information about the firm.\",\"section_prompt\":\"Contains links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Attorneys\",\"page_description\":\"A comprehensive overview of the legal services provided by Cullen Law.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header with links to other pages.\",\"section_prompt\":\"Essential navigation for site visitors.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Legal Services We Offer\",\"section_description\":\"Describes the variety of legal services available through Cullen Law.\",\"section_prompt\":\"Overview of the firm\\u2019s practice areas.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Personal Injury Law\",\"section_description\":\"Details on how we represent clients in personal injury cases.\",\"section_prompt\":\"Information on our personal injury legal services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Family Law\",\"section_description\":\"Overview of our family law practice and how we support our clients.\",\"section_prompt\":\"Explore our offerings in family law.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Business Law\",\"section_description\":\"Describes our approach to business law and client support.\",\"section_prompt\":\"Insight into the business law services available.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Estate Planning\",\"section_description\":\"Information on how we assist clients with estate planning needs.\",\"section_prompt\":\"Overview of our estate planning services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries we receive about our services and legal processes.\",\"section_prompt\":\"Answers to frequently asked questions regarding our legal representation.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Request a Consultation\",\"section_description\":\"Encourages users to get in touch for personalized legal advice.\",\"section_prompt\":\"Invitation to schedule a consultation with our attorneys.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and additional information.\",\"section_prompt\":\"Includes links to important resources and social media.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Practice Areas\",\"page_description\":\"Blog page featuring legal articles, updates, and news from Cullen Law.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Key navigation links for the website.\",\"section_prompt\":\"Includes essential links for ease of browsing.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Highlights new and informative articles published by the firm.\",\"section_prompt\":\"Catch up on our most recent posts and legal insights.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"Displays a list of recent blog articles and updates.\",\"section_prompt\":\"Access a grid of our latest blog articles and insights.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Stay Informed\",\"section_description\":\"Encourages visitors to keep coming back for updates and new articles.\",\"section_prompt\":\"Discover new content as it\'s published.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Have Questions?\",\"section_description\":\"Provides an opportunity for visitors to reach out for legal inquiries.\",\"section_prompt\":\"Encourages visitors to contact Cullen Law for expert advice.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer linking to vital information and resources.\",\"section_prompt\":\"Links to privacy policy, social media, and contact information.\"}]},{\"page_type\":\"faq\",\"page_title\":\"FAQ\",\"page_description\":\"Find answers to common queries regarding Cullen Law\'s legal services and processes.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section serves as the main navigation header for the FAQ page.\",\"section_prompt\":\"Create a sticky header with the firm logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"An inner banner that introduces the FAQ section, highlighting the purpose of this page.\",\"section_prompt\":\"Design a full-width banner with a background image and overlay text that draws attention to the FAQ topic.\"},{\"section_type\":\"faqs\",\"section_title\":\"Common Questions Answered\",\"section_description\":\"A comprehensive list of frequently asked questions and their respective answers to help clients understand legal processes.\",\"section_prompt\":\"Organize FAQs in an accordion format for easy navigation and readability.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Need More Help?\",\"section_description\":\"A call-to-action section encouraging visitors to reach out for personalized legal assistance or further inquiries.\",\"section_prompt\":\"Include a prominently displayed button linking to the contact page, set against a contrasting background.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing essential links, contact information, and social media icons for final navigation.\",\"section_prompt\":\"Create a responsive footer that organizes content into columns for easy access and visibility.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Page dedicated to showcasing client testimonials and success stories.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for easy access to other sections.\",\"section_prompt\":\"Includes navigation links and firm branding.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"A snapshot of client testimonials to showcase the firm\\u2019s impact.\",\"section_prompt\":\"Share impactful testimonials from clients.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Success Stories\",\"section_description\":\"Compilation of various client testimonials highlighting different services.\",\"section_prompt\":\"Read through client success stories and experiences.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Details on how Cullen Law provides exceptional legal services.\",\"section_prompt\":\"Overview of our unique benefits and client-oriented approach.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Happy Clients\",\"section_description\":\"Encourages potential clients to consider Cullen Law for their legal needs.\",\"section_prompt\":\"Invitation to contact Cullen Law and experience our services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and essential information about the firm.\",\"section_prompt\":\"Links to additional resources and social media.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"The contact page offers essential information for reaching out to Cullen Law.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation links to other pages.\",\"section_prompt\":\"Essential for users to access the rest of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for potential clients to reach out to the firm.\",\"section_prompt\":\"Prompt to connect with Cullen Law.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Office Location\",\"section_description\":\"Contact details, including our location, phone number, and email.\",\"section_prompt\":\"Details on how to contact us including address and phone.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out to Us\",\"section_description\":\"A form to facilitate easy communication with the firm.\",\"section_prompt\":\"Visitors can fill out to get in touch or request information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing essential links and information about the firm.\",\"section_prompt\":\"Includes links to resources and firm details.\"}]}],\"user_prompt\":\"Generate a website for Cullen Law\",\"prompt_id\":1561,\"dev_mode\":true,\"theme\":\"soft\",\"colors\":null,\"fonts\":\"soft-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_69b39e13d994a.png\",\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2026-03-13 05:03:08', '2026-03-13 05:18:14');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1562, 10, 912, '\"Design a professional website for AITTV Web, an AI-driven media and streaming platform. The site should explain how artificial intelligence enhances video streaming, audience engagement, personalized content delivery, and next-generation digital entertainment solutions.\"', '{\"website_title\":\"AITTV Web\",\"website_description\":\"Discover the innovative power of artificial intelligence in media and streaming with AITTV Web. Experience enhanced video quality, personalized content delivery, and dynamic audience engagement through cutting-edge technology.\",\"website_type\":\"professional\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"AI, streaming, media\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to AITTV Web, your gateway to exploring the future of media and streaming through artificial intelligence.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section, featuring navigation links.\",\"section_prompt\":\"Include the main navigation links for easy access to different parts of the website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Breaking News!\",\"section_description\":\"Name Change and relaunch!  From\\n     \\\"The Bea & the Bug Extravaganza for Children!\\\"  to\\n\\\"Adventures in Time -The Ultimate Time Travel Series for Kids! \\\"\\nin schools, venues, and online. Check out our demo below!\\nFeaturing known and lesser-known people from American history and lots of songs and interaction! \\nWe need your support to bring back this exciting show! Use this button to make a Tax-Deductible Donation to the Education & Entertainment Foundation for Adventures in Time!\",\"section_prompt\":\"Showcase the dynamic change AI brings to the streaming world.\",\"selected_slug\":\"hero-banner-full-left-blur\"},{\"section_type\":\"about\",\"section_title\":\"About AITTV Web\",\"section_description\":\"Learn about our mission to leverage cutting-edge technology for a seamless streaming experience.\",\"section_prompt\":\"Outline AITTV Web\'s vision and commitment to AI in streaming.\",\"selected_slug\":\"about-image-rounded-top\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the range of AI-driven services we offer to enhance your streaming experience.\",\"section_prompt\":\"List main services (AI-driven content recommendations, real-time audience analytics, adaptive streaming technology, personalized viewing experiences, innovative entertainment solutions) provided by AITTV Web.\",\"selected_slug\":\"listing-image-card-grid-slider\"},{\"section_type\":\"gallery\",\"section_title\":\"Gallery\",\"section_description\":\"Showcase images or media\",\"selected_slug\":\"images-grid-col-four\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us Today\",\"section_description\":\"Get in touch to learn how AI can revolutionize your streaming experience.\",\"section_prompt\":\"Encourage users to contact AITTV Web for more information.\",\"selected_slug\":\"cta-box-medium-dark\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section for additional links and copyright notice.\",\"section_prompt\":\"Include links to privacy policy and terms of service.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn about AITTV Web\\u2019s mission, vision, and the expertise behind our cutting-edge technology.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section, featuring navigation links.\",\"section_prompt\":\"Include the main navigation links for easy access.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Mission and Vision\",\"section_description\":\"Discover our mission to leverage AI for a seamless streaming experience.\",\"section_prompt\":\"Detail AITTV Web\'s purpose and goals.\"},{\"section_type\":\"about\",\"section_title\":\"The Team Behind AITTV\",\"section_description\":\"Meet the professionals dedicated to transforming streaming through AI.\",\"section_prompt\":\"Introduce the team and their background in AI and media.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"Commitment to Innovation\",\"section_description\":\"We are committed to staying at the forefront of AI technology.\",\"section_prompt\":\"Explain how AITTV Web ensures cutting-edge technology in its services.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Hear from those who have experienced our innovative services.\",\"section_prompt\":\"Include client feedback to highlight AITTV Web\\u2019s impact.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Us\",\"section_description\":\"We invite you to reach out and discover the benefits of our services.\",\"section_prompt\":\"Encourage users to contact AITTV Web for more details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section for additional links and copyright notice.\",\"section_prompt\":\"Include links to privacy policy and terms of service.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with AITTV Web for inquiries, support, or collaboration.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section, featuring navigation links.\",\"section_prompt\":\"Include the main navigation links for easy access.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Reach Out to Us\",\"section_description\":\"We\\u2019re here to assist you with any inquiries.\",\"section_prompt\":\"Introduce the contact page and encourage communication.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill in the form below to reach out to our team.\",\"section_prompt\":\"Provide an easy-to-use contact form for user inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact us via email or our social media channels.\",\"section_prompt\":\"List available contact methods without specific addresses.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"We\'re Here to Help\",\"section_description\":\"Don\'t hesitate to reach out for support or inquiries.\",\"section_prompt\":\"Encourage users to make contact for assistance.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section for additional links and copyright notice.\",\"section_prompt\":\"Include links to privacy policy and terms of service.\"}]}],\"user_prompt\":\"Design a professional website for AITTV Web, an AI-driven media and streaming platform. The site should explain how artificial intelligence enhances video streaming, audience engagement, personalized content delivery, and next-generation digital entertainment solutions.\",\"prompt_id\":1562,\"dev_mode\":true,\"theme\":\"material\",\"colors\":[[88,51,241],[31,31,31]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2026-03-13 06:03:13', '2026-03-13 06:11:18'),
(1563, 10, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"My Travel Blog\",\"website_description\":\"A vibrant and visually captivating blog that showcases my travel experiences and photography, inspiring others to explore the beauty of the world.\",\"website_type\":\"Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel, photography, blog\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Explore my travel adventures through stunning photography and engaging stories.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to my Travel Blog.\",\"section_prompt\":\"Navigating the blog.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Vibrant Photography\",\"section_description\":\"A captivating visual introduction featuring a slideshow of my best travel photographs.\",\"section_prompt\":\"Display a slideshow of captivating travel images.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my passion for travel and photography and what inspires my adventures.\",\"section_prompt\":\"An introduction to my journey as a traveler.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"Showcasing an array of my recent blog entries to keep you updated.\",\"section_prompt\":\"List my latest blog posts (titles and brief descriptions).\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure\",\"section_description\":\"Encouraging visitors to follow my journeys and get inspired to travel.\",\"section_prompt\":\"Call to action inviting visitors to explore more.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information and links.\",\"section_prompt\":\"Information at the bottom of the page.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Get to know my journey as a traveler and photographer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"About Me background\",\"section_prompt\":\"Introduces this section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"Details about my journey in travel and photography.\",\"section_prompt\":\"Narrative of my travel experiences and photographic journey.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Inspiration & Passion\",\"section_description\":\"What inspires me to explore the world and document my adventures.\",\"section_prompt\":\"Insights into what drives my passion for travel.\"},{\"section_type\":\"gallery\",\"section_title\":\"Travel Highlights\",\"section_description\":\"Some highlight photographs that showcase key moments from my travels.\",\"section_prompt\":\"Display some travel highlights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow My Journey\",\"section_description\":\"Inviting readers to keep up with my travels and stories.\",\"section_prompt\":\"Encourage readers to join me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information and links.\",\"section_prompt\":\"Information at the bottom of the page.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Stories\",\"page_description\":\"Explore a collection of articles about my travels, tips, and insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A guide to my travel stories.\",\"section_prompt\":\"Navigating the blog section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"An overview of the most recent blogs I\\u2019ve posted, reflecting my travel experiences.\",\"section_prompt\":\"Highlight new and popular articles.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Explore Posts\",\"section_description\":\"A dynamic grid showcasing my travel articles, rich in photography and tales.\",\"section_prompt\":\"Display my engaging travel stories.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inspire Your Adventure\",\"section_description\":\"Encouraging visitors to read and be inspired by my articles.\",\"section_prompt\":\"A call to action for reading articles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information and links.\",\"section_prompt\":\"Information at the bottom of the page.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Photography Gallery\",\"page_description\":\"A visual showcase of my photography organized by themes and destinations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A gallery displaying my photography.\",\"section_prompt\":\"Navigating this gallery section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Photography Collection\",\"section_description\":\"A diverse collection of my photographic works capturing the beauty of various destinations.\",\"section_prompt\":\"Showcasing my themed photography.\"},{\"section_type\":\"gallery\",\"section_title\":\"Organized Themes\",\"section_description\":\"Photography organized by themes or destinations, inviting viewers to appreciate each piece.\",\"section_prompt\":\"Display photos grouped by location or theme.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact for Collaborations\",\"section_description\":\"Encouraging viewers to reach out for inquires about my photography.\",\"section_prompt\":\"Invite viewers to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information and links.\",\"section_prompt\":\"Information at the bottom of the page.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"A page for readers to contact me for inquiries, collaborations, or feedback.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Reach out and connect with me.\",\"section_prompt\":\"Introduces the Contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Provide details for contacting me regarding any questions or collaborations.\",\"section_prompt\":\"Contact form and necessary details.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Leave a Message\",\"section_description\":\"A form for readers to submit their inquiries or thoughts.\",\"section_prompt\":\"Facilitate communication through a form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information and links.\",\"section_prompt\":\"Information at the bottom of the page.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1563}', '2026-03-17 06:38:50', '2026-03-17 06:38:50'),
(1564, 234, NULL, 'My website name is \"Lovi\", and i want it for my portfolio', '{\"website_title\":\"Lovi\",\"website_description\":\"A personal portfolio showcasing my work, skills, and professional achievements in an engaging format.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"portfolio, personal work, achievements\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The homepage to introduce and feature diverse aspects of my personal brand.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of my portfolio.\",\"section_prompt\":\"Main navigation links to other pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An enticing introduction to who I am and what I do.\",\"section_prompt\":\"Briefly describe myself and my portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A succinct overview of my professional journey and aspirations.\",\"section_prompt\":\"Introduce myself and my background.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Skills\",\"section_description\":\"A visual display of the skills I possess, providing insight into my capabilities.\",\"section_prompt\":\"List my skills (graphic design, web development, writing).\"},{\"section_type\":\"gallery\",\"section_title\":\"My Work Gallery\",\"section_description\":\"A visual representation of my projects that captures the attention of visitors.\",\"section_prompt\":\"Showcase a gallery of my work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encourage visitors to contact me for collaborations or inquiries.\",\"section_prompt\":\"Prompt visitors to reach out.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Highlights of my most recent activities, projects, or blog posts.\",\"section_prompt\":\"List recent updates or blog posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and copyright information.\",\"section_prompt\":\"Footer navigation and info.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"A deeper look into my professional journey and personal inspirations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of my portfolio.\",\"section_prompt\":\"Main navigation links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"Explore my professional milestones and influences.\",\"section_prompt\":\"Share my professional journey.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Influences and Passion\",\"section_description\":\"Highlight the elements that shaped my work and drive.\",\"section_prompt\":\"Discuss influences that shaped my work.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Connecting With Me\",\"section_description\":\"An insight into how my personality drives my work and connections.\",\"section_prompt\":\"Explain how I connect with potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Connect\",\"section_description\":\"Encourage readers to reach out and connect.\",\"section_prompt\":\"Invite readers to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and copyright information.\",\"section_prompt\":\"Footer navigation and info.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Work\",\"page_description\":\"A comprehensive showcase of my projects and accomplishments.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of my portfolio.\",\"section_prompt\":\"Main navigation links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Featured Projects\",\"section_description\":\"A selection of my most notable work, including images and descriptions.\",\"section_prompt\":\"List detailed projects with visuals.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Project Stats\",\"section_description\":\"Showcase key metrics achieved through my work.\",\"section_prompt\":\"Highlight important statistics related my projects.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Project Categories\",\"section_description\":\"Breakdown of my projects into categories like graphic design, web development, and writing.\",\"section_prompt\":\"Categorize my work accordingly.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Working Together?\",\"section_description\":\"Prompt potential clients to reach out for collaboration.\",\"section_prompt\":\"Encourage inquiries for collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and copyright information.\",\"section_prompt\":\"Footer navigation and info.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Feedback\",\"page_description\":\"Selected testimonials and endorsements from clients and colleagues.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of my portfolio.\",\"section_prompt\":\"Main navigation links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Others Say\",\"section_description\":\"Testimonials from clients reflecting on my work and impact.\",\"section_prompt\":\"List client testimonials.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Reviews\",\"section_description\":\"Detailed feedback highlighting clients\' experiences.\",\"section_prompt\":\"Display various reviews and endorsements.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Client List\",\"section_description\":\"Prompt visitors to engage with me based on positive testimonials.\",\"section_prompt\":\"Encourage potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and copyright information.\",\"section_prompt\":\"Footer navigation and info.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Information on how to get in touch with me for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of my portfolio.\",\"section_prompt\":\"Main navigation links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"A simple invitation to contact me for any inquiries or opportunities.\",\"section_prompt\":\"Encourage visitors to reach out.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Display of my email address and links to professional profiles.\",\"section_prompt\":\"Provide my contact information.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to directly send messages to me.\",\"section_prompt\":\"Include a form for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer links and copyright information.\",\"section_prompt\":\"Footer navigation and info.\"}]}],\"user_prompt\":\"My website name is \\\"Lovi\\\", and i want it for my portfolio\",\"prompt_id\":1564}', '2026-03-17 12:04:25', '2026-03-17 12:04:25'),
(1565, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing my creative journey and expertise in graphic design, inviting potential clients and employers to explore my work.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creativity\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where creativity meets professionalism.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Includes links to all main sections of my website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An engaging introduction displaying my passion for design.\",\"section_prompt\":\"An eye-catching slide showcasing my best work.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my journey and expertise in graphic design.\",\"section_prompt\":\"Learn more about my background and design philosophy.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"A selection of my best graphic design projects.\",\"section_prompt\":\"Highlighting key works in branding, illustration, web design, and print.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Discover my latest articles and tips on graphic design.\",\"section_prompt\":\"Curated list of my most recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Collaborate\",\"section_description\":\"Encouragement for visitors to reach out and work together.\",\"section_prompt\":\"A strong call inviting potential clients to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing section with navigational links and copyright information.\",\"section_prompt\":\"Includes copyright and additional resource links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn about my background, experience, and influences in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Includes links to all main sections of my website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey in Design\",\"section_description\":\"An overview of my path in graphic design.\",\"section_prompt\":\"A brief narrative on my experiences and influence.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Design Philosophy\",\"section_description\":\"A look into my design principles and approach.\",\"section_prompt\":\"Insights into my creative process and what drives my work.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Skills and Expertise\",\"section_description\":\"An outline of my core graphic design skills.\",\"section_prompt\":\"Showcasing my strengths in various areas of design.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Inspiration Sources\",\"section_description\":\"Exploring what inspires me in my work.\",\"section_prompt\":\"A mix of images and text highlighting my design inspirations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Encouraging visitors to navigate to my portfolio.\",\"section_prompt\":\"Inviting readers to check out my portfolio page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing section with navigational links and copyright information.\",\"section_prompt\":\"Includes copyright and additional resource links.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"An organized showcase of my graphic design projects across various categories.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Includes links to all main sections of my website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Graphic Design Showcase\",\"section_description\":\"Highlighting my diverse projects and specialized work.\",\"section_prompt\":\"A captivating intro to my portfolio categories.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Project Categories\",\"section_description\":\"Overview of different design categories, each featuring selected projects.\",\"section_prompt\":\"Dividing my works into branding, illustration, web design, and print.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Highlight Projects\",\"section_description\":\"Detailed spotlight on selected key projects.\",\"section_prompt\":\"In-depth descriptions alongside visuals of selected notable works.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback and reviews from clients and colleagues about my work.\",\"section_prompt\":\"A collection of testimonials to build trust with potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to reach out to discuss projects or collaborations.\",\"section_prompt\":\"An invitation for potential clients to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing section with navigational links and copyright information.\",\"section_prompt\":\"Includes copyright and additional resource links.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Feedback from clients and colleagues on my graphic design work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Includes links to all main sections of my website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Feedback\",\"section_description\":\"A showcase of positive testimonials from those I\'ve worked with.\",\"section_prompt\":\"Celebrating the voices of my clients and collaborators.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Reviews and Endorsements\",\"section_description\":\"Detailed testimonials from a diverse range of clients.\",\"section_prompt\":\"Showcasing written feedback and experiences working with me.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Collaborate?\",\"section_description\":\"Encouragement for potential clients to reach out based on positive reviews.\",\"section_prompt\":\"Strong call to action inviting visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing section with navigational links and copyright information.\",\"section_prompt\":\"Includes copyright and additional resource links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Articles and insights on graphic design to engage and inform visitors.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Includes links to all main sections of my website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Insights on Design\",\"section_description\":\"A collection of my thoughts and tips on graphic design trends.\",\"section_prompt\":\"Introducing my blog and the kind of insights I share.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Grid display of my most recent blog posts and articles.\",\"section_prompt\":\"Engaging titles and snippets from my written content.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Inviting visitors to engage with my blog and share their thoughts.\",\"section_prompt\":\"Encouraging comments and interaction with my blog posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing section with navigational links and copyright information.\",\"section_prompt\":\"Includes copyright and additional resource links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for inquiries and collaborations through my contact form.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Includes links to all main sections of my website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact information for potential clients and collaborators.\",\"section_prompt\":\"Encouraging communication for project inquiries.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Form for visitors to fill out for inquiries and messages.\",\"section_prompt\":\"Easy-to-use form to facilitate contact.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Connect\",\"section_description\":\"Closing encouragement for visitors to reach out.\",\"section_prompt\":\"A final prompt to engage visitors in reaching out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing section with navigational links and copyright information.\",\"section_prompt\":\"Includes copyright and additional resource links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1565}', '2026-03-18 05:34:35', '2026-03-18 05:34:35'),
(1566, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing creative graphic design work, skills, and style.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creatives\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An engaging introduction to my graphic design work featuring best projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other sections of the website.\",\"section_prompt\":\"Main navigation for the site.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome\",\"section_description\":\"A brief introduction to my work and what visitors can expect.\",\"section_prompt\":\"Engaging introduction to graphic design portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A snapshot of my background and creative journey.\",\"section_prompt\":\"Personal story sharing my influences and passions.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Highlighted Projects\",\"section_description\":\"Showcases my best works with brief descriptions.\",\"section_prompt\":\"Featured graphic design projects: Branding, Print Design, Web Design, Illustrations.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"A preview of recent blog posts related to graphic design.\",\"section_prompt\":\"Latest articles on design trends and tips.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More\",\"section_description\":\"Encouragement to visit the portfolio and contact me.\",\"section_prompt\":\"Invitation to explore my work and reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information.\",\"section_prompt\":\"Footer with additional links and copyright.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Personal introduction detailing my background and influences in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other sections of the website.\",\"section_prompt\":\"Main navigation for the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Story\",\"section_description\":\"An overview of my creative journey and influences in design.\",\"section_prompt\":\"My background and what inspires my work.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"What Drives Me\",\"section_description\":\"An exploration of motivations and passions behind my design work.\",\"section_prompt\":\"Core inspirations and my design philosophy.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Experiences\",\"section_description\":\"Quotes from clients reflecting on my work and professionalism.\",\"section_prompt\":\"Testimonials from those I\'ve worked with.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Connect\",\"section_description\":\"Encouragement for visitors to reach out with inquiries.\",\"section_prompt\":\"Call to action for networking and inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information.\",\"section_prompt\":\"Footer with additional links and copyright.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Work\",\"page_description\":\"A dedicated space to explore my diverse graphic design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other sections of the website.\",\"section_prompt\":\"Main navigation for the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Portfolio Overview\",\"section_description\":\"Introductory information about the different project categories.\",\"section_prompt\":\"Summary of portfolio categories: Branding, Print, Web, Illustrations.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Project Categories\",\"section_description\":\"Showcase of different categories in my portfolio with links to each.\",\"section_prompt\":\"Categories: Branding, Print Design, Web Design, Illustrations.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Featured Project\",\"section_description\":\"A detailed look at one of my standout projects, including visuals and context.\",\"section_prompt\":\"Highlight an important graphic design piece.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Discover More\",\"section_description\":\"Encouragement to view more works within the portfolio.\",\"section_prompt\":\"Link to explore full portfolio.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information.\",\"section_prompt\":\"Footer with additional links and copyright.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Feedback\",\"page_description\":\"Feedback from clients and collaborators regarding my work and professionalism.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other sections of the website.\",\"section_prompt\":\"Main navigation for the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What People Say\",\"section_description\":\"A page dedicated to client testimonials what they say about my work.\",\"section_prompt\":\"Client feedback and highlights.\"},{\"section_type\":\"reviews\",\"section_title\":\"Professional Insights\",\"section_description\":\"Insights and experiences shared by clients.\",\"section_prompt\":\"Best reviews and ratings from clients about my work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Encouragement for visitors to add their own testimonials or inquiries.\",\"section_prompt\":\"Call to action encouraging feedback.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information.\",\"section_prompt\":\"Footer with additional links and copyright.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"A space for sharing knowledge and experiences related to graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other sections of the website.\",\"section_prompt\":\"Main navigation for the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Overview of my most recent blog posts related to graphic design.\",\"section_prompt\":\"Introduction to the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"Grid displaying snippets of my latest posts about design trends, tips, and experiences.\",\"section_prompt\":\"Preview of blog articles about graphic design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated\",\"section_description\":\"Encouragement for visitors to subscribe for updates.\",\"section_prompt\":\"Invite visitors to stay connected through updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information.\",\"section_prompt\":\"Footer with additional links and copyright.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"A way for visitors to reach out for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other sections of the website.\",\"section_prompt\":\"Main navigation for the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact information and social media links to connect with me.\",\"section_prompt\":\"Contact details including email and social media.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to submit their messages directly.\",\"section_prompt\":\"Simple contact form for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information.\",\"section_prompt\":\"Footer with additional links and copyright.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":1566}', '2026-03-18 05:39:53', '2026-03-18 05:39:54');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(1567, 234, 913, '\"My website nam eis lovi and i want portfolio website\"', '{\"website_title\":\"Lovi\",\"website_description\":\"A personal portfolio showcasing my work, projects, skills, and experiences.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"portfolio, personal, creative\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio. This is where I showcase my work and creative journey.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section where the site title and navigation are displayed.\",\"section_prompt\":\"This section includes navigation links to other pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Lovi\",\"section_description\":\"A captivating hero image that represents my artistic vision.\",\"section_prompt\":\"This section features a stunning image that reflects my work.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction to who I am and what I do.\",\"section_prompt\":\"This section summarizes my background and artistic vision.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"An overview of services I offer to potential clients.\",\"section_prompt\":\"List main services (freelance design, consulting, workshops) provided by me.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Featured Work\",\"section_description\":\"A curated selection of my best projects across different mediums.\",\"section_prompt\":\"Showcase a selection of my projects with images and descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Updates and articles about my work and industry.\",\"section_prompt\":\"A preview of my most recent blog articles or insights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to reach out for collaborations or inquiries.\",\"section_prompt\":\"A prompt encouraging visitors to contact me for potential work.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing copyright and additional navigation links.\",\"section_prompt\":\"This section includes copyright information and links to social media.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Dive deeper into my creative journey and professional background.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to connect to other sections.\",\"section_prompt\":\"This section includes navigation links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Artistic Journey\",\"section_description\":\"A detailed narrative of my experiences and inspirations as an artist.\",\"section_prompt\":\"This section elaborates on my journey and the story behind my work.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Inspirations\",\"section_description\":\"Insights into what inspires my creativity and artistry.\",\"section_prompt\":\"Highlight the key elements that inspire my artistic vision.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Key Skills\",\"section_description\":\"A section detailing the skills that define my work and contributions.\",\"section_prompt\":\"List my core skills (graphic design, photography, writing, etc.).\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Others Say\",\"section_description\":\"Client testimonials that reflect my work and professionalism.\",\"section_prompt\":\"Include quotes and feedback from clients or collaborators.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Encouraging visitors to reach out to collaborate or inquire.\",\"section_prompt\":\"Invite visitors to get in touch for potential collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Laying out copyright and site information.\",\"section_prompt\":\"This section includes copyright information and links to social media.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"An extensive showcase of my creative projects and works.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for accessing different parts of the site.\",\"section_prompt\":\"This section includes navigation links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Showcasing My Work\",\"section_description\":\"An introduction to the portfolio section showcasing my creativity.\",\"section_prompt\":\"Provide an introduction to the portfolio section.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Highlights\",\"section_description\":\"A visual gallery of my most notable projects with descriptions.\",\"section_prompt\":\"Display a selection of standout projects with images.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project Details\",\"section_description\":\"Highlighting my process, challenges, and outcomes for select projects.\",\"section_prompt\":\"Details about individual projects, their challenges, and outcomes.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire About My Work\",\"section_description\":\"Prompt visitors to contact me regarding my projects.\",\"section_prompt\":\"Encourage potential clients to reach out about my services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Providing site navigation and copyright information.\",\"section_prompt\":\"This section includes copyright information and links to social media.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Detailing the services I offer as a creative professional.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation links available across the site.\",\"section_prompt\":\"This section includes navigation links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What I Offer\",\"section_description\":\"An overview of services that represents how I can help others.\",\"section_prompt\":\"List and introduce the different services I provide.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Freelance Design\",\"section_description\":\"Providing graphic design services tailored to client needs.\",\"section_prompt\":\"Details about my freelance design services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Consulting Services\",\"section_description\":\"Offering consulting to bring projects to fruition.\",\"section_prompt\":\"Details about the consulting services I provide.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Workshops\",\"section_description\":\"Conducting workshops to share my knowledge and skills.\",\"section_prompt\":\"Details about workshops available for interested participants.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Commonly asked questions regarding my services.\",\"section_prompt\":\"A section addressing the FAQs related to my services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out\",\"section_description\":\"Encouragement for visitors to inquire about my services.\",\"section_prompt\":\"Invite visitors to contact me for service inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End footer with copyright and navigation links.\",\"section_prompt\":\"This section includes copyright information and links to social media.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me for collaborations or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Site navigation links positioned at the top.\",\"section_prompt\":\"This section includes navigation links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging communication and connections with me.\",\"section_prompt\":\"An invitation to reach out for inquiries.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to send their inquiries directly to me.\",\"section_prompt\":\"Provide a form for users to fill out for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Listing my email address and phone number for direct contact.\",\"section_prompt\":\"Provide my email and other contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Conclude with the footer containing copyright information.\",\"section_prompt\":\"This section includes copyright information and links to social media.\"}]}],\"user_prompt\":\"My website nam eis lovi and i want portfolio website\",\"prompt_id\":1567,\"dev_mode\":false,\"theme\":\"material\",\"colors\":[[88,51,241],[31,31,31]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_69ba3c16aeb91.png\",\"contact_details\":{\"phone_number\":\"+91 5555 555 555\",\"email\":\"lovepreet@42works.net\",\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2026-03-18 05:44:31', '2026-03-18 05:46:01'),
(1568, 10, 914, '\"Genrate theme on Legal Expertise\"', '{\"website_title\":\"Legal Expertise Platform\",\"website_description\":\"A comprehensive resource for individuals and businesses seeking legal advice and services, highlighting legal knowledge and professional qualifications.\",\"website_type\":\"Personal\",\"website_industry\":\"Legal Services\",\"search_query\":\"legal advice, law services, legal resources\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"A welcoming introduction to legal expertise with a summary of qualifications and practice areas.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A navigation bar with links to all the pages.\",\"section_prompt\":null},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Legal Expertise\",\"section_description\":\"An introduction to my legal services, highlighting my dedication to client success.\",\"section_prompt\":\"A brief overview of my legal practice and how I can assist clients.\",\"selected_slug\":\"hero-banner-full\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Information regarding my qualifications and experience in the legal field.\",\"section_prompt\":\"Learn more about my background and commitment to high-quality assistance.\",\"selected_slug\":\"about-overlap-image-left\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Services listing\",\"section_description\":\"Showcase key services\",\"selected_slug\":\"listing-image-card-grid-slider\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet our Team\",\"section_description\":\"Introduce the team\",\"selected_slug\":\"social-cards-slider-img-overlap\"},{\"section_type\":\"testimonials\",\"section_title\":\"Testimonials\",\"section_description\":\"Showcase clients\' success stories\",\"selected_slug\":\"testimonials-slider\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Resources\",\"section_description\":\"Display of the most recent articles and legal information available.\",\"section_prompt\":\"Showcase the latest insights and guides from the Resources page.\",\"selected_slug\":\"post-cards-minimalist\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQs\",\"section_description\":\"Answer common questions\",\"selected_slug\":\"faq-accordion-half-width\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Call to Action\",\"section_description\":\"Urge users to take action\",\"selected_slug\":\"cta-box-material\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Partner Logos\",\"section_description\":\"Display logos of key customers or partners\",\"selected_slug\":\"social-proof-logos-slider-full\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Encourage visitors to contact through a contact form\",\"selected_slug\":\"contact-form-centered\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Services listing\",\"section_description\":\"Showcase key services\",\"selected_slug\":\"listing-image-card-grid-slider\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Show contact information for direct reach\",\"selected_slug\":\"contact-details-material\"},{\"section_type\":\"informational_content\",\"section_title\":\"Static Content\",\"section_description\":\"Display Informational Content\",\"selected_slug\":\"informational-content-minimal-left\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Company details and navigation links at the bottom of the page.\",\"section_prompt\":null}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Detailed background, education, and professional experience in the legal field.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A navigational header for easy access to other pages.\",\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"An overview of my professional pathway leading to legal practice.\",\"section_prompt\":\"Discuss my education and experiences that shaped my legal career.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Qualifications\",\"section_description\":\"Highlighting my degrees, certifications, and legal expertise.\",\"section_prompt\":\"Detail the necessary qualifications and memberships in legal organizations.\"},{\"section_type\":\"informational_content\",\"section_title\":\"My Commitment\",\"section_description\":\"Dedication to providing high-quality legal representations.\",\"section_prompt\":\"A description of my practices, ethics, and client commitment.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out for Support\",\"section_description\":\"Encourage clients to contact me for legal concerns.\",\"section_prompt\":\"Invite potential clients to seek my legal expertise.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content with navigation links and legal disclaimers.\",\"section_prompt\":null}]},{\"page_type\":\"services\",\"page_title\":\"Legal Services\",\"page_description\":\"An overview of various legal services offered.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A navigation bar with links to all pages.\",\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore My Services\",\"section_description\":\"Detailed information about the services I offer.\",\"section_prompt\":\"Outline the different areas of law I specialize in.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Corporate Law\",\"section_description\":\"An overview of my qualifications and approach to corporate law.\",\"section_prompt\":\"Discuss the complexities and my strategies in corporate law.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Family Law\",\"section_description\":\"Description of family law services, highlighting my focus on client needs.\",\"section_prompt\":\"Explore the sensitive nature of family law and my compassionate approach.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Criminal Defense\",\"section_description\":\"Detailed explanation of criminal defense services offered.\",\"section_prompt\":\"Discuss how I advocate for clients in criminal cases.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Intellectual Property\",\"section_description\":\"Brief overview of my intellectual property services.\",\"section_prompt\":\"Highlight the importance of protecting intellectual property rights.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries about my legal services and approach.\",\"section_prompt\":\"Provide answers to the most frequently asked questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact for Services\",\"section_description\":\"Encourage potential clients to inquire more about legal services offered.\",\"section_prompt\":\"Invite visitors to reach out for any specific legal needs.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional navigation and contact info.\",\"section_prompt\":null}]},{\"page_type\":\"resources\",\"page_title\":\"Legal Resources\",\"page_description\":\"A collection of articles, guides, and legal information.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for easy page access.\",\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"Resources for Clients\",\"section_description\":\"Educational materials and information on legal topics of interest.\",\"section_prompt\":\"Provide valuable resources for better understanding legal issues.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Articles\",\"section_description\":\"A grid displaying featured articles that provide insights.\",\"section_prompt\":\"Showcase useful articles that cover various legal topics.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Common Legal Questions\",\"section_description\":\"Address frequently encountered legal questions by clients.\",\"section_prompt\":\"Share insights on common issues that clients face.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More Resources\",\"section_description\":\"Encourage visitors to dive deeper into the resources available.\",\"section_prompt\":\"Invite clients to make use of the provided articles and guides.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer area with site links and legal disclaimers.\",\"section_prompt\":null}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"Feedback and success stories from my clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to other pages.\",\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"What Clients Say\",\"section_description\":\"Showcase testimonials from clients who received my services.\",\"section_prompt\":\"Display genuine client feedback to build credibility.\"},{\"section_type\":\"reviews\",\"section_title\":\"Success Stories\",\"section_description\":\"Highlight some significant victories and client experiences.\",\"section_prompt\":\"Share notable successes and how I helped my clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Success Stories\",\"section_description\":\"Encourage visitors to contact me for legal assistance after reading testimonials.\",\"section_prompt\":\"Invite potential clients to reach out based on success stories.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer area for additional navigation and contact info.\",\"section_prompt\":null}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Information on how to reach out for legal services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the legal expertise site.\",\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement to contact me with legal inquiries.\",\"section_prompt\":\"Guidance on how to reach out for legal advice.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Form for clients to submit inquiries directly.\",\"section_prompt\":\"A simple form for visitors to fill in to get in touch.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"My legal office\'s contact information, including email and phone number.\",\"section_prompt\":\"Provide all relevant contact details for prospective clients.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Include links to other pages and additional information.\",\"section_prompt\":null}]}],\"user_prompt\":\"Genrate theme on Legal Expertise\",\"prompt_id\":1568,\"dev_mode\":true,\"theme\":\"minimalistic\",\"colors\":[[26,188,156],[36,36,36]],\"fonts\":\"minimalistic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2026-03-23 12:39:44', '2026-03-23 13:01:23'),
(1569, 10, 915, '\"Genrate a theme for Carebridge Collective is a community-focused organization supporting individuals affected by TBI, Stroke, Autism, Spinal Cord Injuries, and other disabilities. The platform aims to provide post-treatment resources, education, community support, and opportunities for long-term recovery and employment.\"', '{\"website_title\":\"Carebridge Collective\",\"website_description\":\"A comprehensive platform dedicated to supporting individuals affected by Traumatic Brain Injury, Stroke, Autism, Spinal Cord Injuries, and other disabilities, fostering community and healing.\",\"website_type\":\"Non-Profit Organization\",\"website_industry\":\"Non-Profit Organization\",\"search_query\":\"brain injury, disability support, community resources\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Carebridge Collective, where we support individuals affected by disabilities through community and resources.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Carebridge Collective\",\"section_description\":\"Discover our mission to uplift those affected by disabilities through connection and resources.\",\"section_prompt\":\"Be inspired by our goal of creating a supportive online community for individuals impacted by various disabilities.\",\"selected_slug\":\"hero-banner-bg-bottom\"},{\"section_type\":\"about\",\"section_title\":\"About Carebridge\",\"section_description\":\"Learn about our vision and the founders who began this journey to support individuals with disabilities.\",\"section_prompt\":\"Get insights on our mission, narrative, and how we aim to foster healing and recovery through community.\",\"selected_slug\":\"about-image-rounded-top\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Resources Available\",\"section_description\":\"Explore a range of resources to support your journey.\",\"section_prompt\":\"List main resources available (downloadable guides, educational articles, external resources) provided by Carebridge Collective.\",\"selected_slug\":\"listing-image-card-slider\"},{\"section_type\":\"informational_content\",\"section_title\":\"Static Content\",\"section_description\":\"Display Informational Content\",\"selected_slug\":\"informational-content-material-right\"},{\"section_type\":\"features_listing\",\"section_title\":\"Features listing\",\"section_description\":\"Highlight core features in a grid\",\"selected_slug\":\"feature-card-grid-right\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A full screen banner section for the the main message\",\"selected_slug\":\"hero-banner-full-left-blur\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Encourage visitors to contact through a contact form\",\"selected_slug\":\"contact-form-flat\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]},{\"page_type\":\"about\",\"page_title\":\"About\",\"page_description\":\"Get to know Carebridge Collective, its vision, and the community it serves.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"About Carebridge Collective\",\"section_description\":\"An overview of our organization and what we stand for.\",\"section_prompt\":\"Explore the values and mission that drive Carebridge Collective.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Vision\",\"section_description\":\"We envision a supportive environment for individuals affected by disabilities, encouraging personal and community growth.\",\"section_prompt\":\"Learn about our long-term goals and objectives for the community.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"The Founders\",\"section_description\":\"Meet the inspiration behind Carebridge Collective and their commitment to the cause.\",\"section_prompt\":\"Discover the backgrounds and motivations of our founders.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Community Importance\",\"section_description\":\"Understanding how community support plays a vital role in healing processes.\",\"section_prompt\":\"List the benefits of being part of a supportive community.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us\",\"section_description\":\"Become a part of our journey and help others in the community.\",\"section_prompt\":\"Encourage visitors to get involved with Carebridge Collective.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]},{\"page_type\":\"education\",\"page_title\":\"Mission & Vision\",\"page_description\":\"Empowerment through knowledge and workshops.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"Educational Opportunities\",\"section_description\":\"Information about workshops, webinars, and training sessions.\",\"section_prompt\":\"Explore the educational sessions designed to empower individuals.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Upcoming Sessions\",\"section_description\":\"Learn about upcoming workshops and webinars tailored to your needs.\",\"section_prompt\":\"List our upcoming educational opportunities.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Participate Now\",\"section_description\":\"Sign up for our workshops and start your journey to empowerment.\",\"section_prompt\":\"Encourage visitors to register for educational events.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]},{\"page_type\":\"employment_resources\",\"page_title\":\"What We Offer\",\"page_description\":\"Explore programs and training for employment.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"Employment Support\",\"section_description\":\"Resources available to help individuals with disabilities find employment.\",\"section_prompt\":\"Discover various employment support resources.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Job Listings\",\"section_description\":\"Browse job openings dedicated to individuals with disabilities.\",\"section_prompt\":\"List job opportunities specifically aimed at disabled individuals.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Training Opportunities\",\"section_description\":\"Programs available to help individuals gain necessary skills for employment.\",\"section_prompt\":\"List training programs and workshops available for skill development.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Career Journey\",\"section_description\":\"Find the right resources to take the next step in your career.\",\"section_prompt\":\"Encourage individuals to explore employment resources.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Carebridge Collective.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Carebridge Collective\",\"section_description\":\"We are here to help and answer any inquiries you may have.\",\"section_prompt\":\"Learn how to contact us for support or questions.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to reach us directly.\",\"section_prompt\":\"Provide a contact form for inquiries and support requests.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Please reach out via email or phone for immediate assistance.\",\"section_prompt\":\"Contact us through phone number and email address.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]}],\"user_prompt\":\"Genrate a theme for Carebridge Collective is a community-focused organization supporting individuals affected by TBI, Stroke, Autism, Spinal Cord Injuries, and other disabilities. The platform aims to provide post-treatment resources, education, community support, and opportunities for long-term recovery and employment.\",\"prompt_id\":1569,\"dev_mode\":true,\"theme\":\"material\",\"colors\":[[95,172,69],[16,61,97]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2026-03-31 05:12:30', '2026-03-31 05:22:48');

-- --------------------------------------------------------

--
-- Table structure for table `providers`
--

CREATE TABLE `providers` (
  `id` bigint UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `provider` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `provider_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `providers`
--

INSERT INTO `providers` (`id`, `user_id`, `provider`, `provider_id`, `created_at`, `updated_at`) VALUES
(8, 132, 'google', '101487332167396004632', '2025-09-26 09:41:05', '2025-09-26 09:41:05'),
(9, 142, 'google', '111045757326533303338', '2025-10-09 05:07:16', '2025-10-09 05:07:16'),
(14, 233, 'google', '107496252389653329079', '2026-03-17 06:02:14', '2026-03-17 06:02:14'),
(15, 234, 'google', '109438845512522519474', '2026-03-17 06:52:31', '2026-03-17 06:52:31');

-- --------------------------------------------------------

--
-- Table structure for table `users`
--

CREATE TABLE `users` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `phone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `remember_token` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `role` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'user' COMMENT 'admin. user',
  `trial_ending_at` datetime DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `is_blocked` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`id`, `name`, `email`, `phone`, `email_verified_at`, `password`, `remember_token`, `role`, `trial_ending_at`, `created_at`, `updated_at`, `is_blocked`) VALUES
(1, 'First User', 'first@yopmail.com', '', '2025-08-13 17:14:54', '$2y$10$Im9JGg.oRzoZzAv9Ggr4Kuw2mTBmGz8GdpnN1zlPX2Vln79al2ahu', 'KYzWT8cMkh8d3eBPM3PGFhdfKH48OBdxljd5KYryzlvNXXKaQgf4EJnb3YIo', 'user', NULL, '2025-06-27 02:07:08', '2025-07-25 12:04:33', 0),
(3, 'TEst', 'test@yopmail.com', '81212121', NULL, '$2y$10$EL.bW74Yg79qt8QvYCIoqOt8I6APQW5Y4DhFHxJWiFwcPjzppO/P.', NULL, 'user', '2025-08-31 00:00:00', '2025-06-27 03:46:09', '2025-06-27 03:46:09', 0),
(4, 'test', 'abc@123.com', '12121', NULL, '$2y$10$nmflv1g6cakYlHkV2lnLhOACJE3uQsTeEqpSzWimaL9FwAtI/zJ8W', NULL, 'user', '2025-08-31 00:00:00', '2025-06-27 03:49:03', '2025-06-27 03:49:03', 0),
(5, 'AB', 'abc@12.com', '123', NULL, '$2y$10$naTAol6M9uEqhJ1V/sQ9S.zPQ4svqlEnFoUorfQ93aNVX/dD7Qvgi', NULL, 'user', '2025-08-31 00:00:00', '2025-06-27 06:20:52', '2025-06-27 06:20:52', 0),
(6, 'Test', 'ten@first.com', '1231231231', NULL, '$2y$10$jxES4IJYF448hx6rlyGkEeDWcV.7RtcufsBKLyuHNXJkdHTwsREZu', NULL, 'user', '2025-08-31 00:00:00', '2025-06-27 07:46:41', '2025-06-27 07:46:41', 0),
(7, 'Raman', 'one@two.com', '123123', NULL, '$2y$10$d93E74SaIhaVxwM9L61gEewjwclSb875Y2W.cOI6Yu77pOx4ckuqO', NULL, 'user', '2025-08-31 00:00:00', '2025-07-01 10:11:09', '2025-07-01 10:11:09', 0),
(8, 'Test', 'nishant@bloxby.io', '12312345622', NULL, '$2y$10$1nR8SPXFObEHMoukfiA0F.wfalYUkzkS4XvRU5SRRlQgATl2Ix1TC', NULL, 'user', '2025-08-31 00:00:00', '2025-07-01 11:43:59', '2025-07-01 11:43:59', 0),
(10, 'Gurpreet Singh', 'gurpreet_kaler@42works.net', '8054985132', '2025-09-18 13:18:53', '$2y$10$fOUAFtc2UWZuE2avT1SJEux.SrNWPU3BobVlizt0CLcGooH7sF6LO', 'xILKp8y7eT0TMqFqAlQnueE8QApL8LFuzzypATFHhrltvTkFMYjNroIBqmcQ', 'agency', NULL, '2025-07-03 11:13:24', '2025-12-18 10:30:50', 0),
(11, 'Test', 'test1@bloxby.com', '123123123', NULL, '$2y$10$xT6VI0BlVntEqzcmevO7z.hudx5knMs3xbsKNd/PjLPzMaF4jZdL2', NULL, 'user', '2025-08-31 00:00:00', '2025-07-04 04:04:43', '2025-07-04 04:04:43', 0),
(15, 'Anmol Rajdev', 'anmol@42works.net', '9888399168', '2025-12-08 09:09:26', '$2y$10$3eezFf0CGek7ZlOzt/31IOON/3doaLKelfdEU3XkogGZLxQgEcjGm', 'iwlAsUixCeScM7jIMLkvsApWSSnvRsNRcF9ds3ycd0ppSoa7J8OBTlitAY63', 'agency', NULL, '2025-07-09 10:52:33', '2026-01-05 10:20:22', 0),
(16, 'Jaspreet', 'jaspreetsingh@42works.net', '9855994779', NULL, '$2y$10$UbUpf.oAI.dyXiXg2S96cO.zX5XFqn9dkdNCSg1tOvNlIDYAFFkZO', 'hcQbyX4YfQOWSKuEahU6B9HnzZ8rNhvtQUCf6w1dhTv4KzmX5Y575Pi6IDtB', 'user', '2025-08-31 00:00:00', '2025-07-10 10:59:09', '2025-07-10 10:59:09', 0),
(17, 'Admin', 'bloxby.ai@gmail.com', NULL, '2025-07-11 17:09:31', '$2y$10$y6s21cOQWQ7w6ZSeIjPc9.OVgG77PA8pu/w5avVZfQjAtKEFDfcg6', 'xOcfkb0TgalHtKkURjVrbBvgy0bXU5iaN81aKAhqJaGjyRMykwlMzMAZmIMh', 'admin', NULL, NULL, '2025-11-17 12:08:00', 0),
(18, 'mavin doe', 'mavindoe@yopmail.com', '78457845788', NULL, '$2y$10$nL3xumkC2J6kmUIbpnRhZ.zGKn.3sxRXJktW7MBUpz1wBaxkLCjzi', 'zWkxlIP0A7Gea0lf8v8fYqT6Au72e7OJd0krbWoHekUnbfDcl1rENWhFJOFB', 'user', '2025-08-31 00:00:00', '2025-07-11 11:56:56', '2025-07-21 06:15:50', 0),
(19, 'david ronnie', 'davidronnie@yopmail.com', '656284508757', NULL, '$2y$10$VYtpsf6L6yxwirMkruosYehYDF/2IE8MS7gmVhMy1CSAAH5JrtSFW', 'AZiyKqvAbMnF3HaxAfOl5PDfPfDKm3idomdC1uexORwlZ9nA7M6m57tkOJIn', 'user', '2025-08-31 00:00:00', '2025-07-21 06:40:47', '2025-07-21 06:40:47', 0),
(20, 'cavin orth', 'cavinorth@yopmail.com', '0628450875734333', NULL, '$2y$10$RtxjqPT47HDSgDKWdu3GvuGThidSRCJuMKnj0bJz5wEyZ41sXlvPu', 'WKZQcagr2wzGwxZehYfAFMWQIW1dW9KUuyLh5eM0hNWC3dNQxzZb2LgKfTNz', 'user', '2025-08-31 00:00:00', '2025-07-21 06:55:47', '2025-07-21 06:55:47', 0),
(21, 'Gavin GAvin', 'gavingavin@yopmail.com', '+1123456789101112', NULL, '$2y$10$P40i.BorLUEpHLzb/Tt6dOhrP/1IWBjCgqfDJHB.fxNAXwIQFaD4G', 'SYwv2LXAqBSvGG03R6s1S6Qu3s9W86WjO2BIIIemZ95OXkjyarDsuSMbFjOR', 'user', '2025-08-31 00:00:00', '2025-07-21 07:42:25', '2025-07-22 04:08:49', 0),
(22, 'david john', 'davidjohn@yopmail.c', 'lkjhgfdsasd', NULL, '$2y$10$eB6OFvkbu0iW3Jed3moQYuj/tmkzmEh99EPH0PxzPD2wwfbQj1LUe', '8Y9LN4fhXKqYlDOWFK0W72vVYG5YG3jPyJaNkmPsXMb6F8t8bsoOFyJmRc6K', 'user', '2025-08-31 00:00:00', '2025-07-21 07:48:15', '2025-07-21 09:08:02', 0),
(23, 'loera klin', 'loeraklin@yopmail.com', '+917845127845', NULL, '$2y$10$s6YOCuFZqx7Z9e.NG.T//u5BfJdRmlLlGC0THhW/Jxkdg6xHxa15a', NULL, 'user', '2025-08-31 00:00:00', '2025-07-21 09:20:09', '2025-07-21 09:20:09', 0),
(24, 'Test', 'abc@uk.com', '+18968428602', NULL, '$2y$10$8kZiw3FrAk0IFJp/t8DVC.tTmYPV8wzl9yhKq68lESxEz3q4dbw7S', NULL, 'user', '2025-08-31 00:00:00', '2025-07-23 09:57:20', '2025-07-23 09:57:20', 0),
(27, 'david ronnie', 'opend@yopmail.com', '+17854785478', NULL, '$2y$10$53dAZduHm6vtyQhPnqKH8u5aAPS09Zf.VMgl.ch7bpoqlT5tYaFu2', 'FE8DjOxG7OAGw7IKmRXEzYXZunU4ZgcmcXmF8Rg3IuZe8jVUfDGUeo8FnApz', 'user', '2025-08-31 00:00:00', '2025-07-23 10:07:13', '2025-07-23 10:07:13', 0),
(28, 'yuvan yuvan', 'yuvan@yopmail.com', '+17854785478', NULL, '$2y$10$9cuav3wtjWPaj7cr.Ag0duBUiywhS46ggG9aLiwVXdzg6K7f08DwC', NULL, 'user', '2025-08-31 00:00:00', '2025-07-23 10:11:24', '2025-07-23 10:11:24', 0),
(31, 'Lilly', 'lilly@yopmail.com', '+919855994777', NULL, '$2y$10$yFhhEhKtWkz0z9fzn3zBHeQUdAbNSTHo9T2c6sc9tGA2InuZ.mqp.', 'QNnxtQ62znHKPlVqdzG4iLRmEnrTubnjRXMuSp2nbHYHq57lAdMnXrmQgteP', 'user', '2025-08-31 00:00:00', '2025-07-24 05:43:26', '2025-07-24 05:43:26', 0),
(33, 'bloxbytest', 'bloxbytest@yopmail.com', '+1123123456', NULL, '$2y$10$1oQPHD.gfJVdeguBQNLo4eShENkw.MkI.Qx3EHqffglNiPlTHTXca', NULL, 'user', '2025-08-31 00:00:00', '2025-07-24 06:19:08', '2025-07-24 06:19:08', 0),
(34, 'john Smith', 'johnsmith@yopmail.com', '+17837183065', NULL, '$2y$10$6ZMkBO35CLgm9/CkRJaMMegPum0xImMOU7ERUZc5JaA7z4b4kVWT2', 'Mw2C6jNuPjW0e1jFJD0JIB5qh3anoW2HcwG8IJJZD5Yt07bKnMtMH0pkLizh', 'user', '2025-08-31 00:00:00', '2025-07-24 06:43:56', '2025-07-24 06:43:56', 0),
(35, 'Shelly Cook', 'shellycook@yopmail.com', '+18246183177', NULL, '$2y$10$b0IeLZ4wY.4oTPn2SqD.ZuPUDKw.jnRU/nvOTNnMTsQSER85Svyfu', NULL, 'user', '2025-08-31 00:00:00', '2025-07-24 06:52:37', '2025-07-24 06:52:37', 0),
(36, 'Erica Richmond', 'shellycook1@yopmail.com', '+18246183175', NULL, '$2y$10$AVGgq6O13bvE6B5JCDcuiexFsQAeDHiad6eoXGPFErl/fuf0iV7Qy', NULL, 'user', '2025-08-31 00:00:00', '2025-07-24 06:56:46', '2025-07-24 06:56:46', 0),
(38, 'Genevieve Chase', 'GenevieveChase@yopmail.com', '+11756431665', NULL, '$2y$10$kagkHgRZJbbFe22oc3SFCuEQdTOZuRVIwF9Q6ny5FTg2ns1zbhrYq', 'DSmtr3xOQgNdW12OzmHQAI8Vzgxk5PXKHRmmNOSczLwZnjjcZkJJByMq2pku', 'user', '2025-08-31 00:00:00', '2025-07-24 07:44:55', '2025-07-24 07:51:23', 0),
(39, 'Bahrat', 'bharat@yopmail.com', '+14231241212', NULL, '$2y$10$c0Bwj3BouJxuFwKKDHNxcudHIdkucZUqmGZlNHRcK52ZmgKGCH0wi', NULL, 'user', '2025-08-31 00:00:00', '2025-07-24 07:47:43', '2025-07-24 07:47:43', 0),
(40, 'Aakriti', 'aakriti@yopmail.com', '+919915387164', NULL, '$2y$10$iR9YjU09Ebhz72SWrOv4LOejOFrsgVYTC73ZqXSlfNJSoIi8CXUrS', 'P9NjuadABICZ8dWl80XENR8xNE5e9DyqefiFHdXdD5JnKPj7GcQhduQCMtdT', 'user', '2025-08-31 00:00:00', '2025-07-24 09:55:41', '2025-07-24 09:55:41', 0),
(41, 'shelly craw', 'shellycraw@yopmail.com', '+19856859856', NULL, '$2y$10$mdN.8Il78d9HhnhLl91NgesupyCArX1oPLH3c2GfwM4U9T8TT.KRi', 'UMtPGjtZk1IIjS9aOrrQNxRxxTc6ezbBxdIU137a92wgv3WJvGQGjrP9YfeB', 'user', '2025-08-31 00:00:00', '2025-07-25 10:23:24', '2025-07-25 10:23:24', 0),
(43, 'Jaspreet Singh', 'jaspreetsingh+2@42works.net', '+12342312321', NULL, '$2y$10$QXiNAWJ4iMxg.jTzkhkQsOcPg4YPofOgt1Hx5EXkFlpidsh8CUsMW', NULL, 'user', '2025-08-31 00:00:00', '2025-08-01 11:27:17', '2025-08-01 11:27:17', 0),
(46, 'test', 'test992@yopmail.com', '+19871231231', '2025-08-13 05:17:05', '$2y$10$7LBNpbuo6N7S79idwKQ05Ot/0.2ZZra61On53hhyXVyEVCMjSIX56', 'mG8ukBgQGvOi7bpJO6MuxJCAJYES1xd9vzqUHc1YATKMJWb606mkIfypHirv', 'user', NULL, '2025-08-13 05:16:49', '2025-08-13 05:17:05', 0),
(47, 'Test User', 'test990@yopmail.com', '+1896754312', '2025-08-13 11:15:54', '$2y$10$Ged1HwhLH1GNLWxsEikUouoEfiIeVc6Bvrn4Ko9WPbmwb3qwxgX1i', 'nd8bwvcbG8V0k2SkCUBliw2OpBnPZCicLXdtJKxkNFLk7UlwDXJzMP8TRw48', 'user', NULL, '2025-08-13 11:15:33', '2025-08-13 11:15:54', 0),
(50, 'Gurpreet Singh', 'cornerkaler@gmail.com', '+108054985132', '2025-08-14 10:55:48', '$2y$10$nceh/A/4FcR7rvWzhyNmHemowpqYd7xRy3z0MWFNOjhGME7ZbvCB2', 'GuO7zYojLNDWaZ7POdr66l34GxfdiepUK9V5ZinAmjFsYQf0SNDa54dmE6YA', 'user', NULL, '2025-08-14 10:48:02', '2025-12-08 13:09:56', 0),
(58, 'Nishant', 'tnishant0891@gmail.com', '+919816920332', '2025-08-14 13:23:15', '$2y$10$US0ERi.d6dSO7OiUgAN9bOhqLgMNZNtwevJ2pP9KLIBM.rhZ3oF/S', 'gg5JVWOzFkluM01wV25iiJxm0RVuzfXITO2GppZZJX1BhN3OZ5aBFnsqQfHE', 'user', NULL, '2025-08-14 13:22:58', '2025-08-14 13:23:15', 0),
(82, 'Jaspreet', 'jaspreetsingh+3@42works.net', '+91985599778', '2025-08-29 11:47:32', '$2y$10$7LRs47KwlfCX2/j6akOaYuUxGPPVUKKKIVassUPCkhYh0pzTz3rfu', NULL, 'user', NULL, '2025-08-29 11:47:17', '2025-08-29 11:47:32', 0),
(100, 'tom', 'tomok24797@futurejs.com', '+12354778898', NULL, '$2y$10$edZ7E1j6gQ6ayOFYQnSrSua96IprLSnZdOOTAMZId0V2TmPTv2Pr6', NULL, 'user', '2025-09-08 10:16:51', '2025-09-05 10:16:51', '2025-09-05 10:16:51', 0),
(128, 'Tango Charlie', 'Tango42charlie@gmail.com', NULL, '2025-09-25 05:18:37', '$2y$10$J9ZQH.elWxy2vPmgQc23qOM83jp0pLdWyDvpz/tmkk9qvfCXLIv52', 'hcG3eQIrwga9xbGActGFXN7P9b5to3lF63xdMPEquKzTbyyOmYrcnQXWMV6H', 'agency', NULL, '2025-09-25 04:35:10', '2026-03-17 07:56:21', 0),
(132, 'Anmol Rajdev', 'anmol.rajdev@gmail.com', NULL, '2025-09-26 09:41:05', NULL, NULL, 'agency', NULL, '2025-09-26 09:41:05', '2026-01-05 10:20:59', 0),
(134, 'Gurpreet', 'gurpreetkaler18@gmail.com', NULL, '2025-09-27 11:37:18', '$2y$10$6xbiDT.Dd6WAlkiIBTXS6u.hl4UxHBcTMaNTVH0bxiac4IxsqsbgS', 'dtDGY1VbMZ7qppRIMXhviZiTIBXcjn2B101xUvV00qIgdjAIlkmblZ1RlgNL', 'user', NULL, '2025-09-27 11:36:58', '2025-09-27 11:37:18', 0),
(142, 'Zubair Saifi', 'zubair@42works.net', NULL, '2025-10-09 05:07:16', NULL, NULL, 'user', NULL, '2025-10-09 05:07:16', '2025-10-09 05:07:16', 0),
(179, 'gupta', 'guptarider4@gmail.com', NULL, '2025-10-24 05:39:16', '$2y$10$bhMbjeIZfS0Ht1FEtuJOVOPtLLDfiK9NWap5TGk3gNZC8ACar/2Ea', 'optSOuwH3CQO9H658NRN84UiDXxCPha79PalJtUXLhF9dZvq2Pm8P9CtGpHD', 'user', NULL, '2025-10-24 05:39:16', '2025-11-10 10:46:49', 0),
(189, 'Anmol', 'Test.andrew@gmail.com', NULL, NULL, '$2y$10$TmLe8w6/M2ZvY5BDwJnI.usRgGzqd1SJTwsHXSv09r8vcCX/JtTta', 'lXfLBF4DIK2OigaVTAuGXjDIv4VlSpi6EFJKZXZFU2RSvyORGqAp2JC6MyVU', 'user', '2025-11-02 10:38:00', '2025-10-30 10:38:56', '2025-12-08 10:54:24', 0),
(196, 'Kevin', 'kevin@yopmai.com', NULL, '2025-11-03 11:05:25', '$2y$10$OChAcXRXhkl71B4Zk2FHvOoe5dC14mTKmkFd2aTcEYLVJqpoksd9S', NULL, 'user', NULL, '2025-11-03 11:05:25', '2025-11-03 11:05:25', 0),
(202, 'Anmol Rajdev', 'test.andrew2@gmail.com', NULL, '2025-09-27 11:37:18', '$2y$10$xUW51A6qZ09j2045jKHka.kcfMEx27GMPngWVE9t8N2CI4k7DoIf6', 'CQQEFQnD6h31NvJVaO5FCuliodYVDsTK0QuYNfYT83Zfo7iNVwlHfYWvH35F', 'user', '2026-02-11 06:28:00', '2025-11-14 06:28:24', '2025-11-17 08:14:24', 0),
(203, 'Andrew Sherman', 'vwwebdev@gmail.com', NULL, '2025-11-14 16:16:42', '$2y$10$JdLjZFpwsdOHK.aKZESrr.vYUM.8YSnU7czdV2FvyGvdIZG4XWjRO', '5lfQO0QdYHAXXLyDmNxXjfY3b3IGb8k2eQuwc1yy8jP0xijZV4HXsENYg0ue', 'user', NULL, '2025-11-14 16:16:04', '2025-11-14 16:16:42', 0),
(210, 'Stacey Lopez', 'stalopez08@gmail.com', NULL, '2025-12-02 14:23:52', '$2y$10$umkvNhPSFOjrhHDJFQwoHODF.qDOOLV/whuXpoXk6OyVaCh/PVX4e', '3KSVCPguvl6SULhdhlMN3EYcWFIx62WSQPqU6GD5GmJ75YFeItlcUOiwlXmS', 'user', NULL, '2025-12-02 14:23:20', '2025-12-02 14:23:52', 0),
(215, 'Greg Wise', 'greg@blusharkdigital.com', NULL, '2025-12-04 13:19:35', '$2y$10$/ctBWrFuwvaOI7oQrG2pTu1dKDIN2rfA2sNR1suqEJXh1TNJrDBVq', 'sM8KLPgndcH2rL5fnhp3CyauQmzOcFK64Tl5NQBWhPIu5beNq4kts3EHS8bm', 'agency', NULL, '2025-12-04 13:17:35', '2026-01-07 13:24:25', 0),
(224, 'TEST', 'dagam66418@fftube.com', NULL, NULL, '$2y$10$NM9IsY7UxoFsNgzL/lcbh.8QyihuTn.RnoI/k/6Zy8bQGBujWjukO', 'AxosMelFolzlqcK9HD6hdmcsngiOVm5mD5iCd6q7PhEYqrZLB0MrkCi7dzKv', 'user', '2025-12-20 05:25:00', '2025-12-17 05:25:00', '2025-12-17 05:25:00', 0),
(228, 'TESTLavish', 'lavish171298@gmail.com', NULL, NULL, '$2y$10$6ua16M.qp91ft9aRT5wj0eoQWjSz04mH.jdsUSeS1m7q20bNjW2Qa', NULL, 'user', '2025-12-27 04:59:38', '2025-12-24 04:59:38', '2025-12-24 04:59:38', 0),
(232, 'Govind Singh', 'govind@42works.net', NULL, NULL, '$2y$10$y6s21cOQWQ7w6ZSeIjPc9.OVgG77PA8pu/w5avVZfQjAtKEFDfcg6', NULL, 'user', '2026-02-15 08:10:56', '2026-02-12 08:10:56', '2026-02-12 08:10:56', 0),
(233, 'Anamika Anand', 'anamika@42works.net', NULL, '2026-03-17 06:02:14', NULL, NULL, 'user', NULL, '2026-03-17 06:02:14', '2026-03-17 06:02:14', 0),
(234, 'Lovepreet Singh', 'lovepreet@42works.net', NULL, '2026-03-17 06:52:31', NULL, NULL, 'user', NULL, '2026-03-17 06:52:31', '2026-03-17 06:52:31', 0),
(235, 'Anamika', 'anamikanandrayog@gmail.com', NULL, NULL, '$2y$10$0XrQZSxhfGJfMiUskM5zGemsh7ES/4qqxMUkqDqd5dYA4iCdcS1ZS', NULL, 'user', '2026-03-20 06:54:36', '2026-03-17 06:54:36', '2026-03-17 06:54:36', 0);

-- --------------------------------------------------------

--
-- Table structure for table `user_settings`
--

CREATE TABLE `user_settings` (
  `id` int NOT NULL,
  `user_id` int NOT NULL,
  `websites_limit` int NOT NULL DEFAULT '3',
  `is_wp_admin_access` tinyint NOT NULL DEFAULT '0',
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `user_settings`
--

INSERT INTO `user_settings` (`id`, `user_id`, `websites_limit`, `is_wp_admin_access`, `created_at`, `updated_at`) VALUES
(2, 47, 3, 0, '2025-08-13 11:26:17', '2025-08-13 11:26:17'),
(30, 202, 10, 1, '2025-11-17 08:14:24', '2025-12-08 10:54:39'),
(31, 128, 5, 1, '2025-11-19 07:54:22', '2025-12-26 11:17:59'),
(33, 210, 10, 1, '2025-12-02 14:32:40', '2025-12-08 10:53:21'),
(37, 215, 10, 1, '2025-12-04 13:20:20', '2025-12-08 10:53:08'),
(40, 132, 10, 1, '2025-12-08 10:53:49', '2026-01-05 10:20:52'),
(41, 15, 10, 0, '2025-12-08 10:53:59', '2025-12-08 10:53:59'),
(42, 189, 10, 0, '2025-12-08 10:54:24', '2025-12-08 10:54:24'),
(48, 10, 10, 1, '2026-02-24 10:28:01', '2026-02-24 10:28:01');

-- --------------------------------------------------------

--
-- Table structure for table `websites`
--

CREATE TABLE `websites` (
  `id` bigint UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `prompt_id` int DEFAULT NULL,
  `is_zip_enabled` tinyint(1) NOT NULL DEFAULT '0',
  `active_plan_id` int DEFAULT NULL,
  `stripe_subscription_id` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `cancelled_stripe_subscription_id` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `thumbnail` char(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `dbname` char(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `server_meta` text COLLATE utf8mb4_unicode_ci,
  `is_temp` tinyint(1) NOT NULL DEFAULT '0',
  `status` enum('pending','inprogress','completed','error') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `error` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `domain` char(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `domain_status` enum('pending','inprogress','error','completed') COLLATE utf8mb4_unicode_ci NOT NULL,
  `domain_error` tinytext COLLATE utf8mb4_unicode_ci,
  `trial_mode` tinyint(1) NOT NULL DEFAULT '0',
  `is_website_down` tinyint(1) NOT NULL DEFAULT '0',
  `usage` char(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `usage_status` enum('pending','inprogress','completed') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `usage_checked_at` datetime DEFAULT NULL,
  `is_warning_email_sent` tinyint(1) NOT NULL DEFAULT '0',
  `is_insert_permission_revoked` tinyint(1) NOT NULL DEFAULT '0',
  `next_payment_date` datetime DEFAULT NULL,
  `reminder_email_sent` tinyint(1) NOT NULL DEFAULT '0',
  `is_cancellation_requested` tinyint(1) NOT NULL DEFAULT '0',
  `subscription_end` datetime DEFAULT NULL,
  `last_payment_date` datetime DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `websites`
--

INSERT INTO `websites` (`id`, `user_id`, `prompt_id`, `is_zip_enabled`, `active_plan_id`, `stripe_subscription_id`, `cancelled_stripe_subscription_id`, `title`, `thumbnail`, `path`, `dbname`, `meta`, `server_meta`, `is_temp`, `status`, `error`, `domain`, `domain_status`, `domain_error`, `trial_mode`, `is_website_down`, `usage`, `usage_status`, `usage_checked_at`, `is_warning_email_sent`, `is_insert_permission_revoked`, `next_payment_date`, `reminder_email_sent`, `is_cancellation_requested`, `subscription_end`, `last_payment_date`, `created_at`, `updated_at`, `deleted_at`) VALUES
(24, 7, NULL, 0, NULL, NULL, NULL, 'Explore the World', NULL, 'site_bloxy_wp_24', NULL, NULL, NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-02 11:30:06', 0, 0, NULL, 0, 0, NULL, NULL, '2025-07-01 11:40:19', '2026-04-02 11:30:06', NULL),
(25, 8, NULL, 0, NULL, NULL, NULL, 'Explore the World', NULL, 'site_bloxy_wp_25', NULL, NULL, NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 15:30:05', 0, 0, NULL, 0, 0, NULL, NULL, '2025-07-01 11:43:59', '2026-04-01 15:30:05', NULL),
(32, 11, NULL, 0, NULL, NULL, NULL, 'John Doe\'s Personal Portfolio', NULL, 'site_bloxy_wp_32', 'site_bloxy_db_32', '{\"website_title\":\"John Doe\'s Personal Portfolio\",\"website_description\":\"Welcome to my personal portfolio showcasing my skills, projects, and experiences in web development and design.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Technology\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"My personal homepage where I share my journey and professional highlights.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"This section introduces me and sets the tone for my website.\",\"section_prompt\":\"A large, eye-catching hero section with a welcoming message, perhaps with a background image of a workspace.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about me, my background, and my passion for technology.\",\"section_prompt\":\"A brief overview section with a mix of text and an image of me, laid out in a two-column format.\"},{\"section_type\":\"benefit\",\"section_title\":\"My Skills\",\"section_description\":\"A showcase of the skills I possess, including programming languages and tools I\\u2019m proficient in.\",\"section_prompt\":\"A grid layout displaying icons or images representing each skill with accompanying text.\"},{\"section_type\":\"features_list\",\"section_title\":\"What I Offer\",\"section_description\":\"An overview of the services I provide, including web development, design, and consulting.\",\"section_prompt\":\"A list of services with brief descriptions, using cards or icons for visual appeal.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Check out my latest thoughts and insights on web development trends.\",\"section_prompt\":\"A dynamic section showcasing the titles and snippets of my recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"I\\u2019d love to hear from you! Reach out for collaborations or inquiries.\",\"section_prompt\":\"A bold call-to-action button leading to the contact page, encouraging visitors to connect.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Include links to my social media and other important information here.\",\"section_prompt\":\"Standard footer section with links and copyright information.\"}]}],\"theme\":\"material\",\"colors\":[[[26,188,156],[108,117,125]],[[40,53,102],[152,100,36]],[[58,91,204],[137,137,137]],[[227,54,101],[137,137,137]],[[90,94,50],[219,199,91]],[[95,25,40],[222,135,194]],[[88,51,241],[137,137,137]],[[130,31,160],[244,199,48]],[[141,109,54],[158,189,89]],[[237,103,68],[167,162,160]]],\"fonts\":\"material-font\"}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 15:30:05', 0, 0, NULL, 0, 0, NULL, NULL, '2025-07-04 04:04:43', '2026-04-01 15:30:05', NULL),
(70, 16, NULL, 0, NULL, NULL, NULL, 'Sweet Slice Bakery', NULL, '/bloxby_wp', NULL, NULL, NULL, 1, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 15:30:05', 0, 0, NULL, 0, 0, NULL, NULL, '2025-07-10 10:59:09', '2026-04-01 15:30:05', NULL),
(74, 18, NULL, 0, NULL, NULL, NULL, 'My Testing Website', NULL, '/bloxby_wp', NULL, NULL, NULL, 1, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 15:30:05', 0, 0, NULL, 0, 0, NULL, NULL, '2025-07-11 11:56:56', '2026-04-01 15:30:05', NULL),
(96, 1, NULL, 1, 2, NULL, NULL, 'Fresh Trends', NULL, 'site_bloxy_wp_96', 'site_bloxy_db_96', '{\"website_title\":\"Fresh Trends\",\"website_description\":\"Stay ahead with the latest trends in fashion, technology, and lifestyle.\",\"website_type\":\"Informational\",\"website_industry\":\"Fashion\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The homepage featuring the latest trends and insights.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to Fresh Trends\",\"section_description\":\"Discover the latest in fashion, technology, and lifestyle.\",\"section_prompt\":\"Centered hero section with an engaging image and welcome text.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our mission to bring you the freshest trends.\",\"section_prompt\":\"Introduction to the website\'s purpose and mission, presented in a clear layout.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Trends\",\"section_description\":\"Catch up on the newest articles covering the latest trends.\",\"section_prompt\":\"A visually engaging section highlighting the most recent blog posts about trending topics.\"},{\"section_type\":\"features_list\",\"section_title\":\"Our Features\",\"section_description\":\"Explore the features that set us apart and keep you updated.\",\"section_prompt\":\"List of unique features offered by the website, displayed in a clean grid format.\"},{\"section_type\":\"social_proof\",\"section_title\":\"What Our Readers Say\",\"section_description\":\"Testimonials from our community of trendsetters.\",\"section_prompt\":\"A section showcasing positive feedback and testimonials from users, designed attractively.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Trendsetter Community\",\"section_description\":\"Sign up for our newsletter to stay updated with the latest trends.\",\"section_prompt\":\"Engaging CTA encouraging visitors to subscribe, prominently displayed.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with essential links and information.\",\"section_prompt\":\"Standard footer layout with navigation links, copyright information, and social media icons.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Dive deeper into specific trends and insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Standard header for the blog page with navigation links.\",\"section_prompt\":\"Header layout with logo and navigation items.\"},{\"section_type\":\"banner\",\"section_title\":\"Blog\",\"section_description\":\"Explore our latest articles and insights.\",\"section_prompt\":\"Banner featuring the blog page title prominently.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Trending Posts\",\"section_description\":\"Grid of our latest blog posts on various trends.\",\"section_prompt\":\"Responsive grid layout displaying blog posts with images and excerpts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with essential links and information.\",\"section_prompt\":\"Footer layout with navigation links and contact info.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for inquiries and collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Standard header for the contact page with navigation links.\",\"section_prompt\":\"Header layout with logo and navigation items.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\'d love to hear from you!\",\"section_prompt\":\"Banner with the contact page title and a welcoming message.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to reach us.\",\"section_prompt\":\"Simple, user-friendly contact form for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with essential links and information.\",\"section_prompt\":\"Footer layout with navigation links and contact info.\"}]}],\"theme\":\"material\",\"colors\":[[[26,188,156],[108,117,125]],[[40,53,102],[152,100,36]],[[58,91,204],[137,137,137]],[[227,54,101],[137,137,137]],[[90,94,50],[219,199,91]],[[95,25,40],[222,135,194]],[[88,51,241],[137,137,137]],[[130,31,160],[244,199,48]],[[141,109,54],[158,189,89]],[[237,103,68],[167,162,160]]],\"fonts\":\"material-font\"}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 15:30:05', 0, 0, NULL, 0, 0, NULL, NULL, '2025-07-18 07:01:46', '2026-04-01 15:30:05', NULL),
(100, 22, NULL, 0, NULL, NULL, NULL, 'Wanderlust & Capture', NULL, 'site_bloxy_wp_100', 'site_bloxy_db_100', '{\"website_title\":\"Wanderlust & Capture\",\"website_description\":\"A captivating blog that combines the love for travel and photography, showcasing stunning destinations and photography tips.\",\"website_type\":\"blog\",\"website_industry\":\"Travel & Hospitality\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel and photography blog where I share my adventures around the globe with captivating images and stories.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation header of the website.\",\"section_prompt\":\"Responsive header with logo and navigation links.\"},{\"section_type\":\"hero\",\"section_title\":\"Explore the World Through My Lens\",\"section_description\":\"An introduction to my travel journeys accompanied by stunning photography.\",\"section_prompt\":\"Full-width hero image with captivating text overlay.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my passion for travel and photography, and what inspires me.\",\"section_prompt\":\"Two-column layout with image and written content.\"},{\"section_type\":\"features_list\",\"section_title\":\"What You\\u2019ll Find Here\",\"section_description\":\"Discover a variety of travel stories, photography tips, and destination guides.\",\"section_prompt\":\"Grid layout showcasing different feature categories.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Adventures\",\"section_description\":\"Check out my latest blog posts featuring travel stories and beautiful photography.\",\"section_prompt\":\"Recent posts displayed in a grid format highlighting images and titles.\"},{\"section_type\":\"social_proof\",\"section_title\":\"Join the Community\",\"section_description\":\"Engage with fellow travel enthusiasts and photographers through comments and social media.\",\"section_prompt\":\"Social media links and engagement prompts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Journey!\",\"section_description\":\"Subscribe to my newsletter for updates on new travels and tips directly to your inbox.\",\"section_prompt\":\"Call to action encouraging newsletter signup.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The main footer area with links and copyright.\",\"section_prompt\":\"Simple footer with site map and copyright information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Dive into my travel tales and photography journey through insightful blog posts.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation header of the blog.\",\"section_prompt\":\"Responsive header with logo and navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"My Travel Blog\",\"section_description\":\"Explore various articles on travel and photography.\",\"section_prompt\":\"Wide banner image with the title overlay.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Explore My Posts\",\"section_description\":\"Collection of my latest travel and photography blog posts.\",\"section_prompt\":\"Grid layout displaying post thumbnails with titles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The main footer area with links and copyright.\",\"section_prompt\":\"Simple footer with site map and copyright information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About\",\"page_description\":\"Find out more about my background, my love for travel, and the art of photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation header of the about page.\",\"section_prompt\":\"Responsive header with logo and navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"About Me\",\"section_description\":\"An intimate look into who I am and my journey as a traveler and photographer.\",\"section_prompt\":\"Wide banner image with the title overlay.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"My Journey\",\"section_description\":\"Sharing my experiences and what led me to explore the world through my camera.\",\"section_prompt\":\"Content section with images alongside text.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The main footer area with links and copyright.\",\"section_prompt\":\"Simple footer with site map and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for inquiries, collaborations, or just to say hi!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation header of the contact page.\",\"section_prompt\":\"Responsive header with logo and navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out with any questions or comments you may have.\",\"section_prompt\":\"Wide banner image with the title overlay.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send me a message directly.\",\"section_prompt\":\"Simple contact form for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The main footer area with links and copyright.\",\"section_prompt\":\"Simple footer with site map and copyright information.\"}]}],\"theme\":\"material\",\"colors\":[[[26,188,156],[108,117,125]],[[40,53,102],[152,100,36]],[[58,91,204],[137,137,137]],[[227,54,101],[137,137,137]],[[90,94,50],[219,199,91]],[[95,25,40],[222,135,194]],[[88,51,241],[137,137,137]],[[130,31,160],[244,199,48]],[[141,109,54],[158,189,89]],[[237,103,68],[167,162,160]]],\"fonts\":\"material-font\"}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 16:30:05', 0, 0, NULL, 0, 0, NULL, NULL, '2025-07-21 08:02:19', '2026-04-01 16:30:05', NULL),
(101, 19, NULL, 1, 6, NULL, NULL, 'My Graphic Design Portfolio', NULL, 'site_bloxy_wp_101', 'site_bloxy_db_101', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A showcase of my creative graphic design work, skills, and projects that highlight my passion for design and visual communication.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where I display my creative projects and design expertise.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation section for easy access to all pages.\",\"section_prompt\":\"This is the header for my website, providing navigation links.\"},{\"section_type\":\"hero\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An engaging introduction to my graphic design work and style.\",\"section_prompt\":\"A responsive full-width hero section with a captivating image and introduction text.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about me, my background, and my design philosophy.\",\"section_prompt\":\"A left-aligned section with an image on the right showcasing my biography.\"},{\"section_type\":\"features_list\",\"section_title\":\"My Skills & Services\",\"section_description\":\"A list of my design skills and services provided.\",\"section_prompt\":\"A grid layout highlighting key services and skills I offer in graphic design.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Showcasing my most recent design projects to illustrate my current work.\",\"section_prompt\":\"A section featuring thumbnails of my latest projects that link to detailed case studies.\"},{\"section_type\":\"social_proof\",\"section_title\":\"What Clients Say\",\"section_description\":\"Testimonials from clients who have worked with me.\",\"section_prompt\":\"A carousel layout sharing client testimonials about my design work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to contact me for collaboration or inquiries.\",\"section_prompt\":\"A prominent call-to-action section motivating visitors to reach out through my contact information or form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom section containing additional links and copyright information.\",\"section_prompt\":\"This is the footer of my website where I include copyright and social media links.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"Explore my collection of graphic design projects that exemplify my style and expertise.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation section for easy access to all pages.\",\"section_prompt\":\"This is the header for my portfolio page.\"},{\"section_type\":\"banner\",\"section_title\":\"Portfolio\",\"section_description\":\"A banner that highlights the purpose of this page: showcasing my graphic design work.\",\"section_prompt\":\"A banner with bold typography about exploring my portfolio.\"},{\"section_type\":\"gallery\",\"section_title\":\"Portfolio Gallery\",\"section_description\":\"A visually appealing grid of images showcasing my graphic design work.\",\"section_prompt\":\"A responsive image gallery displaying my work with hover effects for project descriptions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Collaborating?\",\"section_description\":\"A call-to-action encouraging potential clients to reach out.\",\"section_prompt\":\"Prompt visitors to contact me for collaboration in a visually striking manner.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom section containing additional links and copyright information.\",\"section_prompt\":\"This is the footer of my portfolio page.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background, design approach, and professional journey in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation section for easy access to all pages.\",\"section_prompt\":\"This is the header for my about page.\"},{\"section_type\":\"banner\",\"section_title\":\"About Me\",\"section_description\":\"An engaging description of who I am as a designer and professional.\",\"section_prompt\":\"A banner introducing the concept of my design philosophy.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"My Journey\",\"section_description\":\"A detailed narrative of my education, experiences, and evolution as a graphic designer.\",\"section_prompt\":\"A section that combines text with images telling my design journey.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom section containing additional links and copyright information.\",\"section_prompt\":\"This is the footer of my about page.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights and trends in graphic design shared through articles and posts.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation section for easy access to all pages.\",\"section_prompt\":\"This is the header for my blog page.\"},{\"section_type\":\"banner\",\"section_title\":\"Design Insights\",\"section_description\":\"A banner introducing the blog section focusing on design insights and trends.\",\"section_prompt\":\"A visually appealing banner inviting readers to explore blog posts.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Blog Posts\",\"section_description\":\"A grid layout featuring the latest articles on graphic design.\",\"section_prompt\":\"A grid layout displaying all recent blog posts with featured images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated\",\"section_description\":\"Encouragement for visitors to subscribe or follow my blog.\",\"section_prompt\":\"A call-to-action for readers to subscribe and stay updated with new posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom section containing additional links and copyright information.\",\"section_prompt\":\"This is the footer of my blog page.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out to me for inquiries or collaboration opportunities.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation section for easy access to all pages.\",\"section_prompt\":\"This is the header for my contact page.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A section inviting visitors to get in touch with me.\",\"section_prompt\":\"A banner inviting communication with engaging text.\"},{\"section_type\":\"contact\",\"section_title\":\"Get in Touch\",\"section_description\":\"A contact form for inquiries, collaborations, or just to say hi.\",\"section_prompt\":\"A structured form for visitors to contact me with fields for name, email, message, etc.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom section containing additional links and copyright information.\",\"section_prompt\":\"This is the footer of my contact page.\"}]}],\"theme\":\"material\",\"colors\":[[[26,188,156],[108,117,125]],[[40,53,102],[152,100,36]],[[58,91,204],[137,137,137]],[[227,54,101],[137,137,137]],[[90,94,50],[219,199,91]],[[95,25,40],[222,135,194]],[[88,51,241],[137,137,137]],[[130,31,160],[244,199,48]],[[141,109,54],[158,189,89]],[[237,103,68],[167,162,160]]],\"fonts\":\"material-font\"}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 16:30:05', 0, 0, NULL, 0, 0, NULL, NULL, '2025-07-21 10:01:38', '2026-04-01 16:30:05', NULL),
(102, 1, NULL, 1, 2, NULL, NULL, 'Personal Development Journey', NULL, 'site_bloxy_wp_102', 'site_bloxy_db_102', '{\"website_title\":\"Personal Development Journey\",\"website_description\":\"A platform dedicated to exploring personal growth and self-improvement techniques.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Education\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my personal development journey where I share insights and resources for self-improvement.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to My Journey\",\"section_description\":\"An engaging introduction to my personal development path with a brief overview of what you can find on the website.\",\"section_prompt\":\"A full-width hero section with a captivating background image and welcoming text.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my journey, background, and what inspired me to pursue personal development.\",\"section_prompt\":\"A two-column layout with an image on one side and text about me on the other.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out my latest blog posts that share valuable insights and tips on personal growth.\",\"section_prompt\":\"A section that showcases the five most recent blog posts in a grid layout.\"},{\"section_type\":\"features_list\",\"section_title\":\"What I Offer\",\"section_description\":\"Explore the various resources and services I provide to help you on your personal development journey.\",\"section_prompt\":\"A multi-column layout with icons representing different personal development features, each accompanied by brief descriptions.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Others Say\",\"section_description\":\"Read testimonials from people who\'ve benefited from my insights and guidance.\",\"section_prompt\":\"A slider section with quotes and images from individuals sharing their positive experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Me on This Journey\",\"section_description\":\"Sign up for updates and exclusive content to kickstart your personal growth.\",\"section_prompt\":\"A prominent call-to-action with a button linking to a subscription form.\"}]}],\"theme\":\"material\",\"colors\":[[[26,188,156],[108,117,125]],[[40,53,102],[152,100,36]],[[58,91,204],[137,137,137]],[[227,54,101],[137,137,137]],[[90,94,50],[219,199,91]],[[95,25,40],[222,135,194]],[[88,51,241],[137,137,137]],[[130,31,160],[244,199,48]],[[141,109,54],[158,189,89]],[[237,103,68],[167,162,160]]],\"fonts\":\"material-font\"}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 16:30:05', 0, 0, NULL, 0, 0, NULL, NULL, '2025-07-21 10:03:00', '2026-04-01 16:30:05', NULL),
(104, 1, NULL, 1, 2, 'sub_1RnZ6p2cr5BxKmJHavVSIIX5', NULL, 'Test Photography', NULL, 'site_bloxy_wp_104', 'site_bloxy_db_104', '{\"website_title\":\"Test Photography\",\"website_description\":\"A personal portfolio showcasing stunning photography and unique perceptions through the lens.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my photography portfolio. Here, you can explore my work, the services I offer, and more about me.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to My Photography\",\"section_description\":\"An introductory hero section that displays a breathtaking image from my portfolio or a captivating video.\",\"section_prompt\":\"A full-width hero section that includes a background image showcasing my best work, along with an overlay text introducing who I am as a photographer.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my journey as a photographer and what inspires me to capture the world.\",\"section_prompt\":\"A section detailing my background, photography journey, and artistic vision arranged in a visually appealing way.\"},{\"section_type\":\"gallery\",\"section_title\":\"My Portfolio\",\"section_description\":\"Browse through a diverse selection of my photography work, categorized by theme.\",\"section_prompt\":\"A grid layout showcasing thumbnails of my best photographs that link to individual gallery pages.\"},{\"section_type\":\"features_list\",\"section_title\":\"Services Offered\",\"section_description\":\"An overview of the photography services I offer, including portraits, events, and more.\",\"section_prompt\":\"A layout highlighting the different photography services available with brief descriptions for potential clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Stay updated with my latest insights, tips, and photography projects on the blog.\",\"section_prompt\":\"A grid layout that displays the most recent blog entries, complete with images and excerpts.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What My Clients Say\",\"section_description\":\"Read testimonials from happy clients who have experienced my photography services.\",\"section_prompt\":\"A section that presents reviews and testimonials in a carousel format or grid.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Looking to collaborate or need photography services? Let\'s connect!\",\"section_prompt\":\"A clear call-to-action inviting visitors to contact me or look at my services.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A showcase of my best photographic work across various categories.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Portfolio\",\"section_description\":\"This section introduces the array of photographic categories available.\",\"section_prompt\":\"A banner section with bold text and an engaging image that sets the tone for the gallery.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photography Categories\",\"section_description\":\"Explore my work categorized into Portraits, Landscapes, Events, and more.\",\"section_prompt\":\"A categorized gallery with images and links to detailed portfolio sections for each type of photography.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire About My Work\",\"section_description\":\"Interested in my work? Reach out for commissions or collaborations!\",\"section_prompt\":\"A brief section inviting clients to contact me regarding photography services.\"},{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for easy access to all sections.\",\"section_prompt\":\"A top navigation bar that includes links to my home, portfolio, blog, and contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and copyright information.\",\"section_prompt\":\"A section that includes links to social media, copyright notice, and contact info.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights, tips, and stories from my photographic journey.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Blog\",\"section_description\":\"Introduction to my latest thoughts and photography tips.\",\"section_prompt\":\"A banner section that introduces visitors to my blog with an eye-catching image.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Blog Posts\",\"section_description\":\"A grid layout displaying my latest blog posts along with short descriptions to engage readers.\",\"section_prompt\":\"A grid format that displays blog post thumbnails with titles and excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Photography Journey\",\"section_description\":\"Subscribe to my blog for updates on new posts and photography tips.\",\"section_prompt\":\"A section inviting visitors to subscribe to a newsletter or blog updates.\"},{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for easy access to all sections.\",\"section_prompt\":\"A top navigation bar that includes links to my home, portfolio, blog, and contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and copyright information.\",\"section_prompt\":\"A section that includes links to social media, copyright notice, and contact info.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for inquiries about photography services or collaborations.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Contact Me\",\"section_description\":\"How to reach out for photography services or questions.\",\"section_prompt\":\"A banner with a captivating image and inviting title for the contact page.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch with me directly.\",\"section_prompt\":\"A structured form allowing visitors to submit inquiries with fields for name, email, message, etc.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Create Something Amazing\",\"section_description\":\"I look forward to hearing from you soon!\",\"section_prompt\":\"A motivational line encouraging visitors to fill out the contact form.\"},{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for easy access to all sections.\",\"section_prompt\":\"A top navigation bar that includes links to my home, portfolio, blog, and contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and copyright information.\",\"section_prompt\":\"A section that includes links to social media, copyright notice, and contact info.\"}]}],\"theme\":\"material\",\"colors\":[[[26,188,156],[108,117,125]],[[40,53,102],[152,100,36]],[[58,91,204],[137,137,137]],[[227,54,101],[137,137,137]],[[90,94,50],[219,199,91]],[[95,25,40],[222,135,194]],[[88,51,241],[137,137,137]],[[130,31,160],[244,199,48]],[[141,109,54],[158,189,89]],[[237,103,68],[167,162,160]]],\"fonts\":\"material-font\"}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 16:30:05', 0, 0, '2025-08-22 05:51:25', 1, 0, NULL, NULL, '2025-07-22 05:50:01', '2026-04-01 16:30:05', NULL),
(107, 1, NULL, 0, 2, 'sub_1Rnxr72cr5BxKmJHRSYxabOY', NULL, 'SecurePay Gateway', NULL, 'site_bloxy_wp_107', 'site_bloxy_db_107', '{\"website_title\":\"SecurePay Gateway\",\"website_description\":\"SecurePay Gateway is a robust payment processing solution designed to facilitate secure and efficient transactions for businesses of all sizes. Our platform offers various features to enhance the payment experience.\",\"website_type\":\"Business\",\"website_industry\":\"Technology\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to SecurePay Gateway, your go-to solution for payment processing. Discover our features and how we can help streamline your transactions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding area at the top of the page.\",\"section_prompt\":\"Responsive design at the top of the homepage that includes the logo and main navigation links.\"},{\"section_type\":\"hero\",\"section_title\":\"SecurePay Gateway\",\"section_description\":\"Explore the future of payment processing with SecurePay.\",\"section_prompt\":\"Full-width hero section with a compelling background image and a clear call to action.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission and commitment to secure payment solutions.\",\"section_prompt\":\"Brief overview of the company and its vision, presented in a visually appealing format.\"},{\"section_type\":\"features_list\",\"section_title\":\"Features of Our Service\",\"section_description\":\"We offer APIs, fraud detection, multi-currency support, and seamless integrations.\",\"section_prompt\":\"A grid layout showcasing key features of our payment gateway, with icons.\"},{\"section_type\":\"social_proof\",\"section_title\":\"Trusted by Leading Brands\",\"section_description\":\"See who uses SecurePay Gateway.\",\"section_prompt\":\"Logos of well-known clients displayed in a responsive grid format.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Check out our latest articles about payment processing news.\",\"section_prompt\":\"A brief section to introduce the latest blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Sign up for a free trial of SecurePay Gateway and transform your payment processing.\",\"section_prompt\":\"A bold call to action prompting visitors to sign up, with a button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer area with links and social media icons.\",\"section_prompt\":\"A responsive footer with additional navigation and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore our range of services designed to streamline your payment processing.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Our Services\",\"section_description\":\"Overview of our various payment solutions and offerings.\",\"section_prompt\":\"Banner with the title of the services page, visually distinguished.\"},{\"section_type\":\"service_detail\",\"section_title\":\"API Integration\",\"section_description\":\"Seamless APIs that integrate with your business software for effortless transactions.\",\"section_prompt\":\"Details about API integration, showcasing benefits and features.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Fraud Detection\",\"section_description\":\"Advanced algorithms to detect and prevent fraudulent transactions in real time.\",\"section_prompt\":\"Information about fraud detection services offered by SecurePay.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Multi-Currency Support\",\"section_description\":\"Support for multiple currencies for your international customers.\",\"section_prompt\":\"Details on how this service helps businesses expand globally.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Customer Support\",\"section_description\":\"24\\/7 customer support to assist you whenever you need help.\",\"section_prompt\":\"Information about the dedicated customer support available to clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for Custom Solutions\",\"section_description\":\"Reach out to discuss tailored payment processing solutions.\",\"section_prompt\":\"A call to action encouraging visitors to contact for custom services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer area with links and social media icons.\",\"section_prompt\":\"A responsive footer with additional navigation and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Stay updated with the latest trends and insights in payment processing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding area at the top of the blog page.\",\"section_prompt\":\"Responsive design at the top of the blog page that includes the logo and main links.\"},{\"section_type\":\"banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Explore the latest insights and updates in the payment processing industry.\",\"section_prompt\":\"Banner with the title of the blog page.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Articles\",\"section_description\":\"Check out our featured articles on various payment topics.\",\"section_prompt\":\"Grid layout displaying the latest blog posts with images and short descriptions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer area with links and social media icons.\",\"section_prompt\":\"A responsive footer with additional navigation and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with SecurePay Gateway for inquiries or support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding area at the top of the contact page.\",\"section_prompt\":\"Responsive design at the top of the contact page that includes the logo and main links.\"},{\"section_type\":\"banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We\'d love to hear from you! Reach out for support or inquiries.\",\"section_prompt\":\"Banner with the title of the contact page.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"Submit your questions or requests using the form below.\",\"section_prompt\":\"Contact form for user inquiries, including name, email, and message fields.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer area with links and social media icons.\",\"section_prompt\":\"A responsive footer with additional navigation and contact information.\"}]}],\"theme\":\"material\",\"colors\":[[[26,188,156],[108,117,125]],[[40,53,102],[152,100,36]],[[58,91,204],[137,137,137]],[[227,54,101],[137,137,137]],[[90,94,50],[219,199,91]],[[95,25,40],[222,135,194]],[[88,51,241],[137,137,137]],[[130,31,160],[244,199,48]],[[141,109,54],[158,189,89]],[[237,103,68],[167,162,160]]],\"fonts\":\"material-font\"}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 18:00:07', 0, 0, '2025-08-23 08:16:52', 0, 1, NULL, NULL, '2025-07-23 08:15:40', '2026-04-01 18:00:07', NULL);
INSERT INTO `websites` (`id`, `user_id`, `prompt_id`, `is_zip_enabled`, `active_plan_id`, `stripe_subscription_id`, `cancelled_stripe_subscription_id`, `title`, `thumbnail`, `path`, `dbname`, `meta`, `server_meta`, `is_temp`, `status`, `error`, `domain`, `domain_status`, `domain_error`, `trial_mode`, `is_website_down`, `usage`, `usage_status`, `usage_checked_at`, `is_warning_email_sent`, `is_insert_permission_revoked`, `next_payment_date`, `reminder_email_sent`, `is_cancellation_requested`, `subscription_end`, `last_payment_date`, `created_at`, `updated_at`, `deleted_at`) VALUES
(108, 27, NULL, 1, 1, NULL, NULL, 'My Graphic Design Portfolio', NULL, 'site_bloxy_wp_108', 'site_bloxy_db_108', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A portfolio website showcasing my graphic design work, featuring my projects, skills, and creative process.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Entertainment\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where you can explore my creative works and artistic journey.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header to access various sections of the portfolio.\",\"section_prompt\":\"Include a navigation menu linking to different pages of the portfolio.\"},{\"section_type\":\"hero\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An inviting introduction with a captivating visual to draw visitors in.\",\"section_prompt\":\"A full-width hero image with an overlay text welcoming visitors to my design portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief biography introducing me and my background in graphic design.\",\"section_prompt\":\"A responsive section with my photo and a short paragraph about my journey as a graphic designer.\"},{\"section_type\":\"features_list\",\"section_title\":\"My Skills\",\"section_description\":\"A list of key graphic design skills and tools I specialize in.\",\"section_prompt\":\"A grid format displaying my skills such as Adobe Photoshop, Illustrator, and more.\"},{\"section_type\":\"gallery\",\"section_title\":\"My Work\",\"section_description\":\"Showcasing selected pieces of my graphic design work and projects.\",\"section_prompt\":\"A gallery with thumbnails of various design projects that are clickable to view larger versions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Highlighting my most recent graphic design projects and updates.\",\"section_prompt\":\"A section featuring the latest work with images and brief descriptions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"A prompt encouraging visitors to contact me for inquiries.\",\"section_prompt\":\"A responsive call-to-action button leading to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer containing copyright information and social media links.\",\"section_prompt\":\"Include links to my social media profiles and copyright information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A detailed showcase of my graphic design projects, categorized for easy navigation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the portfolio page.\",\"section_prompt\":\"Include a navigation menu for easy access to portfolio categories.\"},{\"section_type\":\"banner\",\"section_title\":\"My Graphic Design Projects\",\"section_description\":\"A title section showcasing my collection of graphic design projects.\",\"section_prompt\":\"A simple banner with the title of the page.\"},{\"section_type\":\"gallery\",\"section_title\":\"Projects Gallery\",\"section_description\":\"A gallery displaying individual projects with descriptions and images.\",\"section_prompt\":\"A grid format displaying project thumbnails that link to each project\'s detail page.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Working Together?\",\"section_description\":\"A prompt for potential clients to reach out about collaboration.\",\"section_prompt\":\"A prominent call-to-action button leading to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer with navigation and social media links.\",\"section_prompt\":\"Include links to my social profiles and copyright information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Blog featuring articles about graphic design trends, tips, and insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigational header for the blog page.\",\"section_prompt\":\"Include a navigation menu for accessing blog posts.\"},{\"section_type\":\"banner\",\"section_title\":\"Latest on Graphic Design\",\"section_description\":\"An introductory banner for the blog section, highlighting what visitors can find within.\",\"section_prompt\":\"A simple banner with the title of the blog page.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"A grid layout showcasing the latest blog posts with featured images and excerpts.\",\"section_prompt\":\"A responsive grid displaying recent articles with links to full posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encouraging visitors to subscribe to my blog for the latest articles.\",\"section_prompt\":\"A subscription form for readers to keep updated on new blog posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with navigation and links to social media.\",\"section_prompt\":\"Include links to my social profiles and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for inquiries, collaborations or feedback.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header to access the contact form.\",\"section_prompt\":\"Include a navigation menu linking to other sections of the site.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Me\",\"section_description\":\"The contact page title section inviting visitors to reach out.\",\"section_prompt\":\"A banner displaying the title of the contact page.\"},{\"section_type\":\"contact\",\"section_title\":\"Get In Touch\",\"section_description\":\"A contact form to allow visitors to send me messages directly.\",\"section_prompt\":\"Implement a contact form with fields for name, email, message, and a \'Submit\' button.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Looking Forward to Hearing from You!\",\"section_description\":\"Encouragement for visitors to fill out the contact form.\",\"section_prompt\":\"A brief statement reinforcing the importance of their feedback.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing copyright information and social links.\",\"section_prompt\":\"Include links to my social profiles and copyright information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background, approach, and passion for graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the about page.\",\"section_prompt\":\"Include a navigation menu linking to other sections.\"},{\"section_type\":\"banner\",\"section_title\":\"Who I Am\",\"section_description\":\"An introductory section about my identity and design philosophy.\",\"section_prompt\":\"A banner presenting the title of the about page with an engaging background.\"},{\"section_type\":\"about\",\"section_title\":\"My Journey\",\"section_description\":\"A narrative of my experiences, education, and inspirations in graphic design.\",\"section_prompt\":\"A detailed text section describing my journey and what motivates me as a designer.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate\",\"section_description\":\"Encouragement for visitors to reach out regarding potential collaborations.\",\"section_prompt\":\"A call-to-action button that leads to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with necessary links and copyright information.\",\"section_prompt\":\"Include links to my social profiles and copyright information.\"}]}],\"theme\":\"material\",\"colors\":[[[26,188,156],[108,117,125]],[[40,53,102],[152,100,36]],[[58,91,204],[137,137,137]],[[227,54,101],[137,137,137]],[[90,94,50],[219,199,91]],[[95,25,40],[222,135,194]],[[88,51,241],[137,137,137]],[[130,31,160],[244,199,48]],[[141,109,54],[158,189,89]],[[237,103,68],[167,162,160]]],\"fonts\":\"material-font\"}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 18:00:07', 0, 0, NULL, 0, 0, NULL, NULL, '2025-07-23 10:07:13', '2026-04-01 18:00:07', NULL),
(109, 28, NULL, 0, 6, 'sub_1RnzxC2cr5BxKmJHS7xmQtkB', NULL, 'My Graphic Design Portfolio', NULL, 'site_bloxy_wp_109', 'site_bloxy_db_109', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A curated collection of my graphic design works, showcasing creativity, talent, and services offered.\",\"website_type\":\"portfolio\",\"website_industry\":\"Entertainment\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio. Discover my creative journey and works.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"This is the first impression of my work, showcasing a vibrant array of designs.\",\"section_prompt\":\"A full-width hero section with a captivating background image showcasing my best work.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Get to know a little more about me and my journey as a graphic designer.\",\"section_prompt\":\"A left-aligned section with an engaging photo of me and a brief background on my experience.\"},{\"section_type\":\"benefit\",\"section_title\":\"What I Offer\",\"section_description\":\"A summary of the key services I provide as a graphic designer.\",\"section_prompt\":\"A responsive 3-column layout highlighting my services with icons for visual appeal.\"},{\"section_type\":\"gallery\",\"section_title\":\"My Works\",\"section_description\":\"Browse through some of my favorite projects and designs.\",\"section_prompt\":\"A grid layout showcasing thumbnail images of my design projects.\"},{\"section_type\":\"features_list\",\"section_title\":\"Why Choose Me?\",\"section_description\":\"Four key points that highlight my strengths and qualities as a designer.\",\"section_prompt\":\"A visually appealing row highlighting each feature with icons.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Catch up with my latest blog posts or design updates.\",\"section_prompt\":\"A concise section displaying titles and excerpts from my most recent blog entries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Work Together!\",\"section_description\":\"I\'m excited to collaborate. Reach out for inquiries and consultations.\",\"section_prompt\":\"A bold call-to-action button prompting visitors to contact me.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A detailed view of my graphic design projects, showcasing my skills and versatility.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu to explore sections of the portfolio.\",\"section_prompt\":\"A simple and clean header with all essential navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"Portfolio\",\"section_description\":\"An eye-catching banner that introduces the portfolio section.\",\"section_prompt\":\"A visually striking section with bold text and captivating background.\"},{\"section_type\":\"gallery\",\"section_title\":\"My Projects\",\"section_description\":\"Explore each of my graphic design projects in detail.\",\"section_prompt\":\"A grid layout presenting each project with options to view more details.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in My Work?\",\"section_description\":\"Contact me for collaborations or inquiries about my projects.\",\"section_prompt\":\"A compelling call-to-action section that encourages visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Conclusion and links to social media and contact information.\",\"section_prompt\":\"Footer with copyright notice and links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background, design philosophy, and experience.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu to explore the About page.\",\"section_prompt\":\"A simple header with links for easy navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"About Me\",\"section_description\":\"An engaging introduction to my background as a graphic designer.\",\"section_prompt\":\"A dedicated banner section that encapsulates my design ethos.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"A narrative about my experience and growth in the graphic design field.\",\"section_prompt\":\"A text block providing details about my professional journey and key milestones.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"I would love to hear from you! Reach out for collaborations or inquiries.\",\"section_prompt\":\"A clear call-to-action inviting visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and other important information.\",\"section_prompt\":\"Footer with relevant links for easy access.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights, tips, and updates from my graphic design journey.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the blog section.\",\"section_prompt\":\"A clean header that provides easy navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Blog\",\"section_description\":\"An inviting banner introducing visitors to my blog.\",\"section_prompt\":\"A visual section with dynamic images or typography.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"A curated grid of my most recent blog entries related to graphic design.\",\"section_prompt\":\"A 2 or 3-column grid layout featuring images, titles, and excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation!\",\"section_description\":\"Encouragement to engage with my blog through comments or social media.\",\"section_prompt\":\"A friendly prompt inviting users to comment and share their thoughts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final links and copyright information for the blog.\",\"section_prompt\":\"A footer with consistent styling and relevant links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for collaborations, questions, or consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Providing a navigation menu for the contact page.\",\"section_prompt\":\"A directed navigation header.\"},{\"section_type\":\"banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"An inviting banner encouraging contact.\",\"section_prompt\":\"A simple banner with welcoming text.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"A detailed form to reach out directly.\",\"section_prompt\":\"A structured form with fields for name, email, message, and submit button.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Looking Forward to Connecting!\",\"section_description\":\"Let\\u2019s get the conversation started!\",\"section_prompt\":\"A concise closing statement with a motivational tone.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General footer information and links.\",\"section_prompt\":\"A footer summarizing contact information and social links.\"}]}],\"theme\":\"material\",\"colors\":[[[26,188,156],[108,117,125]],[[40,53,102],[152,100,36]],[[58,91,204],[137,137,137]],[[227,54,101],[137,137,137]],[[90,94,50],[219,199,91]],[[95,25,40],[222,135,194]],[[88,51,241],[137,137,137]],[[130,31,160],[244,199,48]],[[141,109,54],[158,189,89]],[[237,103,68],[167,162,160]]],\"fonts\":\"material-font\"}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 18:00:07', 0, 0, '2025-08-23 10:31:17', 0, 0, NULL, NULL, '2025-07-23 10:30:06', '2026-04-01 18:00:07', NULL),
(110, 28, NULL, 0, NULL, NULL, NULL, 'My Graphic Design Portfolio', NULL, 'site_bloxy_wp_110', 'site_bloxy_db_110', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A curated collection of my creative work in graphic design, showcasing my skills and projects.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The main entry point to my graphic design portfolio, highlighting my work and skills.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section with the website logo and navigation links.\",\"section_prompt\":\"Responsive top navigation bar guiding visitors to various sections.\"},{\"section_type\":\"hero\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"A captivating introduction to my graphic design skills and professional journey.\",\"section_prompt\":\"Large, full-width image showcasing my best work with an engaging tagline.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"An overview of my background, experience, and design philosophy.\",\"section_prompt\":\"Brief text section with a professional photo and detailed background.\"},{\"section_type\":\"features_list\",\"section_title\":\"My Services\",\"section_description\":\"Outline of services offered including branding, web design, and illustration.\",\"section_prompt\":\"A grid display of services with icons and brief descriptions.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Works\",\"section_description\":\"A selection of my favorite design projects, displayed in a visually appealing gallery.\",\"section_prompt\":\"Grid layout of images linking to detailed project descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Showcasing my most recent work including blog links for in-depth insights.\",\"section_prompt\":\"A section presenting thumbnails and titles of the latest project posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to connect with me for collaborations or inquiries.\",\"section_prompt\":\"Simple section with a button leading to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with social media links and copyright information.\",\"section_prompt\":\"Standard footer layout with links and my copyright statement.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background and design philosophy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section with links to home and contact.\",\"section_prompt\":\"Standard navigation header for easy access.\"},{\"section_type\":\"banner\",\"section_title\":\"About Me\",\"section_description\":\"Introduction to who I am and my design journey.\",\"section_prompt\":\"Full-width banner featuring my name and a brief tagline.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Background\",\"section_description\":\"Detailed insight into my education and professional experiences.\",\"section_prompt\":\"Text-focused section outlining my career path.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Explanation of my approach to design and what inspires my work.\",\"section_prompt\":\"Reflective text sharing my values and thought processes.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with essential links.\",\"section_prompt\":\"Easy access to main navigation items and social media.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"Detailed view of my design projects and case studies.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header for navigating to other sections.\",\"section_prompt\":\"Consistent navigation header for user convenience.\"},{\"section_type\":\"banner\",\"section_title\":\"My Work\",\"section_description\":\"Overview of my design projects and their impact.\",\"section_prompt\":\"Bold banner with project highlights.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"Grid layout featuring key projects with links to individual case studies.\",\"section_prompt\":\"Visual showcase organizing projects for easy browsing.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire About A Project\",\"section_description\":\"Encouragement for potential clients to reach out for collaboration.\",\"section_prompt\":\"Engaging section with a button link to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with copyright and contact links.\",\"section_prompt\":\"Standard footer layout providing essential information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights, tips, and design musings.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for accessing main site features.\",\"section_prompt\":\"Familiar header facilitating exploration of the site.\"},{\"section_type\":\"banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"Introduction to design trends, tips, and personal experiences.\",\"section_prompt\":\"Engaging banner inviting readers to explore the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"Grid layout displaying my latest blog articles on graphic design.\",\"section_prompt\":\"Organized section of posts with snippet previews.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with quick links and social media connections.\",\"section_prompt\":\"Standard footer layout to keep users engaged.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for collaboration or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header with navigation options.\",\"section_prompt\":\"Standard section ensuring easy navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Invitation for visitors to contact me directly.\",\"section_prompt\":\"Prominent section encouraging visitor engagement.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"Simple form for inquiries or feedback.\",\"section_prompt\":\"Form section for users to fill out with their details and message.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and copyright notices.\",\"section_prompt\":\"Final section providing navigational assistance.\"}]}],\"theme\":\"minimalistic\",\"colors\":[[[26,188,156],[108,117,125]],[[40,53,102],[152,100,36]],[[58,91,204],[137,137,137]],[[227,54,101],[137,137,137]],[[90,94,50],[219,199,91]],[[95,25,40],[222,135,194]],[[88,51,241],[137,137,137]],[[130,31,160],[244,199,48]],[[141,109,54],[158,189,89]],[[237,103,68],[167,162,160]],[[5,8,8],[210,116,55]]],\"fonts\":\"minimalistic-font\"}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 18:00:07', 0, 0, NULL, 0, 0, NULL, NULL, '2025-07-23 10:36:59', '2026-04-01 18:00:07', NULL),
(111, 27, NULL, 1, 1, NULL, NULL, 'My Graphic Design Portfolio', NULL, 'site_bloxy_wp_111', 'site_bloxy_db_111', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A curated collection of my graphic design work, showcasing creativity and professional excellence across various projects.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my personal graphic design portfolio where creativity meets professionalism.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section that contains the logo and navigation links.\",\"section_prompt\":\"Include the logo on the left and navigation links on the right, using a responsive layout.\"},{\"section_type\":\"hero\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An inviting overview highlighting my skills in graphic design and a brief introduction about me.\",\"section_prompt\":\"Create a full-width hero section with an engaging background image and a brief introduction text centered.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background, experience, and design philosophy.\",\"section_prompt\":\"Provide an engaging description of my journey and passion for graphic design.\"},{\"section_type\":\"features_list\",\"section_title\":\"What I Offer\",\"section_description\":\"Outline the key services and capabilities I provide as a graphic designer.\",\"section_prompt\":\"Create a grid layout that highlights services such as branding, illustration, logo design, and more.\"},{\"section_type\":\"gallery\",\"section_title\":\"My Work Gallery\",\"section_description\":\"A selection of my best graphic design projects, showcasing diverse styles and techniques.\",\"section_prompt\":\"Display a gallery of images representing my work in a responsive grid format.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Get insights and updates on my latest thoughts in graphic design.\",\"section_prompt\":\"Show a preview of the three latest blog posts related to graphic design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encourage visitors to connect with me for potential projects or inquiries.\",\"section_prompt\":\"Provide contact details or a link to the contact page in a prominent manner.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing copyright information and social media links.\",\"section_prompt\":\"Include copyright notice and links to social media profiles.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"More details about my journey, skills, and experiences as a graphic designer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section that contains the logo and navigation links.\",\"section_prompt\":\"Include the logo on the left and navigation links on the right, using a responsive layout.\"},{\"section_type\":\"banner\",\"section_title\":\"About Me\",\"section_description\":\"A focused section dedicated to my background and experiences in graphic design.\",\"section_prompt\":\"A simple banner section that includes the page title.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"A narrative on how I became a graphic designer and my evolution in the field.\",\"section_prompt\":\"Provide a detailed description of my journey, educational background, and key milestones.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing copyright information and social media links.\",\"section_prompt\":\"Include copyright notice and links to social media profiles.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Gallery\",\"page_description\":\"Explore my extensive portfolio of graphic design work across various projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section that contains the logo and navigation links.\",\"section_prompt\":\"Include the logo on the left and navigation links on the right, using a responsive layout.\"},{\"section_type\":\"banner\",\"section_title\":\"My Design Gallery\",\"section_description\":\"Showcase of my graphic design projects.\",\"section_prompt\":\"A simple banner section that includes the page title.\"},{\"section_type\":\"gallery\",\"section_title\":\"Portfolio Pieces\",\"section_description\":\"A detailed gallery of selected graphic design works categorized by type or project.\",\"section_prompt\":\"Display a grid gallery of images with brief descriptions of each work.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing copyright information and social media links.\",\"section_prompt\":\"Include copyright notice and links to social media profiles.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Thoughts and insights on graphic design and the creative process.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section that contains the logo and navigation links.\",\"section_prompt\":\"Include the logo on the left and navigation links on the right, using a responsive layout.\"},{\"section_type\":\"banner\",\"section_title\":\"My Blog\",\"section_description\":\"A place to share my insights on graphic design and trends.\",\"section_prompt\":\"A simple banner section that includes the page title.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"A grid view of my latest blog posts about graphic design.\",\"section_prompt\":\"Show a grid layout of blog posts with images and excerpts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing copyright information and social media links.\",\"section_prompt\":\"Include copyright notice and links to social media profiles.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for design projects or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section that contains the logo and navigation links.\",\"section_prompt\":\"Include the logo on the left and navigation links on the right, using a responsive layout.\"},{\"section_type\":\"banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Provide easy access for visitors to reach out to me.\",\"section_prompt\":\"A simple banner section that includes the page title.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"A form that visitors can use to reach out to me directly with their queries.\",\"section_prompt\":\"Design a user-friendly contact form asking for name, email, subject, and message.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing copyright information and social media links.\",\"section_prompt\":\"Include copyright notice and links to social media profiles.\"}]}],\"theme\":\"material\",\"colors\":[[[26,188,156],[108,117,125]],[[40,53,102],[152,100,36]],[[58,91,204],[137,137,137]],[[227,54,101],[137,137,137]],[[90,94,50],[219,199,91]],[[95,25,40],[222,135,194]],[[88,51,241],[137,137,137]],[[130,31,160],[244,199,48]],[[141,109,54],[158,189,89]],[[237,103,68],[167,162,160]]],\"fonts\":\"material-font\"}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 18:00:07', 0, 0, NULL, 0, 0, NULL, NULL, '2025-07-23 10:49:18', '2026-04-01 18:00:07', NULL),
(112, 33, NULL, 0, NULL, NULL, NULL, 'My Personal Portfolio', NULL, '/bloxby_wp', NULL, NULL, NULL, 2, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 18:00:08', 0, 0, NULL, 0, 0, NULL, NULL, '2025-07-24 06:19:53', '2026-04-01 18:00:08', NULL),
(113, 1, NULL, 0, NULL, NULL, NULL, 'John Doe\'s Portfolio', NULL, '/bloxby_wp', NULL, NULL, NULL, 2, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 18:00:08', 0, 0, NULL, 0, 0, NULL, NULL, '2025-07-24 06:22:47', '2026-04-01 18:00:08', NULL),
(114, 27, NULL, 0, NULL, NULL, NULL, 'Boost SEO & Marketing', NULL, '/bloxby_wp', NULL, NULL, NULL, 2, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 18:30:07', 0, 0, NULL, 0, 0, NULL, NULL, '2025-07-24 06:33:45', '2026-04-01 18:30:07', NULL),
(115, 27, NULL, 0, NULL, NULL, NULL, 'SEO & Marketing Excellence', NULL, '/bloxby_wp', NULL, NULL, NULL, 2, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 18:30:07', 0, 0, NULL, 0, 0, NULL, NULL, '2025-07-24 06:36:26', '2026-04-01 18:30:07', NULL),
(116, 27, NULL, 0, NULL, NULL, NULL, 'Wanderlust Lens', NULL, '/bloxby_wp', NULL, NULL, NULL, 2, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 18:30:07', 0, 0, NULL, 0, 0, NULL, NULL, '2025-07-24 06:41:47', '2026-04-01 18:30:07', NULL),
(117, 34, NULL, 0, NULL, NULL, NULL, 'My Personal Portfolio', NULL, '/bloxby_wp', NULL, NULL, NULL, 2, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 18:30:07', 0, 0, NULL, 0, 0, NULL, NULL, '2025-07-24 06:45:48', '2026-04-01 18:30:07', NULL),
(118, 36, NULL, 0, NULL, NULL, NULL, 'My Graphic Design Portfolio', NULL, '/bloxby_wp', NULL, NULL, NULL, 2, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 18:30:08', 0, 0, NULL, 0, 0, NULL, NULL, '2025-07-24 06:59:15', '2026-04-01 18:30:08', NULL),
(119, 1, NULL, 0, NULL, NULL, NULL, 'My Personal Gaming Blog', NULL, '/bloxby_wp', NULL, NULL, NULL, 2, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 19:00:06', 0, 0, NULL, 0, 0, NULL, NULL, '2025-07-24 07:37:51', '2026-04-01 19:00:06', NULL),
(120, 38, NULL, 0, NULL, NULL, NULL, 'Wanderlust Lens', NULL, '/bloxby_wp', NULL, NULL, NULL, 2, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 19:00:06', 0, 0, NULL, 0, 0, NULL, NULL, '2025-07-24 07:44:59', '2026-04-01 19:00:06', NULL),
(122, 1, NULL, 0, 2, 'sub_1RoekD2cr5BxKmJHWIzFczCx', NULL, 'My Personal Portfolio', NULL, 'site_bloxy_wp_122', 'site_bloxy_db_122', '{\"website_title\":\"My Personal Portfolio\",\"website_description\":\"A showcase of my work, skills, and personal projects.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Education\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my personal portfolio website, where you can explore my projects, skills, and experiences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section containing navigation links to other pages.\",\"section_prompt\":\"Include a responsive navigation bar with links to Home, About, Projects, Blog, and Contact.\"},{\"section_type\":\"hero\",\"section_title\":\"Hero\",\"section_description\":\"An engaging introduction that showcases my name and tagline.\",\"section_prompt\":\"A full-width hero image with a brief introduction about me, left-aligned text, and a call-to-action button.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my background and interests.\",\"section_prompt\":\"A well-structured paragraph about my educational background and hobbies.\"},{\"section_type\":\"features_list\",\"section_title\":\"Services I Offer\",\"section_description\":\"Highlighting the key services I provide.\",\"section_prompt\":\"A grid layout showcasing the different services I specialize in, like web development, graphic design, and consultation.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"A preview of the most recent blog posts I\'ve written.\",\"section_prompt\":\"List the titles and snippets of my latest blog entries in a visually appealing grid.\"},{\"section_type\":\"gallery\",\"section_title\":\"My Work Gallery\",\"section_description\":\"A visual showcase of my projects and accomplishments.\",\"section_prompt\":\"A grid display of images representing my projects with titles overlayed.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Encouraging visitors to contact me for collaboration or inquiries.\",\"section_prompt\":\"A clear call-to-action to reach out through the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer containing links and copyright information.\",\"section_prompt\":\"Standard footer with copyright notice and additional navigation links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background and expertise.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section containing navigation links to other pages.\",\"section_prompt\":\"Include a responsive navigation bar with links to Home, About, Projects, Blog, and Contact.\"},{\"section_type\":\"banner\",\"section_title\":\"About Me\",\"section_description\":\"Detailing my personal and professional journey.\",\"section_prompt\":\"A prominent banner that introduces my story.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"My Journey\",\"section_description\":\"An overview of my educational and career history.\",\"section_prompt\":\"A two-column layout with text on one side and an image of me on the other.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer containing links and copyright information.\",\"section_prompt\":\"Standard footer with copyright notice and additional navigation links.\"}]},{\"page_type\":\"projects\",\"page_title\":\"My Projects\",\"page_description\":\"A showcase of the projects I\'ve been involved with.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section containing navigation links to other pages.\",\"section_prompt\":\"Include a responsive navigation bar with links to Home, About, Projects, Blog, and Contact.\"},{\"section_type\":\"banner\",\"section_title\":\"Recent Projects\",\"section_description\":\"An overview of some of my notable projects.\",\"section_prompt\":\"A header banner describing my projects.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Showcase\",\"section_description\":\"A grid or masonry layout showcasing various projects.\",\"section_prompt\":\"Images and brief descriptions of each project in a visually appealing grid.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer containing links and copyright information.\",\"section_prompt\":\"Standard footer with copyright notice and additional navigation links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Read my thoughts and insights on various topics.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section containing navigation links to other pages.\",\"section_prompt\":\"Include a responsive navigation bar with links to Home, About, Projects, Blog, and Contact.\"},{\"section_type\":\"banner\",\"section_title\":\"My Blog\",\"section_description\":\"An introduction to the types of topics I cover in my blog.\",\"section_prompt\":\"A visually appealing banner that encourages visitors to read more.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"A collection of blog entries with titles, dates, and summaries.\",\"section_prompt\":\"Grid layout presenting the latest blog posts with a thumbnail and teaser text.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer containing links and copyright information.\",\"section_prompt\":\"Standard footer with copyright notice and additional navigation links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out to me for inquiries or collaboration opportunities.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section containing navigation links to other pages.\",\"section_prompt\":\"Include a responsive navigation bar with links to Home, About, Projects, Blog, and Contact.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A welcoming invitation to visitors to get in touch.\",\"section_prompt\":\"A prominent banner encouraging visitors to fill out the contact form.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to fill out with their inquiries.\",\"section_prompt\":\"A well-structured contact form layout capturing the user\'s name, email, message, and a submit button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer containing links and copyright information.\",\"section_prompt\":\"Standard footer with copyright notice and additional navigation links.\"}]}],\"theme\":\"material\",\"colors\":[[[26,188,156],[108,117,125]],[[40,53,102],[152,100,36]],[[58,91,204],[137,137,137]],[[227,54,101],[137,137,137]],[[90,94,50],[219,199,91]],[[95,25,40],[222,135,194]],[[88,51,241],[137,137,137]],[[130,31,160],[244,199,48]],[[141,109,54],[158,189,89]],[[237,103,68],[167,162,160]]],\"fonts\":\"material-font\"}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 19:00:06', 0, 0, '2025-10-25 06:04:36', 0, 1, NULL, NULL, '2025-07-24 08:22:09', '2026-04-01 19:00:06', NULL);
INSERT INTO `websites` (`id`, `user_id`, `prompt_id`, `is_zip_enabled`, `active_plan_id`, `stripe_subscription_id`, `cancelled_stripe_subscription_id`, `title`, `thumbnail`, `path`, `dbname`, `meta`, `server_meta`, `is_temp`, `status`, `error`, `domain`, `domain_status`, `domain_error`, `trial_mode`, `is_website_down`, `usage`, `usage_status`, `usage_checked_at`, `is_warning_email_sent`, `is_insert_permission_revoked`, `next_payment_date`, `reminder_email_sent`, `is_cancellation_requested`, `subscription_end`, `last_payment_date`, `created_at`, `updated_at`, `deleted_at`) VALUES
(124, 19, NULL, 0, 6, 'sub_1RoL9o2cr5BxKmJHa1IZsjpQ', NULL, 'My Graphic Design Portfolio', NULL, 'site_bloxy_wp_124', 'site_bloxy_db_124', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Explore my creative journey through a collection of my graphic design works, showcasing my skills, styles, and artistic evolution.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio homepage where I share my graphic design journey and projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website.\",\"section_prompt\":\"Include navigation to other pages.\"},{\"section_type\":\"hero\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"A visual introduction to my work and creativity.\",\"section_prompt\":\"Responsive full-width hero section with a captivating background image.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"An overview of my journey, mission, and what inspires my designs.\",\"section_prompt\":\"A left-aligned section with a short bio about myself and my work.\"},{\"section_type\":\"features_list\",\"section_title\":\"What I Offer\",\"section_description\":\"Highlighting my skills and services in graphic design including branding, illustration, and web design.\",\"section_prompt\":\"A multi-column layout of feature highlights with icons.\"},{\"section_type\":\"gallery\",\"section_title\":\"Gallery of Works\",\"section_description\":\"A showcase of my graphic design projects arranged in categories.\",\"section_prompt\":\"A grid layout that displays thumbnails of my projects for visual impact.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Check out my recent blog posts about design trends and my creative process.\",\"section_prompt\":\"A section displaying titles and excerpts from my latest blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to contact me for potential projects.\",\"section_prompt\":\"A prominent call-to-action button inviting visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links to social media and additional site info.\",\"section_prompt\":\"Include links to my social media and copyright information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A dedicated page showcasing my graphic design projects in detail.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website.\",\"section_prompt\":\"Include navigation to other pages.\"},{\"section_type\":\"banner\",\"section_title\":\"My Work\",\"section_description\":\"A prominent header introducing my portfolio page.\",\"section_prompt\":\"A visually appealing banner that sets the tone for the portfolio.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Projects\",\"section_description\":\"A selection of projects that highlight my design capabilities.\",\"section_prompt\":\"Grid layout displaying projects with images and short descriptions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Working Together?\",\"section_description\":\"Encouraging visitors to reach out if interested in collaboration.\",\"section_prompt\":\"A section prompting visitors to contact me for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links to social media and additional site info.\",\"section_prompt\":\"Include links to my social media and copyright information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background, experience, and design philosophy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website.\",\"section_prompt\":\"Include navigation to other pages.\"},{\"section_type\":\"banner\",\"section_title\":\"About Me\",\"section_description\":\"A header section introducing my background.\",\"section_prompt\":\"Include an engaging image related to my design background.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"My Background\",\"section_description\":\"Detail my journey into graphic design, my education, and experiences.\",\"section_prompt\":\"A text section complemented with an image representing my journey.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Explaining what drives my creativity and approach to design.\",\"section_prompt\":\"A written section discussing my principles and inspirations in design.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links to social media and additional site info.\",\"section_prompt\":\"Include links to my social media and copyright information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"A space where I share insights, tips, and trends in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website.\",\"section_prompt\":\"Include navigation to other pages.\"},{\"section_type\":\"banner\",\"section_title\":\"My Blog\",\"section_description\":\"An attractive header for my blog section.\",\"section_prompt\":\"An engaging header design for the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"A grid of my most recent articles related to design.\",\"section_prompt\":\"A grid layout showcasing blog post titles and excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encouraging visitors to subscribe to my blog or newsletter.\",\"section_prompt\":\"A call-to-action inviting visitors to subscribe for more content.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links to social media and additional site info.\",\"section_prompt\":\"Include links to my social media and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me for collaborations or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website.\",\"section_prompt\":\"Include navigation to other pages.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A welcoming header to the contact page.\",\"section_prompt\":\"A simple banner welcoming visitors to this page.\"},{\"section_type\":\"contact\",\"section_title\":\"Let\'s Connect\",\"section_description\":\"A contact form for inquiries and collaboration requests.\",\"section_prompt\":\"Display a contact form with fields for name, email, and message.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links to social media and additional site info.\",\"section_prompt\":\"Include links to my social media and copyright information.\"}]}],\"theme\":\"material\",\"colors\":[[[26,188,156],[108,117,125]],[[40,53,102],[152,100,36]],[[58,91,204],[137,137,137]],[[227,54,101],[137,137,137]],[[90,94,50],[219,199,91]],[[95,25,40],[222,135,194]],[[88,51,241],[137,137,137]],[[130,31,160],[244,199,48]],[[141,109,54],[158,189,89]],[[237,103,68],[167,162,160]]],\"fonts\":\"material-font\"}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 19:00:06', 0, 0, '2025-08-24 09:09:43', 0, 0, NULL, NULL, '2025-07-24 09:03:54', '2026-04-01 19:00:06', NULL),
(125, 40, NULL, 1, 1, NULL, NULL, 'Elegant Salon Services', NULL, 'site_bloxy_wp_125', 'site_bloxy_db_125', '{\"website_title\":\"Elegant Salon Services\",\"website_description\":\"Your go-to destination for top-notch hair and beauty services that leave you feeling and looking fabulous.\",\"website_type\":\"Business Website\",\"website_industry\":\"Beauty & Wellness\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Elegant Salon Services, where beauty meets style and care.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to Elegant Salon\",\"section_description\":\"Explore our luxurious salon environment designed for your comfort and relaxation.\",\"section_prompt\":\"This section serves as the main introduction, showcasing a beautiful and inviting visual of the salon with a welcoming message.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Discover our passionate team of beauty professionals dedicated to providing outstanding services.\",\"section_prompt\":\"This section will highlight the salon\'s story, mission, and the expertise of the team members with engaging images.\"},{\"section_type\":\"features_list\",\"section_title\":\"Our Services\",\"section_description\":\"An overview of the exceptional services we offer, from haircuts to facials.\",\"section_prompt\":\"This section lists the main services offered, ideally in a visually appealing grid or list.\"},{\"section_type\":\"gallery\",\"section_title\":\"Our Work\",\"section_description\":\"Browse through our portfolio of stunning makeovers and hairstyles.\",\"section_prompt\":\"This section showcases a gallery of before and after images demonstrating the salon\'s capabilities.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Read the experiences of our satisfied clients and why they love our services.\",\"section_prompt\":\"This section presents quotes from clients along with their photos, creating a personal connection.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Trends & Tips\",\"section_description\":\"Stay updated with our latest blog posts on hair and beauty trends.\",\"section_prompt\":\"Visitors will find snippets of the latest blog content to engage and encourage them to click through.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Appointment Today!\",\"section_description\":\"Don\'t wait! Schedule your visit to our salon for a wonderful experience.\",\"section_prompt\":\"This final section is a strong call to action that encourages visitors to book their appointments through a visible button.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Explore the range of beauty services we provide at Elegant Salon.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Our Services\",\"section_description\":\"An overview of all the services we offer at our salon.\",\"section_prompt\":\"This section will introduce the services with a visually appealing header and background.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Haircuts & Styling\",\"section_description\":\"Expert cutting and styling that shapes your look to perfection.\",\"section_prompt\":\"Detailing the different haircut and styling options available, including pricing and stylist recommendations.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Color Treatments\",\"section_description\":\"Vibrant colors that enhance your natural beauty.\",\"section_prompt\":\"This section provides information on the various color treatment options available at the salon.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Facials & Skincare\",\"section_description\":\"Refreshing and rejuvenating facial treatments tailored to your skin type.\",\"section_prompt\":\"Detailing different facial offerings along with benefits and pricing.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready for a Makeover?\",\"section_description\":\"Contact us to schedule your beauty session and pamper yourself.\",\"section_prompt\":\"A call to action encouraging page visitors to book their chosen service right away.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section where essential links and information reside.\",\"section_prompt\":\"All pages will have a footer with additional information, links to policy pages, and social media.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Dive into the latest hair and beauty trends, tips, and advice.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and branding for the blog page.\",\"section_prompt\":\"Standard header with blog navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"Beauty Blog\",\"section_description\":\"Stay informed with our beauty tips and insights.\",\"section_prompt\":\"A visually appealing header that introduces the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"Explore our latest articles on beauty and wellness.\",\"section_prompt\":\"This section features a grid layout showcasing recent blog posts and their teasers.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section where essential links and information reside.\",\"section_prompt\":\"Consistent footer across all pages with valuable links and brand information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for inquiries and appointments.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and branding for the contact page.\",\"section_prompt\":\"Standard header with contact page navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\'d love to hear from you! Reach out with any questions or appointment requests.\",\"section_prompt\":\"A friendly introduction to the contact section.\"},{\"section_type\":\"contact\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to send us a message directly.\",\"section_prompt\":\"Contact form for visitors to enter their name, email, and message.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section where essential links and information reside.\",\"section_prompt\":\"Consistent footer presenting all relevant links and social media.\"}]}],\"theme\":\"material\",\"colors\":[[[26,188,156],[108,117,125]],[[40,53,102],[152,100,36]],[[58,91,204],[137,137,137]],[[227,54,101],[137,137,137]],[[90,94,50],[219,199,91]],[[95,25,40],[222,135,194]],[[88,51,241],[137,137,137]],[[130,31,160],[244,199,48]],[[141,109,54],[158,189,89]],[[237,103,68],[167,162,160]]],\"fonts\":\"material-font\"}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 19:00:06', 0, 0, NULL, 0, 0, NULL, NULL, '2025-07-24 09:59:57', '2026-04-01 19:00:06', NULL),
(126, 19, NULL, 0, 2, 'sub_1RoMJR2cr5BxKmJHrRdftjlx', NULL, 'Wanderlust Captured', NULL, 'site_bloxy_wp_126', 'site_bloxy_db_126', '{\"website_title\":\"Wanderlust Captured\",\"website_description\":\"A delightful blog featuring breathtaking travel experiences and stunning photography from around the world.\",\"website_type\":\"Personal Blog\",\"website_industry\":\"Travel & Hospitality\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel and photography blog where adventures come alive.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to Wanderlust Captured\",\"section_description\":\"An inspiring introduction to the blog that showcases travel and photography.\",\"section_prompt\":\"Responsive hero section with a full-width background image of a breathtaking landscape, overlaying a welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A short story about me, my passion for travel and photography.\",\"section_prompt\":\"Left-aligned section with a personal portrait and text about my journey.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Posts\",\"section_description\":\"Discover my most recent travel blogs and photography highlights.\",\"section_prompt\":\"Grid layout featuring thumbnails of the latest blog posts.\"},{\"section_type\":\"features_list\",\"section_title\":\"What You Will Find Here\",\"section_description\":\"Explore travel tips, stunning photos, and inspiring stories from various destinations.\",\"section_prompt\":\"A bullet list of featured areas: Travel Guides, Photography Tips, Travel Gear Reviews.\"},{\"section_type\":\"social_proof\",\"section_title\":\"Join Our Community\",\"section_description\":\"See what readers say about my blog, their experiences, and shared journeys.\",\"section_prompt\":\"Testimonial carousel with quotes from readers.\"},{\"section_type\":\"gallery\",\"section_title\":\"Photo Gallery\",\"section_description\":\"A showcase of breathtaking photographs from my travels.\",\"section_prompt\":\"Three-column layout containing visually captivating travel photos.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Embark on a Journey Together!\",\"section_description\":\"Encourage readers to follow the blog, subscribe, and join me on future adventures.\",\"section_prompt\":\"Prominent button inviting readers to subscribe to the newsletter.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Explore all my travel stories and photography endeavors.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation and branding section of the blog.\",\"section_prompt\":\"Includes logo and navigation menu.\"},{\"section_type\":\"banner\",\"section_title\":\"Blog\",\"section_description\":\"An engaging header for the blog page.\",\"section_prompt\":\"Simple banner with the title \'Blog\' centered on the page.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Travel & Photography Posts\",\"section_description\":\"A grid layout presenting all my blog posts on travel and photography.\",\"section_prompt\":\"Dynamic grid layout showing post titles, featured images, and excerpts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links and copyright information.\",\"section_prompt\":\"Simple footer with links to privacy policy and contact.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey in travel and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation and branding area for easy access.\",\"section_prompt\":\"Includes logo and navigation menu.\"},{\"section_type\":\"banner\",\"section_title\":\"About Me\",\"section_description\":\"Introduction to my travel and photography passion.\",\"section_prompt\":\"A centered banner with a photo of me in action.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"My Story\",\"section_description\":\"Share my experiences, challenges, and joy in travel and photography.\",\"section_prompt\":\"Text section alongside a few representative travel images.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and copyright information.\",\"section_prompt\":\"Simple footer with links to resources.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for collaborations, inquiries, or just to say hello!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation and branding area to navigate easily.\",\"section_prompt\":\"Includes logo and navigation menu.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A welcoming section inviting messages from readers.\",\"section_prompt\":\"Centered banner with the title \'Contact Me\' and an inviting image.\"},{\"section_type\":\"contact\",\"section_title\":\"Reach Out\",\"section_description\":\"Contact form for readers and potential collaborators.\",\"section_prompt\":\"Responsive layout featuring a contact form for inquiries and connections.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains links and copyright information.\",\"section_prompt\":\"Simple footer with links to privacy policy and terms.\"}]}],\"theme\":\"material\",\"colors\":[[[26,188,156],[108,117,125]],[[40,53,102],[152,100,36]],[[58,91,204],[137,137,137]],[[227,54,101],[137,137,137]],[[90,94,50],[219,199,91]],[[95,25,40],[222,135,194]],[[88,51,241],[137,137,137]],[[130,31,160],[244,199,48]],[[141,109,54],[158,189,89]],[[237,103,68],[167,162,160]]],\"fonts\":\"material-font\"}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 19:00:06', 0, 0, '2025-08-24 10:23:43', 0, 0, NULL, NULL, '2025-07-24 10:21:26', '2026-04-01 19:00:06', NULL),
(127, 19, NULL, 0, 2, 'sub_1RokDu2cr5BxKmJH30tPK8ST', NULL, 'Wanderlust & Captures', NULL, 'site_bloxy_wp_127', 'site_bloxy_db_127', '{\"website_title\":\"Wanderlust & Captures\",\"website_description\":\"A captivating travel and photography blog that inspires wanderers and photography enthusiasts alike.\",\"website_type\":\"blog\",\"website_industry\":\"Travel & Hospitality\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Wanderlust & Captures, where travel meets photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation bar for easy access to different sections of the website.\",\"section_prompt\":\"Standard website header with logo and navigation links.\"},{\"section_type\":\"hero\",\"section_title\":\"Explore the World Through My Lens\",\"section_description\":\"A captivating introduction to the travel experiences and photography highlights shared on the blog.\",\"section_prompt\":\"Responsive center-aligned hero section featuring a stunning travel image.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Get to know the creator behind the blog \\u2013 sharing stories, experiences, and passion for travel and photography.\",\"section_prompt\":\"Left-aligned section with an image and text about the blogger.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Adventures\",\"section_description\":\"Showcase of the most recent blog posts featuring travel stories and photography tips.\",\"section_prompt\":\"Grid layout showcasing the latest posts.\"},{\"section_type\":\"features_list\",\"section_title\":\"What to Expect\",\"section_description\":\"Discover the features of the blog: travel itineraries, photography tips, gear recommendations, and personal stories.\",\"section_prompt\":\"Dynamic section highlighting key features with icons.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Blog Posts\",\"section_description\":\"Highlight selected blog posts that are popular among readers.\",\"section_prompt\":\"Masonry grid layout featuring selected blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Journey\",\"section_description\":\"Encouragement to subscribe for updates and follow on social media platforms.\",\"section_prompt\":\"Centered call-to-action section with a subscription form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with privacy policy and social media links.\",\"section_prompt\":\"Footer section with links and copyright information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Browse through a collection of captivating travel stories and stunning photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation bar for easy access to different sections of the website.\",\"section_prompt\":\"Standard website header with logo and navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"Blog\",\"section_description\":\"A banner section introducing the blog where travel stories are shared.\",\"section_prompt\":\"Full-width banner with a captivating travel-themed image.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Travel Stories and Photography\",\"section_description\":\"A collection of blog posts featuring diverse travel experiences and photography insights.\",\"section_prompt\":\"Grid layout showcasing all blog posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with privacy policy and social media links.\",\"section_prompt\":\"Footer section with links and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for collaborations, inquiries, or just to say hi!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation bar for easy access to different sections of the website.\",\"section_prompt\":\"Standard website header with logo and navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A section inviting visitors to get in touch with the blogger.\",\"section_prompt\":\"Full-width banner with a friendly invitation to contact.\"},{\"section_type\":\"contact\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact form for inquiries, collaborations, and messages.\",\"section_prompt\":\"Responsive contact form layout for user submissions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with privacy policy and social media links.\",\"section_prompt\":\"Footer section with links and copyright information.\"}]}],\"theme\":\"material\",\"colors\":[[[26,188,156],[108,117,125]],[[40,53,102],[152,100,36]],[[58,91,204],[137,137,137]],[[227,54,101],[137,137,137]],[[90,94,50],[219,199,91]],[[95,25,40],[222,135,194]],[[88,51,241],[137,137,137]],[[130,31,160],[244,199,48]],[[141,109,54],[158,189,89]],[[237,103,68],[167,162,160]]],\"fonts\":\"material-font\"}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 21:30:06', 0, 0, '2025-08-25 11:55:36', 0, 1, NULL, NULL, '2025-07-24 10:28:51', '2026-04-01 21:30:06', NULL),
(128, 40, NULL, 0, 2, 'sub_1RoMRY2cr5BxKmJHQuDRKdQQ', NULL, 'Home Services Solutions', NULL, 'site_bloxy_wp_128', 'site_bloxy_db_128', '{\"website_title\":\"Home Services Solutions\",\"website_description\":\"Your one-stop solution for all home services, from cleaning to repairs. Expertise and reliability at your doorstep.\",\"website_type\":\"business\",\"website_industry\":\"Construction\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Home Services Solutions, your reliable partner for home maintenance and improvement.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the website.\",\"section_prompt\":\"Provide the main menu items and links for site navigation.\"},{\"section_type\":\"hero\",\"section_title\":\"Welcome to Home Services\",\"section_description\":\"Discover reliable home services catered to your needs.\",\"section_prompt\":\"Display a large, engaging hero image with a tagline and summary of services.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our commitment to quality and customer satisfaction.\",\"section_prompt\":\"Provide insights into the company values, mission, and history.\"},{\"section_type\":\"features_list\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the range of services we offer, from cleaning to repairs.\",\"section_prompt\":\"List services with short descriptions to highlight what we provide.\"},{\"section_type\":\"social_proof\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Testimonials and reviews from satisfied customers to build trust.\",\"section_prompt\":\"Showcase positive customer experiences in a visually appealing way.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay informed with our latest blog posts and resources.\",\"section_prompt\":\"Highlight recent blog posts along with their summaries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Contact us for a free consultation and quote.\",\"section_prompt\":\"Encourage visitors to reach out via a button linking to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information for the site\\u2019s footer area.\",\"section_prompt\":\"Provide the website\\u2019s footer items, including links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Comprehensive list of home services we offer to keep your home in perfect shape.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the website.\",\"section_prompt\":\"Provide the main menu items and links for site navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Our Home Services\",\"section_description\":\"Detailed overview of the services we provide.\",\"section_prompt\":\"Create a section with an engaging image and the title of the service page.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Cleaning Services\",\"section_description\":\"Professional cleaning to keep your home spotless.\",\"section_prompt\":\"Highlight different cleaning options available, such as residential and commercial.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Repair Services\",\"section_description\":\"Expert repairs for any issues in your home.\",\"section_prompt\":\"Detail on plumbing, electrical, and structural repairs.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Landscaping Services\",\"section_description\":\"Enhance your curb appeal with our landscaping solutions.\",\"section_prompt\":\"Discuss our garden maintenance and landscaping design services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for a Free Estimate\",\"section_description\":\"We provide free estimates. Let us know how we can help.\",\"section_prompt\":\"Encourage visitors to reach out via a button linking to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information for the site\\u2019s footer area.\",\"section_prompt\":\"Provide the website\\u2019s footer items, including links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights, tips, and articles related to home services and maintenance.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the website.\",\"section_prompt\":\"Provide the main menu items and links for site navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Blog Insights\",\"section_description\":\"Explore our latest articles and tips for home maintenance.\",\"section_prompt\":\"Create a section with an engaging image and the title of the blog page.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Grid layout showcasing our most recent blog posts.\",\"section_prompt\":\"List blog posts in a grid format with titles, excerpts, and read more links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information for the site\\u2019s footer area.\",\"section_prompt\":\"Provide the website\\u2019s footer items, including links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for any inquiries or service requests.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the website.\",\"section_prompt\":\"Provide the main menu items and links for site navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We would love to hear from you. Fill out the form below to contact us.\",\"section_prompt\":\"Display a welcoming image with the title about contacting the business.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below and we will get back to you shortly.\",\"section_prompt\":\"Provide a simple contact form with fields for name, email, message, and submit action.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information for the site\\u2019s footer area.\",\"section_prompt\":\"Provide the website\\u2019s footer items, including links to privacy policy, terms of service, and social media.\"}]}],\"theme\":\"material\",\"colors\":[[[26,188,156],[108,117,125]],[[40,53,102],[152,100,36]],[[58,91,204],[137,137,137]],[[227,54,101],[137,137,137]],[[90,94,50],[219,199,91]],[[95,25,40],[222,135,194]],[[88,51,241],[137,137,137]],[[130,31,160],[244,199,48]],[[141,109,54],[158,189,89]],[[237,103,68],[167,162,160]]],\"fonts\":\"material-font\"}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 21:30:06', 0, 0, '2025-08-24 10:32:06', 0, 0, NULL, NULL, '2025-07-24 10:29:22', '2026-04-01 21:30:06', NULL),
(129, 19, NULL, 1, 1, NULL, NULL, 'LunaGems - Handmade Jewelry Shop', NULL, 'site_bloxy_wp_129', 'site_bloxy_db_129', '{\"website_title\":\"LunaGems - Handmade Jewelry Shop\",\"website_description\":\"Discover unique and beautiful handmade jewelry at LunaGems, crafted with love and passion.\",\"website_type\":\"eCommerce\",\"website_industry\":\"Fashion\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to LunaGems, your trusted source for exquisite handmade jewelry.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to LunaGems\",\"section_description\":\"An inviting introduction to LunaGems, highlighting our unique jewelry pieces made with passion.\",\"section_prompt\":\"A full-width hero section with a captivating image of jewelry pieces alongside a brief welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our story, passion for jewelry making, and what makes our creations special.\",\"section_prompt\":\"A two-column layout with text about our story and an image showcasing the jewelry creation process.\"},{\"section_type\":\"features_list\",\"section_title\":\"Our Unique Features\",\"section_description\":\"Explore the characteristics that set our handmade jewelry apart, including craftsmanship and unique materials.\",\"section_prompt\":\"A grid layout highlighting key features of our jewelry, using icons and brief descriptions.\"},{\"section_type\":\"gallery\",\"section_title\":\"Explore Our Collection\",\"section_description\":\"Browse through a selection of our beautiful handmade jewelry pieces.\",\"section_prompt\":\"A visually engaging gallery layout showcasing images of various jewelry pieces.\"},{\"section_type\":\"social_proof\",\"section_title\":\"What Our Customers Say\",\"section_description\":\"Read testimonials from our satisfied customers about their experiences and favorite pieces.\",\"section_prompt\":\"A carousel layout displaying customer reviews and photos featuring them wearing our jewelry.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blogs\",\"section_description\":\"Check out our latest blog posts for trends, tips, and updates in the jewelry world.\",\"section_prompt\":\"A section outlining the latest blog headlines in a grid layout.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Shop Now\",\"section_description\":\"Visit our shop to find the perfect piece of handmade jewelry for yourself or a loved one.\",\"section_prompt\":\"A compelling call-to-action button linking to the shop page, with an encouraging text.\"}]},{\"page_type\":\"shop\",\"page_title\":\"Shop\",\"page_description\":\"Browse our exquisite collection of handmade jewelry\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section contains the main navigation links and logo of LunaGems.\",\"section_prompt\":\"Standard header layout for site navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Shop Our Collection\",\"section_description\":\"A dedicated section inviting visitors to explore our jewelry offerings.\",\"section_prompt\":\"Banner section with a jewelry-themed background and shop title.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"Featured Products\",\"section_description\":\"Highlight some of our best-selling and most loved jewelry pieces.\",\"section_prompt\":\"A grid layout showcasing featured products with images, titles, and prices.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Discover More\",\"section_description\":\"Encourage visitors to explore more pieces and make a purchase.\",\"section_prompt\":\"A simple call to action to guide users to explore additional collections.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final section with links to terms of service, privacy policy, and contact.\",\"section_prompt\":\"Standard footer layout with essential links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Get to know the story behind LunaGems and our handcrafted jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation links and LunaGems logo.\",\"section_prompt\":\"Standard header layout for site navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Our Story\",\"section_description\":\"A glimpse into our journey and passion for handmade jewelry.\",\"section_prompt\":\"Banner section highlighting the title of the About Us page.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Philosophy\",\"section_description\":\"Delve into our commitment to quality, sustainability, and craftsmanship in every piece.\",\"section_prompt\":\"Text-based content outlining philosophical views on jewelry making.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Encourage reading our blog or subscribing to our newsletter for updates.\",\"section_prompt\":\"A compelling call to action inviting visitors to join our community.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final section with links to terms of service, privacy policy, and contact.\",\"section_prompt\":\"Standard footer layout with essential links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Stay updated with the latest trends and insights in handmade jewelry.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational links and LunaGems logo.\",\"section_prompt\":\"Standard header layout for site navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Jewelry Insights\",\"section_description\":\"A dedicated section for visitors to explore informative articles related to jewelry.\",\"section_prompt\":\"Banner section focusing on the blog title.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Check out our most recent blog posts on various jewelry topics.\",\"section_prompt\":\"A grid layout showcasing blog posts with images, titles, and snippets.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final section with links to terms of service, privacy policy, and contact.\",\"section_prompt\":\"Standard footer layout with essential links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with LunaGems for any inquiries or support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation links and logo.\",\"section_prompt\":\"Standard header layout for site navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Us\",\"section_description\":\"A section inviting customers to reach out with any questions or feedback.\",\"section_prompt\":\"Banner section with a title encouraging contact.\"},{\"section_type\":\"contact\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to send us your inquiries or feedback.\",\"section_prompt\":\"A contact form layout allowing users to submit messages.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final section with links to terms of service, privacy policy, and contact.\",\"section_prompt\":\"Standard footer layout with essential links.\"}]}],\"theme\":\"soft\",\"colors\":[[[26,188,156],[108,117,125]],[[40,53,102],[152,100,36]],[[58,91,204],[137,137,137]],[[227,54,101],[137,137,137]],[[90,94,50],[219,199,91]],[[95,25,40],[222,135,194]],[[88,51,241],[137,137,137]],[[130,31,160],[244,199,48]],[[141,109,54],[158,189,89]],[[237,103,68],[167,162,160]]],\"fonts\":\"soft-font\"}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 21:30:06', 0, 0, NULL, 0, 0, NULL, NULL, '2025-07-24 10:34:47', '2026-04-01 21:30:06', NULL);
INSERT INTO `websites` (`id`, `user_id`, `prompt_id`, `is_zip_enabled`, `active_plan_id`, `stripe_subscription_id`, `cancelled_stripe_subscription_id`, `title`, `thumbnail`, `path`, `dbname`, `meta`, `server_meta`, `is_temp`, `status`, `error`, `domain`, `domain_status`, `domain_error`, `trial_mode`, `is_website_down`, `usage`, `usage_status`, `usage_checked_at`, `is_warning_email_sent`, `is_insert_permission_revoked`, `next_payment_date`, `reminder_email_sent`, `is_cancellation_requested`, `subscription_end`, `last_payment_date`, `created_at`, `updated_at`, `deleted_at`) VALUES
(130, 40, NULL, 0, NULL, NULL, NULL, 'Chic Home Decor', NULL, 'site_bloxy_wp_130', 'site_bloxy_db_130', '{\"website_title\":\"Chic Home Decor\",\"website_description\":\"Discover beautiful home decor ideas and products to create your dream home. From modern designs to classic styles, we bring you inspiration and tips for every room.\",\"website_type\":\"eCommerce\",\"website_industry\":\"Fashion\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Chic Home Decor! Start transforming your space with our unique decor pieces and expert design tips.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the navigation header for the site.\",\"section_prompt\":\"A top navigation header with site links for user accessibility.\"},{\"section_type\":\"hero\",\"section_title\":\"Welcome to Chic Home Decor\",\"section_description\":\"Explore a world of elegant decor.\",\"section_prompt\":\"A full-width hero section with a high-quality image showcasing featured products.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission to elevate home spaces with beautiful decor.\",\"section_prompt\":\"A brief narrative about the brand\'s values and vision.\"},{\"section_type\":\"features_list\",\"section_title\":\"Our Features\",\"section_description\":\"Discover our top features including curated collections, expert tips, and exclusive offers.\",\"section_prompt\":\"A grid layout showcasing unique features and offerings.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with the newest trends and tips in home decor.\",\"section_prompt\":\"A section highlighting the most recent blog posts related to home decor trends.\"},{\"section_type\":\"gallery\",\"section_title\":\"Inspiration Gallery\",\"section_description\":\"Browse through our collection of home decor inspirations.\",\"section_prompt\":\"An image gallery showcasing styled home interiors.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Decor Journey\",\"section_description\":\"Join us to transform your home with our curated collection of decor.\",\"section_prompt\":\"A compelling call to action to encourage visitors to start shopping.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer contains links to privacy policy, terms of service, and social media links.\",\"section_prompt\":\"A structured footer for site-wide information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Decor Consulting Services\",\"page_description\":\"Expert advice to help you style your spaces beautifully.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the navigation header for the site.\",\"section_prompt\":\"A top navigation header with site links for user accessibility.\"},{\"section_type\":\"banner\",\"section_title\":\"Our Services\",\"section_description\":\"Learn about our professional home decor consulting services.\",\"section_prompt\":\"A banner displaying the title and a brief introduction to services.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Personalized Home Styling\",\"section_description\":\"Receive tailored recommendations to style your home according to your taste.\",\"section_prompt\":\"Details about the personalized home styling service with visuals.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Room Makeover Consultation\",\"section_description\":\"Our experts will guide you through a room makeover step-by-step.\",\"section_prompt\":\"Information about the room makeover consultation process.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started with Our Services\",\"section_description\":\"Book your consultation today and elevate your home space.\",\"section_prompt\":\"Encouragement for users to book a service consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer contains links to privacy policy, terms of service, and social media links.\",\"section_prompt\":\"A structured footer for site-wide information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Dive into our blog for the latest tips and trends in home decor.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the navigation header for the site.\",\"section_prompt\":\"A top navigation header with site links for user accessibility.\"},{\"section_type\":\"banner\",\"section_title\":\"Home Decor Blog\",\"section_description\":\"Explore articles filled with decor tips, trends, and inspiration.\",\"section_prompt\":\"A banner with the blog title and a brief description.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Discover our latest blog posts about home decor.\",\"section_prompt\":\"A grid layout displaying the most recent blog posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer contains links to privacy policy, terms of service, and social media links.\",\"section_prompt\":\"A structured footer for site-wide information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for inquiries or support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the navigation header for the site.\",\"section_prompt\":\"A top navigation header with site links for user accessibility.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We are here to assist you with your decor needs.\",\"section_prompt\":\"A banner displaying the title and a brief intro about contacting for support.\"},{\"section_type\":\"contact\",\"section_title\":\"Reach Out to Us\",\"section_description\":\"Fill out the form below and we will respond shortly.\",\"section_prompt\":\"A contact form including fields for name, email, and message.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer contains links to privacy policy, terms of service, and social media links.\",\"section_prompt\":\"A structured footer for site-wide information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about our passion for home decor and how we strive to inspire others.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the navigation header for the site.\",\"section_prompt\":\"A top navigation header with site links for user accessibility.\"},{\"section_type\":\"banner\",\"section_title\":\"About Chic Home Decor\",\"section_description\":\"Discover our history and mission in transforming places into homes.\",\"section_prompt\":\"A banner introducing the about section.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"Our Story\",\"section_description\":\"A detailed narrative about our beginnings, values, and vision.\",\"section_prompt\":\"A narrative about about the brand with images throughout.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer contains links to privacy policy, terms of service, and social media links.\",\"section_prompt\":\"A structured footer for site-wide information.\"}]}],\"theme\":\"material\",\"colors\":[[[26,188,156],[108,117,125]],[[40,53,102],[152,100,36]],[[58,91,204],[137,137,137]],[[227,54,101],[137,137,137]],[[90,94,50],[219,199,91]],[[95,25,40],[222,135,194]],[[88,51,241],[137,137,137]],[[130,31,160],[244,199,48]],[[141,109,54],[158,189,89]],[[237,103,68],[167,162,160]]],\"fonts\":\"material-font\"}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 21:30:06', 0, 0, NULL, 0, 0, NULL, NULL, '2025-07-25 07:11:36', '2026-04-01 21:30:06', NULL),
(132, 19, NULL, 0, 2, 'sub_1Rpm3f2cr5BxKmJHxjT0Ekdt', NULL, 'My Web Development Portfolio', NULL, 'site_bloxy_wp_132', 'site_bloxy_db_132', '{\"website_title\":\"My Web Development Portfolio\",\"website_description\":\"Showcasing the work and services of a freelance web developer. Discover my latest projects and hire me for your next development needs.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Technology\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my freelance web development portfolio! Explore my projects and services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation section for the site.\",\"section_prompt\":\"Create a navigation bar with links to Home, About, Services, Blog, and Contact.\"},{\"section_type\":\"hero\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"This section introduces me and highlights what I do as a freelance web developer.\",\"section_prompt\":\"A full-width hero image with a brief introduction and a call to action button.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background, skills, and experience as a web developer.\",\"section_prompt\":\"A section detailing my background and expertise with bullet points for skills.\"},{\"section_type\":\"features_list\",\"section_title\":\"My Services\",\"section_description\":\"Overview of the various services I offer as a web developer.\",\"section_prompt\":\"A grid layout that lists my services such as Web Development, UI\\/UX Design, and E-commerce Solutions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Showcase my most recent projects in web development.\",\"section_prompt\":\"Display a few featured projects with images and brief descriptions.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback from clients who have worked with me.\",\"section_prompt\":\"A slider displaying quotes from satisfied clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encourage visitors to contact me for their web development needs.\",\"section_prompt\":\"A clear call to action with a button that links to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for the site.\",\"section_prompt\":\"Include links to social media, copyright information, and quick links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey as a web developer and my expertise.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation section for the site.\",\"section_prompt\":\"Create a navigation bar with links to Home, About, Services, Blog, and Contact.\"},{\"section_type\":\"banner\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction to who I am and what I do.\",\"section_prompt\":\"Add a visual banner with an engaging background related to web development.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"My Background\",\"section_description\":\"Detailing my professional journey and expertise in web development.\",\"section_prompt\":\"Include text and images relevant to my experience.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for the site.\",\"section_prompt\":\"Include links to social media, copyright information, and quick links.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Explore the range of web development services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation section for the site.\",\"section_prompt\":\"Create a navigation bar with links to Home, About, Services, Blog, and Contact.\"},{\"section_type\":\"banner\",\"section_title\":\"My Services\",\"section_description\":\"An overview of the services provided as a web developer.\",\"section_prompt\":\"Visual banner highlighting my areas of expertise.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Web Development\",\"section_description\":\"Custom web development solutions tailored to your needs.\",\"section_prompt\":\"Detail my offerings in web development with examples of technologies used.\"},{\"section_type\":\"service_detail\",\"section_title\":\"UI\\/UX Design\",\"section_description\":\"Creating user-friendly and visually appealing designs to enhance user experience.\",\"section_prompt\":\"Detail my approach to UI\\/UX design, including examples and methodologies.\"},{\"section_type\":\"service_detail\",\"section_title\":\"E-commerce Solutions\",\"section_description\":\"Building and optimizing online stores to maximize sales and customer engagement.\",\"section_prompt\":\"Detail the services provided for e-commerce, including platform expertise.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Hire Me\",\"section_description\":\"Encourage visitors to reach out for their web development projects.\",\"section_prompt\":\"A clear call to action with contact details or a link to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for the site.\",\"section_prompt\":\"Include links to social media, copyright information, and quick links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"My Blog\",\"page_description\":\"Read about the latest trends in web development and my insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation section for the site.\",\"section_prompt\":\"Create a navigation bar with links to Home, About, Services, Blog, and Contact.\"},{\"section_type\":\"banner\",\"section_title\":\"My Blog\",\"section_description\":\"Introduction to my blog and its purpose.\",\"section_prompt\":\"A visually appealing banner that encourages visitors to read my posts.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Display my latest blog posts in a grid format.\",\"section_prompt\":\"Grid layout with images, titles, and excerpts from recent blog entries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for the site.\",\"section_prompt\":\"Include links to social media, copyright information, and quick links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me for inquiries and project proposals.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation section for the site.\",\"section_prompt\":\"Create a navigation bar with links to Home, About, Services, Blog, and Contact.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Encouragement for visitors to reach out and connect.\",\"section_prompt\":\"A welcoming banner inviting visitors to fill out the contact form.\"},{\"section_type\":\"contact\",\"section_title\":\"Get in Touch\",\"section_description\":\"A form to allow visitors to send messages directly.\",\"section_prompt\":\"Create a contact form for visitors to fill out with their information and message.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for the site.\",\"section_prompt\":\"Include links to social media, copyright information, and quick links.\"}]}],\"theme\":\"material\",\"colors\":[[[26,188,156],[108,117,125]],[[40,53,102],[152,100,36]],[[58,91,204],[137,137,137]],[[227,54,101],[137,137,137]],[[90,94,50],[219,199,91]],[[95,25,40],[222,135,194]],[[88,51,241],[137,137,137]],[[130,31,160],[244,199,48]],[[141,109,54],[158,189,89]],[[237,103,68],[167,162,160]]],\"fonts\":\"material-font\"}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 21:30:06', 0, 0, '2025-08-28 08:05:17', 0, 0, NULL, NULL, '2025-07-28 08:02:55', '2026-04-01 21:30:06', NULL),
(133, 41, NULL, 0, 2, 'sub_1Rq7sy2cr5BxKmJHeFExmFmf', NULL, 'My Graphic Design Portfolio', NULL, 'site_bloxy_wp_133', 'site_bloxy_db_133', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Explore my creative portfolio featuring a diverse range of graphic design projects, skills, and client testimonials.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"pages\":[{\"page_type\":\"homepage\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my personal portfolio highlighting my graphic design work.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"A stunning introduction to my graphic design journey and several featured works.\",\"section_prompt\":\"Responsive full-width hero with background image overlay, introducing me and my graphic design skills.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my background, skills, and design philosophy.\",\"section_prompt\":\"Informative content section about my journey as a graphic designer, using images of my workspace.\"},{\"section_type\":\"features_list\",\"section_title\":\"My Design Services\",\"section_description\":\"An overview of the graphic design services I offer, including branding, digital design, and print media.\",\"section_prompt\":\"A grid layout featuring icons and short descriptions of my services.\"},{\"section_type\":\"gallery\",\"section_title\":\"Showcase of My Work\",\"section_description\":\"A curated gallery of my best graphic design projects.\",\"section_prompt\":\"A grid layout to display thumbnails of various designs, clickable to view in detail.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Check out my most recent graphic design projects and updates.\",\"section_prompt\":\"A section showing the latest blog posts with project insights.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Read testimonials from clients I\'ve worked with in the past.\",\"section_prompt\":\"A sliding carousel displaying quotes from clients along with their names and project types.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in collaborating? Let\'s work together on your next project!\",\"section_prompt\":\"A visually appealing call to action encouraging visitors to reach out.\"}]}],\"theme\":\"material\",\"colors\":[[[26,188,156],[108,117,125]],[[40,53,102],[152,100,36]],[[58,91,204],[137,137,137]],[[227,54,101],[137,137,137]],[[90,94,50],[219,199,91]],[[95,25,40],[222,135,194]],[[88,51,241],[137,137,137]],[[130,31,160],[244,199,48]],[[141,109,54],[158,189,89]],[[237,103,68],[167,162,160]]],\"fonts\":\"material-font\"}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 21:30:06', 0, 0, '2025-08-29 07:23:42', 0, 0, NULL, NULL, '2025-07-29 07:13:01', '2026-04-01 21:30:06', NULL),
(134, 41, NULL, 1, 1, NULL, NULL, 'SEO Masters - Digital Marketing Agency', NULL, 'site_bloxy_wp_134', 'site_bloxy_db_134', '{\"website_title\":\"SEO Masters - Digital Marketing Agency\",\"website_description\":\"SEO Masters is your one-stop solution for all things digital marketing, specializing in SEO, content creation, and social media management for businesses looking to enhance their online presence.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to SEO Masters, where we boost your online visibility through effective digital marketing strategies.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to SEO Masters!\",\"section_description\":\"Our passionate team is dedicated to elevating your brand in the digital landscape.\",\"section_prompt\":\"Responsive hero section with a captivating image and call to action button.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our team\'s expertise and our mission to drive results for our clients.\",\"section_prompt\":\"Left-aligned section introducing the agency with images and text.\"},{\"section_type\":\"features_list\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our range of digital marketing services designed to grow your business online.\",\"section_prompt\":\"Grid layout showcasing our core services with icons.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Discover the advantages of working with SEO Masters to enhance your online presence.\",\"section_prompt\":\"Bullet list of unique selling points in a responsive layout.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Read our latest blog posts for tips, news, and trends in the world of digital marketing.\",\"section_prompt\":\"Preview of recent blog posts displayed in a grid.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from our satisfied clients about their experience with our services.\",\"section_prompt\":\"Carousel of client reviews and testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Contact us to discuss how we can elevate your digital marketing strategy.\",\"section_prompt\":\"Full-width section with a strong call to action button.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the comprehensive digital marketing services we offer to help your business succeed online.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Our Services\",\"section_description\":\"Overview of the services we provide that empower businesses to thrive.\",\"section_prompt\":\"Simple banner with an image that corresponds with the services offered.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Search Engine Optimization (SEO)\",\"section_description\":\"Optimize your website to improve rankings and visibility on search engines.\",\"section_prompt\":\"Detailed section with text and images describing our SEO services.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Content Marketing\",\"section_description\":\"Engage your audience with high-quality content tailored to your brand.\",\"section_prompt\":\"Descriptive section highlighting our content marketing strategies.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Social Media Marketing\",\"section_description\":\"Build your brand\'s presence and engage customers through social media platforms.\",\"section_prompt\":\"Section detailing how we manage social media for businesses.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Campaign\",\"section_description\":\"Ready to enhance your marketing strategy? Get in touch with us.\",\"section_prompt\":\"Call to action that encourages visitors to contact us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information, links to policies, and social media icons.\",\"section_prompt\":\"Standard footer with links and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Stay updated with our latest insights, news, and tips in the world of digital marketing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and branding for the blog.\",\"section_prompt\":\"Standard header with logo and navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Our Blog\",\"section_description\":\"Read the latest articles and insights from industry experts.\",\"section_prompt\":\"Banner with engaging imagery related to blogging.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Browse through our collection of articles covering essential marketing topics.\",\"section_prompt\":\"Grid layout displaying all recent blog posts with featured images.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information, links to policies, and social media icons.\",\"section_prompt\":\"Standard footer with links and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for your digital marketing needs!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links and branding for the contact page.\",\"section_prompt\":\"Standard header with logo and navigation.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Reach out to us for inquiries, consultations, or support.\",\"section_prompt\":\"Banner with a professional contact-related image.\"},{\"section_type\":\"contact\",\"section_title\":\"Get In Touch\",\"section_description\":\"Use the form below to send us your inquiries. We look forward to hearing from you!\",\"section_prompt\":\"Contact form section designed with input fields for user inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information, links to policies, and social media icons.\",\"section_prompt\":\"Standard footer with links and contact information.\"}]}],\"theme\":\"material\",\"colors\":[[[26,188,156],[108,117,125]],[[40,53,102],[152,100,36]],[[58,91,204],[137,137,137]],[[227,54,101],[137,137,137]],[[90,94,50],[219,199,91]],[[95,25,40],[222,135,194]],[[88,51,241],[137,137,137]],[[130,31,160],[244,199,48]],[[141,109,54],[158,189,89]],[[237,103,68],[167,162,160]]],\"fonts\":\"material-font\"}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 21:30:06', 0, 0, NULL, 0, 0, NULL, NULL, '2025-07-29 07:15:20', '2026-04-01 21:30:06', NULL),
(135, 41, NULL, 0, 2, 'sub_1Rq8372cr5BxKmJHhRGq6RIe', NULL, 'My Graphic Design Portfolio', NULL, 'site_bloxy_wp_135', 'site_bloxy_db_135', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcase of my graphic design work, featuring various projects and design styles.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio!\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An introduction to my graphic design portfolio showcasing my best works.\",\"section_prompt\":\"A full-width hero section with a featured image of my best design work and a brief welcome message overlaid.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my design journey, skills, and experiences.\",\"section_prompt\":\"A left-aligned section detailing who I am, my background in graphic design, and my creative philosophy.\"},{\"section_type\":\"features_list\",\"section_title\":\"What I Offer\",\"section_description\":\"Explore the range of graphic design services I provide, including branding, advertising, and digital design.\",\"section_prompt\":\"A grid layout listing the primary design services I offer with brief descriptions.\"},{\"section_type\":\"gallery\",\"section_title\":\"My Work\",\"section_description\":\"A curated gallery showcasing a collection of my graphic design projects across various mediums.\",\"section_prompt\":\"A responsive grid layout displaying thumbnails of my projects that link to individual project pages.\"},{\"section_type\":\"social_proof\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Read testimonials from clients I have worked with, highlighting my design skills.\",\"section_prompt\":\"A carousel or grid layout featuring quotes and names of clients praising my work.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Check out my most recent graphic design projects and updates.\",\"section_prompt\":\"A section displaying the latest blog posts related to my work, featuring images and excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Want to work together? Let\\u2019s discuss your project!\",\"section_prompt\":\"A visually striking section with a call-to-action encouraging visitors to contact me.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background and approach to graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other parts of the website.\",\"section_prompt\":\"Top navigation bar with links to Home, About, Gallery, Blog, and Contact.\"},{\"section_type\":\"banner\",\"section_title\":\"About Me\",\"section_description\":\"Detailed information about my design journey and philosophy.\",\"section_prompt\":\"A banner section with the title \'About Me\' in bold, potentially with a background image.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"My Journey\",\"section_description\":\"A narrative about my education, experience, and passion for graphic design, complemented by images.\",\"section_prompt\":\"A text-based section detailing my journey, alongside relevant images illustrating my work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Collaborating?\",\"section_description\":\"Let\\u2019s create something amazing together!\",\"section_prompt\":\"A clear call-to-action prompting visitors to reach out for collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and social media links.\",\"section_prompt\":\"A simple footer containing my contact info and social links.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"My Work\",\"page_description\":\"Explore my graphic design projects in detail.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other parts of the website.\",\"section_prompt\":\"Top navigation bar with links to Home, About, Gallery, Blog, and Contact.\"},{\"section_type\":\"banner\",\"section_title\":\"My Work\",\"section_description\":\"A showcase of my graphic design projects.\",\"section_prompt\":\"A banner section with the title \'My Work\' prominently displayed.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Showcase\",\"section_description\":\"A detailed showcase of selected graphic design projects, each with descriptions and contexts.\",\"section_prompt\":\"A grid or masonry layout displaying high-quality images of each project along with descriptions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Want to Discuss Your Project?\",\"section_description\":\"Contact me to discuss your design needs!\",\"section_prompt\":\"A visually appealing section encouraging visitors to connect for potential projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and social media links.\",\"section_prompt\":\"A simple footer containing my contact info and social links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Latest articles and updates from my design journey.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other parts of the website.\",\"section_prompt\":\"Top navigation bar with links to Home, About, Gallery, Blog, and Contact.\"},{\"section_type\":\"banner\",\"section_title\":\"Blog\",\"section_description\":\"Explore my thoughts, tips, and insights into graphic design.\",\"section_prompt\":\"A banner section with the title \'Blog\' prominently displayed.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"A grid displaying recent blog articles about graphic design, trends, and my projects.\",\"section_prompt\":\"A grid layout showcasing posts with thumbnails, titles, and excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Tuned!\",\"section_description\":\"Subscribe to my blog for updates and tips!\",\"section_prompt\":\"A section prompting visitors to subscribe to my blog for newsletters.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and social media links.\",\"section_prompt\":\"A simple footer containing my contact info and social links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for collaborations or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other parts of the website.\",\"section_prompt\":\"Top navigation bar with links to Home, About, Gallery, Blog, and Contact.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out for inquiries or collaborations.\",\"section_prompt\":\"A banner section with the title \'Contact Me\' prominently displayed.\"},{\"section_type\":\"contact\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to reach out to me directly.\",\"section_prompt\":\"A contact form for visitors to fill out their name, email, and message.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Connect!\",\"section_description\":\"I look forward to hearing from you.\",\"section_prompt\":\"A section inviting visitors to connect with me after filling out the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and social media links.\",\"section_prompt\":\"A simple footer containing my contact info and social links.\"}]}],\"theme\":\"material\",\"colors\":[[[26,188,156],[108,117,125]],[[40,53,102],[152,100,36]],[[58,91,204],[137,137,137]],[[227,54,101],[137,137,137]],[[90,94,50],[219,199,91]],[[95,25,40],[222,135,194]],[[88,51,241],[137,137,137]],[[130,31,160],[244,199,48]],[[141,109,54],[158,189,89]],[[237,103,68],[167,162,160]],[[60,56,28],[198,125,43]]],\"fonts\":\"material-font\"}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 21:30:06', 0, 0, '2025-08-29 07:34:11', 0, 1, NULL, NULL, '2025-07-29 07:19:26', '2026-04-01 21:30:06', NULL),
(138, 43, NULL, 0, NULL, NULL, NULL, 'Delicious Cakes Bakery', NULL, 'site_bloxy_wp_138', 'site_bloxy_db_138', '{\"website_title\":\"Delicious Cakes Bakery\",\"website_description\":\"A delightful online presence for our bakery, showcasing a wide variety of cakes, pastries, and special orders. Explore our menu, place orders, and enjoy our sweet treats!\",\"website_type\":\"Business\",\"website_industry\":\"Food & Beverage\",\"search_query\":\"cakes, bakery, pastries, desserts, baking\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our bakery, where sweetness abounds!\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to Delicious Cakes Bakery\",\"section_description\":\"A visually engaging hero section that captures the essence of our bakery with appealing images of our best-selling cakes.\",\"section_prompt\":\"Responsive hero section with a full-width image displaying our signature cakes along with a catchy tagline.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our passion for baking and quality ingredients.\",\"section_prompt\":\"A section dedicated to introducing our bakery\\u2019s story, vision, and values.\"},{\"section_type\":\"features_list\",\"section_title\":\"Our Specialties\",\"section_description\":\"Highlighting the unique cakes and services we offer, including custom orders and seasonal specials.\",\"section_prompt\":\"A grid layout showcasing different categories of cakes, along with images and short descriptions.\"},{\"section_type\":\"gallery\",\"section_title\":\"Gallery\",\"section_description\":\"A visual showcase of our beautiful cake designs.\",\"section_prompt\":\"An engaging gallery section that displays high-quality images of our cakes and pastries.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest From Our Blog\",\"section_description\":\"Stay updated with our latest posts, recipes, and cake decorating tips.\",\"section_prompt\":\"A brief overview of our latest blog posts with links to read more.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Customers Say\",\"section_description\":\"Read reviews and feedback from our happy customers.\",\"section_prompt\":\"A section highlighting customer reviews, presented in a rotating carousel for dynamic viewing.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Order Your Cake Today!\",\"section_description\":\"Encouraging visitors to place their orders online or visit our shop.\",\"section_prompt\":\"A prominent call to action with an appealing button to order cakes or visit our bakery.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the different types of cakes and services we offer.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Our Services\",\"section_description\":\"An engaging banner section that introduces visitors to our range of services.\",\"section_prompt\":\"Full-width banner with enticing visuals of our cake offerings.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Custom Cake Orders\",\"section_description\":\"We specialize in custom cake orders for birthdays, weddings, and all special occasions.\",\"section_prompt\":\"A section describing our custom cake order service with examples of past creations.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Wedding Cakes\",\"section_description\":\"Beautifully designed wedding cakes that will make your day unforgettable.\",\"section_prompt\":\"A dedicated section showcasing our wedding cake portfolio.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Cupcakes and Pastries\",\"section_description\":\"Delicious cupcakes and pastries that complement our cake offerings.\",\"section_prompt\":\"Highlight our selection of cupcakes and pastries to attract attention.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Order?\",\"section_description\":\"Encouraging visitors to place an order or contact us for inquiries.\",\"section_prompt\":\"A clear call to action inviting customers to order cakes or get a quote.\"}]}],\"theme\":\"material\",\"colors\":[[220,155,175],[77,84,121]],\"fonts\":\"material-font\"}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 21:30:06', 0, 0, NULL, 0, 0, NULL, NULL, '2025-08-01 11:27:22', '2026-04-01 21:30:06', NULL),
(144, 46, NULL, 0, NULL, NULL, NULL, 'Reliable Server Hosting Services', NULL, '/bloxby_wp', NULL, NULL, NULL, 2, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 21:30:06', 0, 0, NULL, 0, 0, NULL, NULL, '2025-08-13 06:36:51', '2026-04-01 21:30:06', NULL),
(145, 46, NULL, 0, NULL, NULL, NULL, 'Salon Dev', NULL, '/bloxby_wp', NULL, NULL, NULL, 2, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 21:30:06', 0, 0, NULL, 0, 0, NULL, NULL, '2025-08-13 06:45:03', '2026-04-01 21:30:06', NULL),
(146, 46, NULL, 0, NULL, NULL, NULL, 'Glamour Salon', NULL, '/bloxby_wp', NULL, NULL, NULL, 2, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 21:30:06', 0, 0, NULL, 0, 0, NULL, NULL, '2025-08-13 06:51:41', '2026-04-01 21:30:06', NULL),
(147, 46, NULL, 0, NULL, NULL, NULL, 'Code Debugging Services', NULL, '/bloxby_wp', NULL, NULL, NULL, 2, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 22:30:06', 0, 0, NULL, 0, 0, NULL, NULL, '2025-08-13 07:07:32', '2026-04-01 22:30:06', NULL),
(148, 46, NULL, 0, NULL, NULL, NULL, 'Sparkle Clean Services', NULL, '/bloxby_wp', NULL, NULL, NULL, 2, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 22:30:06', 0, 0, NULL, 0, 0, NULL, NULL, '2025-08-13 07:11:19', '2026-04-01 22:30:06', NULL),
(149, 46, NULL, 0, NULL, NULL, NULL, 'Spotless Cleaning Services', NULL, '/bloxby_wp', NULL, NULL, NULL, 2, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 22:30:06', 0, 0, NULL, 0, 0, NULL, NULL, '2025-08-13 07:12:12', '2026-04-01 22:30:06', NULL);
INSERT INTO `websites` (`id`, `user_id`, `prompt_id`, `is_zip_enabled`, `active_plan_id`, `stripe_subscription_id`, `cancelled_stripe_subscription_id`, `title`, `thumbnail`, `path`, `dbname`, `meta`, `server_meta`, `is_temp`, `status`, `error`, `domain`, `domain_status`, `domain_error`, `trial_mode`, `is_website_down`, `usage`, `usage_status`, `usage_checked_at`, `is_warning_email_sent`, `is_insert_permission_revoked`, `next_payment_date`, `reminder_email_sent`, `is_cancellation_requested`, `subscription_end`, `last_payment_date`, `created_at`, `updated_at`, `deleted_at`) VALUES
(152, 46, NULL, 0, NULL, NULL, NULL, 'Sparkle Clean Pro', NULL, 'wpbetasites_hw5x7sdug8', 'db_user_wpbetasites_hw5x7sdug8', '{\"website_title\":\"Sparkle Clean Pro\",\"website_description\":\"Your trusted partner for professional cleaning services, making your space shine like new.\",\"website_type\":\"Business Website\",\"website_industry\":\"Consulting\",\"search_query\":\"cleaning services, professional cleaning, home cleaning, office cleaning, cleaning company\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Sparkle Clean Pro, your expert source for all cleaning needs.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to Sparkle Clean Pro\",\"section_description\":\"Discover premier cleaning services tailored to your needs, ensuring a spotless environment.\",\"section_prompt\":\"A full-width hero section with an inviting image showcasing cleanliness and professionalism.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"At Sparkle Clean Pro, we are dedicated to providing top-notch cleaning solutions with a focus on quality and customer satisfaction.\",\"section_prompt\":\"Responsive left-aligned section displaying image and text, briefly introducing the company.\"},{\"section_type\":\"features_list\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our wide range of cleaning services designed for homes and offices, ensuring a sparkling clean environment.\",\"section_prompt\":\"A grid layout showcasing different cleaning services offered.\"},{\"section_type\":\"social_proof\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Read testimonials from our satisfied customers who trust us for their cleaning needs.\",\"section_prompt\":\"Carousel or grid layout with customer testimonials to build trust.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Cleaning Tips\",\"section_description\":\"Check out our latest blog posts for helpful cleaning tips and advice.\",\"section_prompt\":\"A brief introduction to the blog posts section, leading to the blog page.\"},{\"section_type\":\"contact\",\"section_title\":\"Get in Touch\",\"section_description\":\"Have questions? Contact us today to learn more about our services or to get a free quote.\",\"section_prompt\":\"A call-to-action inviting potential clients to reach out for services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule Your Cleaning Today!\",\"section_description\":\"Don\\u2019t wait! Call us now or fill out our online form to book your cleaning service.\",\"section_prompt\":\"A strong call-to-action button encouraging immediate engagement.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Discover the variety of cleaning services we offer to meet your specific needs.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our extensive range of cleaning solutions designed to cater to both residential and commercial spaces.\",\"section_prompt\":\"A banner displaying the page title with an appealing background.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Residential Cleaning\",\"section_description\":\"Our residential cleaning service ensures your home is cleaned to perfection, allowing you to enjoy a fresh and inviting space.\",\"section_prompt\":\"Details outlining what the residential cleaning service includes, possibly in bullet points.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Commercial Cleaning\",\"section_description\":\"We provide thorough cleaning services for offices and commercial spaces, tailored to maintain a clean professional environment.\",\"section_prompt\":\"Details about commercial cleaning services with features and benefits.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Move-In\\/Move-Out Cleaning\",\"section_description\":\"Our specialized move-in\\/move-out cleaning services ensure that your place is spotless at every transition.\",\"section_prompt\":\"Explaining the deep cleaning involved during move-in and move-out.\"},{\"section_type\":\"service_detail\",\"section_title\":\"Specialized Cleaning Services\",\"section_description\":\"From carpet cleaning to post-construction cleaning, we have specialized services to meet your needs.\",\"section_prompt\":\"Overview of various specialized cleaning services offered.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Your Free Quote Now!\",\"section_description\":\"Ready to get started? Contact us for a free estimate on your cleaning service.\",\"section_prompt\":\"Encouraging potential clients to inquire for quotes.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links to home, services, blog, and contact information.\",\"section_prompt\":\"Basic informational footer with links to other important pages.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Stay updated with our latest cleaning tips, guides, and company news.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Include navigation links and logo for easy access.\",\"section_prompt\":\"Standard site header with logo and navigation menu.\"},{\"section_type\":\"banner\",\"section_title\":\"Welcome to Our Blog\",\"section_description\":\"Explore our blog for valuable cleaning tips and advice to help maintain a clean environment.\",\"section_prompt\":\"A banner emphasizing the blog\'s purpose.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Browse through our latest blog posts about cleaning tips and trends.\",\"section_prompt\":\"Grid layout featuring previews of the latest blog posts with images.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links to home, services, blog, and contact information.\",\"section_prompt\":\"Basic informational footer with links to other important pages.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for inquiries or to schedule your cleaning service.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Include navigation links and logo for easy access.\",\"section_prompt\":\"Standard site header with logo and navigation menu.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\\u2019d love to hear from you! Fill out the form below to contact us.\",\"section_prompt\":\"A banner indicating the contact page.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"Use the form below to reach out with your queries or requests for services.\",\"section_prompt\":\"A responsive form where users can enter their details and send a message.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links to home, services, blog, and contact information.\",\"section_prompt\":\"Basic informational footer with links to other important pages.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about Sparkle Clean Pro, our story, mission, and values.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Include navigation links and logo for easy access.\",\"section_prompt\":\"Standard site header with logo and navigation menu.\"},{\"section_type\":\"banner\",\"section_title\":\"About Us\",\"section_description\":\"Get to know Sparkle Clean Pro, our mission, and what sets us apart in the cleaning industry.\",\"section_prompt\":\"A banner that introduces the About Us page.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"Our Mission\",\"section_description\":\"At Sparkle Clean Pro, we strive to provide exceptional cleaning services while prioritizing sustainability and customer satisfaction.\",\"section_prompt\":\"Text paragraph alongside an image depicting a clean environment.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"Our Team\",\"section_description\":\"Meet our dedicated team of cleaning professionals committed to delivering quality service.\",\"section_prompt\":\"Profiles of key team members along with professional pictures.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links to home, services, blog, and contact information.\",\"section_prompt\":\"Basic informational footer with links to other important pages.\"}]}],\"user_prompt\":\"cleaning services\",\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', '{\"folder\":\"websites_beta\",\"site\":\"hw5x7sdug8\",\"domain\":\"hw5x7sdug8beta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_hw5x7sdug8\",\"sftp_pass\":\"umx2gy97h\",\"db_pass\":\"9NTc6L)6+rl0\",\"db_name\":\"db_wpbetasites_hw5x7sdug8\",\"db_user\":\"db_user_wpbetasites_hw5x7sdug8\",\"sftp_group\":\"sftpusers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 22:30:06', 0, 0, NULL, 0, 0, NULL, NULL, '2025-08-13 07:52:31', '2026-04-01 22:30:06', NULL),
(153, 47, NULL, 0, NULL, NULL, NULL, 'Fresh Fruit Cart', NULL, '/bloxby_wp', NULL, '{\"website_title\":\"Fresh Fruit Cart\",\"website_description\":\"A delightful website dedicated to showcasing and selling the freshest fruits straight from the farm to your doorstep.\",\"website_type\":\"E-commerce\",\"website_industry\":\"Food & Beverage\",\"search_query\":\"fruit, fresh produce, farmers market\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Fresh Fruit Cart, your go-to source for fresh and delicious fruits.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to Fresh Fruit Cart\",\"section_description\":\"An inviting introduction to the website showcasing the assortment of fresh fruits available.\",\"section_prompt\":\"Responsive center-aligned hero with a vibrant image of fresh fruits.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our commitment to sourcing the freshest fruits directly from farmers.\",\"section_prompt\":\"Two-column layout with text on one side and an image on the other.\"},{\"section_type\":\"features_list\",\"section_title\":\"Our Unique Features\",\"section_description\":\"Discover what makes us special: freshness guaranteed, sustainable sourcing, and home delivery.\",\"section_prompt\":\"Bulleted list layout highlighting the unique features of the service.\"},{\"section_type\":\"gallery\",\"section_title\":\"Fruit Gallery\",\"section_description\":\"Browse through our beautiful gallery showcasing our vibrant fruits.\",\"section_prompt\":\"Grid layout displaying images of various fruits.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Tips & Recipes\",\"section_description\":\"Check out our latest blog posts for tips and recipes to enjoy your fruits.\",\"section_prompt\":\"Layout featuring snippets of the latest blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Shopping Now!\",\"section_description\":\"Encouragement for visitors to start shopping for fresh fruits.\",\"section_prompt\":\"Full-width call-to-action section prompting users to explore products.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Culmination of the website links and additional information.\",\"section_prompt\":\"Simple footer with links and social media icons.\"}]},{\"page_type\":\"shop\",\"page_title\":\"Shop\",\"page_description\":\"Explore our wide selection of fresh fruits available for purchase.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the shop page.\",\"section_prompt\":\"Standard header layout.\"},{\"section_type\":\"banner\",\"section_title\":\"Welcome to Our Store\",\"section_description\":\"Banner highlighting the variety and freshness of fruits available.\",\"section_prompt\":\"Full-width banner at the top of the shop page.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Featured Fruits\",\"section_description\":\"Showcase of season\'s best fruits that you should not miss.\",\"section_prompt\":\"Grid layout with images and descriptions of featured fruits.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigation and additional links for the shop page.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Read our articles about fruits, healthy living, and recipes.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the blog page.\",\"section_prompt\":\"Standard header layout.\"},{\"section_type\":\"banner\",\"section_title\":\"Fruit Blog\",\"section_description\":\"Banner leading into the selection of articles we have on fruits.\",\"section_prompt\":\"Full-width banner at the top of the blog page.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"Grid layout of the latest blog articles related to fruits.\",\"section_prompt\":\"Responsive grid layout with thumbnails and excerpts of blog posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation and information section of the blog page.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with us for any inquiries or support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for the contact page.\",\"section_prompt\":\"Standard header layout.\"},{\"section_type\":\"banner\",\"section_title\":\"Contact Us\",\"section_description\":\"Encouragement for users to reach out with any questions or comments.\",\"section_prompt\":\"Full-width banner at the top of the contact page.\"},{\"section_type\":\"contact\",\"section_title\":\"Get in Touch\",\"section_description\":\"A contact form for inquiries, including name, email, message, and submit button.\",\"section_prompt\":\"Simple layout with a contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final section with navigation of the contact page.\",\"section_prompt\":\"Standard footer layout.\"}]}],\"user_prompt\":\"Fruit selling cart\",\"prompt_id\":20,\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 22:30:06', 0, 0, NULL, 0, 0, NULL, NULL, '2025-08-13 11:16:05', '2026-04-01 22:30:06', NULL),
(154, 47, NULL, 0, NULL, NULL, NULL, 'Personal Portfolio of John Doe', NULL, '/bloxby_wp', NULL, '{\"website_title\":\"Personal Portfolio of John Doe\",\"website_description\":\"Showcase of projects, skills, and experiences of John Doe, a passionate web developer.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Technology\",\"search_query\":\"web development, personal portfolio, programmer\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my personal portfolio.\",\"sections\":[{\"section_type\":\"hero\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An engaging introduction to me and my work as a web developer.\",\"section_prompt\":\"Responsive hero section with a large background image and a welcoming message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background, skills, and experiences in web development.\",\"section_prompt\":\"Two-column layout with text on one side and an image of me on the other side.\"},{\"section_type\":\"features_list\",\"section_title\":\"My Skills and Technologies\",\"section_description\":\"A list of the programming languages and frameworks I specialize in.\",\"section_prompt\":\"Grid layout showcasing various icons representing skills and technologies.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Showcasing my most recent work and accomplishments.\",\"section_prompt\":\"A carousel or grid layout with thumbnails and descriptions of recent projects.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What People Say About Me\",\"section_description\":\"Feedback and reviews from clients and colleagues about my work.\",\"section_prompt\":\"A slider showcasing various testimonials with images and quotes.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch!\",\"section_description\":\"A prompt for visitors to contact me for potential collaborations.\",\"section_prompt\":\"Wide section with a strong call-to-action button inviting visitors to reach out.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Know more about my journey and experience in web development.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"About Me\",\"section_description\":\"A deeper insight into my professional history and skills.\",\"section_prompt\":\"Full-width banner with an engaging background and brief biography.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"My Journey\",\"section_description\":\"A timeline of my education and professional milestones in tech.\",\"section_prompt\":\"Vertical layout with a timeline and images or icons representing each milestone.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Skills\",\"section_description\":\"Detailed list of skills, languages, and tools I am proficient in.\",\"section_prompt\":\"Simple text section with bullet points outlining my technical skills.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Work Together!\",\"section_description\":\"Encourage visitors to consider collaboration.\",\"section_prompt\":\"Engaging section inviting visitors to connect for potential opportunities.\"},{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]},{\"page_type\":\"projects\",\"page_title\":\"My Projects\",\"page_description\":\"A showcase of my work and projects in web development.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"My Projects\",\"section_description\":\"An overview of projects I have worked on.\",\"section_prompt\":\"Banners with images showcasing my projects.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Project Gallery\",\"section_description\":\"Showcase of various projects including descriptions and technologies used.\",\"section_prompt\":\"Grid layout presenting project thumbnails with titles and brief descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Recent Work Updates\",\"section_description\":\"Updates on my latest projects and developments in my portfolio.\",\"section_prompt\":\"Grid layout showcasing the latest updates on projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in My Work?\",\"section_description\":\"Encourage visitors to reach out if they are interested in collaboration.\",\"section_prompt\":\"Wide section with a call-to-action button inviting inquiries.\"},{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights and articles on web development and technology trends.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Blog\",\"section_description\":\"A collection of my articles and insights on various tech topics.\",\"section_prompt\":\"A banner showcasing the blog title and a relevant image.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"A grid of the most recent blog posts with previews and links.\",\"section_prompt\":\"Grid layout with post thumbnails, titles, and excerpts of the latest blog entries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encourage visitors to subscribe to my blog for the latest posts.\",\"section_prompt\":\"A brief text section with a sign-up form for blog updates.\"},{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out to me for inquiries or collaboration opportunities.\",\"sections\":[{\"section_type\":\"banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Encouraging visitors to get in touch for collaborations.\",\"section_prompt\":\"Full-width banner with a welcome message for visitors.\"},{\"section_type\":\"contact\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact form for visitors to send inquiries directly to me.\",\"section_prompt\":\"Contact form section with fields for name, email, message, etc.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Connect!\",\"section_description\":\"Encouragement for personal connections and networking.\",\"section_prompt\":\"Strong call-to-action inviting connections through social media or other means.\"},{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]}],\"user_prompt\":\"test\",\"prompt_id\":22,\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', NULL, 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'completed', '2026-04-01 22:30:06', 0, 0, NULL, 0, 0, NULL, NULL, '2025-08-13 11:37:07', '2026-04-01 22:30:06', NULL),
(225, 58, 196, 1, 16, NULL, NULL, 'Cura Vita - Supported Living Scheme', 'website1756466821.png', 'wpbetasites_e1kdlf6fgd', 'db_user_wpbetasites_e1kdlf6fgd', '{\"website_title\":\"Cura Vita - Supported Living Scheme\",\"website_description\":\"Cura Vita provides a supportive living scheme for individuals with learning disabilities, autism, and complex care needs, promoting independence and quality care.\",\"website_type\":\"Organization\",\"website_industry\":\"Non-Profit Organization\",\"search_query\":\"supported living, care for learning disabilities, autism support, independent living services\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Cura Vita, a leading supported living scheme dedicated to providing exceptional care for individuals with various needs.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Cura Vita\",\"section_description\":\"Explore Cura Vita\'s commitment to empowering individuals with learning disabilities and complex care needs to live independently.\",\"section_prompt\":\"A vibrant hero banner with welcoming imagery and text introducing Cura Vita.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our mission to offer supportive living solutions that foster independence and dignity.\",\"section_prompt\":\"This section outlines our core values and mission in a clean, structured format.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Discover our range of services designed to support independent living while meeting individual needs.\",\"section_prompt\":\"A grid layout showcasing the various services we offer, with images and brief descriptions.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Hear directly from those who have experienced our supported living programs and how they\'ve transformed their lives.\",\"section_prompt\":\"This section includes quotes and experiences shared by our clients, visually appealing with images.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay informed about the latest news, updates, and events at Cura Vita.\",\"section_prompt\":\"A section displaying the latest blog posts and news from our organization to keep visitors engaged.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch with Us\",\"section_description\":\"Ready to learn more about our services? Contact us today for more information!\",\"section_prompt\":\"A compelling call-to-action encouraging visitors to reach out for more details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This section includes links to our social media, site map, and legal information.\",\"section_prompt\":\"A standard footer layout with additional navigation and essential links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Support Services\",\"page_description\":\"Cura Vita offers a variety of exceptional support services tailored to individuals with learning disabilities and complex care needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our comprehensive service offerings with ease.\",\"section_prompt\":\"Standard header layout for easy navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Support Services\",\"section_description\":\"Detailed insights into our support services designed for independence and care.\",\"section_prompt\":\"An engaging inner banner introducing the support services available.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Personalized Care Plans\",\"section_description\":\"We create tailored care plans to meet the unique needs of each individual.\",\"section_prompt\":\"A two-column layout highlighting personalized care planning with an image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Community Integration\",\"section_description\":\"Our services promote community involvement and engagement for all clients.\",\"section_prompt\":\"A section layout featuring images and content focused on social integration.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"24\\/7 Support Services\",\"section_description\":\"We offer round-the-clock support to ensure safety and well-being.\",\"section_prompt\":\"A media and text section illustrating our always-available support structure.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common queries about our support services and living conditions.\",\"section_prompt\":\"A well-organized FAQ section addressing typical client concerns.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for Support\",\"section_description\":\"Discover how our services can benefit you; reach out to us now!\",\"section_prompt\":\"Encouraging visitors to take action and connect for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information with relevant links and information.\",\"section_prompt\":\"A traditional footer with navigation and essential links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Our Insights and News\",\"page_description\":\"Stay updated with the latest news and insights from Cura Vita through our blog.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to our blog where we share insights and news.\",\"section_prompt\":\"Standard header layout for the blog section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Insights and News\",\"section_description\":\"Explore informative articles about supported living, care, and wellness.\",\"section_prompt\":\"An engaging inner banner to introduce the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Browse through our recent articles, tips, and stories from our community.\",\"section_prompt\":\"Grid layout showcasing latest blog posts with images and summaries.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Featured Articles\",\"section_description\":\"Check out our highlighted pieces that address essential topics in supported living.\",\"section_prompt\":\"A visually distinct section for showcasing featured articles.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Stay Informed\",\"section_description\":\"Don\'t miss out on the latest updates from Cura Vita; subscribe to our newsletter.\",\"section_prompt\":\"Prompt for newsletter signup to keep visitors engaged.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"We invite you to join the discussion on our latest posts.\",\"section_prompt\":\"Encouraging reader engagement with prompts on social media and comments.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer layout for blog with links and navigation.\",\"section_prompt\":\"A footer layout consistent across the website.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"We would love to hear from you! Please reach out with any inquiries or for more information about our services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Connect with us easily through our contact options.\",\"section_prompt\":\"Standard header layout for the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We are here to assist you with any questions you may have.\",\"section_prompt\":\"An inner banner section that introduces the contact page.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to reach out to us directly.\",\"section_prompt\":\"A dedicated area for the contact form enabling inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information providing easy navigation back to key sections.\",\"section_prompt\":\"Footer layout providing additional links and information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Cura Vita\",\"page_description\":\"Discover the ethos, mission, and vision that drive Cura Vita to provide exceptional supported living services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Learn about our organization and our dedication to quality care.\",\"section_prompt\":\"Standard header layout to introduce the about page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Cura Vita\",\"section_description\":\"An overview of our organization, values, and goals in supported living.\",\"section_prompt\":\"An inner banner that provides insight into the organization.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Our Values\",\"section_description\":\"We are committed to integrity, respect, and empowerment in all we do.\",\"section_prompt\":\"A visually appealing section outlining our core values.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Impact Stats\",\"section_description\":\"See how many lives we have positively impacted since our inception.\",\"section_prompt\":\"Highlighting key statistics that reflect our service impact.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Get to know the dedicated professionals behind our supportive living scheme.\",\"section_prompt\":\"A section showcasing team members with images and short bios.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us in Making a Difference\",\"section_description\":\"Find out how you can get involved and support our mission.\",\"section_prompt\":\"Encouraging visitors to engage with our mission and initiatives.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with navigation links and important information.\",\"section_prompt\":\"Standard footer layout across all pages.\"}]}],\"user_prompt\":\"Introducing Cura Vita, a brand new supported living scheme designed for people with learning disabilities, autism, mental health and\\/or multiple complex care needs. If you are looking for supported living whilst living an independent life, you have come to the right place. We are passionate about delivering the best possible care, support, and outcomes.\",\"prompt_id\":196,\"theme\":\"soft\",\"colors\":[[141,109,54],[158,189,89]],\"fonts\":\"soft-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/facebook.com\",\"instagram\":\"https:\\/\\/instagram.com\",\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', '{\"folder\":\"websites_beta\",\"site\":\"e1kdlf6fgd\",\"domain\":\"e1kdlf6fgdbeta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_e1kdlf6fgd\",\"sftp_pass\":\"8RoUMrtAQz1Hh2NDZHNeLy3muuyZ5tqKdi7nTw6zXfY3\\/miBWQ==\",\"db_pass\":\"xIrWFxVFi2Zh\\/AygmfBy+u0I86CnS7rS0Wa7\\/J8u\\/lZtr1oYyKN+Xw==\",\"db_name\":\"db_wpbetasites_e1kdlf6fgd\",\"db_user\":\"db_user_wpbetasites_e1kdlf6fgd\",\"sftp_group\":\"sftpbetausers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '79.850902290344', 'completed', '2026-04-02 04:30:08', 0, 0, NULL, 0, 0, NULL, '2025-09-17 10:13:59', '2025-08-29 11:26:47', '2026-04-02 04:30:08', NULL),
(231, 82, 203, 0, NULL, NULL, NULL, 'Sardarji Bhature Wale', NULL, '/bloxby_wp', NULL, '{\"website_title\":\"Sardarji Bhature Wale\",\"website_description\":\"Welcome to Sardarji Bhature Wale, your go-to shop for delicious Cholle Bhature. We take pride in serving authentic Indian cuisine with the richest flavors and the freshest ingredients.\",\"website_type\":\"Informational\",\"website_industry\":\"Food & Beverage\",\"search_query\":\"Cholle Bhature, Indian Cuisine, Food Shop, Punjab Delicacies, Authentic Bhature\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Discover the delightful world of Cholle Bhature at Sardarji Bhature Wale. Our homepage offers a comprehensive insight into our offerings and the essence of our cuisine.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Sardarji Bhature Wale\",\"section_description\":\"Experience the best Cholle Bhature in town, prepared with traditional recipes and a love for food.\",\"section_prompt\":\"A welcoming hero banner section with bold text about the shop and a tempting image of Cholle Bhature.\"},{\"section_type\":\"about\",\"section_title\":\"About Chef\",\"section_description\":\"Learn more about our journey and dedication to serving authentic Cholle Bhature.\",\"section_prompt\":\"An informative section that shares the history and mission of Sardarji Bhature Wale.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Specialties\",\"section_description\":\"Explore our mouthwatering menu featuring various Cholle Bhature servings and combinations.\",\"section_prompt\":\"A listing grid that displays menu items, emphasizing different variations of Cholle Bhature.\"},{\"section_type\":\"gallery\",\"section_title\":\"Gallery\",\"section_description\":\"Take a visual tour of our delectable dishes and warm ambiance.\",\"section_prompt\":\"A showcase of images capturing our food and dining experience.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest News & Offers\",\"section_description\":\"Stay updated with our latest news, promotions, and offerings.\",\"section_prompt\":\"A section that keeps customers informed about current happenings.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Reviews\",\"section_description\":\"Read what our customers have to say about their experiences with us.\",\"section_prompt\":\"Highlighting customer reviews and experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Visit Us Today!\",\"section_description\":\"Join us for a delightful meal of Cholle Bhature that\'s sure to satisfy your cravings!\",\"section_prompt\":\"Encouragement for visitors to visit and enjoy our offerings.\"}]},{\"page_type\":\"menu\",\"page_title\":\"Menu\",\"page_description\":\"Explore our extensive menu filled with delectable Cholle Bhature options and side dishes.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation section of the website.\",\"section_prompt\":\"A simple header for menu navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Menu\",\"section_description\":\"Delve into the rich variety of dishes we offer.\",\"section_prompt\":\"An inner banner highlighting the menu content.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Cholle Bhature Classic\",\"section_description\":\"Our signature dish made with flavorful chickpeas served with fluffy bhature.\",\"section_prompt\":\"A media and text section featuring the classic Cholle Bhature.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Cholle Bhature Special\",\"section_description\":\"An upgraded variant of our classic recipe with a twist of spices.\",\"section_prompt\":\"Highlight the special version of the Cholle Bhature.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Desi Ghee poori\",\"section_description\":\"Desi ghee poori with 3 type of sabzi\",\"section_prompt\":\"Showcasing the side dishes available.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common queries about our menu and services.\",\"section_prompt\":\"A FAQs section addressing common customer questions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information for the website.\",\"section_prompt\":\"Footer section with contact and additional info.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for inquiries, feedback, or to place an order.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation section of the website.\",\"section_prompt\":\"A simple header for the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\\u2019d love to hear from you!\",\"section_prompt\":\"A banner that introduces the contact form.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Location\",\"section_description\":\"Discover where to find us and visit for a taste of our delicious offerings.\",\"section_prompt\":\"Provide information about store location and hours.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Business Hours\",\"section_description\":\"Our hours of operation for your convenience.\",\"section_prompt\":\"Details about days and times we are open.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Feedback\",\"section_description\":\"Your opinion matters! Let us know how we can improve.\",\"section_prompt\":\"Encouragement to submit feedback about services.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to connect with us.\",\"section_prompt\":\"A contact form for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information for the website.\",\"section_prompt\":\"Footer section with contact and additional info.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about Sardarji Bhature Wale and our passion for Cholle Bhature.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation section of the website.\",\"section_prompt\":\"A simple header for the about page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Discover our journey and passion for serving delicious Cholle Bhature.\",\"section_prompt\":\"An inner banner with the title explaining the context of our story.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"History\",\"section_description\":\"History of our food business from amabala\",\"section_prompt\":\"Detailing the mission statement of the restaurant.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Vision\",\"section_description\":\"To be the most loved place for Cholle Bhature in the region.\",\"section_prompt\":\"Explanation of the long-term vision.\"},{\"section_type\":\"team_section\",\"section_title\":\"Team section\",\"section_description\":\"Introduce the team\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information for the website.\",\"section_prompt\":\"Footer section with contact and additional info.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Explore our blog for the latest news, recipes, and stories from Sardarji Bhature Wale.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation section of the website.\",\"section_prompt\":\"A simple header for the blog page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Blog\",\"section_description\":\"Dive into our articles, recipes, and more!\",\"section_prompt\":\"An inner banner welcoming visitors to the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Check out our recent posts and updates.\",\"section_prompt\":\"A grid layout showcasing recent blog articles.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Community Stories\",\"section_description\":\"Read heartwarming stories from our customers and their experiences with us.\",\"section_prompt\":\"A section dedicated to sharing customer stories.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Behind the Scenes\",\"section_description\":\"An insight into how we prepare our dishes and serve our customers.\",\"section_prompt\":\"Behind-the-scenes look at restaurant operations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information for the website.\",\"section_prompt\":\"Footer section with contact and additional info.\"}]}],\"user_prompt\":\"create a informational website for me the shop sells cholle bhature majorly, also generate a logo for sardarji bharture wale\",\"prompt_id\":203,\"theme\":\"flat\",\"colors\":[[58,91,204],[137,137,137]],\"fonts\":\"flat-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null},\"user_logo\":false}', '{\"folder\":\"websites_beta\",\"site\":\"sva8f6bqda\",\"domain\":\"sva8f6bqdabeta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_sva8f6bqda\",\"sftp_pass\":\"1sv6or7ae\",\"db_pass\":\"PQFMPBW-s6h>\",\"db_name\":\"db_wpbetasites_sva8f6bqda\",\"db_user\":\"db_user_wpbetasites_sva8f6bqda\",\"sftp_group\":\"sftpbetausers\"}', 0, 'error', 'useradd: warning: the home directory /var/www/websites_beta/wpbetasites_sva8f6bqda already exists.\nuseradd: Not copying any file from skel directory into it.\nSaving debug log to /var/log/letsencrypt/letsencrypt.log\nsh: 1: /usr/sbin/sendmail: not found\nPHP Fatal error:  Uncaught ValueError: array_rand(): Argument #1 ($array) cannot be empty in /var/www/websites_beta/wpbetasites_sva8f6bqda/public_html/wp-content/themes/wp-block-theme/includes/cli-builder.php:958\nStack trace:\n#0 /var/www/websites_beta/wpbetasites_sva8f6bqda/public_html/wp-content/themes/wp-block-theme/includes/cli-builder.php(958): array_rand()\n#1 /var/www/websites_beta/wpbetasites_sva8f6bqda/public_html/wp-content/themes/wp-block-theme/includes/cli-builder.php(56): generate_website_posts()\n#2 [internal function]: aibuilder_generate_pages_cli()\n#3 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/CommandFactory.php(102): call_user_func()\n#4 [internal function]: WP_CLI\\Dispatcher\\CommandFactory::WP_CLI\\Dispatcher\\{closure}()\n#5 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/Subcommand.php(497): call_user_func()\n#6 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(470): WP_CLI\\Dispatcher\\Subcommand->invoke()\n#7 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(493): WP_CLI\\Runner->run_command()\n#8 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1295): WP_CLI\\Runner->run_command_and_exit()\n#9 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/LaunchRunner.php(28): WP_CLI\\Runner->start()\n#10 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/bootstrap.php(84): WP_CLI\\Bootstrap\\LaunchRunner->process()\n#11 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/wp-cli.php(35): WP_CLI\\bootstrap()\n#12 phar:///usr/local/bin/wp/php/boot-phar.php(20): include(\'...\')\n#13 /usr/local/bin/wp(4): include(\'...\')\n#14 {main}\n  thrown in /var/www/websites_beta/wpbetasites_sva8f6bqda/public_html/wp-content/themes/wp-block-theme/includes/cli-builder.php on line 958\nFatal error: Uncaught ValueError: array_rand(): Argument #1 ($array) cannot be empty in /var/www/websites_beta/wpbetasites_sva8f6bqda/public_html/wp-content/themes/wp-block-theme/includes/cli-builder.php:958\nStack trace:\n#0 /var/www/websites_beta/wpbetasites_sva8f6bqda/public_html/wp-content/themes/wp-block-theme/includes/cli-builder.php(958): array_rand()\n#1 /var/www/websites_beta/wpbetasites_sva8f6bqda/public_html/wp-content/themes/wp-block-theme/includes/cli-builder.php(56): generate_website_posts()\n#2 [internal function]: aibuilder_generate_pages_cli()\n#3 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/CommandFactory.php(102): call_user_func()\n#4 [internal function]: WP_CLI\\Dispatcher\\CommandFactory::WP_CLI\\Dispatcher\\{closure}()\n#5 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/Subcommand.php(497): call_user_func()\n#6 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(470): WP_CLI\\Dispatcher\\Subcommand->invoke()\n#7 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(493): WP_CLI\\Runner->run_command()\n#8 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1295): WP_CLI\\Runner->run_command_and_exit()\n#9 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/LaunchRunner.php(28): WP_CLI\\Runner->start()\n#10 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/bootstrap.php(84): WP_CLI\\Bootstrap\\LaunchRunner->process()\n#11 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/wp-cli.php(35): WP_CLI\\bootstrap()\n#12 phar:///usr/local/bin/wp/php/boot-phar.php(20): include(\'...\')\n#13 /usr/local/bin/wp(4): include(\'...\')\n#14 {main}\n  thrown in /var/www/websites_beta/wpbetasites_sva8f6bqda/public_html/wp-content/themes/wp-block-theme/includes/cli-builder.php on line 958\nError: There has been a critical error on this website.Learn more about troubleshooting WordPress. There has been a critical error on this website.\n', NULL, 'pending', NULL, 0, 0, NULL, 'pending', '2025-01-01 00:00:00', 0, 0, NULL, 0, 0, NULL, NULL, '2025-08-29 11:47:18', '2025-08-29 11:53:04', NULL);
INSERT INTO `websites` (`id`, `user_id`, `prompt_id`, `is_zip_enabled`, `active_plan_id`, `stripe_subscription_id`, `cancelled_stripe_subscription_id`, `title`, `thumbnail`, `path`, `dbname`, `meta`, `server_meta`, `is_temp`, `status`, `error`, `domain`, `domain_status`, `domain_error`, `trial_mode`, `is_website_down`, `usage`, `usage_status`, `usage_checked_at`, `is_warning_email_sent`, `is_insert_permission_revoked`, `next_payment_date`, `reminder_email_sent`, `is_cancellation_requested`, `subscription_end`, `last_payment_date`, `created_at`, `updated_at`, `deleted_at`) VALUES
(471, 134, 816, 0, NULL, NULL, 'sub_1SIkLMSrjzWKfQsB2ackM4Ke', 'Luxury Limousine Rentals SC', 'website1760594042.png', 'wpbetasites_7stjoaseu4', 'db_user_wpbetasites_7stjoaseu4', '{\"website_title\":\"Luxury Limousine Rentals SC\",\"website_description\":\"Experience the elegance and comfort of our limousine rental services in South Carolina for weddings, proms, corporate events, and more.\",\"website_type\":\"Business\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"limousine rental, luxury transport, wedding limousine, corporate events transportation, prom limousine\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Luxury Limousine Rentals SC, where we offer the finest transportation services.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Luxury Limousine Rentals\",\"section_description\":\"Explore our luxurious limousine options for any special occasion in South Carolina.\",\"section_prompt\":\"A stunning hero image showcasing a luxurious limousine, along with an introductory welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"At Luxury Limousine Rentals, we are committed to providing exceptional service and unforgettable experiences for our clients.\",\"section_prompt\":\"Information about the company\\u2019s history and its commitment to quality, laid out in a clean, informative format.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Fleet\",\"section_description\":\"Browse our stunning fleet of limousines designed for a variety of events and occasions.\",\"section_prompt\":\"Showcase a grid of limousine options with images and brief descriptions, highlighting luxury features.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Discover the benefits of choosing our limousine services, including professionalism, reliability, and comfort.\",\"section_prompt\":\"A detailed explanation of service advantages, provided in an attractive, easy-to-read format.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with the latest posts from our blog on transportation trends and event planning.\",\"section_prompt\":\"Highlight recent blog articles to engage visitors about the limousine industry and related topics.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Ride Today!\",\"section_description\":\"Contact us now to reserve your luxury limousine for your next event.\",\"section_prompt\":\"Encourage visitors to make reservations with a visually appealing call-to-action.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Includes links to privacy policy, terms of service, and social media handles.\",\"section_prompt\":\"Standard footer layout offering essential links and information.\"}]},{\"page_type\":\"fleet\",\"page_title\":\"Our Fleet\",\"page_description\":\"Explore our luxurious fleet of limousines tailored for comfort and style.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the fleet page, understandable and easy to navigate.\",\"section_prompt\":\"Standard header with navigation links and branding.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore Our Fleet\",\"section_description\":\"View our selection of top-quality limousines available for your special events.\",\"section_prompt\":\"Banner image illustrating the luxurious fleet available.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Luxury Sedan\",\"section_description\":\"Our Luxury Sedan offers a sleek design and exceptional comfort for smaller groups.\",\"section_prompt\":\"Display an image alongside a description highlighting the sedan\'s features.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Stretch Limousine\",\"section_description\":\"Perfect for large parties, our Stretch Limousine combines elegance with ample space.\",\"section_prompt\":\"Images and details showcasing the spacious interior and luxury features.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SUV Limousine\",\"section_description\":\"Enjoy the robustness and comfort of our SUV Limousine, ideal for adventurous events.\",\"section_prompt\":\"Detailed presentation of the SUV\'s capabilities and comfort amenities.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reserve Your Limousine\",\"section_description\":\"Ready to book? Contact us to secure your limousine for the upcoming event!\",\"section_prompt\":\"An engaging call-to-action inviting visitors to make a reservation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer layout offering essential links and information.\",\"section_prompt\":\"Include links to social media and additional navigation for users.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Discover the range of services we offer for your events.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the services page, distinctive and easy to navigate.\",\"section_prompt\":\"A classic header design with clear links to other sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Service Offerings\",\"section_description\":\"Learn more about our specialized services for various events.\",\"section_prompt\":\"Visually appealing banner that entices visitors to read about services.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Event Special Packages\",\"section_description\":\"Check out our exclusive packages for weddings, proms, and corporate events.\",\"section_prompt\":\"Feature various packages with pricing information and benefits.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Corporate Events\",\"section_description\":\"We cater to corporate needs with punctual transportation and professional drivers.\",\"section_prompt\":\"List features of corporate event services with a focus on business-appropriate solutions.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Airport Transfers\",\"section_description\":\"Reliable and comfortable airport transfers to ensure timely arrivals and departures.\",\"section_prompt\":\"Detail the convenience and comfort of our airport transfer options.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to commonly asked questions regarding our services and bookings.\",\"section_prompt\":\"A section dedicated to clearing clients\\u2019 concerns with well-organized FAQs.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started with Us\",\"section_description\":\"Ready to plan your next event? Contact us today!\",\"section_prompt\":\"Encourage potential customers to engage and plan their events with our services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer layout offering essential links and information.\",\"section_prompt\":\"Classic footer that includes crucial navigation elements.\"}]},{\"page_type\":\"pricing\",\"page_title\":\"Transparent Pricing\",\"page_description\":\"Review our pricing structure for limousine rentals and available deals.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the pricing page, intuitive and easy to use.\",\"section_prompt\":\"Standard header for easy navigation across the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Pricing Options\",\"section_description\":\"Explore our competitive pricing for various limousine services.\",\"section_prompt\":\"An eye-catching banner to introduce the pricing section.\"},{\"section_type\":\"pricing_table\",\"section_title\":\"Limousine Rates\",\"section_description\":\"View our clear and comprehensive pricing table for all limousine options.\",\"section_prompt\":\"Layout that highlights the pricing for each type of limousine service clearly.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Special Promotions\",\"section_description\":\"Don\'t miss out on our limited-time promotional deals for various services.\",\"section_prompt\":\"Detail current promotions and discounts available for customers.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Payment Options\",\"section_description\":\"We accept various payment methods for your convenience.\",\"section_prompt\":\"Explain the different payment gateways and accepted cards.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Now and Save\",\"section_description\":\"Secure your booking today and take advantage of our great prices!\",\"section_prompt\":\"Engaging section encouraging early bookings to benefit from prices.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer layout offering essential links and information.\",\"section_prompt\":\"Consistent footer highlighting important links and contacts.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn about our mission and values at Luxury Limousine Rentals.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for about page, clean and user-friendly.\",\"section_prompt\":\"Standard header design with branding and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Discover our journey and commitment to providing exceptional limousine services.\",\"section_prompt\":\"A unique banner highlighting the company\\u2019s origins.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Mission\",\"section_description\":\"To deliver luxury transportation experiences that exceed customer expectations.\",\"section_prompt\":\"A detailed explanation about the mission and vision of the company.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Values\",\"section_description\":\"Integrity, punctuality, and customer satisfaction drive everything we do.\",\"section_prompt\":\"Outline the company values clearly and thoughtfully.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Get to know the dedicated professionals behind Luxury Limousine Rentals.\",\"section_prompt\":\"Profile of team members showcasing their expertise and commitment.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us on a Journey\",\"section_description\":\"Ready to experience luxury? Contact us to learn more!\",\"section_prompt\":\"An engaging call-to-action prompting communication with the company.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer layout offering essential links and information.\",\"section_prompt\":\"A footer consistently covering navigation necessities.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"What Our Customers Say\",\"page_description\":\"Read the glowing testimonials from our satisfied clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for testimonials page, informative and accessible.\",\"section_prompt\":\"A classic header format with links to other site areas.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear directly from our clients about their experiences with our services.\",\"section_prompt\":\"Banner indicating the importance of customer feedback.\"},{\"section_type\":\"reviews\",\"section_title\":\"Customer Reviews\",\"section_description\":\"Real stories from clients showcasing our dedication to service excellence.\",\"section_prompt\":\"Engaging layout featuring positive reviews and comments from clients.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Why Customers Love Us\",\"section_description\":\"Check out what makes our clients recommend us to their friends and family.\",\"section_prompt\":\"Highlight unique features that get clients to return or refer others.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Write Your Review\",\"section_description\":\"Had a great experience? We\\u2019d love to hear from you!\",\"section_prompt\":\"Encouraging clients to share their experiences with a simple format.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer layout offering essential links and information.\",\"section_prompt\":\"Consistent footer layout across the website.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Contact us for inquiries, quotes, or booking requests.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for contact page, convenient and straightforward.\",\"section_prompt\":\"Header that offers direct access to other important pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We are here to assist you with any questions or booking needs you may have.\",\"section_prompt\":\"Engaging banner prompting communication and contact.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Fill out this form for any inquiries related to our services or bookings.\",\"section_prompt\":\"A practical inquiry form layout for customers.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Contact Information\",\"section_description\":\"Find our phone number, email, and address to reach us easily.\",\"section_prompt\":\"Concise information about how customers can contact the business directly.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer layout offering essential links and information.\",\"section_prompt\":\"Universal footer that includes important navigation links.\"}]}],\"user_prompt\":\"Generate a website for limo rental services in South Carolina, US.\",\"prompt_id\":816,\"theme\":\"classic\",\"colors\":[[225,188,121],[51,109,137]],\"fonts\":\"classic-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/facebook.com\\/car-rentals\",\"instagram\":\"https:\\/\\/instagram.com\\/car-rentals\",\"twitter\":\"https:\\/\\/x.com\\/car-rentals\",\"linkedin\":null,\"pinterest\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_68f08870a0902.png\",\"contact_details\":{\"phone_number\":\"+919828098280\",\"email\":\"car-rentals@info.com\",\"primary_cta\":\"phone\"},\"user_email\":\"gurpreetkaler18@gmail.com\"}', '{\"folder\":\"websites_beta\",\"site\":\"7stjoaseu4\",\"domain\":\"7stjoaseu4beta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_7stjoaseu4\",\"sftp_pass\":\"6aDHeKc4DvsvzqC6lmQGA5kMj01mY47C+zxxPiTPgDIeQLci6IU=\",\"db_pass\":\"cDkbUFgBdvMibvxs1hq2h0Z126IH+5oUvF\\/5ypU3ytZo5z5agVk00Q==\",\"db_name\":\"db_wpbetasites_7stjoaseu4\",\"db_user\":\"db_user_wpbetasites_7stjoaseu4\",\"sftp_group\":\"sftpbetausers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '96.797560768127', 'completed', '2026-04-02 07:30:06', 0, 0, '2026-10-16 06:07:13', 0, 0, NULL, '2025-10-16 06:07:26', '2025-10-16 05:53:55', '2026-04-02 07:30:06', NULL),
(579, 179, 1025, 0, 14, 'sub_1SRsWmSrjzWKfQsBKMejFW0D', NULL, 'My Travel Photo Blog', 'website1762770963.png', 'wpbetasites_blh2fm1gm2', 'db_user_wpbetasites_blh2fm1gm2', '{\"website_title\":\"My Travel Photo Blog\",\"website_description\":\"A vibrant blog dedicated to travel and photography featuring stunning images and captivating stories from my adventures.\",\"website_type\":\"Personal\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography blog, travel tips, photography tips, adventure stories, travel destinations\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel and photography blog where adventures come to life!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header with navigation menu and branding.\",\"section_prompt\":\"Bootstrap layout for header.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Explore the World\",\"section_description\":\"Join me on my adventures as I explore breathtaking destinations across the globe.\",\"section_prompt\":\"Large imagery to captivate visitors.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my passion for travel and photography and what this blog is all about.\",\"section_prompt\":\"Engaging intro about the blogger.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Destinations\",\"section_description\":\"Check out some of my favorite travel destinations and experiences.\",\"section_prompt\":\"Grid layout showcasing individual posts with images.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Posts\",\"section_description\":\"Catch up on my most recent adventures and photography tips.\",\"section_prompt\":\"Carousel or grid showcasing recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure\",\"section_description\":\"Subscribe to stay updated with my latest travel tips and stunning photography.\",\"section_prompt\":\"CTAs prompting visitors to subscribe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with social links and additional navigation.\",\"section_prompt\":\"Basic footer layout with links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover who I am and the story behind my love for travel and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header with navigation menu and branding.\",\"section_prompt\":\"Bootstrap layout for header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"An insight into my journey as a traveler and photographer.\",\"section_prompt\":\"Banner featuring an inspiring image.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"A brief personal history on how I fell in love with travel and photography.\",\"section_prompt\":\"Narrative text detailing my journey.\"},{\"section_type\":\"features_listing\",\"section_title\":\"My Highlights\",\"section_description\":\"Key accomplishments and memorable experiences in my travel adventures.\",\"section_prompt\":\"Showcase achievements in a structured format.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Feel free to drop me a message or connect on social media!\",\"section_prompt\":\"Invite for engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with social links and additional navigation.\",\"section_prompt\":\"Basic footer layout with links.\"}]},{\"page_type\":\"destinations\",\"page_title\":\"Travel Destinations\",\"page_description\":\"Explore detailed stories and tips about various travel destinations I\\u2019ve visited.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header with navigation menu and branding.\",\"section_prompt\":\"Bootstrap layout for header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore Destinations\",\"section_description\":\"Dive deep into my travel stories and tips from around the world.\",\"section_prompt\":\"Banner with beautiful landscape imagery.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Popular Posts\",\"section_description\":\"Check out my most popular posts about various destinations.\",\"section_prompt\":\"Grid structure showcasing top posts.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Destination Highlights\",\"section_description\":\"Visual and written highlights of specific locations I recommend.\",\"section_prompt\":\"Combined media and text layout for impactful storytelling.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Plan Your Next Adventure\",\"section_description\":\"Get inspired and start planning your next trip with my tips!\",\"section_prompt\":\"CTAs for travel planning.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with social links and additional navigation.\",\"section_prompt\":\"Basic footer layout with links.\"}]},{\"page_type\":\"photography_tips\",\"page_title\":\"Photography Tips\",\"page_description\":\"Advice and tips for aspiring photographers to capture stunning images.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header with navigation menu and branding.\",\"section_prompt\":\"Bootstrap layout for header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Tips\",\"section_description\":\"Learn to take breathtaking photos just like I do!\",\"section_prompt\":\"Banner featuring captivating photographs.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Tips & Techniques\",\"section_description\":\"A collection of useful tips and techniques for photography.\",\"section_prompt\":\"List format showing useful photography techniques.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Equipment Recommendations\",\"section_description\":\"My favorite gear that helps me capture stunning photos.\",\"section_prompt\":\"Detailed overview of photography equipment.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Work\",\"section_description\":\"Join the community and share your photography with me!\",\"section_prompt\":\"Encouragement for community engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with social links and additional navigation.\",\"section_prompt\":\"Basic footer layout with links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header with navigation menu and branding.\",\"section_prompt\":\"Bootstrap layout for header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I\\u2019d love to hear from you!\",\"section_prompt\":\"Banner with inviting imagery.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Send a Message\",\"section_description\":\"Fill out the form below to get in touch with me directly.\",\"section_prompt\":\"Contact form for user inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect on Social Media\",\"section_description\":\"Follow me on social media for more travel and photography content!\",\"section_prompt\":\"CTAs prompting follow on social platforms.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with social links and additional navigation.\",\"section_prompt\":\"Basic footer layout with links.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":1025,\"theme\":\"material\",\"colors\":[[26,188,156],[108,117,125]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\"},\"user_email\":\"guptarider4@gmail.com\"}', '{\"folder\":\"websites_beta\",\"site\":\"blh2fm1gm2\",\"domain\":\"blh2fm1gm2beta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_blh2fm1gm2\",\"sftp_pass\":\"QGNUSIRFfuVOkPzFoARCz1XRzpG9DevWlYhXQ+BywEr6sMN0MQ==\",\"db_pass\":\"jdz9moFjQaLIveqqZefltgXspaqfc5l0CPx1z5B84Hn+LIEBWam0TQ==\",\"db_name\":\"db_wpbetasites_blh2fm1gm2\",\"db_user\":\"db_user_wpbetasites_blh2fm1gm2\",\"sftp_group\":\"sftpbetausers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '81.480279579163', 'completed', '2026-04-02 05:00:08', 0, 0, '2026-02-10 10:40:47', 0, 0, NULL, '2026-01-10 11:42:32', '2025-11-10 10:35:17', '2026-04-02 05:00:08', NULL),
(591, 202, 1041, 0, NULL, NULL, NULL, 'Pete\'s New Haven Style Apizza', 'website1763368563.png', 'wpbetasites_2kal4usqke', 'db_user_wpbetasites_2kal4usqke', '{\"website_title\":\"Pete\'s New Haven Style Apizza\",\"website_description\":\"Discover Pete\'s New Haven Style Apizza, where fresh ingredients meet community spirit. Savor our artisanal pizzas made from hormone-free meats and local produce, all while supporting quality practices and transparency in dining fees.\",\"website_type\":\"business\",\"website_industry\":\"Food & Beverage\",\"search_query\":\"restaurant, pizza, New Haven, local ingredients, artisanal food\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Pete\'s New Haven Style Apizza, your new favorite dining destination.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other sections of the site.\",\"section_prompt\":\"Bootstrap layout for navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Pete\'s Apizza\",\"section_description\":\"Experience authentic New Haven style pizza made with love and fresh ingredients.\",\"section_prompt\":\"Hero image of the restaurant.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our commitment to quality ingredients and community focus.\",\"section_prompt\":\"Highlight our philosophy and approach to sourcing.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"We Cater\",\"section_description\":\"At Pete\\u2019s Apizza, we specialize in catering services that bring the delicious flavors of New Haven Style Apizza to your events. Whether it\\u2019s a birthday party, corporate meeting, or family gathering, our team is ready to assist you with your catering needs. Please call us for more details about our catering options and minimum order requirements.\\n\\nHORMONE-FREE MEATS\\nFRESH INGREDIENTS\\nCUSTOM OPTIONS\",\"section_prompt\":\"List menu categories with links to detailed menu page.\"},{\"section_type\":\"benefits_section\",\"section_title\":\"Benefits\",\"section_description\":\"Showcase key benefits:\\nCOMFORTING ATMOSPHERE\\nSATISFACTION GUARANTEED\\nCLEANLINESS\\nDOING GOOD\"},{\"section_type\":\"contact_section\",\"section_title\":\"Our Location\",\"section_description\":\"Hours Of Operation\\nSunday \\u2013 Thursday 11:00AM-9:00PM\\nFriday \\u2013 Saturday 11:00AM-10:00PM\\nDelivery ends 15 minutes before closing\"},{\"section_type\":\"about_section\",\"section_title\":\"Important Message\",\"section_description\":\"A Message to Our Valued Customers\\n\\nTo help offset rising labor costs associated with the restaurant (Tip Wage Workers Fairness Act- Initiative 82), we are adding a 12.5% Hospitality Fee for all dine-in and a 4.75% packaging fee for To-Go orders. Any tip beyond these fees will be greatly appreciated but is not necessary. We appreciate your support and understanding.\\n\\nPlease note that orders placed through third-party apps (DoorDash, UberEats & GrubHub) will incur an additional charge of up to 25%. To avoid these fees, we encourage our customers to order directly from our online platform.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Order Online Now\",\"section_description\":\"Enjoy the convenience and ease of ordering! With just a few clicks, you can have our delicious New Haven Style Apizza delivered right to your door.\\n\\nhttps:\\/\\/order.online\\/business\\/PetesApizza-10134?utm_source=sdk&visitorId=19a811de2e0a3a16\",\"section_prompt\":\"Encourage visitors to dine-in or book a table.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright information and social media links.\",\"section_prompt\":\"Standard footer layout.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Pete\'s New Haven Style Apizza.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other sections of the site.\",\"section_prompt\":\"Bootstrap layout for navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\'d love to hear from you!\",\"section_prompt\":\"Contact-themed image.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Reach Out\",\"section_description\":\"You can find us at\\n\\nFriendship Heights,\\n4940 Wisconsin Ave NW,\\nWashington, DC 20016\\n\\nHours Of Operation\\nSunday \\u2013 Thursday 11:00AM-9:00PM\\nFriday \\u2013 Saturday 11:00AM-10:00PM\\nDelivery ends 15 minutes before closing\",\"section_prompt\":\"Contact details and hours.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Visit Us!\",\"section_description\":\"We look forward to welcoming you to our restaurant.\",\"section_prompt\":\"Encouragement to visit.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright and social media links.\",\"section_prompt\":\"Standard footer layout.\"}]}],\"user_prompt\":\"Create a website for Pete\'s New Haven Style Apizza, Our menu is built on fresh, locally sourced ingredients. From hormone-free beef and pork to blocks of natural, artisan cheese, we only use the highest quality ingredients.\\n\\nTo help offset rising labor costs  (Tip Wage Workers Fairness Act- Initiative 82) we are adding a 12.5% Hospitality Fee for all Dine-in and a 4.75% packaging fee for To-Go orders. Live Website URL: https:\\/\\/petesapizza.com\\/\",\"prompt_id\":1041,\"theme\":\"flat\",\"colors\":[[92,58,42],[210,206,197]],\"fonts\":\"flat-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/www.facebook.com\\/PetesNewHavenColumbiaHeights\",\"instagram\":\"http:\\/\\/instagram.com\\/petes_newhaven\",\"twitter\":\"http:\\/\\/twitter.com\\/petes_newhaven\",\"linkedin\":null,\"pinterest\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_691ade372395e.png\",\"contact_details\":{\"phone_number\":\"+12022377383\",\"email\":null,\"primary_cta\":\"phone\"},\"user_email\":\"test.andrew2@gmail.com\"}', '{\"folder\":\"websites_beta\",\"site\":\"2kal4usqke\",\"domain\":\"2kal4usqkebeta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_57yep6v66s\",\"sftp_pass\":\"CyUAWk04ySBsxS5+Vh0SlEEofw771Mmsk7+qTeSzEVigCUd71Q==\",\"db_pass\":\"U5586YYNnbrYzt7vyvMR4y0JDoKQlUGZRTII9tM8cHurO73rrR67lQ==\",\"db_name\":\"db_wpbetasites_57yep6v66s\",\"db_user\":\"db_user_wpbetasites_57yep6v66s\",\"sftp_group\":\"sftpbetausers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 1, 0, NULL, 'completed', '2026-04-01 16:30:05', 0, 0, NULL, 0, 0, NULL, NULL, '2025-11-17 08:35:04', '2026-04-01 16:30:05', NULL),
(603, 202, 1064, 0, NULL, NULL, NULL, 'Macrospect - Finance Systems Implementation Expert', 'website1763537882.png', 'wpbetasites_zpuqjol873', 'db_user_wpbetasites_zpuqjol873', '{\"website_title\":\"Macrospect - Finance Systems Implementation Expert\",\"website_description\":\"Macrospect is dedicated to helping finance executives navigate complex financial landscapes with our finance systems implementation and consulting services.\",\"website_type\":\"corporate\",\"website_industry\":\"Finance\",\"search_query\":\"finance consulting, financial software, finance implementation, finance strategies\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Macrospect, your trusted partner in finance systems implementation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section where the main navigation will be found.\",\"section_prompt\":\"Includes links to other pages like About, Blog, Solutions, Client Success, Careers, and Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Macrospect\",\"section_description\":\"We specialize in financial systems implementation to streamline your processes.\",\"section_prompt\":\"A vibrant banner to set the tone of the website.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission, vision, and values that drive our services.\",\"section_prompt\":\"Brief overview of the company.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Solutions\",\"section_description\":\"Explore our tailored finance software implementation strategies and consulting services.\",\"section_prompt\":\"A list showcasing our specific services offered.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest articles and blog posts regarding finance systems.\",\"section_prompt\":\"Highlights of recent blog entries.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Impact\",\"section_description\":\"Discover the success we\\u2019ve brought to our clients through our innovative solutions.\",\"section_prompt\":\"Highlight key statistics and achievements.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Contact us to see how we can transform your financial landscape.\",\"section_prompt\":\"Encouragement for visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and other footer contents.\",\"section_prompt\":\"Standard footer information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Get to know Macrospect, our history and our dedicated team.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links are included here.\",\"section_prompt\":\"Includes links to Home, Blog, Solutions, Client Success, Careers, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Macrospect\",\"section_description\":\"A brief overview of who we are and what we stand for.\",\"section_prompt\":\"This section will feature relevant imagery.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Company History\",\"section_description\":\"Our journey began with a vision to simplify finance systems for businesses.\",\"section_prompt\":\"Highlight the evolution of the company.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Our Values\",\"section_description\":\"Integrity, Innovation, Excellence \\u2013 our core values that guide us.\",\"section_prompt\":\"Key principles that shape our work.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Introducing the talented individuals behind Macrospect.\",\"section_prompt\":\"Brief profiles of team members.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us on Our Journey\",\"section_description\":\"Connect with us and discover collaboration opportunities.\",\"section_prompt\":\"Encourage interaction.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information.\",\"section_prompt\":\"Contains essential links and information.\"}]},{\"page_type\":\"solutions\",\"page_title\":\"Solutions\",\"page_description\":\"Discover our finance software implementation strategies and consulting services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links are provided here.\",\"section_prompt\":\"Connects to Home, About, Blog, Client Success, Careers, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Exclusive Solutions\",\"section_description\":\"Tailored strategies for implementing financial systems that drive efficiency.\",\"section_prompt\":\"Showcase of solutions offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Implementation Strategies\",\"section_description\":\"Comprehensive methods to ensure successful finance systems implementation.\",\"section_prompt\":\"Discuss our strategic implementation process.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Customized Solutions\",\"section_description\":\"Bespoke solutions tailored to your specific financial needs.\",\"section_prompt\":\"Highlight personalized approaches for clients.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Get answers to common inquiries about our solutions.\",\"section_prompt\":\"Questions prospective clients often ask.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Finance Transformation\",\"section_description\":\"Contact us to explore how we can assist you.\",\"section_prompt\":\"Encourage contacting our team.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information.\",\"section_prompt\":\"Essential links and contact details.\"}]},{\"page_type\":\"client_success\",\"page_title\":\"Success Stories\",\"page_description\":\"Showcasing our impact through client testimonials and case studies.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links are included here.\",\"section_prompt\":\"Links to Home, About, Blog, Solutions, Careers, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Success Stories\",\"section_description\":\"Discover how we have made significant impacts on our clients\\u2019 operations.\",\"section_prompt\":\"Visual section featuring client stories.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Read testimonials from our valued clients.\",\"section_prompt\":\"Client feedback and success highlights.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Case Studies\",\"section_description\":\"In-depth case studies showcasing our successful implementations and outcomes.\",\"section_prompt\":\"Detailed success stories.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Your Success Story Next\",\"section_description\":\"Reach out and let us help you succeed.\",\"section_prompt\":\"Encouragement to contact us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information.\",\"section_prompt\":\"Essential links and contact details.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Insights\",\"page_description\":\"Explore our latest articles and insights on finance systems.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links are included here.\",\"section_prompt\":\"Links to Home, About, Solutions, Client Success, Careers, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Insights and thought leadership articles on finance systems and implications.\",\"section_prompt\":\"Visual section showcasing the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Articles Collection\",\"section_description\":\"Browse through our collection of informative articles and insights.\",\"section_prompt\":\"Grid layout displaying blog post previews.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to Our Updates\",\"section_description\":\"Stay informed by subscribing to our newsletter.\",\"section_prompt\":\"Encouraging visitors to sign up.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information.\",\"section_prompt\":\"Essential links and contact details.\"}]},{\"page_type\":\"careers\",\"page_title\":\"Join Us\",\"page_description\":\"Explore career opportunities at Macrospect and be part of our team.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links are provided here.\",\"section_prompt\":\"Connects to Home, About, Blog, Solutions, Client Success, and Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Careers at Macrospect\",\"section_description\":\"Join a dynamic team dedicated to innovation in finance systems.\",\"section_prompt\":\"Inspiring section for potential applicants.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Current Opportunities\",\"section_description\":\"View our available job openings.\",\"section_prompt\":\"Detailed list of job openings.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Culture\",\"section_description\":\"Learn about the culture that defines our workplace and our team dynamics.\",\"section_prompt\":\"Insight into company culture.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Apply Today\",\"section_description\":\"Ready to make a difference? Submit your application.\",\"section_prompt\":\"Encouragement for job applicants.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information.\",\"section_prompt\":\"Essential links and contact details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to us for inquiries or further information.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links are included here.\",\"section_prompt\":\"Links to Home, About, Blog, Solutions, Client Success, and Careers.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We would love to hear from you. Reach out to us anytime.\",\"section_prompt\":\"Visuals that encourage contact.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch with us.\",\"section_prompt\":\"Form for clients and job seekers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow Us on Social Media\",\"section_description\":\"Connect with us through our social channels.\",\"section_prompt\":\"Encourage following on social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information.\",\"section_prompt\":\"Essential links and contact details.\"}]}],\"user_prompt\":\"For Finance Systems Implementation, Macrospect is the clear choice. We leverage the power of the world\\u2019s most advanced finance software to help finance executives gain clarity where it counts. A diverse team of dynamic minds from both the IT and business world, Macrospect people provide the intellectual expertise and focused perspective that forward-thinking companies count on to make better financial decisions. Sitemap - Home, About, Blog, Solutions, Client Success, Careers, Contact Us\",\"prompt_id\":1064,\"theme\":\"classic\",\"colors\":[[237,103,68],[167,162,160]],\"fonts\":\"classic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\"},\"user_email\":\"test.andrew2@gmail.com\"}', '{\"folder\":\"websites_beta\",\"site\":\"zpuqjol873\",\"domain\":\"zpuqjol873beta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_zpuqjol873\",\"sftp_pass\":\"dnePKlUwrX9+yLRUail5F1eu0jCVBWWxNi65iQ0BIedoTsbuYQ==\",\"db_pass\":\"jSIWj3wEext809PBgQGLDlFbXZWajatSc+8zJOhnQIg3RhzpCzixUg==\",\"db_name\":\"db_wpbetasites_zpuqjol873\",\"db_user\":\"db_user_wpbetasites_zpuqjol873\",\"sftp_group\":\"sftpbetausers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '81.686290664673', 'completed', '2026-04-01 18:30:09', 0, 0, NULL, 0, 0, NULL, NULL, '2025-11-19 07:37:17', '2026-04-01 18:30:09', NULL);
INSERT INTO `websites` (`id`, `user_id`, `prompt_id`, `is_zip_enabled`, `active_plan_id`, `stripe_subscription_id`, `cancelled_stripe_subscription_id`, `title`, `thumbnail`, `path`, `dbname`, `meta`, `server_meta`, `is_temp`, `status`, `error`, `domain`, `domain_status`, `domain_error`, `trial_mode`, `is_website_down`, `usage`, `usage_status`, `usage_checked_at`, `is_warning_email_sent`, `is_insert_permission_revoked`, `next_payment_date`, `reminder_email_sent`, `is_cancellation_requested`, `subscription_end`, `last_payment_date`, `created_at`, `updated_at`, `deleted_at`) VALUES
(627, 10, 1116, 0, NULL, NULL, 'sub_1SY4MpSrjzWKfQsBsx0AR9y1', 'New England Smart Systems', 'website1764221463.png', 'wpbetasites_eeciow8p78', 'db_user_wpbetasites_eeciow8p78', '{\"website_title\":\"New England Smart Systems\",\"website_description\":\"Expertise in competitive construction cost quotes for HVAC, solar, and battery storage solutions, enhancing efficiency ratings for residential and commercial buildings.\",\"website_type\":\"Corporate\",\"website_industry\":\"Construction\",\"search_query\":\"energy efficiency, construction quotes, HVAC solutions, solar installation, battery storage\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to New England Smart Systems, your trusted partner in energy solutions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate our offerings easily with our comprehensive menu.\",\"section_prompt\":\"Navbar with links to all main pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Peace of Mind. Performance. Convenience.\",\"section_description\":\"Providing competitive construction cost quotes through reputable installers.\",\"section_prompt\":\"Main banner with high-quality images of energy-efficient buildings.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Taking the stress out of home improvement, we understand the difficulties in knowing who you can trust. We leverage wholesaling certain construction costs with the most reputable installers in the New England region to provide the most competitive quotes. Take the guess work out of the decision to ensure your peace of mind.\",\"section_prompt\":\"Details about our mission and values.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Our Approach\",\"section_description\":\"Our structured approach includes Consultation, Evaluation, Construction, and Support.\",\"section_prompt\":\"Detailed bullet points or icons representing each step.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Hear from our satisfied customers about their experiences with our services.\",\"section_prompt\":\"Positive customer feedback highlighted.\"},{\"section_type\":\"logos_section\",\"section_title\":\"Clients and Partners\",\"section_description\":\"Working With the Best Clients and Partners\"},{\"section_type\":\"faq_section\",\"section_title\":\"FAQ\",\"section_description\":\"Answer common questions:\\nCan I take advantage of rebates and state funding?\\nHow long is the offer good for?\\nHow long will the Assessment take?\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with our latest blog articles on energy efficiency and industry trends.\",\"section_prompt\":\"Links to recent blog articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact us today for your energy efficiency solutions!\",\"section_prompt\":\"Encouragement to fill out the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and important resources.\",\"section_prompt\":\"Footer with essential links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about New England Smart Systems and our commitment to energy solutions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate our offerings easily with our comprehensive menu.\",\"section_prompt\":\"Navbar with links to all main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About New England Smart Systems\",\"section_description\":\"Our Approach and Expertise\",\"section_prompt\":\"Banner showing company logo.\"},{\"section_type\":\"about\",\"section_title\":\"Our Story\",\"section_description\":\"With over 12 years of experience specializing in increasing residential and commercial efficiency ratings to achieve net zero building standards, we are dedicated to providing cutting-edge solutions in HVAC, solar, battery storage, insulation, windows, and general construction. Our customer based approach ensures that your needs are met with precision, care, and reliability.\",\"section_prompt\":\"Chronological overview of the company\'s milestones.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Success Stories\",\"section_description\":\"Hear from our clients about our reliable services.\",\"section_prompt\":\"Feedback from clients praising our work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us\",\"section_description\":\"Ready to work with us? Get in touch today!\",\"section_prompt\":\"Link to contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and important resources.\",\"section_prompt\":\"Footer with essential links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Residential Services\",\"page_description\":\"Explore the comprehensive services we offer in energy solutions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate our offerings easily with our comprehensive menu.\",\"section_prompt\":\"Navbar with links to all main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Services\",\"section_description\":\"Bringing comfort and ease to every project!\",\"section_prompt\":\"Banner showcasing the services provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"HVAC Solutions\",\"section_description\":\"Tailored HVAC systems designed for efficiency and comfort. \\nMini-splits\\nHeat Pumps\\nSmart Thermostats\",\"section_prompt\":\"Image and text detailing HVAC services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Solar & Battery Storage\",\"section_description\":\"Expert energy solutions to power your buildings.\\nRooftop\\nGround Mounts\\nSolar Pergolas\\nWhole Home Backup\\nCharging Stations\",\"section_prompt\":\"Image and text detailing solar services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Insulation\",\"section_description\":\"Innovative insulation solutions for energy efficiency.\\nCellulose\\nSpray Foam\\nMineral Wool\",\"section_prompt\":\"Image and text detailing battery storage services.\"},{\"section_type\":\"feature_section\",\"section_title\":\"Roofing\",\"section_description\":\"GAF Master Elite\\nCertainteed\\nOwens Corning\"},{\"section_type\":\"feature_section\",\"section_title\":\"Windows\",\"section_description\":\"Highlight a feature in details:\\nWindows\\nSkylights\\nSliders\\nDoors\"},{\"section_type\":\"feature_section\",\"section_title\":\"Custom Finishing\",\"section_description\":\"We do it all!\\nFlooring\\nKitchens\\nBathrooms\\nAccent walls\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Get your queries answered about our services.\",\"section_prompt\":\"List of common questions and responses.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us\",\"section_description\":\"Interested in our services? Let us know!\",\"section_prompt\":\"Encouragement to fill out the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and important resources.\",\"section_prompt\":\"Footer with essential links.\"}]},{\"page_type\":\"commercial-services\",\"page_title\":\"Commercial Services\",\"page_description\":\"Explore our expert commercial HVAC, solar, and battery storage solutions to enhance efficiency and reduce operational costs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section serves as the introductory header for the page, establishing branding and navigation links.\",\"section_prompt\":\"A full-width header with the logo on the left and navigation links on the right, styled with a dark background.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Commercial Services\",\"section_description\":\"Take your business to the next level\",\"section_prompt\":\"A hero banner with a compelling image representing commercial services, including a captivating headline and a subtext, centered with a light overlay for readability.\"},{\"section_type\":\"about\",\"section_title\":\"Why Choose Our Commercial Solutions?\",\"section_description\":\"Discover the unique advantages of our commercial services, including expert insights and tailored solutions for your business.\",\"section_prompt\":\"A responsive layout with text on the left and an engaging image on the right to illustrate the benefits of choosing our services.\"},{\"section_type\":\"feature_section\",\"section_title\":\"Solar & Battery Leasing\",\"section_description\":\"Let us pay you! We currently offer on qualified properties annual lease payments for solar and battery container placement.  Increase net operating income for zero capital expenditure.\"},{\"section_type\":\"feature_section\",\"section_title\":\"Cell Tower Leasing\",\"section_description\":\"On approved properties we can place a cell kit that carriers will pay to use\"},{\"section_type\":\"feature_section\",\"section_title\":\"EV Charging Stations\",\"section_description\":\"Generate extra income by installing a pay by use EV charging station\"},{\"section_type\":\"feature_section\",\"section_title\":\"Ownership\",\"section_description\":\"You can own the systems out right as well! Solar, batteries and EV chargers\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get a Quote Today!\",\"section_description\":\"Encouraging potential clients to reach out for a personalized quote that meets their specific needs.\",\"section_prompt\":\"A prominent call-to-action section with a background image, featuring a clear call-to-action button urging visitors to request a quote.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This section provides links to important resources, contact information, and social media links.\",\"section_prompt\":\"A well-organized footer with three columns: contact information, quick links, and social media icons, designed with a contrasting background for visibility.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with New England Smart Systems for inquiries and consultations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate our offerings easily with our comprehensive menu.\",\"section_prompt\":\"Navbar with links to all main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Reach out to us for your energy solutions needs.\",\"section_prompt\":\"Contact details and location.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"Fill out the form below and we will respond promptly.\",\"section_prompt\":\"Standard contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our office or reach out via email and phone.\",\"section_prompt\":\"Detailed contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and important resources.\",\"section_prompt\":\"Footer with essential links.\"}]}],\"user_prompt\":\"Create a website for \\\"New England Smart Systems\\\". We leverage wholesaling certain construction costs with the most reputable installers in the New England region to provide the most competitive quotes. With over 12 years of experience specializing in increasing residential and commercial efficiency ratings to achieve net zero building standards, we are dedicated to providing cutting-edge solutions in HVAC, solar, battery storage. \\nOur Approach: Consultation > Evaluation > Construction > Support\",\"prompt_id\":1116,\"theme\":\"soft\",\"colors\":[[31,97,197],[99,99,99]],\"fonts\":\"soft-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_6927e1e8443cf.png\",\"contact_details\":{\"phone_number\":\"+1 401 400 0427\",\"email\":\"info@nesspros.com\",\"primary_cta\":\"phone\",\"country_code_req\":false},\"user_email\":\"gurpreet_kaler@42works.net\"}', '{\"folder\":\"websites_beta\",\"site\":\"eeciow8p78\",\"domain\":\"eeciow8p78beta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_eeciow8p78\",\"sftp_pass\":\"O9xHh\\/S7INPRYYp6EnWnGeIHOecKDtEEEDKFL\\/+3+FMIp3Ewt0Y=\",\"db_pass\":\"qoPt+NwK21xPA5X2Yn8omssV2g\\/M2Ioz3B+CG8L60EMnqnhMXo2IJw==\",\"db_name\":\"db_wpbetasites_eeciow8p78\",\"db_user\":\"db_user_wpbetasites_eeciow8p78\",\"sftp_group\":\"sftpbetausers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '141.12149341583', 'completed', '2026-04-02 12:00:07', 0, 0, '2026-02-27 12:32:06', 0, 0, NULL, '2026-01-27 13:33:54', '2025-11-27 05:30:18', '2026-04-02 12:00:07', NULL),
(667, 210, 1172, 0, NULL, NULL, NULL, 'Portfolio of My Work', 'website1764685443.png', 'wpbetasites_p39aln869i', 'db_user_wpbetasites_p39aln869i', '{\"website_title\":\"Portfolio of My Work\",\"website_description\":\"This website showcases my projects, providing insights into my process and the skills I employed. Explore my journey through detailed project pages, client testimonials, and more.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"portfolio, design projects, creative showcase, project insights\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my online portfolio. Discover my journey and creativity.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website.\",\"section_prompt\":\"Create a responsive menu with links to various sections.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my creative journey and the projects I\'ve completed.\",\"section_prompt\":\"Highlight a captivating image with a brief introduction.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my background, skills, and passion for my work.\",\"section_prompt\":\"Provide a brief overview of your personal and professional background.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"Browse through some of my standout projects.\",\"section_prompt\":\"Display a grid of project thumbnails with titles linking to project details.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"A quick look at my key accomplishments in my career.\",\"section_prompt\":\"Present numbers and milestones in a visual format.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from those I\'ve worked with about their experiences.\",\"section_prompt\":\"Highlight quotes from clients in an appealing manner.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay updated with my most recent projects and news.\",\"section_prompt\":\"Provide links or snippets from your latest blog posts or announcements.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in collaborating or learning more? Let\'s connect!\",\"section_prompt\":\"Encourage visitors to reach out through your contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic footer content including copyright and additional links.\",\"section_prompt\":\"List copyright information and additional navigation.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background and expertise in portfolio creation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website.\",\"section_prompt\":\"Create a responsive menu with links to various sections.\"},{\"section_type\":\"call_to_action_section\",\"section_title\":\"Call to Action\",\"section_description\":\"Urge users to take action\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A deeper dive into my story and professional journey.\",\"section_prompt\":\"Utilize an engaging image and tagline.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Background\",\"section_description\":\"Description of my education, skills, and experiences.\",\"section_prompt\":\"Detail my professional background and relevant skills.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Why I Create\",\"section_description\":\"Insights into my motivation and creative process.\",\"section_prompt\":\"Include a relevant image alongside text.\"},{\"section_type\":\"social_cards\",\"section_title\":\"My Philosophy\",\"section_description\":\"My approach to work and the importance I place on projects.\",\"section_prompt\":\"Showcase quotes or principles that guide my work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect With Me\",\"section_description\":\"Encourage visitors to reach out and discuss potential collaborations.\",\"section_prompt\":\"Promote contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic footer content including copyright and additional links.\",\"section_prompt\":\"List copyright information and additional navigation.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Projects\",\"page_description\":\"A showcase of my completed projects with detailed descriptions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website.\",\"section_prompt\":\"Create a responsive menu with links to various sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Projects\",\"section_description\":\"Explore the projects I\'ve completed, categorized by type.\",\"section_prompt\":\"Utilize an engaging image related to portfolio work.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Project Categories\",\"section_description\":\"Different types of projects I\'ve worked on.\",\"section_prompt\":\"List categories such as Web Design, Graphic Design, etc.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Highlights\",\"section_description\":\"Images and snippets from various projects.\",\"section_prompt\":\"Display images representing each project.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my work and process.\",\"section_prompt\":\"Provide useful information for potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Start a Project\",\"section_description\":\"Encourage visitors to reach out for collaborations.\",\"section_prompt\":\"Promote contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic footer content including copyright and additional links.\",\"section_prompt\":\"List copyright information and additional navigation.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch to discuss your project ideas or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for the website.\",\"section_prompt\":\"Create a responsive menu with links to various sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out for collaboration and inquiries.\",\"section_prompt\":\"Utilize an engaging image related to connection.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Send Me a Message\",\"section_description\":\"Fill out the form below to get in touch.\",\"section_prompt\":\"Include fields for name, email, message, and a submit button.\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Contact Information\",\"section_description\":\"How to reach me directly via email or phone.\",\"section_prompt\":\"List various methods for contacting me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic footer content including copyright and additional links.\",\"section_prompt\":\"List copyright information and additional navigation.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Explore the various services I offer and how I can assist you in achieving your goals.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section serves as the primary navigation and branding area for my website.\",\"section_prompt\":\"Create a standard header with my website\'s logo and navigation menu positioned at the top. Use a responsive layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"A captivating visual banner that highlights my key services.\",\"section_prompt\":\"Design an inner banner with a striking visual that reflects my services, along with a brief tagline. Use a full-width image with overlay text.\"},{\"section_type\":\"about\",\"section_title\":\"What I Offer\",\"section_description\":\"Detailed insights into the range of services I provide, showcasing my skills and areas of expertise.\",\"section_prompt\":\"Introduce what I offer with a structured layout. Use columns to list and describe each service, ensuring clarity and readability.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Me?\",\"section_description\":\"Explore the unique benefits of choosing my services and the value I bring to clients.\",\"section_prompt\":\"Provide a compelling list of reasons why clients should consider my services. Use icons and brief text for an engaging presentation.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Encouragement for visitors to take the next step toward utilizing my services.\",\"section_prompt\":\"Include a call-to-action with a bold button leading to my contact page, inviting visitors to get in touch. Use a prominent layout that stands out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer provides essential information and links to social media, copyright, and additional navigation.\",\"section_prompt\":\"Create a footer with links to my social media, a copyright statement, and quick links to other important pages on my website. Ensure a clean and organized design.\"}]}],\"user_prompt\":\"I would like to update my website, pmforu.com, adding a section called Portfolio to describe work that I have done. There should be additional pages that describe individual work done in the portfolio section of the website.\",\"prompt_id\":1172,\"theme\":\"soft\",\"colors\":[[26,188,156],[36,36,36]],\"fonts\":\"soft-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false},\"user_email\":\"stalopez08@gmail.com\"}', '{\"folder\":\"websites_beta\",\"site\":\"p39aln869i\",\"domain\":\"p39aln869ibeta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_p39aln869i\",\"sftp_pass\":\"PCmGqPNPZdRYgERqdrJuOaley2aFy3fNkgu711tCTWRmhPJFJA==\",\"db_pass\":\"c2BoT6Cwa8LxdyfiuzPa5CP6JDWWAX62mhe2pPGMw7GiCsOsgdRHCw==\",\"db_name\":\"db_wpbetasites_p39aln869i\",\"db_user\":\"db_user_wpbetasites_p39aln869i\",\"sftp_group\":\"sftpbetausers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '82.984010276794', 'completed', '2026-04-01 19:00:07', 0, 0, NULL, 0, 0, NULL, NULL, '2025-12-02 14:23:22', '2026-04-01 19:00:07', NULL),
(668, 210, 1173, 0, NULL, NULL, NULL, 'Tight & Nerdy', 'website1764689762.png', 'wpbetasites_nh2we2xoru', 'db_user_wpbetasites_nh2we2xoru', '{\"website_title\":\"Tight & Nerdy\",\"website_description\":\"An engaging platform showcasing our filmmaking journey, sharing our story, and inviting community engagement.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Entertainment\",\"search_query\":\"filmmaking, creative journey, filmmaking team, community engagement, Kickstarter updates\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to the Tight & Nerdy filmmaking journey. Dive into our story and meet the team.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation for our website.\",\"section_prompt\":\"Bootstrap layout for header components.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Our Vision\",\"section_description\":\"An inspiring introduction to our filmmaking vision.\",\"section_prompt\":\"Bootstrap layout with a full-width hero image.\"},{\"section_type\":\"about\",\"section_title\":\"About Our Journey\",\"section_description\":\"Discover the beginnings of our filmmaking adventure and our aspirations.\",\"section_prompt\":\"Bootstrap layout with engaging visuals.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Projects\",\"section_description\":\"A showcase of our film projects and creative ventures.\",\"section_prompt\":\"Bootstrap grid displaying project thumbnails.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"In the News\",\"section_description\":\"Recent updates from our filmmaking journey and community engagement.\",\"section_prompt\":\"Bootstrap layout for news highlights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Journey\",\"section_description\":\"Encourage visitors to connect and support our work.\",\"section_prompt\":\"Bootstrap layout for a call-to-action button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and social media icons.\",\"section_prompt\":\"Bootstrap layout for footer design.\"}]},{\"page_type\":\"about\",\"page_title\":\"How We Got Here\",\"page_description\":\"A detailed look at our journey and the events that led us to filmmaking.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation for our website.\",\"section_prompt\":\"Bootstrap layout for header components.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Dive deeper into the moments that shaped our filmmaking passion.\",\"section_prompt\":\"Bootstrap layout for banner with story visuals.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Milestones\",\"section_description\":\"Key milestones from our journey of filmmaking exploration.\",\"section_prompt\":\"Bootstrap section highlighting significant milestones.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Inspirations\",\"section_description\":\"Insights into the inspirations driving our creative process.\",\"section_prompt\":\"Bootstrap layout for content display.\"},{\"section_type\":\"reviews\",\"section_title\":\"Community Feedback\",\"section_description\":\"Hear from community members about our journey.\",\"section_prompt\":\"Bootstrap layout showcasing testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Involved\",\"section_description\":\"Join us by sharing your own stories and feedback.\",\"section_prompt\":\"Bootstrap layout for engagement invitation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and social media icons.\",\"section_prompt\":\"Bootstrap layout for footer design.\"}]},{\"page_type\":\"meet-the-filmmakers\",\"page_title\":\"Meet the Filmmakers\",\"page_description\":\"Get to know the creative team behind Tight & Nerdy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation for our website.\",\"section_prompt\":\"Bootstrap layout for header components.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"The Team\",\"section_description\":\"An introduction to our talented filmmakers and their roles.\",\"section_prompt\":\"Bootstrap layout with team images.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Filmmaker Profiles\",\"section_description\":\"Profile cards of each team member with their background and inspiration.\",\"section_prompt\":\"Bootstrap layout showcasing team member cards.\"},{\"section_type\":\"about\",\"section_title\":\"Our Values\",\"section_description\":\"Explore the values driving our filmmaking process.\",\"section_prompt\":\"Bootstrap layout for values display.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Us\",\"section_description\":\"Encouragement to reach out and engage with our team.\",\"section_prompt\":\"Bootstrap layout for a call-to-action button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and social media icons.\",\"section_prompt\":\"Bootstrap layout for footer design.\"}]},{\"page_type\":\"why\",\"page_title\":\"WHYWHYWHY\",\"page_description\":\"Discover the motivations and goals behind our filmmaking journey.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation for our website.\",\"section_prompt\":\"Bootstrap layout for header components.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Motivation\",\"section_description\":\"A look into the reasons we embarked on this filmmaking journey.\",\"section_prompt\":\"Bootstrap layout with compelling visuals.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Goals\",\"section_description\":\"Outline of our creative and community goals moving forward.\",\"section_prompt\":\"Bootstrap section detailing our objectives.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why It Matters\",\"section_description\":\"The impact of our filmmaking on the community and beyond.\",\"section_prompt\":\"Bootstrap layout for engagement benefits.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Support Our Vision\",\"section_description\":\"Encourage support and involvement in our filmmaking efforts.\",\"section_prompt\":\"Bootstrap layout for a call-to-action button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and social media icons.\",\"section_prompt\":\"Bootstrap layout for footer design.\"}]},{\"page_type\":\"kickstarter\",\"page_title\":\"The Kickstarter\",\"page_description\":\"Information about our Kickstarter campaign and its progress.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation for our website.\",\"section_prompt\":\"Bootstrap layout for header components.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Campaign\",\"section_description\":\"Details about our Kickstarter campaign including goals and updates.\",\"section_prompt\":\"Bootstrap layout with campaign visuals.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Funding Goals\",\"section_description\":\"Clear outline of our funding goals and what they support.\",\"section_prompt\":\"Bootstrap section for goals description.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Campaign Updates\",\"section_description\":\"Recent updates on our Kickstarter progress and milestones reached.\",\"section_prompt\":\"Bootstrap layout for showcasing updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and social media icons.\",\"section_prompt\":\"Bootstrap layout for footer design.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Join Us\",\"page_description\":\"Reach out to us for inquiries and support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation for our website.\",\"section_prompt\":\"Bootstrap layout for header components.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Form for inquiries, feedback, and engagement.\",\"section_prompt\":\"Bootstrap layout for a contact form.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Details\",\"section_description\":\"Contact information including email and social media links.\",\"section_prompt\":\"Bootstrap layout for contact information.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"We\'d Love to Hear from You\",\"section_description\":\"Encouragement to connect and share thoughts.\",\"section_prompt\":\"Bootstrap layout for a call-to-action button.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and social media icons.\",\"section_prompt\":\"Bootstrap layout for footer design.\"}]}],\"user_prompt\":\"Create my website = Tight & Nerdy. The Main Pages for this site include: Home, How We Got Here, Meet the Filmmakers, WHY, The Kickstarter, Contact, In the News.\",\"prompt_id\":1173,\"theme\":\"material\",\"colors\":[[61,18,16],[0,0,0]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"user_logo\":false,\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false},\"user_email\":\"stalopez08@gmail.com\"}', '{\"folder\":\"websites_beta\",\"site\":\"nh2we2xoru\",\"domain\":\"nh2we2xorubeta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_nh2we2xoru\",\"sftp_pass\":\"QXyYAIQvY1iCGv6kgBBqKB8fQSPr5Rss6kgidy9TUacRIHg1qA==\",\"db_pass\":\"W+egCaqcqYqDbt8JSE3wfH3iyrnCDhZlIOLliAdlbEakpgmFJLl1fQ==\",\"db_name\":\"db_wpbetasites_nh2we2xoru\",\"db_user\":\"db_user_wpbetasites_nh2we2xoru\",\"sftp_group\":\"sftpbetausers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '122.66858066559', 'completed', '2026-04-01 19:00:07', 0, 0, NULL, 0, 0, NULL, NULL, '2025-12-02 15:35:33', '2026-04-01 19:00:07', NULL),
(693, 215, 1206, 0, NULL, NULL, NULL, 'Anmol Rajdev, Criminal Defense Attorney', 'website1764854283.png', 'wpbetasites_wpl48iuo1l', 'db_user_wpbetasites_wpl48iuo1l', '{\"website_title\":\"Anmol Rajdev, Criminal Defense Attorney\",\"website_description\":\"Professional online presence for Anmol Rajdev, offering detailed insights into criminal defense services, qualifications, and locations served.\",\"website_type\":\"personal\",\"website_industry\":\"Legal Services\",\"search_query\":\"criminal defense attorney, legal services, law blog, attorney Brooklyn, criminal law\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my professional website.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header with website links.\",\"section_prompt\":\"Main navigation with links to About, Practice Areas, Blog, Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Website\",\"section_description\":\"Introductory banner highlighting my services as a criminal defense attorney.\",\"section_prompt\":\"A brief introduction showcasing my commitment to criminal defense.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my professional journey and qualifications.\",\"section_prompt\":\"Information about my background and expertise in criminal defense law.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Practice Areas\",\"section_description\":\"Overview of specific criminal defense services I provide.\",\"section_prompt\":\"List main services (DUI Defense, Drug Offenses, Domestic Violence, Theft Crimes) provided by the firm.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Me?\",\"section_description\":\"Key benefits of selecting my legal services for criminal defense.\",\"section_prompt\":\"Benefits of having a dedicated criminal defense attorney.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Insights\",\"section_description\":\"Highlights from my latest blog posts offering legal insights.\",\"section_prompt\":\"A sneak peek into my latest blog articles.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback and reviews from clients I\'ve represented.\",\"section_prompt\":\"Client testimonials reflecting on their experiences working with me.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to reach out for legal assistance.\",\"section_prompt\":\"Contact me for consultations and inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Links to privacy policy, terms of service, and copyright notice.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about my professional background and legal expertise.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the About page.\",\"section_prompt\":\"Links to other pages like Home, Practice Areas, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Detailed information about my career and background in law.\",\"section_prompt\":\"In-depth overview of my education, experience, and qualifications.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Philosophy\",\"section_description\":\"Understanding my approach to criminal defense and client representation.\",\"section_prompt\":\"Description of my legal philosophy and commitment to clients.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Achievements\",\"section_description\":\"Key achievements in my legal career.\",\"section_prompt\":\"Highlight my professional accomplishments and case statistics.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Client feedback on my legal services and representation.\",\"section_prompt\":\"Testimonials sharing client experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Invitation for potential clients to reach out and discuss their needs.\",\"section_prompt\":\"Get in touch for consultations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for the About page with navigation links and contact info.\",\"section_prompt\":\"Additional links to policies and contact information.\"}]},{\"page_type\":\"practice_areas\",\"page_title\":\"Practice Areas\",\"page_description\":\"Overview of areas of criminal defense law I specialize in.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Practice Areas page.\",\"section_prompt\":\"Links to other pages like Home, About, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Areas of Practice\",\"section_description\":\"Detailed description of the specific criminal defense areas I handle.\",\"section_prompt\":\"Overview of the criminal defense areas I focus on.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Specialties\",\"section_description\":\"List of specialties within criminal defense law.\",\"section_prompt\":\"Specialties include DUI Defense, Drug Offenses, Domestic Violence, Theft Crimes.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"DUI Defense\",\"section_description\":\"Highlighting my approach and experience in DUI cases.\",\"section_prompt\":\"Information on my experience with DUI Defense cases.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Drug Offenses\",\"section_description\":\"Overview of handling drug-related charges and defenses.\",\"section_prompt\":\"Details about my experience with drug offenses.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions regarding my practice areas.\",\"section_prompt\":\"Answer frequent queries related to criminal defense law.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact for Services\",\"section_description\":\"Encouragement to reach out for specific legal assistance.\",\"section_prompt\":\"Contact me for more information on services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for the Practice Areas page with navigation links.\",\"section_prompt\":\"Links to privacy policy and other site information.\"}]},{\"page_type\":\"locations_served\",\"page_title\":\"Locations Served\",\"page_description\":\"Identify the geographical regions where I provide legal services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Locations Served page.\",\"section_prompt\":\"Links to other pages like Home, About, Blog, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Locations I Serve\",\"section_description\":\"Overview of the areas covered in my legal practice.\",\"section_prompt\":\"Specific regions and neighborhoods where my services are available.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Service Areas\",\"section_description\":\"Listing of all the areas I operate in.\",\"section_prompt\":\"Areas served include Brooklyn, Queens, Manhattan, Staten Island.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Feedback from clients in various locations.\",\"section_prompt\":\"What clients from these regions say about my services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Location Services Questions\",\"section_description\":\"Common questions about my services in different areas.\",\"section_prompt\":\"Answers to FAQs regarding service areas.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out Today\",\"section_description\":\"I encourage potential clients to contact me.\",\"section_prompt\":\"Get in touch to discuss your legal needs.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for the Locations Served page with navigation links.\",\"section_prompt\":\"Links to policies and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights and updates on legal matters and criminal defense.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Blog page.\",\"section_prompt\":\"Links to other pages like Home, About, Practice Areas, Contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"Showcasing my latest blog posts and articles.\",\"section_prompt\":\"A collection of my most recent blog entries.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Articles\",\"section_description\":\"Grid layout of my blog articles covering various legal topics.\",\"section_prompt\":\"Browse through insightful articles on legal matters.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encouraging visitors to subscribe for more insights.\",\"section_prompt\":\"Stay updated with the latest legal insights by subscribing.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for the Blog page with navigation links.\",\"section_prompt\":\"Links to policies and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch for inquiries and consultations regarding legal services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Contact Us page.\",\"section_prompt\":\"Links to other pages like Home, About, Practice Areas, Blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Details on how to reach me for legal assistance.\",\"section_prompt\":\"Information on contacting me for consultations.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Form for visitors to submit inquiries.\",\"section_prompt\":\"A form for potential clients to get in touch.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"My contact information, including phone and email.\",\"section_prompt\":\"Details on how to reach me via phone or email.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for the Contact Us page with navigation links.\",\"section_prompt\":\"Links to policies and copyright information.\"}]}],\"user_prompt\":\"website for Anmol Rajdev, Criminal Defense Attorney, based in Brooklyn, New York. Include pages like home, about us, practice areas, locations served, blog, contact us.\",\"prompt_id\":1206,\"theme\":\"minimalistic\",\"colors\":[[88,51,241],[31,31,31]],\"fonts\":\"minimalistic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":\"+91 98883 99168\",\"email\":\"anmol@42works.net\",\"primary_cta\":\"phone\",\"country_code_req\":false},\"user_email\":\"greg@blusharkdigital.com\"}', '{\"folder\":\"websites_beta\",\"site\":\"wpl48iuo1l\",\"domain\":\"wpl48iuo1lbeta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_wpl48iuo1l\",\"sftp_pass\":\"v7Mg3alefLv4C3A4WaLRzcM1dq9CYKVHShWUciKV+K9kitM0nA==\",\"db_pass\":\"A0EVZTxPxhMHtb\\/20p2453S6WZSzC04rD045Cpv\\/EZ\\/vVw+riiX0zw==\",\"db_name\":\"db_wpbetasites_wpl48iuo1l\",\"db_user\":\"db_user_wpbetasites_wpl48iuo1l\",\"sftp_group\":\"sftpbetausers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '83.873111305237', 'completed', '2026-04-01 19:00:07', 0, 0, NULL, 0, 0, NULL, NULL, '2025-12-04 13:17:36', '2026-04-01 19:00:07', NULL);
INSERT INTO `websites` (`id`, `user_id`, `prompt_id`, `is_zip_enabled`, `active_plan_id`, `stripe_subscription_id`, `cancelled_stripe_subscription_id`, `title`, `thumbnail`, `path`, `dbname`, `meta`, `server_meta`, `is_temp`, `status`, `error`, `domain`, `domain_status`, `domain_error`, `trial_mode`, `is_website_down`, `usage`, `usage_status`, `usage_checked_at`, `is_warning_email_sent`, `is_insert_permission_revoked`, `next_payment_date`, `reminder_email_sent`, `is_cancellation_requested`, `subscription_end`, `last_payment_date`, `created_at`, `updated_at`, `deleted_at`) VALUES
(815, 128, 1401, 1, 16, NULL, NULL, 'The Dream Earth', 'website1766136603.png', 'wpbetasites_w60oohn5xa', 'db_user_wpbetasites_w60oohn5xa', '{\"website_title\":\"The Dream Earth\",\"website_description\":\"A leading provider of enterprise AI solutions in the UAE and Middle East, focused on optimizing operations, enhancing customer experiences, and driving innovation through advanced AI technologies.\",\"website_type\":\"business\",\"website_industry\":\"Technology\",\"search_query\":\"AI solutions, enterprise technology, business automation\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Overview of our enterprise AI solutions and partnership with M37labs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for The Dream Earth.\",\"section_prompt\":\"Main navigation links and contact information.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to The Dream Earth\",\"section_description\":\"Discover how we transform enterprises through advanced AI solutions.\",\"section_prompt\":\"Introductory overview of our company and offerings.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Get to know our mission and vision for revolutionizing business with AI.\",\"section_prompt\":\"A brief introduction about our commitment to enterprise AI in the region.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the range of enterprise AI solutions we offer.\",\"section_prompt\":\"List main services: AI-driven Automation, Intelligent Decision-Making, Customer Experience Enhancement, Operational Optimization.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Read success stories and feedback from our valued clients.\",\"section_prompt\":\"Highlight positive experiences shared by clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with the latest news and articles from our blog.\",\"section_prompt\":\"Display recent blog posts and updates.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Transform?\",\"section_description\":\"Contact us to get started on your AI journey today!\",\"section_prompt\":\"Encouragement to reach out for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"Footer navigation items.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"An introduction to our mission and vision at The Dream Earth.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for The Dream Earth.\",\"section_prompt\":\"Main navigation links and company logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Mission and Vision\",\"section_description\":\"Learn about our goals and the impact we aim to achieve in the AI sector.\",\"section_prompt\":\"Description of our mission and vision.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"What Sets Us Apart\",\"section_description\":\"Discover our unique approach to implementing AI in businesses.\",\"section_prompt\":\"Highlight the qualities that differentiate us in the AI market.\"},{\"section_type\":\"about\",\"section_title\":\"Our Commitment\",\"section_description\":\"We are dedicated to transforming businesses with innovative AI technologies.\",\"section_prompt\":\"Explain our commitment to AI integration.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us in Innovation\",\"section_description\":\"Engage with us for AI solutions tailored to your business needs.\",\"section_prompt\":\"Prompt for companies to consider our services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to policies and contacts.\",\"section_prompt\":\"Footer navigation items.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Detailed look at the enterprise AI solutions we provide.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for The Dream Earth.\",\"section_prompt\":\"Main navigation links and company branding.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Comprehensive AI Solutions\",\"section_description\":\"Explore the AI services designed to elevate your enterprise.\",\"section_prompt\":\"Overview of services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"AI-driven Automation\",\"section_description\":\"Streamline processes with our AI-powered automation tools.\",\"section_prompt\":\"Detailing AI-driven Automation capabilities.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Intelligent Decision-Making\",\"section_description\":\"Leverage data for smarter, faster decision-making.\",\"section_prompt\":\"Detailing Intelligent Decision-Making solutions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Customer Experience Enhancement\",\"section_description\":\"Transform customer interactions with AI insights.\",\"section_prompt\":\"Detailing enhancements in Customer Experience.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Operational Optimization\",\"section_description\":\"Maximize efficiency through tailored AI applications.\",\"section_prompt\":\"Detailing Operational Optimization strategies.\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQs About Our Services\",\"section_description\":\"Common questions about our AI solutions answered.\",\"section_prompt\":\"Provide answers to general inquiries about our services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your AI Journey\",\"section_description\":\"Reach out to us for tailored AI solutions that meet your business needs.\",\"section_prompt\":\"Encouragement to contact for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to contact and additional resources.\",\"section_prompt\":\"Footer navigation items.\"}]},{\"page_type\":\"case_studies\",\"page_title\":\"Case Studies\",\"page_description\":\"Success stories of businesses transformed by our AI solutions in the UAE and Middle East.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for The Dream Earth.\",\"section_prompt\":\"Main navigation links and branding.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Success Stories\",\"section_description\":\"Highlighting successful AI implementations by our clients.\",\"section_prompt\":\"Introduction to case studies showcased.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Client Success Stories\",\"section_description\":\"Read about our clients who have successfully implemented our AI solutions.\",\"section_prompt\":\"Highlight individual stories from various clients.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Key Achievements\",\"section_description\":\"Overview of the results achieved by our clients using our services.\",\"section_prompt\":\"Summary of key metrics and outcomes.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Your Success Story Awaits\",\"section_description\":\"Get in touch to see how we can help transform your business.\",\"section_prompt\":\"Prompt to contact us for starting a new journey.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to additional information and contacts.\",\"section_prompt\":\"Footer navigation items.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for inquiries or support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for The Dream Earth.\",\"section_prompt\":\"Main navigation links and logo.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Reach out for inquiries about our AI solutions.\",\"section_prompt\":\"Introductory section for contact details.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out our form to start a conversation with us.\",\"section_prompt\":\"A contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our office location in the UAE.\",\"section_prompt\":\"Details of our physical office address and additional contact methods.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and social media.\",\"section_prompt\":\"Footer navigation items.\"}]}],\"user_prompt\":\"At The Dream Earth, we bring the power of US based M37labs\' enterprise AI solutions to businesses in the UAE and the wider Middle East region. From AI-driven automation to intelligent decision-making, we help enterprises optimize operations, enhance customer experiences, and drive innovation with cutting-edge artificial intelligence. Their vision to Enterprise AI ready in 60 days\",\"prompt_id\":1401,\"theme\":\"flat\",\"colors\":[[62,120,0],[6,197,216]],\"fonts\":\"flat-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":\"https:\\/\\/www.linkedin.com\\/in\\/premramachandran\\/\",\"youtube\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_69451af021d6f.png\",\"contact_details\":{\"phone_number\":\"+971 50 453 7253\",\"email\":\"prem@thedreamearth.com\",\"primary_cta\":\"phone\",\"country_code_req\":false},\"user_email\":\"Tango42charlie@gmail.com\"}', '{\"folder\":\"websites_beta\",\"site\":\"w60oohn5xa\",\"domain\":\"w60oohn5xabeta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_w60oohn5xa\",\"sftp_pass\":\"TM00pT2+5gG7MVbYPCHz2IFl7vc4QsyaZ50uQ3bx5A8HuxBnTg==\",\"db_pass\":\"Nt8gQarynb6dIAemm0QRnqevszmiasWbM7NUWE6ldY27fdHRbBb7XA==\",\"db_name\":\"db_wpbetasites_w60oohn5xa\",\"db_user\":\"db_user_wpbetasites_w60oohn5xa\",\"sftp_group\":\"sftpbetausers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '81.539461135864', 'completed', '2026-04-02 08:00:04', 0, 0, NULL, 0, 0, NULL, '2025-12-19 09:38:24', '2025-12-19 09:29:22', '2026-04-02 08:00:04', NULL),
(832, 128, 1447, 0, NULL, NULL, NULL, 'BWC Photography', 'website1766849343.png', 'wpbetasites_wcixf6xlzw', 'db_user_wpbetasites_wcixf6xlzw', '{\"website_title\":\"BWC Photography\",\"website_description\":\"Welcome to BWC Photography, where we showcase stunning visuals and offer exceptional photography services for all your needs. Engage with our portfolio and discover our commitment to quality and creativity.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"photography, portfolio, services\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my photography website. Discover my work and the services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section that includes navigation and branding.\",\"section_prompt\":\"This section serves as the main navigation area with links to all crucial pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to BWC Photography\",\"section_description\":\"Experience breathtaking photography that tells a story.\",\"section_prompt\":\"A captivating introduction that engages visitors visually.\",\"selected_slug\":\"hero-banner-left-aligned-bg\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey and passion for photography.\",\"section_prompt\":\"This section shares my personal story, experiences, and vision behind my work.\",\"selected_slug\":\"about-image-split\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the photography services I offer.\",\"section_prompt\":\"List main services provided: Event Photography, Portraits, Commercial Photography.\",\"selected_slug\":\"listing-image-card-grid-slider\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Portfolio\",\"section_description\":\"A showcase of my best work across various photography styles.\",\"section_prompt\":\"This section displays selected works to demonstrate my skills and creativity.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Read testimonials from satisfied clients.\",\"section_prompt\":\"This section highlights quotes from clients who loved my photography.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Check out my latest photography articles and projects.\",\"section_prompt\":\"This section will feature links to my most recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact me today to discuss your photography needs.\",\"section_prompt\":\"Encourage visitors to reach out for more information or inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer section that includes additional links and contact information.\",\"section_prompt\":\"This section provides links to policies and social media.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover my journey and vision as a photographer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section for the About Me page.\",\"section_prompt\":\"This section serves as the main navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About My Journey\",\"section_description\":\"A brief narrative of my background and passion for photography.\",\"section_prompt\":\"Highlight my experiences and inspirations in the field of photography.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"My Vision\",\"section_description\":\"What I aim to achieve through my photography.\",\"section_prompt\":\"Detail the main goals and aspirations driving my work.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Creative Approach\",\"section_description\":\"Explore my unique style and techniques.\",\"section_prompt\":\"An insight into what sets my photography apart from others.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"I\'d love to hear from you!\",\"section_prompt\":\"Encourage visitors to reach out with any questions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer section that includes additional links and contact information.\",\"section_prompt\":\"This section provides links to policies and social media.\"}]},{\"page_type\":\"services\",\"page_title\":\"Photography Services\",\"page_description\":\"Explore the range of photography services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section for the Services page.\",\"section_prompt\":\"This section serves as the main navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Services\",\"section_description\":\"Discover the various photography services I provide.\",\"section_prompt\":\"Highlight details of different services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Event Photography\",\"section_description\":\"Capture unforgettable moments at your events.\",\"section_prompt\":\"Description of what Event Photography entails.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Portrait Photography\",\"section_description\":\"Personalized portraits that reflect your personality.\",\"section_prompt\":\"Description of what Portrait Photography entails.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Commercial Photography\",\"section_description\":\"High-quality images for your business needs.\",\"section_prompt\":\"Description of what Commercial Photography entails.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries regarding my services.\",\"section_prompt\":\"List common questions and answers for potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire Now\",\"section_description\":\"Contact me for more details on services.\",\"section_prompt\":\"Encourage visitors to reach out for service inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer section that includes additional links and contact information.\",\"section_prompt\":\"This section provides links to policies and social media.\"}]},{\"page_type\":\"orders\",\"page_title\":\"Manage Orders\",\"page_description\":\"Track and manage your photography orders here.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header for the Orders page.\",\"section_prompt\":\"This section serves as the main navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Order Management\",\"section_description\":\"Manage your photography orders efficiently.\",\"section_prompt\":\"An overview of the order management process.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Order Status\",\"section_description\":\"Check the status of your current orders.\",\"section_prompt\":\"Details on how to check order status.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Order History\",\"section_description\":\"View your past orders and details.\",\"section_prompt\":\"Information on how to access order history.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Change or Cancel Orders\",\"section_description\":\"Learn how to modify or cancel your orders.\",\"section_prompt\":\"Steps to take if you need to make changes to orders.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Need Help?\",\"section_description\":\"Contact support for assistance.\",\"section_prompt\":\"Encourage visitors to reach out for support.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer section that includes additional links and contact information.\",\"section_prompt\":\"This section provides links to policies and social media.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Feel free to reach out with any inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section for the Contact page.\",\"section_prompt\":\"This section serves as the main navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"I\'m here to help!\",\"section_prompt\":\"Encourage visitors to reach out with questions.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch.\",\"section_prompt\":\"A form for visitors to submit queries or questions.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Find my contact information here.\",\"section_prompt\":\"Provide information such as phone number and email.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer section that includes additional links and contact information.\",\"section_prompt\":\"This section provides links to policies and social media.\"}]},{\"page_type\":\"legal_policies\",\"page_title\":\"Legal & Policies\",\"page_description\":\"Read about our terms of service and privacy policies.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section for the Legal & Policies page.\",\"section_prompt\":\"This section serves as the main navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Legal & Policies\",\"section_description\":\"Important legal information regarding my services.\",\"section_prompt\":\"Provide an overview of legal and policy matters.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Terms of Service\",\"section_description\":\"Review the terms and conditions for using my services.\",\"section_prompt\":\"Detailed information about the terms of service.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Privacy Policy\",\"section_description\":\"Understand how your data is handled.\",\"section_prompt\":\"Clarification on privacy protocols.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer section that includes additional links and contact information.\",\"section_prompt\":\"This section provides links to policies and social media.\"}]}],\"user_prompt\":\"Lets create a website called as BWC and we need the website to have the pages as Home Page,   Photography Page, Service page, Orders Page, About Page, Contact Page,Legal and Policies page.\",\"prompt_id\":1447,\"dev_mode\":true,\"theme\":\"soft\",\"colors\":[[204,90,90],[95,25,40]],\"fonts\":\"soft-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":\"+91 98121 33211\",\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false},\"user_email\":\"Tango42charlie@gmail.com\"}', '{\"folder\":\"websites_beta\",\"site\":\"wcixf6xlzw\",\"domain\":\"wcixf6xlzwbeta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_wcixf6xlzw\",\"sftp_pass\":\"b+sOCUNqvzSKi2MmrsK7It9Mwj4rxpLEQ6EIpMJJhjRk\\/00L\\/A==\",\"db_pass\":\"wvLtsIZmltoeuOj43qLWdeTNHnGezoLB47X2CKS69MkduA5zupjA6w==\",\"db_name\":\"db_wpbetasites_wcixf6xlzw\",\"db_user\":\"db_user_wpbetasites_wcixf6xlzw\",\"sftp_group\":\"sftpbetausers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '84.691723976135', 'completed', '2026-04-02 13:00:04', 0, 0, NULL, 0, 0, NULL, NULL, '2025-12-27 15:28:17', '2026-04-02 13:00:04', NULL),
(834, 128, 1449, 0, NULL, NULL, NULL, 'Ridhi Sidhi Spaces', 'website1767012063.png', 'wpbetasites_isgbeska29', 'db_user_wpbetasites_isgbeska29', '{\"website_title\":\"Ridhi Sidhi Spaces\",\"website_description\":\"Explore modern interior design solutions for offices and homes with Ridhi Sidhi Spaces. Discover innovative design that transforms spaces into stylish, functional environments.\",\"website_type\":\"business\",\"website_industry\":\"Consulting\",\"search_query\":\"interior design, modern design, office design\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Ridhi Sidhi Spaces, where innovative interior design solutions come to life.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for the website.\",\"section_prompt\":\"This section provides navigation options for easy access to various pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Transform Your Space\",\"section_description\":\"Experience how modern design can change your home and office environment.\",\"section_prompt\":\"Showcase a stunning visual of a beautifully designed space to grab visitor attention.\",\"selected_slug\":\"hero-banner-left-aligned-bg\"},{\"section_type\":\"about\",\"section_title\":\"About Ridhi Sidhi Spaces\",\"section_description\":\"Learn about our mission to bring thoughtful design into every project.\",\"section_prompt\":\"A brief overview of the company\'s vision and design philosophy.\",\"selected_slug\":\"about-image-split\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Comprehensive interior design services tailored to your needs.\",\"section_prompt\":\"List main services (Residential Design, Commercial Spaces Design, Space Planning, Consulting Services) offered by Ridhi Sidhi Spaces.\",\"selected_slug\":\"listing-image-card-grid-slider\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Benefits\",\"section_description\":\"Showcase key benefits\",\"selected_slug\":\"feature-card-grid-right\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from our satisfied clients about their experience with us.\",\"section_prompt\":\"Showcase quotes from clients discussing their satisfaction and the impact of our designs.\",\"selected_slug\":\"testimonials-grid-two-columns\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest News\",\"section_description\":\"Stay updated with our latest projects and design insights.\",\"section_prompt\":\"Feature recent blog posts related to interior design trends and tips.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Contact us to begin your design journey.\",\"section_prompt\":\"Encourage visitors to reach out for a consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End section containing additional links and copyright information.\",\"section_prompt\":\"Provide links to social media and essential website information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Discover the essence of Ridhi Sidhi Spaces and our commitment to innovative design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for the website.\",\"section_prompt\":\"This section provides navigation options for easy access to various pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Ridhi Sidhi Spaces\",\"section_description\":\"Learn more about our brand and what drives our design principles.\",\"section_prompt\":\"Utilize an engaging image that represents the essence of Ridhi Sidhi Spaces.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Our Mission and Values\",\"section_description\":\"Explore our core mission and the values that guide our work.\",\"section_prompt\":\"Detail the mission statement and core values of Ridhi Sidhi Spaces.\",\"selected_slug\":\"media-text-right-aligned\"},{\"section_type\":\"gallery\",\"section_title\":\"Our Design Style\",\"section_description\":\"Visual representation of our unique design approach through past projects.\",\"section_prompt\":\"Include images showcasing various projects to highlight our design style.\",\"selected_slug\":\"images-grid-col-three\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us in Designing Spaces\",\"section_description\":\"Contact us to learn how we can transform your space.\",\"section_prompt\":\"Encourage visitors to reach out for inquiries.\",\"selected_slug\":\"auto\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End section containing additional links and copyright information.\",\"section_prompt\":\"Provide links to social media and essential website information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the range of interior design services offered by Ridhi Sidhi Spaces.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for the website.\",\"section_prompt\":\"This section provides navigation options for easy access to various pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Discover the services we offer to enhance your spaces.\",\"section_prompt\":\"Highlight our service offerings with a relevant image.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Service Offerings\",\"section_description\":\"Detailed overview of each service provided by Ridhi Sidhi Spaces.\",\"section_prompt\":\"List services including Residential Design, Commercial Spaces Design, Space Planning, and Consulting Services.\",\"selected_slug\":\"feature-card-grid-right\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries about our services and design process.\",\"section_prompt\":\"Answer frequently asked questions to provide clarity to potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Contact us for your interior design needs.\",\"section_prompt\":\"Encourage visitors to reach out for consultations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End section containing additional links and copyright information.\",\"section_prompt\":\"Provide links to social media and essential website information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Our Portfolio\",\"page_description\":\"Showcasing the transformative projects completed by Ridhi Sidhi Spaces.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for the website.\",\"section_prompt\":\"This section provides navigation options for easy access to various pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Portfolio\",\"section_description\":\"Explore our completed projects that exemplify our design capabilities.\",\"section_prompt\":\"Featuring a striking visual showcasing our portfolio.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Highlights\",\"section_description\":\"Insightful details and imagery of selected projects.\",\"section_prompt\":\"Provide descriptions and images for notable past projects.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Design Process Overview\",\"section_description\":\"Learn about our process from concept to completion and how we work with clients.\",\"section_prompt\":\"Describe the design process we follow.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Transform Your Space?\",\"section_description\":\"Contact us to discuss your project requirements.\",\"section_prompt\":\"Encourage visitors to reach out for consultations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End section containing additional links and copyright information.\",\"section_prompt\":\"Provide links to social media and essential website information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Ridhi Sidhi Spaces for your interior design needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for the website.\",\"section_prompt\":\"This section provides navigation options for easy access to various pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\\u2019d love to hear from you!\",\"section_prompt\":\"Welcome visitors with an inviting image encouraging contact.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out to Us\",\"section_description\":\"Fill in the form below to get in touch with us.\",\"section_prompt\":\"Include a contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find our offices and get directions to visit us.\",\"section_prompt\":\"Provide location details including address and map.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End section containing additional links and copyright information.\",\"section_prompt\":\"Provide links to social media and essential website information.\"}]}],\"user_prompt\":\"Create a website for my brand called Ridhi Sidhi Spaces, we basically deals in creating modern interior designs for offices and Homes. Include the page home page which involves benefits, services, testimonials. Next would be about us page with a breif introduction and gallery. Then add the services page and then portfolio page explaining the work and lastly have contact us page\",\"prompt_id\":1449,\"dev_mode\":true,\"theme\":\"flat\",\"colors\":[[34,34,34],[80,80,80]],\"fonts\":\"flat-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_695276a9e800e.jpg\",\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false},\"user_email\":\"Tango42charlie@gmail.com\"}', '{\"folder\":\"websites_beta\",\"site\":\"isgbeska29\",\"domain\":\"isgbeska29beta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_isgbeska29\",\"sftp_pass\":\"kCoCyAgBrjll1vZQT0pNiVUUeB9Xn\\/0YUgvbijWx7rRV4w6TwA==\",\"db_pass\":\"jSLWEIUC18dUiNz0TWspWh8dFM\\/4rhpWff2cgvWqS4yhyAPu6z7X9w==\",\"db_name\":\"db_wpbetasites_isgbeska29\",\"db_user\":\"db_user_wpbetasites_isgbeska29\",\"sftp_group\":\"sftpbetausers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '82.243075447083', 'completed', '2026-04-02 07:30:07', 0, 0, NULL, 0, 0, NULL, NULL, '2025-12-29 12:40:12', '2026-04-02 07:30:07', NULL),
(838, 15, 1455, 0, NULL, NULL, NULL, 'Kafenio Cafe & Bistro', 'website1767611042.png', 'wpbetasites_l3mu7ul90e', 'db_user_wpbetasites_l3mu7ul90e', '{\"website_title\":\"Kafenio Cafe & Bistro\",\"website_description\":\"Welcome to Kafenio, a vibrant 24\\/7 diner in Mohali, Punjab, serving up delicious coffee and desserts in a cozy atmosphere.\",\"website_type\":\"Business\",\"website_industry\":\"Food & Beverage\",\"search_query\":\"cafe,bistro,coffee\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Kafenio Cafe, where coffee meets comfort. Explore our inviting atmosphere and delicious offerings.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding.\",\"section_prompt\":\"Main Navigation Bar for easy access to all sections.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Kafenio\",\"section_description\":\"Step inside and enjoy a unique culinary experience at our 24\\/7 cafe.\",\"section_prompt\":\"A vivid introduction to the cafe\\u2019s vibrant environment.\"},{\"section_type\":\"about\",\"section_title\":\"About Kafenio\",\"section_description\":\"Discover the essence of Kafenio and what makes us special.\",\"section_prompt\":\"Overview of the cafe\'s ambiance and unique offerings.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Offerings\",\"section_description\":\"Explore our delightful offerings from coffees to desserts.\",\"section_prompt\":\"List main offerings including coffee, tea, and desserts.\",\"selected_slug\":\"listing-image-card-slider\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Visit Us Today\",\"section_description\":\"Join us for a delightful experience!\",\"section_prompt\":\"Encourage customers to visit Kafenio Cafe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Ending navigation and company information.\",\"section_prompt\":\"Information related to the cafe\'s legal disclosures.\"}]},{\"page_type\":\"menu\",\"page_title\":\"Menu\",\"page_description\":\"Explore Kafenio\'s diverse and delightful menu, featuring coffees, teas, and desserts to satisfy your cravings.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding.\",\"section_prompt\":\"Main Navigation Bar for easy access to all sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Menu\",\"section_description\":\"A detailed overview of what we serve at Kafenio.\",\"section_prompt\":\"Highlight the menu options available for customers.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Coffee Selection\",\"section_description\":\"Our premium coffee selection sourced from the finest beans.\",\"section_prompt\":\"Details on the types of coffee available.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Tea Delights\",\"section_description\":\"A variety of refreshing teas to enjoy with your treats.\",\"section_prompt\":\"Highlight the selection of teas offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Dessert Indulgence\",\"section_description\":\"Satisfy your sweet tooth with our delicious desserts.\",\"section_prompt\":\"Overview of the delicious dessert options available.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Ending navigation and company information.\",\"section_prompt\":\"Information related to the cafe\'s legal disclosures.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Kafenio offers a range of services designed to cater to your convenience and enjoyment.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding.\",\"section_prompt\":\"Main Navigation Bar for easy access to all sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Learn about the services we provide for your convenience.\",\"section_prompt\":\"Overview of the service options available at Kafenio.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Kerbside Pickup\",\"section_description\":\"Quick and convenient pickup service for on-the-go customers.\",\"section_prompt\":\"Details of our kerbside pickup service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Delivery Options\",\"section_description\":\"Get your favorite meals delivered right to your door.\",\"section_prompt\":\"Overview of delivery services available.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Takeaway Service\",\"section_description\":\"Grab your favorite items to enjoy at home.\",\"section_prompt\":\"Information about our takeaway services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Dine-In Experience\",\"section_description\":\"Enjoy our menu in a cozy and inviting ambiance.\",\"section_prompt\":\"Description of the dine-in experience.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Ending navigation and company information.\",\"section_prompt\":\"Information related to the cafe\'s legal disclosures.\"}]},{\"page_type\":\"about_us\",\"page_title\":\"About Us\",\"page_description\":\"Discover the heart and soul of Kafenio Cafe and Bistro, and what sets us apart in Mohali.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding.\",\"section_prompt\":\"Main Navigation Bar for easy access to all sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"The Kafenio Story\",\"section_description\":\"Learn about our journey and vision for Kafenio Cafe.\",\"section_prompt\":\"Overview of the history and vision of Kafenio.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at Ground floor, Sco 84, Sector 82, JLPL Industrial Area.\",\"section_prompt\":\"Details about our cafe\'s location.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Our Mission\",\"section_description\":\"Commitment to quality and customer satisfaction at Kafenio.\",\"section_prompt\":\"Description of the cafe\'s mission and values.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Customer Experience\",\"section_description\":\"Focusing on creating memorable experiences for our customers.\",\"section_prompt\":\"Details about the customer-focused atmosphere.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Ending navigation and company information.\",\"section_prompt\":\"Information related to the cafe\'s legal disclosures.\"}]},{\"page_type\":\"contact_us\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to Kafenio Cafe & Bistro for inquiries, feedback, or support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding.\",\"section_prompt\":\"Main Navigation Bar for easy access to all sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We\'d love to hear from you!\",\"section_prompt\":\"Encourage customers to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below for inquiries or feedback.\",\"section_prompt\":\"A simple contact form for customers to reach us.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Find our contact details here for quicker communication.\",\"section_prompt\":\"Display of contact details including phone number and address.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Ending navigation and company information.\",\"section_prompt\":\"Information related to the cafe\'s legal disclosures.\"}]}],\"user_prompt\":\"Kafenio Cafe & Bistro | 24X7 Diner | Best cafe in Mohali |Service options: Kerbside pickup, Delivery, Takeaway, Dine-in | Highlights:  Great coffee,  Great dessert,  Great tea selection | Ground floor, Sco 84, Sector 82, JLPL Industrial Area, Sahibzada Ajit Singh Nagar, Punjab 140306\",\"prompt_id\":1455,\"dev_mode\":true,\"theme\":\"soft\",\"colors\":[[158,189,89],[141,109,54]],\"fonts\":\"soft-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false},\"user_email\":\"anmol@42works.net\"}', '{\"folder\":\"websites_beta\",\"site\":\"l3mu7ul90e\",\"domain\":\"l3mu7ul90ebeta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_l3mu7ul90e\",\"sftp_pass\":\"aWRkFqG8tifdkfYVFc+8674CVwU0rq9QosSsrql9tmC2RrM47w==\",\"db_pass\":\"wy7gxuZZ9NvlJAwVSyVftAqgjSRAGNyyCnfQDBBOoWfEdZ5hNUFUAw==\",\"db_name\":\"db_wpbetasites_l3mu7ul90e\",\"db_user\":\"db_user_wpbetasites_l3mu7ul90e\",\"sftp_group\":\"sftpbetausers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '85.016174812317', 'completed', '2026-04-02 01:00:05', 0, 0, NULL, 0, 0, NULL, NULL, '2026-01-05 11:03:04', '2026-04-02 01:00:05', NULL);
INSERT INTO `websites` (`id`, `user_id`, `prompt_id`, `is_zip_enabled`, `active_plan_id`, `stripe_subscription_id`, `cancelled_stripe_subscription_id`, `title`, `thumbnail`, `path`, `dbname`, `meta`, `server_meta`, `is_temp`, `status`, `error`, `domain`, `domain_status`, `domain_error`, `trial_mode`, `is_website_down`, `usage`, `usage_status`, `usage_checked_at`, `is_warning_email_sent`, `is_insert_permission_revoked`, `next_payment_date`, `reminder_email_sent`, `is_cancellation_requested`, `subscription_end`, `last_payment_date`, `created_at`, `updated_at`, `deleted_at`) VALUES
(839, 15, 1456, 0, NULL, NULL, NULL, 'Harmony Yoga Studio', 'website1767613083.png', 'wpbetasites_mse1ig8g7e', 'db_user_wpbetasites_mse1ig8g7e', '{\"website_title\":\"Harmony Yoga Studio\",\"website_description\":\"A serene and welcoming place to embark on your yoga journey with classes, schedules, and professional instructors.\",\"website_type\":\"informational\",\"website_industry\":\"Beauty & Wellness\",\"search_query\":\"yoga studio, yoga classes, wellness\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Harmony Yoga Studio, your haven for relaxation and personal growth.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation bar for easy access to all sections.\",\"section_prompt\":\"This is the header section of the website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Harmony Yoga\",\"section_description\":\"Discover your path to wellness and balance.\",\"section_prompt\":\"A captivating introduction to Harmony Yoga Studio.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our philosophy and mission at Harmony Yoga Studio.\",\"section_prompt\":\"An introduction to the studio\'s values and community.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Classes\",\"section_description\":\"Explore the variety of yoga classes offered at our studio.\",\"section_prompt\":\"List main yoga classes offered (Hatha, Vinyasa, Yin).\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay informed about our latest news and upcoming events.\",\"section_prompt\":\"Highlight recent articles or updates related to the studio.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Students Say\",\"section_description\":\"Read experiences shared by our students about their journey.\",\"section_prompt\":\"Collect positive testimonials from students about the studio.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us Today\",\"section_description\":\"Sign up for a class and start your yoga journey with us!\",\"section_prompt\":\"Encouragement to register or learn more about joining.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for additional website links and information.\",\"section_prompt\":\"Final section of the website\'s layout.\"}]},{\"page_type\":\"aboutus\",\"page_title\":\"About Us\",\"page_description\":\"The story behind Harmony Yoga Studio and its commitment to community.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header to assist with website navigation.\",\"section_prompt\":\"Navigate through the website using the main header.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Discover the history and vision of Harmony Yoga Studio.\",\"section_prompt\":\"Introduction to the studio\\u2019s establishment and growth.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Yoga?\",\"section_description\":\"Explore the numerous benefits of practicing yoga regularly.\",\"section_prompt\":\"List benefits of yoga for physical and mental health.\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Our Community Partners\",\"section_description\":\"Showcase organizations we collaborate with to promote wellness.\",\"section_prompt\":\"Display logos of local partners and organizations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Involved\",\"section_description\":\"Find out how you can join our community and events.\",\"section_prompt\":\"Encouragement to engage with the studio\'s community.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for additional navigation and information.\",\"section_prompt\":\"Final section with essential links and information.\"}]},{\"page_type\":\"classes\",\"page_title\":\"Yoga Classes\",\"page_description\":\"Detailed information about the different yoga classes available.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for easy access to classes.\",\"section_prompt\":\"This section serves as the website\'s navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Yoga Classes\",\"section_description\":\"Learn about our diverse range of yoga classes.\",\"section_prompt\":\"Highlight various classes we offer.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Class Styles\",\"section_description\":\"Detailed descriptions of the yoga styles available.\",\"section_prompt\":\"Description of class styles (Hatha, Vinyasa, Yin) offered.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries about our yoga classes.\",\"section_prompt\":\"Address frequently asked questions regarding the classes.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join a Class\",\"section_description\":\"Sign up for a class today to experience the benefits of yoga.\",\"section_prompt\":\"Encouragement to register for classes.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for navigation assistance and contact info.\",\"section_prompt\":\"Final section for essential links.\"}]},{\"page_type\":\"schedule\",\"page_title\":\"Class Schedule\",\"page_description\":\"Up-to-date class schedules for both in-person and online sessions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational section for accessing all schedule information.\",\"section_prompt\":\"Main navigation for the schedule page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Current Schedule\",\"section_description\":\"View our latest class offerings and times.\",\"section_prompt\":\"Present the current weekly schedule.\"},{\"section_type\":\"informational_content\",\"section_title\":\"In-Person Classes\",\"section_description\":\"Detailed timing for all in-person classes offered.\",\"section_prompt\":\"Listing and times for in-person yoga classes.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Online Classes\",\"section_description\":\"Schedule for online sessions available for remote learning.\",\"section_prompt\":\"Listing of available online classes and timings.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reserve Your Spot\",\"section_description\":\"Sign up for a class to secure your spot and join us.\",\"section_prompt\":\"Encouraging users to register for classes.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for links and essential information about the studio.\",\"section_prompt\":\"Final section for navigation assistance.\"}]},{\"page_type\":\"instructors\",\"page_title\":\"Our Instructors\",\"page_description\":\"Meet the talented instructors guiding our yoga journey.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for easy access to instructor profiles.\",\"section_prompt\":\"This is the header section for the instructors page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Meet Our Instructors\",\"section_description\":\"Profiles of our experienced yoga instructors.\",\"section_prompt\":\"Introduction to the instructors at Harmony Yoga Studio.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Instructor Profiles\",\"section_description\":\"Explore individual profiles showcasing each instructor\'s journey.\",\"section_prompt\":\"Detailed cards highlighting each instructor\'s background.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Teaching Philosophy\",\"section_description\":\"Understand the teaching styles and values of our instructors.\",\"section_prompt\":\"Highlight overarching teaching philosophies.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join a Class with Us\",\"section_description\":\"Experience our instructors\' teachings firsthand by signing up.\",\"section_prompt\":\"Encouragement to register for classes.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer for navigation and additional links.\",\"section_prompt\":\"Final section with essential website links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to us for inquiries or additional information.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation for quick access to contact details.\",\"section_prompt\":\"Header to assist in navigating the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We\'d love to hear from you!\",\"section_prompt\":\"Introduction statement encouraging visitors to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send us a message or inquiry.\",\"section_prompt\":\"Simple form for users to submit messages.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our physical address for in-person visits.\",\"section_prompt\":\"Include studio location address and map.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer providing additional navigation and information.\",\"section_prompt\":\"Final section with important links.\"}]}],\"user_prompt\":\"Create a website for Harmony Yoga Studio, offering classes, schedules, and instructor profiles.\",\"prompt_id\":1456,\"dev_mode\":true,\"theme\":\"classic\",\"colors\":[[58,91,204],[7,14,42]],\"fonts\":\"classic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false},\"user_email\":\"anmol@42works.net\"}', '{\"folder\":\"websites_beta\",\"site\":\"mse1ig8g7e\",\"domain\":\"mse1ig8g7ebeta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_mse1ig8g7e\",\"sftp_pass\":\"rER8mJvLjM8yQ+9QGcgVwIkARPpyOS9nUnzlMTtrQ9RIewlNlg==\",\"db_pass\":\"Ni2I+bj1rA8qGcB2S9x8HaveY1o34szHbWyKLNX\\/3p+OCwLC+YISDQ==\",\"db_name\":\"db_wpbetasites_mse1ig8g7e\",\"db_user\":\"db_user_wpbetasites_mse1ig8g7e\",\"sftp_group\":\"sftpbetausers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '85.75363445282', 'completed', '2026-04-02 03:30:07', 0, 0, NULL, 0, 0, NULL, NULL, '2026-01-05 11:37:20', '2026-04-02 03:30:07', NULL),
(853, 128, 1471, 0, 15, 'sub_1SsHP1SrjzWKfQsBP0yVwgUd', NULL, 'Premium Chauffeur Services in India', 'website1767780543.png', 'wpbetasites_rireh6a7f4', 'db_user_wpbetasites_rireh6a7f4', '{\"website_title\":\"Premium Chauffeur Services in India\",\"website_description\":\"Experience the luxury of travel with our premium chauffeur services, featuring a fleet of high-end cars available for rent in India. We provide stylish and comfortable transportation for discerning clients.\",\"website_type\":\"Business\",\"website_industry\":\"Automotive\",\"search_query\":\"luxury cars, chauffeur service, car rental\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our premium chauffeur service, dedicated to providing an extraordinary transport experience in India.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Displays site navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Experience Luxury\",\"section_description\":\"An impressive introduction showcasing our luxurious chauffeur services.\",\"section_prompt\":\"Showcase the essence of our luxury chauffeur service.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our commitment to quality and excellence in transportation services.\",\"section_prompt\":\"Provide insight into our company\'s values and goals.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Luxury Fleet\",\"section_description\":\"Explore our exquisite range of luxury cars available for rent.\",\"section_prompt\":\"List main services (Mercedes, Rolls-Royce, BMW, Range Rover, Jaguar) provided by the chauffeur service.\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQ\",\"section_description\":\"Answer common questions\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Choose Us\",\"section_description\":\"Discover the benefits of choosing our chauffeur services for your travel needs.\",\"section_prompt\":\"Outline the main advantages of using our chauffeur service.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay updated with our latest offerings and news.\",\"section_prompt\":\"Showcase recent blog posts or news updates.\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Logos\",\"section_description\":\"Display logos of key customers\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Experience Today\",\"section_description\":\"Encourage visitors to book a ride with our premium service.\",\"section_prompt\":\"Call to action for booking.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Testimonials\",\"section_description\":\"Showcase clients\' success stories\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Show contact information for direct reach\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional links and information.\",\"section_prompt\":\"Includes links to privacy policy, terms of service, etc.\"}]},{\"page_type\":\"fleet\",\"page_title\":\"Fleet\",\"page_description\":\"Discover our luxurious fleet of vehicles, including specifications and high-quality images of each model.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the fleet page.\",\"section_prompt\":\"Displays site navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Luxury Fleet\",\"section_description\":\"A visually appealing banner highlighting our fleet of luxury cars.\",\"section_prompt\":\"Highlight the fleet of luxury cars we offer.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Mercedes\",\"section_description\":\"Experience the ultimate luxury with our Mercedes vehicles, offering both comfort and style.\",\"section_prompt\":\"Showcase Mercedes vehicles with specifications and images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Rolls-Royce\",\"section_description\":\"Indulge in the unmatched grandeur of our Rolls-Royce cars, perfect for special occasions.\",\"section_prompt\":\"Showcase Rolls-Royce vehicles with specifications and images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"BMW\",\"section_description\":\"Drive in elegance with our selection of BMW cars, combining performance and luxury.\",\"section_prompt\":\"Showcase BMW vehicles with specifications and images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Range Rover\",\"section_description\":\"Explore adventure and comfort with our Range Rover fleet, ideal for any terrain.\",\"section_prompt\":\"Showcase Range Rover vehicles with specifications and images.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Jaguar\",\"section_description\":\"Experience sporty luxury with our Jaguar cars, designed for those who appreciate performance.\",\"section_prompt\":\"Showcase Jaguar vehicles with specifications and images.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional links and information for the fleet page.\",\"section_prompt\":\"Includes links to privacy policy, terms of service, etc.\"}]},{\"page_type\":\"pricing\",\"page_title\":\"Pricing\",\"page_description\":\"Understand our competitive pricing for each luxurious vehicle in our fleet.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the pricing page.\",\"section_prompt\":\"Displays site navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Pricing Plans\",\"section_description\":\"Overview of our transparent pricing options for luxury car rentals.\",\"section_prompt\":\"Highlight the pricing for various vehicles.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Rental Prices\",\"section_description\":\"Details of rental prices by vehicle type, with additional options available.\",\"section_prompt\":\"List the pricing structure for our fleet of luxury cars.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Request a Quote\",\"section_description\":\"Encourage users to reach out for a detailed quote.\",\"section_prompt\":\"Invite visitors to request a tailored quote for their needs.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional links and information for the pricing page.\",\"section_prompt\":\"Includes links to privacy policy, terms of service, etc.\"}]},{\"page_type\":\"reviews\",\"page_title\":\"Customer Reviews\",\"page_description\":\"Read testimonials from our satisfied clients who experienced our premium chauffeur services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the reviews page.\",\"section_prompt\":\"Displays site navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"A title banner showcasing feedback from our customers.\",\"section_prompt\":\"Encourage clients to share their experiences.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Testimonials\",\"section_description\":\"A selection of reviews and testimonials from our valued clients.\",\"section_prompt\":\"Display feedback and ratings from customers.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional links and information for the reviews page.\",\"section_prompt\":\"Includes links to privacy policy, terms of service, etc.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Gallery\",\"page_description\":\"Browse through our gallery showcasing our luxurious fleet and memorable events.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the gallery page.\",\"section_prompt\":\"Displays site navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Gallery\",\"section_description\":\"A visual introduction to previous events and our luxury cars in action.\",\"section_prompt\":\"Highlight the gallery featuring events and luxury vehicles.\"},{\"section_type\":\"gallery\",\"section_title\":\"Event Highlights\",\"section_description\":\"Photos from past events showcasing our fleet in service, capturing memorable moments.\",\"section_prompt\":\"Showcase images of events and car displays.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional links and information for the gallery page.\",\"section_prompt\":\"Includes links to privacy policy, terms of service, etc.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with us for inquiries regarding our premium chauffeur services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the contact page.\",\"section_prompt\":\"Displays site navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"A welcoming banner encouraging customers to reach out for any questions or bookings.\",\"section_prompt\":\"Highlight how customers can connect with us.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get In Touch\",\"section_description\":\"Find our contact information including phone, email, and location.\",\"section_prompt\":\"Provide essential contact details.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"A form to capture customer inquiries or booking requests.\",\"section_prompt\":\"Allow customers to submit a detailed inquiry.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with additional links and information for the contact page.\",\"section_prompt\":\"Includes links to privacy policy, terms of service, etc.\"}]}],\"user_prompt\":\"Chauffer service in India to have multiple cars available on rent for premium customers. We have luxury cars from Mercedes, Rolls-Royce, BMW, Range Rover, jaguar. There must be a pricing and a request a quote button to have the leads sent to admin. Get the customer reviews and gallery pages\",\"prompt_id\":1471,\"dev_mode\":true,\"theme\":\"classic\",\"colors\":[[152,100,36],[40,53,102]],\"fonts\":\"classic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false},\"user_email\":\"Tango42charlie@gmail.com\"}', '{\"folder\":\"websites_beta\",\"site\":\"rireh6a7f4\",\"domain\":\"rireh6a7f4beta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_rireh6a7f4\",\"sftp_pass\":\"TuFK+sbRZAdB+4aAY1hzOKKK491qB6PB4HSntLm7Y2ENdir0LA==\",\"db_pass\":\"dYHR7OayC4j1Vfj8IVVqj64EB5VWK8\\/1zcxF8VVhELwL9CmG066jCw==\",\"db_name\":\"db_wpbetasites_rireh6a7f4\",\"db_user\":\"db_user_wpbetasites_rireh6a7f4\",\"sftp_group\":\"sftpbetausers\"}', 0, 'completed', NULL, 'wisdomwalkers.org', 'pending', NULL, 0, 0, '85.641331520081', 'completed', '2026-04-02 00:30:04', 0, 0, '2027-01-22 06:29:48', 0, 0, NULL, '2026-01-22 06:30:04', '2026-01-07 10:08:38', '2026-04-02 00:30:04', NULL),
(859, 10, 1483, 0, NULL, NULL, NULL, 'Kafenio Cafe & Bistro', 'website1767784803.png', 'wpbetasites_rfuidlznem', 'db_user_wpbetasites_rfuidlznem', '{\"website_title\":\"Kafenio Cafe & Bistro\",\"website_description\":\"Welcome to Kafenio Cafe & Bistro, your 24X7 diner in Mohali, serving the best coffee, desserts, and a unique ambiance. Join us for dine-in or takeout!\",\"website_type\":\"business\",\"website_industry\":\"Food & Beverage\",\"search_query\":\"cafe, bistro, Mohali\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Explore Kafenio Cafe & Bistro, your go-to destination for exceptional dining experiences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Welcome to the Kafenio Cafe & Bistro website, where you can find everything about our offerings.\",\"section_prompt\":\"This section features the header navigation for easy access to various pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Kafenio Cafe & Bistro\",\"section_description\":\"Discover an inviting ambiance with vibrant decor and a menu to delight your senses.\",\"section_prompt\":\"Highlighting the unique experience visitors will find at our cafe.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our story, mission, and what sets us apart in the culinary landscape of Mohali.\",\"section_prompt\":\"Highlight the uniqueness of Kafenio Cafe & Bistro.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"We offer a variety of dining options including kerbside pickup, delivery, takeaway, and dine-in.\",\"section_prompt\":\"List main services provided by Kafenio Cafe & Bistro: kerbside pickup, delivery, takeaway, dine-in.\"},{\"section_type\":\"gallery\",\"section_title\":\"Our Delights\",\"section_description\":\"A showcase of our delicious dishes and beverages, crafted to satisfy every palate.\",\"section_prompt\":\"Display images that reflect the culinary delights offered at the cafe.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Customers Say\",\"section_description\":\"Hear from our satisfied customers who love our coffee and ambiance.\",\"section_prompt\":\"Showcase testimonials from happy customers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Visit Us Today!\",\"section_description\":\"Join us at Kafenio Cafe & Bistro for an unforgettable experience!\",\"section_prompt\":\"Encourage visitors to come and enjoy our offerings.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Discover the essence and story behind Kafenio Cafe & Bistro.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"About Kafenio\",\"section_description\":\"Introducing our journey and the spark that ignited Kafenio Cafe & Bistro.\",\"section_prompt\":\"Provide insight into the cafe\'s history and values.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"Our Mission and Vision\",\"section_description\":\"Understanding what drives us to be the best in Mohali.\",\"section_prompt\":\"Discuss the mission and vision of Kafenio Cafe & Bistro.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"What Makes Us Special\",\"section_description\":\"Explore our dedication to quality, service, and the unique experiences we offer.\",\"section_prompt\":\"Highlight the special features that set Kafenio apart.\"},{\"section_type\":\"gallery\",\"section_title\":\"Our Story in Pictures\",\"section_description\":\"Visual storytelling depicting our journey and milestones.\",\"section_prompt\":\"Showcase images from our history.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Journey\",\"section_description\":\"Learn more and become a part of Kafenio Cafe & Bistro.\",\"section_prompt\":\"Invite users to explore more about us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final information and navigation for our visitors.\",\"section_prompt\":\"End with footer details.\"}]},{\"page_type\":\"menu\",\"page_title\":\"Our Menu\",\"page_description\":\"Explore the delectable offerings at Kafenio Cafe & Bistro.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Menu Highlights\",\"section_description\":\"A detailed look at our diverse menu designed to tempt your taste buds.\",\"section_prompt\":\"Present an overview of menu options available.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Coffee Selection\",\"section_description\":\"Discover our finely brewed coffees, perfect for every preference.\",\"section_prompt\":\"List main coffee types offered at the cafe.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Desserts Galore\",\"section_description\":\"Indulge in our heavenly desserts, crafted to perfection.\",\"section_prompt\":\"List main desserts available at Kafenio.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Tea Collection\",\"section_description\":\"A selection of rejuvenating teas to complement your meal.\",\"section_prompt\":\"List the different types of teas available.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Try Our Favorites!\",\"section_description\":\"Don\'t miss out on our bestsellers, come in and enjoy!\",\"section_prompt\":\"Encourage visitors to taste the popular items.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final information and navigation for our visitors.\",\"section_prompt\":\"End with footer details.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the various service options we provide at Kafenio Cafe & Bistro.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Service Options\",\"section_description\":\"Discover the convenient services we offer to cater to your needs.\",\"section_prompt\":\"Overview of the different services available at the cafe.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Kerbside Pickup\",\"section_description\":\"Conveniently pick up your orders without the wait.\",\"section_prompt\":\"Detail the kerbside pickup service process.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Delivery Service\",\"section_description\":\"Enjoy our offerings from the comfort of your home with our delivery service.\",\"section_prompt\":\"Explain how the delivery service operates.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Takeaway\",\"section_description\":\"Quick and easy takeaway for those on the go.\",\"section_prompt\":\"Describe the takeaway service options.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Dine-In Experience\",\"section_description\":\"Experience the ambiance and enjoy your meal in our cozy cafe.\",\"section_prompt\":\"Outline the dine-in services and what to expect.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Order Now!\",\"section_description\":\"Choose your preferred service now and enjoy the best of Kafenio!\",\"section_prompt\":\"Encourage visitors to select their service option.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final information and navigation for our visitors.\",\"section_prompt\":\"End with footer details.\"}]},{\"page_type\":\"highlights\",\"page_title\":\"Cafe Highlights\",\"page_description\":\"Discover the signature offerings and special highlights at Kafenio Cafe & Bistro.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Signature Highlights\",\"section_description\":\"Highlighting what makes our cafe stand out with exceptional offerings.\",\"section_prompt\":\"Overview of cafe highlights and signature items.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Must-Try Desserts\",\"section_description\":\"Explore our top-rated desserts that are a hit among our customers.\",\"section_prompt\":\"List the top must-try desserts.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Signature Drinks\",\"section_description\":\"Try our memorable drinks crafted with passion and quality ingredients.\",\"section_prompt\":\"List our signature beverage options.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Favorites\",\"section_description\":\"Read what our customers love the most about Kafenio.\",\"section_prompt\":\"Showcase customer testimonials focusing on highlights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Experience Our Highlights!\",\"section_description\":\"Come visit us and indulge in our specialties today!\",\"section_prompt\":\"Invite users to try out the highlights.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final information and navigation for our visitors.\",\"section_prompt\":\"End with footer details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Kafenio Cafe & Bistro for any inquiries or feedback.\",\"sections\":[{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"We would love to hear from you!\",\"section_prompt\":\"Provide contact details for reaching out to the cafe.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get in Touch\",\"section_description\":\"Ground floor, Sco 84, Sector 82, JLPL Industrial Area, Sahibzada Ajit Singh Nagar, Punjab 140306\",\"section_prompt\":\"Details of our physical address for customer visits.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send us your inquiries.\",\"section_prompt\":\"Interactive contact form for visitors to fill out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final information and navigation for our visitors.\",\"section_prompt\":\"End with footer details.\"}]}],\"user_prompt\":\"Kafenio Cafe & Bistro | 24X7 Diner | Best cafe in Mohali |Service options: Kerbside pickup, Delivery, Takeaway, Dine-in | Highlights: Great coffee, Great dessert, Great tea selection | Ground floor, Sco 84, Sector 82, JLPL Industrial Area, Sahibzada Ajit Singh Nagar, Punjab 140306\",\"prompt_id\":1483,\"dev_mode\":true,\"theme\":\"classic\",\"colors\":[[58,91,204],[7,14,42]],\"fonts\":\"classic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false},\"user_email\":\"gurpreet_kaler@42works.net\"}', '{\"folder\":\"websites_beta\",\"site\":\"rfuidlznem\",\"domain\":\"rfuidlznembeta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_rfuidlznem\",\"sftp_pass\":\"D4Ok8QY4OqipKrr49RoeYkRrrnFWNp5qq3gvIq8hIxrY5bTFgQ==\",\"db_pass\":\"BJt9a+q3M\\/s3yD0+t7WH4hA0qVnO6B5Zm3LFRVz9mn5HpBbqT46Brg==\",\"db_name\":\"db_wpbetasites_rfuidlznem\",\"db_user\":\"db_user_wpbetasites_rfuidlznem\",\"sftp_group\":\"sftpbetausers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '84.932388038635', 'completed', '2026-04-02 00:30:04', 0, 0, NULL, 0, 0, NULL, NULL, '2026-01-07 11:19:21', '2026-04-02 00:30:04', NULL),
(867, 15, 1492, 0, NULL, NULL, NULL, 'M.A.D. IT Works', 'website1767798603.png', 'wpbetasites_615y5obyfh', 'db_user_wpbetasites_615y5obyfh', '{\"website_title\":\"M.A.D. IT Works\",\"website_description\":\"A professional IT consulting service providing expertise in IT strategy and consulting, network design, and a complete range of IT solutions.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"IT consulting, IT strategy, network solutions\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to M.A.D. IT Works, your partner in efficient IT solutions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for visitors.\",\"section_prompt\":\"Includes main menu and branding details.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Facilitating Effective Integration\",\"section_description\":\"Short sentence highlighting core service - IT Strategy & Consulting, and Network Design & Integration\",\"section_prompt\":\"Engage visitors with a compelling overview of our IT services.\",\"selected_slug\":\"hero-banner-full\"},{\"section_type\":\"informational_content\",\"section_title\":\"Our Mission\",\"section_description\":\"To close a critical market gap by delivering deep expertise in networking and integration, dynamic project management and an extraordinary client experience.\",\"selected_slug\":\"auto\"},{\"section_type\":\"custom_section\",\"section_title\":\"Featured Cards\",\"section_description\":\"talk about Why we exist, What We Do and How We Work\",\"selected_slug\":\"informational-content-gentle-right\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Core Services\",\"section_description\":\"IT Strategy & Consulting\\nStrategic Planning \\u2013 Gap Analysis\\/ Needs Assessment, Contingency Planning and Future Proofing Considerations\\nBespoke IT Consulting \\u2013 Planning and Advisory Services related to critical IT projects and strategic initiatives\\n\\nNetwork Design & Integration\\nNetwork design \\u2013 high level and low level design\\nIntegration of network devices\\nEnterprise solutions including Office and Campus networks ( Wired and wireless networks )\\nDatacenter networks: Vxlan and EVPN\\nWAN networks \\u2013 MPLS, SDWAN, Broadcast networks\\nOut of Band Management networks\",\"section_prompt\":\"List main services: IT Strategy & Consulting, Network Design & Integration, Hardware & Software Reseller, Security Services, Physical Support, Managed Services.\",\"selected_slug\":\"auto\"},{\"section_type\":\"listing_grid\",\"section_title\":\"We can also assist with\",\"section_description\":\"Hardware & Software Reseller\\nAccredited Arista Partner & authorized reseller\\n\\nSecurity\\nIntegration of Security Software and Platforms (Firewalls, Load balancers, Segregation)\\n\\nPhysical Support\\nStructured voice data cabling\\n\\nManaged Services\\nOngoing support, operations and maintenance\",\"selected_slug\":\"auto\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Blog\",\"section_description\":\"Display blog posts\",\"selected_slug\":\"post-cards-heritage\"},{\"section_type\":\"about\",\"section_title\":\"THE M.A.D. TEAM Highly collaborative experts\",\"section_description\":\"We are passionate about delivering an extraordinary customer experience with project outcomes of the highest standard.  Our core team are highly adept and collaborative professionals with deep expertise.\\n\\nTogether, our core team bring you:\\n\\nDecades of experience in Consulting, Project Management, IT, Security, Networking and Intelligence Projects.\\nDeep expertise in building and implementing organisational and IT strategies.\\nIntimate knowledge of complex integration projects and experience working with all major vendors.\\nA track record of effective execution.\\nExtensive experience in best engaging stakeholders across the full project lifecycle to drive critical outcomes.\\nKnowledge across a wide range of industries including Financial Services, Construction, IT, Pharmaceutical, and Healthcare among others.\",\"selected_slug\":\"auto\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Encourage visitors to reach out for their IT consulting needs.\",\"section_prompt\":\"Provide a strong call to action for potential clients.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final notes and links for visitors.\",\"section_prompt\":\"Includes copyright and additional navigation links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About\",\"page_description\":\"Learn more about the journey and philosophy behind M.A.D. IT Works.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for visitors.\",\"section_prompt\":\"Includes main menu and branding details.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"A deep dive into my background in the IT industry.\",\"section_prompt\":\"Detail my qualifications and experiences.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Mission\",\"section_description\":\"Understanding our dedication to top-notch service.\",\"section_prompt\":\"Share the mission statement of M.A.D. IT Works.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Vision\",\"section_description\":\"What we strive to achieve in the future.\",\"section_prompt\":\"Elaborate on the vision for M.A.D. IT Works.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback and reviews from satisfied clients.\",\"section_prompt\":\"Share testimonials to build credibility.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us on This Journey\",\"section_description\":\"Invite visitors to connect or collaborate.\",\"section_prompt\":\"Encourage clients to reach out for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final notes and links for visitors.\",\"section_prompt\":\"Includes copyright and additional navigation links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Detailed offerings from M.A.D. IT Works tailored to client needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for visitors.\",\"section_prompt\":\"Includes main menu and branding details.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Expertise\",\"section_description\":\"Overview of the diverse IT services offered.\",\"section_prompt\":\"Discuss the range of services in detail.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"IT Strategy & Consulting\",\"section_description\":\"Tailored IT strategies to elevate your business.\",\"section_prompt\":\"Detail the consulting methodology and benefits.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Network Design & Integration\",\"section_description\":\"Building efficient and scalable IT infrastructures.\",\"section_prompt\":\"Outline the network design process.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Hardware & Software Reseller\",\"section_description\":\"Quality hardware and software solutions for business needs.\",\"section_prompt\":\"Discuss the products available for clients.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Security Services\",\"section_description\":\"Protecting your business with robust security solutions.\",\"section_prompt\":\"Detail the security measures offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Physical Support\",\"section_description\":\"Hands-on support for your IT infrastructure.\",\"section_prompt\":\"Discuss physical support options available.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Managed Services\",\"section_description\":\"Comprehensive management of IT needs.\",\"section_prompt\":\"Explain the managed service offerings.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries regarding our services.\",\"section_prompt\":\"Address typical questions clients may have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for More Info\",\"section_description\":\"Encourage inquiries about services.\",\"section_prompt\":\"Invite clients to ask questions about our offerings.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final notes and links for visitors.\",\"section_prompt\":\"Includes copyright and additional navigation links.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"Read what our satisfied clients have to say about our services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for visitors.\",\"section_prompt\":\"Includes main menu and branding details.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Testimonials and feedback from our clients.\",\"section_prompt\":\"Highlight client experiences and satisfaction.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Reviews\",\"section_description\":\"Detailed reviews and feedback from clients.\",\"section_prompt\":\"Showcase specific client testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Become Our Next Success Story\",\"section_description\":\"Encourage visitors to join our list of satisfied clients.\",\"section_prompt\":\"Invite prospective clients to engage our services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final notes and links for visitors.\",\"section_prompt\":\"Includes copyright and additional navigation links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Explore insights, trends, and best practices in IT consulting.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for visitors.\",\"section_prompt\":\"Includes main menu and branding details.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Access insightful articles about the IT industry.\",\"section_prompt\":\"Highlight recent updates and blog content.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Explore the latest blog posts and articles.\",\"section_prompt\":\"Showcase a grid layout of recent blog entries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Informed\",\"section_description\":\"Encourage visitors to subscribe for updates.\",\"section_prompt\":\"Invite clients to join our mailing list for insights.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final notes and links for visitors.\",\"section_prompt\":\"Includes copyright and additional navigation links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with M.A.D. IT Works for your IT needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for visitors.\",\"section_prompt\":\"Includes main menu and branding details.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Reach Out to Us\",\"section_description\":\"Contact information and form to reach M.A.D. IT Works.\",\"section_prompt\":\"Describe how clients can get in touch.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to submit inquiries.\",\"section_prompt\":\"Provide a contact form for easy communication.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Ways to connect: email, phone, and physical location.\",\"section_prompt\":\"Include email and phone information for quick contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final notes and links for visitors.\",\"section_prompt\":\"Includes copyright and additional navigation links.\"}]}],\"user_prompt\":\"M.A.D. IT Works - Core Services in IT Strategy & Consulting, and Network Design & Integration. Additional services include Hardware & Software Reseller, Security, Physical Support, and Managed Services.\",\"prompt_id\":1492,\"dev_mode\":true,\"theme\":\"material\",\"colors\":[[111,79,82],[166,193,138]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_695e773f37b8f.png\",\"contact_details\":{\"phone_number\":\"+61 402 444 240\",\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false},\"user_email\":\"anmol@42works.net\"}', '{\"folder\":\"websites_beta\",\"site\":\"615y5obyfh\",\"domain\":\"615y5obyfhbeta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_615y5obyfh\",\"sftp_pass\":\"hcc1BMwKHDy5vFTneWlKkdcdTL\\/oDuXSZFnE\\/9H4pyV9aj+\\/UA==\",\"db_pass\":\"mNQNCU4850ehVO+w8\\/CPBukYkAfQjCnly2eHp9QN7atWIc9DMZivtQ==\",\"db_name\":\"db_wpbetasites_615y5obyfh\",\"db_user\":\"db_user_wpbetasites_615y5obyfh\",\"sftp_group\":\"sftpbetausers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '82.664020462036', 'completed', '2026-04-02 05:00:08', 0, 0, NULL, 0, 0, NULL, NULL, '2026-01-07 15:09:52', '2026-04-02 05:00:08', NULL);
INSERT INTO `websites` (`id`, `user_id`, `prompt_id`, `is_zip_enabled`, `active_plan_id`, `stripe_subscription_id`, `cancelled_stripe_subscription_id`, `title`, `thumbnail`, `path`, `dbname`, `meta`, `server_meta`, `is_temp`, `status`, `error`, `domain`, `domain_status`, `domain_error`, `trial_mode`, `is_website_down`, `usage`, `usage_status`, `usage_checked_at`, `is_warning_email_sent`, `is_insert_permission_revoked`, `next_payment_date`, `reminder_email_sent`, `is_cancellation_requested`, `subscription_end`, `last_payment_date`, `created_at`, `updated_at`, `deleted_at`) VALUES
(907, 10, 1552, 0, NULL, NULL, NULL, 'M.A.D. IT Works', 'website1769662562.png', 'wpbetasites_q1c57lv93p', 'db_user_wpbetasites_q1c57lv93p', '{\"website_title\":\"M.A.D. IT Works\",\"website_description\":\"Professional IT consulting showcasing expertise in networking and integration.\",\"website_type\":\"business\",\"website_industry\":\"Technology\",\"search_query\":\"IT services, consulting, networking\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to M.A.D. IT Works, where we deliver exceptional IT consulting and networking solutions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for M.A.D. IT Works.\",\"section_prompt\":\"Include links to key areas of the website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to M.A.D. IT Works\",\"section_description\":\"Your partner for IT Strategy and Network Design.\",\"section_prompt\":\"Showcase our commitment to exceptional IT services.\",\"selected_slug\":\"hero-banner-full-left-blur\"},{\"section_type\":\"about\",\"section_title\":\"About M.A.D. IT Works\",\"section_description\":\"Learn about our history, mission, and values.\",\"section_prompt\":\"Provide a brief overview of M.A.D. IT Works.\",\"selected_slug\":\"about-overlap-image-left\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Core Services\",\"section_description\":\"Explore our range of IT services designed for your business needs.\",\"section_prompt\":\"List main services: IT Strategy & Consulting, Network Design & Integration, Hardware & Software Reselling, Security Services, Physical Support, Managed Services.\",\"selected_slug\":\"listing-image-card-grid-slider\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Solutions\",\"section_description\":\"Showcase solutions: Enterprise & Campus Networks, Security, Physical Support, Managed Services\",\"selected_slug\":\"listing-image-card-slider\"},{\"section_type\":\"informational_content\",\"section_title\":\"The M.A.D. Difference\",\"section_description\":\"We want to make your integration and experience easy. Our team deploy a disciplined approach to work while making sure we are approachable, flexible and responsive to your needs and circumstance.\",\"selected_slug\":\"informational-content-minimal-right\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Industry Insights\",\"section_description\":\"Stay updated with the latest trends, insights, and tips in the IT consulting industry through our curated blog posts.\",\"section_prompt\":\"Provide a glimpse into our blog or resources.\",\"selected_slug\":\"post-cards-with-image\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Our Trusted Partners\",\"section_description\":\"Display logos of key customers or partners\",\"selected_slug\":\"social-proof-logos-grid-full\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Take the First Step Towards IT Excellence\",\"section_description\":\"Contact us to learn how we can assist you with your IT needs.\",\"section_prompt\":\"Encourage visitors to reach out for more information.\",\"selected_slug\":\"cta-box-medium-dark\"},{\"section_type\":\"contact_form\",\"section_title\":\"let\\u2019s get in touch\",\"section_description\":\"Encourage visitors to contact through a contact form\",\"selected_slug\":\"auto\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation and contact details.\",\"section_prompt\":\"Include copyright and other relevant links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About M.A.D. IT Works\",\"page_description\":\"Discover the story behind M.A.D. IT Works and what drives us.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Ease of navigation and branding.\",\"section_prompt\":\"Include links to the homepage and other major pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"Learn about the founding and growth of M.A.D. IT Works.\",\"section_prompt\":\"Detail the background of the company.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Mission\",\"section_description\":\"We aim to deliver outstanding IT services and solutions for our clients.\",\"section_prompt\":\"Summarize the mission statement of M.A.D. IT Works.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"Our Values\",\"section_description\":\"Exploring the core values that guide our work and interactions.\",\"section_prompt\":\"Divide the values into key areas such as integrity, client focus, and innovation.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us on Our Journey\",\"section_description\":\"Encourage visitors to connect and learn more about our services.\",\"section_prompt\":\"Invite engagement from website visitors.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation and contact details.\",\"section_prompt\":\"Include essential links and copyright information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Comprehensive overview of our IT services offerings.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Straightforward navigation and branding for services page.\",\"section_prompt\":\"Provide links to important sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Services We Provide\",\"section_description\":\"A detailed look at the services offered by M.A.D. IT Works.\",\"section_prompt\":\"Introduce our service offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"IT Strategy & Consulting\",\"section_description\":\"Expert consultations to guide your IT strategy effectively.\",\"section_prompt\":\"Describe the service and how it benefits clients.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Network Design & Integration\",\"section_description\":\"Tailored networking solutions for optimal performance and security.\",\"section_prompt\":\"Explain the significance of network integration.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Hardware & Software Reselling\",\"section_description\":\"Providing reliable hardware and software solutions to fit your needs.\",\"section_prompt\":\"Outline the products and support available.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Security Services\",\"section_description\":\"Ensure the safety of your data with our robust security services.\",\"section_prompt\":\"Discuss the security measures implemented.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Address common queries regarding our services.\",\"section_prompt\":\"Include typical questions that potential clients might have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for More Information\",\"section_description\":\"Encourage clients to inquire about our IT services.\",\"section_prompt\":\"Request that visitors reach out for further details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation and contact details.\",\"section_prompt\":\"End with essential links and information.\"}]},{\"page_type\":\"resources\",\"page_title\":\"Resources\",\"page_description\":\"Explore our library of informative articles and case studies.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Streamlined navigation to the resources available.\",\"section_prompt\":\"Facilitate easy access to resource pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Informative Resources\",\"section_description\":\"A collection of articles, whitepapers, and case studies available for download.\",\"section_prompt\":\"Outline what users can expect from this section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Browse our latest insights and updates in the IT field.\",\"section_prompt\":\"Show a grid of articles and resources.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Encourage visitors to sign up for newsletters or updates.\",\"section_prompt\":\"Prompt users to maintain engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation and contact details.\",\"section_prompt\":\"Complete the page with necessary links and information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with M.A.D. IT Works for inquiries and support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the contact page.\",\"section_prompt\":\"Provide links to key pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Reach out for more information or assistance.\",\"section_prompt\":\"Provide contact methods available.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to get in touch with us.\",\"section_prompt\":\"Encourage visitors to submit inquiries and questions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation and contact details.\",\"section_prompt\":\"Wrap up with links and information.\"}]}],\"user_prompt\":\"M.A.D. IT Works - Core Services in IT Strategy & Consulting, and Network Design & Integration. Services include: Hardware & Software Reseller, Security, Physical Support, and Managed Services.\\nTHE M.A.D. MISSION: \\u201cTo close a critical market gap by delivering deep expertise in networking and integration, dynamic project management and an extraordinary client experience.\\u201d\",\"prompt_id\":1552,\"dev_mode\":true,\"theme\":\"flat\",\"colors\":[[167,32,46],[167,32,46]],\"fonts\":\"flat-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_697ae826c36f5.png\",\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false},\"user_email\":\"gurpreet_kaler@42works.net\"}', '{\"folder\":\"websites_beta\",\"site\":\"q1c57lv93p\",\"domain\":\"q1c57lv93pbeta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_q1c57lv93p\",\"sftp_pass\":\"vZLkMMFUWo4PMR8+bKyw5rbzKQ024MLg0idA+qA9uA3y1rS2ig==\",\"db_pass\":\"oJVN9bJpj7j\\/3DseCJGnsvNoLFyAvVyqEiqzXkP4rMzWZCuxmgFvVw==\",\"db_name\":\"db_wpbetasites_q1c57lv93p\",\"db_user\":\"db_user_wpbetasites_q1c57lv93p\",\"sftp_group\":\"sftpbetausers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '138.61589500427', 'completed', '2026-04-02 10:30:06', 0, 0, NULL, 0, 0, NULL, NULL, '2026-01-29 04:55:05', '2026-04-02 10:30:06', NULL),
(908, 134, 1553, 0, NULL, NULL, NULL, 'Muskan Physio', 'website1770138665.png', 'wpbetasites_vpk2vks1xb', 'db_user_wpbetasites_vpk2vks1xb', '{\"website_title\":\"Muskan Physio\",\"website_description\":\"Welcome to Muskan Physio, your dedicated partner for professional physiotherapy services. Explore our offerings, learn about our expertise, and discover valuable resources for your health and wellness needs.\",\"website_type\":\"Professional\",\"website_industry\":\"Healthcare\",\"search_query\":\"physiotherapy, wellness, rehabilitation\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An engaging landing page introducing Muskan Physio and her services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for navigation and branding.\",\"section_prompt\":\"This section contains the main navigation links to all important areas of the site.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Muskan Physio\",\"section_description\":\"Discover professional physiotherapy services tailored for your needs.\",\"section_prompt\":\"This section welcomes visitors and briefly highlights what Muskan Physio offers.\"},{\"section_type\":\"about\",\"section_title\":\"About Muskan\",\"section_description\":\"Learn about Muskan\'s qualifications and her approach to physiotherapy.\",\"section_prompt\":\"This section introduces Muskan and her philosophy towards patient care.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore various physiotherapy services offered.\",\"section_prompt\":\"List main services (sports injury rehabilitation, post-operative care, pain management, wellness programs) provided by the practice.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear what our clients have to say about their experience with Muskan Physio.\",\"section_prompt\":\"This section showcases reviews and feedback from satisfied clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book an Appointment\",\"section_description\":\"Encouraging visitors to schedule their consultation.\",\"section_prompt\":\"This section prompts users to take action by booking an appointment.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Resources\",\"section_description\":\"Check out our latest articles and resources on health and wellness.\",\"section_prompt\":\"Showcase insights into new resources related to physiotherapy.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for additional links and information.\",\"section_prompt\":\"Contains links to privacy policy, terms of service, and other important information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Muskan\",\"page_description\":\"Muskan shares her journey, qualifications, and approach to physiotherapy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for navigation and branding.\",\"section_prompt\":\"This section contains the main navigation links to all important areas of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Muskan\",\"section_description\":\"A dedicated section outlining Muskan\'s professional background.\",\"section_prompt\":\"This section gives a detailed overview of Muskan\'s journey and expertise.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Qualifications\",\"section_description\":\"Overview of Muskan\'s degrees, certifications, and training.\",\"section_prompt\":\"Detail the educational qualifications and any noteworthy training.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"My Approach to Care\",\"section_description\":\"Muskan\'s philosophy towards patient treatment and client relationships.\",\"section_prompt\":\"Describe how Muskan approaches patient care and treatment plans.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"A prompt for visitors to reach out easily.\",\"section_prompt\":\"Encouraging visitors to contact Muskan for further inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for additional links and information.\",\"section_prompt\":\"Contains links to Privacy Policy, Terms of Service, and other important information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Physiotherapy Services\",\"page_description\":\"A detailed description of services provided by Muskan.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for navigation and branding.\",\"section_prompt\":\"This section contains the main navigation links to all important areas of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Physiotherapy Services\",\"section_description\":\"Overview of the services offered.\",\"section_prompt\":\"This section outlines the various physiotherapy services provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Sports Injury Rehabilitation\",\"section_description\":\"Comprehensive care for sports-related injuries.\",\"section_prompt\":\"This section includes an overview and benefits of sports injury rehabilitation.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Post-Operative Care\",\"section_description\":\"Tailored rehabilitation after surgery for optimal recovery.\",\"section_prompt\":\"Cover details for post-operative care and its significance in recovery.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Pain Management\",\"section_description\":\"Strategies to alleviate chronic pain effectively.\",\"section_prompt\":\"Detail the pain management techniques utilized by Muskan.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Wellness Programs\",\"section_description\":\"Programs designed to promote overall wellbeing.\",\"section_prompt\":\"Identify various wellness programs aimed at enhancing quality of life.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to commonly asked questions regarding services.\",\"section_prompt\":\"Provide a comprehensive set of FAQs that address common queries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule Your Consultation\",\"section_description\":\"Encourage potential clients to book an appointment.\",\"section_prompt\":\"This section encourages visitors to schedule a consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for additional links and information.\",\"section_prompt\":\"Contains links to privacy policy, terms of service, and other important information.\"}]},{\"page_type\":\"resources\",\"page_title\":\"Health Resources\",\"page_description\":\"Informative articles, tips, and exercises for health and wellness.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for navigation and branding.\",\"section_prompt\":\"This section contains the main navigation links to all important areas of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Health Resources\",\"section_description\":\"A collection of useful articles and tips.\",\"section_prompt\":\"This section highlights the importance of staying informed regarding health.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Explore our latest insights into health and wellness.\",\"section_prompt\":\"Showcase an array of articles focused on various health topics.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Injury Prevention Tips\",\"section_description\":\"Practical advice on how to avoid injuries.\",\"section_prompt\":\"Provide tips and tricks for clients to prevent injuries during daily activities.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Exercises for Recovery\",\"section_description\":\"Exercises recommended for faster recovery from injuries.\",\"section_prompt\":\"List out a set of exercises that support recovery post-injury.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Prompt for visitors to subscribe to the newsletter.\",\"section_prompt\":\"Encourage visitors to sign up for the latest news and resources.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for additional links and information.\",\"section_prompt\":\"Contains links to privacy policy, terms of service, and other important information.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"Space for clients to share their success stories with Muskan.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for navigation and branding.\",\"section_prompt\":\"This section contains the main navigation links to all important areas of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Testimonials\",\"section_description\":\"A section dedicated to client experiences.\",\"section_prompt\":\"Overview of positive feedback from Muskan\'s clients.\"},{\"section_type\":\"reviews\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Feedback and success stories from Muskan\'s clients.\",\"section_prompt\":\"This section highlights reviews and testimonials provided by former clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Story\",\"section_description\":\"Encouragement for clients to provide their testimonials.\",\"section_prompt\":\"Inviting clients to submit their experiences and feedback.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for additional links and information.\",\"section_prompt\":\"Contains links to privacy policy, terms of service, and other important information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Muskan\",\"page_description\":\"Essential contact information and communication options.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section for navigation and branding.\",\"section_prompt\":\"This section contains the main navigation links to all important areas of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Muskan\",\"section_description\":\"Connecting with Muskan Physio.\",\"section_prompt\":\"Overview of contacting options for visitors.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact details for inquiries.\",\"section_prompt\":\"Essential contact information: Phone, Email, and Practice Location.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"An easy way for visitors to communicate with Muskan Physio.\",\"section_prompt\":\"This section allows clients to fill out a form for inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Appointment\",\"section_description\":\"Encouragement for visitors to schedule their consultation.\",\"section_prompt\":\"Prompt visitors to book consultations easily through the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for additional links and information.\",\"section_prompt\":\"Contains links to privacy policy, terms of service, and other important information.\"}]}],\"user_prompt\":\"Website for a physiotherepist named as \\\"Muskan Physio\\\".\",\"prompt_id\":1553,\"dev_mode\":false,\"theme\":\"soft\",\"colors\":[[100,100,255],[157,0,157]],\"fonts\":\"soft-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":\"+91 86002 27928\",\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false},\"user_email\":\"gurpreetkaler18@gmail.com\"}', '{\"folder\":\"websites_beta\",\"site\":\"vpk2vks1xb\",\"domain\":\"vpk2vks1xbbeta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_vpk2vks1xb\",\"sftp_pass\":\"tGdfbF47zE9\\/2F4g+Rk0HrkEx0VlPNuSUETjbaDhm9BpEGXaJg==\",\"db_pass\":\"zgpJVfUAdgLOo0eHqRD30CruPhMXRIAINMME15hW1HH\\/Y6fBG9HFAA==\",\"db_name\":\"db_wpbetasites_vpk2vks1xb\",\"db_user\":\"db_user_wpbetasites_vpk2vks1xb\",\"sftp_group\":\"sftpbetausers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '83.827456054688', 'completed', '2026-04-01 20:00:05', 0, 0, NULL, 0, 0, NULL, NULL, '2026-02-03 17:10:19', '2026-04-01 20:00:05', NULL),
(909, 10, 1557, 0, NULL, NULL, NULL, 'Aesthetic Revolution Las Vegas', 'website1773142205.png', 'wpbetasites_2z1xvq9qvy', 'db_user_wpbetasites_2z1xvq9qvy', '{\"website_title\":\"Aesthetic Revolution Las Vegas\",\"website_description\":\"Aesthetic Revolution Las Vegas offers a wide array of surgical and nonsurgical cosmetic procedures in a state-of-the-art facility, emphasizing personalized care and advanced techniques for both men and women.\",\"website_type\":\"Healthcare\",\"website_industry\":\"Beauty & Wellness\",\"search_query\":\"aesthetic, cosmetic, procedures\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An inviting introduction showcasing Aesthetic Revolution Las Vegas and the cosmetic solutions offered.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all main sections of the website.\",\"section_prompt\":\"This section includes navigation for the site.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"TRUSTED. PROVEN.\",\"section_description\":\"Write section description exactly: STATE-OF-THE-ART TECHNOLOGIES JOINED WITH RESPECT, HONESTY, AND EDUCATION.\",\"section_prompt\":\"A powerful introduction to the Aesthetic Revolution and our core mission.\",\"selected_slug\":\"hero-banner-full\"},{\"section_type\":\"about\",\"section_title\":\"LAS VEGAS\' PREMIERE\\u2028COSMETIC SURGERY CENTER\",\"section_description\":\"Aesthetic Revolution Las Vegas is a premier cosmetic practice in Las Vegas, NV that offers a wide variety of surgical and nonsurgical procedures for men and women. We utilize some of the newest and technologically advanced methods on the cosmetic market for unparalleled results. Our cosmetic center is nearly 8,000 sqft and boasts 11 exam rooms, a private consultation room, and an on-site OR. In addition, we host yearly seminars, conferences, and training programs for aspiring cosmetic surgeons and students. We have been awarded \\\"Excellence in Customer Care\\\" by CMUS Talk of the Town and our state-of-the-art facility is nationally accredited and licensed by the state of Nevada.\",\"section_prompt\":\"An overview of our practice\\u2019s values and commitment.\",\"selected_slug\":\"about-overlap-image-left\"},{\"section_type\":\"informational_content\",\"section_title\":\"STUNNING RESULTS\",\"section_description\":\"Looking to enhance your body? All of your aesthetic goals can be achieved through modern cosmetic methods to elevate your profile while maintaining a natural, sexy contour. Aesthetic Revolution Las Vegas (formerly Las Vegas Laser & Lipo) has helped countless men and women attain their cosmetic dreams. Experience the difference with our superior results.\",\"selected_slug\":\"informational-content-gentle-right\"},{\"section_type\":\"custom_section\",\"section_title\":\"OUR PROCEDURES\",\"section_description\":\"Describe any section you want\",\"selected_slug\":\"media-text-left-aligned\"},{\"section_type\":\"custom_section\",\"section_title\":\"EDWARD ZIMMERMAN, MD\",\"section_description\":\"Looking to enhance your body? All of your aesthetic goals can be achieved through modern cosmetic methods to elevate your profile while maintaining a natural, sexy contour. Aesthetic Revolution Las Vegas (formerly Las Vegas Laser & Lipo) has helped countless men and women attain their cosmetic dreams. Experience the difference with our superior results.\",\"selected_slug\":\"informational-content-gentle-left\"},{\"section_type\":\"custom_section\",\"section_title\":\"DR. EDWARD ZIMMERMAN\",\"section_description\":\"Have questions about how to improve your size and stamina? Follow Dr. Zimmerman the @dickdocontiktok to learn everything you need to know  about Male enhancement.\",\"selected_slug\":\"informational-content-flat-left\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Services listing\",\"section_description\":\"Showcase key services\",\"selected_slug\":\"listing-image-card-grid-slider\"},{\"section_type\":\"contact_form\",\"section_title\":\"GET IN TOUCH\",\"section_description\":\"Encourage visitors to contact through a contact form\",\"selected_slug\":\"contact-form-material\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General information and navigation links.\",\"section_prompt\":\"This is the footer containing copyright and additional links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Important contact information and a form for inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to all main sections of the website.\",\"section_prompt\":\"This section includes navigation for the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"How to reach Aesthetic Revolution Las Vegas.\",\"section_prompt\":\"An introduction to the contact section.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Location: Las Vegas, NV, Phone: [Insert Phone Number].\",\"section_prompt\":\"Contact details for reaching our clinic.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Fill out the form below to reach out with questions or to schedule a consultation.\",\"section_prompt\":\"A form allowing clients to submit inquiries directly.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"General information and navigation links.\",\"section_prompt\":\"This is the footer containing copyright and additional links.\"}]}],\"user_prompt\":\"Aesthetic Revolution Las Vegas is a premier cosmetic practice in Las Vegas, NV that offers a wide variety of surgical and nonsurgical procedures for men and women. We utilize some of the newest and technologically advanced methods on the cosmetic market for unparalleled results. Our cosmetic center is nearly 8,000 sqft and boasts 11 exam rooms, a private consultation room. OUR PROCEDURES: FEMALE, FACE, MALE, NONSURGICAL, SKIN, WELNESS.\",\"prompt_id\":1557,\"dev_mode\":true,\"theme\":\"classic\",\"colors\":[[212,175,55],[0,0,0]],\"fonts\":\"classic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":\"+1 702 919 5674\",\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false},\"user_email\":\"gurpreet_kaler@42works.net\"}', '{\"folder\":\"websites_beta\",\"site\":\"2z1xvq9qvy\",\"domain\":\"2z1xvq9qvybeta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_2z1xvq9qvy\",\"sftp_pass\":\"vbIzAqd1xqiFtrGWQHzJHYD597yVJmyb1VsXbRSRNH7YndDRxg==\",\"db_pass\":\"TXGh9eQdoxGNtTH9k+SpBxTy4wDeQWsbkscMHnSIBNOtkNtDIIOIQg==\",\"db_name\":\"db_wpbetasites_2z1xvq9qvy\",\"db_user\":\"db_user_wpbetasites_2z1xvq9qvy\",\"sftp_group\":\"sftpbetausers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '89.536264343262', 'completed', '2026-04-01 21:30:07', 0, 0, NULL, 0, 0, NULL, NULL, '2026-03-10 11:29:59', '2026-04-01 21:30:07', NULL),
(911, 10, 1561, 0, NULL, NULL, NULL, 'Cullen Law', 'website1773379143.png', 'wpbetasites_kuogozwtxa', 'db_user_wpbetasites_kuogozwtxa', '{\"website_title\":\"Cullen Law\",\"website_description\":\"Cullen Law is a professional law firm dedicated to providing expert legal representation and guidance across various practice areas. Our commitment to our clients ensures top-notch service and successful outcomes.\",\"website_type\":\"law_firm_website\",\"website_industry\":\"Legal Services\",\"search_query\":\"law firm, legal representation, attorney services\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The homepage provides an introduction to Cullen Law, emphasizing the firm\\u2019s mission, values, and service offerings.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section serves as the navigation header for the website, providing access to all main pages.\",\"section_prompt\":\"Includes logo, navigation links, and any necessary contact information.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Straight Answers. Strong Representation.\",\"section_description\":\"Focused strategies for real-world legal issues.\\nLibero ac vestibulum dolor ultrices ac lacus ultricies a in. Aliquam eu et lorem eu id eu urna placerat non. Sit arcu tellus cursus cum nibh nulla.\",\"selected_slug\":\"hero-banner-left-aligned-bg\"},{\"section_type\":\"about\",\"section_title\":\"Professional & Trust-Driven\",\"section_description\":\"We are a results-driven law firm providing clear and practical legal solutions for individuals and businesses. Guided by integrity and professionalism, we focus on protecting our clients\\u2019 rights while delivering strategic advice tailored to their unique legal needs. Our dedicated team combines experience, insight, and personalized attention, ensuring every client feels supported, informed, and confident throughout the entire legal process.\",\"section_prompt\":\"Learn more about the firm\\u2019s background, philosophy, and service ethos.\",\"selected_slug\":\"about-overlap-image-left\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Legal Practice Areas\",\"section_description\":\"Browse our comprehensive range of legal services, covering complex personal, business, and civil matters. Our experienced attorneys are committed to protecting your rights.\",\"section_prompt\":\"List main services (Personal Injury, Family Law, Business Law, Estate Planning) provided by the firm.\",\"selected_slug\":\"listing-image-card-slider\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Legal Team\",\"section_description\":\"Neque quam urna at aliquam convallis in vitae. Orci in porttitor mi ullamcorper lorem cras. Ut at non morbi quis.\",\"selected_slug\":\"social-cards-tabs-left-scroll\"},{\"section_type\":\"testimonials\",\"section_title\":\"Customer Reviews\",\"section_description\":\"Read what our clients are saying about their experiences with our legal services. We value client feedback and continually refine our approach to deliver trusted, high-quality legal representation.\",\"selected_slug\":\"testimonials-grid-three-columns\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Display latest blog posts\",\"selected_slug\":\"post-cards-material\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"We\\u2019ve answered the most common questions to make things easier for you.\",\"selected_slug\":\"faq-accordion-half-width\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Are Saying\",\"section_description\":\"Don\\u2019t just take our word for it. Hear from the people who trusted us with their most important legal matters.\",\"selected_slug\":\"testimonials-grid-two-columns\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Your Rights, Our Priority\",\"section_description\":\"Don\\u2019t navigate the legal process alone. Our experienced team of attorneys is here to provide the guidance, support, and expertise you need at every stage of your case. We take the time to understand your unique situation answer your questions and develop a clear, strategic plan.\",\"selected_slug\":\"cta-box-material\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Partner Logos\",\"section_description\":\"Display logos of key customers or partners\",\"selected_slug\":\"social-proof-logos-slider-full\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Encourage visitors to contact through a contact form\",\"selected_slug\":\"contact-form-flat\"},{\"section_type\":\"portfolio\",\"section_title\":\"Legal Services We Offer\",\"section_description\":\"Our firm delivers comprehensive legal support driven by deep legal experience, smart strategies, and a relentless focus on results that matter.\",\"selected_slug\":\"portfolio-cards-row-full\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get in Touch\",\"section_description\":\"Get the legal guidance you need\\u2014reach out to our team today.\",\"selected_slug\":\"contact-details-map\"},{\"section_type\":\"informational_content\",\"section_title\":\"Cursus facilisi tempor Lacus porttitor.\",\"section_description\":\"Display Informational Content\",\"selected_slug\":\"informational-content-material-left\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer contains additional links and information about the firm.\",\"section_prompt\":\"Includes links to privacy policy, terms of service, and social media accounts.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"The about page delves into the background of Cullen Law and its commitment to client representation.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header with links to other key sections.\",\"section_prompt\":\"Includes links to essential website sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Philosophy\",\"section_description\":\"An overview of the values that drive Cullen Law in providing legal services.\",\"section_prompt\":\"Explore our commitment to excellence in legal representation.\"},{\"section_type\":\"about\",\"section_title\":\"Our Journey\",\"section_description\":\"Details about the firm\\u2019s establishment and growth in the legal industry.\",\"section_prompt\":\"Learn about how Cullen Law came to be and its achievements.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Expertise\",\"section_description\":\"Highlights the legal expertise and experience of the team.\",\"section_prompt\":\"Discover the qualifications and backgrounds of our attorneys.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Experiences\",\"section_description\":\"Sharing feedback from previous clients to build trust.\",\"section_prompt\":\"Read testimonials from clients highlighting our successful representation.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect With Us\",\"section_description\":\"Encourages visitors to reach out for more information.\",\"section_prompt\":\"Invitation to contact the firm for consultations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with necessary links and information about the firm.\",\"section_prompt\":\"Contains links to privacy policy, terms of service, and social media.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Attorneys\",\"page_description\":\"A comprehensive overview of the legal services provided by Cullen Law.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header with links to other pages.\",\"section_prompt\":\"Essential navigation for site visitors.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Legal Services We Offer\",\"section_description\":\"Describes the variety of legal services available through Cullen Law.\",\"section_prompt\":\"Overview of the firm\\u2019s practice areas.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Personal Injury Law\",\"section_description\":\"Details on how we represent clients in personal injury cases.\",\"section_prompt\":\"Information on our personal injury legal services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Family Law\",\"section_description\":\"Overview of our family law practice and how we support our clients.\",\"section_prompt\":\"Explore our offerings in family law.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Business Law\",\"section_description\":\"Describes our approach to business law and client support.\",\"section_prompt\":\"Insight into the business law services available.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Estate Planning\",\"section_description\":\"Information on how we assist clients with estate planning needs.\",\"section_prompt\":\"Overview of our estate planning services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries we receive about our services and legal processes.\",\"section_prompt\":\"Answers to frequently asked questions regarding our legal representation.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Request a Consultation\",\"section_description\":\"Encourages users to get in touch for personalized legal advice.\",\"section_prompt\":\"Invitation to schedule a consultation with our attorneys.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and additional information.\",\"section_prompt\":\"Includes links to important resources and social media.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Practice Areas\",\"page_description\":\"Blog page featuring legal articles, updates, and news from Cullen Law.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Key navigation links for the website.\",\"section_prompt\":\"Includes essential links for ease of browsing.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Highlights new and informative articles published by the firm.\",\"section_prompt\":\"Catch up on our most recent posts and legal insights.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"Displays a list of recent blog articles and updates.\",\"section_prompt\":\"Access a grid of our latest blog articles and insights.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Stay Informed\",\"section_description\":\"Encourages visitors to keep coming back for updates and new articles.\",\"section_prompt\":\"Discover new content as it\'s published.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Have Questions?\",\"section_description\":\"Provides an opportunity for visitors to reach out for legal inquiries.\",\"section_prompt\":\"Encourages visitors to contact Cullen Law for expert advice.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer linking to vital information and resources.\",\"section_prompt\":\"Links to privacy policy, social media, and contact information.\"}]},{\"page_type\":\"faq\",\"page_title\":\"FAQ\",\"page_description\":\"Find answers to common queries regarding Cullen Law\'s legal services and processes.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section serves as the main navigation header for the FAQ page.\",\"section_prompt\":\"Create a sticky header with the firm logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"An inner banner that introduces the FAQ section, highlighting the purpose of this page.\",\"section_prompt\":\"Design a full-width banner with a background image and overlay text that draws attention to the FAQ topic.\"},{\"section_type\":\"faqs\",\"section_title\":\"Common Questions Answered\",\"section_description\":\"A comprehensive list of frequently asked questions and their respective answers to help clients understand legal processes.\",\"section_prompt\":\"Organize FAQs in an accordion format for easy navigation and readability.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Need More Help?\",\"section_description\":\"A call-to-action section encouraging visitors to reach out for personalized legal assistance or further inquiries.\",\"section_prompt\":\"Include a prominently displayed button linking to the contact page, set against a contrasting background.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing essential links, contact information, and social media icons for final navigation.\",\"section_prompt\":\"Create a responsive footer that organizes content into columns for easy access and visibility.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Page dedicated to showcasing client testimonials and success stories.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for easy access to other sections.\",\"section_prompt\":\"Includes navigation links and firm branding.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"A snapshot of client testimonials to showcase the firm\\u2019s impact.\",\"section_prompt\":\"Share impactful testimonials from clients.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Success Stories\",\"section_description\":\"Compilation of various client testimonials highlighting different services.\",\"section_prompt\":\"Read through client success stories and experiences.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Details on how Cullen Law provides exceptional legal services.\",\"section_prompt\":\"Overview of our unique benefits and client-oriented approach.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Happy Clients\",\"section_description\":\"Encourages potential clients to consider Cullen Law for their legal needs.\",\"section_prompt\":\"Invitation to contact Cullen Law and experience our services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with links and essential information about the firm.\",\"section_prompt\":\"Links to additional resources and social media.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"The contact page offers essential information for reaching out to Cullen Law.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation links to other pages.\",\"section_prompt\":\"Essential for users to access the rest of the site.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for potential clients to reach out to the firm.\",\"section_prompt\":\"Prompt to connect with Cullen Law.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Office Location\",\"section_description\":\"Contact details, including our location, phone number, and email.\",\"section_prompt\":\"Details on how to contact us including address and phone.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out to Us\",\"section_description\":\"A form to facilitate easy communication with the firm.\",\"section_prompt\":\"Visitors can fill out to get in touch or request information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer containing essential links and information about the firm.\",\"section_prompt\":\"Includes links to resources and firm details.\"}]}],\"user_prompt\":\"Generate a website for Cullen Law\",\"prompt_id\":1561,\"dev_mode\":true,\"theme\":\"soft\",\"colors\":null,\"fonts\":\"soft-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_69b39e13d994a.png\",\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false},\"user_email\":\"gurpreet_kaler@42works.net\"}', '{\"folder\":\"websites_beta\",\"site\":\"kuogozwtxa\",\"domain\":\"kuogozwtxabeta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_kuogozwtxa\",\"sftp_pass\":\"yiN8133NQOKz80JzMYJVvT6GjQ4iQ+bEmqPQL+SgHVevQiHNBQ==\",\"db_pass\":\"v7s1m2ti5PuwHYsqtUB0qiDJG\\/5\\/3D4n+Bsh6pwX1VP3KxDtfqWglQ==\",\"db_name\":\"db_wpbetasites_kuogozwtxa\",\"db_user\":\"db_user_wpbetasites_kuogozwtxa\",\"sftp_group\":\"sftpbetausers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '136.98195690155', 'completed', '2026-04-01 14:30:04', 0, 0, NULL, 0, 0, NULL, NULL, '2026-03-13 05:18:14', '2026-04-01 14:30:04', NULL);
INSERT INTO `websites` (`id`, `user_id`, `prompt_id`, `is_zip_enabled`, `active_plan_id`, `stripe_subscription_id`, `cancelled_stripe_subscription_id`, `title`, `thumbnail`, `path`, `dbname`, `meta`, `server_meta`, `is_temp`, `status`, `error`, `domain`, `domain_status`, `domain_error`, `trial_mode`, `is_website_down`, `usage`, `usage_status`, `usage_checked_at`, `is_warning_email_sent`, `is_insert_permission_revoked`, `next_payment_date`, `reminder_email_sent`, `is_cancellation_requested`, `subscription_end`, `last_payment_date`, `created_at`, `updated_at`, `deleted_at`) VALUES
(912, 10, 1562, 0, NULL, NULL, NULL, 'AITTV Web', 'website1773382324.png', 'wpbetasites_oq9us44s6x', 'db_user_wpbetasites_oq9us44s6x', '{\"website_title\":\"AITTV Web\",\"website_description\":\"Discover the innovative power of artificial intelligence in media and streaming with AITTV Web. Experience enhanced video quality, personalized content delivery, and dynamic audience engagement through cutting-edge technology.\",\"website_type\":\"professional\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"AI, streaming, media\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to AITTV Web, your gateway to exploring the future of media and streaming through artificial intelligence.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section, featuring navigation links.\",\"section_prompt\":\"Include the main navigation links for easy access to different parts of the website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Breaking News!\",\"section_description\":\"Name Change and relaunch!  From\\n     \\\"The Bea & the Bug Extravaganza for Children!\\\"  to\\n\\\"Adventures in Time -The Ultimate Time Travel Series for Kids! \\\"\\nin schools, venues, and online. Check out our demo below!\\nFeaturing known and lesser-known people from American history and lots of songs and interaction! \\nWe need your support to bring back this exciting show! Use this button to make a Tax-Deductible Donation to the Education & Entertainment Foundation for Adventures in Time!\",\"section_prompt\":\"Showcase the dynamic change AI brings to the streaming world.\",\"selected_slug\":\"hero-banner-full-left-blur\"},{\"section_type\":\"about\",\"section_title\":\"About AITTV Web\",\"section_description\":\"Learn about our mission to leverage cutting-edge technology for a seamless streaming experience.\",\"section_prompt\":\"Outline AITTV Web\'s vision and commitment to AI in streaming.\",\"selected_slug\":\"about-image-rounded-top\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the range of AI-driven services we offer to enhance your streaming experience.\",\"section_prompt\":\"List main services (AI-driven content recommendations, real-time audience analytics, adaptive streaming technology, personalized viewing experiences, innovative entertainment solutions) provided by AITTV Web.\",\"selected_slug\":\"listing-image-card-grid-slider\"},{\"section_type\":\"gallery\",\"section_title\":\"Gallery\",\"section_description\":\"Showcase images or media\",\"selected_slug\":\"images-grid-col-four\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us Today\",\"section_description\":\"Get in touch to learn how AI can revolutionize your streaming experience.\",\"section_prompt\":\"Encourage users to contact AITTV Web for more information.\",\"selected_slug\":\"cta-box-medium-dark\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section for additional links and copyright notice.\",\"section_prompt\":\"Include links to privacy policy and terms of service.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn about AITTV Web\\u2019s mission, vision, and the expertise behind our cutting-edge technology.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section, featuring navigation links.\",\"section_prompt\":\"Include the main navigation links for easy access.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Mission and Vision\",\"section_description\":\"Discover our mission to leverage AI for a seamless streaming experience.\",\"section_prompt\":\"Detail AITTV Web\'s purpose and goals.\"},{\"section_type\":\"about\",\"section_title\":\"The Team Behind AITTV\",\"section_description\":\"Meet the professionals dedicated to transforming streaming through AI.\",\"section_prompt\":\"Introduce the team and their background in AI and media.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"Commitment to Innovation\",\"section_description\":\"We are committed to staying at the forefront of AI technology.\",\"section_prompt\":\"Explain how AITTV Web ensures cutting-edge technology in its services.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Hear from those who have experienced our innovative services.\",\"section_prompt\":\"Include client feedback to highlight AITTV Web\\u2019s impact.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Us\",\"section_description\":\"We invite you to reach out and discover the benefits of our services.\",\"section_prompt\":\"Encourage users to contact AITTV Web for more details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section for additional links and copyright notice.\",\"section_prompt\":\"Include links to privacy policy and terms of service.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with AITTV Web for inquiries, support, or collaboration.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section, featuring navigation links.\",\"section_prompt\":\"Include the main navigation links for easy access.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Reach Out to Us\",\"section_description\":\"We\\u2019re here to assist you with any inquiries.\",\"section_prompt\":\"Introduce the contact page and encourage communication.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill in the form below to reach out to our team.\",\"section_prompt\":\"Provide an easy-to-use contact form for user inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact us via email or our social media channels.\",\"section_prompt\":\"List available contact methods without specific addresses.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"We\'re Here to Help\",\"section_description\":\"Don\'t hesitate to reach out for support or inquiries.\",\"section_prompt\":\"Encourage users to make contact for assistance.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section for additional links and copyright notice.\",\"section_prompt\":\"Include links to privacy policy and terms of service.\"}]}],\"user_prompt\":\"Design a professional website for AITTV Web, an AI-driven media and streaming platform. The site should explain how artificial intelligence enhances video streaming, audience engagement, personalized content delivery, and next-generation digital entertainment solutions.\",\"prompt_id\":1562,\"dev_mode\":true,\"theme\":\"material\",\"colors\":[[88,51,241],[31,31,31]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false},\"user_email\":\"gurpreet_kaler@42works.net\"}', '{\"folder\":\"websites_beta\",\"site\":\"oq9us44s6x\",\"domain\":\"oq9us44s6xbeta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_oq9us44s6x\",\"sftp_pass\":\"q5I9SNKu0Tm\\/+Ce6lK9yXINJeGBxDouJtBnvVcXfTQjJ11ioew==\",\"db_pass\":\"uwmo9oO6fotl1i9gvT8xTE6AZhp91n93pOp0TeTe\\/22mtZRDxigWvg==\",\"db_name\":\"db_wpbetasites_oq9us44s6x\",\"db_user\":\"db_user_wpbetasites_oq9us44s6x\",\"sftp_group\":\"sftpbetausers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '85.542327537537', 'completed', '2026-04-01 15:30:06', 0, 0, NULL, 0, 0, NULL, NULL, '2026-03-13 06:11:18', '2026-04-01 15:30:06', NULL),
(913, 234, 1567, 0, NULL, NULL, NULL, 'Lovi', 'website1773812763.png', 'wpbetasites_nq5jixxl3i', 'db_user_wpbetasites_nq5jixxl3i', '{\"website_title\":\"Lovi\",\"website_description\":\"A personal portfolio showcasing my work, projects, skills, and experiences.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"portfolio, personal, creative\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio. This is where I showcase my work and creative journey.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section where the site title and navigation are displayed.\",\"section_prompt\":\"This section includes navigation links to other pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Lovi\",\"section_description\":\"A captivating hero image that represents my artistic vision.\",\"section_prompt\":\"This section features a stunning image that reflects my work.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction to who I am and what I do.\",\"section_prompt\":\"This section summarizes my background and artistic vision.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"An overview of services I offer to potential clients.\",\"section_prompt\":\"List main services (freelance design, consulting, workshops) provided by me.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Featured Work\",\"section_description\":\"A curated selection of my best projects across different mediums.\",\"section_prompt\":\"Showcase a selection of my projects with images and descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Updates and articles about my work and industry.\",\"section_prompt\":\"A preview of my most recent blog articles or insights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for visitors to reach out for collaborations or inquiries.\",\"section_prompt\":\"A prompt encouraging visitors to contact me for potential work.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing copyright and additional navigation links.\",\"section_prompt\":\"This section includes copyright information and links to social media.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Dive deeper into my creative journey and professional background.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to connect to other sections.\",\"section_prompt\":\"This section includes navigation links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Artistic Journey\",\"section_description\":\"A detailed narrative of my experiences and inspirations as an artist.\",\"section_prompt\":\"This section elaborates on my journey and the story behind my work.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Inspirations\",\"section_description\":\"Insights into what inspires my creativity and artistry.\",\"section_prompt\":\"Highlight the key elements that inspire my artistic vision.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Key Skills\",\"section_description\":\"A section detailing the skills that define my work and contributions.\",\"section_prompt\":\"List my core skills (graphic design, photography, writing, etc.).\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Others Say\",\"section_description\":\"Client testimonials that reflect my work and professionalism.\",\"section_prompt\":\"Include quotes and feedback from clients or collaborators.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Encouraging visitors to reach out to collaborate or inquire.\",\"section_prompt\":\"Invite visitors to get in touch for potential collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Laying out copyright and site information.\",\"section_prompt\":\"This section includes copyright information and links to social media.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"An extensive showcase of my creative projects and works.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for accessing different parts of the site.\",\"section_prompt\":\"This section includes navigation links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Showcasing My Work\",\"section_description\":\"An introduction to the portfolio section showcasing my creativity.\",\"section_prompt\":\"Provide an introduction to the portfolio section.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Highlights\",\"section_description\":\"A visual gallery of my most notable projects with descriptions.\",\"section_prompt\":\"Display a selection of standout projects with images.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project Details\",\"section_description\":\"Highlighting my process, challenges, and outcomes for select projects.\",\"section_prompt\":\"Details about individual projects, their challenges, and outcomes.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire About My Work\",\"section_description\":\"Prompt visitors to contact me regarding my projects.\",\"section_prompt\":\"Encourage potential clients to reach out about my services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Providing site navigation and copyright information.\",\"section_prompt\":\"This section includes copyright information and links to social media.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Detailing the services I offer as a creative professional.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Main navigation links available across the site.\",\"section_prompt\":\"This section includes navigation links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What I Offer\",\"section_description\":\"An overview of services that represents how I can help others.\",\"section_prompt\":\"List and introduce the different services I provide.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Freelance Design\",\"section_description\":\"Providing graphic design services tailored to client needs.\",\"section_prompt\":\"Details about my freelance design services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Consulting Services\",\"section_description\":\"Offering consulting to bring projects to fruition.\",\"section_prompt\":\"Details about the consulting services I provide.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Workshops\",\"section_description\":\"Conducting workshops to share my knowledge and skills.\",\"section_prompt\":\"Details about workshops available for interested participants.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Commonly asked questions regarding my services.\",\"section_prompt\":\"A section addressing the FAQs related to my services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out\",\"section_description\":\"Encouragement for visitors to inquire about my services.\",\"section_prompt\":\"Invite visitors to contact me for service inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"End footer with copyright and navigation links.\",\"section_prompt\":\"This section includes copyright information and links to social media.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me for collaborations or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Site navigation links positioned at the top.\",\"section_prompt\":\"This section includes navigation links to other pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging communication and connections with me.\",\"section_prompt\":\"An invitation to reach out for inquiries.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for visitors to send their inquiries directly to me.\",\"section_prompt\":\"Provide a form for users to fill out for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Listing my email address and phone number for direct contact.\",\"section_prompt\":\"Provide my email and other contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Conclude with the footer containing copyright information.\",\"section_prompt\":\"This section includes copyright information and links to social media.\"}]}],\"user_prompt\":\"My website nam eis lovi and i want portfolio website\",\"prompt_id\":1567,\"dev_mode\":false,\"theme\":\"material\",\"colors\":[[88,51,241],[31,31,31]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"user_logo\":\"https:\\/\\/appdev.bloxby.io\\/temp-logos\\/logo_69ba3c16aeb91.png\",\"contact_details\":{\"phone_number\":\"+91 5555 555 555\",\"email\":\"lovepreet@42works.net\",\"primary_cta\":\"phone\",\"country_code_req\":false},\"user_email\":\"lovepreet@42works.net\"}', '{\"folder\":\"websites_beta\",\"site\":\"nq5jixxl3i\",\"domain\":\"nq5jixxl3ibeta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_nq5jixxl3i\",\"sftp_pass\":\"X2saVekezeTMjhNTdj9h39tOUL3JjRo\\/kxeP7jl\\/a8i78lqsLQ==\",\"db_pass\":\"43UfTClk+tjVRdb21Ea3bP6glhfnRPaAU4dDtLPH9jTuVDXdkbgjiA==\",\"db_name\":\"db_wpbetasites_nq5jixxl3i\",\"db_user\":\"db_user_wpbetasites_nq5jixxl3i\",\"sftp_group\":\"sftpbetausers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '81.227725791931', 'completed', '2026-04-02 13:00:04', 0, 0, NULL, 0, 0, NULL, NULL, '2026-03-18 05:46:01', '2026-04-02 13:00:04', NULL),
(914, 10, 1568, 0, NULL, NULL, NULL, 'Legal Expertise Platform', 'website1774270922.png', 'wpbetasites_1wn7hbeij7', 'db_user_wpbetasites_1wn7hbeij7', '{\"website_title\":\"Legal Expertise Platform\",\"website_description\":\"A comprehensive resource for individuals and businesses seeking legal advice and services, highlighting legal knowledge and professional qualifications.\",\"website_type\":\"Personal\",\"website_industry\":\"Legal Services\",\"search_query\":\"legal advice, law services, legal resources\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"A welcoming introduction to legal expertise with a summary of qualifications and practice areas.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A navigation bar with links to all the pages.\",\"section_prompt\":null},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Legal Expertise\",\"section_description\":\"An introduction to my legal services, highlighting my dedication to client success.\",\"section_prompt\":\"A brief overview of my legal practice and how I can assist clients.\",\"selected_slug\":\"hero-banner-full\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Information regarding my qualifications and experience in the legal field.\",\"section_prompt\":\"Learn more about my background and commitment to high-quality assistance.\",\"selected_slug\":\"about-overlap-image-left\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Services listing\",\"section_description\":\"Showcase key services\",\"selected_slug\":\"listing-image-card-grid-slider\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet our Team\",\"section_description\":\"Introduce the team\",\"selected_slug\":\"social-cards-slider-img-overlap\"},{\"section_type\":\"testimonials\",\"section_title\":\"Testimonials\",\"section_description\":\"Showcase clients\' success stories\",\"selected_slug\":\"testimonials-slider\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Resources\",\"section_description\":\"Display of the most recent articles and legal information available.\",\"section_prompt\":\"Showcase the latest insights and guides from the Resources page.\",\"selected_slug\":\"post-cards-minimalist\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQs\",\"section_description\":\"Answer common questions\",\"selected_slug\":\"faq-accordion-half-width\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Call to Action\",\"section_description\":\"Urge users to take action\",\"selected_slug\":\"cta-box-material\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Partner Logos\",\"section_description\":\"Display logos of key customers or partners\",\"selected_slug\":\"social-proof-logos-slider-full\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Encourage visitors to contact through a contact form\",\"selected_slug\":\"contact-form-centered\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Services listing\",\"section_description\":\"Showcase key services\",\"selected_slug\":\"listing-image-card-grid-slider\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Show contact information for direct reach\",\"selected_slug\":\"contact-details-material\"},{\"section_type\":\"informational_content\",\"section_title\":\"Static Content\",\"section_description\":\"Display Informational Content\",\"selected_slug\":\"informational-content-minimal-left\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Company details and navigation links at the bottom of the page.\",\"section_prompt\":null}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Detailed background, education, and professional experience in the legal field.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A navigational header for easy access to other pages.\",\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"An overview of my professional pathway leading to legal practice.\",\"section_prompt\":\"Discuss my education and experiences that shaped my legal career.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Qualifications\",\"section_description\":\"Highlighting my degrees, certifications, and legal expertise.\",\"section_prompt\":\"Detail the necessary qualifications and memberships in legal organizations.\"},{\"section_type\":\"informational_content\",\"section_title\":\"My Commitment\",\"section_description\":\"Dedication to providing high-quality legal representations.\",\"section_prompt\":\"A description of my practices, ethics, and client commitment.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out for Support\",\"section_description\":\"Encourage clients to contact me for legal concerns.\",\"section_prompt\":\"Invite potential clients to seek my legal expertise.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content with navigation links and legal disclaimers.\",\"section_prompt\":null}]},{\"page_type\":\"services\",\"page_title\":\"Legal Services\",\"page_description\":\"An overview of various legal services offered.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A navigation bar with links to all pages.\",\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore My Services\",\"section_description\":\"Detailed information about the services I offer.\",\"section_prompt\":\"Outline the different areas of law I specialize in.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Corporate Law\",\"section_description\":\"An overview of my qualifications and approach to corporate law.\",\"section_prompt\":\"Discuss the complexities and my strategies in corporate law.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Family Law\",\"section_description\":\"Description of family law services, highlighting my focus on client needs.\",\"section_prompt\":\"Explore the sensitive nature of family law and my compassionate approach.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Criminal Defense\",\"section_description\":\"Detailed explanation of criminal defense services offered.\",\"section_prompt\":\"Discuss how I advocate for clients in criminal cases.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Intellectual Property\",\"section_description\":\"Brief overview of my intellectual property services.\",\"section_prompt\":\"Highlight the importance of protecting intellectual property rights.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries about my legal services and approach.\",\"section_prompt\":\"Provide answers to the most frequently asked questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact for Services\",\"section_description\":\"Encourage potential clients to inquire more about legal services offered.\",\"section_prompt\":\"Invite visitors to reach out for any specific legal needs.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional navigation and contact info.\",\"section_prompt\":null}]},{\"page_type\":\"resources\",\"page_title\":\"Legal Resources\",\"page_description\":\"A collection of articles, guides, and legal information.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for easy page access.\",\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"Resources for Clients\",\"section_description\":\"Educational materials and information on legal topics of interest.\",\"section_prompt\":\"Provide valuable resources for better understanding legal issues.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Articles\",\"section_description\":\"A grid displaying featured articles that provide insights.\",\"section_prompt\":\"Showcase useful articles that cover various legal topics.\"},{\"section_type\":\"informational_content\",\"section_title\":\"Common Legal Questions\",\"section_description\":\"Address frequently encountered legal questions by clients.\",\"section_prompt\":\"Share insights on common issues that clients face.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More Resources\",\"section_description\":\"Encourage visitors to dive deeper into the resources available.\",\"section_prompt\":\"Invite clients to make use of the provided articles and guides.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer area with site links and legal disclaimers.\",\"section_prompt\":null}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"Feedback and success stories from my clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu for easy access to other pages.\",\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"What Clients Say\",\"section_description\":\"Showcase testimonials from clients who received my services.\",\"section_prompt\":\"Display genuine client feedback to build credibility.\"},{\"section_type\":\"reviews\",\"section_title\":\"Success Stories\",\"section_description\":\"Highlight some significant victories and client experiences.\",\"section_prompt\":\"Share notable successes and how I helped my clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Success Stories\",\"section_description\":\"Encourage visitors to contact me for legal assistance after reading testimonials.\",\"section_prompt\":\"Invite potential clients to reach out based on success stories.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer area for additional navigation and contact info.\",\"section_prompt\":null}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Information on how to reach out for legal services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the legal expertise site.\",\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement to contact me with legal inquiries.\",\"section_prompt\":\"Guidance on how to reach out for legal advice.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Form for clients to submit inquiries directly.\",\"section_prompt\":\"A simple form for visitors to fill in to get in touch.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"My legal office\'s contact information, including email and phone number.\",\"section_prompt\":\"Provide all relevant contact details for prospective clients.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Include links to other pages and additional information.\",\"section_prompt\":null}]}],\"user_prompt\":\"Genrate theme on Legal Expertise\",\"prompt_id\":1568,\"dev_mode\":true,\"theme\":\"minimalistic\",\"colors\":[[26,188,156],[36,36,36]],\"fonts\":\"minimalistic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false},\"user_email\":\"gurpreet_kaler@42works.net\"}', '{\"folder\":\"websites_beta\",\"site\":\"1wn7hbeij7\",\"domain\":\"1wn7hbeij7beta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_1wn7hbeij7\",\"sftp_pass\":\"9BLGBzwtrHUYd3hPnaukpNbt5PPIc7rVv9ODbd0UCiO\\/LlauxA==\",\"db_pass\":\"1YiD0hubHsJEOoUXY0jycQR6wtMv6hgU5bRJJL9exwsaq4lVXwvDzw==\",\"db_name\":\"db_wpbetasites_1wn7hbeij7\",\"db_user\":\"db_user_wpbetasites_1wn7hbeij7\",\"sftp_group\":\"sftpbetausers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '130.74065353394', 'completed', '2026-04-01 17:30:06', 0, 0, NULL, 0, 0, NULL, NULL, '2026-03-23 13:01:23', '2026-04-01 17:30:06', NULL),
(915, 10, 1569, 0, NULL, NULL, NULL, 'Carebridge Collective', 'website1774934582.png', 'wpbetasites_kz39kf0bv5', 'db_user_wpbetasites_kz39kf0bv5', '{\"website_title\":\"Carebridge Collective\",\"website_description\":\"A comprehensive platform dedicated to supporting individuals affected by Traumatic Brain Injury, Stroke, Autism, Spinal Cord Injuries, and other disabilities, fostering community and healing.\",\"website_type\":\"Non-Profit Organization\",\"website_industry\":\"Non-Profit Organization\",\"search_query\":\"brain injury, disability support, community resources\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Carebridge Collective, where we support individuals affected by disabilities through community and resources.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Carebridge Collective\",\"section_description\":\"Discover our mission to uplift those affected by disabilities through connection and resources.\",\"section_prompt\":\"Be inspired by our goal of creating a supportive online community for individuals impacted by various disabilities.\",\"selected_slug\":\"hero-banner-bg-bottom\"},{\"section_type\":\"about\",\"section_title\":\"About Carebridge\",\"section_description\":\"Learn about our vision and the founders who began this journey to support individuals with disabilities.\",\"section_prompt\":\"Get insights on our mission, narrative, and how we aim to foster healing and recovery through community.\",\"selected_slug\":\"about-image-rounded-top\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Resources Available\",\"section_description\":\"Explore a range of resources to support your journey.\",\"section_prompt\":\"List main resources available (downloadable guides, educational articles, external resources) provided by Carebridge Collective.\",\"selected_slug\":\"listing-image-card-slider\"},{\"section_type\":\"informational_content\",\"section_title\":\"Static Content\",\"section_description\":\"Display Informational Content\",\"selected_slug\":\"informational-content-material-right\"},{\"section_type\":\"features_listing\",\"section_title\":\"Features listing\",\"section_description\":\"Highlight core features in a grid\",\"selected_slug\":\"feature-card-grid-right\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A full screen banner section for the the main message\",\"selected_slug\":\"hero-banner-full-left-blur\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Encourage visitors to contact through a contact form\",\"selected_slug\":\"contact-form-flat\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]},{\"page_type\":\"about\",\"page_title\":\"About\",\"page_description\":\"Get to know Carebridge Collective, its vision, and the community it serves.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"About Carebridge Collective\",\"section_description\":\"An overview of our organization and what we stand for.\",\"section_prompt\":\"Explore the values and mission that drive Carebridge Collective.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Our Vision\",\"section_description\":\"We envision a supportive environment for individuals affected by disabilities, encouraging personal and community growth.\",\"section_prompt\":\"Learn about our long-term goals and objectives for the community.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"The Founders\",\"section_description\":\"Meet the inspiration behind Carebridge Collective and their commitment to the cause.\",\"section_prompt\":\"Discover the backgrounds and motivations of our founders.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Community Importance\",\"section_description\":\"Understanding how community support plays a vital role in healing processes.\",\"section_prompt\":\"List the benefits of being part of a supportive community.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us\",\"section_description\":\"Become a part of our journey and help others in the community.\",\"section_prompt\":\"Encourage visitors to get involved with Carebridge Collective.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]},{\"page_type\":\"education\",\"page_title\":\"Mission & Vision\",\"page_description\":\"Empowerment through knowledge and workshops.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"Educational Opportunities\",\"section_description\":\"Information about workshops, webinars, and training sessions.\",\"section_prompt\":\"Explore the educational sessions designed to empower individuals.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Upcoming Sessions\",\"section_description\":\"Learn about upcoming workshops and webinars tailored to your needs.\",\"section_prompt\":\"List our upcoming educational opportunities.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Participate Now\",\"section_description\":\"Sign up for our workshops and start your journey to empowerment.\",\"section_prompt\":\"Encourage visitors to register for educational events.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]},{\"page_type\":\"employment_resources\",\"page_title\":\"What We Offer\",\"page_description\":\"Explore programs and training for employment.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"Employment Support\",\"section_description\":\"Resources available to help individuals with disabilities find employment.\",\"section_prompt\":\"Discover various employment support resources.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Job Listings\",\"section_description\":\"Browse job openings dedicated to individuals with disabilities.\",\"section_prompt\":\"List job opportunities specifically aimed at disabled individuals.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Training Opportunities\",\"section_description\":\"Programs available to help individuals gain necessary skills for employment.\",\"section_prompt\":\"List training programs and workshops available for skill development.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Career Journey\",\"section_description\":\"Find the right resources to take the next step in your career.\",\"section_prompt\":\"Encourage individuals to explore employment resources.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Carebridge Collective.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Carebridge Collective\",\"section_description\":\"We are here to help and answer any inquiries you may have.\",\"section_prompt\":\"Learn how to contact us for support or questions.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to reach us directly.\",\"section_prompt\":\"Provide a contact form for inquiries and support requests.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Please reach out via email or phone for immediate assistance.\",\"section_prompt\":\"Contact us through phone number and email address.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]}],\"user_prompt\":\"Genrate a theme for Carebridge Collective is a community-focused organization supporting individuals affected by TBI, Stroke, Autism, Spinal Cord Injuries, and other disabilities. The platform aims to provide post-treatment resources, education, community support, and opportunities for long-term recovery and employment.\",\"prompt_id\":1569,\"dev_mode\":true,\"theme\":\"material\",\"colors\":[[95,172,69],[16,61,97]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false},\"user_email\":\"gurpreet_kaler@42works.net\"}', '{\"folder\":\"websites_beta\",\"site\":\"kz39kf0bv5\",\"domain\":\"kz39kf0bv5beta\",\"slug_environment\":\"wpbetasites\",\"sftp_user\":\"wpbetasites_kz39kf0bv5\",\"sftp_pass\":\"Ym+n8HryK8pzXih1XETpUp8z97q7LnwVFhfJaLsAGro8MIuUmQ==\",\"db_pass\":\"aiPJd483IFNRU54i31nC4fylPFWu1fydEozXH0mp1SF63J0nDUVBAQ==\",\"db_name\":\"db_wpbetasites_kz39kf0bv5\",\"db_user\":\"db_user_wpbetasites_kz39kf0bv5\",\"sftp_group\":\"sftpbetausers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '185.90564365387', 'completed', '2026-04-02 06:00:07', 0, 0, NULL, 0, 0, NULL, NULL, '2026-03-31 05:22:48', '2026-04-02 06:00:07', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `websites_archive_requests`
--

CREATE TABLE `websites_archive_requests` (
  `id` int NOT NULL,
  `website_id` int NOT NULL,
  `status` enum('error','inprogress','pending','completed') COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'completed',
  `error` text COLLATE utf8mb4_general_ci,
  `backup_file` char(255) COLLATE utf8mb4_general_ci DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `websites_archive_requests`
--

INSERT INTO `websites_archive_requests` (`id`, `website_id`, `status`, `error`, `backup_file`, `created_at`, `updated_at`) VALUES
(2, 197, 'completed', NULL, NULL, '2025-08-21 05:58:14', '2025-08-21 12:20:07'),
(3, 200, 'completed', NULL, NULL, '2025-08-21 11:44:19', '2025-08-21 12:21:07'),
(4, 199, 'completed', NULL, NULL, '2025-08-21 11:44:45', '2025-08-21 12:22:07'),
(5, 192, 'completed', NULL, NULL, '2025-08-21 12:22:13', '2025-08-21 12:23:08'),
(6, 191, 'completed', NULL, NULL, '2025-08-21 12:23:46', '2025-08-21 12:24:07'),
(7, 192, 'completed', NULL, NULL, '2025-08-22 04:20:42', '2025-08-22 04:21:06'),
(8, 197, 'completed', NULL, NULL, '2025-08-22 05:33:16', '2025-08-22 05:34:06'),
(9, 192, 'completed', '', NULL, '2025-08-22 06:07:49', '2025-08-22 06:21:36'),
(10, 203, 'completed', NULL, NULL, '2025-08-25 06:30:45', '2025-08-25 06:31:06'),
(11, 205, 'completed', NULL, NULL, '2025-08-27 10:35:05', '2025-08-27 10:36:06'),
(12, 263, 'completed', NULL, NULL, '2025-09-03 05:45:16', '2025-09-03 05:46:07'),
(13, 264, 'completed', NULL, NULL, '2025-09-03 08:00:53', '2025-09-03 08:01:07'),
(14, 263, 'completed', NULL, NULL, '2025-09-03 08:00:58', '2025-09-03 08:02:07'),
(15, 263, 'completed', NULL, NULL, '2025-09-03 08:02:46', '2025-09-03 08:03:07'),
(16, 263, 'completed', NULL, NULL, '2025-09-03 08:06:34', '2025-09-03 08:07:06'),
(17, 264, 'completed', NULL, NULL, '2025-09-03 08:06:40', '2025-09-03 08:08:07'),
(18, 305, 'completed', NULL, NULL, '2025-09-12 06:29:34', '2025-09-12 06:30:08'),
(19, 266, 'completed', NULL, NULL, '2025-09-12 07:43:36', '2025-09-12 07:44:10'),
(20, 312, 'error', 'mysqldump: [Warning] Using a password on the command line interface can be insecure.\nmysqldump: Error: \'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation\' when trying to dump tablespaces\ntar: ./wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png: file changed as we read it\ntar: ./wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images: file changed as we read it\ntar: ./wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/theme.css: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness: file changed as we read it\ntar: ./wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes: file changed as we read it\ntar: ./wp-content/plugins/contact-form-7/includes/js/jquery-ui: file changed as we read it\ntar: ./wp-content/plugins/contact-form-7/includes/js/index.asset.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/js/html5-fallback.js: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/js/index.js: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/js: file changed as we read it\ntar: ./wp-content/plugins/contact-form-7/includes/mail.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/validation-functions.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/validation.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/contact-form-functions.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/submission.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/capabilities.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/filesystem.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/form-tags-manager.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/css: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/swv/php/rules/stepnumber.php: file changed as we read it\ntar: ./wp-content/plugins/contact-form-7/includes/swv/php/rules/number.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/swv/php/rules/minnumber.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/swv/php/rules/dayofweek.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/swv/php/rules/date.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/swv/php/rules/tel.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/swv/php/rules/minfilesize.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/swv/php/rules/maxlength.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/swv/php/rules/requiredfile.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/swv/php/rules/enum.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/swv/php/rules/time.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/swv/php/rules/email.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/swv/php/rules/maxfilesize.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/swv/php/rules/maxdate.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/swv/php/rules/required.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/swv/php/rules/minitems.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/swv/php/abstract-rules.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/swv/php: file changed as we read it\ntar: ./wp-content/plugins/contact-form-7/includes/swv/swv.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/swv/script-loader.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/swv/schema-holder.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/swv/js: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/swv: file changed as we read it\ntar: ./wp-content/plugins/contact-form-7/includes/controller.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes/shortcodes.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/includes: file changed as we read it\ntar: ./wp-content/plugins/contact-form-7/languages/readme.txt: file changed as we read it\ntar: ./wp-content/plugins/contact-form-7/languages: file changed as we read it\ntar: ./wp-content/plugins/contact-form-7/load.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/uninstall.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/readme.txt: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/admin/admin.php: file changed as we read it\ntar: ./wp-content/plugins/contact-form-7/admin/edit-contact-form.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/modules/stripe/api.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/modules/disallowed-list.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/modules/text.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/modules/textarea.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/modules/number.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/modules/response.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/modules/listo.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/modules/date.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/modules/doi-helper.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/modules/akismet: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/modules/acceptance.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/modules/count.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/modules/flamingo.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/modules/submit.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/modules/turnstile: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/modules/select.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/modules/hidden.php: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7/license.txt: file changed as we read it\ntar: ./wp-content/plugins/contact-form-7/assets: File removed before we read it\ntar: ./wp-content/plugins/contact-form-7: file changed as we read it\ntar: ./wp-content/plugins: file changed as we read it\ntar: ./wp-content/themes/twentytwentythree/styles/grapes.json: file changed as we read it\ntar: ./wp-content/themes/twentytwentythree/styles/electric.json: File removed before we read it\ntar: ./wp-content/themes/twentytwentythree/styles/block-out.json: File removed before we read it\ntar: ./wp-content/themes/twentytwentythree/styles/sherbet.json: File removed before we read it\ntar: ./wp-content/themes/twentytwentythree/screenshot.png: File removed before we read it\ntar: ./wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2: File removed before we read it\ntar: ./wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2: file changed as we read it\ntar: ./wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono: file changed as we read it\ntar: ./wp-content/themes/twentytwentythree/assets/fonts: file changed as we read it\ntar: ./wp-content/themes/twentytwentythree/assets: file changed as we read it\ntar: ./wp-content/themes/twentytwentythree/templates: File removed before we read it\ntar: ./wp-content/themes/twentytwentythree: file changed as we read it\ntar: ./wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/patterns/template-archive-blogging.php: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/patterns/page-home-business.php: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/patterns/posts-3-col.php: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/readme.txt: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/functions.php: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/theme.json: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/style.css: file changed as we read it\ntar: ./wp-content/themes/twentytwentyfour/styles: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/screenshot.png: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/assets/images/building-exterior.webp: file changed as we read it\ntar: ./wp-content/themes/twentytwentyfour/assets/images/icon-message.webp: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/assets/images/angular-roof.webp: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/assets/images/hotel-facade.webp: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/assets/images/art-gallery.webp: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/assets/images/museum.webp: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/assets/images/abstract-geometric-art.webp: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/assets/images/tourist-and-building.webp: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/assets/images/green-staircase.webp: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/assets/images/windows.webp: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/assets/images: file changed as we read it\ntar: ./wp-content/themes/twentytwentyfour/assets/css: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/assets/fonts: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour/assets: file changed as we read it\ntar: ./wp-content/themes/twentytwentyfour/templates: File removed before we read it\ntar: ./wp-content/themes/twentytwentyfour: file changed as we read it\ntar: ./wp-content/themes/twentytwentyfive: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/.git/refs/heads/main: file changed as we read it\ntar: ./wp-content/themes/wp-block-theme/.git/refs/heads: file changed as we read it\ntar: ./wp-content/themes/wp-block-theme/.git/refs: file changed as we read it\ntar: ./wp-content/themes/wp-block-theme/.git/branches: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/.git/packed-refs: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/.git/description: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/.git/objects: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/.git/index: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/.git/config: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/.git/HEAD: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/.git/logs/HEAD: file changed as we read it\ntar: ./wp-content/themes/wp-block-theme/.git/logs: file changed as we read it\ntar: ./wp-content/themes/wp-block-theme/.git: file changed as we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/faq-accordion-full-width.php: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/media-text-left-aligned.php: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/listing-image-card-grid-3-columns.php: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/contact-details-map.php: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/testimonials-grid.php: file changed as we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/testimonials-slider.php: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/social-verticle-card-grid-full.php: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/about-overlap-image-left.php: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/static/post-cards-with-image.html: file changed as we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/static/inner-banner-centered.html: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/static/cta-box-medium.html: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/static/images-grid.html: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/static/hero-banner-center-aligned.html: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/static/contact-details-map.html: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/static/hero-banner-right-aligned.html: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/static/informational-content-right.html: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/static/hero-banner-left-aligned.html: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/static/faq-accordion-full-width.html: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/static/about-overlap-image-left.html: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/static/inner-banner-left-aligned.html: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/static/inner-banner-right-aligned.html: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/static/about-stats-grid-right.html: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/static/media-text-right-aligned.html: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/static/testimonials-grid.html: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/paginated-post-cards-with-image.php: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/cta-box-medium.php: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/inner-banner-left-aligned.php: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/contact-form-centered.php: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/media-text-right-aligned.php: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/images-grid.php: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/featured-content-centered.php: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/statistics-bar-without-arrow.php: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/hero-banner-right-aigned.php: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/hero-banner-left-aligned.php: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/hero-banner-center-aligned.php: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/patterns/about-stats-grid-right.php: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/readme.txt: file changed as we read it\ntar: ./wp-content/themes/wp-block-theme/functions.php: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/theme.json: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/parts: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/style.css: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/screenshot.png: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/assets/icons/profile-pic-dummy.png: file changed as we read it\ntar: ./wp-content/themes/wp-block-theme/assets/icons/at-sign.svg: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/assets/icons/phone.svg: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/assets/icons/social-linkedin.png: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/assets/icons/quote.svg: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/assets/icons/user-alt.svg: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/assets/icons/mail.svg: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/assets/icons/social-insta.png: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/assets/icons/more-horizontal.svg: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/assets/icons/social-fb.png: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/assets/icons: file changed as we read it\ntar: ./wp-content/themes/wp-block-theme/assets/patterns.json: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/assets/js: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/assets/css: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme/assets: file changed as we read it\ntar: ./wp-content/themes/wp-block-theme/templates: File removed before we read it\ntar: ./wp-content/themes/wp-block-theme: file changed as we read it\ntar: ./wp-content/themes: file changed as we read it\ntar: ./wp-content: file changed as we read it\ntar: ./wp-cron.php: File removed before we read it\ntar: .: file changed as we read it\n', NULL, '2025-09-12 07:54:39', '2025-09-12 07:58:08'),
(27, 315, 'error', 'website not exist', NULL, '2025-09-15 10:22:14', '2025-09-15 10:23:02'),
(28, 319, 'error', 'website not exist', NULL, '2025-09-15 11:01:19', '2025-09-15 11:02:02'),
(29, 320, 'error', 'website not exist', NULL, '2025-09-15 11:21:26', '2025-09-15 11:22:03'),
(30, 321, 'completed', NULL, NULL, '2025-09-15 11:26:25', '2025-09-15 11:27:09'),
(31, 225, 'completed', NULL, NULL, '2025-09-16 04:51:12', '2025-09-16 04:52:08'),
(32, 336, 'completed', NULL, 'backup_54e9h6h0gy_20250917_102102.tar.gz\n', '2025-09-17 10:20:08', '2025-09-17 10:21:08'),
(33, 336, 'completed', NULL, 'backup_54e9h6h0gy_20250917_102403.tar.gz\n', '2025-09-17 10:23:58', '2025-09-17 10:24:07'),
(34, 337, 'completed', NULL, 'backup_c6fe0rv21s_20250917_105603.tar.gz\n', '2025-09-17 10:55:46', '2025-09-17 10:56:08'),
(35, 336, 'completed', NULL, 'backup_54e9h6h0gy_20250917_105803.tar.gz\n', '2025-09-17 10:57:35', '2025-09-17 10:58:09'),
(36, 337, 'completed', NULL, 'backup_c6fe0rv21s_20250917_115003.tar.gz\n', '2025-09-17 11:49:36', '2025-09-17 11:50:10'),
(37, 337, 'completed', NULL, 'backup_c6fe0rv21s_20250917_120005.tar.gz\n', '2025-09-17 11:59:30', '2025-09-17 12:00:14'),
(38, 337, 'completed', NULL, 'backup_c6fe0rv21s_20250917_122303.tar.gz (old backups removed)\n', '2025-09-17 12:22:39', '2025-09-17 12:23:10'),
(39, 337, 'completed', NULL, 'backup_c6fe0rv21s_20250917_122603.tar.gz\n', '2025-09-17 12:26:01', '2025-09-17 12:26:08'),
(40, 337, 'completed', NULL, 'backup_c6fe0rv21s_20250917_122703.tar.gz\n', '2025-09-17 12:26:49', '2025-09-17 12:27:08'),
(41, 337, 'error', 'mysqldump: [Warning] Using a password on the command line interface can be insecure.\nmysqldump: Error: \'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation\' when trying to dump tablespaces\n', NULL, '2025-09-17 12:28:36', '2025-09-17 12:29:08'),
(42, 336, 'error', 'website not exist', NULL, '2025-09-17 12:28:49', '2025-09-17 12:30:02'),
(43, 337, 'completed', NULL, 'backup_c6fe0rv21s_20250917_123103.tar.gz\n', '2025-09-17 12:30:51', '2025-09-17 12:31:08'),
(44, 337, 'completed', NULL, 'backup_c6fe0rv21s_20250917_123204.tar.gz\n', '2025-09-17 12:31:44', '2025-09-17 12:32:08'),
(45, 344, 'error', 'mysqldump: [Warning] Using a password on the command line interface can be insecure.\nmysqldump: Error: \'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation\' when trying to dump tablespaces\n', NULL, '2025-09-18 06:50:21', '2025-09-18 06:51:08'),
(46, 344, 'completed', NULL, 'backup_0w0uno1ee7_20250918_065203.tar.gz\n', '2025-09-18 06:51:20', '2025-09-18 06:52:08'),
(47, 344, 'completed', NULL, 'backup_0w0uno1ee7_20250918_080504.tar.gz\n', '2025-09-18 08:04:39', '2025-09-18 08:05:09'),
(48, 344, 'completed', NULL, 'backup_0w0uno1ee7_20250918_080703.tar.gz\n', '2025-09-18 08:06:14', '2025-09-18 08:07:07'),
(49, 344, 'completed', NULL, 'backup_0w0uno1ee7_20250918_081403.tar.gz\n', '2025-09-18 08:13:59', '2025-09-18 08:14:07'),
(50, 344, 'completed', NULL, 'backup_0w0uno1ee7_20250918_081602.tar.gz\n', '2025-09-18 08:15:07', '2025-09-18 08:16:06'),
(51, 344, 'completed', NULL, 'backup_0w0uno1ee7_20250918_081702.tar.gz\n', '2025-09-18 08:15:23', '2025-09-18 08:17:06'),
(52, 344, 'completed', NULL, 'backup_0w0uno1ee7_20250918_081803.tar.gz\n', '2025-09-18 08:15:30', '2025-09-18 08:18:07'),
(53, 344, 'completed', NULL, 'backup_0w0uno1ee7_20250918_081903.tar.gz\n', '2025-09-18 08:16:05', '2025-09-18 08:19:07'),
(54, 344, 'completed', NULL, 'backup_0w0uno1ee7_20250918_082003.tar.gz\n', '2025-09-18 08:16:09', '2025-09-18 08:20:07'),
(55, 344, 'completed', NULL, 'backup_0w0uno1ee7_20250918_082102.tar.gz\n', '2025-09-18 08:16:13', '2025-09-18 08:21:06'),
(56, 344, 'completed', NULL, 'backup_0w0uno1ee7_20250918_082203.tar.gz\n', '2025-09-18 08:20:59', '2025-09-18 08:22:07'),
(57, 374, 'error', 'mysqldump: [Warning] Using a password on the command line interface can be insecure.\nmysqldump: Error: \'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation\' when trying to dump tablespaces\n', NULL, '2025-09-24 11:00:17', '2025-09-24 11:01:09'),
(58, 314, 'error', 'mysqldump: [Warning] Using a password on the command line interface can be insecure.\nmysqldump: Error: \'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation\' when trying to dump tablespaces\n', NULL, '2025-09-25 10:25:50', '2025-09-25 10:26:09'),
(59, 378, 'error', 'mysqldump: [Warning] Using a password on the command line interface can be insecure.\nmysqldump: Error: \'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation\' when trying to dump tablespaces\n', NULL, '2025-09-25 10:52:49', '2025-09-25 10:53:09'),
(60, 378, 'completed', NULL, 'backup_1jgmknewr7_20250925_105403.tar.gz\n', '2025-09-25 10:53:06', '2025-09-25 10:54:08'),
(61, 314, 'completed', NULL, 'backup_qd49q4qw2y_20250925_111004.tar.gz\n', '2025-09-25 11:09:41', '2025-09-25 11:10:09'),
(62, 314, 'completed', NULL, 'backup_qd49q4qw2y_20250925_111104.tar.gz\n', '2025-09-25 11:10:12', '2025-09-25 11:11:08'),
(63, 314, 'completed', NULL, 'backup_qd49q4qw2y_20250925_113803.tar.gz\n', '2025-09-25 11:37:29', '2025-09-25 11:38:08'),
(64, 314, 'completed', NULL, 'backup_qd49q4qw2y_20250925_113904.tar.gz\n', '2025-09-25 11:37:58', '2025-09-25 11:39:08'),
(65, 314, 'completed', NULL, 'backup_qd49q4qw2y_20250925_114403.tar.gz\n', '2025-09-25 11:43:40', '2025-09-25 11:44:07'),
(66, 314, 'completed', NULL, 'backup_qd49q4qw2y_20250925_114504.tar.gz\n', '2025-09-25 11:44:23', '2025-09-25 11:45:08'),
(67, 445, 'error', 'mysqldump: [Warning] Using a password on the command line interface can be insecure.\nmysqldump: Error: \'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation\' when trying to dump tablespaces\n', NULL, '2025-10-10 05:22:32', '2025-10-10 05:23:09'),
(68, 445, 'completed', NULL, 'backup_1flbvr83yy_20251014_053604.tar.gz\n', '2025-10-14 05:35:29', '2025-10-14 05:36:08'),
(69, 445, 'completed', NULL, 'backup_1flbvr83yy_20251014_093504.tar.gz\n', '2025-10-14 09:34:07', '2025-10-14 09:35:10'),
(70, 445, 'completed', NULL, 'backup_1flbvr83yy_20251014_094303.tar.gz\n', '2025-10-14 09:42:06', '2025-10-14 09:43:07'),
(71, 445, 'completed', NULL, 'backup_1flbvr83yy_20251014_094403.tar.gz\n', '2025-10-14 09:42:09', '2025-10-14 09:44:08'),
(72, 445, 'completed', NULL, 'backup_1flbvr83yy_20251014_094504.tar.gz\n', '2025-10-14 09:44:57', '2025-10-14 09:45:09'),
(73, 445, 'completed', NULL, 'backup_1flbvr83yy_20251014_094703.tar.gz\n', '2025-10-14 09:46:34', '2025-10-14 09:47:08'),
(74, 445, 'completed', NULL, 'backup_1flbvr83yy_20251014_095004.tar.gz\n', '2025-10-14 09:49:09', '2025-10-14 09:50:10'),
(75, 445, 'completed', NULL, 'backup_1flbvr83yy_20251014_095704.tar.gz\n', '2025-10-14 09:56:47', '2025-10-14 09:57:08'),
(76, 445, 'completed', NULL, 'backup_1flbvr83yy_20251014_100204.tar.gz\n', '2025-10-14 10:01:44', '2025-10-14 10:02:08'),
(77, 445, 'completed', NULL, 'backup_1flbvr83yy_20251014_100304.tar.gz\n', '2025-10-14 10:02:31', '2025-10-14 10:03:09'),
(78, 445, 'completed', NULL, 'backup_1flbvr83yy_20251014_100604.tar.gz\n', '2025-10-14 10:05:49', '2025-10-14 10:06:09'),
(79, 457, 'error', 'mysqldump: [Warning] Using a password on the command line interface can be insecure.\nmysqldump: Error: \'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation\' when trying to dump tablespaces\n', NULL, '2025-10-14 10:34:32', '2025-10-14 10:35:09'),
(80, 457, 'completed', NULL, 'backup_0daws2ki5c_20251014_103604.tar.gz\n', '2025-10-14 10:36:02', '2025-10-14 10:36:08'),
(81, 457, 'completed', NULL, 'backup_0daws2ki5c_20251014_104505.tar.gz\n', '2025-10-14 10:44:19', '2025-10-14 10:45:10'),
(82, 457, 'completed', NULL, 'backup_0daws2ki5c_20251014_105105.tar.gz\n', '2025-10-14 10:50:57', '2025-10-14 10:51:10'),
(83, 461, 'error', 'mysqldump: [Warning] Using a password on the command line interface can be insecure.\nmysqldump: Error: \'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation\' when trying to dump tablespaces\n', NULL, '2025-10-15 08:49:18', '2025-10-15 08:50:11'),
(84, 457, 'completed', NULL, 'backup_0daws2ki5c_20251015_092804.tar.gz\n', '2025-10-15 09:27:11', '2025-10-15 09:28:09'),
(85, 461, 'completed', NULL, 'backup_mw786lho4i_20251015_094404.tar.gz\n', '2025-10-15 09:43:24', '2025-10-15 09:44:09'),
(86, 314, 'error', 'mysqldump: [Warning] Using a password on the command line interface can be insecure.\nmysqldump: Error: \'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation\' when trying to dump tablespaces\n', NULL, '2025-10-27 07:05:26', '2025-10-27 07:06:08'),
(87, 814, 'error', 'mysqldump: [Warning] Using a password on the command line interface can be insecure.\nmysqldump: Error: \'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation\' when trying to dump tablespaces\n', NULL, '2025-12-17 16:01:03', '2025-12-17 16:01:11'),
(88, 815, 'error', 'mysqldump: [Warning] Using a password on the command line interface can be insecure.\nmysqldump: Error: \'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation\' when trying to dump tablespaces\n', NULL, '2025-12-19 09:40:05', '2025-12-19 09:41:08'),
(89, 815, 'completed', NULL, 'backup_w60oohn5xa_20251219_094804.tar.gz\n', '2025-12-19 09:47:57', '2025-12-19 09:48:08'),
(90, 815, 'completed', NULL, 'backup_w60oohn5xa_20251219_100404.tar.gz\n', '2025-12-19 10:03:35', '2025-12-19 10:04:09');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`);

--
-- Indexes for table `migrations`
--
ALTER TABLE `migrations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `orders`
--
ALTER TABLE `orders`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `page_speed_results`
--
ALTER TABLE `page_speed_results`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `password_resets`
--
ALTER TABLE `password_resets`
  ADD KEY `password_resets_email_index` (`email`);

--
-- Indexes for table `password_reset_tokens`
--
ALTER TABLE `password_reset_tokens`
  ADD PRIMARY KEY (`email`);

--
-- Indexes for table `payments`
--
ALTER TABLE `payments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `payments_order_id_foreign` (`order_id`);

--
-- Indexes for table `personal_access_tokens`
--
ALTER TABLE `personal_access_tokens`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `personal_access_tokens_token_unique` (`token`),
  ADD KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`);

--
-- Indexes for table `pricing_plans`
--
ALTER TABLE `pricing_plans`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `prompts`
--
ALTER TABLE `prompts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `providers`
--
ALTER TABLE `providers`
  ADD PRIMARY KEY (`id`),
  ADD KEY `providers_user_id_foreign` (`user_id`);

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `users_email_unique` (`email`);

--
-- Indexes for table `user_settings`
--
ALTER TABLE `user_settings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `websites`
--
ALTER TABLE `websites`
  ADD PRIMARY KEY (`id`),
  ADD KEY `websites_user_id_foreign` (`user_id`);

--
-- Indexes for table `websites_archive_requests`
--
ALTER TABLE `websites_archive_requests`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `orders`
--
ALTER TABLE `orders`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=234;

--
-- AUTO_INCREMENT for table `page_speed_results`
--
ALTER TABLE `page_speed_results`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=184;

--
-- AUTO_INCREMENT for table `payments`
--
ALTER TABLE `payments`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=176;

--
-- AUTO_INCREMENT for table `personal_access_tokens`
--
ALTER TABLE `personal_access_tokens`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `pricing_plans`
--
ALTER TABLE `pricing_plans`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT for table `prompts`
--
ALTER TABLE `prompts`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1570;

--
-- AUTO_INCREMENT for table `providers`
--
ALTER TABLE `providers`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=236;

--
-- AUTO_INCREMENT for table `user_settings`
--
ALTER TABLE `user_settings`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=49;

--
-- AUTO_INCREMENT for table `websites`
--
ALTER TABLE `websites`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=916;

--
-- AUTO_INCREMENT for table `websites_archive_requests`
--
ALTER TABLE `websites_archive_requests`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=91;

--
-- Constraints for dumped tables
--

--
-- Constraints for table `payments`
--
ALTER TABLE `payments`
  ADD CONSTRAINT `payments_order_id_foreign` FOREIGN KEY (`order_id`) REFERENCES `orders` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `providers`
--
ALTER TABLE `providers`
  ADD CONSTRAINT `providers_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `websites`
--
ALTER TABLE `websites`
  ADD CONSTRAINT `websites_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

Youez - 2016 - github.com/yon3zu
LinuXploit