| 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 : |
-- 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: `dbuserappbloxby`
--
-- --------------------------------------------------------
--
-- 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, 77, 257, 3, 'cs_test_a1RD0Dv4AKbLC0LzElOmPzt2PxaCoCsx5jtUwMFY6ECjTaWaGrWOfGwzAB', NULL, 300, 'pending', 'yearly', '2025-12-12 09:41:11', '2025-12-12 09:41:13'),
(53, 77, 257, 3, 'cs_test_a1OA3R72hLpjV5cgeRJZkZe2elbYkhAWEUbZy8XFrfnoMzoRNzup8E6jXc', NULL, 300, 'pending', 'yearly', '2025-12-12 09:49:47', '2025-12-12 09:49:47'),
(54, 77, 257, 1, 'cs_test_a1pMyvQA8EWrtxMZPUi8EqWAjT8vRYKWHyNVJNlV98alo8FIdGQD4vokD1', NULL, 10, 'pending', 'one-time', '2025-12-12 09:50:42', '2025-12-12 09:50:43'),
(55, 77, 257, 1, 'cs_test_a1iNcjky9QExxmTOwDeOi0ZOmMeOGGBIT1dxygsUpV5qyy543TAmbwRfeK', NULL, 10, 'pending', 'one-time', '2025-12-12 10:08:12', '2025-12-12 10:08:13'),
(56, 81, 283, 3, 'cs_test_a1Sr2CR8cDFRYdWk6bQlB43H4GmTznlXgv8yhrrs2qXhNvIA9D5s1veBxt', NULL, 300, 'pending', 'yearly', '2025-12-15 05:07:29', '2025-12-15 05:07:30'),
(57, 81, 283, 3, 'cs_test_a1yXHxBvFyRSeM27Uaec1T2Wwm88cqKdAYMQhb7MB2byXu0f2OtGxBoFBT', NULL, 300, 'pending', 'yearly', '2025-12-15 05:09:25', '2025-12-15 05:09:26'),
(58, 81, 283, 3, 'cs_test_a1tdhhVoDYrYMWkQIOmcpk8X2NUJoUphE3evFoDXBBgiqXkb1NX16UCpmZ', NULL, 300, 'pending', 'yearly', '2025-12-15 05:10:51', '2025-12-15 05:10:53'),
(59, 81, 283, 3, 'cs_test_a1QhTb4Vs7TGoFNHUOUlaExr3AK1wLZnEjQkm29DqmHYjuvPDBmM00Shp6', NULL, 300, 'pending', 'yearly', '2025-12-15 05:14:29', '2025-12-15 05:14:30'),
(60, 81, 285, 1, 'cs_test_a1OBOC9CJZMzvDXNE9YbKfjMUFhfoqelqr48Kt2yCoRz8CgLhAdWcRkDyA', NULL, 10, 'pending', 'one-time', '2025-12-15 05:24:38', '2025-12-15 05:24:39'),
(61, 81, 285, 1, 'cs_test_a1T4FvoTiaNIIR9qeYBUfWFUm1b83J5waHrP81LQhKMsjpkITHfF1juIev', NULL, 10, 'pending', 'one-time', '2025-12-15 05:28:50', '2025-12-15 05:28:51'),
(62, 81, 285, 1, 'cs_test_a1wPOszxTWQr7uptmLyVN6GP07QaDvuGCWqwAUKsD7MOFxds6gG3u67l54', NULL, 10, 'pending', 'one-time', '2025-12-15 08:09:14', '2025-12-15 08:09:15'),
(63, 81, 285, 1, 'cs_test_a1SQMvzYzNZc5nhiRp0kLkioznEwdJsQormCjMmxMm9zMMILjXjPd6X9Rn', 'Test', 10, 'pending', 'one-time', '2025-12-15 12:55:49', '2025-12-15 12:55:50'),
(64, 81, 285, 1, 'cs_test_a13xLpoUnnpQg4je9WiYR0z2mJ9ihMJabA1GQp2yHRuUy6ySAdyRr8LiZR', 'Test', 199, 'pending', 'one-time', '2025-12-17 09:23:33', '2025-12-17 09:23:33'),
(65, 81, 285, 3, 'cs_test_a1k6lynv9PTIV3Ao87tx4WPooHOslegDmTkaF2fFCzxzJ0VmiaZAT8GoTu', 'Test', 300, 'pending', 'yearly', '2025-12-17 09:50:11', '2025-12-17 09:50:12'),
(66, 81, 285, 1, 'cs_test_a1jAW8hoE5dDRGqcXgMb94ObCEXbFe0wL7vTsJ3mcs0Jkxkktvuf8u5aHm', 'Test', 199, 'pending', 'one-time', '2025-12-17 10:51:06', '2025-12-17 10:51:07'),
(67, 87, 294, 1, 'cs_test_a1q2K3Qg6FD202EAyUFponZlxYHBAcux4g5TVWRXnFeMIa6xVugdlsFbaP', 'Abc', 199, 'pending', 'one-time', '2025-12-19 11:53:05', '2025-12-19 11:53:06'),
(68, 91, 297, 3, 'cs_test_a18oUx5uLLLUcPEY4UZLdn4YpSbrJOQ9VHL9eKqX8pgQ59gllcfofO9cR8', 'Lovepreet Singh', 300, 'pending', 'yearly', '2026-03-18 05:30:11', '2026-03-18 05:30:12'),
(69, 91, 297, 3, 'cs_test_a1QGoZUMaQNiQKMDyVFlDlSWhfpZYOdVFy7VEKfP6suQXaGkAQmdRKpLoC', 'Lovepreet Singh', 300, 'pending', 'yearly', '2026-03-18 05:32:23', '2026-03-18 05:32:24');
-- --------------------------------------------------------
--
-- 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
(166, 257, '{\"desktop_score\":0.83,\"desktop_interactive\":\"1.7\\u00a0s\",\"mobile_score\":0.67,\"mobile_interactive\":\"8.7\\u00a0s\"}', '2025-12-11 06:21:00', '2025-12-11 06:21:00', '2025-12-11 06:21:00'),
(167, 275, '{\"desktop_score\":0.93,\"desktop_interactive\":\"1.6\\u00a0s\",\"mobile_score\":0.66,\"mobile_interactive\":\"7.4\\u00a0s\"}', '2025-12-11 11:27:27', '2025-12-11 11:27:27', '2025-12-11 11:27:27'),
(168, 276, '{\"desktop_score\":0.8,\"desktop_interactive\":\"3.1\\u00a0s\",\"mobile_score\":0.66,\"mobile_interactive\":\"17.1\\u00a0s\"}', '2025-12-11 11:38:18', '2025-12-11 11:38:18', '2025-12-11 11:38:18'),
(169, 277, '{\"desktop_score\":0.92,\"desktop_interactive\":\"1.6\\u00a0s\",\"mobile_score\":0.39,\"mobile_interactive\":\"13.8\\u00a0s\"}', '2025-12-11 12:51:11', '2025-12-11 12:51:11', '2025-12-11 12:51:11'),
(170, 283, '{\"desktop_score\":0.91,\"desktop_interactive\":\"1.7\\u00a0s\",\"mobile_score\":0.63,\"mobile_interactive\":\"7.8\\u00a0s\"}', '2025-12-15 05:17:28', '2025-12-15 05:17:28', '2025-12-15 05:17:28'),
(171, 282, '{\"desktop_score\":0.86,\"desktop_interactive\":\"1.7\\u00a0s\",\"mobile_score\":0.61,\"mobile_interactive\":\"13.5\\u00a0s\"}', '2026-01-12 05:04:29', '2026-01-12 05:04:29', '2026-01-12 05:04:29'),
(172, 289, '{\"desktop_score\":0.85,\"desktop_interactive\":\"2.3\\u00a0s\",\"mobile_score\":0.63,\"mobile_interactive\":\"13.2\\u00a0s\"}', '2026-01-27 05:58:13', '2026-01-27 05:58:13', '2026-01-27 05:58:13'),
(173, 290, '{\"desktop_score\":0.81,\"desktop_interactive\":\"2.7\\u00a0s\",\"mobile_score\":0.63,\"mobile_interactive\":\"13.3\\u00a0s\"}', '2026-03-12 09:41:47', '2026-03-12 09:41:47', '2026-03-12 09:41:47'),
(174, 297, '{\"desktop_score\":0.9,\"desktop_interactive\":\"1.4\\u00a0s\",\"mobile_score\":0.65,\"mobile_interactive\":\"7.4\\u00a0s\"}', '2026-03-18 05:19:34', '2026-03-18 05:19:34', '2026-03-18 05:19:34');
-- --------------------------------------------------------
--
-- 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$NGFm9izAbIGd2ov3P03rZePTsKA3DfZ.zsEHkBukOw2wIrvLHYdEq', '2025-07-25 12:08:33');
-- --------------------------------------------------------
--
-- 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'),
('harrytest@myyahoo.com', '$2y$10$ZPnRtarsrMC6l.bvhvT1QufQ67stwDPbYErgX/basa84mZ4Ax6BKm', '2025-12-11 10:04:34'),
('lilly@yopmail.com', '$2y$10$zC2od/8dyCWmWSC1HdP14OcBLBdE45UL6lEEDJZvZF3qI2i/BkktG', '2025-07-24 08:57:20'),
('opend@yopmail.com', '$2y$10$T6HgFHo8zHe9EcX0N2uZK.nhxJ2mcmZDyBZ3BMjnPDSe1bV0tsrma', '2025-07-24 07:46:47'),
('savinronie@yopmail.com', '$2y$10$9AcwNWuNSl.u9B1xGOSTHujR25xp.4xwfsHJjjaV1Duo3NBKeFlUC', '2025-07-25 11:05:30'),
('shalugupta1990@gmail.com', '$2y$10$qX5MbMFEBC2thmhhxRnbgeH2zRVsZBqMSSPo/LlWXmhbHrIprPR/u', '2025-12-15 12:29:58'),
('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'),
('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,
`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`, `website_title`, `status`, `invoice_total`, `currency`, `paid_at`, `created_at`, `updated_at`) VALUES
(2, 18, NULL, 96, 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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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, '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', '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', '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', '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, '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', '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', '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, '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', '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');
-- --------------------------------------------------------
--
-- 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
(1, '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-07-15 06:07:48', '2025-12-09 05:00:10'),
(2, 'monthly', 'price_1Rl1T72cr5BxKmJHShPq4ztR', 'Monthly', 'test', 15.00, NULL, NULL, '[\"zip downloaded\"]', 1, '2025-07-15 06:07:48', '2025-07-21 10:05:55'),
(3, 'yearly', 'price_1S8KYgSrjzWKfQsBr76TKyUj', 'Hosted with Bloxby', 'For professional websites', 299.88, 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-07-15 06:07:48', '2025-12-09 05:03:20');
-- --------------------------------------------------------
--
-- 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\":\"Elegant Salon Services\",\"website_description\":\"Your one-stop destination for premium salon services including haircuts, styling, coloring, and more.\",\"website_type\":\"Business\",\"website_industry\":\"Beauty & Wellness\",\"search_query\":\"salon, hair treatments, beauty services, makeup, spa\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Elegant Salon Services where beauty meets elegance.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar to access different pages of the website.\",\"section_prompt\":\"Navigation bar that includes logo and links to pages like Home, Services, Blog, Contact.\"},{\"section_type\":\"hero\",\"section_title\":\"Welcome to Elegant Salon\",\"section_description\":\"Experience luxury in our salon with professional services tailored for you.\",\"section_prompt\":\"The hero section presents a stunning image slider featuring stylish haircuts and treatments.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our salon\\u2019s mission, vision, and the team of professionals dedicated to making you look fabulous.\",\"section_prompt\":\"An overview of the salon, including mission and team profiles.\"},{\"section_type\":\"features_list\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our wide range of salon services designed to elevate your beauty experience.\",\"section_prompt\":\"A grid layout showcasing various salon services like haircuts, coloring, and spa treatments.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest from Our Blog\",\"section_description\":\"Catch up with our latest articles on beauty tips and trends.\",\"section_prompt\":\"A series of blog article previews to attract readers.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Read genuine testimonials from our satisfied clients about their experiences.\",\"section_prompt\":\"Client testimonials displayed with engaging layouts and images.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Appointment\",\"section_description\":\"Ready for a change? Schedule your salon visit today!\",\"section_prompt\":\"Encouraging visitors to book an appointment with a prominent button.\"}]}],\"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:29:41', '2025-08-13 05:29:41'),
(3, 10, NULL, 'A blog showcasing travel and photography', NULL, '2025-08-13 12:00:36', '2025-08-13 12:00:36'),
(4, 10, NULL, 'Portfolio showcasing graphic design work', NULL, '2025-08-13 12:58:46', '2025-08-13 12:58:46'),
(5, NULL, NULL, 'Portfolio showcasing graphic design work', NULL, '2025-08-13 13:06:35', '2025-08-13 13:06:35'),
(6, NULL, NULL, 'Portfolio showcasing graphic design work', NULL, '2025-08-14 04:28:50', '2025-08-14 04:28:50'),
(7, 10, NULL, 'Create a website for 45th Independece day of pakistan', NULL, '2025-08-14 08:52:38', '2025-08-14 08:52:38'),
(8, 10, NULL, 'Create a website for a panda', NULL, '2025-08-14 08:53:51', '2025-08-14 08:53:51'),
(9, NULL, NULL, 'Create a professional, modern, and engaging website for 24*7 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.\nAbout the Company:24*7 Works specializes in delivering high-quality digital services to clients worldwide. Our core offerings include:Website Development, Mobile App, Web App development', NULL, '2025-08-14 10:09:11', '2025-08-14 10:09:11'),
(10, 51, NULL, 'Create a professional, modern, and engaging website for 24*7 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. 24*7 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:35:34', '2025-08-14 10:35:34'),
(12, NULL, NULL, 'Bollywood and Hollywood movies releases', NULL, '2025-08-18 12:12:55', '2025-08-18 12:12:55'),
(22, NULL, NULL, 'testing methodlogies', NULL, '2025-08-27 11:00:21', '2025-08-27 11:00:21'),
(23, NULL, NULL, 'Generate a website on Punjab', NULL, '2025-08-27 12:15:00', '2025-08-27 12:15:00'),
(25, NULL, NULL, 'test', NULL, '2025-08-28 10:58:29', '2025-08-28 10:58:29'),
(29, NULL, NULL, 'Portfolio showcasing graphic design work', NULL, '2025-09-05 05:23:00', '2025-09-05 05:23:00'),
(30, NULL, NULL, 'Portfolio showcasing graphic design work', NULL, '2025-09-05 05:23:17', '2025-09-05 05:23:17'),
(31, NULL, NULL, 'Portfolio showcasing graphic design work', NULL, '2025-09-05 05:23:37', '2025-09-05 05:23:37'),
(32, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"SEO Marketing Agency\",\"website_description\":\"A premier SEO and marketing agency dedicated to enhancing your online presence through innovative digital strategies.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO strategies, digital marketing, PPC management, content marketing, agency team\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our SEO Marketing Agency where we turn your digital vision into reality.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An engaging visual introduction to our agency that captures the essence of our services.\",\"section_prompt\":\"A full-width banner showcasing our agency\'s mission with compelling visuals.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission, values, and the dedicated team behind our success in digital marketing.\",\"section_prompt\":\"A brief overview that introduces the agency\'s purpose and team dynamics.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the comprehensive digital marketing services we offer to elevate your business.\",\"section_prompt\":\"A grid layout displaying the various SEO and marketing services we provide.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"By The Numbers\",\"section_description\":\"Showcasing key metrics that highlight our agency\'s achievements and client success stories.\",\"section_prompt\":\"A visually engaging section with statistics representing our impact.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with the latest trends and strategies in digital marketing through our blog articles.\",\"section_prompt\":\"Links to our recent blog posts that offer insights into SEO and marketing.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from our satisfied clients about their experience working with our agency.\",\"section_prompt\":\"A section displaying quotes and experiences from clients we have worked with.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Encouraging potential clients to reach out and take the first step towards digital success.\",\"section_prompt\":\"A prominent call-to-action button directing users to contact us for inquiries.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":32}', '2025-09-05 15:28:26', '2025-09-05 15:28:26'),
(33, 51, 229, '\"Website for SEO and Marketing agency\"', '{\"website_title\":\"SEO Marketing Agency\",\"website_description\":\"A professional platform for an SEO and marketing agency, showcasing services, expertise, and client success stories.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO agency, digital marketing, content marketing, case studies, social media management\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our SEO Marketing Agency, where we transform your online presence.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation section for easy access to the website.\",\"section_prompt\":\"Responsive navigation header with links to pages like Home, Services, Case Studies, Blog, Contact Us.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A powerful introduction to our agency, highlighting our key services and unique value.\",\"section_prompt\":\"Engaging hero banner with a captivating image and a tagline about our services.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the range of services we offer to enhance your brand\'s online visibility.\",\"section_prompt\":\"A grid displaying the services we provide such as SEO, content marketing, and social media management.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with our latest insights and tips in the SEO and marketing world.\",\"section_prompt\":\"A section showcasing the latest blog posts for engaging content.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission, vision, and values that drive our agency\'s success.\",\"section_prompt\":\"Informative section about our story and commitments to our clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Contact us to take your online presence to the next level.\",\"section_prompt\":\"Engaging section inviting visitors to reach out and start collaborating.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic footer section with contact info and links to social media.\",\"section_prompt\":\"Simple footer with company information and navigation links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Discover the wide range of services we offer to improve your digital marketing strategy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation section for easy access to the website.\",\"section_prompt\":\"Responsive navigation header with links to pages like Home, Services, Case Studies, Blog, Contact Us.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"A detailed overview of the services we provide to our clients.\",\"section_prompt\":\"Banner section that introduces our service offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Search Engine Optimization\",\"section_description\":\"Optimize your website to rank higher in search results and attract more traffic.\",\"section_prompt\":\"Media section with an image and text explaining our SEO services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Create valuable content to engage your audience and drive conversions.\",\"section_prompt\":\"Media section that combines imagery with an explanation of our content marketing service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Management\",\"section_description\":\"Manage and grow your social media presence effectively.\",\"section_prompt\":\"Media section that details our social media management capabilities.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common questions about our services.\",\"section_prompt\":\"A list of frequently asked questions related to our offerings.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Project\",\"section_description\":\"Ready to elevate your marketing strategy? Get in touch with us today!\",\"section_prompt\":\"Compelling section encouraging visitors to begin their project with us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic footer section with contact info and links to social media.\",\"section_prompt\":\"Simple footer with company information and navigation links.\"}]},{\"page_type\":\"case_studies\",\"page_title\":\"Success Stories\",\"page_description\":\"Explore our case studies and witness the results we deliver for our clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation section for easy access to the website.\",\"section_prompt\":\"Responsive navigation header with links to pages like Home, Services, Case Studies, Blog, Contact Us.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Case Studies\",\"section_description\":\"Showcasing our successful projects and the impact we\'ve made.\",\"section_prompt\":\"Banner section introducing the success stories we have achieved with our clients.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Impact\",\"section_description\":\"Highlight achievements and successes in numbers.\",\"section_prompt\":\"A statistics section displaying metrics on our project success rate.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Client Campaign Highlight\",\"section_description\":\"In-depth look at key client campaigns and the results we achieved.\",\"section_prompt\":\"Detailed media section featuring case study breakdowns.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Read feedback from our satisfied clients about our work.\",\"section_prompt\":\"A section collecting quotes and stories from clients we\'ve worked with.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Success Stories\",\"section_description\":\"Become our next success story by partnering with us.\",\"section_prompt\":\"Inviting section encouraging potential clients to reach out to us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic footer section with contact info and links to social media.\",\"section_prompt\":\"Simple footer with company information and navigation links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn about the agency\'s mission, vision, and the expert team driving success in SEO and marketing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header section containing the website\'s logo, navigation menu, and contact information.\",\"section_prompt\":\"A standard header layout featuring a logo on the left, navigation links in the center, and contact info on the right.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Us\",\"section_description\":\"This section features a visually striking banner that introduces visitors to the About Us page.\",\"section_prompt\":\"A large, engaging hero banner with a background image representing the agency\'s ethos and the title \'About Us.\'\"},{\"section_type\":\"about\",\"section_title\":\"Our Mission and Vision\",\"section_description\":\"A concise overview of the agency\'s core mission and vision in the SEO and marketing landscape.\",\"section_prompt\":\"A text section detailing the agency\'s mission and vision, styled with emphasis on key phrases using Bootstrap.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Meet the Team\",\"section_description\":\"Showcase the skilled professionals at the agency, highlighting their expertise and roles.\",\"section_prompt\":\"A grid layout featuring team member profiles with images, names, roles, and brief bios, designed responsively.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Display client testimonials to build trust and credibility, showcasing successful collaborations.\",\"section_prompt\":\"A carousel section with quotes from clients, styled to emphasize their feedback with images or pop-ups.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us on Our Journey\",\"section_description\":\"Encourage visitors to engage with the agency, whether for partnership, consultation, or inquiries.\",\"section_prompt\":\"A visually appealing call-to-action section prompting users to contact us or learn more, using buttons and contrasting colors.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer contains necessary links, contact information, and social media links.\",\"section_prompt\":\"A well-structured footer with columns for links, contact details, and social media icons, styled for easy access.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Insights\",\"page_description\":\"Read our latest articles to stay informed on SEO and marketing trends.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation section for easy access to the website.\",\"section_prompt\":\"Responsive navigation header with links to pages like Home, Services, Case Studies, Blog, Contact Us.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Blog\",\"section_description\":\"Insights and articles for improving your marketing strategy.\",\"section_prompt\":\"Banner section introducing the blog and topics covered.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Explore our latest articles to enhance your knowledge in digital marketing.\",\"section_prompt\":\"A grid of recent blog posts showcasing titles and snippets.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Marketing Tips\",\"section_description\":\"Helpful tips and best practices for effective marketing.\",\"section_prompt\":\"A section featuring highlighted tips on effective marketing strategies.\"},{\"section_type\":\"portfolio_section\",\"section_title\":\"My Portfolio\",\"section_description\":\"Showcase portfolio items\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Sign up to get our latest content and news directly to your inbox.\",\"section_prompt\":\"Engaging section encouraging visitors to subscribe to our newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic footer section with contact info and links to social media.\",\"section_prompt\":\"Simple footer with company information and navigation links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Get in Touch\",\"page_description\":\"Reach out to us for inquiries about our services or collaboration.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation section for easy access to the website.\",\"section_prompt\":\"Responsive navigation header with links to pages like Home, Services, Case Studies, Blog, Contact Us.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\\u2019re here to help you with any questions you have.\",\"section_prompt\":\"Banner section inviting visitors to contact us.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to reach us directly.\",\"section_prompt\":\"A section featuring a contact form for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic footer section with contact info and links to social media.\",\"section_prompt\":\"Simple footer with company information and navigation links.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":33,\"theme\":\"flat\",\"colors\":[[43,67,140],[60,180,75]],\"fonts\":\"flat-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null},\"user_logo\":\"https:\\/\\/app.bloxby.io\\/temp-logos\\/logo_68be7ef187784.png\"}', '2025-09-08 06:55:36', '2025-09-08 07:00:05'),
(37, NULL, NULL, '\"Portfolio showcasing graphic design work\"', '{\"website_title\":\"My Creative Portfolio\",\"website_description\":\"A visually engaging portfolio showcasing my graphic design work, creativity, and skills to attract potential clients and employers.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative design work, graphic design projects, client testimonials, modern design portfolio\",\"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 portfolio featuring stunning graphics and bold text to capture attention.\",\"section_prompt\":\"Responsive full-width hero section with an inspiring quote and a background image showcasing my work.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my journey and passion for graphic design, highlighting my skills and experiences.\",\"section_prompt\":\"A left-aligned section with a portrait image and accompanying text describing my background.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"A curated grid displaying thumbnails of my graphic design work, providing a glimpse of my style and creativity.\",\"section_prompt\":\"Grid layout showcasing project images with titles and short descriptions, linking to detailed project pages.\"},{\"section_type\":\"benefit\",\"section_title\":\"What I Offer\",\"section_description\":\"An outline of the graphic design services I provide, including branding, digital design, and print materials.\",\"section_prompt\":\"A section breaking down my services into bullet points or icons for easy reading.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback from clients that emphasizes the quality and impact of my work, building trust with potential clients.\",\"section_prompt\":\"Display quotes or short reviews from clients in an aesthetically pleasing format.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Showcase of my most recent graphic design projects and developments.\",\"section_prompt\":\"A dynamic section featuring thumbnails that link to the latest projects with brief descriptions.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Why Choose Me?\",\"section_description\":\"A highlight of unique selling points that sets my graphic design services apart from others.\",\"section_prompt\":\"A features section with icons and short descriptions of why clients should pick my services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Encouragement for visitors to reach out for collaborations or inquiries.\",\"section_prompt\":\"An inviting section with a button leading to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer containing navigation links, contact information, and social media icons.\",\"section_prompt\":\"Simple footer layout with necessary links and branding.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Detailed description of the graphic design services I provide to cater to a variety of needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top banner of the services page, providing a consistent branding experience.\",\"section_prompt\":\"A branded header that introduces the services section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Overview of the range of services offered in graphic design, enhancing visibility and understanding.\",\"section_prompt\":\"Inner banner that reiterates the title of the page with a subtle background.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding Services\",\"section_description\":\"Comprehensive branding solutions including logo design, brand identity, and guidelines.\",\"section_prompt\":\"A media and text section showcasing a visual example of branding work alongside description.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Design\",\"section_description\":\"Creative digital design services tailored for web and social media applications.\",\"section_prompt\":\"An engaging media and text format that includes images of digital designs next to their descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Materials\",\"section_description\":\"Layouts for business cards, brochures, and other print media that capture attention.\",\"section_prompt\":\"Visually striking media and text showcasing print material examples.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common inquiries about graphic design processes, timelines, and pricing.\",\"section_prompt\":\"A well-structured section that answers FAQs for potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started\",\"section_description\":\"Motivation for clients to discuss their design projects with me.\",\"section_prompt\":\"Encouragement button linking to contact section.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer containing navigation links, contact information, and social media icons.\",\"section_prompt\":\"Simple footer layout with necessary links and branding.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Blog to share insights, tips, and trends in graphic design and creativity.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top banner of the blog page, ensuring brand consistency.\",\"section_prompt\":\"A branded header introducing the blog section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Overview of the latest insights and trends in graphic design.\",\"section_prompt\":\"Inner banner featuring the title of the blog page.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Grid displaying the latest articles written about graphic design topics.\",\"section_prompt\":\"A dynamic grid layout exhibiting blog posts with images, titles, and brief summaries.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Design Tips\",\"section_description\":\"Highlighting important design principles and strategies to enhance creativity.\",\"section_prompt\":\"A feature section with tips displayed in a clean format.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Trending Topics\",\"section_description\":\"Overview of current discussions and trends in the graphic design industry.\",\"section_prompt\":\"A section that brings together latest conversations or trends in design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Discussion\",\"section_description\":\"Encouragement for readers to engage and comment on posts.\",\"section_prompt\":\"An invitation section to connect with the community.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer containing navigation links, contact information, and social media icons.\",\"section_prompt\":\"Consolidated footer with necessary links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"A dedicated page for inquiries and feedback regarding my design services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top area of the contact page, maintaining consistent branding.\",\"section_prompt\":\"A branded header introducing the contact section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Prompt for visitors to reach out for collaborations or inquiries, emphasizing accessibility.\",\"section_prompt\":\"An inner banner emphasizing the contact details.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Get in Touch\",\"section_description\":\"A simple form for visitors to submit their messages or questions directly.\",\"section_prompt\":\"Contact form layout that includes fields for name, email, and message.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Follow Me\",\"section_description\":\"Links to social media accounts for ongoing updates and portfolio sharing.\",\"section_prompt\":\"A section displaying social media icons linking to my profiles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer containing navigation links, contact information, and social media icons.\",\"section_prompt\":\"Footer with necessary links following the contact form.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":37,\"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-12 04:52:40', '2025-09-12 04:55:22'),
(38, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"SEO & Marketing Hub\",\"website_description\":\"A digital hub for an SEO and Marketing agency showcasing services, case studies, and industry insights for enhanced visibility and conversion.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"digital marketing, SEO services, content marketing, social media strategy\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our digital hub, where we combine expertise and passion for SEO and Marketing.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A striking introductory section that captures the essence of our SEO and Marketing services.\",\"section_prompt\":\"Responsive full-width hero image with introductory text overlay.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Discover our mission and vision in the SEO and Marketing landscape to drive your online presence.\",\"section_prompt\":\"A brief section giving an overview of our agency values and goals.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our range of services tailored to meet your marketing needs, including SEO, content marketing, and social media management.\",\"section_prompt\":\"A grid showcasing the services we provide with icons and brief descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest articles and tips on SEO and Marketing trends.\",\"section_prompt\":\"A section featuring recent blog posts with titles and snippets.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Clients Say\",\"section_description\":\"Hear from our satisfied clients about how we transformed their businesses.\",\"section_prompt\":\"Block showcasing client testimonials with quotes and names.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Industry Achievements\",\"section_description\":\"Highlighting key statistics that demonstrate our success and impact in the industry.\",\"section_prompt\":\"A visually appealing statistics section showcasing numbers indicating our performance.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started\",\"section_description\":\"Take the first step toward enhancing your marketing strategy with us.\",\"section_prompt\":\"A prominent call to action encouraging users to reach out or learn more.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links and information about our agency to help you navigate our site.\",\"section_prompt\":\"Standard footer with links and copyright information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the diverse services we offer to boost your online presence and marketing strategy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header for our services page.\",\"section_prompt\":\"Standard header for services page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"An overview of the services offered by our agency.\",\"section_prompt\":\"A banner providing an introduction to the services section.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Services\",\"section_description\":\"Expert SEO services designed to enhance your website\'s visibility and ranking on search engines.\",\"section_prompt\":\"Media and text alignment discussing SEO services with related imagery.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Creating compelling content strategies that engage and convert your audience effectively.\",\"section_prompt\":\"Media and text alignment explaining content marketing services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Management\",\"section_description\":\"Strategic management of your social media platforms to build connections and drive engagement.\",\"section_prompt\":\"Media and text visual detailing social media management services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about our services and processes.\",\"section_prompt\":\"A section dedicated to responding to client inquiries about our offerings.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Journey\",\"section_description\":\"Contact us today to learn how we can help you.\",\"section_prompt\":\"Encouragement for clients to reach out and start working with us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information footer for our services page.\",\"section_prompt\":\"Basic footer with site navigation and copyright.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Insights and updates from the world of SEO and Marketing to enhance your strategies.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header for our blog page.\",\"section_prompt\":\"Standard header for blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"An overview of the articles available on our blog.\",\"section_prompt\":\"Banner introducing the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Industry Insights\",\"section_description\":\"A grid layout displaying our latest posts to keep you informed on SEO and marketing trends.\",\"section_prompt\":\"Grid format displaying articles with images and summaries.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Expert Tips\",\"section_description\":\"Valuable tips and strategies from industry experts to enhance your online presence.\",\"section_prompt\":\"Section dedicated to feature highlights, tips from experts.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Recent Updates\",\"section_description\":\"Showcasing the most recent additions to our blog for quick access.\",\"section_prompt\":\"Quick preview of the latest blog entries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Engage with us by reading our blog and sharing your thoughts.\",\"section_prompt\":\"Encouragement to interact with the blog content.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Essential links and information footer for our blog page.\",\"section_prompt\":\"Footer links and navigation helping users.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to us for inquiries or support regarding our services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header for our contact page.\",\"section_prompt\":\"Standard header for contact.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We would love to hear from you! Get in touch with us today.\",\"section_prompt\":\"A welcoming banner encouraging users to reach out.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Get In Touch\",\"section_description\":\"A contact form for inquiries, questions, or support requests.\",\"section_prompt\":\"Simple contact form layout allowing direct inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigation and information footer for our contact page.\",\"section_prompt\":\"Standard footer with links and company information.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":38}', '2025-09-12 05:34:28', '2025-09-12 05:34:28');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(39, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Creative Design Portfolio\",\"website_description\":\"A captivating portfolio showcasing my graphic design work, creativity, and professional journey. Explore my projects, services, and insights into the design industry.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative design showcase, design projects, graphic design tips, design inspiration\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio showcasing my graphic design talents.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section that includes navigation and branding elements.\",\"section_prompt\":\"Display the website title and navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A stunning visual introduction to my portfolio with a tagline and call to action.\",\"section_prompt\":\"A large hero section with an inviting background image highlighting my work.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"An overview of my design journey, influences, and what drives my creativity.\",\"section_prompt\":\"A succinct narrative about my background and design philosophies.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"Highlighting selected works from my portfolio to showcase my design skills.\",\"section_prompt\":\"A visually appealing grid layout displaying thumbnails of my projects.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Services Offered\",\"section_description\":\"An overview of the graphic design services I provide, including branding and digital media.\",\"section_prompt\":\"A section that highlights the range of services I offer with brief descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Check out my latest blog posts featuring design tips and industry insights.\",\"section_prompt\":\"A preview of my most recent blog entries, encouraging visitors to explore further.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"An invitation for visitors and potential clients to reach out and collaborate.\",\"section_prompt\":\"A motivating closing section prompting visitors to connect with me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing copyright and additional links.\",\"section_prompt\":\"Basic footer information including copyright, social media links, and sitemap.\"}]},{\"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\":\"This is the header section that includes navigation and branding elements.\",\"section_prompt\":\"Display the website title and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"A banner introducing the range of services provided.\",\"section_prompt\":\"A dedicated banner specifying the services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding Design\",\"section_description\":\"Creating memorable brands through innovative design solutions.\",\"section_prompt\":\"A visual and text section describing branding design services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"Building beautiful, user-friendly websites tailored to your needs.\",\"section_prompt\":\"An informative section that describes web design services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Designing eye-catching prints for marketing materials and more.\",\"section_prompt\":\"A detailed section on print design services with examples.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries regarding my services and design process.\",\"section_prompt\":\"A list of frequently asked questions with clear answers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Collaborate\",\"section_description\":\"Encouragement for viewers to reach out for project discussions.\",\"section_prompt\":\"A closing call-to-action prompting contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing copyright and additional links.\",\"section_prompt\":\"Basic footer information including copyright, social media links, and sitemap.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"A collection of my thoughts on design trends and tips.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section that includes navigation and branding elements.\",\"section_prompt\":\"Display the website title and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Introduction to my latest blog posts about design.\",\"section_prompt\":\"A dedicated banner summarizing the blog content.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Read My Posts\",\"section_description\":\"A grid showcasing the latest blog posts filled with design tips and insights.\",\"section_prompt\":\"A visually appealing grid layout displaying excerpts of my blog posts.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Design Tips\",\"section_description\":\"Quick tips and best practices for budding designers and enthusiasts.\",\"section_prompt\":\"Highlighting key advice for effective design practices.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Encouraging readers to leave comments and engage with the content.\",\"section_prompt\":\"A prompt inviting readers to interact with the blog by commenting.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing copyright and additional links.\",\"section_prompt\":\"Basic footer information including copyright, social media links, and sitemap.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch for collaboration or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section that includes navigation and branding elements.\",\"section_prompt\":\"Display the website title and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A welcoming note for those wishing to reach out.\",\"section_prompt\":\"An introductory message encouraging potential clients to reach out.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"A simple form for users to send messages directly to me.\",\"section_prompt\":\"An easy-to-use contact form allowing visitors to leave their details.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Follow Me\",\"section_description\":\"Links to my social media platforms and other contact methods.\",\"section_prompt\":\"A section dedicated to my contact information and social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing copyright and additional links.\",\"section_prompt\":\"Basic footer information including copyright, social media links, and sitemap.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":39}', '2025-09-12 06:25:08', '2025-09-12 06:25:08'),
(40, NULL, NULL, '\"Create a website for jungle lodge in india that has 10 cottages near tadoba\"', '{\"website_title\":\"Tadoba Jungle Lodge\",\"website_description\":\"Explore the serene beauty of Tadoba Jungle Lodge, offering cozy accommodations and unforgettable wildlife experiences in India.\",\"website_type\":\"Business\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"jungle lodge, cozy cottages, wildlife experiences, Tadoba, natural surroundings\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Tadoba Jungle Lodge, your serene getaway in nature.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section for navigation and branding.\",\"section_prompt\":\"This section serves as the header for the website, providing easy navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Tadoba Jungle Lodge\",\"section_description\":\"Experience the blend of luxury and nature at our cozy cottages surrounded by lush greenery.\",\"section_prompt\":\"This hero banner introduces visitors to the lodge with captivating visuals and a welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Discover our commitment to sustainability and guest satisfaction at Tadoba Jungle Lodge.\",\"section_prompt\":\"A brief insight into the lodge\'s ethos and the team behind it.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Cozy Cottages\",\"section_description\":\"Explore our 10 beautifully appointed cottages, each offering unique experiences in nature.\",\"section_prompt\":\"This section showcases the different cottages available for guests, highlighting their features and amenities.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Wildlife Activities\",\"section_description\":\"Join us for thrilling wildlife experiences: safaris, bird watching, and nature walks in Tadoba.\",\"section_prompt\":\"Highlights of the exciting wildlife activities available around the lodge.\"},{\"section_type\":\"gallery\",\"section_title\":\"Gallery\",\"section_description\":\"Browse through our stunning images that capture the essence of Tadoba Jungle Lodge and its surroundings.\",\"section_prompt\":\"A visual gallery presenting beautiful images of the lodge, wildlife, and nature.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Read our latest articles about wildlife, nature, and guest experiences at the lodge.\",\"section_prompt\":\"This section provides links to recent blog posts or articles related to the lodge.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Plan Your Stay\",\"section_description\":\"Book your peaceful retreat now and immerse yourself in the beauty of Tadoba.\",\"section_prompt\":\"A strong call to action encouraging visitors to make a reservation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer contains important links and contact information.\",\"section_prompt\":\"This section provides useful links and information at the bottom of the page.\"}]}],\"user_prompt\":\"Create a website for jungle lodge in india that has 10 cottages near tadoba\",\"prompt_id\":40,\"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-15 09:21:15', '2025-09-15 09:21:45'),
(41, 51, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"SEO Marketing Agency\",\"website_description\":\"A professional platform for showcasing SEO and marketing services, case studies, testimonials, and valuable resources to potential clients.\",\"website_type\":\"Business\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO strategy, marketing agency, digital marketing, growth hacking, client case studies\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to our SEO and marketing agency. We specialize in delivering results-driven marketing solutions.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An impactful introduction showcasing our brand message and value proposition.\",\"section_prompt\":\"A prominent display welcoming visitors, with a background image emphasizing digital marketing.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our mission and values that drive our agency forward.\",\"section_prompt\":\"A brief introduction about the agency\'s vision, mission, and team to connect with potential clients.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the wide range of services we offer to enhance your digital presence.\",\"section_prompt\":\"A grid layout displaying services such as SEO, PPC, Content Marketing with brief descriptions.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with the latest marketing trends and insights from our blog.\",\"section_prompt\":\"A section featuring the latest blog posts, encouraging visitors to read and learn more.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Key metrics showcasing our success and expertise in the industry.\",\"section_prompt\":\"A visual representation of statistics such as completed projects, clients served, and campaign results.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Engage with us to elevate your business through our tailored marketing strategies.\",\"section_prompt\":\"A compelling invitation encouraging potential clients to reach out for consultations.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear what our clients have to say about their experience with our agency.\",\"section_prompt\":\"A rotating carousel of testimonials from satisfied clients illustrating our impact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with navigation links, social media icons, and contact information.\",\"section_prompt\":\"A standard footer containing links to important pages and social media handles.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Discover the comprehensive marketing services offered by our agency.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top-level header for navigation purpose.\",\"section_prompt\":\"Standard header for this page containing logo and main menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Service Overview\",\"section_description\":\"An overview of our professional services to boost your business.\",\"section_prompt\":\"A banner explaining the purpose of this services page with a relevant image.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Search Engine Optimization (SEO)\",\"section_description\":\"Our SEO services help improve your website\'s visibility on search engines and attract organic traffic.\",\"section_prompt\":\"A layout displaying an image with text side-by-side detailing our SEO services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Pay-Per-Click Advertising (PPC)\",\"section_description\":\"Maximize your ROI with our targeted PPC campaigns tailored to your business needs.\",\"section_prompt\":\"Side-by-side content format explaining our PPC strategies.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Deliver valuable content to your audience that drives engagement and conversions.\",\"section_prompt\":\"An engaging content layout focusing on our content marketing approach.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries addressed to help you understand our services better.\",\"section_prompt\":\"A straightforward Q&A section highlighting FAQs related to our agency.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us for More Info\",\"section_description\":\"Reach out to learn how we can help your business grow.\",\"section_prompt\":\"An encouraging call-to-action prompting visitors to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with navigation links, social media icons, and contact information.\",\"section_prompt\":\"A standard footer containing links to important pages and social media handles.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Read our latest insights and articles about SEO, marketing strategies, and industry trends.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top-level header for navigation purpose.\",\"section_prompt\":\"Standard header for this page containing logo and main menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog Overview\",\"section_description\":\"Stay informed with our latest articles and industry news.\",\"section_prompt\":\"A banner outlining the purpose of the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"A collection of our recent articles providing valuable insights into the marketing industry.\",\"section_prompt\":\"A grid layout showcasing the latest blog posts with excerpts and read more options.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Get to know the experts behind our agency\'s success.\",\"section_prompt\":\"A display of team member profiles with brief bios addressing their expertise.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Sign up to receive our latest articles and insights directly in your inbox.\",\"section_prompt\":\"A subscription form encouraging visitors to join our mailing list.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with navigation links, social media icons, and contact information.\",\"section_prompt\":\"A standard footer containing links to important pages and social media handles.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Connect with us for inquiries and to learn more about our services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Top-level header for navigation purpose.\",\"section_prompt\":\"Standard header for this page containing logo and main menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We\'d love to hear from you! Reach out with any inquiries or requests.\",\"section_prompt\":\"A banner inviting visitors to connect.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to get in touch with our team.\",\"section_prompt\":\"A user-friendly form where visitors can submit their inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at our office for direct consultations.\",\"section_prompt\":\"Basic location details including address and contact number.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with navigation links, social media icons, and contact information.\",\"section_prompt\":\"A standard footer containing links to important pages and social media handles.\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":41}', '2025-09-15 12:16:30', '2025-09-15 12:16:30'),
(42, NULL, NULL, '\"Portfolio showcasing graphic design work\"', '{\"website_title\":\"My Creative Portfolio\",\"website_description\":\"A showcase of my graphic design work, featuring projects that highlight my creativity and skills in the field of graphic design.\",\"website_type\":\"Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative design showcase, freelance designer work, client testimonials\",\"pages\":[{\"page_type\":\"homepage\",\"page_title\":\"Home\",\"page_description\":\"The landing page showcasing my graphic design skills and projects.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"A vibrant introduction to my work and creativity as a graphic designer.\",\"section_prompt\":\"This section introduces visitors to my portfolio with a captivating image and a welcoming message.\"},{\"section_type\":\"about\",\"section_title\":\"My Journey\",\"section_description\":\"An overview of my background, experience, and passion for graphic design.\",\"section_prompt\":\"This section details my path to becoming a graphic designer with insights into my learning and development.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Projects\",\"section_description\":\"A visually appealing grid showcasing samples of my best work.\",\"section_prompt\":\"The grid displays thumbnails of my selected projects that link to detailed views.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback from clients about their experience working with me.\",\"section_prompt\":\"This section includes quotes from clients and their words expressing their satisfaction.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"A preview of my recent blog posts and articles related to design.\",\"section_prompt\":\"Highlights current articles or thoughts on design trends that link to my blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Collaborate!\",\"section_description\":\"Encouragement for visitors to get in touch for potential projects.\",\"section_prompt\":\"An engaging invitation for visitors to reach out and discuss potential collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and links to social media profiles.\",\"section_prompt\":\"This is the footer that gives visitors necessary links and contact details.\"}]},{\"page_type\":\"services\",\"page_title\":\"Design Offerings\",\"page_description\":\"A detailed breakdown of the various graphic design services I provide as a freelancer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header section for the service page.\",\"section_prompt\":\"This section contains the top navigation of the services page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore My Services\",\"section_description\":\"An introduction to the services that I offer in graphic design.\",\"section_prompt\":\"This section elaborates on the design services available.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding Design\",\"section_description\":\"Creating unique and memorable brand identities that resonate with audiences.\",\"section_prompt\":\"Details about my branding design service with relevant imagery.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Designing high-quality print materials like brochures, posters, and business cards.\",\"section_prompt\":\"Showcasing my print design services with examples.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Graphics\",\"section_description\":\"Crafting stunning digital graphics for social media, websites, and online ads.\",\"section_prompt\":\"Focused on my service of digital graphic creation with layout suggestions.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions clients ask regarding my design services.\",\"section_prompt\":\"Providing clarifications and information regarding commonly asked questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement for potential clients to inquire about my services.\",\"section_prompt\":\"Prompting visitors to reach out for more information on my services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and links to social media profiles.\",\"section_prompt\":\"Ending the services page with essential footer links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"A collection of articles and blog posts covering various topics in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header section for the blog page.\",\"section_prompt\":\"Top navigation of the blog page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"An overview of my recent blog posts focused on design insights and tips.\",\"section_prompt\":\"This section provides an introduction to recent articles.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Trending Topics\",\"section_description\":\"A grid layout displaying recent blog posts with images and excerpts.\",\"section_prompt\":\"A collection grid that features my latest articles in graphic design.\"},{\"section_type\":\"about\",\"section_title\":\"My Perspective\",\"section_description\":\"Insights into how I approach design and the strategies I recommend.\",\"section_prompt\":\"A brief section about my thoughts and approach regarding design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Invitation for visitors to subscribe to updates on new blog posts.\",\"section_prompt\":\"A section encouraging visitors to sign up for newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and links to social media profiles.\",\"section_prompt\":\"Ending the blog page with relevant footer links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Reach Out\",\"page_description\":\"A dedicated page for potential clients to inquire and get in touch with me.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header section for the contact page.\",\"section_prompt\":\"The header section contains navigational links for the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Encouragement for visitors to reach out for collaborations or inquiries.\",\"section_prompt\":\"This title section welcomes visitors to the contact page.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"A simple form for visitors to fill out for inquiries and collaborations.\",\"section_prompt\":\"The contact form will have fields for name, email, message, etc.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"My email address and phone number for direct communication.\",\"section_prompt\":\"A section providing additional contact details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and links to social media profiles.\",\"section_prompt\":\"Concluding the contact page with necessary footer links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":42,\"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-17 06:57:42', '2025-09-17 06:58:07'),
(43, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"Travel Adventures by [Your Name]\",\"website_description\":\"Join me on my travel journeys as I share stunning photography and captivating stories from around the world!\",\"website_type\":\"Personal\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel photography, travel tips, adventure destinations, travel stories, photography portfolio\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Discover my travel journey through breathtaking photography and engaging stories.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Travel Blog\",\"section_description\":\"An introduction to my adventures around the globe and the stories behind the photographs.\",\"section_prompt\":\"Responsive full-width banner with a background image of a stunning travel location and a brief welcoming message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Get to know me, my passion for travel, photography, and the stories I like to share.\",\"section_prompt\":\"A brief introduction with a photo of myself and text explaining my background and experiences.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Explore My Destinations\",\"section_description\":\"A preview of destination guides featuring top travel itineraries and recommendations.\",\"section_prompt\":\"Grid layout showcasing different travel destinations with links to detailed guides.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Adventures\",\"section_description\":\"Catch up on my most recent travel blog posts and photography projects.\",\"section_prompt\":\"A section featuring a list of the latest blog entries with thumbnails.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Travel Journey Stats\",\"section_description\":\"Highlighting my travel experiences through statistics: countries visited, photographs taken, and memories made.\",\"section_prompt\":\"Bar chart showing numbers representing my travels and achievements.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Me on This Journey\",\"section_description\":\"Encouraging readers to subscribe and follow my travel adventures.\",\"section_prompt\":\"A call to action inviting users to join my newsletter or follow on social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media, contact information, and a brief copyright notice.\",\"section_prompt\":\"Standard footer layout featuring necessary links and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Travel Photography\",\"page_description\":\"Offering photography services to capture your travel experiences beautifully.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"General website header with navigation links and branding.\",\"section_prompt\":\"Standard website header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Photography Services\",\"section_description\":\"An overview of the photography services I offer for travel enthusiasts.\",\"section_prompt\":\"A banner featuring the page title and a background image related to travel photography.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Custom Photo Shoots\",\"section_description\":\"Personalized photo sessions that capture the essence of your travel adventures.\",\"section_prompt\":\"Media and text layout showcasing an image alongside a description of the service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Travel Portraits\",\"section_description\":\"Beautifully captured portraits that reflect your travel experiences and emotions.\",\"section_prompt\":\"Media and text layout describing the travel portrait service.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common inquiries regarding photography services and bookings.\",\"section_prompt\":\"A listing of FAQ questions and answers about the services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Session\",\"section_description\":\"Encouraging potential clients to reach out for photography bookings.\",\"section_prompt\":\"Call to action prompting users to fill a contact form to book a photography session.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media, contact information, and a brief copyright notice.\",\"section_prompt\":\"Standard footer layout featuring necessary links and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Stories\",\"page_description\":\"Read about my travels and photography insights in engaging blog posts.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"General website header with navigation links and branding.\",\"section_prompt\":\"Standard website header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Travel Blog\",\"section_description\":\"A collection of my latest travel stories and photography insights.\",\"section_prompt\":\"A banner featuring the page title and a background image related to travel.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Blog Posts\",\"section_description\":\"A grid layout showcasing recent posts with images and excerpts.\",\"section_prompt\":\"A grid displaying the latest blog posts with preview images.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Highlights from My Travels\",\"section_description\":\"Insights from my most impactful travel experiences and lessons learned.\",\"section_prompt\":\"A detailed section focusing on a particular travel story or lesson.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Featured Photos\",\"section_description\":\"Highlight of selected photos from my travels, shared on social media.\",\"section_prompt\":\"Social media styled cards displaying my best photos.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Read More on My Blog\",\"section_description\":\"Encouraging visitors to explore more articles and subscribe.\",\"section_prompt\":\"Call to action inviting users to continue reading articles and join the mailing list.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media, contact information, and a brief copyright notice.\",\"section_prompt\":\"Standard footer layout featuring necessary links and contact information.\"}]},{\"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\":\"General website header with navigation links and branding.\",\"section_prompt\":\"Standard website header layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Information about how to connect with me for inquiries or collaborations.\",\"section_prompt\":\"A banner featuring the page title and a peaceful travel-themed background.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A simple form for visitors to send messages directly.\",\"section_prompt\":\"A clear layout for the contact form to gather visitor\'s information.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Other Contact Methods\",\"section_description\":\"Alternative ways to reach me, including social media links and email.\",\"section_prompt\":\"Providing additional contact methods in a list format.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media, contact information, and a brief copyright notice.\",\"section_prompt\":\"Standard footer layout featuring necessary links and contact information.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":43}', '2025-09-18 12:56:52', '2025-09-18 12:56:52'),
(44, NULL, NULL, '\"I would like to create a website for bushark digital. I offer services for custom website development in wordpress and offers seo and paid marketing\"', '{\"website_title\":\"Bushark Digital\",\"website_description\":\"Bushark Digital specializes in custom website development, SEO, and paid marketing services, showcasing expertise in WordPress and providing clear insights into our offerings.\",\"website_type\":\"Business Services\",\"website_industry\":\"Technology\",\"search_query\":\"website development, SEO services, digital marketing, WordPress expertise, client testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Bushark Digital, your partner in custom web solutions.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A captivating introduction to our services and expertise in web solutions.\",\"section_prompt\":\"A full-width hero section with background image and introductory text.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Bushark Digital focuses on delivering innovative web solutions tailored to our clients\' needs.\",\"section_prompt\":\"Dedicated section sharing the company vision, mission, and values.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our range of services including website development, SEO, and paid marketing.\",\"section_prompt\":\"A grid displaying service offerings with icons or images and short descriptions.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Achievements\",\"section_description\":\"Highlighting key statistics and accomplishments that demonstrate our expertise.\",\"section_prompt\":\"Visual representation of completed projects, satisfied clients, and other key metrics.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear from our satisfied clients about their experiences working with Bushark Digital.\",\"section_prompt\":\"A section for rotating or static quotes from past clients, enriched with visuals.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Check out our latest insights and articles on web development and marketing trends.\",\"section_prompt\":\"A simplified layout showcasing the most recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Ready to elevate your online presence? Contact us today for a consultation.\",\"section_prompt\":\"A compelling call-to-action section inviting visitors to get started.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section including navigation links and contact information.\",\"section_prompt\":\"A structured footer that provides quick links and contact details.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Detailed overview of the services we offer at Bushark Digital.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A navigational header for the services page.\",\"section_prompt\":\"Standard header section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Discover a full range of digital solutions tailored for your business.\",\"section_prompt\":\"A section featuring the page title prominently.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Website Development\",\"section_description\":\"Custom website development services with expertise in WordPress.\",\"section_prompt\":\"A media and text section showcasing website development.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Services\",\"section_description\":\"Comprehensive SEO strategies to improve your online visibility.\",\"section_prompt\":\"A media and text layout focusing on SEO offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Paid Marketing\",\"section_description\":\"Targeted marketing solutions to boost your online presence and sales.\",\"section_prompt\":\"A media and text section detailing paid marketing services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about our services and processes.\",\"section_prompt\":\"A section listing FAQs to clarify potential client inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Us to Learn More!\",\"section_description\":\"Inquire now to get exclusive insights about our services.\",\"section_prompt\":\"Encouraging visitors to reach out for more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section including navigation links and contact information.\",\"section_prompt\":\"A structured footer that provides quick links and contact details.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Our Portfolio\",\"page_description\":\"Showcasing our past projects and client success stories at Bushark Digital.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A navigational header for the portfolio page.\",\"section_prompt\":\"Standard header section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Project Highlights\",\"section_description\":\"Explore some of our featured projects showcasing our expertise.\",\"section_prompt\":\"Banner section featuring the title project highlights.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Work\",\"section_description\":\"A showcase of successful projects completed for our clients.\",\"section_prompt\":\"Visual gallery layout presenting various project images.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Case Studies\",\"section_description\":\"In-depth analysis of selected projects and the results we achieved.\",\"section_prompt\":\"Detailed descriptions of case studies explaining our approach.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Our Impact\",\"section_description\":\"Quantifying our success with key results and metrics from our projects.\",\"section_prompt\":\"Visual representation of impactful statistics.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Create Together!\",\"section_description\":\"Interested in our services? Let\\u2019s discuss your project now.\",\"section_prompt\":\"A call-to-action encouraging visitors to get in touch for new projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section including navigation links and contact information.\",\"section_prompt\":\"A structured footer that provides quick links and contact details.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Stay updated with the latest insights in web development, SEO, and marketing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A navigational header for the blog page.\",\"section_prompt\":\"Standard header section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog Entries\",\"section_description\":\"Enjoy our expert articles on web solutions and marketing trends.\",\"section_prompt\":\"A section emphasizing the title of the blog entries.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Posts\",\"section_description\":\"A grid layout showcasing our most popular and recent articles.\",\"section_prompt\":\"A visually appealing grid of blog posts with images.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Recent Updates\",\"section_description\":\"The latest articles and updates from our team.\",\"section_prompt\":\"A listing of the newest blog posts.\"},{\"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\":\"Encouraging visitors to sign up for the newsletter.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section including navigation links and contact information.\",\"section_prompt\":\"A structured footer that provides quick links and contact details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Bushark Digital for your web development and marketing needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A navigational header for the contact page.\",\"section_prompt\":\"Standard header section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We want to hear from you! Reach out with your inquiries.\",\"section_prompt\":\"A section featuring the contact page title.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send us your questions or comments.\",\"section_prompt\":\"A form section for visitors to submit their inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Find our contact details and social media links.\",\"section_prompt\":\"A section displaying email, phone, and social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section including navigation links and contact information.\",\"section_prompt\":\"A structured footer that provides quick links and contact details.\"}]},{\"page_type\":\"my_business\",\"page_title\":\"My Business\",\"page_description\":\"Explore the journey of Bushark Digital, detailing its origins, mission, and the services offered in custom website development and digital marketing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section serves as the introductory header for the page, providing navigation and branding.\",\"section_prompt\":\"Create a modern header with a logo, navigation links, and a contact information bar using Bootstrap 5.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Business\",\"section_description\":\"This section displays a bold banner that announces the page\'s focus on the business background and offerings.\",\"section_prompt\":\"Design an engaging inner banner featuring a background image and prominent text that highlights \'My Business\'. Use responsive design to ensure visibility on various devices.\"},{\"section_type\":\"about\",\"section_title\":\"The Story of Bushark Digital\",\"section_description\":\"A brief narrative about the inception and vision of my business, sharing insights into its growth and aspirations.\",\"section_prompt\":\"Present a compelling narrative about my business, structuring it in a visually appealing format with images and text using Bootstrap 5 to enhance readability.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Expertise and Services\",\"section_description\":\"Highlighting the key services offered by my business, including custom website development, SEO, and paid marketing.\",\"section_prompt\":\"Create a feature highlight section that showcases my business\'s services with icons and descriptions, ensuring a consistent layout with Bootstrap 5 for easy navigation.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Elevate Your Digital Presence?\",\"section_description\":\"An engaging call-to-action prompting visitors to get in touch for tailored digital solutions.\",\"section_prompt\":\"Design a visually striking call-to-action section with a clear button linking to the contact page. Use Bootstrap 5 components to ensure responsiveness and accessibility.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer contains essential links, contact information, and social media icons for my business.\",\"section_prompt\":\"Construct a footer section that includes navigation links, social media icons, and a copyright notice. Utilize Bootstrap 5 to ensure a clean and organized layout.\"}]}],\"user_prompt\":\"I would like to create a website for bushark digital. I offer services for custom website development in wordpress and offers seo and paid marketing\",\"prompt_id\":44,\"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-18 13:03:47', '2025-09-18 13:05:20');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(46, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A visually engaging portfolio showcasing my graphic design work, skills, creativity, and professional development.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative design work, design projects, design inspirations, 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\":\"This section serves as the introductory visual experience of my portfolio.\",\"section_prompt\":\"Engaging hero image with text overlay introducing my graphic design portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction to my background, skills, and passion for graphic design.\",\"section_prompt\":\"Relevant content that introduces me, my design background, and my passion.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"A showcase of selected works reflecting my skills and creativity.\",\"section_prompt\":\"Grid layout displaying thumbnails of my design projects, clickable to view details.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Journey\",\"section_description\":\"Sharing my experiences and inspirations in the field of graphic design.\",\"section_prompt\":\"Detailed narrative about my journey and what inspires my design work.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Testimonials\",\"section_description\":\"Client feedback showcasing my professionalism and quality of work.\",\"section_prompt\":\"Display quotes and feedback from clients regarding my design services.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Recent blog posts about design trends and processes.\",\"section_prompt\":\"List of latest blog articles with snippets related to graphic design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging potential clients to reach out for collaborations.\",\"section_prompt\":\"Engaging call-to-action inviting visitors to contact me for inquiries.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Discover the graphic design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for my services page.\",\"section_prompt\":\"Standard header with navigational links to other sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Overview of the graphic design services I provide.\",\"section_prompt\":\"Visually appealing banner introducing my service offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Design\",\"section_description\":\"Crafting unique brand identities through thoughtful design.\",\"section_prompt\":\"Two-column layout with image on one side and content on the other, emphasizing brand design.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Creating stunning print materials that effectively communicate messages.\",\"section_prompt\":\"Visual layout showcasing print work examples alongside descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"Designing user-friendly websites that engage and convert visitors.\",\"section_prompt\":\"Attractive layout displaying web design projects with contextual info.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions regarding my services.\",\"section_prompt\":\"A clear list of FAQs pertaining to my services and processes.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Let\\u2019s discuss your project needs.\",\"section_prompt\":\"A compelling call to action inviting visitors to reach out for consultations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links and copyright information.\",\"section_prompt\":\"Footer layout containing important links and copyright notices.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Design Insights\",\"page_description\":\"A collection of articles sharing insights about graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the blog page.\",\"section_prompt\":\"Standard header with navigational links to other sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Insights\",\"section_description\":\"Introducing the blog section focusing on graphic design trends.\",\"section_prompt\":\"A visual banner that represents the design insights offered.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Grid displaying the most recent blog posts related to design.\",\"section_prompt\":\"Dynamic grid layout with article thumbnails leading to full blog posts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Trends\",\"section_description\":\"An in-depth exploration of current design trends and their impacts.\",\"section_prompt\":\"Focused article highlighting key design trends with supporting images.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Creative Process\",\"section_description\":\"Sharing my approach and techniques in the design process.\",\"section_prompt\":\"An engaging narrative about my creative process complemented by visuals.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated\",\"section_description\":\"Inviting visitors to subscribe for updates on new blog posts.\",\"section_prompt\":\"Clear call-to-action encouraging newsletter sign-ups for blog updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links and copyright information.\",\"section_prompt\":\"Footer layout containing important links and copyright notices.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch to discuss potential projects and collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the contact page.\",\"section_prompt\":\"Standard header with navigational links to other sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Encouraging visitors to get in touch.\",\"section_prompt\":\"Visually appealing banner that invites users to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"A form allowing potential clients to inquire about my services.\",\"section_prompt\":\"Contact form with fields for name, email, message for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Important contact information including email and phone number.\",\"section_prompt\":\"Clear text displaying email and phone number for direct inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links and copyright information.\",\"section_prompt\":\"Footer layout containing important links and copyright notices.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio Showcase\",\"page_description\":\"A dedicated page showcasing my graphic design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the portfolio showcase page.\",\"section_prompt\":\"Standard header with navigational links to other sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Portfolio Showcase\",\"section_description\":\"Highlighting a collection of my best graphic design work.\",\"section_prompt\":\"Banner introducing the portfolio showcase section.\"},{\"section_type\":\"gallery\",\"section_title\":\"Selected Projects\",\"section_description\":\"A gallery of standout projects displaying my skills and creativity.\",\"section_prompt\":\"Grid layout of images showcasing various projects with links to details.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project Highlights\",\"section_description\":\"Stories behind key projects showcasing design challenges and solutions.\",\"section_prompt\":\"Detailed narratives about selected projects with accompanying visuals.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Achievements\",\"section_description\":\"Highlighting key statistics about my work and projects.\",\"section_prompt\":\"Visual representation of milestones and achievements in my design career.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Collaborate\",\"section_description\":\"Encouraging visitors to reach out for collaborative projects.\",\"section_prompt\":\"Engaging call-to-action inviting inquiries for collaboration on design projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with links and copyright information.\",\"section_prompt\":\"Footer layout containing important links and copyright notices.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":46}', '2025-09-23 04:52:46', '2025-09-23 04:52:46'),
(47, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing my graphic design work, creative journey, skills, and projects to provide a valuable resource for potential clients and employers.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative projects, design work, graphic design showcase\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio. Discover my work and creative journey.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"A captivating introduction to my graphic design portfolio, featuring prominent work.\",\"section_prompt\":\"This section serves as the opening visual for my portfolio, displaying striking graphics and a welcoming message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey, design philosophy, and what inspires my work in graphic design.\",\"section_prompt\":\"A personal narrative detailing my creative background and what drives my artistic expression.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Work\",\"section_description\":\"A grid showcasing selected projects that represent my skills and creativity in graphic design.\",\"section_prompt\":\"A visually appealing layout presenting thumbnails and brief descriptions of featured design projects.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay up-to-date with my latest design projects and insights.\",\"section_prompt\":\"A section highlighting the most recent posts or updates related to my work and thoughts on design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate\",\"section_description\":\"Reach out for potential collaboration or inquiries. Your next project could start here!\",\"section_prompt\":\"An engaging invitation for visitors to connect and discuss new opportunities.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"My Achievements\",\"section_description\":\"A snapshot of my professional milestones and projects completed.\",\"section_prompt\":\"A visually engaging bar or graphic that highlights key statistics related to my design career.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information, social media links, and navigation to other pages.\",\"section_prompt\":\"A standard footer section featuring essential links and contact details.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Explore the graphic design services I offer tailored to your needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to my services.\",\"section_prompt\":\"A simple header to welcome visitors to the services page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Overview of the services available in my graphic design portfolio.\",\"section_prompt\":\"An inner banner that reflects the theme of services provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding Design\",\"section_description\":\"Offering comprehensive branding solutions to create a strong visual identity.\",\"section_prompt\":\"A split section featuring an image representing branding along with descriptive text.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"Creating visually stunning and user-friendly website designs.\",\"section_prompt\":\"A section dedicated to web design services with accompanying visuals.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Expertise in crafting eye-catching print materials including brochures and flyers.\",\"section_prompt\":\"A section highlighting print design services with images.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common questions regarding my services and design process.\",\"section_prompt\":\"A detailed FAQ section providing potential clients with important information.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in collaboration? Reach out to start the conversation!\",\"section_prompt\":\"An inviting call to action encouraging visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact information and links to navigate back to the main site.\",\"section_prompt\":\"A footer section with essential navigation and contact links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Latest Articles\",\"page_description\":\"Read my latest articles and insights on graphic design and creative processes.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to my blog section.\",\"section_prompt\":\"A header introducing visitors to my blog content.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"A collection of my most recent blog posts about graphic design.\",\"section_prompt\":\"An inner banner delineating the area where blog posts will be showcased.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"Browse through my articles covering various design topics and personal insights.\",\"section_prompt\":\"A grid layout showcasing the latest blog posts with images and excerpts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Conversation\",\"section_description\":\"Comment on articles or share them with your network.\",\"section_prompt\":\"Encouragement for readers to engage with my blog content.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to navigate back to primary sites and contact options.\",\"section_prompt\":\"Traditional website footer featuring essential links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Connect with me for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to the contact page.\",\"section_prompt\":\"A simple header introducing the contact section.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Details on how to reach me for queries or projects.\",\"section_prompt\":\"An inner banner guiding visitors on how to contact me.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Fill out the form below to get in touch with me.\",\"section_prompt\":\"A form layout for visitors to submit their inquiries easily.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Additional Contact Info\",\"section_description\":\"Find my email and social media links for direct outreach.\",\"section_prompt\":\"A section providing alternative contact options.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with navigation links.\",\"section_prompt\":\"Footer providing essential links and contact details.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Work\",\"page_description\":\"Explore my graphic design projects showcasing creativity and skill.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to my portfolio of design work.\",\"section_prompt\":\"A header section introducing my projects.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Creative Projects\",\"section_description\":\"A showcase of my creative projects in graphic design.\",\"section_prompt\":\"An inviting title banner introducing my work showcase.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"A visually engaging gallery showcasing my best work.\",\"section_prompt\":\"Dynamic gallery layout presenting images of various projects.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project Spotlight\",\"section_description\":\"Highlighting a particular project with in-depth insights and visuals.\",\"section_prompt\":\"A detailed focus on an exemplary project to showcase its depth and creativity.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More\",\"section_description\":\"Interested in more projects or collaborations? Let\\u2019s connect!\",\"section_prompt\":\"A call to action for viewers to explore my full portfolio or contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer with navigation links.\",\"section_prompt\":\"Footer providing essential links and contact details.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":47}', '2025-09-25 07:41:44', '2025-09-25 07:41:44'),
(48, 61, 232, '\"A simple one page electrician website with hero section, services, map and contacts\"', '{\"website_title\":\"Professional Electrician Services\",\"website_description\":\"Showcasing expert electrician services for residential and commercial needs with a focus on quality and reliability.\",\"website_type\":\"Personal\",\"website_industry\":\"Construction\",\"search_query\":\"electrician services, home electrical work, commercial electrician, electrical expertise, client testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my electrician services website, where professionalism meets reliability.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Site\",\"section_description\":\"A captivating section that introduces my services with a striking slogan and image.\",\"section_prompt\":\"Responsive full-width hero with an image representing electrical work and an engaging slogan.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my qualifications and commitment to quality in electrical services.\",\"section_prompt\":\"This section provides background information about my expertise and approach to work.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"A showcase of my key services for residential and commercial clients, emphasizing my expertise.\",\"section_prompt\":\"Grid layout displaying different services offered with brief descriptions.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Why Choose Me?\",\"section_description\":\"Highlight various statistics to showcase my experience and success rate.\",\"section_prompt\":\"Bar format showcasing various stats like completed projects, satisfied customers, etc.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"An easy-to-use contact form for potential clients to reach out for inquiries or quotes.\",\"section_prompt\":\"Simple form layout for users to fill out their information and inquiries.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Read what my clients say about my work and professionalism.\",\"section_prompt\":\"Carousel or list format featuring quotes from satisfied customers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Start Your Project?\",\"section_description\":\"Encouraging visitors to reach out for their electrical needs.\",\"section_prompt\":\"Bold call to action prompting users to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigation and additional links for visitors.\",\"section_prompt\":\"Standard footer with relevant links and information.\"}]}],\"user_prompt\":\"A simple one page electrician website with hero section, services, map and contacts\",\"prompt_id\":48,\"theme\":\"material\",\"colors\":[[58,91,204],[137,137,137]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null}}', '2025-10-05 09:14:30', '2025-10-05 09:17:57'),
(56, NULL, NULL, '\"Portfolio showcasing graphic design work\"', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A clean and modern portfolio showcasing my graphic design work, insights, and services.\",\"website_type\":\"portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, modern design, creative process, design tips\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio, where you can explore my journey, my best work, and services offered.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"An eye-catching introduction to my portfolio that highlights my graphic design skills and creativity.\",\"section_prompt\":\"Responsive hero section with a compelling background image showcasing my best work.\"},{\"section_type\":\"about\",\"section_title\":\"My Journey\",\"section_description\":\"Learn about my background, experience, and passion for graphic design that drives my creativity.\",\"section_prompt\":\"A brief narrative with a professional photograph to introduce myself, explaining my journey in graphic design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"Showcasing a selection of my best graphic design projects with descriptions to illustrate my creative process and outcomes.\",\"section_prompt\":\"Overview of featured projects displayed in a grid layout to attract potential clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Explore my blog posts where I share design tips and insights into current trends in graphic design.\",\"section_prompt\":\"A preview of my blog posts, focusing on design-related topics to engage visitors.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback and testimonials from clients that reflect my work ethics and capabilities in graphic design.\",\"section_prompt\":\"Display client testimonials in an attractive format to build trust with prospective clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to reach out and discuss potential projects and collaborations.\",\"section_prompt\":\"A prominent call-to-action that motivates visitors to contact me for inquiries.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Design Achievements\",\"section_description\":\"Highlighting key statistics, such as projects completed, clients served, and years of experience.\",\"section_prompt\":\"A visually appealing stats section to present my accomplishments in graphic design.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey, inspirations, and the creative process behind my graphic design work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation and branding area of my website.\",\"section_prompt\":\"Use a prominent header layout that includes my logo and navigation links, ensuring it\'s responsive on all devices.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"An engaging introduction to who I am and my expertise.\",\"section_prompt\":\"Create a full-width inner banner that includes a background image with a semi-transparent overlay and centered text featuring my name and a tagline.\"},{\"section_type\":\"about\",\"section_title\":\"My Journey\",\"section_description\":\"A narrative detailing my background, education, and path to becoming a graphic designer.\",\"section_prompt\":\"Provide a visually appealing text section that tells the story of my journey, using a multi-column layout for ease of reading.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Insights into my design philosophy and what drives my creative process.\",\"section_prompt\":\"Design a layout that incorporates quotes and key bullet points to succinctly communicate my design values.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate\",\"section_description\":\"Encouragement for potential clients to reach out for projects.\",\"section_prompt\":\"Create a call-to-action section with a bold statement and a button leading to the contact page, structured in a visually engaging manner.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The concluding area of the website containing links and necessary information.\",\"section_prompt\":\"Develop a simple footer layout that includes my contact details, social media links, and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me to discuss your graphic design needs or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the main header section of my website, welcoming visitors and providing easy navigation.\",\"section_prompt\":\"Responsive header with navigation links to other sections of my website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"This section visually emphasizes the purpose of this page\\u2014contacting me.\",\"section_prompt\":\"Full-width inner banner with a background image related to communication and contact.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Get in Touch\",\"section_description\":\"Here, I provide various ways visitors can reach out to me, including email and social media links.\",\"section_prompt\":\"Clear and concise text providing my contact information, structured in a user-friendly format.\"},{\"section_type\":\"contact_section\",\"section_title\":\"Contact Form\",\"section_description\":\"A simple form where visitors can input their details and messages to reach me directly.\",\"section_prompt\":\"Interactive contact form layout designed with Bootstrap for easy submissions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Collaborate!\",\"section_description\":\"Encouraging visitors to reach out for project discussions and collaborations.\",\"section_prompt\":\"Catchy call-to-action section with a brief message and buttons leading to the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer contains additional navigation, links to social media, and copyright information.\",\"section_prompt\":\"Responsive footer with links arranged in columns, including social media icons.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":56,\"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-25 07:50:17', '2025-10-25 07:52:29'),
(62, NULL, NULL, 'A blog showcasing travel and photography', '{\"website_title\":\"My Travel Journal\",\"website_description\":\"A vibrant blog dedicated to showcasing my travel experiences through captivating photography, detailed stories, and practical tips for travelers.\",\"website_type\":\"Personal Blog\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel blog, travel photography, travel tips, adventure stories, travel destinations\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my travel blog!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding of my travel blog.\",\"section_prompt\":\"Include logo and menu options.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Travel Blog\",\"section_description\":\"Join me as I explore the world through travel and photography.\",\"section_prompt\":\"Inspirational travel images with welcoming text.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my passion for travel and photography.\",\"section_prompt\":\"A brief introduction to my travel adventures and photographic journey.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Travel Destinations\",\"section_description\":\"Explore some of my unforgettable adventures around the globe.\",\"section_prompt\":\"A grid showcasing destination highlights with beautiful images.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Adventures\",\"section_description\":\"Catch up on my most recent travel stories and tips.\",\"section_prompt\":\"Showcase titles and links to the latest blog posts.\"},{\"section_type\":\"gallery\",\"section_title\":\"Captivating Photography\",\"section_description\":\"A visual journey through my travel photography.\",\"section_prompt\":\"Image grid that showcases stunning photos from my travels.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Travel with Me?\",\"section_description\":\"Discover the joy of travel through my experiences and insights.\",\"section_prompt\":\"Highlight advantages of reading my travel blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join The Adventure!\",\"section_description\":\"Subscribe for new stories and tips every week!\",\"section_prompt\":\"Encouragement for visitors to subscribe or follow.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content with copyright and additional links.\",\"section_prompt\":\"Include contact information and social media links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover the story behind my blog and passion for travel.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding of my travel blog.\",\"section_prompt\":\"Include logo and menu options.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A deeper look into who I am and my travel philosophy.\",\"section_prompt\":\"Feature an inviting image related to travel.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"From my first trip to where I am today, let\'s explore my travel journey.\",\"section_prompt\":\"Detail my adventures and learnings over the years.\"},{\"section_type\":\"social_cards\",\"section_title\":\"My Favorite Destinations\",\"section_description\":\"A showcase of places that have impacted my travel experiences.\",\"section_prompt\":\"Use cards to display highlights of these destinations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Connected!\",\"section_description\":\"Follow my travels and tips for ongoing inspiration.\",\"section_prompt\":\"Prompt readers to engage with my social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content with copyright and additional links.\",\"section_prompt\":\"Include contact information and social media links.\"}]},{\"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\":\"Navigation and branding of my travel blog.\",\"section_prompt\":\"Include logo and menu options.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"I\'d love to hear from you!\",\"section_prompt\":\"Feature an inviting image related to communication.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"Fill out the form below to send me a message.\",\"section_prompt\":\"Include a form for visitors to contact me.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Other Ways to Connect\",\"section_description\":\"Find me on social media platforms.\",\"section_prompt\":\"List of social media links and other contact methods.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content with copyright and additional links.\",\"section_prompt\":\"Include contact information and social media links.\"}]},{\"page_type\":\"resources\",\"page_title\":\"Travel Resources\",\"page_description\":\"Tools and guides that enhance my travels.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding of my travel blog.\",\"section_prompt\":\"Include logo and menu options.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Resources\",\"section_description\":\"Essential tools and tips for planning your journey.\",\"section_prompt\":\"Feature an inviting image related to travel resources.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Recommended Tools\",\"section_description\":\"A selection of tools I use for travel planning and photography.\",\"section_prompt\":\"List useful resources like apps, websites, and gear.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries about my travels and resources.\",\"section_prompt\":\"Answer questions that readers might have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Plan Your Adventure!\",\"section_description\":\"Use these resources to start your own journeys.\",\"section_prompt\":\"Encouragement to utilize the listed resources.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content with copyright and additional links.\",\"section_prompt\":\"Include contact information and social media links.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":62}', '2025-11-20 05:33:29', '2025-11-20 05:33:29'),
(66, NULL, NULL, 'travelling website', '{\"website_title\":\"Adventure Travels\",\"website_description\":\"A comprehensive guide for travelers seeking adventures, tips, and itineraries for their next journey.\",\"website_type\":\"Travel Guide\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"adventure travel guide, travel tips, vacation planning, destination ideas, travel itineraries\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Adventure Travels, your go-to destination for all your travel needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our travel guide seamlessly.\",\"section_prompt\":\"Bootstrap across the top.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Explore the World\",\"section_description\":\"Discover amazing travel destinations tailored for every adventurer.\",\"section_prompt\":\"Full-width image with inspiring travel scenery.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"I share my passion for travel by providing essential guides and itineraries for your adventures.\",\"section_prompt\":\"Introduce the purpose of the website.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Services Offered\",\"section_description\":\"Explore our diverse travel services designed to enhance your journey: travel planning, guided tours, travel promotions, accommodation listings.\",\"section_prompt\":\"Dynamic grid showcasing each service.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Get expert advice, personalized itineraries, and exclusive travel deals that fit your needs.\",\"section_prompt\":\"Highlight the advantages of using our guide.\"},{\"section_type\":\"gallery\",\"section_title\":\"Travel Inspiration Gallery\",\"section_description\":\"Browse through stunning photos from various travel destinations we cover.\",\"section_prompt\":\"Showcase a grid of beautiful travel images.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Travel Stories\",\"section_description\":\"Read about the newest adventures and tips from fellow travelers.\",\"section_prompt\":\"Showcase snippets from the recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Adventure\",\"section_description\":\"Join us and begin planning your next adventure today!\",\"section_prompt\":\"Encourage sign-ups and inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Stay connected with us for updates and travel tips.\",\"section_prompt\":\"Provide links to social media and contact information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Get to know more about our passion for travel and our mission.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Discover our history and mission.\",\"section_prompt\":\"Bootstrap across the top.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Story\",\"section_description\":\"We are a group of passionate travelers aiming to share our knowledge and experiences with others.\",\"section_prompt\":\"Introduce the inner page.\"},{\"section_type\":\"benefit\",\"section_title\":\"Our Mission\",\"section_description\":\"To inspire and assist travelers in creating unforgettable journeys around the world.\",\"section_prompt\":\"Explain what drives us.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Traveler Experiences\",\"section_description\":\"Hear from those who have traveled with us and benefited from our guidance.\",\"section_prompt\":\"Showcase quotes from satisfied travelers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Travel Community\",\"section_description\":\"Be part of our adventure and share your travel stories.\",\"section_prompt\":\"Encourage community engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Connect with us and learn more about our travel adventures.\",\"section_prompt\":\"Provide relevant links and contacts.\"}]},{\"page_type\":\"services\",\"page_title\":\"Travel Services\",\"page_description\":\"Explore our tailored travel services designed to enhance your journey.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Find out how we can assist you with your travel plans.\",\"section_prompt\":\"Bootstrap across the top.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"We offer a range of services to cater to every traveler\'s needs, including travel planning, guided tours, travel promotions, and accommodation listings.\",\"section_prompt\":\"Highlight what services are provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Travel Planning\",\"section_description\":\"Get expert help in organizing your travel itinerary to fit all your preferences.\",\"section_prompt\":\"Details on how we plan trips.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Guided Tours\",\"section_description\":\"Join our unique tours to explore the most beautiful destinations with local insights.\",\"section_prompt\":\"Showcase guided tours offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Travel Promotions\",\"section_description\":\"Take advantage of exclusive travel deals and promotions curated for you.\",\"section_prompt\":\"Highlight available promotions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Accommodation Listings\",\"section_description\":\"Access a wide range of lodging options to suit any budget and preference.\",\"section_prompt\":\"Show various accommodation types.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to commonly asked questions about our travel services.\",\"section_prompt\":\"Clear up any queries travelers may have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Plan Your Next Adventure\",\"section_description\":\"Contact us today to start planning your travels!\",\"section_prompt\":\"Encourage reaching out for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Stay updated with our services and travel tips.\",\"section_prompt\":\"Links and additional information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"We\'d love to hear from you! Reach out with any inquiries you have.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Get in touch with us.\",\"section_prompt\":\"Bootstrap across the top.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Information\",\"section_description\":\"Connect with us through the contact form below or via social media.\",\"section_prompt\":\"Encourage user interaction.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Drop Us a Message\",\"section_description\":\"Fill out the form below to send us your questions or comments.\",\"section_prompt\":\"Contact form for inquiries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"We Look Forward to Connecting\",\"section_description\":\"Your travel journey is important to us, reach out today!\",\"section_prompt\":\"Encourage contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Keep in touch and happy travels!\",\"section_prompt\":\"Provide social links and newsletter sign-up.\"}]}],\"user_prompt\":\"travelling website\",\"prompt_id\":66}', '2025-11-20 09:13:56', '2025-11-20 09:13:56');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(67, NULL, NULL, '\"travelling website\"', '{\"website_title\":\"Travel Adventures\",\"website_description\":\"A comprehensive travel platform to inspire and assist fellow travelers with destination guides, travel tips, and personal anecdotes.\",\"website_type\":\"personal\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel tips, destination guides, travel stories, adventure travel, packing lists\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Travel Adventures, your go-to travel resource.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our travel resources easily.\",\"section_prompt\":\"Bootstrap navigation panel.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Explore Your Next Adventure\",\"section_description\":\"Discover breathtaking destinations and tips to make your journey unforgettable.\",\"section_prompt\":\"High-quality image with call to action.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"I am passionate about exploring the world and sharing my experiences with fellow travelers.\",\"section_prompt\":\"Introduce yourself and your travel philosophy.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Travel Resources\",\"section_description\":\"Check out my top travel resources including itineraries, packing lists, and photography galleries.\",\"section_prompt\":\"Grid view of services offered.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Travel Stories\",\"section_description\":\"Read about my latest adventures and tips from my journeys around the world.\",\"section_prompt\":\"Highlight the latest blog posts in a dynamic section.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Me on My Travels\",\"section_description\":\"Sign up for updates and travel tips directly to your inbox!\",\"section_prompt\":\"Encourage visitors to subscribe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Connect with me on social media and stay updated with upcoming travel content.\",\"section_prompt\":\"Footer details with social media links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my passion for travel and what inspires me.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation to explore different sections of the website.\",\"section_prompt\":\"Bootstrap navigation panel.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Travel Journey\",\"section_description\":\"A brief history of my travel experiences and adventures.\",\"section_prompt\":\"Image showing various travel experiences.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Travel Matters\",\"section_description\":\"Discover the impact of traveling on personal growth and understanding cultures.\",\"section_prompt\":\"Short text highlighting the benefits of travel.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Travel Philosophy\",\"section_description\":\"My core values as a traveler and what I strive to share with others.\",\"section_prompt\":\"List highlighting key philosophies.\"},{\"section_type\":\"gallery\",\"section_title\":\"Travel Gallery\",\"section_description\":\"A collection of my favorite travel photographs from around the world.\",\"section_prompt\":\"Visual gallery section with important travel moments.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure\",\"section_description\":\"Encouraging visitors to engage with the site and contact me for tips.\",\"section_prompt\":\"Encourage visitors to subscribe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Connect and explore more content.\",\"section_prompt\":\"Footer details with social media links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Travel Blog\",\"page_description\":\"Read about my adventures and get travel tips from my experiences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Access various sections of the blog.\",\"section_prompt\":\"Bootstrap navigation panel.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore My Travels\",\"section_description\":\"Dive into my travel stories and tips shared through my blog posts.\",\"section_prompt\":\"Visual representation of the blog theme.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Posts\",\"section_description\":\"Browse through all my travel stories, tips, and guides.\",\"section_prompt\":\"Grid format displaying blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for More Updates\",\"section_description\":\"Stay informed about my latest posts and travel discoveries.\",\"section_prompt\":\"Encourage users to sign up.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Find links to various travel resources and social channels.\",\"section_prompt\":\"Footer details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch with me for travel tips or inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Reach out for collaborations or inquiries.\",\"section_prompt\":\"Bootstrap navigation panel.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Reach Out\",\"section_description\":\"Please fill out the form below for any queries or suggestions.\",\"section_prompt\":\"Visual depiction of contact.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A simple form for direct inquiries.\",\"section_prompt\":\"Contact form with required fields.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Find my email and other contact details for direct communication.\",\"section_prompt\":\"Detailed contact info.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Connect and engage with my travel community.\",\"section_prompt\":\"Footer details with social media links.\"}]}],\"user_prompt\":\"travelling website\",\"prompt_id\":67,\"theme\":\"material\",\"colors\":[[227,54,101],[40,40,40]],\"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\"}}', '2025-11-21 04:22:20', '2025-11-21 07:55:58'),
(70, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"Portfolio of a Graphic Designer\",\"website_description\":\"Showcasing my graphic design work, creative journey, skills, and services.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative work, design projects, logo design, illustrations\",\"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\":\"Navigational header for the website.\",\"section_prompt\":\"Bootstrap navigation bar with links to various sections.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my creative journey and diverse design projects.\",\"section_prompt\":\"Hero image showcasing a collage of my designs.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my background and design philosophy.\",\"section_prompt\":\"Short narrative explaining who I am and my approach to design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"A showcase of the services I provide as a graphic designer.\",\"section_prompt\":\"Grid of services such as logo design, print design, web graphics, and social media visuals.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Featured Projects\",\"section_description\":\"A selection of my best graphic design works including branding and illustrations.\",\"section_prompt\":\"Visual grid with thumbnails and links to detailed project views.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"What my clients say about my work and professionalism.\",\"section_prompt\":\"Quotes and reviews from clients about their experiences.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Recent work and projects that highlight my evolving design skills.\",\"section_prompt\":\"Links to the latest blog posts if applicable.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement to reach out for collaboration or inquiries.\",\"section_prompt\":\"Button linking to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing section with copyright and additional navigation.\",\"section_prompt\":\"Basic footer information providing site links and copyright details.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my design background and inspiration.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Bootstrap navigation bar with links to various sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Story\",\"section_description\":\"An insight into my journey as a graphic designer.\",\"section_prompt\":\"Banner featuring my logo or imagery related to my story.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Education and Background\",\"section_description\":\"Details about my education and design experience.\",\"section_prompt\":\"Text description outlining my academic credentials and work experience.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Inspiration\",\"section_description\":\"What drives my creativity and design choices.\",\"section_prompt\":\"Narrative discussing my inspirations in art and design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Encouragement to view my portfolio.\",\"section_prompt\":\"Button linking to the portfolio page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing section with copyright and additional navigation.\",\"section_prompt\":\"Basic footer information providing site links and copyright details.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"A gallery showcasing my graphic design works.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Bootstrap navigation bar with links to various sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Portfolio Gallery\",\"section_description\":\"Display of my best graphic design projects.\",\"section_prompt\":\"Grid layout displaying various projects with hover effects.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding Projects\",\"section_description\":\"Showcasing my logo and branding designs.\",\"section_prompt\":\"Images of branding projects along with descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Illustrations\",\"section_description\":\"A collection of my illustrative works.\",\"section_prompt\":\"Images of illustrations with accompanying narratives.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Art\",\"section_description\":\"Examples of my digital art creations.\",\"section_prompt\":\"Visuals of digital artworks with creative explanations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Working Together?\",\"section_description\":\"Prompt for potential clients to contact me.\",\"section_prompt\":\"Button linking to the contact page for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing section with copyright and additional navigation.\",\"section_prompt\":\"Basic footer information providing site links and copyright details.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Overview of the graphic design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Bootstrap navigation bar with links to various sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Services Offered\",\"section_description\":\"Explore the graphic design services I provide.\",\"section_prompt\":\"Descriptive banner related to my service offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Logo Design\",\"section_description\":\"Creating unique logos that embody brand identity.\",\"section_prompt\":\"Images of logos I\'ve created with short descriptions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Designing brochures, business cards, and more.\",\"section_prompt\":\"Visuals of print designs alongside brief info.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Graphics\",\"section_description\":\"Crafting visually appealing graphics for websites.\",\"section_prompt\":\"Examples of web graphics done for various clients.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Visuals\",\"section_description\":\"Designs tailored for social media platforms.\",\"section_prompt\":\"Showcase of visual content created for social media.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common inquiries about my services and process.\",\"section_prompt\":\"List of questions and responses covering service queries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate\",\"section_description\":\"Prompt to spark collaboration inquiries.\",\"section_prompt\":\"Button linking to the contact page for project discussions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing section with copyright and additional navigation.\",\"section_prompt\":\"Basic footer information providing site links and copyright details.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Feedback and reviews from clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Bootstrap navigation bar with links to various sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Clients Say\",\"section_description\":\"Collection of testimonials from satisfied clients.\",\"section_prompt\":\"Banner highlighting the importance of client feedback.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Reviews\",\"section_description\":\"Select testimonials sharing experiences with my work.\",\"section_prompt\":\"Layout displaying client reviews and their feedback.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out Today\",\"section_description\":\"Encouragement for potential clients to connect.\",\"section_prompt\":\"Button linking to the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing section with copyright and additional navigation.\",\"section_prompt\":\"Basic footer information providing site links and copyright details.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch for inquiries and collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Bootstrap navigation bar with links to various sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out for design inquiries and collaborations.\",\"section_prompt\":\"Visual banner encouraging contact.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Simple form for potential clients to get in touch.\",\"section_prompt\":\"Form fields for name, email, message, etc.\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Information\",\"section_description\":\"Alternative ways to contact me.\",\"section_prompt\":\"Details for email and phone contact.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing section with copyright and additional navigation.\",\"section_prompt\":\"Basic footer information providing site links and copyright details.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":70}', '2025-11-21 10:28:47', '2025-11-21 10:28:47'),
(71, 71, 246, '\"MSM Coretech Innovations offers professional website design services in Chandigarh, creating innovative, responsive, and user-friendly websites that help businesses grow online.\"', '{\"website_title\":\"MSM Coretech Innovations\",\"website_description\":\"A professional website design service dedicated to creating innovative, responsive, and user-friendly websites for businesses in Chandigarh.\",\"website_type\":\"Business\",\"website_industry\":\"Technology\",\"search_query\":\"website design, responsive design, SEO, e-commerce, branding\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to MSM Coretech Innovations, your go-to for professional website design in Chandigarh.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section with navigation and brand logo.\",\"section_prompt\":\"This is the main site navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to MSM Coretech Innovations\",\"section_description\":\"We create innovative and user-friendly websites that help businesses grow online.\",\"section_prompt\":\"Main visual banner with a call to action.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission to deliver top-notch website designs in Chandigarh.\",\"section_prompt\":\"Brief overview of the company and its vision.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the professional services we offer to enhance your online presence.\",\"section_prompt\":\"List of key services including website design, SEO, branding, and more.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Expertise\",\"section_description\":\"We specialize in web development, e-commerce solutions, SEO optimization, and branding services.\",\"section_prompt\":\"Grid showcasing our service details.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Our Portfolio\",\"section_description\":\"Check out our previous projects that highlight our capabilities and expertise.\",\"section_prompt\":\"Grid of images and summaries of completed projects.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with the latest blog posts on web design trends and tips.\",\"section_prompt\":\"A preview of recent blog articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Contact us to bring your website vision to life.\",\"section_prompt\":\"Encouragement for visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with essential links and copyright information.\",\"section_prompt\":\"Site links and contact information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Discover more about MSM Coretech Innovations and our commitment to exceptional website design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section with navigation and brand logo.\",\"section_prompt\":\"This is the main site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Us\",\"section_description\":\"An introduction to MSM Coretech Innovations.\",\"section_prompt\":\"Visual that highlights our values.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Understand the benefits of partnering with our expert team for your website needs.\",\"section_prompt\":\"Benefits of our services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Our Mission\",\"section_description\":\"To empower businesses by providing innovative website solutions that drive results.\",\"section_prompt\":\"Text that complements visuals outlining our mission.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Introduction to the creative minds behind our innovative designs.\",\"section_prompt\":\"Short bios of team members with photos.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us on this Journey!\",\"section_description\":\"Partner with us today for your website needs.\",\"section_prompt\":\"Encouragement for users to engage further.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with essential links and copyright information.\",\"section_prompt\":\"Site links and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the range of professional services offered by MSM Coretech Innovations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section with navigation and brand logo.\",\"section_prompt\":\"This is the main site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Detailed overview of services we provide.\",\"section_prompt\":\"Visual related to the services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Development\",\"section_description\":\"Custom website development tailored to meet your business needs.\",\"section_prompt\":\"Detailed information about web development services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"E-Commerce Solutions\",\"section_description\":\"Boost your online sales with our expertise in e-commerce platforms.\",\"section_prompt\":\"Key features and benefits of our e-commerce solutions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Optimization\",\"section_description\":\"Enhance your website\'s visibility with our SEO services.\",\"section_prompt\":\"Information about our SEO improvement strategies.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding Services\",\"section_description\":\"Create a unique identity for your business with our branding solutions.\",\"section_prompt\":\"Overview of branding services with examples.\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQs\",\"section_description\":\"Commonly asked questions regarding our services.\",\"section_prompt\":\"Question and answer format for quick information.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch!\",\"section_description\":\"Contact us for more information about our services.\",\"section_prompt\":\"Encouragement for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with essential links and copyright information.\",\"section_prompt\":\"Site links and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Insights\",\"page_description\":\"Read our blog for the latest trends and tips in web design and technology.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section with navigation and brand logo.\",\"section_prompt\":\"This is the main site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Insights\",\"section_description\":\"Explore our latest blog posts on web design trends.\",\"section_prompt\":\"Visual emphasizing our blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Trending Posts\",\"section_description\":\"A collection of our latest blog entries regarding web design insights.\",\"section_prompt\":\"Grid of recent posts preview.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Tips for Effective Web Design\",\"section_description\":\"Key points that lead to successful website development.\",\"section_prompt\":\"Concise bullet points or list of effective tips.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to Our Blog\",\"section_description\":\"Stay updated by subscribing to our newsletter.\",\"section_prompt\":\"Invitation to join our newsletter for blog updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with essential links and copyright information.\",\"section_prompt\":\"Site links and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to MSM Coretech Innovations for inquiries and assistance.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section with navigation and brand logo.\",\"section_prompt\":\"This is the main site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\'re here to help you with any questions or inquiries.\",\"section_prompt\":\"Visual promoting contact.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below for all inquiries.\",\"section_prompt\":\"Contact form for users to reach out.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Find our contact details including location and phone number.\",\"section_prompt\":\"Details on how to reach us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with essential links and copyright information.\",\"section_prompt\":\"Site links and contact information.\"}]}],\"user_prompt\":\"MSM Coretech Innovations offers professional website design services in Chandigarh, creating innovative, responsive, and user-friendly websites that help businesses grow online.\",\"prompt_id\":71,\"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\"}}', '2025-11-21 11:24:17', '2025-11-21 11:24:39'),
(72, NULL, NULL, 'Website for SEO and Marketing agency', '{\"website_title\":\"My SEO and Marketing Agency\",\"website_description\":\"Showcasing expertise in SEO and digital marketing services to help businesses grow online with effective strategies and insights.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Consulting\",\"search_query\":\"SEO marketing services, digital marketing agency, online growth strategies, case studies, marketing insights\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my SEO and Marketing Agency website, where I help businesses thrive online.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Agency\",\"section_description\":\"I specialize in SEO andMarketing to transform your online presence.\",\"section_prompt\":\"\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"I am an SEO and marketing expert with years of experience helping businesses succeed online.\",\"section_prompt\":\"\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the wide range of services I offer to enhance your online presence.\",\"section_prompt\":\"Services offered in SEO, social media marketing, content marketing, and PPC advertising.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Catch up on the latest marketing trends and insights in my blog.\",\"section_prompt\":\"\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Results That Matter\",\"section_description\":\"Proven results with statistics on how my strategies have helped clients grow their businesses.\",\"section_prompt\":\"\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"See what my clients say about the services I provide and the results achieved.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Contact me now to discuss how I can help your business grow online!\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey, expertise, and passion for digital marketing.\",\"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 experience in SEO and digital marketing.\",\"section_prompt\":\"\"},{\"section_type\":\"benefit\",\"section_title\":\"My Expertise\",\"section_description\":\"Years of experience in helping businesses grow through effective marketing strategies.\",\"section_prompt\":\"\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Approach\",\"section_description\":\"I utilize a data-driven approach combined with creativity to drive results.\",\"section_prompt\":\"\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Achievements\",\"section_description\":\"Notable achievements and milestones in my professional journey.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Connect\",\"section_description\":\"Interested in discussing your project? Get in touch today!\",\"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 services I offer to help your business grow online.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"A comprehensive look at the services I provide.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Search Engine Optimization\",\"section_description\":\"Effective SEO strategies tailored to improve your website\\u2019s visibility.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Marketing\",\"section_description\":\"Engagement-driven social media strategies to connect with your audience.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Content Marketing\",\"section_description\":\"Creating valuable content to attract and retain your target audience.\",\"section_prompt\":\"\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Pay-Per-Click Advertising\",\"section_description\":\"Targeted PPC campaigns to drive traffic and increase conversions.\",\"section_prompt\":\"\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common queries regarding my marketing services and processes.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire About My Services\",\"section_description\":\"Contact me for more details about how I can assist your business!\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights and articles on the latest trends in digital marketing.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with my insights on digital marketing trends.\",\"section_prompt\":\"\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Explore my latest blog posts providing tips and updates on SEO and marketing.\",\"section_prompt\":\"\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Subscribe to my blog for the latest marketing insights directly in your inbox!\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for consultations and inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I\\u2019d love to hear from you!\",\"section_prompt\":\"\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to contact me directly.\",\"section_prompt\":\"\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Find my contact information and social media profiles here.\",\"section_prompt\":\"\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"Website for SEO and Marketing agency\",\"prompt_id\":72}', '2025-11-24 07:30:01', '2025-11-24 07:30:01'),
(73, NULL, NULL, 'A freelance website for a web developer', '{\"website_title\":\"Web Development Portfolio\",\"website_description\":\"Showcasing my freelance web development services through an extensive portfolio, highlighting skills, testimonials, and providing a contact platform for potential clients.\",\"website_type\":\"personal\",\"website_industry\":\"Technology\",\"search_query\":\"freelance web development, web design portfolio, client testimonials, web development tips, professional web services\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An overview of my web development services and portfolio.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all main sections of the website.\",\"section_prompt\":\"Bootstrap navigation bar with logo and menu items.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Website\",\"section_description\":\"Discover professional web development services tailored to your needs.\",\"section_prompt\":\"A large hero image with a welcome message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my expertise and background in web development.\",\"section_prompt\":\"A brief introduction to my experience and skills.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the services I offer to meet your web development goals.\",\"section_prompt\":\"A grid of service offerings: custom website design, e-commerce solutions, responsive design, maintenance & support.\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Work\",\"section_description\":\"Check out some of my completed projects and case studies.\",\"section_prompt\":\"Thumbnails leading to portfolio project pages.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Hear from my satisfied clients about their experiences with my services.\",\"section_prompt\":\"Slideshow or grid of client feedback.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Read my latest articles and tips on web development.\",\"section_prompt\":\"Preview of recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in working together? Let\\u2019s start a conversation!\",\"section_prompt\":\"A call-to-action button linking to the contact form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Include links to social media and additional navigation.\",\"section_prompt\":\"Copyright information and privacy policy links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"A closer look at my background and experience in web development.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all main sections of the website.\",\"section_prompt\":\"Bootstrap navigation bar with logo and menu items.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Discover my journey and expertise in web development.\",\"section_prompt\":\"An informative banner introducing the page.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Background\",\"section_description\":\"Detailing my education, experience, and what drives my passion for web development.\",\"section_prompt\":\"Concise narrative about my journey.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Values\",\"section_description\":\"Learn about the principles that guide my work and client relationships.\",\"section_prompt\":\"Highlighting commitment to excellence and client satisfaction.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Let\\u2019s discuss your next project together!\",\"section_prompt\":\"Link to contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Include links to social media and additional navigation.\",\"section_prompt\":\"Copyright information and privacy policy links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Web Development Services\",\"page_description\":\"A comprehensive list of services I offer as a freelance web developer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all main sections of the website.\",\"section_prompt\":\"Bootstrap navigation bar with logo and menu items.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Explore the web development services I provide.\",\"section_prompt\":\"An informative banner introducing the service offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Custom Website Design\",\"section_description\":\"Tailored solutions that meet your business needs and vision.\",\"section_prompt\":\"Visuals and description of service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"E-commerce Solutions\",\"section_description\":\"Create dynamic online stores to enhance your sales.\",\"section_prompt\":\"Visuals and description of service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Responsive Design\",\"section_description\":\"Ensure your website looks great on all devices.\",\"section_prompt\":\"Visuals and description of service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Maintenance & Support\",\"section_description\":\"Long-term support to keep your website running smoothly.\",\"section_prompt\":\"Visuals and description of service.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to common questions about my services.\",\"section_prompt\":\"Q&A format addressing key queries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Contact me to discuss your project needs!\",\"section_prompt\":\"Link to contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Include links to social media and additional navigation.\",\"section_prompt\":\"Copyright information and privacy policy links.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"My Portfolio\",\"page_description\":\"Showcasing my work and successful projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all main sections of the website.\",\"section_prompt\":\"Bootstrap navigation bar with logo and menu items.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Portfolio Showcase\",\"section_description\":\"View selected projects I\'ve completed in my freelance career.\",\"section_prompt\":\"An overview of the project showcase.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Projects\",\"section_description\":\"In-depth look at my top web development projects with visuals and descriptions.\",\"section_prompt\":\"Images and project descriptions.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"What my clients have to say about the projects I\'ve delivered.\",\"section_prompt\":\"Display of client reviews relevant to projects.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Project Statistics\",\"section_description\":\"Key metrics showcasing my work, such as number of completed projects and client satisfaction ratings.\",\"section_prompt\":\"Visual representation of statistics.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Work with Me\",\"section_description\":\"Interested? Let\'s talk about your project!\",\"section_prompt\":\"Link to contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Include links to social media and additional navigation.\",\"section_prompt\":\"Copyright information and privacy policy links.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"Feedback from clients highlighting their experience working with me.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all main sections of the website.\",\"section_prompt\":\"Bootstrap navigation bar with logo and menu items.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Clients Say\",\"section_description\":\"Read testimonials from clients I\'ve worked with on various projects.\",\"section_prompt\":\"An engaging banner for testimonials.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Reviews\",\"section_description\":\"Detailed testimonials showcasing client satisfaction and experiences.\",\"section_prompt\":\"Display of text reviews from various clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Feel free to reach out for any inquiries or project\'s discussions!\",\"section_prompt\":\"Link to contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Include links to social media and additional navigation.\",\"section_prompt\":\"Copyright information and privacy policy links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for collaborations and inquiries regarding my services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to all main sections of the website.\",\"section_prompt\":\"Bootstrap navigation bar with logo and menu items.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I\\u2019m here to help with your web development needs. Reach out today!\",\"section_prompt\":\"Engaging contact banner.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"Fill out the form below to contact me directly.\",\"section_prompt\":\"A contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Follow Me\",\"section_description\":\"Find me on social media to stay updated on my work.\",\"section_prompt\":\"Links to social media profiles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Include links to social media and additional navigation.\",\"section_prompt\":\"Copyright information and privacy policy links.\"}]}],\"user_prompt\":\"A freelance website for a web developer\",\"prompt_id\":73}', '2025-11-24 12:52:32', '2025-11-24 12:52:32');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(74, 73, NULL, 'prepare a website that select a theme and test functionality', '{\"website_title\":\"Theme Testing Platform\",\"website_description\":\"Explore, test, and choose from a variety of website themes while interacting with their functionalities and reading user reviews.\",\"website_type\":\"platform\",\"website_industry\":\"Technology\",\"search_query\":\"website themes, theme testing, theme customization, theme gallery, user reviews\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to the Theme Testing Platform!\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our platform easily.\",\"section_prompt\":\"Bootstrap navigation for quick access.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Discover Themes\",\"section_description\":\"Browse our extensive collection of fabulous themes.\",\"section_prompt\":\"Large visual display showcasing featured themes.\"},{\"section_type\":\"about\",\"section_title\":\"About This Platform\",\"section_description\":\"Your go-to platform for exploring and testing website themes.\",\"section_prompt\":\"Brief overview of services and purpose.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Theme Gallery\",\"section_description\":\"Explore a variety of themes available for testing.\",\"section_prompt\":\"Grid layout displaying different themes with images and brief descriptions.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Functionality Testing\",\"section_description\":\"Interact with theme features to see how they work in real-time.\",\"section_prompt\":\"Interactive section allowing users to test theme functionalities.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Insights\",\"section_description\":\"Stay updated with our latest tips and articles on theme customization.\",\"section_prompt\":\"Display of the most recent blog articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Now!\",\"section_description\":\"Start exploring and testing themes that suit your needs today!\",\"section_prompt\":\"Encouraging users to dive in and explore.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Stay connected and updated.\",\"section_prompt\":\"Links to social media and contact information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about our platform and its mission.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Learn about our platform\'s core values.\",\"section_prompt\":\"Navigation options for users.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Us\",\"section_description\":\"We are dedicated to helping users find the perfect theme.\",\"section_prompt\":\"Highlighting the mission and vision of the platform.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Mission\",\"section_description\":\"To provide users with an easy-to-use platform for theme selection and testing.\",\"section_prompt\":\"Detailed explanation of our mission.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"User-Centric Approach\",\"section_description\":\"We focus on user engagement and feedback to improve our offerings.\",\"section_prompt\":\"Describing how user feedback shapes the platform.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Continuous Improvement\",\"section_description\":\"We strive to continuously add and enhance our theme offerings.\",\"section_prompt\":\"Insight into our development process.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us Today!\",\"section_description\":\"Explore our themes and contribute your feedback.\",\"section_prompt\":\"Encouraging users to join the community.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Stay connected and updated.\",\"section_prompt\":\"Links to social media and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for any inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Get in touch easily.\",\"section_prompt\":\"Quick links for contacting.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\'d love to hear from you!\",\"section_prompt\":\"Encouraging communication with users.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Feedback Form\",\"section_description\":\"Share your thoughts or inquiries with us using this form.\",\"section_prompt\":\"User-friendly form layout for submissions.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Find our contact details and follow us on social media.\",\"section_prompt\":\"Clear layout of contact details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Stay connected and updated.\",\"section_prompt\":\"Links to social media and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Insights on theme customization and best practices.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Explore our blog for the latest updates.\",\"section_prompt\":\"Navigation for easy access.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Blog\",\"section_description\":\"Latest tips and articles on website themes and customization.\",\"section_prompt\":\"Highlighting blog focus.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Discover our latest articles and guides.\",\"section_prompt\":\"Grid layout for showcasing blog posts.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Popular Topics\",\"section_description\":\"Explore the most talked-about topics in theme customization.\",\"section_prompt\":\"Brief descriptions of trending topics.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Updated!\",\"section_description\":\"Subscribe to our blog for the latest insights and tips.\",\"section_prompt\":\"Encouraging user subscription.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Stay connected and updated.\",\"section_prompt\":\"Links to social media and contact information.\"}]}],\"user_prompt\":\"prepare a website that select a theme and test functionality\",\"prompt_id\":74}', '2025-12-03 07:49:03', '2025-12-03 07:49:03'),
(75, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A curated showcase of my graphic design work, highlighting my journey, philosophy, and projects.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design portfolio, creative portfolio, design showcase, personal website, artist portfolio\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where creativity meets design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section with navigation links and logo.\",\"section_prompt\":\"Include navigation links to About, Portfolio, Testimonials, and Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my graphic design journey and the projects that define my work.\",\"section_prompt\":\"High-impact visual featuring a selected design.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background and skills in graphic design.\",\"section_prompt\":\"Brief biography highlighting my education and experience.\"},{\"section_type\":\"benefit\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"Discover the core principles that guide my work and creativity.\",\"section_prompt\":\"Explain personal design philosophy in a concise manner.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Projects\",\"section_description\":\"A showcase of my diverse graphic design projects, each telling a unique story.\",\"section_prompt\":\"Feature images and brief descriptions of key projects.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Hear what my clients have to say about my work and professionalism.\",\"section_prompt\":\"Highlight positive feedback from previous clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay updated on my latest projects and design adventures.\",\"section_prompt\":\"Provide links to recent blog entries or updates.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in working together? Reach out and let\'s talk!\",\"section_prompt\":\"Encourage visitors to visit the contact page.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer containing copyright information and additional links.\",\"section_prompt\":\"Include copyright statement and links to privacy policy.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":75}', '2025-12-08 10:14:03', '2025-12-08 10:14:03'),
(78, 74, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing the creativity and unique style of my graphic design work, featuring projects, services, and my journey in design.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative design\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio where creativity meets unique design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to different sections of the portfolio.\",\"section_prompt\":\"Header with navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my graphic design works that embody creativity and a unique style.\",\"section_prompt\":\"Hero banner showcasing creativity and graphic design.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey and passion for graphic design.\",\"section_prompt\":\"A brief introduction about my background and experiences in design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Services Offered\",\"section_description\":\"An overview of the design services provided.\",\"section_prompt\":\"List main services (Branding, Illustration, Web Design) I offer.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Featured examples of my recent design work.\",\"section_prompt\":\"Showcasing my latest creative endeavors.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback from clients about my design services.\",\"section_prompt\":\"Display quotes and testimonials from satisfied clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouraging visitors to connect with me for potential projects.\",\"section_prompt\":\"Call to action for visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and contact information.\",\"section_prompt\":\"Footer section with additional navigation and contact info.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover more about my journey in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Includes links to navigate back to the home and other sections.\",\"section_prompt\":\"Header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Design Journey\",\"section_description\":\"An overview of how I started my journey in graphic design.\",\"section_prompt\":\"Narrative about my fascination and evolution in the design world.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"Explaining my approach and what drives my creativity.\",\"section_prompt\":\"Insight into my design methods and core beliefs.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Inspirational Influences\",\"section_description\":\"Key figures and moments that have inspired my work.\",\"section_prompt\":\"Highlighting designers and artists who have influenced my style.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate\",\"section_description\":\"Invite potential collaborators to discuss projects.\",\"section_prompt\":\"Encouraging collaboration on future creative endeavors.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to social media and other relevant resources.\",\"section_prompt\":\"Footer section with additional navigation and contact info.\"}]},{\"page_type\":\"my-projects\",\"page_title\":\"My Projects\",\"page_description\":\"A gallery showcasing my graphic design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to explore other sections of my website.\",\"section_prompt\":\"Header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Projects Gallery\",\"section_description\":\"Showcasing a collection of my design works.\",\"section_prompt\":\"Visual display of various graphic design projects.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Works\",\"section_description\":\"Highlighting some of my best graphic design pieces.\",\"section_prompt\":\"A selection of my most noteworthy projects.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project Highlights\",\"section_description\":\"Detailed descriptions of selected projects.\",\"section_prompt\":\"In-depth look at specific projects and their impact.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Working Together?\",\"section_description\":\"Prompting potential clients to reach out.\",\"section_prompt\":\"Call to action inviting inquiries about collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final links to navigate to other parts of the portfolio.\",\"section_prompt\":\"Footer section with additional navigation and contact info.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"An overview of services I offer as a graphic designer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Provides navigation links to all sections.\",\"section_prompt\":\"Header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Design Services\",\"section_description\":\"Detailed overview of design services offered.\",\"section_prompt\":\"Presentation of services available to clients.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding\",\"section_description\":\"Crafting unique brand identities for businesses and personal brands.\",\"section_prompt\":\"Information about the branding services provided.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Illustration\",\"section_description\":\"Creating custom illustrations tailored to various needs.\",\"section_prompt\":\"Overview of illustration services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"Designing functional and aesthetic websites for a seamless user experience.\",\"section_prompt\":\"Details on web design services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common inquiries about my services answered.\",\"section_prompt\":\"Providing clarity on services offered and processes.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect With Me\",\"section_description\":\"Encouraging visitors to reach out regarding services.\",\"section_prompt\":\"Prompting visitors for service inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to navigate back to other sections.\",\"section_prompt\":\"Footer section with additional navigation and contact info.\"}]},{\"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\":\"Links for easy navigation back to other sections.\",\"section_prompt\":\"Header with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Reach Out\",\"section_description\":\"Encouraging visitors to send me a message.\",\"section_prompt\":\"Inviting potential clients to connect with me.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Form for potential clients to reach out via email.\",\"section_prompt\":\"Simple form for inquiries and collaboration requests.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Providing alternative ways to contact me including email and social media.\",\"section_prompt\":\"Contact information for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation section to return to other parts of the portfolio.\",\"section_prompt\":\"Footer section with additional navigation and contact info.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":78}', '2025-12-08 11:24:13', '2025-12-08 11:24:13'),
(87, 47, NULL, 'Create a website with name A class Executives, they specialize in all types of ground transportation services where we make sure that your car will arrive on time and our smart and professional drivers escort you to your waiting car. The complete ground transportation service provider. We 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, meetings and events, weddings', '{\"website_title\":\"A Class Executives\",\"website_description\":\"Premier ground transportation service provider in the UK, specializing in luxury chauffeur services.\",\"website_type\":\"Corporate\",\"website_industry\":\"Automotive\",\"search_query\":\"luxury transportation, chauffeur services, ground transport\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Overview of services and mission.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"\",\"section_prompt\":\"\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to A Class Executives\",\"section_description\":\"Experience luxury and reliability with our top-tier chauffeur services across the UK.\",\"section_prompt\":\"Showcase the luxury and reliability of our chauffeur service.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our commitment to providing safe, reliable, and professional transportation services.\",\"section_prompt\":\"Provide insights into our core values and mission.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our range of services designed to meet your transportation needs: Corporate Travel, Airport and Cruise Transfers, Hourly Charter Service, Meetings and Events, Weddings.\",\"section_prompt\":\"List main services: Corporate Travel, Airport and Cruise Transfers, Hourly Charter Service, Meetings and Events, Weddings.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Book?\",\"section_description\":\"Contact us now to schedule your ride with A Class Executives for an unparalleled travel experience.\",\"section_prompt\":\"Encourage users to book their chauffeur service.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with the latest news and insights about luxury transportation and travel tips.\",\"section_prompt\":\"Highlight recent news articles or tips related to travel.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"\",\"section_prompt\":\"\"}]}],\"user_prompt\":\"Create a website with name A class Executives, they specialize in all types of ground transportation services where we make sure that your car will arrive on time and our smart and professional drivers escort you to your waiting car. The complete ground transportation service provider. We 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, meetings and events, weddings\",\"prompt_id\":87}', '2025-12-09 12:39:05', '2025-12-09 12:39:05'),
(88, 47, NULL, 'Create a website with name A class Executives, they specialize in all types of ground transportation services where we make sure that your car will arrive on time and our smart and professional drivers escort you to your waiting car. The complete ground transportation service provider. We 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, meetings and events, weddings', '{\"website_title\":\"A Class Executives\",\"website_description\":\"Premier ground transportation service provider specializing in punctual, safe, and luxurious travel experiences across the UK.\",\"website_type\":\"business\",\"website_industry\":\"Automotive\",\"search_query\":\"luxury transport, executive travel, car service\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to A Class Executives, your premier choice for luxury ground transportation in the UK.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for A Class Executives.\",\"section_prompt\":\"Header with links to all main pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to A Class Executives\",\"section_description\":\"Experience luxurious travel with our professional services.\",\"section_prompt\":\"Showcase of the company\\u2019s prestige in transportation.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission and values that drive our services.\",\"section_prompt\":\"Overview of the company\\u2019s principles and dedication to quality.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the range of luxurious transportation services offered.\",\"section_prompt\":\"List main services: Corporate travel, Airport transfers, Cruise transfers, Hourly charter service, Meetings and events, Weddings.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Reasons to choose A Class Executives for your transportation needs.\",\"section_prompt\":\"Highlight benefits such as punctuality, safety, and luxury.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay informed about our latest news and updates.\",\"section_prompt\":\"Showcase recent blog posts or company news.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book Your Ride Now\",\"section_description\":\"Ready for a seamless travel experience?\",\"section_prompt\":\"Encourage users to make a reservation immediately.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contact and social media links, copyright information.\",\"section_prompt\":\"Include legal and contact details.\"}]}],\"user_prompt\":\"Create a website with name A class Executives, they specialize in all types of ground transportation services where we make sure that your car will arrive on time and our smart and professional drivers escort you to your waiting car. The complete ground transportation service provider. We 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, meetings and events, weddings\",\"prompt_id\":88}', '2025-12-09 12:39:09', '2025-12-09 12:39:09'),
(90, 77, 257, '\"Wordpress hosting providers in India\"', '{\"website_title\":\"WordPress Hosting in India\",\"website_description\":\"A comprehensive resource for individuals and businesses seeking reliable WordPress hosting providers in India. This site offers comparisons, reviews, and recommendations tailored to the Indian market to help you choose the best hosting service based on speed, support, pricing, and features.\",\"website_type\":\"informational\",\"website_industry\":\"Technology\",\"search_query\":\"WordPress hosting, best hosting providers, India hosting reviews\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to the best resource for WordPress hosting providers in India. Find detailed comparisons, reviews, and recommendations to suit your needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the site.\",\"section_prompt\":\"Header section containing site navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Our Hosting Guide\",\"section_description\":\"Discover the best WordPress hosting providers in India with our detailed insights and comparisons.\",\"section_prompt\":\"Hero banner introducing the site and its purpose.\"},{\"section_type\":\"about\",\"section_title\":\"About This Site\",\"section_description\":\"We provide comprehensive insights into WordPress hosting tailored for the Indian market, helping you make an informed choice.\",\"section_prompt\":\"Information about the site and its focus on hosting providers.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Top Hosting Providers\",\"section_description\":\"Explore our curated list of recommended WordPress hosting providers in India: Hostinger, Bluehost, SiteGround, A2 Hosting.\",\"section_prompt\":\"List of top hosting providers showcased for user decision-making.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Choose Us\",\"section_description\":\"We offer objective comparisons, expert reviews, and user testimonials to ensure you find the best service for your needs.\",\"section_prompt\":\"Highlight the unique benefits of using the website to find hosting services.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Stay updated with the latest news, tips, and guides about WordPress hosting.\",\"section_prompt\":\"Display the latest blog posts related to hosting.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Now\",\"section_description\":\"Start comparing hosting providers and choose the best for your website today!\",\"section_prompt\":\"Encouragement for users to begin their search for hosting.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site footer containing copyright and additional links.\",\"section_prompt\":\"Footer section with general information and links.\"}]},{\"page_type\":\"hosting_providers\",\"page_title\":\"Hosting Providers\",\"page_description\":\"In-depth reviews and comparisons of top WordPress hosting providers in India.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the hosting providers page.\",\"section_prompt\":\"Header section with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore Hosting Providers\",\"section_description\":\"Detailed insights into leading WordPress hosting providers.\",\"section_prompt\":\"Banner introducing the content of the hosting providers page.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Provider Features\",\"section_description\":\"Comparative analysis of features like uptime, support, and pricing across various providers.\",\"section_prompt\":\"Overview of significant features provided by different hosting services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Provider Spotlight\",\"section_description\":\"Highlight a top-rated provider with detailed information and user insights.\",\"section_prompt\":\"Feature one of the top hosting providers in detail.\"},{\"section_type\":\"testimonials\",\"section_title\":\"User Experiences\",\"section_description\":\"Read what other users are saying about their hosting services.\",\"section_prompt\":\"Gather user testimonials regarding their experiences with hosting providers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Find Your Hosting Provider\",\"section_description\":\"Dive deeper to select the best provider for your needs.\",\"section_prompt\":\"Encourage users to explore and find their ideal hosting provider.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site footer with copyright and links.\",\"section_prompt\":\"Footer section with general information and links.\"}]},{\"page_type\":\"comparison_chart\",\"page_title\":\"Comparison Chart\",\"page_description\":\"A comprehensive comparison chart of top WordPress hosting providers in India.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the comparison chart page.\",\"section_prompt\":\"Header section for the comparison chart.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Comparison Chart\",\"section_description\":\"Review a detailed comparison of hosting features and pricing.\",\"section_prompt\":\"Introduction to the comparison chart.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Performance Metrics\",\"section_description\":\"Visual representation of key performance indicators for hosting providers.\",\"section_prompt\":\"Stats showcasing performance metrics of different hosts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Key Comparison Criteria\",\"section_description\":\"Understand what parameters we used for comparison \\u2013 speed, support, pricing, features.\",\"section_prompt\":\"Detail the criteria upon which the hosts are compared.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Choose Wisely\",\"section_description\":\"Use our comparisons to make an informed choice for your hosting provider.\",\"section_prompt\":\"Encouragement to utilize the chart for decision-making.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site footer with copyright and links.\",\"section_prompt\":\"Footer section with general information and links.\"}]},{\"page_type\":\"reviews\",\"page_title\":\"Reviews\",\"page_description\":\"Detailed reviews of various WordPress hosting providers based on user feedback and expert analysis.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the reviews page.\",\"section_prompt\":\"Header section containing links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Hosting Reviews\",\"section_description\":\"Read in-depth reviews of popular WordPress hosting services.\",\"section_prompt\":\"Banner to introduce the reviews section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"User Reviews\",\"section_description\":\"Display aggregate user reviews and ratings for different hosting providers.\",\"section_prompt\":\"User-sourced reviews showcasing overall satisfaction.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Expert Analysis\",\"section_description\":\"Insights from experts on the pros and cons of each hosting provider reviewed.\",\"section_prompt\":\"Feature expert analysis on hosting providers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Find Your Perfect Host\",\"section_description\":\"Explore our reviews to select the best fit for your requirements.\",\"section_prompt\":\"Encourage users to utilize reviews for finding hosts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site footer with copyright and links.\",\"section_prompt\":\"Footer section with general information and links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Latest articles and tips about WordPress hosting and related topics.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the blog.\",\"section_prompt\":\"Header section with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay informed with our latest blog posts regarding WordPress hosting.\",\"section_prompt\":\"Introduce the blog content.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Popular Posts\",\"section_description\":\"Explore our most read blog entries on hosting tips and tricks.\",\"section_prompt\":\"Showcase popular blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Engage with Our Content\",\"section_description\":\"Join our community for tips, tricks, and significant hosting updates.\",\"section_prompt\":\"Encourage users to engage with blog posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site footer with copyright and links.\",\"section_prompt\":\"Footer section with general information and links.\"}]},{\"page_type\":\"contact_us\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for queries related to hosting providers in India.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the contact page.\",\"section_prompt\":\"Header section containing links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We are here to help you with your queries regarding WordPress hosting.\",\"section_prompt\":\"Introductory banner for contact queries.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"Fill out the form below to reach us with your questions or comments.\",\"section_prompt\":\"Contact form section for user inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Information\",\"section_description\":\"Here\'s how you can contact us via phone or email, or reach our social media pages.\",\"section_prompt\":\"Offer contact details beyond the form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site footer with copyright and links.\",\"section_prompt\":\"Footer section with general information and links.\"}]}],\"user_prompt\":\"Wordpress hosting providers in India\",\"prompt_id\":90,\"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-09 13:30:09', '2025-12-09 13:31:13'),
(97, 74, 264, '\"Portfolio showcasing graphic design work\"', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A creative showcase of my graphic design work, highlighting my journey, skills, 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 creativity meets functionality.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Header with logo and navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore a collection of my best graphic design works that reflect my creativity and skills.\",\"section_prompt\":\"Hero section to introduce visitors to the portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Discover my journey and passion for graphic design, along with my artistic influences and motivations.\",\"section_prompt\":\"Brief introduction about my background and experience in design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"Showcase of various graphic design projects including logos, branding, web design, and more.\",\"section_prompt\":\"List main projects (Logos, Branding, Web Design, Illustrations, Marketing Materials) I have completed.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Work Together\",\"section_description\":\"Encourage potential clients to reach out for collaboration.\",\"section_prompt\":\"Call to action encouraging visitors to contact me.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay tuned for the latest news and updates regarding my work and projects.\",\"section_prompt\":\"Latest posts showcasing project updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Footer section with social media links and copyright.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my design journey and expertise in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the About Me page.\",\"section_prompt\":\"Header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Detailed overview of my background and experience in graphic design.\",\"section_prompt\":\"Inner banner section introducing the About Me area.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Design Journey\",\"section_description\":\"A narrative of how I became passionate about graphic design and the milestones in my career.\",\"section_prompt\":\"Story of my design journey and career evolution.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Skills & Expertise\",\"section_description\":\"Highlighting the skills that define my work, including software proficiency and design techniques.\",\"section_prompt\":\"List my major design skills (Adobe Photoshop, Illustrator, UI\\/UX Design, Branding) demonstrated through my projects.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"What clients say about my graphic design services to build trust and credibility.\",\"section_prompt\":\"Client testimonials sharing their experiences working with me.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Collaborate?\",\"section_description\":\"Encouragement for visitors to take the next step to contact me.\",\"section_prompt\":\"Call to action for potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Footer section with social media links and copyright.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Explore the graphic design services I offer, tailored to meet diverse needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the Services page.\",\"section_prompt\":\"Header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Overview of the various graphic design services I provide.\",\"section_prompt\":\"Inner banner section introducing the services provided.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Design Offerings\",\"section_description\":\"Detailed list of the graphic design services I specialize in.\",\"section_prompt\":\"List of services (Logo Design, Branding, Web Design, Illustrations, Marketing Materials) I provide.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Logo Design\",\"section_description\":\"Highlighting my approach and style in creating compelling logos for brands.\",\"section_prompt\":\"Description of my logo design process.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding Services\",\"section_description\":\"Creating cohesive branding strategies and identities for businesses.\",\"section_prompt\":\"Description of my branding services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answering common questions regarding my services and design approach.\",\"section_prompt\":\"List of FAQs related to my services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Invitation for potential clients to reach out and discuss their projects.\",\"section_prompt\":\"Call to action for contacting me regarding services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Footer section with social media links and copyright.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"Read what my clients have to say about my graphic design services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the Testimonials page.\",\"section_prompt\":\"Header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Testimonials\",\"section_description\":\"A collection of feedback from clients showcasing their experiences with my work.\",\"section_prompt\":\"Inner banner section introducing client testimonials.\"},{\"section_type\":\"reviews\",\"section_title\":\"What Clients Say\",\"section_description\":\"Compilations of client reviews that highlight my skills and customer service.\",\"section_prompt\":\"Summarized feedback and quotes from clients.\"},{\"section_type\":\"about\",\"section_title\":\"Why Client Feedback Matters\",\"section_description\":\"Understanding the importance of client testimonials in establishing trust.\",\"section_prompt\":\"Details explaining the significance of testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Experience\",\"section_description\":\"Invitation for clients to provide their own testimonials.\",\"section_prompt\":\"Encouragement for clients to share their feedback.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Footer section with social media links and copyright.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch to discuss your graphic design needs or for inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the Contact page.\",\"section_prompt\":\"Header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Information on how to get in touch for inquiries about my services.\",\"section_prompt\":\"Inner banner section introducing the contact information.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"A simple contact form for potential clients to fill out.\",\"section_prompt\":\"Contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Other Ways to Contact Me\",\"section_description\":\"Additional ways to reach me, including email and social media links.\",\"section_prompt\":\"Additional contact methods for getting in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Footer section with social media links and copyright.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":97,\"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-11 05:59:49', '2025-12-11 06:00:29');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(98, 74, NULL, 'A freelance website for a web developer', '{\"website_title\":\"My Professional Portfolio\",\"website_description\":\"A comprehensive portfolio showcasing the skills, projects, and services of a freelance web developer.\",\"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 showcasing my skills and projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Top navigation with links to Home, About, Services, Portfolio, Testimonials, and Contact.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An engaging introduction banner that invites visitors to explore my work.\",\"section_prompt\":\"Catchy headline and brief introduction to the professional web developer.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my professional background and experience as a web developer.\",\"section_prompt\":\"Introduction about my journey and skills as a developer.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Skills\",\"section_description\":\"A display of the various skills I offer to potential clients.\",\"section_prompt\":\"List main services (Web Design, Web Development, Consulting) I provide.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Recent Projects\",\"section_description\":\"A glimpse into some of my recent work to showcase my talent.\",\"section_prompt\":\"Include highlights of projects completed and their impact.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback from clients about their experiences working with me.\",\"section_prompt\":\"Showcase client testimonials and positive feedback.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Updates and insights from my blog related to web development trends.\",\"section_prompt\":\"Provide recent blog posts or articles if available.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encourage visitors to reach out and hire my services.\",\"section_prompt\":\"Call to action to contact me for projects or inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing important links and copyright information.\",\"section_prompt\":\"Include links and legal disclaimers.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my background and experience as a web developer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the About Me page.\",\"section_prompt\":\"Top navigation reflecting the About Me page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A dedicated banner section for the About Me page.\",\"section_prompt\":\"Highlight my personal journey in web development.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Background\",\"section_description\":\"Detailed explanation of my educational and professional background.\",\"section_prompt\":\"Outline my education, certifications, and relevant experience.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Approach\",\"section_description\":\"Explanation of my work philosophy and approach to web development projects.\",\"section_prompt\":\"Describe my methodology and how I work with clients.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Experiences\",\"section_description\":\"More client feedback focusing on my work style and effectiveness.\",\"section_prompt\":\"Showcase additional client testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Encouragement for visitors to reach out directly.\",\"section_prompt\":\"Prompt for visitors to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links pertinent to the About Me page.\",\"section_prompt\":\"Include standard footer information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Detailed overview of the services I offer as a web developer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the Services page.\",\"section_prompt\":\"Top navigation reflecting the Services page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Services Offered\",\"section_description\":\"A dedicated banner section for the Services page.\",\"section_prompt\":\"Highlight the primary services I provide.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"Description of my web design services and what they entail.\",\"section_prompt\":\"Details on my web design process and techniques.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Development\",\"section_description\":\"Overview of the web development services I offer.\",\"section_prompt\":\"Information on development frameworks and languages I work with.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Consulting\",\"section_description\":\"Insights into my consulting services for web projects.\",\"section_prompt\":\"Describe my advisory processes and approaches.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions related to my services and processes.\",\"section_prompt\":\"List FAQs that potential clients may have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started\",\"section_description\":\"Invite visitors to inquire about services.\",\"section_prompt\":\"Encourage visitors to reach out for service inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for the Services page with pertinent information.\",\"section_prompt\":\"Include general footer links and information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"Showcasing my previous work and completed projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the Portfolio page.\",\"section_prompt\":\"Top navigation reflecting the Portfolio page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Work\",\"section_description\":\"A dedicated banner section highlighting my portfolio.\",\"section_prompt\":\"Present a visual introduction to my work.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Projects\",\"section_description\":\"Gallery display of highlighted projects I\'ve completed.\",\"section_prompt\":\"Showcase images and key details of portfolio pieces.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Project Highlights\",\"section_description\":\"Detailed descriptions of selected projects to illustrate capability.\",\"section_prompt\":\"Descriptive overview and insights into each project.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Praise and feedback from clients on specific projects.\",\"section_prompt\":\"Showcase positive reviews related to portfolio work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch for Collaboration\",\"section_description\":\"Encouragement for potential clients to reach out for project inquiries.\",\"section_prompt\":\"Invite viewers to contact me for project collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for the Portfolio page with necessary links.\",\"section_prompt\":\"Include standard footer information.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Feedback and reviews from my clients regarding my services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the Testimonials page.\",\"section_prompt\":\"Top navigation reflecting the Testimonials page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Clients Say\",\"section_description\":\"An inviting banner section for testimonials.\",\"section_prompt\":\"Highlight the importance of client feedback.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Reviews\",\"section_description\":\"Display of various client testimonials and feedback.\",\"section_prompt\":\"Present multiple testimonials from satisfied clients.\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Trusted By\",\"section_description\":\"Logos of clients I\'ve worked with to build trust.\",\"section_prompt\":\"Showcase logos of businesses or clients featured in testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Happy Clients\",\"section_description\":\"Encouragement for potential clients to become part of my portfolio.\",\"section_prompt\":\"Invite visitors to reach out and experience my services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for the Testimonials page.\",\"section_prompt\":\"Include necessary footer links and legal information.\"}]},{\"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\":\"Navigational header for the Contact page.\",\"section_prompt\":\"Top navigation reflecting the Contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"An inviting section that welcomes inquiries.\",\"section_prompt\":\"Encourage visitors to fill out the contact form.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Form for visitors to fill out to get in touch with me.\",\"section_prompt\":\"Provide a contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Alternative Contact Options\",\"section_description\":\"Other ways to get in touch if needed.\",\"section_prompt\":\"List alternative contact methods (email, phone, etc.).\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section for the Contact page.\",\"section_prompt\":\"Include general footer information.\"}]}],\"user_prompt\":\"A freelance website for a web developer\",\"prompt_id\":98}', '2025-12-11 06:00:04', '2025-12-11 06:00:04'),
(99, 74, 265, '\"Portfolio showcasing graphic design work\"', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing creativity and skills in graphic design through a comprehensive portfolio.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative work\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio site where I showcase my graphic design skills.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation link to all key sections of the website including Home, About Me, My Work, Services, and Contact.\",\"section_prompt\":\"Header navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover my creative journey and explore a selection of my best graphic design works.\",\"section_prompt\":\"This section introduces the portfolio with an inviting banner.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my background, design philosophy, and journey in graphic design.\",\"section_prompt\":\"Information about me, my experiences, and my approach to design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"I offer a variety of graphic design services to meet your needs.\",\"section_prompt\":\"List main services (branding, illustration, print design) offered by me.\"},{\"section_type\":\"gallery\",\"section_title\":\"My Work\",\"section_description\":\"A glimpse into my past projects showcasing my creative capabilities.\",\"section_prompt\":\"This section highlights various projects with images and descriptions.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Read feedback from clients who have worked with me and my designs.\",\"section_prompt\":\"Selecting positive reviews from clients to showcase my work.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Check out my latest projects and insights into my design process.\",\"section_prompt\":\"This section features recent blog posts related to my work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Ready to start your next project? Let\'s connect!\",\"section_prompt\":\"A clear call to action encouraging visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with copyright and additional links.\",\"section_prompt\":\"Contains copyright information and additional navigation links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":99,\"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-11 06:19:30', '2025-12-11 06:19:46'),
(100, 74, 266, '\"A blog showcasing travel and photography\"', '{\"website_title\":\"My Travel Adventures\",\"website_description\":\"Explore captivating travel stories and stunning photography showcasing the beauty of the world through my adventures. Join me on a journey filled with insights, tips, and breathtaking imagery.\",\"website_type\":\"Personal Website\",\"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 my adventures and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation of the website.\",\"section_prompt\":\"A navigation menu with links to all main sections.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Travel Blog\",\"section_description\":\"Experience the world through my lens and storytelling.\",\"section_prompt\":\"An eye-catching introduction to the blog with a high-quality image.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my journey as a traveler and photographer.\",\"section_prompt\":\"Brief insights into my background and travel passion.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Travel Adventures\",\"section_description\":\"Check out my most recent stories and updates.\",\"section_prompt\":\"A snippet and link to the latest blog posts.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Explore Destinations\",\"section_description\":\"Discover my travel highlights from around the globe.\",\"section_prompt\":\"List main topics covered in travel stories (Destinations, Experiences, Cultures).\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure!\",\"section_description\":\"Subscribe to receive updates on my latest posts.\",\"section_prompt\":\"Encourage visitors to subscribe to the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The website footer with links and copyright details.\",\"section_prompt\":\"Essential links and information about the blog.\"}]},{\"page_type\":\"travel_stories\",\"page_title\":\"Travel Stories\",\"page_description\":\"Dive into my captivating travel stories filled with unique experiences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation of the website.\",\"section_prompt\":\"A navigation menu with links to all main sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Travel Stories\",\"section_description\":\"Explore the narratives behind my adventures.\",\"section_prompt\":\"An introductory section to the travel stories page.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Featured Stories\",\"section_description\":\"A selection of my most engaging travel tales.\",\"section_prompt\":\"List top travel stories from various locations.\"},{\"section_type\":\"about\",\"section_title\":\"About the Stories\",\"section_description\":\"Insight into what my travel stories encompass.\",\"section_prompt\":\"Understand the themes and motivations behind my narratives.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Read More Adventures!\",\"section_description\":\"Encourage readers to explore more stories.\",\"section_prompt\":\"Direct readers to dive into additional content.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The website footer with links and copyright details.\",\"section_prompt\":\"Essential links and information about the blog.\"}]},{\"page_type\":\"photography_gallery\",\"page_title\":\"Photography Gallery\",\"page_description\":\"A visual collection showcasing my travel photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation of the website.\",\"section_prompt\":\"A navigation menu with links to all main sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Gallery\",\"section_description\":\"A stunning showcase of my favorite photographs.\",\"section_prompt\":\"An introductory section to the photography gallery.\"},{\"section_type\":\"gallery\",\"section_title\":\"Travel Photography\",\"section_description\":\"Explore breathtaking images from my journeys around the world.\",\"section_prompt\":\"Present a collection of travel images categorized by location.\"},{\"section_type\":\"about\",\"section_title\":\"About My Photography\",\"section_description\":\"My philosophy and approach to capturing moments.\",\"section_prompt\":\"A brief insight into my photographic technique and style.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Thoughts!\",\"section_description\":\"Invite visitors to leave comments on the photographs.\",\"section_prompt\":\"Encourage feedback from viewers on the gallery.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The website footer with links and copyright details.\",\"section_prompt\":\"Essential links and information about the blog.\"}]},{\"page_type\":\"tips_guides\",\"page_title\":\"Tips & Guides\",\"page_description\":\"Helpful tips and guides to enhance your travel experiences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation of the website.\",\"section_prompt\":\"A navigation menu with links to all main sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Tips & Guides\",\"section_description\":\"Essential advice for travelers of all levels.\",\"section_prompt\":\"An introductory section setting the tone for tips and guides.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Top Travel Tips\",\"section_description\":\"A curated list of my best traveling tips to help plan your trips.\",\"section_prompt\":\"List useful travel tips for planning and enjoying trips.\"},{\"section_type\":\"about\",\"section_title\":\"About Travel Tips\",\"section_description\":\"Insights into how I create my tips and guides.\",\"section_prompt\":\"Explain the sources and experience behind my travel advice.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Travel Ready!\",\"section_description\":\"Guide visitors to check out more detailed posts.\",\"section_prompt\":\"Direct readers to discover in-depth guides.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The website footer with links and copyright details.\",\"section_prompt\":\"Essential links and information about the blog.\"}]},{\"page_type\":\"about_me\",\"page_title\":\"About Me\",\"page_description\":\"Get to know me and my travel journey better.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation of the website.\",\"section_prompt\":\"A navigation menu with links to all main sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A personal insight into my passions and travels.\",\"section_prompt\":\"An introductory section about my background.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Journey\",\"section_description\":\"How I became passionate about travel and photography.\",\"section_prompt\":\"Highlight key experiences in my life that inspired my travels.\"},{\"section_type\":\"about\",\"section_title\":\"My Story\",\"section_description\":\"Details about my adventures and photography milestones.\",\"section_prompt\":\"A compelling narrative of my experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey!\",\"section_description\":\"Invite readers to follow along on my adventures.\",\"section_prompt\":\"Encourage interaction and connection with readers.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The website footer with links and copyright details.\",\"section_prompt\":\"Essential links and information about the blog.\"}]},{\"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\":\"The main navigation of the website.\",\"section_prompt\":\"A navigation menu with links to all main sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Looking forward to connecting with fellow travelers.\",\"section_prompt\":\"An inviting section encouraging communication.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"Fill out the form below for any inquiries.\",\"section_prompt\":\"A contact form for visitors to leave their messages.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow Me on Social Media\",\"section_description\":\"Links to my social profiles for more updates.\",\"section_prompt\":\"Encourage connection through social channels.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The website footer with links and copyright details.\",\"section_prompt\":\"Essential links and information about the blog.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":100,\"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-11 06:20:39', '2025-12-11 06:23:09'),
(101, 74, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcase of creative graphic design work, highlighting projects and professional skills.\",\"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 showcasing my creativity and projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the website.\",\"section_prompt\":\"Contains links to all main pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover my unique approach to graphic design that combines creativity with professionalism.\",\"section_prompt\":\"An engaging introduction with captivating visuals.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey as a graphic designer and my passion for creativity.\",\"section_prompt\":\"Brief overview of my background and design philosophy.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the graphic design services I offer.\",\"section_prompt\":\"List of services: branding, logo design, marketing materials.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Featured Projects\",\"section_description\":\"A selection of my best graphic design work to showcase my skills.\",\"section_prompt\":\"Gallery of standout design projects.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Others Say\",\"section_description\":\"Client feedback and testimonials about my work.\",\"section_prompt\":\"Quotes from clients about their experience working with me.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Catch up on my latest blog posts about design trends and insights.\",\"section_prompt\":\"Brief summaries of recent posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in my work? Let\'s connect!\",\"section_prompt\":\"Encouraging visitors to reach out for collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information including links and contact details.\",\"section_prompt\":\"Contains copyright and additional links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn about my graphic design journey and philosophy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the About page.\",\"section_prompt\":\"Contains links to all main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"An insight into my background and experiences in graphic design.\",\"section_prompt\":\"Overview of my education and career.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"I believe in creating designs that are both functional and aesthetically pleasing.\",\"section_prompt\":\"Explanation of my approach to design.\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Work Journey\",\"section_description\":\"Highlighting significant milestones in my graphic design career.\",\"section_prompt\":\"Timeline of my design projects and achievements.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Words from clients who appreciate my work.\",\"section_prompt\":\"Showcase of testimonials highlighting client satisfaction.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect With Me\",\"section_description\":\"Interested in collaborating? Get in touch!\",\"section_prompt\":\"Encouraging visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information including links and contact details.\",\"section_prompt\":\"Contains copyright and additional links.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A detailed view of my graphic design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Portfolio page.\",\"section_prompt\":\"Contains links to all main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Portfolio\",\"section_description\":\"Explore my collection of graphic design projects.\",\"section_prompt\":\"Gallery showcasing various design works.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Project Highlights\",\"section_description\":\"A list of selected projects that illustrate my range and versatility.\",\"section_prompt\":\"Descriptions of standout projects.\"},{\"section_type\":\"gallery\",\"section_title\":\"Design in Action\",\"section_description\":\"Images and visuals from my recent projects.\",\"section_prompt\":\"Visual display of latest design work.\"},{\"section_type\":\"about\",\"section_title\":\"Behind the Designs\",\"section_description\":\"A closer look at my creative process.\",\"section_prompt\":\"Insights into how I approach each design project.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Work With Me\",\"section_description\":\"Ready to start a project? Let\'s discuss your ideas.\",\"section_prompt\":\"Encouraging users to reach out for collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information including links and contact details.\",\"section_prompt\":\"Contains copyright and additional links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Overview of graphic design services offered.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Services page.\",\"section_prompt\":\"Contains links to all main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"A comprehensive list of the graphic design services I offer.\",\"section_prompt\":\"Overview and detailed description of each service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding\",\"section_description\":\"Creating memorable brands that stand out.\",\"section_prompt\":\"Detailed explanation of my branding services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Logo Design\",\"section_description\":\"Designing unique logos that represent your brand effectively.\",\"section_prompt\":\"Highlighting the importance of a good logo.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Marketing Materials\",\"section_description\":\"Crafting effective marketing materials that communicate effectively.\",\"section_prompt\":\"Importance of cohesive marketing designs.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my services.\",\"section_prompt\":\"Addressing typical queries potential clients may have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Request a Quote\",\"section_description\":\"Get in touch for a personalized quote on design services.\",\"section_prompt\":\"Encouraging clients to request more information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information including links and contact details.\",\"section_prompt\":\"Contains copyright and additional links.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Feedback and reviews from satisfied clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Testimonials page.\",\"section_prompt\":\"Contains links to all main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Clients Say\",\"section_description\":\"A collection of positive feedback from my clients.\",\"section_prompt\":\"Showcasing client testimonials.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Reviews\",\"section_description\":\"Read what my clients have to say about working with me.\",\"section_prompt\":\"Display of various client quotes.\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Trusted By\",\"section_description\":\"Companies and clients I\'ve worked with.\",\"section_prompt\":\"Display logos of clients.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Client Success Stories\",\"section_description\":\"Highlighting specific projects that received rave reviews.\",\"section_prompt\":\"In-depth look at projects and client feedback.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Happy Clients\",\"section_description\":\"Be part of my successful projects\\u2014let\'s work together!\",\"section_prompt\":\"Encouraging new clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information including links and contact details.\",\"section_prompt\":\"Contains copyright and additional links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch with me.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Contact page.\",\"section_prompt\":\"Contains links to all main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Reach out to discuss your graphic design needs.\",\"section_prompt\":\"Form for contacting to initiate projects.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to reach out to me.\",\"section_prompt\":\"Contact form requesting name, email, and message.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Alternative ways to reach me.\",\"section_prompt\":\"Providing email and phone number.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information including links and contact details.\",\"section_prompt\":\"Contains copyright and additional links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":101}', '2025-12-11 06:23:26', '2025-12-11 06:23:26'),
(102, 74, 267, '\"Portfolio showcasing graphic design work\"', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing my creativity and skills in graphic design.\",\"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 meets skill.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section containing the main navigation.\",\"section_prompt\":\"Includes links to navigate through the portfolio.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"Display a captivating visual that represents my design style and creativity.\",\"section_prompt\":\"Featured graphic design work prominently.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my journey in graphic design and my creative philosophy.\",\"section_prompt\":\"Share my background, experience, and passion for design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"A showcase of selected projects that exhibit my skills and creativity in graphic design.\",\"section_prompt\":\"List main projects (Project 1, Project 2, Project 3, ...) that exemplify my work.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Testimonials\",\"section_description\":\"Feedback and reviews from clients highlighting their experience working with me.\",\"section_prompt\":\"Display client testimonials to build trust and credibility.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch!\",\"section_description\":\"Encourage visitors to reach out with inquiries or collaboration opportunities.\",\"section_prompt\":\"Invite potential clients to contact me for projects.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay updated with my recent projects and thoughts on graphic design.\",\"section_prompt\":\"Showcase my latest design posts or thoughts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing links and copyright information.\",\"section_prompt\":\"Provide additional site navigation and contact details.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section containing the main navigation.\",\"section_prompt\":\"Includes links to navigate through the portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Deep dive into my background and design philosophy.\",\"section_prompt\":\"Explore my personal story and what drives my creativity.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"Details about my education, experiences, and milestones in graphic design.\",\"section_prompt\":\"Outline my path to becoming a graphic designer.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Graphic Design?\",\"section_description\":\"Discuss the importance of graphic design and how it impacts businesses and individuals.\",\"section_prompt\":\"Highlight the benefits of good design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Encourage readers to view my graphic design projects.\",\"section_prompt\":\"Invite visitors to navigate to my work section.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links and information.\",\"section_prompt\":\"Provide additional site navigation and copyright.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Explore the design services I offer to clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section containing the main navigation.\",\"section_prompt\":\"Includes links to navigate through the portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Overview of the design services available.\",\"section_prompt\":\"Detail the range of services I provide.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Logo Design\",\"section_description\":\"Creating impactful logos that represent brands effectively.\",\"section_prompt\":\"Description of my logo design service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity\",\"section_description\":\"Developing cohesive brand identities to enhance visual storytelling.\",\"section_prompt\":\"Description of brand identity service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Designing print materials such as brochures, business cards, etc.\",\"section_prompt\":\"Description of print design services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my design services.\",\"section_prompt\":\"Provide clarity and information to prospective clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me for Projects\",\"section_description\":\"Encourage interested parties to reach out for service inquiries.\",\"section_prompt\":\"Invite visitors to get in touch regarding services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with website information.\",\"section_prompt\":\"Provide additional navigation and contact information.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Read feedback from my satisfied clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section containing the main navigation.\",\"section_prompt\":\"Includes links to navigate through the portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Feedback\",\"section_description\":\"A dedicated space for showcasing client testimonials and experiences.\",\"section_prompt\":\"Highlight what clients say about working with me.\"},{\"section_type\":\"reviews\",\"section_title\":\"What Clients Say\",\"section_description\":\"A compilation of quotes and testimonials from happy clients.\",\"section_prompt\":\"Display various client reviews and testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Collaborate?\",\"section_description\":\"Encourage potential clients to reach out for design services.\",\"section_prompt\":\"Invite visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with website details.\",\"section_prompt\":\"Provide additional navigation options.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section containing navigation links.\",\"section_prompt\":\"Includes links for easier navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Provide your details to reach out for collaboration or inquiries.\",\"section_prompt\":\"Encourage users to fill out the contact form.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"A simple form for inquiries regarding my services or collaborations.\",\"section_prompt\":\"Include a contact form for direct messages.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Display additional contact details such as email and phone.\",\"section_prompt\":\"Provide alternative contact details for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with extra navigation and copyright info.\",\"section_prompt\":\"Provide links and additional information.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":102,\"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-11 06:26:28', '2025-12-11 06:28:04');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(104, 79, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A personal portfolio showcasing my skills, creativity, and unique style in graphic design.\",\"website_type\":\"Personal Portfolio\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, artwork\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my graphic design portfolio where I showcase my artistic journey and creativity.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the website header.\",\"section_prompt\":\"Includes navigation links and logo.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my design works and creative journey in the world of graphic design.\",\"section_prompt\":\"A stunning visual introduction to the portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey and passion for graphic design.\",\"section_prompt\":\"A personal narrative about my background in design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Here are the graphic design services I provide.\",\"section_prompt\":\"List main services I offer: Branding, Poster Design, Digital Illustrations, Web Design.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Works\",\"section_description\":\"Browse through some of my favorite projects that showcase my skills and creativity.\",\"section_prompt\":\"A curated gallery of selected graphic design projects.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"What my clients say about my work and services.\",\"section_prompt\":\"Showcase positive feedback from clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay updated with my latest projects and news in the design world.\",\"section_prompt\":\"A teaser to recent blog posts or updates.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Ready to collaborate? Drop me a message!\",\"section_prompt\":\"A call to action encouraging visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the website footer.\",\"section_prompt\":\"Includes copyright information and links.\"}]},{\"page_type\":\"about\",\"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 about page header.\",\"section_prompt\":\"Includes navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"Discover my journey in the world of graphic design.\",\"section_prompt\":\"A brief overview of my design journey.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"Here\\u2019s how I approach my design projects and what drives my creativity.\",\"section_prompt\":\"A detailed explanation of my design philosophy.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Experience & Skills\",\"section_description\":\"I possess skills in various design tools and techniques.\",\"section_prompt\":\"Highlight my key skills and experiences.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer for the about page.\",\"section_prompt\":\"Includes links and copyright information.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Collaborate\",\"section_description\":\"If you are interested in working together, don\'t hesitate to reach out.\",\"section_prompt\":\"Encouragement to contact for collaboration.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"A list of graphic design services I offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the services page header.\",\"section_prompt\":\"Includes navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Graphic Design Services\",\"section_description\":\"Explore the various services I provide as a graphic designer.\",\"section_prompt\":\"An overview of available services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding\",\"section_description\":\"I create unique brand identities that resonate with audiences.\",\"section_prompt\":\"Details on branding services and approach.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Poster Design\",\"section_description\":\"Design eye-catching posters for events, promotions, and more.\",\"section_prompt\":\"Details on poster design services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Illustrations\",\"section_description\":\"I provide bespoke illustrations that enhance any project.\",\"section_prompt\":\"Details on illustration services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"Create visually appealing and user-friendly websites.\",\"section_prompt\":\"Details on web design services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions regarding services I offer.\",\"section_prompt\":\"Provide answers to FAQs.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Interested in my services? Get in touch!\",\"section_prompt\":\"Encouragement to reach out for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer for the services page.\",\"section_prompt\":\"Includes links and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the contact page header.\",\"section_prompt\":\"Includes navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"I look forward to hearing from you!\",\"section_prompt\":\"An introduction to the contact form.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out this form with your inquiries or project ideas.\",\"section_prompt\":\"A form for visitors to send messages.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Alternative ways to reach me if needed.\",\"section_prompt\":\"Details such as email, social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer for the contact page.\",\"section_prompt\":\"Includes links and copyright information.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":104}', '2025-12-11 06:48:18', '2025-12-11 06:48:18'),
(109, 82, 274, '\"Portfolio showcasing graphic design work\"', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A portfolio showcasing my graphic design work, highlighting creativity and skills in the graphic design field.\",\"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 where creativity meets design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for easy access to different sections of the website.\",\"section_prompt\":\"This section contains links to various pages of my portfolio.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover my graphic design work that reflects creativity and innovation.\",\"section_prompt\":\"A captivating introduction to my design portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey and passion for graphic design.\",\"section_prompt\":\"An overview of my background, education, and design philosophy.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the design solutions I offer, tailored for your needs.\",\"section_prompt\":\"List main services offered by me: Branding, Illustration, Web Design, Print Design.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Featured Projects\",\"section_description\":\"Highlighting a selection of my best graphic design projects.\",\"section_prompt\":\"A showcase of prominent works with descriptions and visuals.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Read feedback from those who have collaborated with me.\",\"section_prompt\":\"Client testimonials sharing their experiences working together.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay up-to-date with my latest design projects and insights.\",\"section_prompt\":\"Provide a preview of my most recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Ready to elevate your brand with design? Let\'s connect!\",\"section_prompt\":\"A compelling call to action encouraging potential clients to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright information and additional navigation links.\",\"section_prompt\":\"Links to legal information and social media.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"A detailed overview of my graphic design journey and philosophy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for easy access to other pages.\",\"section_prompt\":\"This section includes links to different sections of my portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey in Design\",\"section_description\":\"A deep dive into how I became a graphic designer.\",\"section_prompt\":\"Share my design journey and experiences.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"Outline the principles that guide my design work.\",\"section_prompt\":\"A brief on what influences my design style and approach.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Education and Experience\",\"section_description\":\"Highlight my qualifications and relevant experience.\",\"section_prompt\":\"Detail my educational background and professional experience.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Professional Milestones\",\"section_description\":\"Key achievements in my graphic design career.\",\"section_prompt\":\"Description of notable projects, awards, and recognitions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Discover My Work\",\"section_description\":\"Encourage visitors to view my portfolio.\",\"section_prompt\":\"A prompt for users to navigate to my work.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic information and links for further browsing.\",\"section_prompt\":\"Contains additional navigation links and copyright information.\"}]},{\"page_type\":\"my_work\",\"page_title\":\"My Work\",\"page_description\":\"A showcase of my graphic design projects and case studies.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other portfolio pages.\",\"section_prompt\":\"This section provides access to different areas of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Showcase of Creative Projects\",\"section_description\":\"Explore various projects I\'ve brought to life.\",\"section_prompt\":\"Highlights of my work across different disciplines.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"Browse through high-quality images of my completed works.\",\"section_prompt\":\"Images of projects with brief descriptions.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Process\",\"section_description\":\"Insight into the methodology behind my creations.\",\"section_prompt\":\"Detail the design process for selected projects.\"},{\"section_type\":\"reviews\",\"section_title\":\"Feedback from Clients\",\"section_description\":\"Read what clients think about my work.\",\"section_prompt\":\"Testimonials specific to my work and projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Collaborating?\",\"section_description\":\"If you like my work, let\\u2019s work together!\",\"section_prompt\":\"A prompt to encourage potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation links and copyright notice.\",\"section_prompt\":\"Links to legal disclaimers and social media.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"An outline of the design solutions I provide.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for easy exploring of my portfolio.\",\"section_prompt\":\"Links to different pages of my portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Solutions Offered\",\"section_description\":\"Overview of the services available for clients.\",\"section_prompt\":\"A summary of the design services I provide.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding\",\"section_description\":\"Creative branding solutions to transform your business identity.\",\"section_prompt\":\"Description of branding services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Illustration\",\"section_description\":\"Custom illustrations to enhance your visual storytelling.\",\"section_prompt\":\"Details on illustration services I provide.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"User-friendly and visually appealing web design solutions.\",\"section_prompt\":\"Outline of web design services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"High-quality print materials designed for your brand.\",\"section_prompt\":\"Description of print design services offered.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries about my services.\",\"section_prompt\":\"Provide guidance on inquiries clients may have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Reach out to discuss your design needs.\",\"section_prompt\":\"Encourage potential clients to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright information and additional links.\",\"section_prompt\":\"Links to legal disclaimers and social media.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out for inquiries or collaboration.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for easy exploring through my portfolio.\",\"section_prompt\":\"Provides access to different sections of the portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Your gateway to initiate a conversation with me.\",\"section_prompt\":\"Encourage visitors to contact me.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send a message directly.\",\"section_prompt\":\"A simple form for potential clients to reach out.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Find alternative ways to contact me.\",\"section_prompt\":\"Provide email, phone number, and social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation and copyright information.\",\"section_prompt\":\"Links to legal information and social links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":109,\"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-11 11:09:19', '2025-12-11 11:10:03'),
(110, 83, 276, '\"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. To 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 commitment to quality and sustainability with our fresh menu and transparent pricing information.\",\"website_type\":\"restaurant\",\"website_industry\":\"Food & Beverage\",\"search_query\":\"apizza, restaurant, New Haven\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"A warm introduction to Pete\'s New Haven Style Apizza and its core values.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top navigation and logo of Pete\'s Apizza.\",\"section_prompt\":\"Main navigation with logo and links to all main pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Pete\'s\",\"section_description\":\"Experience the authentic taste of New Haven style apizza made with sustainability in mind.\",\"section_prompt\":\"Hero banner showcasing a beautiful pizza image and a welcoming message.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission and commitment to quality ingredients.\",\"section_prompt\":\"Information about Pete\'s values and importance of fresh, locally sourced ingredients.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Menu Highlights\",\"section_description\":\"Explore our menu featuring hormone-free meats and artisan cheeses.\",\"section_prompt\":\"List main menu offerings to entice customers (apizza, salads, desserts, beverages).\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Our Customers Say\",\"section_description\":\"Hear from our satisfied customers about their dining experience at Pete\'s.\",\"section_prompt\":\"Show quotes and testimonials from happy patrons.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us Today\",\"section_description\":\"Visit us for an unforgettable dining experience with fresh ingredients.\",\"section_prompt\":\"Encouragement for customers to visit in-person or check the menu online.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay informed about recent news and events at Pete\'s.\",\"section_prompt\":\"Highlight recent posts or updates, including new menu items.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom section including contact information, social media links, and legal information.\",\"section_prompt\":\"Footer contents including links and information about Pete\'s.\"}]},{\"page_type\":\"contact_us\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to Pete\'s New Haven Style Apizza for inquiries and feedback.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header navigation to maintain site consistency.\",\"section_prompt\":\"Standard header across all main pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We are here to answer all your questions and feedback.\",\"section_prompt\":\"Encourage communication with Pete\'s customer service.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Location & Hours\",\"section_description\":\"Find out where to locate us and our business hours.\",\"section_prompt\":\"Provide address, phone number, and operation timings.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A convenient way for customers to reach us with inquiries.\",\"section_prompt\":\"Implement a contact form for customer questions and feedback.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Ensure continuity with the website\'s footer information.\",\"section_prompt\":\"Footer consistency for all pages.\"}]}],\"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. To 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\":110,\"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-11 11:14:29', '2025-12-11 11:15:00'),
(111, 83, 277, '\"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:12:37'),
(116, 10, 282, '\"Archelon is a consumer-focused house of brands creating high-quality organic, wellness, and beauty products rooted in purity, research, and sustainable sourcing.\\nOur Vision: Purity First, Science-Led, Sustainable Choices, People-Centric\\nServices: Consumer Product Development, Organic & Natural Formulations, Beauty & Personal Care\"', '{\"website_title\":\"Archelon\",\"website_description\":\"Archelon is a dedicated house of brands specializing in high-quality organic, wellness, and beauty products, committed to purity, scientific research, and sustainability.\",\"website_type\":\"Corporate\",\"website_industry\":\"Beauty & Wellness\",\"search_query\":\"organic products, wellness, beauty products\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Archelon, where we embody purity and sustainability through our wellness and beauty brands. Explore our mission and values.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Archelon website.\",\"section_prompt\":\"This section includes logo and main navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Archelon\",\"section_description\":\"Discover our commitment to organic and sustainable beauty products.\",\"section_prompt\":\"Hero banner showcasing Archelon\'s vision and main message.\"},{\"section_type\":\"about\",\"section_title\":\"About Archelon\",\"section_description\":\"Learn about our mission and values in promoting wellness and sustainability.\",\"section_prompt\":\"Brief overview of Archelon\'s vision, values, and commitment to quality.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our specialized services for enhancing wellness and beauty.\",\"section_prompt\":\"List main services: Consumer Product Development, Organic & Natural Formulations, Beauty & Personal Care.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Read our latest articles on wellness, beauty, and sustainability.\",\"section_prompt\":\"Showcase recent blog posts or articles of interest.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Journey\",\"section_description\":\"Get involved and explore how you can collaborate with Archelon.\",\"section_prompt\":\"Encourage visitors to reach out for inquiries or collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links and copyright information.\",\"section_prompt\":\"This section includes links to privacy policy, terms of service, and contact information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Dive deeper into Archelon\'s guiding principles and dedication to organic beauty and wellness.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the About Us page.\",\"section_prompt\":\"This section includes logo and main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Vision and Values\",\"section_description\":\"A detailed look at what drives Archelon and our commitment to our customers.\",\"section_prompt\":\"Overview of company values focused on purity, sustainability, and consumer-centric approach.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Purity at Heart\",\"section_description\":\"Our dedication to providing safe and organic products.\",\"section_prompt\":\"Highlight the importance of pureness in all our product formulations.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Sustainability Commitment\",\"section_description\":\"How we incorporate sustainable practices in our operations.\",\"section_prompt\":\"Explain our commitment to environmental sustainability.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Scientific Research\",\"section_description\":\"The role science plays in our product development processes.\",\"section_prompt\":\"Discuss our reliance on scientific research to create effective products.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Us\",\"section_description\":\"Learn more about our brands and offerings.\",\"section_prompt\":\"Encourage visitors to explore partnerships and collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links and copyright information.\",\"section_prompt\":\"This section includes links to privacy policy, terms of service, and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Archelon for collaboration, inquiries, or support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Contact Us page.\",\"section_prompt\":\"This section includes logo and main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Reach Out to Us\",\"section_description\":\"We are here to support your inquiries and collaborations.\",\"section_prompt\":\"Encourage visitors to get in touch.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to connect with us.\",\"section_prompt\":\"Contact form for inquiries and collaboration interests.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find out where we are based and our contact details.\",\"section_prompt\":\"Provide physical location and contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links and copyright information.\",\"section_prompt\":\"This section includes links to privacy policy, terms of service, and contact information.\"}]}],\"user_prompt\":\"Archelon is a consumer-focused house of brands creating high-quality organic, wellness, and beauty products rooted in purity, research, and sustainable sourcing.\\nOur Vision: Purity First, Science-Led, Sustainable Choices, People-Centric\\nServices: Consumer Product Development, Organic & Natural Formulations, Beauty & Personal Care\",\"prompt_id\":116,\"theme\":\"minimalistic\",\"colors\":[[0,128,128],[255,222,122]],\"fonts\":\"minimalistic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"user_logo\":\"https:\\/\\/app.bloxby.io\\/temp-logos\\/logo_693d619ae7eca.png\",\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2025-12-13 12:47:10', '2025-12-13 12:52:45');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(119, 81, 285, '\"Portfolio showcasing graphic design work\"', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A showcase of my graphic design work, highlighting my skills, creativity, and unique style. Discover my journey, explore my portfolio, learn about the services I offer, and read testimonials from clients.\",\"website_type\":\"Personal Website\",\"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\":\"Navigation bar with links to each section.\",\"section_prompt\":\"Bootstrap navigation layout.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover my journey and passion for graphic design.\",\"section_prompt\":\"A compelling introductory section showcasing my graphic design ethos.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey and passion for graphic design.\",\"section_prompt\":\"A brief account of who I am as a designer and my background.\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Work\",\"section_description\":\"A collection of my finest graphic design projects.\",\"section_prompt\":\"Explore my portfolio categorized by different design types and styles.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Services Offered\",\"section_description\":\"Explore the range of design services I provide.\",\"section_prompt\":\"List main services provided: branding, illustration, digital design.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"What my clients have to say about my work and collaborations.\",\"section_prompt\":\"Highlight positive testimonials and experiences from past clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Work\",\"section_description\":\"Recent updates and projects I\'ve completed.\",\"section_prompt\":\"Showcase the latest additions to my portfolio.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in working together? Let\'s discuss your project!\",\"section_prompt\":\"Encourage visitors to reach out for inquiries or collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closure information, including links and social media handles.\",\"section_prompt\":\"Bootstrap footer design containing essential links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover the journey of a passionate graphic designer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to each section, ensuring easy access.\",\"section_prompt\":\"Bootstrap navigation layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Design Journey\",\"section_description\":\"Insight into my background and experiences in graphic design.\",\"section_prompt\":\"An engaging section about my personal design journey and milestones.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Design Philosophy\",\"section_description\":\"My approach and philosophy in graphic design.\",\"section_prompt\":\"Detail the principles and values shaping my design work.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"My Skills\",\"section_description\":\"Showcasing the skills I bring to the table as a designer.\",\"section_prompt\":\"Highlight key skills including software proficiency and design techniques.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Others Say\",\"section_description\":\"Feedback on my work from clients and peers.\",\"section_prompt\":\"Highlights of testimonials that reflect my professionalism and creativity.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Encouragement for visitors to reach out for collaboration or inquiries.\",\"section_prompt\":\"Invite viewers to contact me for potential projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closure information, including links and social media handles.\",\"section_prompt\":\"Bootstrap footer design containing essential links.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A showcased collection of my best graphic design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for easy access to the different sections.\",\"section_prompt\":\"Bootstrap navigation layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Portfolio\",\"section_description\":\"View my work categorized by various design types.\",\"section_prompt\":\"Convey the variety and creativity in my graphic design projects.\"},{\"section_type\":\"gallery\",\"section_title\":\"Explore Categories\",\"section_description\":\"Browse through different categories of my design work.\",\"section_prompt\":\"Showcase different sections for branding, illustration, and digital design.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project Highlights\",\"section_description\":\"Spotlight on key projects that define my style and skills.\",\"section_prompt\":\"Detailed descriptions of selected works that represent my design ethos.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Insights\",\"section_description\":\"Client feedback on showcased projects.\",\"section_prompt\":\"Display testimonials related to the highlighted portfolio projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire More\",\"section_description\":\"Interested in my work? Let\\u2019s talk!\",\"section_prompt\":\"Encourage viewers to reach out if they want to know more.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closure information, including links and social media handles.\",\"section_prompt\":\"Bootstrap footer design containing essential links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"The design services I offer tailored to meet your needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for seamless browsing across the site.\",\"section_prompt\":\"Bootstrap navigation layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Design Services\",\"section_description\":\"Detailed description of design services available.\",\"section_prompt\":\"Overview of services including branding, illustration, and digital design.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding Services\",\"section_description\":\"Creating distinct identities for businesses and individuals.\",\"section_prompt\":\"Details on branding services offered including logos and brand strategy.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Illustration Services\",\"section_description\":\"Unique illustrations tailored to suit various thematic needs.\",\"section_prompt\":\"Information on the types of illustration services available.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Design Services\",\"section_description\":\"Design solutions for web and digital platforms.\",\"section_prompt\":\"Explanation of digital design offerings, including web and application design.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common queries about my services and processes.\",\"section_prompt\":\"Provide answers to typical questions clients might have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Collaborate\",\"section_description\":\"Encouragement for potential clients to reach out for inquiries.\",\"section_prompt\":\"Invite interested parties to contact me for project discussions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closure information, including links and social media handles.\",\"section_prompt\":\"Bootstrap footer design containing essential links.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Feedback and testimonials from my clients and collaborators.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for easy access to different sections.\",\"section_prompt\":\"Bootstrap navigation layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Testimonials\",\"section_description\":\"A collection of feedback from clients about my work.\",\"section_prompt\":\"Summarize client experiences and satisfaction with my design services.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Highlighted testimonials reflecting client satisfaction and experiences.\",\"section_prompt\":\"Display specific quotes from clients, reflecting their experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out\",\"section_description\":\"Interested in working together? Let\\u2019s connect!\",\"section_prompt\":\"Encourage visitors to get in touch for potential collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closure information, including links and social media handles.\",\"section_prompt\":\"Bootstrap footer design containing essential links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"How to reach out for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for seamless access to all parts of the website.\",\"section_prompt\":\"Bootstrap navigation layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Details on how to contact me regarding projects or inquiries.\",\"section_prompt\":\"Information on communication channels for inquiries.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for potential clients to fill out with inquiries.\",\"section_prompt\":\"Bootstrap contact form for visitors to send messages directly.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Additional ways to reach out, including email and phone.\",\"section_prompt\":\"Provide contact information beyond the form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closure information, including links and social media handles.\",\"section_prompt\":\"Bootstrap footer design containing essential links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":119,\"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-15 05:12:47', '2025-12-15 05:14:08'),
(121, 84, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing my creativity and skills in graphic design through various projects and services.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative work\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An introduction to my graphic design work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header of my website, containing navigation links.\",\"section_prompt\":\"Include navigation and branding.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome\",\"section_description\":\"A visually striking introduction to my work in graphic design.\",\"section_prompt\":\"Display a captivating banner with my tagline.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my background and design philosophy.\",\"section_prompt\":\"A brief overview of who I am.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the graphic design services I offer.\",\"section_prompt\":\"List main services (logo design, print design, digital media) provided by me.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Featured Work\",\"section_description\":\"Showcase some of my best graphic design projects.\",\"section_prompt\":\"Highlight key projects from my portfolio.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Hear feedback from clients about my work and professionalism.\",\"section_prompt\":\"Display reviews and testimonials from satisfied clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay updated with my latest work and insights in graphic design.\",\"section_prompt\":\"Showcase recent blog updates or projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encourage visitors to reach out for collaborations.\",\"section_prompt\":\"Invite visitors to contact me for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer of my website, containing copyright and contact info.\",\"section_prompt\":\"Provide essential links and copyright information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Details about my background, experience, and design philosophy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header of the About Me page, containing navigation links.\",\"section_prompt\":\"Include navigation and branding.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"Discuss my professional background and design experiences.\",\"section_prompt\":\"Provide a narrative of my career in graphic design.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Share my approach to design and what inspires my creativity.\",\"section_prompt\":\"Elaborate on my design principles and inspirations.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Key Skills\",\"section_description\":\"Highlight my core competencies in graphic design.\",\"section_prompt\":\"Showcase my skills including software proficiency and design techniques.\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Creative Process\",\"section_description\":\"Explain how I approach design projects from concept to completion.\",\"section_prompt\":\"Clearly outline my workflow and methodologies.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Encourage readers to reach out or view my portfolio.\",\"section_prompt\":\"Invite readers to connect for potential collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer of the About Me page, containing copyright and contact info.\",\"section_prompt\":\"Provide essential links and copyright information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A gallery showcasing my graphic design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header of the Portfolio page, containing navigation links.\",\"section_prompt\":\"Include navigation and branding.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Work\",\"section_description\":\"Showcase of my graphic design projects across various categories.\",\"section_prompt\":\"Present a stunning visual display of my portfolio.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Categories\",\"section_description\":\"Organize my projects into specific design categories for easy navigation.\",\"section_prompt\":\"List of categories including branding, illustration, and web design.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Highlights\",\"section_description\":\"Display selected projects with engaging visuals and descriptions.\",\"section_prompt\":\"Highlight individual projects with images and narratives.\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Brands I\'ve Worked With\",\"section_description\":\"Show logos of brands and clients I\'ve collaborated with.\",\"section_prompt\":\"List notable brands that feature my design work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Services\",\"section_description\":\"Encourage visitors to see the services I offer.\",\"section_prompt\":\"Direct visitors to my services page for more details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer of the Portfolio page, containing copyright and contact info.\",\"section_prompt\":\"Provide essential links and copyright information.\"}]},{\"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\":\"This is the header of the Services page, containing navigation links.\",\"section_prompt\":\"Include navigation and branding.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Graphic Design Services\",\"section_description\":\"Detail the specific graphic design services available to clients.\",\"section_prompt\":\"Showcase the range of services I provide.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Logo Design\",\"section_description\":\"Offer insights into my logo design process and significance.\",\"section_prompt\":\"Detail my approach to creating impactful logos.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Discuss my skills in designing print media like brochures and posters.\",\"section_prompt\":\"Provide examples and insights into my print design work.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Media\",\"section_description\":\"Explain my work with digital design, including social media and web graphics.\",\"section_prompt\":\"Outline my proficiency in creating digital assets.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Provide answers to common questions about my services and processes.\",\"section_prompt\":\"Address typical inquiries clients may have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out for Collaboration\",\"section_description\":\"Encourage visitors to contact me for potential projects.\",\"section_prompt\":\"Invite visitors to get in touch for design services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer of the Services page, containing copyright and contact info.\",\"section_prompt\":\"Provide essential links and copyright information.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Reviews from clients to build credibility and trust.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header of the Testimonials page, containing navigation links.\",\"section_prompt\":\"Include navigation and branding.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Feedback\",\"section_description\":\"Share positive reviews from my clients about my graphic design work.\",\"section_prompt\":\"Showcase testimonials from satisfied clients.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Reviews\",\"section_description\":\"Present detailed testimonials from clients to underline my quality of work.\",\"section_prompt\":\"Feature various positive comments from clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Happy Clients\",\"section_description\":\"Encourage new clients to reach out for my design services.\",\"section_prompt\":\"Invite potential clients to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer of the Testimonials page, containing copyright and contact info.\",\"section_prompt\":\"Provide essential links and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"A form for visitors to reach out for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header of the Contact page, containing navigation links.\",\"section_prompt\":\"Include navigation and branding.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Provide a welcoming area for visitors to contact me.\",\"section_prompt\":\"Encourage users to fill out the contact form.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form where visitors can reach out with any inquiries or requests.\",\"section_prompt\":\"Include fields for name, email, message.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Additional Contact Info\",\"section_description\":\"Provide alternative methods to reach me besides the contact form.\",\"section_prompt\":\"List email and social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"This is the footer of the Contact page, containing copyright and contact info.\",\"section_prompt\":\"Provide essential links and copyright information.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":121}', '2025-12-15 11:27:21', '2025-12-15 11:27:21'),
(124, 10, 289, '\"Website for \\\"PetMAC Market Place & 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-products. PetMAC has been serving the local Tenleytown community and greater Washington DC since 2007! We\\u2019re an independent, woman-owned, small, local business.\"', '{\"website_title\":\"PetMAC Market Place & Adoption Center\",\"website_description\":\"A dedicated platform for pet owners in Tenleytown and Washington DC, offering all-natural pet food and adoption services.\",\"website_type\":\"eCommerce\",\"website_industry\":\"Non-Profit Organization\",\"search_query\":\"pet food, pet adoption, community support\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to PetMAC, where we cater to your pets\' needs with all-natural products and adoption services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu to access various sections of the website.\",\"section_prompt\":\"Include links to Home, About Us, Products, Adoption Center, Community Support, and Contact Us.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to PetMAC\",\"section_description\":\"Discover our mission to provide the best for your pets through quality products and community involvement.\",\"section_prompt\":\"A visually appealing banner that highlights PetMAC\'s values and services.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our journey as a woman-owned business dedicated to pet welfare since 2007.\",\"section_prompt\":\"A brief overview of PetMAC\'s history, mission, and vision.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Products\",\"section_description\":\"Explore our selection of all-natural dog and cat foods available for purchase.\",\"section_prompt\":\"List main products offered: all-natural dog foods, all-natural cat foods.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Adoption Center\",\"section_description\":\"Find out more about our pets available for adoption and the kind process for bringing them home.\",\"section_prompt\":\"Details about adoption services and how to get involved.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Community Involvement\",\"section_description\":\"See how PetMAC supports the Tenleytown community with events and initiatives.\",\"section_prompt\":\"Highlight community engagement activities by PetMAC.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Become part of the PetMAC family and help us make a difference!\",\"section_prompt\":\"Encourage visitors to engage with PetMAC, either through product purchases or community events.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest from Our Blog\",\"section_description\":\"Stay updated with news, tips, and events involving PetMAC and pet care.\",\"section_prompt\":\"Show snippets of the latest blog posts related to pet care and community events.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information including navigation links and social media icons.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact information.\"}]},{\"page_type\":\"about\",\"page_title\":\"Who We Are\",\"page_description\":\"The story behind PetMAC, our mission and commitment to the pet community.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu to access various sections of the website.\",\"section_prompt\":\"Include links to Home, About Us, Products, Adoption Center, Community Support, and Contact Us.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Who We Are\",\"section_description\":\"Discover how PetMAC was founded and our growth over the years as a trusted pet resource.\",\"section_prompt\":\"Detail the foundational story of PetMAC and its significance.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Adoptable Shop Kitties\",\"section_description\":\"We now have a limited number of shop cats available for adoption! Contact Lori for info: info@petsbringjoy.org\"},{\"section_type\":\"about_section\",\"section_title\":\"About PetMAC\",\"section_description\":\"In February 2007, Lori Rolnick and Janice McLain opened PetMAC, a store devoted to selling natural foods, toys, and other supplies for cats and dogs. They are a retail-rescue partnership, dedicated to helping stray and shelter animals find forever homes.\"},{\"section_type\":\"team_section\",\"section_title\":\"Owner And Staff\",\"section_description\":\"PetMAC is owned and operated by local residents Janice McLain and Lori Rolnick.\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Partnerships and Support\",\"section_description\":\"Showcase our partnerships with local businesses and organizations enhancing our community impact.\",\"section_prompt\":\"Display logos of partners and organizations supporting PetMAC.\"},{\"section_type\":\"gallery_section\",\"section_title\":\"Shop Photos\",\"section_description\":\"Showcase our shop photos\"},{\"section_type\":\"contact_section\",\"section_title\":\"Store Hours\",\"section_description\":\"We are asking for all special orders to be placed by Sunday. Orders received after will be processed for the following week.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information including navigation links and social media icons.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact information.\"}]},{\"page_type\":\"products\",\"page_title\":\"What We Sell\",\"page_description\":\"Explore our range of all-natural pet foods specially curated for health-conscious owners.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu to access various sections of the website.\",\"section_prompt\":\"Include links to Home, About Us, Products, Adoption Center, Community Support, and Contact Us.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What We Sell\",\"section_description\":\"Delve into our product offerings, ensuring quality and health for your pets.\",\"section_prompt\":\"Overview of product types available at PetMAC.\"},{\"section_type\":\"blog_section\",\"section_title\":\"Products we carry\",\"section_description\":\"We have many, many additional products not listed here, and are always getting new products in. If there\\u2019s something you\\u2019re looking for that\\u2019s not listed here, please call or ask. We may have it \\u2013 If not, we can usually order it for you!\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Get answers to common queries about our products and services.\",\"section_prompt\":\"List common FAQs regarding products, nutrition, and services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information including navigation links and social media icons.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact information.\"}]},{\"page_type\":\"adoption_center\",\"page_title\":\"Notes From Petmac\",\"page_description\":\"A caring place to find your new furry family member through our adoption process.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu to access various sections of the website.\",\"section_prompt\":\"Include links to Home, About Us, Products, Adoption Center, Community Support, and Contact Us.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Notes From Petmac\",\"section_description\":\"Notes From Petmac\",\"section_prompt\":\"Information about the adoption process and available pets.\"},{\"section_type\":\"blog_section\",\"section_title\":\"Blog\",\"section_description\":\"Display blog posts\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"Adoption Process\",\"section_description\":\"Learn about what to expect during the adoption process with PetMAC.\",\"section_prompt\":\"Outline the steps and what is required for adopting a pet.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Success Stories\",\"section_description\":\"Read heartwarming stories from families who adopted pets from PetMAC.\",\"section_prompt\":\"Showcase testimonials from satisfied adopters.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Adopt Today\",\"section_description\":\"Ready to find your new best friend? Start the adoption process with us!\",\"section_prompt\":\"Encourage visitors to take the next step in adopting a pet.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information including navigation links and social media icons.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact information.\"}]},{\"page_type\":\"educational_info\",\"page_title\":\"Educational Information\",\"page_description\":\"A comprehensive resource section providing valuable insights and educational content for pet owners in Tenleytown and Washington DC.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section serves as the introductory header for the Educational Information page, showcasing the site logo and navigation links.\",\"section_prompt\":\"Responsive top navigation bar including logo and menu links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Educational Info\",\"section_description\":\"An inviting banner that indicates the purpose of the page, encouraging pet owners to explore educational resources.\",\"section_prompt\":\"Full-width hero banner with a welcoming message for the Educational Info page.\"},{\"section_type\":\"about\",\"section_title\":\"Why Education is Important for Pet Owners\",\"section_description\":\"An insightful section explaining the significance of education for pet care and responsible ownership.\",\"section_prompt\":\"Informative content laid out in a column format explaining the importance of education in pet ownership.\"},{\"section_type\":\"faqs\",\"section_title\":\"General Tips\",\"section_description\":\"A frequently asked questions section addressing General Tips:\\nWhat is Diatomaceous Earth and Why Should I Care?\\nTen Tips for a Healthier Dog or Cat\",\"section_prompt\":\"Accordion-style layout for displaying FAQs, allowing users to expand for more details.\"},{\"section_type\":\"faq_section\",\"section_title\":\"Nutrition\",\"section_description\":\"Raw Food Challenge \\u2014 Win a Year\\u2019s Supply of Pet Food!\\nClean Eating For Pets and Biologically Appropriate Diets\\nImportant Info About Your Pet\\u2019s Nutrition and Feeding\\nImportance of Rotating Your Pets\\u2019 Foods\\nHow to Read Pet Food Labels\\nHow to Grade Your Pet\\u2019s Food\"},{\"section_type\":\"faq_section\",\"section_title\":\"Dog Behavior & Training\",\"section_description\":\"Answer common questions:\\nWhat is Diatomaceous Earth and Why Should I Care?\"},{\"section_type\":\"faq_section\",\"section_title\":\"Cat Behavior & Training\",\"section_description\":\"Answer common questions:\\nWhat\\u2019s the Big Deal About Cat Litter?\\nWhat is Diatomaceous Earth and Why Should I Care?\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing contact information, social media links, and additional navigation options.\",\"section_prompt\":\"Standard footer layout featuring contact details, links, and social media icons.\"}]},{\"page_type\":\"community_support\",\"page_title\":\"Partners\",\"page_description\":\"Learn about our efforts to support the Tenleytown community and upcoming events.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu to access various sections of the website.\",\"section_prompt\":\"Include links to Home, About Us, Products, Adoption Center, Community Support, and Contact Us.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Partners\",\"section_description\":\"How PetMAC contributes to the local community, from events to sponsorships.\",\"section_prompt\":\"Overview of community initiatives supported by PetMAC.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Rescue Partners\",\"section_description\":\"PetMAC is proud to partner with local DC rescue organizations, devoted to finding loving homes for cats and dogs.\"},{\"section_type\":\"logos_section\",\"section_title\":\"Business Partners\",\"section_description\":\"Thank You to the following companies for Food & Litter Donations:\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us\",\"section_description\":\"Help us make a difference in the lives of pets in our community!\",\"section_prompt\":\"Encourage visitors to engage with PetMAC\'s community efforts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information including navigation links and social media icons.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact information.\"}]},{\"page_type\":\"contact_us\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to us for any inquiries, feedback or support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu to access various sections of the website.\",\"section_prompt\":\"Include links to Home, About Us, Products, Adoption Center, Community Support, and Contact Us.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We would love to hear from you! Contact us with your questions.\",\"section_prompt\":\"An inviting and warm message to encourage visitors to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send your queries directly to our team.\",\"section_prompt\":\"Contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Details\",\"section_description\":\"Find our contact details and social media links to stay connected.\",\"section_prompt\":\"Provide email, phone number, and social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information including navigation links and social media icons.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact information.\"}]}],\"user_prompt\":\"Website for \\\"PetMAC Market Place & 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-products. PetMAC has been serving the local Tenleytown community and greater Washington DC since 2007! We\\u2019re an independent, woman-owned, small, local business.\",\"prompt_id\":124,\"theme\":\"soft\",\"colors\":[[213,82,26],[73,67,116]],\"fonts\":\"soft-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/www.facebook.com\\/PetMACDC1\",\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"user_logo\":\"https:\\/\\/app.bloxby.io\\/temp-logos\\/logo_6940f6f91d225.png\",\"contact_details\":{\"phone_number\":\"+1 202 966 7387\",\"email\":\"info@petmacdc.org\",\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2025-12-16 05:45:06', '2025-12-16 06:06:51');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(125, 86, 290, '\"Website for \\\"PetMAC Market Place & 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-products. PetMAC has been serving the local Tenleytown community and greater Washington DC since 2007! We\\u2019re an independent, woman-owned, small, local business.\"', '{\"website_title\":\"PetMAC Market Place & Adoption Center\",\"website_description\":\"A dedicated hub for pet lovers in Tenleytown and greater Washington DC, showcasing high-quality, all-natural pet foods and adoption services.\",\"website_type\":\"business\",\"website_industry\":\"Non-Profit Organization\",\"search_query\":\"pet food, adoption, pet care\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to PetMAC! Our mission is to ensure pets are healthy and happy in the Tenleytown community.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"hero_banner\",\"section_title\":\"PetMAC Market Place & Adoption Center\",\"section_description\":\"Quality food and treats for dogs and cats in Tenleytown, Washington, DC!\",\"section_prompt\":null},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Welcome to PetMAC\",\"section_description\":\"Welcome to 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-products. We look specifically for foods and treats that do not contain corn, wheat, soy or other questionable ingredients. We stock not only the traditional kibble and canned diets for your pet, but we also have freeze-dried, dehydrated and frozen raw diets. We only feed the best to our pets, and we want to offer our customers the same!\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"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.\\n\\nWe believe given the number of homeless dogs and cats languishing in shelters, that animals should not \\u201cbe bought and sold. We work closely with local rescue groups who offer cats and dogs for adoption, and have recently resumed having a limited number of cats in our shop available for adoption or fostering. We donate to rescue fundraisers and offer discounted supplies to our partner rescue groups and their fosters as our way of saying \\u201cthank you\\u201d for helping rescue shelter animals.\",\"section_prompt\":null},{\"section_type\":\"benefit_detail\",\"section_title\":\"PetMAC Mission\",\"section_description\":\"At PetMAC, we feel there is always more to learn, and more fun to be had! With that in mind, we have periodic seminars by vets and other pet-related experts on topics such as alternative medicines and treatments, the benefits of feeding a raw diet, how to prevent dental disease, and dealing with separation anxiety.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"PetMAC News & Events\",\"section_description\":\"List PetMAC events like:\\nAdoption events on our Facebook page - 25th April, 2026,\\nAugust Sale 15 to 30% Off - 01 August 2025,\\nUSED COOKBOOK SALE THIS SAT, JULY 31, 2021 from 10am \\u2013 5pm\",\"section_prompt\":\"List main products (high-quality, all-natural pet foods).\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Stay updated with tips and community events regarding pet care.\",\"section_prompt\":null},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]},{\"page_type\":\"who_we_are\",\"page_title\":\"Who We Are\",\"page_description\":\"Learn more about the dedicated team behind PetMAC Market Place & Adoption Center and our mission to serve pets and their owners in the community.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This header introduces visitors to PetMAC Market Place & Adoption Center with logo and navigation links.\",\"section_prompt\":\"Include the site logo on the left with navigation links on the right. Create a responsive header using Bootstrap 5.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Who We Are\",\"section_description\":\"This inner banner sets the tone for the page by presenting the title prominently.\",\"section_prompt\":\"Design a visually appealing inner banner with a bold title text. Utilize a full-width background image for an engaging effect.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Adoptable Shop Kitties\",\"section_description\":\"We now have a limited number of shop cats available for adoption! Contact Lori for info: info@petsbringjoy.org\"},{\"section_type\":\"about\",\"section_title\":\"About PetMAC\",\"section_description\":\"In February 2007, Lori Rolnick and Janice McLain opened PetMAC, a store devoted to selling natural foods, toys, and other supplies for cats and dogs. They are a retail-rescue partnership, dedicated to helping stray and shelter animals find forever homes.\",\"section_prompt\":\"Present the mission and vision in a clear and concise format, possibly utilizing a two-column layout for better readability.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Owner And Staff\",\"section_description\":\"PetMAC is owned and operated by local residents Janice McLain and Lori Rolnick.\",\"section_prompt\":\"Showcase team members with photos and brief bios. Use a grid layout to ensure all team members are displayed effectively.\"},{\"section_type\":\"gallery_section\",\"section_title\":\"Shop Photos\",\"section_description\":\"Showcase images or media\"},{\"section_type\":\"contact_section\",\"section_title\":\"Store Hours\",\"section_description\":\"We are asking for all special orders to be placed by Sunday. Orders received after will be processed for the following week.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer contains important links and contact information for PetMAC.\",\"section_prompt\":\"Design a clean footer including quick links, social media icons, and contact info. Use a simple layout for easy navigation.\"}]},{\"page_type\":\"what_we_sell\",\"page_title\":\"What We Sell\",\"page_description\":\"Discover the range of high-quality, all-natural pet products available at PetMAC Market Place & Adoption Center.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation area of the website where visitors can access different sections easily.\",\"section_prompt\":\"This section serves as the navigation header for the page. It should be implemented as a Bootstrap navbar with links to the homepage, product categories, adoption services, and contact information.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What We Sell\",\"section_description\":\"A visually appealing banner introducing visitors to the diverse pet products and services offered.\",\"section_prompt\":\"This section provides a captivating introduction to what is being sold on the site, including high-quality images of products. Use a responsive hero image layout with a centered title overlay.\"},{\"section_type\":\"features_list\",\"section_title\":\"Products we carry\",\"section_description\":\"We have many, many additional products not listed here, and are always getting new products in. If there\\u2019s something you\\u2019re looking for that\\u2019s not listed here, please call or ask. We may have it \\u2013 If not, we can usually order it for you!\",\"section_prompt\":\"In this section, showcase a comprehensive list of essential supplies for pets, using Bootstrap\'s list group component for better organization and readability.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The concluding section that provides additional navigation, contact information, and social media links.\",\"section_prompt\":\"This section summarizes the website\\u2019s footer, offering links to important pages, contact details, and social media accounts. Use a simple, clean layout that is easy to navigate, utilizing Bootstrap\'s grid system.\"}]},{\"page_type\":\"notes_from_petmac\",\"page_title\":\"Notes From PetMAC\",\"page_description\":\"Explore insightful articles, tips, and stories from PetMAC, designed to enrich the lives of pets and their owners.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section serves as the introductory header for the page, featuring the website logo and navigation links.\",\"section_prompt\":\"Responsive top navigation bar with logo and links to other sections. Include branding that reflects PetMAC\'s identity.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Notes From PetMAC\",\"section_description\":\"A dedicated space for sharing valuable insights and updates related to pet care and adoption.\",\"section_prompt\":\"Full-width inner hero section with a captivating background image, prominently displaying the page title.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Articles\",\"section_description\":\"A curated selection of articles that highlight important topics, tips, and stories about pets.\",\"section_prompt\":\"Responsive grid layout showcasing featured articles, including images, titles, and snippets, with each article linking to its full post.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"A comprehensive footer that provides links to important pages, social media icons, and contact information.\",\"section_prompt\":\"Multi-column layout foot that includes navigation links, social media icons, and a brief about PetMAC, ensuring accessibility to all site information.\"}]},{\"page_type\":\"educational-info\",\"page_title\":\"Educational Information\",\"page_description\":\"Discover insightful resources and educational materials that promote responsible pet ownership and enhance your pet care knowledge.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top section of the page that provides the website\'s branding and navigation.\",\"section_prompt\":\"This section features the website\\u2019s logo and navigation links. Use a horizontal layout with a clear menu for easy access.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Educational Information\",\"section_description\":\"An engaging banner to introduce the educational resources available on the site.\",\"section_prompt\":\"This section contains a visually striking banner with a relevant image and a brief introduction to the educational materials. Use a centered layout with a full-width background image.\"},{\"section_type\":\"faq_section\",\"section_title\":\"General Tips\",\"section_description\":\"Answer common questions:\\nWhat is Diatomaceous Earth and Why Should I Care?\\nTen Tips for a Healthier Dog or Cat.\"},{\"section_type\":\"faq_section\",\"section_title\":\"Nutrition\",\"section_description\":\"Answer common questions:\\nRaw Food Challenge \\u2014 Win a Year\\u2019s Supply of Pet Food!\\nClean Eating For Pets and Biologically Appropriate Diets\\nImportant Info About Your Pet\\u2019s Nutrition and Feeding\\nImportance of Rotating Your Pets\\u2019 Foods\\nHow to Read Pet Food Labels\\nHow to Grade Your Pet\\u2019s Food\"},{\"section_type\":\"faq_section\",\"section_title\":\"Dog Behavior & Training\",\"section_description\":\"Answer common questions:\\nWhat is Diatomaceous Earth and Why Should I Care?\"},{\"section_type\":\"faq_section\",\"section_title\":\"Cat Behavior & Training\",\"section_description\":\"What\\u2019s the Big Deal About Cat Litter?\\nWhat is Diatomaceous Earth and Why Should I Care?\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom section of the page that provides additional links and contact information.\",\"section_prompt\":\"This section contains links to various resources, social media icons, and contact information. Layout should be multi-column for organization.\"}]},{\"page_type\":\"partners\",\"page_title\":\"Our Partners\",\"page_description\":\"Explore the trusted partners that help us provide the best services and products for your pets at PetMAC Market Place & Adoption Center.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section includes the site logo and navigation menu for easy access to different site pages.\",\"section_prompt\":\"A simple header layout with the website logo on the left and a responsive navigation bar on the right, following Bootstrap 5 layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Partners\",\"section_description\":\"This section introduces our esteemed partners who collaborate with us to enhance our offerings for pet lovers.\",\"section_prompt\":\"A visually appealing inner banner that highlights the \'Our Partners\' title over a soft background image, using Bootstrap 5 text-center alignment.\"},{\"section_type\":\"about\",\"section_title\":\"Rescue Partners\",\"section_description\":\"PetMAC is proud to partner with local DC rescue organizations, devoted to finding loving homes for cats and dogs.\",\"section_prompt\":\"A two-column layout that consists of a text block on the left and an image on the right, showcasing the philosophy of our partnerships.\"},{\"section_type\":\"logos_section\",\"section_title\":\"Business Partners\",\"section_description\":\"Thank You to the following companies for Food & Litter Donations:\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section includes important links, contact information, and social media handles for PetMAC Market Place & Adoption Center.\",\"section_prompt\":\"A comprehensive footer section with multiple columns displaying links, contact info, and social media icons organized neatly, using Bootstrap 5 layout.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to us for any inquiries or support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We\'re here to help you with your inquiries, feedback, and support.\",\"section_prompt\":null},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below for any questions or comments.\",\"section_prompt\":null},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us in Tenleytown, Washington DC and visit our center.\",\"section_prompt\":null},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]}],\"user_prompt\":\"Website for \\\"PetMAC Market Place & 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-products. PetMAC has been serving the local Tenleytown community and greater Washington DC since 2007! We\\u2019re an independent, woman-owned, small, local business.\",\"prompt_id\":125,\"theme\":\"soft\",\"colors\":[[213,82,26],[73,67,116]],\"fonts\":\"soft-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/www.facebook.com\\/PetMACDC1\",\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"user_logo\":\"https:\\/\\/app.bloxby.io\\/temp-logos\\/logo_6940feb9c47f3.png\",\"contact_details\":{\"phone_number\":\"+1 202 966 7387\",\"email\":\"info@petmacdc.org\",\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2025-12-16 06:20:53', '2025-12-16 06:39:56'),
(126, 77, 291, '\"Email template engine\"', '{\"website_title\":\"Email Template Engine\",\"website_description\":\"A powerful platform for creating, customizing, and managing email templates for various occasions, featuring a user-friendly interface and drag-and-drop functionalities.\",\"website_type\":\"Web Application\",\"website_industry\":\"Technology\",\"search_query\":\"email templates, marketing tools, email design\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Overview of the email template engine features.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Email Template Engine\",\"section_description\":\"Create, customize, and manage email templates effortlessly with our powerful engine.\",\"section_prompt\":\"Describe the main capabilities of the email template engine.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"We are dedicated to providing users with the best email template solutions, simplifying the process of email design.\",\"section_prompt\":\"Learn more about our mission and vision.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Features Overview\",\"section_description\":\"Explore our key features including responsive designs, A\\/B testing options, and analytics integration.\",\"section_prompt\":\"List major features like responsive designs, A\\/B testing, analytics integration, and template export capabilities.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Now!\",\"section_description\":\"Join us today and start creating beautiful emails easily.\",\"section_prompt\":\"Encourage users to sign up or start using the platform.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Check out our latest blog posts for tips on email marketing best practices.\",\"section_prompt\":\"Highlight recent blog articles related to email marketing.\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Trusted By\",\"section_description\":\"Join numerous happy customers utilizing our email template engine.\",\"section_prompt\":\"Show logos of notable partners or users.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]},{\"page_type\":\"templates\",\"page_title\":\"Templates\",\"page_description\":\"A gallery of pre-designed templates for users to choose from.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"Email Templates Gallery\",\"section_description\":\"View our extensive collection of pre-designed email templates for various occasions.\",\"section_prompt\":\"Showcase the different available templates.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Template Categories\",\"section_description\":\"Browse templates categorized by marketing campaigns, newsletters, and notifications.\",\"section_prompt\":\"List categories of email templates available.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Users Say\",\"section_description\":\"Hear feedback from users who have used our templates.\",\"section_prompt\":\"Share quotes from satisfied customers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Designing\",\"section_description\":\"Select a template and let us help you kickstart your email design process!\",\"section_prompt\":\"Encourage users to choose a template and get started.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]},{\"page_type\":\"editor\",\"page_title\":\"Editor\",\"page_description\":\"A customizable template editor where users can create their own templates.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"Template Editor\",\"section_description\":\"Create and customize your email templates with our intuitive drag-and-drop editor.\",\"section_prompt\":\"Explain the functionalities of the template editor.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Drag-and-Drop Functionality\",\"section_description\":\"Easily add and arrange elements in your template.\",\"section_prompt\":\"Describe how to use the drag-and-drop features.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Responsive Designs\",\"section_description\":\"Ensure your emails look great on all devices with our responsive templates.\",\"section_prompt\":\"Highlight the importance of responsive design.\"},{\"section_type\":\"faqs\",\"section_title\":\"Editor FAQs\",\"section_description\":\"Find answers to common questions about using the template editor.\",\"section_prompt\":\"Address frequent inquiries regarding the editor\'s functionalities.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Design Your First Template\",\"section_description\":\"Start using our editor now to create an email that stands out!\",\"section_prompt\":\"Motivate users to begin designing with the editor.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]},{\"page_type\":\"pricing\",\"page_title\":\"Pricing\",\"page_description\":\"Details on any subscription plans or pricing models.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"Affordable Pricing Plans\",\"section_description\":\"Explore our subscription plans designed to fit your needs.\",\"section_prompt\":\"Introduce the different pricing options available.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Plan Features\",\"section_description\":\"Compare what each pricing tier offers and find the right fit for you.\",\"section_prompt\":\"List features included in each pricing plan.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Choose Your Plan\",\"section_description\":\"Select a plan and start creating unparalleled email templates.\",\"section_prompt\":\"Encourage users to pick a plan.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Articles and tips on email marketing best practices.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"Email Marketing Insights\",\"section_description\":\"Stay updated with the latest tips and trends in email marketing.\",\"section_prompt\":\"Provide an overview of the blog\'s purpose.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Read our latest articles on achieving successful email campaigns.\",\"section_prompt\":\"Show a grid of recent blog articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Join our newsletter for the latest blog updates and tips.\",\"section_prompt\":\"Encourage users to subscribe to the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]},{\"page_type\":\"support\",\"page_title\":\"Support\",\"page_description\":\"FAQs and contact information for user assistance.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"Customer Support\",\"section_description\":\"We are here to help you with any questions or issues you may have.\",\"section_prompt\":\"Introduce the support services available.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to the common queries users have.\",\"section_prompt\":\"Detail the most common questions regarding the platform.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Us\",\"section_description\":\"Reach out for personalized assistance or inquiries.\",\"section_prompt\":\"Provide a form for users to submit their questions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]}],\"user_prompt\":\"Email template engine\",\"prompt_id\":126,\"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-17 04:58:53', '2025-12-17 04:59:09'),
(127, 77, 292, '\"A podcast portfolio website\"', '{\"website_title\":\"My Podcast Portfolio\",\"website_description\":\"Showcasing my journey as a podcaster, featuring episodes, guest insights, and creative process details.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"podcast, episodes, guest appearances\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An introduction to my podcasting journey and what visitors can expect.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section with navigation links.\",\"section_prompt\":\"Header for navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Podcast\",\"section_description\":\"Discover my podcasting journey, unique voice, and style.\",\"section_prompt\":\"Hero banner introducing my podcast.\"},{\"section_type\":\"about\",\"section_title\":\"About My Podcasting Journey\",\"section_description\":\"Learn about my experiences and what drives my passion for podcasting.\",\"section_prompt\":\"An overview of my background and inspiration in podcasting.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Insights\",\"section_description\":\"Check out my latest articles and insights on podcasting.\",\"section_prompt\":\"A preview of the most recent blog posts.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Episodes\",\"section_description\":\"Explore some of my most engaging podcast episodes.\",\"section_prompt\":\"List main episodes (Episode 1, Episode 2, Episode 3, ...) from my podcast.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Podcasting Journey\",\"section_description\":\"Subscribe to my podcast and stay updated with new episodes.\",\"section_prompt\":\"Call to action for visitors to listen and subscribe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Website footer with important links.\"}]},{\"page_type\":\"episodes\",\"page_title\":\"Episodes\",\"page_description\":\"A detailed archive of all podcast episodes with descriptions and links to listen.\",\"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\":\"Podcast Episodes\",\"section_description\":\"Explore all my podcast episodes available for listening.\",\"section_prompt\":\"Inner banner for the Episodes page.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Episode Archive\",\"section_description\":\"A comprehensive list of all episodes with links and descriptions.\",\"section_prompt\":\"Features grid listing episode titles and descriptions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Listen Now\",\"section_description\":\"Encouragement to listen to the latest episodes and subscribe.\",\"section_prompt\":\"Call to action for visitors to engage with the podcast.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Website footer with important links.\"}]},{\"page_type\":\"about-me\",\"page_title\":\"About Me\",\"page_description\":\"Sharing my background, inspiration, and goals as a podcaster.\",\"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 Story\",\"section_description\":\"An introduction to who I am and my podcasting journey.\",\"section_prompt\":\"Inner banner for the About Me page.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Inspiration\",\"section_description\":\"Insight into what inspires my podcasting work and creativity.\",\"section_prompt\":\"Details on the motivations behind my podcast.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Goals as a Podcaster\",\"section_description\":\"What I aim to achieve through my podcast and my vision for the future.\",\"section_prompt\":\"Overview of my goals in the podcasting field.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Encouragement for visitors to reach out for collaborations or feedback.\",\"section_prompt\":\"Call to action for engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Website footer with important links.\"}]},{\"page_type\":\"guests\",\"page_title\":\"Guests\",\"page_description\":\"Profiles of guests featured on my podcast, highlighting their contributions.\",\"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\":\"Podcast Guests\",\"section_description\":\"Meet the incredible guests who have joined me on my podcast.\",\"section_prompt\":\"Inner banner for the Guests page.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Guest Profiles\",\"section_description\":\"Detailed profiles of each guest including contributions and links.\",\"section_prompt\":\"Features grid listing guest names and their contributions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore Our Conversations\",\"section_description\":\"Encouragement to check out episodes featuring these guests.\",\"section_prompt\":\"Call to action to listen to episodes with featured guests.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Website footer with important links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Articles, insights, and updates related to podcasting.\",\"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\":\"Podcasting Insights\",\"section_description\":\"Read my latest thoughts and articles on podcasting.\",\"section_prompt\":\"Inner banner for the Blog page.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"A grid showcasing my most recent blog posts.\",\"section_prompt\":\"Grid displaying recent blog post titles and snippets.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Invite visitors to subscribe for the latest updates on new posts.\",\"section_prompt\":\"Call to action for blog subscriptions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Website footer with important links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"A form for listeners and potential collaborators to get in touch.\",\"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\":\"Get in Touch\",\"section_description\":\"Contact me for collaborations, feedback, or questions.\",\"section_prompt\":\"Inner banner for the Contact page.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Form for visitors to fill out to reach out to me.\",\"section_prompt\":\"A form for visitors to send messages.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Connect on Social Media\",\"section_description\":\"Links to my social media profiles for easy connection.\",\"section_prompt\":\"Information for connecting via social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Website footer with important links.\"}]}],\"user_prompt\":\"A podcast portfolio website\",\"prompt_id\":127,\"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-17 05:08:22', '2025-12-17 05:09:03'),
(128, 81, 293, '\"Portfolio showcasing graphic design work\"', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A showcase of my creativity and design skills through a collection of projects and artworks that reflect my journey as a graphic designer.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"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 professionalism.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through my portfolio to explore my work.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover my unique design philosophy and the diverse projects I\'ve completed.\",\"section_prompt\":\"Display a captivating overview of my design philosophy.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey as a graphic designer and what inspires my creativity.\",\"section_prompt\":\"Provide a brief introduction to my background and design journey.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Choose My Design Services?\",\"section_description\":\"Highlight the benefits of working with me, from creativity to attention to detail.\",\"section_prompt\":\"List the top reasons to collaborate with me as a designer.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Design Services\",\"section_description\":\"Explore the variety of design services I offer, including logo design, social media graphics, and marketing materials.\",\"section_prompt\":\"List main services (Logo Design, Social Media Graphics, Marketing Materials) provided by my design studio.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Featured Works\",\"section_description\":\"Showcase some of my best projects from various design categories.\",\"section_prompt\":\"Display a collection of selected works to highlight my design skills.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Stay updated with my most recent projects and articles about design.\",\"section_prompt\":\"Highlight my most recent projects and updates in the design world.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Ready to start a project? Contact me to discuss your design needs.\",\"section_prompt\":\"Encourage visitors to reach out for collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Find links to my social media and ways to connect with me.\",\"section_prompt\":\"Provide footer links and contact information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover my journey and inspirations as a graphic designer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to my professional journey.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Story\",\"section_description\":\"Learn about my passion for design and the path that led me here.\",\"section_prompt\":\"Share my story and background as a designer.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Understand the principles that guide my design work and approach.\",\"section_prompt\":\"Explain my design philosophy and core values.\"},{\"section_type\":\"about\",\"section_title\":\"Inspiration\",\"section_description\":\"Explore the sources that fuel my creativity and influence my designs.\",\"section_prompt\":\"Describe my inspirations and how they impact my work.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"My Skills\",\"section_description\":\"Highlight the specific skills I possess as a graphic designer.\",\"section_prompt\":\"Outline key skills that define my expertise.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Create Together\",\"section_description\":\"Interested in working with me? Reach out today!\",\"section_prompt\":\"Encourage visitors to contact me for collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Find links to my social media and ways to connect with me.\",\"section_prompt\":\"Provide footer links and contact information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A showcase of my graphic design projects organized by category.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Explore my work in different design categories.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Portfolio\",\"section_description\":\"Dive into my work across various design fields.\",\"section_prompt\":\"Introduce my portfolio section.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Branded Projects\",\"section_description\":\"View a selection of projects focused on branding design.\",\"section_prompt\":\"Showcase key branding projects.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Illustration Works\",\"section_description\":\"Discover unique illustrations I\'ve created over the years.\",\"section_prompt\":\"Display notable illustration projects I\'ve completed.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Digital Art Gallery\",\"section_description\":\"Browse through my digital artworks that showcase my style and creativity.\",\"section_prompt\":\"Highlight my digital art pieces.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Print Design Collection\",\"section_description\":\"Check out my print design projects, including posters, flyers, and brochures.\",\"section_prompt\":\"Showcase my print design work.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Find links to my social media and ways to connect with me.\",\"section_prompt\":\"Provide footer links and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"The design services I offer to clients seeking creative solutions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Explore the services I provide.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Design Services\",\"section_description\":\"An overview of the services I provide to help clients achieve their creative goals.\",\"section_prompt\":\"Introduce the services section.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Logo Design\",\"section_description\":\"Professional logo design that captures your brand identity effectively.\",\"section_prompt\":\"Detail my approach to logo design.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Graphics\",\"section_description\":\"Customized graphics tailored for your social media needs, promoting brand awareness.\",\"section_prompt\":\"Explain my offerings for social media graphic design.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Marketing Materials\",\"section_description\":\"Design of brochures, flyers, and other marketing resources to boost your business.\",\"section_prompt\":\"Detail my marketing material design services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answer common questions about my design process and services.\",\"section_prompt\":\"Provide answers to frequently asked questions from potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started\",\"section_description\":\"Contact me to discuss your design project today!\",\"section_prompt\":\"Encourage visitors to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Find links to my social media and ways to connect with me.\",\"section_prompt\":\"Provide footer links and contact information.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"What my clients say about my graphic design work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Feedback from those I\'ve worked with.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Satisfaction\",\"section_description\":\"Read what my clients have to say about their experiences working with me.\",\"section_prompt\":\"Introduce the testimonials section.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Showcase positive feedback and experiences from my clients.\",\"section_prompt\":\"Display selected client testimonials highlighting satisfaction.\"},{\"section_type\":\"about\",\"section_title\":\"Why Testimonials Matter\",\"section_description\":\"Understanding the importance of client feedback in the design industry.\",\"section_prompt\":\"Explain the significance of testimonials for design work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Satisfaction List\",\"section_description\":\"Contact me and become my next happy client!\",\"section_prompt\":\"Encourage potential clients to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Find links to my social media and ways to connect with me.\",\"section_prompt\":\"Provide footer links and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out to me for inquiries about my graphic design services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Get in touch with me today!\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I\'m here to answer your questions and discuss your design needs.\",\"section_prompt\":\"Introduce the contact section.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Fill out the form below and I will get back to you shortly.\",\"section_prompt\":\"Provide a contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Reach Me Directly\",\"section_description\":\"Find my email and social media links for direct communication.\",\"section_prompt\":\"List my contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Find links to my social media and ways to connect with me.\",\"section_prompt\":\"Provide footer links and contact information.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":128,\"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-17 09:26:00', '2025-12-17 09:26:55');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(130, NULL, NULL, '\"Portfolio showcasing graphic design work\"', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Explore my vibrant portfolio showcasing unique graphic design work, creativity, and skills. Connect for collaborations.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, creative portfolio, design projects\",\"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\":\"Navigational header for the website.\",\"section_prompt\":\"Standard header navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"A brief introduction showcasing the essence of my design approach.\",\"section_prompt\":\"A compelling banner that draws visitors in with graphic visuals.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A concise introduction to my journey and background in graphic design.\",\"section_prompt\":\"Highlight my design philosophy and personal story.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Design Services\",\"section_description\":\"Overview of services including branding, illustration, and digital design.\",\"section_prompt\":\"List main services (Branding, Illustration, Digital Design) provided by me.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Showcase of recent works and projects in graphic design.\",\"section_prompt\":\"Highlight my most recent and noteworthy projects.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback and testimonials from my clients regarding my design work.\",\"section_prompt\":\"Share client feedback that illustrates my work ethic and creativity.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Collaborate\",\"section_description\":\"Encouragement for visitors to reach out for potential collaborations.\",\"section_prompt\":\"A call-to-action prompting visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site footer with additional links and information.\",\"section_prompt\":\"Standard footer for navigation and copyright.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"Explore my diverse collection of graphic design projects and creative work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the portfolio page.\",\"section_prompt\":\"Standard header navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Projects\",\"section_description\":\"An engaging display of my artistic range through various designs.\",\"section_prompt\":\"Showcase visuals from my graphic design portfolio.\"},{\"section_type\":\"gallery\",\"section_title\":\"Graphic Design Gallery\",\"section_description\":\"A gallery of selected works including logos, posters, and branding.\",\"section_prompt\":\"Display a selection of my graphic design work.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Notable Projects\",\"section_description\":\"Highlight some of my outstanding projects and their impact.\",\"section_prompt\":\"Detail a few key projects including the brief and results.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Working Together?\",\"section_description\":\"Encourage visitors to reach out for project inquiries.\",\"section_prompt\":\"A call-to-action prompting visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site footer with additional links and information.\",\"section_prompt\":\"Standard footer for organization.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Get to know my journey as a graphic designer and my creative inspirations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the about page.\",\"section_prompt\":\"Standard header navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"A personal narrative about my evolution as a designer.\",\"section_prompt\":\"Detail my journey and artistic growth in graphic design.\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"Inspiration Sources\",\"section_description\":\"Explore what inspires my designs and creative process.\",\"section_prompt\":\"Outline key inspirations that influence my work.\"},{\"section_type\":\"features_listing\",\"section_title\":\"My Skills\",\"section_description\":\"An overview of the skills that define my work in graphic design.\",\"section_prompt\":\"List my key skills and competencies in design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Connect\",\"section_description\":\"Invite visitors to reach out and discuss potential collaborations.\",\"section_prompt\":\"A call-to-action prompting visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site footer with additional links and information.\",\"section_prompt\":\"Standard footer for organization.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Discover the range of design services I offer to elevate your brand and ideas.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the services page.\",\"section_prompt\":\"Standard header navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Services Offered\",\"section_description\":\"Overview of the design services available for clients.\",\"section_prompt\":\"Present my range of design offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding\",\"section_description\":\"Creative branding solutions to build a unique identity.\",\"section_prompt\":\"Elaborate on my branding services including logo design.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Illustration\",\"section_description\":\"Custom illustrations that bring ideas to life in compelling ways.\",\"section_prompt\":\"Detail the variety of illustration services I provide.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Design\",\"section_description\":\"Innovative digital designs for various platforms and applications.\",\"section_prompt\":\"Summarize my digital design services and capabilities.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions regarding my design services and process.\",\"section_prompt\":\"Provide answers to typical inquiries from potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encourage prospective clients to contact me for collaboration.\",\"section_prompt\":\"A call-to-action prompting visitors to connect with me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site footer with additional links and information.\",\"section_prompt\":\"Standard footer for organization.\"}]},{\"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\":\"Navigational header for the contact page.\",\"section_prompt\":\"Standard header navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Direct information for getting in touch with me for projects.\",\"section_prompt\":\"Encourage visitors to reach out through contact options.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Get in Touch\",\"section_description\":\"Provide essential contact details for inquiries.\",\"section_prompt\":\"List my contact information including email and phone number.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"A form for visitors to submit inquiries or project requests.\",\"section_prompt\":\"Provide a contact form for visitors to reach out directly.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site footer with additional links and information.\",\"section_prompt\":\"Standard footer for organization.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":130,\"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-26 05:01:54', '2025-12-26 05:03:13'),
(131, 88, NULL, 'travelling website', '{\"website_title\":\"Travel Resource Hub\",\"website_description\":\"A comprehensive resource for travelers that provides insights into various destinations, tips for planning trips, and a blog filled with travel stories and recommendations.\",\"website_type\":\"Informational\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel tips, travel destinations, travel blog\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to your ultimate travel resource hub! Discover insights on destinations, travel tips, and more.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of the website.\",\"section_prompt\":\"This section contains links to help you navigate through the website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Travel Resource Hub\",\"section_description\":\"Your go-to resource for planning your next adventure.\",\"section_prompt\":\"This section introduces what the website offers and invites users to explore.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"I am passionate about travel and love sharing my experiences and insights.\",\"section_prompt\":\"Learn more about my travel journey and what inspired this website.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Popular Destinations\",\"section_description\":\"Explore breathtaking places around the globe: Paris, Tokyo, New York, Sydney.\",\"section_prompt\":\"Discover amazing travel locations like Paris, Tokyo, New York, Sydney.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Travel Benefits\",\"section_description\":\"Discover the benefits of traveling: cultural enrichment, relaxation, adventure.\",\"section_prompt\":\"Learn about the various advantages of traveling and exploring new places.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Read the latest articles and travel stories I\'ve shared.\",\"section_prompt\":\"This section showcases the most recent posts from the travel blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Plan Your Trip Today!\",\"section_description\":\"Start planning your next adventure with helpful resources.\",\"section_prompt\":\"Encourage visitors to take action and utilize planning tools.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and contact information.\",\"section_prompt\":\"Information and links to help with website navigation.\"}]},{\"page_type\":\"destinations\",\"page_title\":\"Destinations\",\"page_description\":\"Explore a wide array of travel destinations featuring detailed insights.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of the website.\",\"section_prompt\":\"This section contains links to help you navigate through the destinations.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Destinations\",\"section_description\":\"Explore popular travel locations across the globe.\",\"section_prompt\":\"Highlight the purpose of this page dedicated to travel destinations.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Top Travel Locations\",\"section_description\":\"Discover key details about top destinations: Paris, Tokyo, New York, Sydney.\",\"section_prompt\":\"Present details of popular travel locations like Paris, Tokyo, New York, Sydney.\"},{\"section_type\":\"about\",\"section_title\":\"About these Destinations\",\"section_description\":\"Learn about the diverse travel experiences offered by these locations.\",\"section_prompt\":\"Insights into the characteristics of the listed destinations.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Traveler Experiences\",\"section_description\":\"Read about other travelers\' feedback and experiences visiting these places.\",\"section_prompt\":\"Share quotes and stories from travelers who have visited these destinations.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore More Destinations\",\"section_description\":\"Continue to discover your next travel adventure.\",\"section_prompt\":\"Encourage visitors to look further into travel options.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and contact information.\",\"section_prompt\":\"Information and links to help with website navigation.\"}]},{\"page_type\":\"travel_tips\",\"page_title\":\"Travel Tips\",\"page_description\":\"Useful insights and practical advice for travelers planning their trips.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of the website.\",\"section_prompt\":\"This section contains links to help you navigate through the travel tips.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Essential Travel Tips\",\"section_description\":\"Helpful advice for planning an effective and enjoyable trip.\",\"section_prompt\":\"Highlight the purpose of this page focused on travel advice.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Travel Smart?\",\"section_description\":\"Understand the importance of being well-prepared for your journeys.\",\"section_prompt\":\"Discuss the benefits of being knowledgeable while traveling.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Packing Essentials\",\"section_description\":\"Key items you should never forget when traveling.\",\"section_prompt\":\"Details of crucial travel items to include in your packing list.\"},{\"section_type\":\"faqs\",\"section_title\":\"Travel FAQ\",\"section_description\":\"Common questions and answers about travel planning and safety.\",\"section_prompt\":\"Provide answers to the most frequently asked travel-related questions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Planning Smart!\",\"section_description\":\"Get ready with essential preparations for your travels.\",\"section_prompt\":\"Encourage visitors to start their travel planning process.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and contact information.\",\"section_prompt\":\"Information and links to help with website navigation.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Personal stories, experiences, and recommendations from my travels.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of the website.\",\"section_prompt\":\"This section contains links to help you navigate through the blog.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Blog\",\"section_description\":\"Stories and insights from my personal travel experiences.\",\"section_prompt\":\"Highlight the purpose of the blog focused on personal travel tales.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Blog Posts\",\"section_description\":\"Explore my latest articles and stories shared on the blog.\",\"section_prompt\":\"Showcase a grid of the most recent blog entries.\"},{\"section_type\":\"about\",\"section_title\":\"Blog Purpose\",\"section_description\":\"My aim is to inspire and assist travelers through shared experiences.\",\"section_prompt\":\"Insight into what motivates the blog content.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"What\'s New\",\"section_description\":\"Stay updated with the latest thoughts and stories from my travels.\",\"section_prompt\":\"Encouragement to check out the newest posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Journey!\",\"section_description\":\"Subscribe for updates and share in my travel adventures.\",\"section_prompt\":\"Call to action inviting readers to subscribe to the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and contact information.\",\"section_prompt\":\"Information and links to help with website navigation.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out for questions, suggestions, or collaborations regarding travel.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of the website.\",\"section_prompt\":\"This section contains links to help you navigate through the contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We are here to help you with any inquiries you may have.\",\"section_prompt\":\"This section encourages visitors to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below for any inquiries or suggestions.\",\"section_prompt\":\"Encourage users to fill the contact form for communication.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Find our email and social media links for quick communication.\",\"section_prompt\":\"Provide contact details and links to stay connected.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links to privacy policy, terms of service, and contact information.\",\"section_prompt\":\"Information and links to help with website navigation.\"}]}],\"user_prompt\":\"travelling website\",\"prompt_id\":131}', '2026-01-02 11:49:58', '2026-01-02 11:49:58'),
(132, 88, 295, '\"travelling website\"', '{\"website_title\":\"Travel Resource Hub\",\"website_description\":\"A comprehensive resource for travelers featuring destination insights, travel tips, and planning tools.\",\"website_type\":\"informational\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel, destinations, tips\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to your travel resource hub.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header section for navigation.\",\"section_prompt\":\"Display the main navigation including links to all primary pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Explore the World\",\"section_description\":\"Inspire your next adventure with our travel guides and insights.\",\"section_prompt\":\"Show an inspiring image of a popular travel destination.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our mission to help travelers.\",\"section_prompt\":\"Provide an overview of the website\'s goals and offerings.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Popular Destinations\",\"section_description\":\"Discover top travel locations around the globe.\",\"section_prompt\":\"List popular destinations (Paris, Tokyo, New York, Sydney, Cape Town).\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Travel with Us?\",\"section_description\":\"Explore the advantages of using our travel resources.\",\"section_prompt\":\"Highlight benefits of using the website for travel planning.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Travel Stories\",\"section_description\":\"Read the latest blog posts and travel experiences.\",\"section_prompt\":\"Show snippets from the latest blog entries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Adventure Today\",\"section_description\":\"Join us as we explore new horizons!\",\"section_prompt\":\"Encourage visitors to start planning their next trip.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section for copyright and additional links.\",\"section_prompt\":\"Include copyright information and additional useful links.\"}]},{\"page_type\":\"destinations\",\"page_title\":\"Destinations\",\"page_description\":\"Explore diverse travel destinations around the world.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header section for navigation.\",\"section_prompt\":\"Display the main navigation including links to all primary pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore Destinations\",\"section_description\":\"Find your perfect travel spot.\",\"section_prompt\":\"An illustrative banner promoting travel destinations.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Featured Destinations\",\"section_description\":\"In-depth guides on must-visit places.\",\"section_prompt\":\"List featured destinations with short descriptions.\"},{\"section_type\":\"about\",\"section_title\":\"About Our Destinations\",\"section_description\":\"Discover what makes our destination guides unique.\",\"section_prompt\":\"Provide background on the selection process for featured spots.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Plan Your Trip\",\"section_description\":\"Start planning your visit to a destination today.\",\"section_prompt\":\"Encourage visitors to check travel options.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section for copyright and additional links.\",\"section_prompt\":\"Include copyright information and additional useful links.\"}]},{\"page_type\":\"travel_tips\",\"page_title\":\"Travel Tips\",\"page_description\":\"Essential tips and advice for modern travelers.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header section for navigation.\",\"section_prompt\":\"Display the main navigation including links to all primary pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Helpful Travel Tips\",\"section_description\":\"Expert advice for smoother travels.\",\"section_prompt\":\"Display a banner promoting useful travel advice.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Packing Tips\",\"section_description\":\"Advice on essentials to pack for any trip.\",\"section_prompt\":\"Provide essential packing tips for travelers.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Safety Tips\",\"section_description\":\"Learn about safety precautions while traveling.\",\"section_prompt\":\"Outline important safety measures for travelers.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Budgeting for Travel\",\"section_description\":\"Ways to effectively budget for your trips.\",\"section_prompt\":\"Give budgeting tips for travel.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Plan Smart, Travel Well\",\"section_description\":\"Use our tips to enhance your travel experience.\",\"section_prompt\":\"Encourage visitors to plan their trips wisely.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section for copyright and additional links.\",\"section_prompt\":\"Include copyright information and additional useful links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Personal stories and recommendations from travelers.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header section for navigation.\",\"section_prompt\":\"Display the main navigation including links to all primary pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Blogs\",\"section_description\":\"Read personal journeys and reviews.\",\"section_prompt\":\"Highlight exciting travel stories.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"A collection of our recent travel posts.\",\"section_prompt\":\"Show a grid layout of recent blog entries.\"},{\"section_type\":\"about\",\"section_title\":\"About Our Blog\",\"section_description\":\"Learn more about the voices behind our stories.\",\"section_prompt\":\"Provide insight into the blog contributors.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure\",\"section_description\":\"Share your own travel stories with us.\",\"section_prompt\":\"Encourage readers to contribute their experiences.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section for copyright and additional links.\",\"section_prompt\":\"Include copyright information and additional useful links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header section for navigation.\",\"section_prompt\":\"Display the main navigation including links to all primary pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\\u2019re here to help you with your travel queries.\",\"section_prompt\":\"A welcoming contact banner.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form for any inquiries.\",\"section_prompt\":\"Provide a contact form for easy inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Information\",\"section_description\":\"Find our contact info and social media links.\",\"section_prompt\":\"List our email and social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section for copyright and additional links.\",\"section_prompt\":\"Include copyright information and additional useful links.\"}]}],\"user_prompt\":\"travelling website\",\"prompt_id\":132,\"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}}', '2026-01-02 11:50:20', '2026-01-02 11:50:41'),
(133, NULL, NULL, 'brooklyn personal injury lawyer', '{\"website_title\":\"Brooklyn Personal Injury Lawyer\",\"website_description\":\"A personal platform for a Brooklyn personal injury lawyer showcasing expertise and services in personal injury law.\",\"website_type\":\"personal\",\"website_industry\":\"Legal Services\",\"search_query\":\"personal injury, lawyer, Brooklyn\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"A welcoming introduction to my practice.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A consistent header across all pages.\",\"section_prompt\":\"Contains navigation links to all main sections of the website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Practice\",\"section_description\":\"An inviting introduction to my personal injury law practice, focused on serving Brooklyn.\",\"section_prompt\":\"Showcasing my philosophy towards personal injury law and commitment to clients.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my professional qualifications and dedication to personal injury law.\",\"section_prompt\":\"This section will summarize my background and legal commitment.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Here are the key personal injury legal services I provide to clients in Brooklyn.\",\"section_prompt\":\"List main services: medical malpractice, car accidents, workplace injuries, slip and fall cases.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Reviews\",\"section_description\":\"Hear from my clients about their experiences working with me.\",\"section_prompt\":\"This section features testimonials from satisfied clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Read my latest posts on personal injury law and relevant updates in Brooklyn.\",\"section_prompt\":\"Showcase recent blog articles centered on personal injury law.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get a Consultation\",\"section_description\":\"Reach out today to discuss your personal injury case.\",\"section_prompt\":\"Encouragement to contact me for a consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing footer for the website.\",\"section_prompt\":\"Contains copyright information and additional links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"A detailed description of my background, experience, and qualifications in personal injury law.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A consistent header across all pages.\",\"section_prompt\":\"Contains navigation links to all main sections of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Background\",\"section_description\":\"Detailed description of my legal education and career path in personal injury law.\",\"section_prompt\":\"A narrative on my qualifications and journey in law.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Experience\",\"section_description\":\"A summary of my professional experience, including previous cases and achievements.\",\"section_prompt\":\"Highlighting key milestones in my career.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Qualifications\",\"section_description\":\"Overview of my licenses, certifications, and recognitions in the legal field.\",\"section_prompt\":\"List my professional qualifications and memberships.\"},{\"section_type\":\"about\",\"section_title\":\"My Philosophy\",\"section_description\":\"Insights into my approach to personal injury law and client representation.\",\"section_prompt\":\"Explaining my commitment to client advocacy.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Encouragement to reach out for a consultation.\",\"section_prompt\":\"Prompting visitors to get in touch for legal assistance.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing footer for the website.\",\"section_prompt\":\"Contains copyright information and additional links.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"A section outlining the specific personal injury services I provide.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A consistent header across all pages.\",\"section_prompt\":\"Contains navigation links to all main sections of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Personal Injury Services\",\"section_description\":\"Detailed overview of the legal services offered to victims of personal injury.\",\"section_prompt\":\"Overview of services provided by me.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Medical Malpractice\",\"section_description\":\"Explanation of what medical malpractice entails and how I can help.\",\"section_prompt\":\"Details on the medical malpractice service for clients.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Car Accidents\",\"section_description\":\"Information on representation for car accident cases and my approach.\",\"section_prompt\":\"Details on the car accident legal service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Workplace Injuries\",\"section_description\":\"Guidance on how to handle workplace injury claims.\",\"section_prompt\":\"Details on workplace injury representation.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Slip and Fall Cases\",\"section_description\":\"Information on handling slip and fall injury claims.\",\"section_prompt\":\"Details on in-slip and fall claims services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common inquiries regarding personal injury law and my services.\",\"section_prompt\":\"Answering typical questions about personal injury cases.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out for Help\",\"section_description\":\"Encouragement to contact me for any personal injury cases.\",\"section_prompt\":\"Prompting visitors to seek my assistance.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing footer for the website.\",\"section_prompt\":\"Contains copyright information and additional links.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"A space for client reviews to build trust and credibility.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A consistent header across all pages.\",\"section_prompt\":\"Contains navigation links to all main sections of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Feedback\",\"section_description\":\"A collection of testimonials from clients I\'ve represented.\",\"section_prompt\":\"Showcasing positive client experiences.\"},{\"section_type\":\"reviews\",\"section_title\":\"What Clients Say\",\"section_description\":\"Reviews highlighting clients\' perspectives on my legal services and support.\",\"section_prompt\":\"Displaying feedback and reviews from clients.\"},{\"section_type\":\"about\",\"section_title\":\"Building Trust\",\"section_description\":\"Discussing the importance of testimonials in my practice.\",\"section_prompt\":\"An explanation of why client feedback is valuable.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Experience\",\"section_description\":\"Encouragement for clients to leave their reviews.\",\"section_prompt\":\"Inviting current and past clients to submit testimonials.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing footer for the website.\",\"section_prompt\":\"Contains copyright information and additional links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"A platform for sharing insights and news related to personal injury law.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A consistent header across all pages.\",\"section_prompt\":\"Contains navigation links to all main sections of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"Introduction to the blog section focusing on personal injury law updates.\",\"section_prompt\":\"Explaining the purpose of the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Articles\",\"section_description\":\"A grid layout of the latest blog posts related to personal injury law.\",\"section_prompt\":\"Showcasing the most recent posts to read.\"},{\"section_type\":\"about\",\"section_title\":\"Topics Covered\",\"section_description\":\"An overview of the key topics I write about in the blog.\",\"section_prompt\":\"List of topics discussed in the blog.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Informed\",\"section_description\":\"Encouragement to stay updated with the latest articles.\",\"section_prompt\":\"Prompting visitors to keep returning for updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing footer for the website.\",\"section_prompt\":\"Contains copyright information and additional links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"A page with contact information, including phone number, email, and a contact form.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"A consistent header across all pages.\",\"section_prompt\":\"Contains navigation links to all main sections of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Encouragement to contact me for consultations or inquiries.\",\"section_prompt\":\"An invitation to reach out with questions.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"List of my contact information, including phone and email.\",\"section_prompt\":\"Providing direct contact information.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A simple form for potential clients to fill out for inquiries.\",\"section_prompt\":\"Enabling visitors to easily reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closing footer for the website.\",\"section_prompt\":\"Contains copyright information and additional links.\"}]}],\"user_prompt\":\"brooklyn personal injury lawyer\",\"prompt_id\":133}', '2026-01-15 16:21:58', '2026-01-15 16:21:58'),
(134, NULL, NULL, 'Portfolio showcasing graphic design work', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing creativity and skills in graphic design through various projects and services.\",\"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, where creativity meets design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section containing site navigation.\",\"section_prompt\":\"Header section for my graphic design website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"An engaging introduction to my world of graphic design, where creativity and passion converge to bring ideas to life.\",\"section_prompt\":\"Hero banner introducing my graphic design philosophy and availability.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey and what inspires my work as a graphic designer.\",\"section_prompt\":\"About me section detailing my background and experience in graphic design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Discover the range of services I offer, crafted with precision and creativity.\",\"section_prompt\":\"List main services provided: logo design, branding, print design, digital artwork.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"A glimpse into my recent works, showcasing innovation and creativity in various design styles.\",\"section_prompt\":\"Showcasing my latest design projects.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Feedback from those who have collaborated with me, showcasing the positive impact of my work.\",\"section_prompt\":\"Collecting testimonials and quotes from satisfied clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Ready to start your project? Let\'s collaborate and bring your vision to life!\",\"section_prompt\":\"Encouraging visitors to contact me for inquiries or collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing copyright and additional links.\",\"section_prompt\":\"Footer section for my graphic design website.\"}]},{\"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\":\"This is the header section containing site navigation.\",\"section_prompt\":\"Header section for About Me page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"An introduction to my background in graphic design and the experiences that shaped my skills.\",\"section_prompt\":\"An insight into my journey in graphic design.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Experience\",\"section_description\":\"Detailed description of my professional journey and projects I have worked on.\",\"section_prompt\":\"Highlighting my professional experience in graphic design.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Design Philosophy\",\"section_description\":\"My core beliefs that guide my design process and creative approach.\",\"section_prompt\":\"Explaining the philosophy that influences my design decisions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Creative Process\",\"section_description\":\"An outline of the steps I take in bringing a design project from concept to completion.\",\"section_prompt\":\"Describing my creative process in graphic design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Interested in my work? Feel free to reach out for inquiries.\",\"section_prompt\":\"Encouraging visitors to connect for collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing copyright and additional links.\",\"section_prompt\":\"Footer section for About Me page.\"}]},{\"page_type\":\"my-work\",\"page_title\":\"My Work\",\"page_description\":\"A gallery of my best project designs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section containing site navigation.\",\"section_prompt\":\"Header section for My Work page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Gallery\",\"section_description\":\"Explore my collection of graphic design projects across various mediums and styles.\",\"section_prompt\":\"A gallery showcasing my design projects.\"},{\"section_type\":\"gallery\",\"section_title\":\"Featured Projects\",\"section_description\":\"Highlighted collection of my best work, each with a short description about the project.\",\"section_prompt\":\"Display of featured graphic design projects.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Design Achievements\",\"section_description\":\"Key statistics illustrating my achievements in the design field, including successful projects and client satisfaction.\",\"section_prompt\":\"Statistics showcasing my design achievements.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"What my clients have to say about working with me and the designs I created.\",\"section_prompt\":\"Collecting feedback from clients on my design work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Collaborate\",\"section_description\":\"Interested in working together? Reach out to discuss your project.\",\"section_prompt\":\"Encouraging visitors to contact for project collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing copyright and additional links.\",\"section_prompt\":\"Footer section for My Work page.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Overview of my design services offered.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section containing site navigation.\",\"section_prompt\":\"Header section for Services page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What I Offer\",\"section_description\":\"A comprehensive look at the services available for you, tailored to meet your design needs.\",\"section_prompt\":\"Overview of the design services I provide.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Logo Design\",\"section_description\":\"Creative design of logos that communicate brand identity effectively.\",\"section_prompt\":\"Detailed description of logo design services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding\",\"section_description\":\"Comprehensive branding services that establish your company\\u2019s identity in the market.\",\"section_prompt\":\"Outline of branding service offerings.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Design for various print materials, ensuring quality and creativity.\",\"section_prompt\":\"Information on print design services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Artwork\",\"section_description\":\"Creation of stunning digital artworks for various applications.\",\"section_prompt\":\"Details about digital artwork services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries and details about my services.\",\"section_prompt\":\"Providing answers to FAQs about my design services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Create?\",\"section_description\":\"Let\\u2019s discuss how I can help with your design project. Reach out today!\",\"section_prompt\":\"Encouraging visitors to connect for service inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing copyright and additional links.\",\"section_prompt\":\"Footer section for Services page.\"}]},{\"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\":\"This is the header section containing site navigation.\",\"section_prompt\":\"Header section for Contact page.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I would love to hear from you, whether for projects or inquiries!\",\"section_prompt\":\"Contact information and send form section.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to send me a message directly.\",\"section_prompt\":\"Form for visitors to reach out to me.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Additional ways to get in touch, including email and social media links.\",\"section_prompt\":\"Providing my email and social media contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing copyright and additional links.\",\"section_prompt\":\"Footer section for Contact page.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":134}', '2026-01-20 10:27:08', '2026-01-20 10:27:08');
INSERT INTO `prompts` (`id`, `user_id`, `website_id`, `prompt`, `meta`, `created_at`, `updated_at`) VALUES
(135, 89, 296, '\"Please create a website that is focused on mental health with a form on the banner that also allows us to embed a form if we need to in the future.\"', '{\"website_title\":\"Mental Health Awareness Hub\",\"website_description\":\"A comprehensive resource for mental health awareness, offering valuable information and support for visitors.\",\"website_type\":\"informational\",\"website_industry\":\"Healthcare\",\"search_query\":\"mental health, awareness, support\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An introduction to mental health topics, mission statement, and featured resources.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header for the website.\",\"section_prompt\":\"Include site navigation menu.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Our Hub\",\"section_description\":\"An inviting banner showcasing the mission of mental health awareness.\",\"section_prompt\":\"Featured image promoting mental health awareness.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our mission to promote mental health support.\",\"section_prompt\":\"Details about the vision and objectives of the website.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest articles and personal stories.\",\"section_prompt\":\"Showcase the most recent blog posts.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Resources Available\",\"section_description\":\"Explore various resources dedicated to mental health support.\",\"section_prompt\":\"List main resources (Articles, Hotlines, Organizations) provided.\"},{\"section_type\":\"testimonials\",\"section_title\":\"User Experiences\",\"section_description\":\"Hear from our community about how they\'ve benefited from our services.\",\"section_prompt\":\"Display testimonials from users supporting mental health.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Involved\",\"section_description\":\"Join us in promoting mental health awareness.\",\"section_prompt\":\"Encourage users to engage with our community.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section of the website with additional links and copyrights.\",\"section_prompt\":\"Standard footer for site links.\"}]},{\"page_type\":\"resources\",\"page_title\":\"Resources\",\"page_description\":\"A collection of articles and external links dedicated to mental health support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header for the resources page.\",\"section_prompt\":\"Include site navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Resource Hub\",\"section_description\":\"An overview of the resources available.\",\"section_prompt\":\"Banner summarizing the importance of mental health resources.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Mental Health Articles\",\"section_description\":\"Access a range of informative articles on mental health topics.\",\"section_prompt\":\"List available articles on mental health.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Help Hotlines\",\"section_description\":\"Important contact numbers for immediate support.\",\"section_prompt\":\"List of helplines available for assistance.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Recommended Organizations\",\"section_description\":\"Reliable organizations dedicated to mental health advocacy.\",\"section_prompt\":\"List organizations supporting mental health initiatives.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Discover More\",\"section_description\":\"Explore more resources and support options.\",\"section_prompt\":\"Encourage further exploration of mental health resources.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section of the resources page.\",\"section_prompt\":\"Standard footer for site links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"An overview of the mental health services we offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header for the services page.\",\"section_prompt\":\"Include site navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Detailed overview of services tailored for mental health support.\",\"section_prompt\":\"Highlight the range of services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Counseling Services\",\"section_description\":\"Individual and group counseling tailored to needs.\",\"section_prompt\":\"Detailed information on our counseling services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Workshops\",\"section_description\":\"Interactive workshops focusing on mental health topics.\",\"section_prompt\":\"Description of workshops offered for community engagement.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Support Groups\",\"section_description\":\"Facilitated groups for shared experiences and support.\",\"section_prompt\":\"Information on support group services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common inquiries about our services, answered.\",\"section_prompt\":\"Provide answers to common questions regarding services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out\",\"section_description\":\"Contact us for personalized support and guidance.\",\"section_prompt\":\"Encouragement to get in touch for service inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section of the services page.\",\"section_prompt\":\"Standard footer for site links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Regular updates, articles, and personal stories related to mental health.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header for the blog.\",\"section_prompt\":\"Include site navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Mental Health Blog\",\"section_description\":\"A collection of insights and personal stories on mental health.\",\"section_prompt\":\"Highlight the focus of the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Browse through our latest articles and updates.\",\"section_prompt\":\"Display a grid of recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contribute Your Story\",\"section_description\":\"Invitation for visitors to share their experiences.\",\"section_prompt\":\"Encourage visitors to submit their own stories.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section of the blog page.\",\"section_prompt\":\"Standard footer for site links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch for inquiries or assistance.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header for the contact page.\",\"section_prompt\":\"Include site navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We would love to hear from you!\",\"section_prompt\":\"Introduce the contact section.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Please fill out the form for inquiries or assistance.\",\"section_prompt\":\"Embedded form for feedback and inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Contact Information\",\"section_description\":\"Find our email and address for more options to connect.\",\"section_prompt\":\"List of email addresses and physical addresses.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section of the contact page.\",\"section_prompt\":\"Standard footer for site links.\"}]}],\"user_prompt\":\"Please create a website that is focused on mental health with a form on the banner that also allows us to embed a form if we need to in the future.\",\"prompt_id\":135,\"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}}', '2026-02-02 20:36:53', '2026-02-02 20:37:10'),
(136, 90, NULL, 'Build me a website for a Salt Lake City personal injury lawyer', '{\"website_title\":\"Salt Lake City Personal Injury Lawyer\",\"website_description\":\"A professional platform showcasing my expertise as a personal injury lawyer in Salt Lake City, with a focus on client success stories and legal representation services.\",\"website_type\":\"Personal\",\"website_industry\":\"Legal Services\",\"search_query\":\"personal injury lawyer, Salt Lake City, legal representation\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An overview of my law firm and legal services specializing in personal injury cases.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the website.\",\"section_prompt\":\"Main navigation links for the website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Law Firm\",\"section_description\":\"A strong introduction to my personal injury law services and commitment to clients.\",\"section_prompt\":\"Hero image with tagline and introductory text.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief introduction about my background and passion for personal injury law.\",\"section_prompt\":\"Information about myself, my qualifications, and experience.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Overview of the services I offer to clients in personal injury cases.\",\"section_prompt\":\"List main services: Car Accidents, Motorcycle Accidents, Slip and Fall Cases, Medical Malpractice, Workers\' Compensation, Product Liability.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Recent Articles\",\"section_description\":\"Insights and updates on personal injury law relevant to Salt Lake City.\",\"section_prompt\":\"Display latest blog posts related to personal injury law.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch Today\",\"section_description\":\"Encouragement for potential clients to contact for legal assistance.\",\"section_prompt\":\"Call to action inviting visitors to reach out for a consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information with links and copyright notices.\",\"section_prompt\":\"Website footer with legal information.\"}]},{\"page_type\":\"about-me\",\"page_title\":\"About Me\",\"page_description\":\"A personal introduction detailing my qualifications, experience, and dedication to personal injury law.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the about page.\",\"section_prompt\":\"Main navigation links for the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Introduction to my personal journey and legal career.\",\"section_prompt\":\"Banner with title about my personal story.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Qualifications\",\"section_description\":\"Outline of my educational background and legal qualifications.\",\"section_prompt\":\"Details of my legal education and certifications.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Mission\",\"section_description\":\"A statement of commitment to my clients and the pursuit of justice.\",\"section_prompt\":\"Professional mission statement emphasizing client dedication.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Feedback from clients showcasing my dedication and results.\",\"section_prompt\":\"Display of client reviews and testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Encouragement for visitors to reach out for representation.\",\"section_prompt\":\"Invite to potential clients to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information with links and copyright notices.\",\"section_prompt\":\"Website footer with legal information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"A detailed overview of personal injury legal services I provide to clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the services page.\",\"section_prompt\":\"Main navigation links for the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Legal Services\",\"section_description\":\"An introduction to the services tailored for personal injury cases.\",\"section_prompt\":\"Banner introducing the services offered.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Service Breakdown\",\"section_description\":\"Detailed explanation of each personal injury service I provide.\",\"section_prompt\":\"List of services with detailed descriptions: Car Accidents, Motorcycle Accidents, Slip and Fall Cases, Medical Malpractice, Workers\' Compensation, Product Liability.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common questions potential clients may have about personal injury law.\",\"section_prompt\":\"List of FAQs that address client concerns.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Assist You\",\"section_description\":\"Encouragement to contact me for legal representation and support.\",\"section_prompt\":\"Call to action inviting clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information with links and copyright notices.\",\"section_prompt\":\"Website footer with legal information.\"}]},{\"page_type\":\"case-results\",\"page_title\":\"Case Results\",\"page_description\":\"Showcase of successful cases handled, demonstrating my effectiveness as a personal injury lawyer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the case results page.\",\"section_prompt\":\"Main navigation links for the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Successful Cases\",\"section_description\":\"Highlighting notable case outcomes that showcase my expertise.\",\"section_prompt\":\"Banner introducing the results of successful cases.\"},{\"section_type\":\"features_listing\",\"section_title\":\"My Achievements\",\"section_description\":\"Overview of successful cases with client stories and outcomes.\",\"section_prompt\":\"Listing of case results with brief descriptions for each.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"Client testimonials related to case results and experiences.\",\"section_prompt\":\"Display of testimonials from clients regarding successful outcomes.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Discuss Your Case\",\"section_description\":\"Prompting potential clients to contact me for legal assistance.\",\"section_prompt\":\"Encouragement to potential clients to reach out for consultations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information with links and copyright notices.\",\"section_prompt\":\"Website footer with legal information.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Client reviews and feedback that build trust and credibility for my legal services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the testimonials page.\",\"section_prompt\":\"Main navigation links for the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What Clients Say\",\"section_description\":\"A collection of client reviews highlighting satisfaction and results.\",\"section_prompt\":\"Banner introducing the testimonials section.\"},{\"section_type\":\"reviews\",\"section_title\":\"Client Reviews Summary\",\"section_description\":\"Summary of testimonials from past clients after successful representation.\",\"section_prompt\":\"Compilation of reviews from various clients.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Why Choose Me\",\"section_description\":\"Emphasizing the reasons clients prefer my legal services.\",\"section_prompt\":\"Statement listing reasons for choosing my law firm.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact for Representation\",\"section_description\":\"Encouragement for potential clients to get in touch for consultations.\",\"section_prompt\":\"Invite for client contact for legal representation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information with links and copyright notices.\",\"section_prompt\":\"Website footer with legal information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Articles and insights on personal injury law relevant for clients in Salt Lake City.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the blog page.\",\"section_prompt\":\"Main navigation links for the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Insights\",\"section_description\":\"Overview of blog content focused on personal injury topics.\",\"section_prompt\":\"Banner introducing the blog section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"Grid display of recent blog posts relating to personal injury law.\",\"section_prompt\":\"Listing of recent articles and posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Stay Informed\",\"section_description\":\"Encouragement to read and engage with blog articles for valuable tips.\",\"section_prompt\":\"Invite to visitors to check out blog articles and stay updated.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information with links and copyright notices.\",\"section_prompt\":\"Website footer with legal information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"A straightforward contact form and information to facilitate easy communication.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding for the contact page.\",\"section_prompt\":\"Main navigation links for the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Contact information and form for reaching out to me.\",\"section_prompt\":\"Banner inviting visitors to contact me.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for potential clients to fill for inquiries or appointments.\",\"section_prompt\":\"A contact form for direct communication.\"},{\"section_type\":\"contact_information\",\"section_title\":\"My Details\",\"section_description\":\"Displaying phone number and office address for easy access.\",\"section_prompt\":\"Office address and contact details.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer information with links and copyright notices.\",\"section_prompt\":\"Website footer with legal information.\"}]}],\"user_prompt\":\"Build me a website for a Salt Lake City personal injury lawyer\",\"prompt_id\":136}', '2026-02-26 14:41:36', '2026-02-26 14:41:36'),
(137, 10, NULL, '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 is your premier destination for cutting-edge cosmetic procedures, providing a wide range of surgical and nonsurgical options in a safe and welcoming environment.\",\"website_type\":\"business\",\"website_industry\":\"Beauty & Wellness\",\"search_query\":\"cosmetic procedures, aesthetic treatments, beauty\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Aesthetic Revolution Las Vegas, where beauty meets advanced technology.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our website with ease.\",\"section_prompt\":\"This section serves as the main navigation header for the website.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Aesthetic Revolution\",\"section_description\":\"Experience top cosmetic treatments in Las Vegas.\",\"section_prompt\":\"This section introduces visitors to our luxurious facility and advanced services.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our mission and commitment to excellence.\",\"section_prompt\":\"Discover the vision and values that drive Aesthetic Revolution.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the comprehensive range of cosmetic procedures we offer.\",\"section_prompt\":\"List main services (Female Procedures, Male Procedures, Face Procedures, Nonsurgical Options, Skin Treatments, Wellness Services) provided by Aesthetic Revolution Las Vegas.\"},{\"section_type\":\"gallery\",\"section_title\":\"Gallery\",\"section_description\":\"Before and after photos displaying successful transformations.\",\"section_prompt\":\"View our gallery to see real results from our procedures.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay updated with the latest in cosmetic health and wellness.\",\"section_prompt\":\"Here are the latest posts from our blog offering insights and tips.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today\",\"section_description\":\"Contact us to schedule your consultation and start your journey.\",\"section_prompt\":\"Encourage visitors to take the next step towards their aesthetic goals.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information at the bottom of the page.\",\"section_prompt\":\"This section contains footer links and contact information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Get to know more about our practice and our dedicated team.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our website with ease.\",\"section_prompt\":\"This section serves as the main navigation header for the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Us\",\"section_description\":\"Discover more about Aesthetic Revolution.\",\"section_prompt\":\"This section highlights our practice\'s mission and vision.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Mission\",\"section_description\":\"We are committed to enhancing beauty and wellness with advanced techniques.\",\"section_prompt\":\"Detail the mission that guides our practice.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Team\",\"section_description\":\"Meet our team of skilled professionals dedicated to your care.\",\"section_prompt\":\"Introduce the team working at Aesthetic Revolution.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Facility\",\"section_description\":\"Explore our state-of-the-art facility designed for your comfort.\",\"section_prompt\":\"Highlight the advanced technology and welcoming environment.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us\",\"section_description\":\"Ready to enhance your beauty? Contact us today!\",\"section_prompt\":\"Encourage potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information at the bottom of the page.\",\"section_prompt\":\"This section contains footer links and contact information.\"}]},{\"page_type\":\"procedures\",\"page_title\":\"Procedures\",\"page_description\":\"Explore the various cosmetic procedures we offer at Aesthetic Revolution.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our website with ease.\",\"section_prompt\":\"This section serves as the main navigation header for the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Procedures\",\"section_description\":\"A comprehensive overview of our cosmetic offerings.\",\"section_prompt\":\"Highlight the range of procedures available.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Female Procedures\",\"section_description\":\"Tailored procedures specifically for women.\",\"section_prompt\":\"Detail the female-specific cosmetic services.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Male Procedures\",\"section_description\":\"Advanced cosmetic options for men.\",\"section_prompt\":\"Detail the male-specific cosmetic services.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Face Procedures\",\"section_description\":\"Enhance the beauty of your facial features.\",\"section_prompt\":\"Detail the different facial procedures available.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Nonsurgical Options\",\"section_description\":\"Explore our minimally invasive treatment options.\",\"section_prompt\":\"Detail the nonsurgical procedures available.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Book a Consultation\",\"section_description\":\"Ready to enhance your appearance? Book your appointment today!\",\"section_prompt\":\"Encourage visitors to schedule their consultation.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information at the bottom of the page.\",\"section_prompt\":\"This section contains footer links and contact information.\"}]},{\"page_type\":\"gallery\",\"page_title\":\"Gallery\",\"page_description\":\"Before and after photos showcasing our successful cosmetic procedures.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our website with ease.\",\"section_prompt\":\"This section serves as the main navigation header for the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Gallery\",\"section_description\":\"Visual evidence of our transformative procedures.\",\"section_prompt\":\"Highlight the successful results from our treatments.\"},{\"section_type\":\"gallery\",\"section_title\":\"Before & After\",\"section_description\":\"See the remarkable results achieved by our clients.\",\"section_prompt\":\"Display before and after images for various procedures.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Client Stories\",\"section_description\":\"Learn how our procedures have changed lives.\",\"section_prompt\":\"Share success stories from our clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Transform Your Look\",\"section_description\":\"Contact us to start your transformation today!\",\"section_prompt\":\"Encourage visitors to take the next step.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information at the bottom of the page.\",\"section_prompt\":\"This section contains footer links and contact information.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Read the success stories and experiences of our clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our website with ease.\",\"section_prompt\":\"This section serves as the main navigation header for the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Testimonials\",\"section_description\":\"What our clients are saying about Aesthetic Revolution.\",\"section_prompt\":\"Showcase client testimonials and feedback.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Real Experiences\",\"section_description\":\"Hear from our clients about their journeys and results.\",\"section_prompt\":\"Display authentic stories from satisfied clients.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Our Commitment to You\",\"section_description\":\"We value each client and strive for excellence in all aspects of care.\",\"section_prompt\":\"Detail the commitment we have towards our clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Ready to share your story? Reach out today!\",\"section_prompt\":\"Encourage clients to connect.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information at the bottom of the page.\",\"section_prompt\":\"This section contains footer links and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Explore articles, tips, and news on cosmetic health and beauty.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our website with ease.\",\"section_prompt\":\"This section serves as the main navigation header for the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay informed about the latest in beauty and wellness.\",\"section_prompt\":\"Highlight recent blog posts.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Blog Entries\",\"section_description\":\"Browse our collection of articles and tips.\",\"section_prompt\":\"Display a grid of latest blog posts.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Cosmetic Health Tips\",\"section_description\":\"Read our expert advice on maintaining your beauty.\",\"section_prompt\":\"Provide tips for cosmetic health and wellness.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Read More\",\"section_description\":\"Explore our blog for more insights and advice.\",\"section_prompt\":\"Encourage visitors to read more articles.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information at the bottom of the page.\",\"section_prompt\":\"This section contains footer links and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Aesthetic Revolution Las Vegas.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through our website with ease.\",\"section_prompt\":\"This section serves as the main navigation header for the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We would love to hear from you!\",\"section_prompt\":\"Invite visitors to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Fill out our form to get in touch with us for any questions.\",\"section_prompt\":\"A form to capture inquiries from clients.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us at Aesthetic Revolution, Las Vegas, NV.\",\"section_prompt\":\"Provide our address and contact details.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Schedule a Consultation\",\"section_description\":\"Contact us to book your consultation now!\",\"section_prompt\":\"Encourage potential clients to schedule their visits.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Links and information at the bottom of the page.\",\"section_prompt\":\"This section contains footer links and contact information.\"}]}],\"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\":137}', '2026-03-10 11:16:12', '2026-03-10 11:16:12'),
(138, 91, 297, '\"My website name is lovi and i want it for my portoflio\"', '{\"website_title\":\"lovi\",\"website_description\":\"A personal portfolio showcasing skills, projects, and experiences.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"portfolio, personal website, showcase\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my personal portfolio where I showcase my skills and projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header of the website.\",\"section_prompt\":\"This section contains the main navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my skills, projects, and experiences that define my professional journey.\",\"section_prompt\":\"This banner introduces visitors to my portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"An overview of my background, skills, and professional journey.\",\"section_prompt\":\"Learn more about my professional background and approach.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"A showcase of select projects that highlight my skills and creativity.\",\"section_prompt\":\"List main projects (Project 1, Project 2, Project 3) I\'ve completed.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Reach out for collaborations or inquiries.\",\"section_prompt\":\"A call to action encouraging visitors to contact me.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Recent updates or thoughts I\'ve shared.\",\"section_prompt\":\"This section features my latest thoughts or projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer of the website containing copyright and additional links.\",\"section_prompt\":\"Contains links to privacy policy and terms of service.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my professional journey and background.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header of the about page.\",\"section_prompt\":\"Main navigation links for seamless browsing.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Details about my education and professional background.\",\"section_prompt\":\"This section provides an in-depth look at who I am.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Core Skills\",\"section_description\":\"An overview of the key skills I possess.\",\"section_prompt\":\"List my core skills (Skill 1, Skill 2, Skill 3, etc.).\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Journey\",\"section_description\":\"A narrative about my career path and experiences.\",\"section_prompt\":\"Explore how I have developed my professional skills.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Encouragement for visitors to reach out for opportunities.\",\"section_prompt\":\"Prompting visitors to get in touch for collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer contains additional links and copyright information.\",\"section_prompt\":\"Links to related information and social media.\"}]},{\"page_type\":\"my-work\",\"page_title\":\"My Work\",\"page_description\":\"Examples of projects showcasing my talents and skills.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header of the work page.\",\"section_prompt\":\"Main navigation links for easy access.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Showcase of My Work\",\"section_description\":\"A display of selected projects that represent my capabilities.\",\"section_prompt\":\"This section highlights key projects in detail.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"A visual gallery of my work across different domains.\",\"section_prompt\":\"Showcasing images and summaries of my projects.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project Analysis\",\"section_description\":\"A critical look at specific projects and my role in them.\",\"section_prompt\":\"In-depth analysis of certain key projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Collaborating?\",\"section_description\":\"Reach out if you have project ideas or inquiries.\",\"section_prompt\":\"Encouragement for visitors to contact me about collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer with copyright and additional links.\",\"section_prompt\":\"Contains important links and social media connections.\"}]},{\"page_type\":\"resume\",\"page_title\":\"Resume\",\"page_description\":\"Overview of my professional qualifications and experiences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header of the resume page.\",\"section_prompt\":\"Main navigation links to enhance user experience.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Resume\",\"section_description\":\"A detailed account of my professional experiences.\",\"section_prompt\":\"This section presents my qualifications and skills.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Education\",\"section_description\":\"Information about my educational background and qualifications.\",\"section_prompt\":\"List my educational qualifications and institutions attended.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Professional Experience\",\"section_description\":\"A summary of the roles I\'ve held throughout my career.\",\"section_prompt\":\"Overview of professional experiences and roles held.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Connect\",\"section_description\":\"Invitation for employers or clients to reach out to me.\",\"section_prompt\":\"Encouragement for potential collaborators to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer with essential links and copyright information.\",\"section_prompt\":\"Footer containing links to privacy policy and terms.\"}]},{\"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\":\"The navigation header across the site.\",\"section_prompt\":\"Easily navigate through the portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A straightforward contact form for inquiries.\",\"section_prompt\":\"Quick contact form to get in touch easily.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to send a message directly to me.\",\"section_prompt\":\"Contact form allowing users to write to me.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Additional ways to reach me if needed.\",\"section_prompt\":\"List of alternative contact methods.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer of the page with links and copyright.\",\"section_prompt\":\"Footer with copyright and additional resource links.\"}]}],\"user_prompt\":\"My website name is lovi and i want it for my portoflio\",\"prompt_id\":138,\"theme\":\"material\",\"colors\":[[88,51,241],[31,31,31]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\",\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"contact_details\":{\"phone_number\":\"+91 5555 555 555\",\"email\":\"lovepreet@42works.net\",\"primary_cta\":\"phone\",\"country_code_req\":false}}', '2026-03-17 12:10:10', '2026-03-17 12:16:17'),
(139, 91, NULL, 'portfloio', '{\"website_title\":\"My Portfolio\",\"website_description\":\"Showcasing my skills, experiences, and projects in a cohesive and engaging manner.\",\"website_type\":\"personal website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"portfolio, projects, skills\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio where I share my journey and achievements.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of the portfolio.\",\"section_prompt\":\"Main navigation menu.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome\",\"section_description\":\"An introduction to my portfolio with a captivating visual presentation.\",\"section_prompt\":\"A brief introduction about me with a welcoming message.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A short overview of my professional journey and background.\",\"section_prompt\":\"Overview of my background and experiences.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Skills\",\"section_description\":\"Display of my key skills and expertise areas.\",\"section_prompt\":\"List of skills I possess (e.g., Web Development, Graphic Design, Project Management).\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"Highlights of key projects and accomplishments.\",\"section_prompt\":\"List main projects I\'ve worked on (Project 1, Project 2, Project 3).\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Others Say\",\"section_description\":\"Quotes and feedback from colleagues and clients.\",\"section_prompt\":\"Testimonials from clients and peers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Encouragement for visitors to contact me.\",\"section_prompt\":\"A prompt to encourage visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including copyright and additional links.\",\"section_prompt\":\"Links to social media and copyright information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my professional background and journey.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of the portfolio.\",\"section_prompt\":\"Main navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey\",\"section_description\":\"Detailed narrative of my background and experiences.\",\"section_prompt\":\"A narrative overview of my personal and professional milestones.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Highlights of My Career\",\"section_description\":\"Key highlights and milestones in my career.\",\"section_prompt\":\"Key achievements in my professional life.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Prompt to view my projects.\",\"section_prompt\":\"Encouragement to check out my work showcasing.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including copyright and additional links.\",\"section_prompt\":\"Links to social media and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Connect with me for collaborations and inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to various sections of the portfolio.\",\"section_prompt\":\"Main navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get In Touch\",\"section_description\":\"Form for visitors to reach out.\",\"section_prompt\":\"Contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Reach Out\",\"section_description\":\"My contact details including email and phone number.\",\"section_prompt\":\"Contact information and alternative ways to connect.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including copyright and additional links.\",\"section_prompt\":\"Links to social media and copyright information.\"}]}],\"user_prompt\":\"portfloio\",\"prompt_id\":139}', '2026-03-18 05:34:24', '2026-03-18 05:34:24');
-- --------------------------------------------------------
--
-- 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
(6, 71, 'google', '108060276762284409260', '2025-11-21 11:20:24', '2025-11-21 11:20:24'),
(7, 88, 'google', '111045757326533303338', '2026-01-02 11:48:21', '2026-01-02 11:48:21'),
(8, 89, 'google', '109193256089024342568', '2026-02-02 20:34:31', '2026-02-02 20:34:31'),
(9, 90, 'google', '105618225630765893606', '2026-02-26 14:27:38', '2026-02-26 14:27:38'),
(10, 91, 'google', '109438845512522519474', '2026-03-17 12:08:49', '2026-03-17 12:08:49');
-- --------------------------------------------------------
--
-- 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
(10, 'Gurpreet Singh', 'gurpreet_kaler@42works.net', '8054985132', '2025-12-13 12:43:27', '$2y$10$fOUAFtc2UWZuE2avT1SJEux.SrNWPU3BobVlizt0CLcGooH7sF6LO', 'k73MCtEr31lmuMjYKQGrTXt8vvxfUI4tvW16NoG3N8EpUykddAQpPPmfS7Zg', 'agency', NULL, '2025-07-03 11:13:24', '2025-12-13 12:44:03', 0),
(17, 'Admin', 'bloxby.ai@gmail.com', '', '2025-07-11 17:09:31', '$2y$10$HMAYHWoAXw2MZ7SKyeVaWOivKzzKZ5hd46r0sGWPNMWdncTW.lpwO', 'RNIdRmk7H5E7PEWlSOMmbz4pdva2bKeT5qMAzbuz5aC0i8YPqxNCGKYhSFPJ', 'admin', NULL, NULL, '2025-07-11 11:43:27', 0),
(47, 'Nishant Thakur', 'nishant@42works.net', '+919816929003', '2025-12-09 11:43:41', '$2y$10$BRi1Wh618dzksLs62xPmIO.4InIIm39ueKIvk3AKarbbyd2yqCDSO', 'TokQwC1qXZi1vt2dSz9oEW0CJzv5n2HRcvkInU0nafCvLxgvt1tkXAXdkpdq', 'user', NULL, '2025-08-11 12:19:09', '2025-12-09 11:43:41', 0),
(51, 'Gurpreet Singh', 'cornerkaler@gmail.com', '+19828098280', '2025-08-14 09:15:35', '$2y$10$nceh/A/4FcR7rvWzhyNmHemowpqYd7xRy3z0MWFNOjhGME7ZbvCB2', '9N9k1vLYBey9bhPTxNE4F3W2arUYs439LvvGLVupfbbfv65x2OxiFUA1R9Ir', 'user', NULL, '2025-08-14 09:00:22', '2025-08-14 09:15:35', 0),
(61, 'Jorge', 'horizzonswebdesign@gmail.com', '+12345555555', '2025-10-05 09:19:55', '$2y$10$p49IrRsLVM2OT7V5qS4KxeCZggyo1ATbmIoozmusT4SopobjzkdSe', NULL, 'user', NULL, '2025-10-05 09:17:56', '2025-10-05 09:19:55', 0),
(71, 'msmcoretech', 'innovationsmsmcoretech@gmail.com', NULL, '2025-11-21 11:20:24', NULL, NULL, 'user', NULL, '2025-11-21 11:20:24', '2025-11-21 11:23:16', 0),
(72, 'ankush kuthyal', 'ankush123@gmail.com', NULL, NULL, '$2y$10$D0NZzgOWKjpBO.Q.NK2vxO.YaeVcXhJkvcygrJXnyk6GjMemoOE.2', NULL, 'user', '2025-12-06 06:46:42', '2025-12-03 06:46:42', '2025-12-03 06:46:42', 0),
(73, 'ankush kuthyal', 'akuthyalkuthyal@gmail.com', NULL, '2025-12-03 06:53:47', '$2y$10$N5sCLvFTs0W9pa50wP3kL.vnKT2ThWvtnJaSnny8Elq2DtYxe9ksK', NULL, 'user', NULL, '2025-12-03 06:48:54', '2025-12-03 06:53:47', 0),
(74, 'Shalu Gupta', 'shalu_gupta@42works.net', '+919876543210', '2025-12-08 11:00:44', '$2y$10$thhXmCZfEl5HfvnlGcMnYeWHF9sP/8Nu4M4OzAwlS6SqTe18zwTCK', 'siUxuo205l4Ie57mGBrpOWp65fdZQVJP8gj4aD5vgYiBz3DKBJM5I54O0wuB', 'agency', NULL, '2025-12-08 11:00:07', '2025-12-15 12:48:05', 0),
(75, 'Stacey Lopez', 'stalopez0888@gmail.com', NULL, '2025-12-02 14:23:52', '$2y$10$umkvNhPSFOjrhHDJFQwoHODF.qDOOLV/whuXpoXk6OyVaCh/PVX4e', 'i2cBzjvAIW4ash29aF2N2xymVD4ZsTKwOVxKNnXzaX6AC3S9P55zYnpNfEGg', 'user', '2025-12-11 13:14:33', '2025-12-08 13:14:33', '2025-12-08 13:14:33', 0),
(76, 'Greg Wise', 'greg@blusharkdigital.com', NULL, '2025-12-04 13:19:35', '$2y$10$sPlCKs0aPI8DtCi3py9QsOPeHX6eDLpctRE.nkX7UcjYbFPQpR7cO', 'I13Wv5fHtOfTewV7dEYFZwUR47KzPUn0i5qxx13WBcoMpbjcSbtC42LizG5V', 'user', '2025-12-11 13:18:28', '2025-12-08 13:18:28', '2025-12-08 13:18:28', 0),
(77, 'Test', 'raman+web1@42works.net', NULL, '2025-12-09 13:31:29', '$2y$10$CN3cycQebEK1Gm6jHCJmU.Phtf7WLMj87YjYBtmGv8TBl/cFmp1Uu', 'gavQ9itFLsantrkIX0WeH6X5jRMyxZCyTPniEl66765cu3m2Rnh8eTS6e9Wk', 'user', NULL, '2025-12-09 13:29:01', '2025-12-09 13:31:29', 0),
(79, 'harry', 'harrytest@myyahoo.com', NULL, NULL, '$2y$10$.lu.foarphh6NezQG36NBeFOgjHJWjCSLv1FdyL4ScgY/2gHhfUDy', 'o49H2FZrx78bAYGH08ZYto37FjXVXq3lEE9soxd5GtCBVWVc1QEihChJr8Wf', 'user', '2025-12-14 06:44:33', '2025-12-11 06:44:33', '2025-12-11 06:44:33', 0),
(81, 'Test', 'shalugupta1990@gmail.com', NULL, '2025-12-11 10:19:37', '$2y$10$daVCbc.mw.rfvl1BH/jhLOSyKOvtVv7C8OLYdiShXqgBN0nfymHaa', 'wOz8u9Bm8QiJmYliuoO1WN3yWIjT89I2USQ7zyxIUPz2uncmixLL3i2p2MHE', 'user', NULL, '2025-12-11 10:16:38', '2025-12-11 10:22:44', 0),
(82, 'test', 'guptarider4@gmail.com', NULL, NULL, '$2y$10$nBMBx2QoHa13oVnGTaWJdu1.3QsYBOjLAtRdVndsiv4Oa1l62htVa', NULL, 'user', '2025-12-14 11:07:21', '2025-12-11 11:07:21', '2025-12-11 11:07:21', 0),
(83, 'Andrew Sherman', 'andrewbsherman@gmail.com', NULL, '2025-12-11 11:12:14', '$2y$10$Bp//1Uo5gw70BVr6/CPGPeUAjojX3v8Uul3I.hZepo.OxDqCrN2oq', 'oXGKKLEA05cxKQEjQugn9S9pIJef7ZR3tqXbast06zvEn2tmFZeYCCqRAmbH', 'user', NULL, '2025-12-11 11:12:14', '2025-12-16 15:14:24', 0),
(84, 'madhuri', 'madhuri@42works.net', NULL, NULL, '$2y$10$ylAKk0txPCekDuHvs5UUMegKiFcP.Nj521Glxj/3J1LCGG1HUY5tO', 'OPFf8Deh0kitmfYhoz7zupTxCqaj8GXIukI1vCRRYg4HNbnlsOETkYeQsf90', 'user', '2025-12-18 07:36:00', '2025-12-15 07:36:17', '2025-12-15 11:19:49', 0),
(85, 'Stacey Lopez', 'stalopez08@gmail.com', NULL, '2025-12-15 08:15:04', '$2y$10$eM/7rW5u7zwm4TTcT7syc.KkwmucXztAIYh6LXN0sJ5uHXVN.MRWK', 'gHOgfRlUaotKQvZL0naVuEfPfifuysAeRoIXS1My2subRK17eCqOman9ssjl', 'user', NULL, '2025-12-15 08:15:04', '2025-12-15 08:15:04', 0),
(86, 'Andrew Aurbach', 'apaurbach@rivendell.tv', NULL, '2025-12-15 10:05:23', '$2y$10$Ab32tVZ74QyPTWWawdEGa.yWfsjX1qVQpAumBiLnD5kofeccoyh6S', 'hvVHtLDwxpYNnLmjnIdrDZuHm0hsb9Cd42kAhqYGKYYMtZUoMdPA0LpTDJz6', 'agency', NULL, '2025-12-15 10:05:23', '2025-12-16 06:37:20', 0),
(87, 'Abc', 'ulww1@airsworld.net', NULL, '2025-12-19 11:43:25', '$2y$10$06ASq5pckzSXxuv9bFY1XOPvlEytF8zMmRwPPG5PvT/zacjweCW8m', NULL, 'user', NULL, '2025-12-19 11:43:02', '2025-12-19 11:43:25', 0),
(88, 'Zubair Saifi', 'zubair@42works.net', NULL, '2026-01-02 11:48:21', NULL, NULL, 'user', NULL, '2026-01-02 11:48:21', '2026-01-02 11:48:21', 0),
(89, 'Daniel Kang', 'daniel@blusharkdigital.com', NULL, '2026-02-02 20:34:31', NULL, NULL, 'user', NULL, '2026-02-02 20:34:31', '2026-02-02 20:34:31', 0),
(90, 'Diana Francis', 'diana@blusharkdigital.com', NULL, '2026-02-26 14:27:38', NULL, NULL, 'user', NULL, '2026-02-26 14:27:38', '2026-02-26 14:27:38', 0),
(91, 'Lovepreet Singh', 'lovepreet@42works.net', NULL, '2026-03-17 12:08:49', NULL, NULL, 'user', NULL, '2026-03-17 12:08:49', '2026-03-17 12:08:49', 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(1) 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
(1, 25, 3, 0, '2025-08-13 09:34:12', '2025-08-13 09:34:12'),
(3, 47, 5, 1, '2025-12-10 10:35:24', '2025-12-10 10:35:24'),
(4, 74, 10, 0, '2025-12-11 05:52:07', '2025-12-11 06:35:40'),
(5, 83, 10, 1, '2025-12-11 11:12:25', '2025-12-11 11:12:25'),
(6, 77, 3, 0, '2025-12-11 12:38:55', '2025-12-11 12:39:30'),
(7, 10, 10, 1, '2025-12-13 12:44:12', '2025-12-13 12:44:12'),
(8, 81, 10, 0, '2025-12-15 09:47:30', '2025-12-17 09:24:58'),
(9, 84, 1, 0, '2025-12-15 11:19:49', '2025-12-15 11:51:42');
-- --------------------------------------------------------
--
-- 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 CHARACTER SET utf8mb4 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') 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,
`last_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,
`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`, `last_payment_date`, `reminder_email_sent`, `is_cancellation_requested`, `subscription_end`, `created_at`, `updated_at`, `deleted_at`) VALUES
(203, 10, NULL, 0, NULL, NULL, NULL, 'Coulter Tobacconist', NULL, 'wpsites_7hw0extpzp', 'db_user_wpsites_7hw0extpzp', '{\"website_title\":\"Coulter Tobacconist\",\"website_description\":\"Explore the rich heritage of our family-owned specialist tobacconist in Belfast, trading since 1870. Discover premium tobacco products, accessories, and our commitment to quality service.\",\"website_type\":\"business\",\"website_industry\":\"Food & Beverage\",\"search_query\":\"tobacco shop, premium cigars, specialist tobacconist, Belfast, vintage tobacco\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"The main landing page showcasing our tobacco products and services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation for the website, featuring links to all key pages.\",\"section_prompt\":\"Header with logo and navigation links.\"},{\"section_type\":\"hero\",\"section_title\":\"Welcome to Coulter Tobacconist\",\"section_description\":\"Experience the legacy of our family-run tobacconist since 1870, located in the heart of Belfast.\",\"section_prompt\":\"Responsive hero with background image of the shop and an overlay text greeting visitors.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our history, from the Moran sisters to the Coulter family, and our dedication to quality tobacco.\",\"section_prompt\":\"Informational content with images showcasing our family lineage and shop history.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Our Premium Selection\",\"section_description\":\"Browse our carefully curated selection of premium tobacco products and accessories.\",\"section_prompt\":\"Grid layout showcasing featured tobacco products with images and descriptions.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Discover what sets our tobacconist apart with over a century of expertise and personalized service.\",\"section_prompt\":\"List of benefits formatted in a responsive column layout.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Read the latest insights and updates from our tobacconist.\",\"section_prompt\":\"Display of recent blog posts with a title and short description.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Visit Us Today!\",\"section_description\":\"Come and experience our products and expertise first-hand.\",\"section_prompt\":\"Call to action section encouraging visitors to come into the shop.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing contact information, social media links, and legal notices.\",\"section_prompt\":\"Footer with links and copyright information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Learn more about our history and commitment to the craft of tobacco.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation for the website, featuring links to all key pages.\",\"section_prompt\":\"Header with logo and navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"Our Heritage\",\"section_description\":\"Explore our family history and dedication to the tobacco craft since 1870.\",\"section_prompt\":\"Banner section with vintage images of the shop\'s history.\"},{\"section_type\":\"informational_content_with_media\",\"section_title\":\"The Story of Coulter Tobacconist\",\"section_description\":\"A detailed story highlighting our origins, challenges, and growth over the decades.\",\"section_prompt\":\"Content section with embedded videos or images telling our story.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing contact information, social media links, and legal notices.\",\"section_prompt\":\"Footer with links and copyright information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Discover the services we offer to our customers at Coulter Tobacconist.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation for the website, featuring links to all key pages.\",\"section_prompt\":\"Header with logo and navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"Our Services\",\"section_description\":\"An overview of the specialized services offered at our tobacconist.\",\"section_prompt\":\"Banner section highlighting our service offerings.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Personalized Tobacco Blends\",\"section_description\":\"We offer custom tobacco blending to meet your unique preferences.\",\"section_prompt\":\"Section detailing our custom blending services.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Expert Consultations\",\"section_description\":\"Get expert advice from our knowledgeable staff to choose the perfect products.\",\"section_prompt\":\"Information about consultations available at our shop.\"},{\"section_type\":\"gallery_section\",\"section_title\":\"Our Product Gallery\",\"section_description\":\"Showcase a nice product gallery featuring our highlights.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire Now!\",\"section_description\":\"Contact us to learn more or to book a consultation.\",\"section_prompt\":\"Call to action section encouraging inquiries for services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing contact information, social media links, and legal notices.\",\"section_prompt\":\"Footer with links and copyright information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Read our latest updates, insights, and articles on tobacco-related topics.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation for the website, featuring links to all key pages.\",\"section_prompt\":\"Header with logo and navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"Our Blog\",\"section_description\":\"Welcome to our blog, where we share insights and articles about tobacco culture.\",\"section_prompt\":\"Banner section with engaging imagery related to tobacco.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"A collection of our recent blog posts for you to explore.\",\"section_prompt\":\"Grid layout showcasing the latest blog posts with title, image, and snippet.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing contact information, social media links, and legal notices.\",\"section_prompt\":\"Footer with links and copyright information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us through our contact form or visit us in Belfast.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation for the website, featuring links to all key pages.\",\"section_prompt\":\"Header with logo and navigation links.\"},{\"section_type\":\"banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Reach out to us for questions or inquiries related to our products and services.\",\"section_prompt\":\"Banner section encouraging visitors to contact us.\"},{\"section_type\":\"contact\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send us your inquiries directly.\",\"section_prompt\":\"Contact form section with fields for name, email, and message.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing contact information, social media links, and legal notices.\",\"section_prompt\":\"Footer with links and copyright information.\"}]}],\"user_prompt\":\"A family owned specialist tobacconist, trading in the heart of Belfast since 1870. The business has been trading since 1870, having been started by the Moran sisters and now being run by the Coulter family.\",\"theme\":\"material\",\"colors\":[[141,109,54],[158,189,89]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":null,\"twitter\":null,\"linkedin\":\"https:\\/\\/x.com\\/\",\"pinterest\":null}}', '{\"folder\":\"websites\",\"site\":\"7hw0extpzp\",\"domain\":\"7hw0extpzp\",\"slug_environment\":\"wpsites\",\"sftp_user\":\"wpsites_7hw0extpzp\",\"sftp_pass\":\"bkd7klwym\",\"db_pass\":\"]EwB!X$icg63\",\"db_name\":\"db_wpsites_7hw0extpzp\",\"db_user\":\"db_user_wpsites_7hw0extpzp\",\"sftp_group\":\"sftpusers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, NULL, 'inprogress', NULL, 0, 0, NULL, NULL, 0, 0, NULL, '2025-08-11 11:09:48', '2025-09-05 13:00:03', NULL),
(232, 61, 48, 0, NULL, NULL, NULL, 'Professional Electrician Services', 'website1759655882.png', 'wpsites_kzsongcx76', 'db_user_wpsites_kzsongcx76', '{\"website_title\":\"Professional Electrician Services\",\"website_description\":\"Showcasing expert electrician services for residential and commercial needs with a focus on quality and reliability.\",\"website_type\":\"Personal\",\"website_industry\":\"Construction\",\"search_query\":\"electrician services, home electrical work, commercial electrician, electrical expertise, client testimonials\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my electrician services website, where professionalism meets reliability.\",\"sections\":[{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Site\",\"section_description\":\"A captivating section that introduces my services with a striking slogan and image.\",\"section_prompt\":\"Responsive full-width hero with an image representing electrical work and an engaging slogan.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my qualifications and commitment to quality in electrical services.\",\"section_prompt\":\"This section provides background information about my expertise and approach to work.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"A showcase of my key services for residential and commercial clients, emphasizing my expertise.\",\"section_prompt\":\"Grid layout displaying different services offered with brief descriptions.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Why Choose Me?\",\"section_description\":\"Highlight various statistics to showcase my experience and success rate.\",\"section_prompt\":\"Bar format showcasing various stats like completed projects, satisfied customers, etc.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"An easy-to-use contact form for potential clients to reach out for inquiries or quotes.\",\"section_prompt\":\"Simple form layout for users to fill out their information and inquiries.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Read what my clients say about my work and professionalism.\",\"section_prompt\":\"Carousel or list format featuring quotes from satisfied customers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Start Your Project?\",\"section_description\":\"Encouraging visitors to reach out for their electrical needs.\",\"section_prompt\":\"Bold call to action prompting users to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Navigation and additional links for visitors.\",\"section_prompt\":\"Standard footer with relevant links and information.\"}]}],\"user_prompt\":\"A simple one page electrician website with hero section, services, map and contacts\",\"prompt_id\":48,\"theme\":\"material\",\"colors\":[[58,91,204],[137,137,137]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"pinterest\":null},\"user_email\":\"horizzonswebdesign@gmail.com\"}', '{\"folder\":\"websites\",\"site\":\"kzsongcx76\",\"domain\":\"kzsongcx76\",\"slug_environment\":\"wpsites\",\"sftp_user\":\"wpsites_kzsongcx76\",\"sftp_pass\":\"ezkNGuNbpJVgZ3D5bzdoAFNypr7ftPOPKCmyApYBrl090ldxcw==\",\"db_pass\":\"Z5eRZMCq8viWXip06\\/EK3dqkuchmtTcXvQHsULSOh2rwrdflvo2mBg==\",\"db_name\":\"db_wpsites_kzsongcx76\",\"db_user\":\"db_user_wpsites_kzsongcx76\",\"sftp_group\":\"sftpusers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '80.83399017334', 'completed', '2026-04-01 18:30:09', 0, 0, NULL, NULL, 0, 0, NULL, '2025-10-05 09:17:57', '2026-04-01 18:30:09', NULL),
(246, 71, 71, 0, NULL, NULL, NULL, 'MSM Coretech Innovations', 'website1763724303.png', 'wpsites_gbs1vk4r6u', 'db_user_wpsites_gbs1vk4r6u', '{\"website_title\":\"MSM Coretech Innovations\",\"website_description\":\"A professional website design service dedicated to creating innovative, responsive, and user-friendly websites for businesses in Chandigarh.\",\"website_type\":\"Business\",\"website_industry\":\"Technology\",\"search_query\":\"website design, responsive design, SEO, e-commerce, branding\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to MSM Coretech Innovations, your go-to for professional website design in Chandigarh.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section with navigation and brand logo.\",\"section_prompt\":\"This is the main site navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to MSM Coretech Innovations\",\"section_description\":\"We create innovative and user-friendly websites that help businesses grow online.\",\"section_prompt\":\"Main visual banner with a call to action.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our mission to deliver top-notch website designs in Chandigarh.\",\"section_prompt\":\"Brief overview of the company and its vision.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Our Services\",\"section_description\":\"Explore the professional services we offer to enhance your online presence.\",\"section_prompt\":\"List of key services including website design, SEO, branding, and more.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Expertise\",\"section_description\":\"We specialize in web development, e-commerce solutions, SEO optimization, and branding services.\",\"section_prompt\":\"Grid showcasing our service details.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Our Portfolio\",\"section_description\":\"Check out our previous projects that highlight our capabilities and expertise.\",\"section_prompt\":\"Grid of images and summaries of completed projects.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with the latest blog posts on web design trends and tips.\",\"section_prompt\":\"A preview of recent blog articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Contact us to bring your website vision to life.\",\"section_prompt\":\"Encouragement for visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with essential links and copyright information.\",\"section_prompt\":\"Site links and contact information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Discover more about MSM Coretech Innovations and our commitment to exceptional website design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section with navigation and brand logo.\",\"section_prompt\":\"This is the main site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Us\",\"section_description\":\"An introduction to MSM Coretech Innovations.\",\"section_prompt\":\"Visual that highlights our values.\"},{\"section_type\":\"benefit\",\"section_title\":\"Why Choose Us?\",\"section_description\":\"Understand the benefits of partnering with our expert team for your website needs.\",\"section_prompt\":\"Benefits of our services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Our Mission\",\"section_description\":\"To empower businesses by providing innovative website solutions that drive results.\",\"section_prompt\":\"Text that complements visuals outlining our mission.\"},{\"section_type\":\"social_cards\",\"section_title\":\"Meet Our Team\",\"section_description\":\"Introduction to the creative minds behind our innovative designs.\",\"section_prompt\":\"Short bios of team members with photos.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us on this Journey!\",\"section_description\":\"Partner with us today for your website needs.\",\"section_prompt\":\"Encouragement for users to engage further.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with essential links and copyright information.\",\"section_prompt\":\"Site links and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Our Services\",\"page_description\":\"Explore the range of professional services offered by MSM Coretech Innovations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section with navigation and brand logo.\",\"section_prompt\":\"This is the main site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Detailed overview of services we provide.\",\"section_prompt\":\"Visual related to the services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Development\",\"section_description\":\"Custom website development tailored to meet your business needs.\",\"section_prompt\":\"Detailed information about web development services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"E-Commerce Solutions\",\"section_description\":\"Boost your online sales with our expertise in e-commerce platforms.\",\"section_prompt\":\"Key features and benefits of our e-commerce solutions.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"SEO Optimization\",\"section_description\":\"Enhance your website\'s visibility with our SEO services.\",\"section_prompt\":\"Information about our SEO improvement strategies.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding Services\",\"section_description\":\"Create a unique identity for your business with our branding solutions.\",\"section_prompt\":\"Overview of branding services with examples.\"},{\"section_type\":\"faqs\",\"section_title\":\"FAQs\",\"section_description\":\"Commonly asked questions regarding our services.\",\"section_prompt\":\"Question and answer format for quick information.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch!\",\"section_description\":\"Contact us for more information about our services.\",\"section_prompt\":\"Encouragement for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with essential links and copyright information.\",\"section_prompt\":\"Site links and contact information.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Insights\",\"page_description\":\"Read our blog for the latest trends and tips in web design and technology.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section with navigation and brand logo.\",\"section_prompt\":\"This is the main site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Insights\",\"section_description\":\"Explore our latest blog posts on web design trends.\",\"section_prompt\":\"Visual emphasizing our blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Trending Posts\",\"section_description\":\"A collection of our latest blog entries regarding web design insights.\",\"section_prompt\":\"Grid of recent posts preview.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Tips for Effective Web Design\",\"section_description\":\"Key points that lead to successful website development.\",\"section_prompt\":\"Concise bullet points or list of effective tips.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe to Our Blog\",\"section_description\":\"Stay updated by subscribing to our newsletter.\",\"section_prompt\":\"Invitation to join our newsletter for blog updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with essential links and copyright information.\",\"section_prompt\":\"Site links and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to MSM Coretech Innovations for inquiries and assistance.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section with navigation and brand logo.\",\"section_prompt\":\"This is the main site navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\'re here to help you with any questions or inquiries.\",\"section_prompt\":\"Visual promoting contact.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below for all inquiries.\",\"section_prompt\":\"Contact form for users to reach out.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Find our contact details including location and phone number.\",\"section_prompt\":\"Details on how to reach us.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with essential links and copyright information.\",\"section_prompt\":\"Site links and contact information.\"}]}],\"user_prompt\":\"MSM Coretech Innovations offers professional website design services in Chandigarh, creating innovative, responsive, and user-friendly websites that help businesses grow online.\",\"prompt_id\":71,\"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\"},\"user_email\":\"innovationsmsmcoretech@gmail.com\"}', '{\"folder\":\"websites\",\"site\":\"gbs1vk4r6u\",\"domain\":\"gbs1vk4r6u\",\"slug_environment\":\"wpsites\",\"sftp_user\":\"wpsites_gbs1vk4r6u\",\"sftp_pass\":\"19yK7mCtf5XEWdj5aVSwLaAQWrFb6M8IvhpLaz2f\\/8GEZFrPFg==\",\"db_pass\":\"NcXuICj+hhMopppPeVzkulSbxx2KDFxWjGraiVlwYDGR0NTlevB4lQ==\",\"db_name\":\"db_wpsites_gbs1vk4r6u\",\"db_user\":\"db_user_wpsites_gbs1vk4r6u\",\"sftp_group\":\"sftpusers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '81.501394729614', 'completed', '2026-04-01 18:30:09', 0, 0, NULL, NULL, 0, 0, NULL, '2025-11-21 11:24:39', '2026-04-01 18:30:09', NULL),
(257, 77, 90, 0, NULL, NULL, NULL, 'WordPress Hosting in India', 'website1765287123.png', 'wpsites_fbijjycw63', 'db_user_wpsites_fbijjycw63', '{\"website_title\":\"WordPress Hosting in India\",\"website_description\":\"A comprehensive resource for individuals and businesses seeking reliable WordPress hosting providers in India. This site offers comparisons, reviews, and recommendations tailored to the Indian market to help you choose the best hosting service based on speed, support, pricing, and features.\",\"website_type\":\"informational\",\"website_industry\":\"Technology\",\"search_query\":\"WordPress hosting, best hosting providers, India hosting reviews\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to the best resource for WordPress hosting providers in India. Find detailed comparisons, reviews, and recommendations to suit your needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the site.\",\"section_prompt\":\"Header section containing site navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Our Hosting Guide\",\"section_description\":\"Discover the best WordPress hosting providers in India with our detailed insights and comparisons.\",\"section_prompt\":\"Hero banner introducing the site and its purpose.\"},{\"section_type\":\"about\",\"section_title\":\"About This Site\",\"section_description\":\"We provide comprehensive insights into WordPress hosting tailored for the Indian market, helping you make an informed choice.\",\"section_prompt\":\"Information about the site and its focus on hosting providers.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Top Hosting Providers\",\"section_description\":\"Explore our curated list of recommended WordPress hosting providers in India: Hostinger, Bluehost, SiteGround, A2 Hosting.\",\"section_prompt\":\"List of top hosting providers showcased for user decision-making.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Choose Us\",\"section_description\":\"We offer objective comparisons, expert reviews, and user testimonials to ensure you find the best service for your needs.\",\"section_prompt\":\"Highlight the unique benefits of using the website to find hosting services.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Stay updated with the latest news, tips, and guides about WordPress hosting.\",\"section_prompt\":\"Display the latest blog posts related to hosting.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Now\",\"section_description\":\"Start comparing hosting providers and choose the best for your website today!\",\"section_prompt\":\"Encouragement for users to begin their search for hosting.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site footer containing copyright and additional links.\",\"section_prompt\":\"Footer section with general information and links.\"}]},{\"page_type\":\"hosting_providers\",\"page_title\":\"Hosting Providers\",\"page_description\":\"In-depth reviews and comparisons of top WordPress hosting providers in India.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the hosting providers page.\",\"section_prompt\":\"Header section with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore Hosting Providers\",\"section_description\":\"Detailed insights into leading WordPress hosting providers.\",\"section_prompt\":\"Banner introducing the content of the hosting providers page.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Provider Features\",\"section_description\":\"Comparative analysis of features like uptime, support, and pricing across various providers.\",\"section_prompt\":\"Overview of significant features provided by different hosting services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Provider Spotlight\",\"section_description\":\"Highlight a top-rated provider with detailed information and user insights.\",\"section_prompt\":\"Feature one of the top hosting providers in detail.\"},{\"section_type\":\"testimonials\",\"section_title\":\"User Experiences\",\"section_description\":\"Read what other users are saying about their hosting services.\",\"section_prompt\":\"Gather user testimonials regarding their experiences with hosting providers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Find Your Hosting Provider\",\"section_description\":\"Dive deeper to select the best provider for your needs.\",\"section_prompt\":\"Encourage users to explore and find their ideal hosting provider.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site footer with copyright and links.\",\"section_prompt\":\"Footer section with general information and links.\"}]},{\"page_type\":\"comparison_chart\",\"page_title\":\"Comparison Chart\",\"page_description\":\"A comprehensive comparison chart of top WordPress hosting providers in India.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the comparison chart page.\",\"section_prompt\":\"Header section for the comparison chart.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Comparison Chart\",\"section_description\":\"Review a detailed comparison of hosting features and pricing.\",\"section_prompt\":\"Introduction to the comparison chart.\"},{\"section_type\":\"statistics_bar\",\"section_title\":\"Performance Metrics\",\"section_description\":\"Visual representation of key performance indicators for hosting providers.\",\"section_prompt\":\"Stats showcasing performance metrics of different hosts.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Key Comparison Criteria\",\"section_description\":\"Understand what parameters we used for comparison \\u2013 speed, support, pricing, features.\",\"section_prompt\":\"Detail the criteria upon which the hosts are compared.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Choose Wisely\",\"section_description\":\"Use our comparisons to make an informed choice for your hosting provider.\",\"section_prompt\":\"Encouragement to utilize the chart for decision-making.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site footer with copyright and links.\",\"section_prompt\":\"Footer section with general information and links.\"}]},{\"page_type\":\"reviews\",\"page_title\":\"Reviews\",\"page_description\":\"Detailed reviews of various WordPress hosting providers based on user feedback and expert analysis.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the reviews page.\",\"section_prompt\":\"Header section containing links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Hosting Reviews\",\"section_description\":\"Read in-depth reviews of popular WordPress hosting services.\",\"section_prompt\":\"Banner to introduce the reviews section.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"User Reviews\",\"section_description\":\"Display aggregate user reviews and ratings for different hosting providers.\",\"section_prompt\":\"User-sourced reviews showcasing overall satisfaction.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Expert Analysis\",\"section_description\":\"Insights from experts on the pros and cons of each hosting provider reviewed.\",\"section_prompt\":\"Feature expert analysis on hosting providers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Find Your Perfect Host\",\"section_description\":\"Explore our reviews to select the best fit for your requirements.\",\"section_prompt\":\"Encourage users to utilize reviews for finding hosts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site footer with copyright and links.\",\"section_prompt\":\"Footer section with general information and links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Latest articles and tips about WordPress hosting and related topics.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the blog.\",\"section_prompt\":\"Header section with navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Latest Articles\",\"section_description\":\"Stay informed with our latest blog posts regarding WordPress hosting.\",\"section_prompt\":\"Introduce the blog content.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Popular Posts\",\"section_description\":\"Explore our most read blog entries on hosting tips and tricks.\",\"section_prompt\":\"Showcase popular blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Engage with Our Content\",\"section_description\":\"Join our community for tips, tricks, and significant hosting updates.\",\"section_prompt\":\"Encourage users to engage with blog posts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site footer with copyright and links.\",\"section_prompt\":\"Footer section with general information and links.\"}]},{\"page_type\":\"contact_us\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for queries related to hosting providers in India.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation and branding elements for the contact page.\",\"section_prompt\":\"Header section containing links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We are here to help you with your queries regarding WordPress hosting.\",\"section_prompt\":\"Introductory banner for contact queries.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"Fill out the form below to reach us with your questions or comments.\",\"section_prompt\":\"Contact form section for user inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Information\",\"section_description\":\"Here\'s how you can contact us via phone or email, or reach our social media pages.\",\"section_prompt\":\"Offer contact details beyond the form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Site footer with copyright and links.\",\"section_prompt\":\"Footer section with general information and links.\"}]}],\"user_prompt\":\"Wordpress hosting providers in India\",\"prompt_id\":90,\"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},\"user_email\":\"raman+web1@42works.net\"}', '{\"folder\":\"websites\",\"site\":\"fbijjycw63\",\"domain\":\"fbijjycw63\",\"slug_environment\":\"wpsites\",\"sftp_user\":\"wpsites_fbijjycw63\",\"sftp_pass\":\"qfdX+A532b0g6LFRtYndIv10oRplLVSGLpO\\/1Hp0RUcJCLXkgQ==\",\"db_pass\":\"zXVh17Euk+4SpiHhc142dhiJDCmBf+3YbkODyApjgB3zjkNgEgTGcg==\",\"db_name\":\"db_wpsites_fbijjycw63\",\"db_user\":\"db_user_wpsites_fbijjycw63\",\"sftp_group\":\"sftpusers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '84.130538520813', 'completed', '2026-04-01 13:00:06', 0, 0, NULL, NULL, 0, 0, NULL, '2025-12-09 13:31:13', '2026-04-01 13:00:06', NULL),
(264, 74, 97, 0, NULL, NULL, NULL, 'My Graphic Design Portfolio', 'website1765432862.png', 'wpsites_rsv8yw0vud', 'db_user_wpsites_rsv8yw0vud', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A creative showcase of my graphic design work, highlighting my journey, skills, 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 creativity meets functionality.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the website.\",\"section_prompt\":\"Header with logo and navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore a collection of my best graphic design works that reflect my creativity and skills.\",\"section_prompt\":\"Hero section to introduce visitors to the portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Discover my journey and passion for graphic design, along with my artistic influences and motivations.\",\"section_prompt\":\"Brief introduction about my background and experience in design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"Showcase of various graphic design projects including logos, branding, web design, and more.\",\"section_prompt\":\"List main projects (Logos, Branding, Web Design, Illustrations, Marketing Materials) I have completed.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Work Together\",\"section_description\":\"Encourage potential clients to reach out for collaboration.\",\"section_prompt\":\"Call to action encouraging visitors to contact me.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay tuned for the latest news and updates regarding my work and projects.\",\"section_prompt\":\"Latest posts showcasing project updates.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Footer section with social media links and copyright.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my design journey and expertise in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the About Me page.\",\"section_prompt\":\"Header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Detailed overview of my background and experience in graphic design.\",\"section_prompt\":\"Inner banner section introducing the About Me area.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Design Journey\",\"section_description\":\"A narrative of how I became passionate about graphic design and the milestones in my career.\",\"section_prompt\":\"Story of my design journey and career evolution.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Skills & Expertise\",\"section_description\":\"Highlighting the skills that define my work, including software proficiency and design techniques.\",\"section_prompt\":\"List my major design skills (Adobe Photoshop, Illustrator, UI\\/UX Design, Branding) demonstrated through my projects.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"What clients say about my graphic design services to build trust and credibility.\",\"section_prompt\":\"Client testimonials sharing their experiences working with me.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Collaborate?\",\"section_description\":\"Encouragement for visitors to take the next step to contact me.\",\"section_prompt\":\"Call to action for potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Footer section with social media links and copyright.\"}]},{\"page_type\":\"services\",\"page_title\":\"My Services\",\"page_description\":\"Explore the graphic design services I offer, tailored to meet diverse needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the Services page.\",\"section_prompt\":\"Header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Overview of the various graphic design services I provide.\",\"section_prompt\":\"Inner banner section introducing the services provided.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Design Offerings\",\"section_description\":\"Detailed list of the graphic design services I specialize in.\",\"section_prompt\":\"List of services (Logo Design, Branding, Web Design, Illustrations, Marketing Materials) I provide.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Logo Design\",\"section_description\":\"Highlighting my approach and style in creating compelling logos for brands.\",\"section_prompt\":\"Description of my logo design process.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding Services\",\"section_description\":\"Creating cohesive branding strategies and identities for businesses.\",\"section_prompt\":\"Description of my branding services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answering common questions regarding my services and design approach.\",\"section_prompt\":\"List of FAQs related to my services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Invitation for potential clients to reach out and discuss their projects.\",\"section_prompt\":\"Call to action for contacting me regarding services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Footer section with social media links and copyright.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Client Testimonials\",\"page_description\":\"Read what my clients have to say about my graphic design services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the Testimonials page.\",\"section_prompt\":\"Header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Testimonials\",\"section_description\":\"A collection of feedback from clients showcasing their experiences with my work.\",\"section_prompt\":\"Inner banner section introducing client testimonials.\"},{\"section_type\":\"reviews\",\"section_title\":\"What Clients Say\",\"section_description\":\"Compilations of client reviews that highlight my skills and customer service.\",\"section_prompt\":\"Summarized feedback and quotes from clients.\"},{\"section_type\":\"about\",\"section_title\":\"Why Client Feedback Matters\",\"section_description\":\"Understanding the importance of client testimonials in establishing trust.\",\"section_prompt\":\"Details explaining the significance of testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Experience\",\"section_description\":\"Invitation for clients to provide their own testimonials.\",\"section_prompt\":\"Encouragement for clients to share their feedback.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Footer section with social media links and copyright.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Get in touch to discuss your graphic design needs or for inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigational header for the Contact page.\",\"section_prompt\":\"Header with logo and navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Information on how to get in touch for inquiries about my services.\",\"section_prompt\":\"Inner banner section introducing the contact information.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"A simple contact form for potential clients to fill out.\",\"section_prompt\":\"Contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Other Ways to Contact Me\",\"section_description\":\"Additional ways to reach me, including email and social media links.\",\"section_prompt\":\"Additional contact methods for getting in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Footer section with social media links and copyright.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":97,\"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},\"user_email\":\"shalu_gupta@42works.net\"}', '{\"folder\":\"websites\",\"site\":\"rsv8yw0vud\",\"domain\":\"rsv8yw0vud\",\"slug_environment\":\"wpsites\",\"sftp_user\":\"wpsites_rsv8yw0vud\",\"sftp_pass\":\"QFZVWwIykZyBIMqH2upHD0jAl7tw0PMSeQU97RleDgpMrg8V0w==\",\"db_pass\":\"f1pOMBkfMVVeK0vA1\\/apNM9HithstwO8ckWaeeaOl0+4eBfcBv+Sdg==\",\"db_name\":\"db_wpsites_rsv8yw0vud\",\"db_user\":\"db_user_wpsites_rsv8yw0vud\",\"sftp_group\":\"sftpusers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '84.161016311646', 'completed', '2026-04-02 08:30:05', 0, 0, NULL, NULL, 0, 0, NULL, '2025-12-11 06:00:29', '2026-04-02 08:30: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`, `last_payment_date`, `reminder_email_sent`, `is_cancellation_requested`, `subscription_end`, `created_at`, `updated_at`, `deleted_at`) VALUES
(265, 74, 99, 0, NULL, NULL, NULL, 'My Graphic Design Portfolio', 'website1765434004.png', 'wpsites_jhryu2zemv', 'db_user_wpsites_jhryu2zemv', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing creativity and skills in graphic design through a comprehensive portfolio.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"graphic design, portfolio, creative work\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my portfolio site where I showcase my graphic design skills.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation link to all key sections of the website including Home, About Me, My Work, Services, and Contact.\",\"section_prompt\":\"Header navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover my creative journey and explore a selection of my best graphic design works.\",\"section_prompt\":\"This section introduces the portfolio with an inviting banner.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my background, design philosophy, and journey in graphic design.\",\"section_prompt\":\"Information about me, my experiences, and my approach to design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"I offer a variety of graphic design services to meet your needs.\",\"section_prompt\":\"List main services (branding, illustration, print design) offered by me.\"},{\"section_type\":\"gallery\",\"section_title\":\"My Work\",\"section_description\":\"A glimpse into my past projects showcasing my creative capabilities.\",\"section_prompt\":\"This section highlights various projects with images and descriptions.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Read feedback from clients who have worked with me and my designs.\",\"section_prompt\":\"Selecting positive reviews from clients to showcase my work.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Check out my latest projects and insights into my design process.\",\"section_prompt\":\"This section features recent blog posts related to my work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get In Touch\",\"section_description\":\"Ready to start your next project? Let\'s connect!\",\"section_prompt\":\"A clear call to action encouraging visitors to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with copyright and additional links.\",\"section_prompt\":\"Contains copyright information and additional navigation links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":99,\"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},\"user_email\":\"shalu_gupta@42works.net\"}', '{\"folder\":\"websites\",\"site\":\"jhryu2zemv\",\"domain\":\"jhryu2zemv\",\"slug_environment\":\"wpsites\",\"sftp_user\":\"wpsites_jhryu2zemv\",\"sftp_pass\":\"alEHFLca7617HB+4tPuHBjTKJzChe7gEofS\\/Ax7ny3B76qlKyA==\",\"db_pass\":\"VZ+ZymAh7oCTziCT\\/JgE\\/LDBACvs\\/FPEtm1kOoZdiAqquelgf42vSQ==\",\"db_name\":\"db_wpsites_jhryu2zemv\",\"db_user\":\"db_user_wpsites_jhryu2zemv\",\"sftp_group\":\"sftpusers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '83.659700737', 'completed', '2026-04-02 10:30:05', 0, 0, NULL, NULL, 0, 0, NULL, '2025-12-11 06:19:46', '2026-04-02 10:30:05', NULL),
(266, 74, 100, 0, NULL, NULL, NULL, 'My Travel Adventures', 'website1765434243.png', 'wpsites_mrkub3wokg', 'db_user_wpsites_mrkub3wokg', '{\"website_title\":\"My Travel Adventures\",\"website_description\":\"Explore captivating travel stories and stunning photography showcasing the beauty of the world through my adventures. Join me on a journey filled with insights, tips, and breathtaking imagery.\",\"website_type\":\"Personal Website\",\"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 my adventures and photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation of the website.\",\"section_prompt\":\"A navigation menu with links to all main sections.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Travel Blog\",\"section_description\":\"Experience the world through my lens and storytelling.\",\"section_prompt\":\"An eye-catching introduction to the blog with a high-quality image.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn more about my journey as a traveler and photographer.\",\"section_prompt\":\"Brief insights into my background and travel passion.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Travel Adventures\",\"section_description\":\"Check out my most recent stories and updates.\",\"section_prompt\":\"A snippet and link to the latest blog posts.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Explore Destinations\",\"section_description\":\"Discover my travel highlights from around the globe.\",\"section_prompt\":\"List main topics covered in travel stories (Destinations, Experiences, Cultures).\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure!\",\"section_description\":\"Subscribe to receive updates on my latest posts.\",\"section_prompt\":\"Encourage visitors to subscribe to the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The website footer with links and copyright details.\",\"section_prompt\":\"Essential links and information about the blog.\"}]},{\"page_type\":\"travel_stories\",\"page_title\":\"Travel Stories\",\"page_description\":\"Dive into my captivating travel stories filled with unique experiences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation of the website.\",\"section_prompt\":\"A navigation menu with links to all main sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Travel Stories\",\"section_description\":\"Explore the narratives behind my adventures.\",\"section_prompt\":\"An introductory section to the travel stories page.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Featured Stories\",\"section_description\":\"A selection of my most engaging travel tales.\",\"section_prompt\":\"List top travel stories from various locations.\"},{\"section_type\":\"about\",\"section_title\":\"About the Stories\",\"section_description\":\"Insight into what my travel stories encompass.\",\"section_prompt\":\"Understand the themes and motivations behind my narratives.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Read More Adventures!\",\"section_description\":\"Encourage readers to explore more stories.\",\"section_prompt\":\"Direct readers to dive into additional content.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The website footer with links and copyright details.\",\"section_prompt\":\"Essential links and information about the blog.\"}]},{\"page_type\":\"photography_gallery\",\"page_title\":\"Photography Gallery\",\"page_description\":\"A visual collection showcasing my travel photography.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation of the website.\",\"section_prompt\":\"A navigation menu with links to all main sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Photography Gallery\",\"section_description\":\"A stunning showcase of my favorite photographs.\",\"section_prompt\":\"An introductory section to the photography gallery.\"},{\"section_type\":\"gallery\",\"section_title\":\"Travel Photography\",\"section_description\":\"Explore breathtaking images from my journeys around the world.\",\"section_prompt\":\"Present a collection of travel images categorized by location.\"},{\"section_type\":\"about\",\"section_title\":\"About My Photography\",\"section_description\":\"My philosophy and approach to capturing moments.\",\"section_prompt\":\"A brief insight into my photographic technique and style.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Share Your Thoughts!\",\"section_description\":\"Invite visitors to leave comments on the photographs.\",\"section_prompt\":\"Encourage feedback from viewers on the gallery.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The website footer with links and copyright details.\",\"section_prompt\":\"Essential links and information about the blog.\"}]},{\"page_type\":\"tips_guides\",\"page_title\":\"Tips & Guides\",\"page_description\":\"Helpful tips and guides to enhance your travel experiences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation of the website.\",\"section_prompt\":\"A navigation menu with links to all main sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Tips & Guides\",\"section_description\":\"Essential advice for travelers of all levels.\",\"section_prompt\":\"An introductory section setting the tone for tips and guides.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Top Travel Tips\",\"section_description\":\"A curated list of my best traveling tips to help plan your trips.\",\"section_prompt\":\"List useful travel tips for planning and enjoying trips.\"},{\"section_type\":\"about\",\"section_title\":\"About Travel Tips\",\"section_description\":\"Insights into how I create my tips and guides.\",\"section_prompt\":\"Explain the sources and experience behind my travel advice.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Travel Ready!\",\"section_description\":\"Guide visitors to check out more detailed posts.\",\"section_prompt\":\"Direct readers to discover in-depth guides.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The website footer with links and copyright details.\",\"section_prompt\":\"Essential links and information about the blog.\"}]},{\"page_type\":\"about_me\",\"page_title\":\"About Me\",\"page_description\":\"Get to know me and my travel journey better.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation of the website.\",\"section_prompt\":\"A navigation menu with links to all main sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"A personal insight into my passions and travels.\",\"section_prompt\":\"An introductory section about my background.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Journey\",\"section_description\":\"How I became passionate about travel and photography.\",\"section_prompt\":\"Highlight key experiences in my life that inspired my travels.\"},{\"section_type\":\"about\",\"section_title\":\"My Story\",\"section_description\":\"Details about my adventures and photography milestones.\",\"section_prompt\":\"A compelling narrative of my experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Journey!\",\"section_description\":\"Invite readers to follow along on my adventures.\",\"section_prompt\":\"Encourage interaction and connection with readers.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The website footer with links and copyright details.\",\"section_prompt\":\"Essential links and information about the blog.\"}]},{\"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\":\"The main navigation of the website.\",\"section_prompt\":\"A navigation menu with links to all main sections.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Looking forward to connecting with fellow travelers.\",\"section_prompt\":\"An inviting section encouraging communication.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Reach Out\",\"section_description\":\"Fill out the form below for any inquiries.\",\"section_prompt\":\"A contact form for visitors to leave their messages.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Follow Me on Social Media\",\"section_description\":\"Links to my social profiles for more updates.\",\"section_prompt\":\"Encourage connection through social channels.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The website footer with links and copyright details.\",\"section_prompt\":\"Essential links and information about the blog.\"}]}],\"user_prompt\":\"A blog showcasing travel and photography\",\"prompt_id\":100,\"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},\"user_email\":\"shalu_gupta@42works.net\"}', '{\"folder\":\"websites\",\"site\":\"mrkub3wokg\",\"domain\":\"mrkub3wokg\",\"slug_environment\":\"wpsites\",\"sftp_user\":\"wpsites_mrkub3wokg\",\"sftp_pass\":\"qwheO8gqDCqwoBxVm8f\\/UEiD5Zudk+MvtqoC3JAjLkJXa4bQLA==\",\"db_pass\":\"bDTjddq8lwF3ac0QhRs6LD\\/Svqu5zkjffWau0XROhcfxQV5gutWwvg==\",\"db_name\":\"db_wpsites_mrkub3wokg\",\"db_user\":\"db_user_wpsites_mrkub3wokg\",\"sftp_group\":\"sftpusers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '84.35497959137', 'completed', '2026-04-02 10:30:06', 0, 0, NULL, NULL, 0, 0, NULL, '2025-12-11 06:23:08', '2026-04-02 10:30:06', NULL),
(267, 74, 102, 0, NULL, NULL, NULL, 'My Graphic Design Portfolio', 'website1765434543.png', 'wpsites_jqnmug86qk', 'db_user_wpsites_jqnmug86qk', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"Showcasing my creativity and skills in graphic design.\",\"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 meets skill.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section containing the main navigation.\",\"section_prompt\":\"Includes links to navigate through the portfolio.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Hero Banner\",\"section_description\":\"Display a captivating visual that represents my design style and creativity.\",\"section_prompt\":\"Featured graphic design work prominently.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"A brief overview of my journey in graphic design and my creative philosophy.\",\"section_prompt\":\"Share my background, experience, and passion for design.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"A showcase of selected projects that exhibit my skills and creativity in graphic design.\",\"section_prompt\":\"List main projects (Project 1, Project 2, Project 3, ...) that exemplify my work.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Testimonials\",\"section_description\":\"Feedback and reviews from clients highlighting their experience working with me.\",\"section_prompt\":\"Display client testimonials to build trust and credibility.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch!\",\"section_description\":\"Encourage visitors to reach out with inquiries or collaboration opportunities.\",\"section_prompt\":\"Invite potential clients to contact me for projects.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay updated with my recent projects and thoughts on graphic design.\",\"section_prompt\":\"Showcase my latest design posts or thoughts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section containing links and copyright information.\",\"section_prompt\":\"Provide additional site navigation and contact details.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my journey in graphic design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section containing the main navigation.\",\"section_prompt\":\"Includes links to navigate through the portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Deep dive into my background and design philosophy.\",\"section_prompt\":\"Explore my personal story and what drives my creativity.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"My Journey\",\"section_description\":\"Details about my education, experiences, and milestones in graphic design.\",\"section_prompt\":\"Outline my path to becoming a graphic designer.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Graphic Design?\",\"section_description\":\"Discuss the importance of graphic design and how it impacts businesses and individuals.\",\"section_prompt\":\"Highlight the benefits of good design.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore My Work\",\"section_description\":\"Encourage readers to view my graphic design projects.\",\"section_prompt\":\"Invite visitors to navigate to my work section.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with links and information.\",\"section_prompt\":\"Provide additional site navigation and copyright.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"Explore the design services I offer to clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section containing the main navigation.\",\"section_prompt\":\"Includes links to navigate through the portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Services\",\"section_description\":\"Overview of the design services available.\",\"section_prompt\":\"Detail the range of services I provide.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Logo Design\",\"section_description\":\"Creating impactful logos that represent brands effectively.\",\"section_prompt\":\"Description of my logo design service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Brand Identity\",\"section_description\":\"Developing cohesive brand identities to enhance visual storytelling.\",\"section_prompt\":\"Description of brand identity service.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"Designing print materials such as brochures, business cards, etc.\",\"section_prompt\":\"Description of print design services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common questions about my design services.\",\"section_prompt\":\"Provide clarity and information to prospective clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me for Projects\",\"section_description\":\"Encourage interested parties to reach out for service inquiries.\",\"section_prompt\":\"Invite visitors to get in touch regarding services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with website information.\",\"section_prompt\":\"Provide additional navigation and contact information.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Read feedback from my satisfied clients.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section containing the main navigation.\",\"section_prompt\":\"Includes links to navigate through the portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Feedback\",\"section_description\":\"A dedicated space for showcasing client testimonials and experiences.\",\"section_prompt\":\"Highlight what clients say about working with me.\"},{\"section_type\":\"reviews\",\"section_title\":\"What Clients Say\",\"section_description\":\"A compilation of quotes and testimonials from happy clients.\",\"section_prompt\":\"Display various client reviews and testimonials.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Ready to Collaborate?\",\"section_description\":\"Encourage potential clients to reach out for design services.\",\"section_prompt\":\"Invite visitors to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with website details.\",\"section_prompt\":\"Provide additional navigation options.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Me\",\"page_description\":\"Reach out for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This is the header section containing navigation links.\",\"section_prompt\":\"Includes links for easier navigation.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"Provide your details to reach out for collaboration or inquiries.\",\"section_prompt\":\"Encourage users to fill out the contact form.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get In Touch\",\"section_description\":\"A simple form for inquiries regarding my services or collaborations.\",\"section_prompt\":\"Include a contact form for direct messages.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Information\",\"section_description\":\"Display additional contact details such as email and phone.\",\"section_prompt\":\"Provide alternative contact details for inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer section with extra navigation and copyright info.\",\"section_prompt\":\"Provide links and additional information.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":102,\"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},\"user_email\":\"shalu_gupta@42works.net\"}', '{\"folder\":\"websites\",\"site\":\"jqnmug86qk\",\"domain\":\"jqnmug86qk\",\"slug_environment\":\"wpsites\",\"sftp_user\":\"wpsites_jqnmug86qk\",\"sftp_pass\":\"ENSnK81eSMaZo\\/1Cp6HCcMyASXnvzElzRrBfLWSEdNtCOq9ybQ==\",\"db_pass\":\"Gj+ttM5duOxAw+oquSwxXGydNnY5+xaytB6FpsZKLbpJ4tCoexNKkg==\",\"db_name\":\"db_wpsites_jqnmug86qk\",\"db_user\":\"db_user_wpsites_jqnmug86qk\",\"sftp_group\":\"sftpusers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '84.009111213684', 'completed', '2026-04-02 12:00:07', 0, 0, NULL, NULL, 0, 0, NULL, '2025-12-11 06:28:04', '2026-04-02 12:00:07', NULL),
(274, 82, 109, 0, NULL, NULL, NULL, 'My Graphic Design Portfolio', NULL, '/bloxby_wp', NULL, '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A portfolio showcasing my graphic design work, highlighting creativity and skills in the graphic design field.\",\"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 where creativity meets design.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for easy access to different sections of the website.\",\"section_prompt\":\"This section contains links to various pages of my portfolio.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover my graphic design work that reflects creativity and innovation.\",\"section_prompt\":\"A captivating introduction to my design portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey and passion for graphic design.\",\"section_prompt\":\"An overview of my background, education, and design philosophy.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Services\",\"section_description\":\"Explore the design solutions I offer, tailored for your needs.\",\"section_prompt\":\"List main services offered by me: Branding, Illustration, Web Design, Print Design.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Featured Projects\",\"section_description\":\"Highlighting a selection of my best graphic design projects.\",\"section_prompt\":\"A showcase of prominent works with descriptions and visuals.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Read feedback from those who have collaborated with me.\",\"section_prompt\":\"Client testimonials sharing their experiences working together.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Stay up-to-date with my latest design projects and insights.\",\"section_prompt\":\"Provide a preview of my most recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Ready to elevate your brand with design? Let\'s connect!\",\"section_prompt\":\"A compelling call to action encouraging potential clients to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright information and additional navigation links.\",\"section_prompt\":\"Links to legal information and social media.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"A detailed overview of my graphic design journey and philosophy.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for easy access to other pages.\",\"section_prompt\":\"This section includes links to different sections of my portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Journey in Design\",\"section_description\":\"A deep dive into how I became a graphic designer.\",\"section_prompt\":\"Share my design journey and experiences.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"My Design Philosophy\",\"section_description\":\"Outline the principles that guide my design work.\",\"section_prompt\":\"A brief on what influences my design style and approach.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Education and Experience\",\"section_description\":\"Highlight my qualifications and relevant experience.\",\"section_prompt\":\"Detail my educational background and professional experience.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Professional Milestones\",\"section_description\":\"Key achievements in my graphic design career.\",\"section_prompt\":\"Description of notable projects, awards, and recognitions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Discover My Work\",\"section_description\":\"Encourage visitors to view my portfolio.\",\"section_prompt\":\"A prompt for users to navigate to my work.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Basic information and links for further browsing.\",\"section_prompt\":\"Contains additional navigation links and copyright information.\"}]},{\"page_type\":\"my_work\",\"page_title\":\"My Work\",\"page_description\":\"A showcase of my graphic design projects and case studies.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation links to other portfolio pages.\",\"section_prompt\":\"This section provides access to different areas of the website.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Showcase of Creative Projects\",\"section_description\":\"Explore various projects I\'ve brought to life.\",\"section_prompt\":\"Highlights of my work across different disciplines.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"Browse through high-quality images of my completed works.\",\"section_prompt\":\"Images of projects with brief descriptions.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Process\",\"section_description\":\"Insight into the methodology behind my creations.\",\"section_prompt\":\"Detail the design process for selected projects.\"},{\"section_type\":\"reviews\",\"section_title\":\"Feedback from Clients\",\"section_description\":\"Read what clients think about my work.\",\"section_prompt\":\"Testimonials specific to my work and projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Collaborating?\",\"section_description\":\"If you like my work, let\\u2019s work together!\",\"section_prompt\":\"A prompt to encourage potential clients to reach out.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation links and copyright notice.\",\"section_prompt\":\"Links to legal disclaimers and social media.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"An outline of the design solutions I provide.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for easy exploring of my portfolio.\",\"section_prompt\":\"Links to different pages of my portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Design Solutions Offered\",\"section_description\":\"Overview of the services available for clients.\",\"section_prompt\":\"A summary of the design services I provide.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding\",\"section_description\":\"Creative branding solutions to transform your business identity.\",\"section_prompt\":\"Description of branding services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Illustration\",\"section_description\":\"Custom illustrations to enhance your visual storytelling.\",\"section_prompt\":\"Details on illustration services I provide.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Web Design\",\"section_description\":\"User-friendly and visually appealing web design solutions.\",\"section_prompt\":\"Outline of web design services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Print Design\",\"section_description\":\"High-quality print materials designed for your brand.\",\"section_prompt\":\"Description of print design services offered.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answers to common queries about my services.\",\"section_prompt\":\"Provide guidance on inquiries clients may have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Today!\",\"section_description\":\"Reach out to discuss your design needs.\",\"section_prompt\":\"Encourage potential clients to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Contains copyright information and additional links.\",\"section_prompt\":\"Links to legal disclaimers and social media.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out for inquiries or collaboration.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation for easy exploring through my portfolio.\",\"section_prompt\":\"Provides access to different sections of the portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Your gateway to initiate a conversation with me.\",\"section_prompt\":\"Encourage visitors to contact me.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send a message directly.\",\"section_prompt\":\"A simple form for potential clients to reach out.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Find alternative ways to contact me.\",\"section_prompt\":\"Provide email, phone number, and social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Final navigation and copyright information.\",\"section_prompt\":\"Links to legal information and social links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":109,\"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},\"user_email\":\"guptarider4@gmail.com\"}', '{\"folder\":\"websites\",\"site\":\"vkg08ep6yy\",\"domain\":\"vkg08ep6yy\",\"slug_environment\":\"wpsites\",\"sftp_user\":\"wpsites_vkg08ep6yy\",\"sftp_pass\":\"xe8k4kcvk\",\"db_pass\":\"UvQ]P!2V|(Xt\",\"db_name\":\"db_wpsites_vkg08ep6yy\",\"db_user\":\"db_user_wpsites_vkg08ep6yy\",\"sftp_group\":\"sftpusers\"}', 0, 'error', 'useradd: warning: the home directory /var/www/websites/wpsites_vkg08ep6yy already exists.\nuseradd: Not copying any file from skel directory into it.\nSaving debug log to /var/log/letsencrypt/letsencrypt.log\nAn unexpected error occurred:\nThere were too many requests of a given type :: too many certificates (50) already issued for \"bloxby.io\" in the last 168h0m0s, retry after 2025-12-11 11:11:08 UTC: see https://letsencrypt.org/docs/rate-limits/#new-certificates-per-registered-domain\nAsk for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.\n', NULL, 'pending', NULL, 1, 0, NULL, 'pending', NULL, 0, 0, NULL, NULL, 0, 0, NULL, '2025-12-11 11:10:03', '2025-12-11 11:10:09', NULL),
(276, 83, 110, 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 18:30:09', 0, 0, NULL, NULL, 0, 0, NULL, '2025-11-17 08:35:04', '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`, `last_payment_date`, `reminder_email_sent`, `is_cancellation_requested`, `subscription_end`, `created_at`, `updated_at`, `deleted_at`) VALUES
(277, 83, 111, 0, 14, 'sub_1SY4MpSrjzWKfQsBsx0AR9y1', NULL, '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\":\"0ZijV2Rh6w4lCA+YZEmEuZLGxap0M+nxLN8JDEW1s4LthkKaxw==\",\"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, '2025-12-27 12:32:06', NULL, 0, 0, '2025-11-27 12:32:14', '2025-11-27 05:30:18', '2026-04-02 12:00:07', NULL),
(282, 10, 116, 0, NULL, NULL, NULL, 'Archelon', 'website1765630383.png', 'wpsites_0aazszklmh', 'db_user_wpsites_0aazszklmh', '{\"website_title\":\"Archelon\",\"website_description\":\"Archelon is a dedicated house of brands specializing in high-quality organic, wellness, and beauty products, committed to purity, scientific research, and sustainability.\",\"website_type\":\"Corporate\",\"website_industry\":\"Beauty & Wellness\",\"search_query\":\"organic products, wellness, beauty products\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to Archelon, where we embody purity and sustainability through our wellness and beauty brands. Explore our mission and values.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Archelon website.\",\"section_prompt\":\"This section includes logo and main navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Archelon\",\"section_description\":\"Discover our commitment to organic and sustainable beauty products.\",\"section_prompt\":\"Hero banner showcasing Archelon\'s vision and main message.\"},{\"section_type\":\"about\",\"section_title\":\"About Archelon\",\"section_description\":\"Learn about our mission and values in promoting wellness and sustainability.\",\"section_prompt\":\"Brief overview of Archelon\'s vision, values, and commitment to quality.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Services\",\"section_description\":\"Explore our specialized services for enhancing wellness and beauty.\",\"section_prompt\":\"List main services: Consumer Product Development, Organic & Natural Formulations, Beauty & Personal Care.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Read our latest articles on wellness, beauty, and sustainability.\",\"section_prompt\":\"Showcase recent blog posts or articles of interest.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Journey\",\"section_description\":\"Get involved and explore how you can collaborate with Archelon.\",\"section_prompt\":\"Encourage visitors to reach out for inquiries or collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links and copyright information.\",\"section_prompt\":\"This section includes links to privacy policy, terms of service, and contact information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Us\",\"page_description\":\"Dive deeper into Archelon\'s guiding principles and dedication to organic beauty and wellness.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the About Us page.\",\"section_prompt\":\"This section includes logo and main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Vision and Values\",\"section_description\":\"A detailed look at what drives Archelon and our commitment to our customers.\",\"section_prompt\":\"Overview of company values focused on purity, sustainability, and consumer-centric approach.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Purity at Heart\",\"section_description\":\"Our dedication to providing safe and organic products.\",\"section_prompt\":\"Highlight the importance of pureness in all our product formulations.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Sustainability Commitment\",\"section_description\":\"How we incorporate sustainable practices in our operations.\",\"section_prompt\":\"Explain our commitment to environmental sustainability.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Scientific Research\",\"section_description\":\"The role science plays in our product development processes.\",\"section_prompt\":\"Discuss our reliance on scientific research to create effective products.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Us\",\"section_description\":\"Learn more about our brands and offerings.\",\"section_prompt\":\"Encourage visitors to explore partnerships and collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links and copyright information.\",\"section_prompt\":\"This section includes links to privacy policy, terms of service, and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with Archelon for collaboration, inquiries, or support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation header for the Contact Us page.\",\"section_prompt\":\"This section includes logo and main navigation links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Reach Out to Us\",\"section_description\":\"We are here to support your inquiries and collaborations.\",\"section_prompt\":\"Encourage visitors to get in touch.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to connect with us.\",\"section_prompt\":\"Contact form for inquiries and collaboration interests.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find out where we are based and our contact details.\",\"section_prompt\":\"Provide physical location and contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer content including links and copyright information.\",\"section_prompt\":\"This section includes links to privacy policy, terms of service, and contact information.\"}]}],\"user_prompt\":\"Archelon is a consumer-focused house of brands creating high-quality organic, wellness, and beauty products rooted in purity, research, and sustainable sourcing.\\nOur Vision: Purity First, Science-Led, Sustainable Choices, People-Centric\\nServices: Consumer Product Development, Organic & Natural Formulations, Beauty & Personal Care\",\"prompt_id\":116,\"theme\":\"minimalistic\",\"colors\":[[0,128,128],[255,222,122]],\"fonts\":\"minimalistic-font\",\"social_urls\":{\"facebook\":null,\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"user_logo\":\"https:\\/\\/app.bloxby.io\\/temp-logos\\/logo_693d619ae7eca.png\",\"contact_details\":{\"phone_number\":null,\"email\":null,\"primary_cta\":\"phone\",\"country_code_req\":false},\"user_email\":\"gurpreet_kaler@42works.net\"}', '{\"folder\":\"websites\",\"site\":\"0aazszklmh\",\"domain\":\"0aazszklmh\",\"slug_environment\":\"wpsites\",\"sftp_user\":\"wpsites_0aazszklmh\",\"sftp_pass\":\"aJHVHkOCSh6ryk9zFg7P5oLTP+mSoTbYGz3\\/fuHaQd2kLHiAjA==\",\"db_pass\":\"0++MMutE83zZQTonA+FeEm8\\/ULfAl3kWo3f0oR7fCxQHtK33fngVhw==\",\"db_name\":\"db_wpsites_0aazszklmh\",\"db_user\":\"db_user_wpsites_0aazszklmh\",\"sftp_group\":\"sftpusers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '376.9321131897', 'completed', '2026-04-01 14:30:05', 0, 0, NULL, NULL, 0, 0, NULL, '2025-12-13 12:52:45', '2026-04-01 14:30:05', NULL),
(285, 81, 119, 0, NULL, NULL, NULL, 'My Graphic Design Portfolio', 'website1765775703.png', 'wpsites_1c14wre8yw', 'db_user_wpsites_1c14wre8yw', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A showcase of my graphic design work, highlighting my skills, creativity, and unique style. Discover my journey, explore my portfolio, learn about the services I offer, and read testimonials from clients.\",\"website_type\":\"Personal Website\",\"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\":\"Navigation bar with links to each section.\",\"section_prompt\":\"Bootstrap navigation layout.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover my journey and passion for graphic design.\",\"section_prompt\":\"A compelling introductory section showcasing my graphic design ethos.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey and passion for graphic design.\",\"section_prompt\":\"A brief account of who I am as a designer and my background.\"},{\"section_type\":\"portfolio\",\"section_title\":\"My Work\",\"section_description\":\"A collection of my finest graphic design projects.\",\"section_prompt\":\"Explore my portfolio categorized by different design types and styles.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Services Offered\",\"section_description\":\"Explore the range of design services I provide.\",\"section_prompt\":\"List main services provided: branding, illustration, digital design.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Feedback\",\"section_description\":\"What my clients have to say about my work and collaborations.\",\"section_prompt\":\"Highlight positive testimonials and experiences from past clients.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Work\",\"section_description\":\"Recent updates and projects I\'ve completed.\",\"section_prompt\":\"Showcase the latest additions to my portfolio.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Interested in working together? Let\'s discuss your project!\",\"section_prompt\":\"Encourage visitors to reach out for inquiries or collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closure information, including links and social media handles.\",\"section_prompt\":\"Bootstrap footer design containing essential links.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover the journey of a passionate graphic designer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar with links to each section, ensuring easy access.\",\"section_prompt\":\"Bootstrap navigation layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Design Journey\",\"section_description\":\"Insight into my background and experiences in graphic design.\",\"section_prompt\":\"An engaging section about my personal design journey and milestones.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Design Philosophy\",\"section_description\":\"My approach and philosophy in graphic design.\",\"section_prompt\":\"Detail the principles and values shaping my design work.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"My Skills\",\"section_description\":\"Showcasing the skills I bring to the table as a designer.\",\"section_prompt\":\"Highlight key skills including software proficiency and design techniques.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Others Say\",\"section_description\":\"Feedback on my work from clients and peers.\",\"section_prompt\":\"Highlights of testimonials that reflect my professionalism and creativity.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Encouragement for visitors to reach out for collaboration or inquiries.\",\"section_prompt\":\"Invite viewers to contact me for potential projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closure information, including links and social media handles.\",\"section_prompt\":\"Bootstrap footer design containing essential links.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A showcased collection of my best graphic design projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for easy access to the different sections.\",\"section_prompt\":\"Bootstrap navigation layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Portfolio\",\"section_description\":\"View my work categorized by various design types.\",\"section_prompt\":\"Convey the variety and creativity in my graphic design projects.\"},{\"section_type\":\"gallery\",\"section_title\":\"Explore Categories\",\"section_description\":\"Browse through different categories of my design work.\",\"section_prompt\":\"Showcase different sections for branding, illustration, and digital design.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project Highlights\",\"section_description\":\"Spotlight on key projects that define my style and skills.\",\"section_prompt\":\"Detailed descriptions of selected works that represent my design ethos.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Insights\",\"section_description\":\"Client feedback on showcased projects.\",\"section_prompt\":\"Display testimonials related to the highlighted portfolio projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Inquire More\",\"section_description\":\"Interested in my work? Let\\u2019s talk!\",\"section_prompt\":\"Encourage viewers to reach out if they want to know more.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closure information, including links and social media handles.\",\"section_prompt\":\"Bootstrap footer design containing essential links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"The design services I offer tailored to meet your needs.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for seamless browsing across the site.\",\"section_prompt\":\"Bootstrap navigation layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Design Services\",\"section_description\":\"Detailed description of design services available.\",\"section_prompt\":\"Overview of services including branding, illustration, and digital design.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Branding Services\",\"section_description\":\"Creating distinct identities for businesses and individuals.\",\"section_prompt\":\"Details on branding services offered including logos and brand strategy.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Illustration Services\",\"section_description\":\"Unique illustrations tailored to suit various thematic needs.\",\"section_prompt\":\"Information on the types of illustration services available.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Digital Design Services\",\"section_description\":\"Design solutions for web and digital platforms.\",\"section_prompt\":\"Explanation of digital design offerings, including web and application design.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Addressing common queries about my services and processes.\",\"section_prompt\":\"Provide answers to typical questions clients might have.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\\u2019s Collaborate\",\"section_description\":\"Encouragement for potential clients to reach out for inquiries.\",\"section_prompt\":\"Invite interested parties to contact me for project discussions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closure information, including links and social media handles.\",\"section_prompt\":\"Bootstrap footer design containing essential links.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"Feedback and testimonials from my clients and collaborators.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for easy access to different sections.\",\"section_prompt\":\"Bootstrap navigation layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Testimonials\",\"section_description\":\"A collection of feedback from clients about my work.\",\"section_prompt\":\"Summarize client experiences and satisfaction with my design services.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Clients Say\",\"section_description\":\"Highlighted testimonials reflecting client satisfaction and experiences.\",\"section_prompt\":\"Display specific quotes from clients, reflecting their experiences.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out\",\"section_description\":\"Interested in working together? Let\\u2019s connect!\",\"section_prompt\":\"Encourage visitors to get in touch for potential collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closure information, including links and social media handles.\",\"section_prompt\":\"Bootstrap footer design containing essential links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"How to reach out for inquiries or collaborations.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation bar for seamless access to all parts of the website.\",\"section_prompt\":\"Bootstrap navigation layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"Details on how to contact me regarding projects or inquiries.\",\"section_prompt\":\"Information on communication channels for inquiries.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"A form for potential clients to fill out with inquiries.\",\"section_prompt\":\"Bootstrap contact form for visitors to send messages directly.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Additional ways to reach out, including email and phone.\",\"section_prompt\":\"Provide contact information beyond the form.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Closure information, including links and social media handles.\",\"section_prompt\":\"Bootstrap footer design containing essential links.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":119,\"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\":\"shalugupta1990@gmail.com\"}', '{\"folder\":\"websites\",\"site\":\"1c14wre8yw\",\"domain\":\"1c14wre8yw\",\"slug_environment\":\"wpsites\",\"sftp_user\":\"wpsites_1c14wre8yw\",\"sftp_pass\":\"EkyeMHCD6G4T4nDIhNGHjEKTu6EjPNrWaRuSsG2CHawVcbkqfg==\",\"db_pass\":\"1QIXY+ZaQXJ1hRfAon8\\/g7bKaECobr8i17z8TLiQIFksJai4o2dtjw==\",\"db_name\":\"db_wpsites_1c14wre8yw\",\"db_user\":\"db_user_wpsites_1c14wre8yw\",\"sftp_group\":\"sftpusers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '83.873213691711', 'completed', '2026-04-02 03:30:08', 0, 0, NULL, NULL, 0, 0, NULL, '2025-12-15 05:14:08', '2026-04-02 03:30:08', NULL),
(289, 10, 124, 0, NULL, NULL, NULL, 'PetMAC Market Place & Adoption Center', 'website1765865224.png', 'wpsites_drfws0ildi', 'db_user_wpsites_drfws0ildi', '{\"website_title\":\"PetMAC Market Place & Adoption Center\",\"website_description\":\"A dedicated platform for pet owners in Tenleytown and Washington DC, offering all-natural pet food and adoption services.\",\"website_type\":\"eCommerce\",\"website_industry\":\"Non-Profit Organization\",\"search_query\":\"pet food, pet adoption, community support\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to PetMAC, where we cater to your pets\' needs with all-natural products and adoption services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu to access various sections of the website.\",\"section_prompt\":\"Include links to Home, About Us, Products, Adoption Center, Community Support, and Contact Us.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to PetMAC\",\"section_description\":\"Discover our mission to provide the best for your pets through quality products and community involvement.\",\"section_prompt\":\"A visually appealing banner that highlights PetMAC\'s values and services.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn about our journey as a woman-owned business dedicated to pet welfare since 2007.\",\"section_prompt\":\"A brief overview of PetMAC\'s history, mission, and vision.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Our Products\",\"section_description\":\"Explore our selection of all-natural dog and cat foods available for purchase.\",\"section_prompt\":\"List main products offered: all-natural dog foods, all-natural cat foods.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Adoption Center\",\"section_description\":\"Find out more about our pets available for adoption and the kind process for bringing them home.\",\"section_prompt\":\"Details about adoption services and how to get involved.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Community Involvement\",\"section_description\":\"See how PetMAC supports the Tenleytown community with events and initiatives.\",\"section_prompt\":\"Highlight community engagement activities by PetMAC.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Our Community\",\"section_description\":\"Become part of the PetMAC family and help us make a difference!\",\"section_prompt\":\"Encourage visitors to engage with PetMAC, either through product purchases or community events.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest from Our Blog\",\"section_description\":\"Stay updated with news, tips, and events involving PetMAC and pet care.\",\"section_prompt\":\"Show snippets of the latest blog posts related to pet care and community events.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information including navigation links and social media icons.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact information.\"}]},{\"page_type\":\"about\",\"page_title\":\"Who We Are\",\"page_description\":\"The story behind PetMAC, our mission and commitment to the pet community.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu to access various sections of the website.\",\"section_prompt\":\"Include links to Home, About Us, Products, Adoption Center, Community Support, and Contact Us.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Who We Are\",\"section_description\":\"Discover how PetMAC was founded and our growth over the years as a trusted pet resource.\",\"section_prompt\":\"Detail the foundational story of PetMAC and its significance.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Adoptable Shop Kitties\",\"section_description\":\"We now have a limited number of shop cats available for adoption! Contact Lori for info: info@petsbringjoy.org\"},{\"section_type\":\"about_section\",\"section_title\":\"About PetMAC\",\"section_description\":\"In February 2007, Lori Rolnick and Janice McLain opened PetMAC, a store devoted to selling natural foods, toys, and other supplies for cats and dogs. They are a retail-rescue partnership, dedicated to helping stray and shelter animals find forever homes.\"},{\"section_type\":\"team_section\",\"section_title\":\"Owner And Staff\",\"section_description\":\"PetMAC is owned and operated by local residents Janice McLain and Lori Rolnick.\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Partnerships and Support\",\"section_description\":\"Showcase our partnerships with local businesses and organizations enhancing our community impact.\",\"section_prompt\":\"Display logos of partners and organizations supporting PetMAC.\"},{\"section_type\":\"gallery_section\",\"section_title\":\"Shop Photos\",\"section_description\":\"Showcase our shop photos\"},{\"section_type\":\"contact_section\",\"section_title\":\"Store Hours\",\"section_description\":\"We are asking for all special orders to be placed by Sunday. Orders received after will be processed for the following week.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information including navigation links and social media icons.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact information.\"}]},{\"page_type\":\"products\",\"page_title\":\"What We Sell\",\"page_description\":\"Explore our range of all-natural pet foods specially curated for health-conscious owners.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu to access various sections of the website.\",\"section_prompt\":\"Include links to Home, About Us, Products, Adoption Center, Community Support, and Contact Us.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What We Sell\",\"section_description\":\"Delve into our product offerings, ensuring quality and health for your pets.\",\"section_prompt\":\"Overview of product types available at PetMAC.\"},{\"section_type\":\"blog_section\",\"section_title\":\"Products we carry\",\"section_description\":\"We have many, many additional products not listed here, and are always getting new products in. If there\\u2019s something you\\u2019re looking for that\\u2019s not listed here, please call or ask. We may have it \\u2013 If not, we can usually order it for you!\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Get answers to common queries about our products and services.\",\"section_prompt\":\"List common FAQs regarding products, nutrition, and services.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information including navigation links and social media icons.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact information.\"}]},{\"page_type\":\"adoption_center\",\"page_title\":\"Notes From Petmac\",\"page_description\":\"A caring place to find your new furry family member through our adoption process.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu to access various sections of the website.\",\"section_prompt\":\"Include links to Home, About Us, Products, Adoption Center, Community Support, and Contact Us.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Notes From Petmac\",\"section_description\":\"Notes From Petmac\",\"section_prompt\":\"Information about the adoption process and available pets.\"},{\"section_type\":\"blog_section\",\"section_title\":\"Blog\",\"section_description\":\"Display blog posts\"},{\"section_type\":\"benefit_detail\",\"section_title\":\"Adoption Process\",\"section_description\":\"Learn about what to expect during the adoption process with PetMAC.\",\"section_prompt\":\"Outline the steps and what is required for adopting a pet.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Success Stories\",\"section_description\":\"Read heartwarming stories from families who adopted pets from PetMAC.\",\"section_prompt\":\"Showcase testimonials from satisfied adopters.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Adopt Today\",\"section_description\":\"Ready to find your new best friend? Start the adoption process with us!\",\"section_prompt\":\"Encourage visitors to take the next step in adopting a pet.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information including navigation links and social media icons.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact information.\"}]},{\"page_type\":\"educational_info\",\"page_title\":\"Educational Information\",\"page_description\":\"A comprehensive resource section providing valuable insights and educational content for pet owners in Tenleytown and Washington DC.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section serves as the introductory header for the Educational Information page, showcasing the site logo and navigation links.\",\"section_prompt\":\"Responsive top navigation bar including logo and menu links.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Educational Info\",\"section_description\":\"An inviting banner that indicates the purpose of the page, encouraging pet owners to explore educational resources.\",\"section_prompt\":\"Full-width hero banner with a welcoming message for the Educational Info page.\"},{\"section_type\":\"about\",\"section_title\":\"Why Education is Important for Pet Owners\",\"section_description\":\"An insightful section explaining the significance of education for pet care and responsible ownership.\",\"section_prompt\":\"Informative content laid out in a column format explaining the importance of education in pet ownership.\"},{\"section_type\":\"faqs\",\"section_title\":\"General Tips\",\"section_description\":\"A frequently asked questions section addressing General Tips:\\nWhat is Diatomaceous Earth and Why Should I Care?\\nTen Tips for a Healthier Dog or Cat\",\"section_prompt\":\"Accordion-style layout for displaying FAQs, allowing users to expand for more details.\"},{\"section_type\":\"faq_section\",\"section_title\":\"Nutrition\",\"section_description\":\"Raw Food Challenge \\u2014 Win a Year\\u2019s Supply of Pet Food!\\nClean Eating For Pets and Biologically Appropriate Diets\\nImportant Info About Your Pet\\u2019s Nutrition and Feeding\\nImportance of Rotating Your Pets\\u2019 Foods\\nHow to Read Pet Food Labels\\nHow to Grade Your Pet\\u2019s Food\"},{\"section_type\":\"faq_section\",\"section_title\":\"Dog Behavior & Training\",\"section_description\":\"Answer common questions:\\nWhat is Diatomaceous Earth and Why Should I Care?\"},{\"section_type\":\"faq_section\",\"section_title\":\"Cat Behavior & Training\",\"section_description\":\"Answer common questions:\\nWhat\\u2019s the Big Deal About Cat Litter?\\nWhat is Diatomaceous Earth and Why Should I Care?\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section containing contact information, social media links, and additional navigation options.\",\"section_prompt\":\"Standard footer layout featuring contact details, links, and social media icons.\"}]},{\"page_type\":\"community_support\",\"page_title\":\"Partners\",\"page_description\":\"Learn about our efforts to support the Tenleytown community and upcoming events.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu to access various sections of the website.\",\"section_prompt\":\"Include links to Home, About Us, Products, Adoption Center, Community Support, and Contact Us.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Partners\",\"section_description\":\"How PetMAC contributes to the local community, from events to sponsorships.\",\"section_prompt\":\"Overview of community initiatives supported by PetMAC.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Rescue Partners\",\"section_description\":\"PetMAC is proud to partner with local DC rescue organizations, devoted to finding loving homes for cats and dogs.\"},{\"section_type\":\"logos_section\",\"section_title\":\"Business Partners\",\"section_description\":\"Thank You to the following companies for Food & Litter Donations:\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join Us\",\"section_description\":\"Help us make a difference in the lives of pets in our community!\",\"section_prompt\":\"Encourage visitors to engage with PetMAC\'s community efforts.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information including navigation links and social media icons.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact information.\"}]},{\"page_type\":\"contact_us\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to us for any inquiries, feedback or support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigation menu to access various sections of the website.\",\"section_prompt\":\"Include links to Home, About Us, Products, Adoption Center, Community Support, and Contact Us.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We would love to hear from you! Contact us with your questions.\",\"section_prompt\":\"An inviting and warm message to encourage visitors to reach out.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below to send your queries directly to our team.\",\"section_prompt\":\"Contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Details\",\"section_description\":\"Find our contact details and social media links to stay connected.\",\"section_prompt\":\"Provide email, phone number, and social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Standard footer information including navigation links and social media icons.\",\"section_prompt\":\"Links to privacy policy, terms of service, and contact information.\"}]}],\"user_prompt\":\"Website for \\\"PetMAC Market Place & 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-products. PetMAC has been serving the local Tenleytown community and greater Washington DC since 2007! We\\u2019re an independent, woman-owned, small, local business.\",\"prompt_id\":124,\"theme\":\"soft\",\"colors\":[[213,82,26],[73,67,116]],\"fonts\":\"soft-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/www.facebook.com\\/PetMACDC1\",\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"user_logo\":\"https:\\/\\/app.bloxby.io\\/temp-logos\\/logo_6940f6f91d225.png\",\"contact_details\":{\"phone_number\":\"+1 202 966 7387\",\"email\":\"info@petmacdc.org\",\"primary_cta\":\"phone\",\"country_code_req\":false},\"user_email\":\"gurpreet_kaler@42works.net\"}', '{\"folder\":\"websites\",\"site\":\"drfws0ildi\",\"domain\":\"drfws0ildi\",\"slug_environment\":\"wpsites\",\"sftp_user\":\"wpsites_drfws0ildi\",\"sftp_pass\":\"rNMnxJwmgdScMjJp\\/Wr2oGWbOpT22+bo3U1h2OaDELC54s+3XA==\",\"db_pass\":\"Zg1OHbH6KiiXfQcJ7spjy10gsDqnhg6g+18HKEarOgPUBT6LAu72Wg==\",\"db_name\":\"db_wpsites_drfws0ildi\",\"db_user\":\"db_user_wpsites_drfws0ildi\",\"sftp_group\":\"sftpusers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '107.39891803741', 'completed', '2026-04-02 05:00:08', 0, 0, NULL, NULL, 0, 0, NULL, '2025-12-16 06:06:51', '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`, `last_payment_date`, `reminder_email_sent`, `is_cancellation_requested`, `subscription_end`, `created_at`, `updated_at`, `deleted_at`) VALUES
(290, 86, 125, 0, NULL, NULL, NULL, 'PetMAC Market Place & Adoption Center', 'website1765867204.png', 'wpsites_qzch9j8cx2', 'db_user_wpsites_qzch9j8cx2', '{\"website_title\":\"PetMAC Market Place & Adoption Center\",\"website_description\":\"A dedicated hub for pet lovers in Tenleytown and greater Washington DC, showcasing high-quality, all-natural pet foods and adoption services.\",\"website_type\":\"business\",\"website_industry\":\"Non-Profit Organization\",\"search_query\":\"pet food, adoption, pet care\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to PetMAC! Our mission is to ensure pets are healthy and happy in the Tenleytown community.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"hero_banner\",\"section_title\":\"PetMAC Market Place & Adoption Center\",\"section_description\":\"Quality food and treats for dogs and cats in Tenleytown, Washington, DC!\",\"section_prompt\":null},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Welcome to PetMAC\",\"section_description\":\"Welcome to 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-products. We look specifically for foods and treats that do not contain corn, wheat, soy or other questionable ingredients. We stock not only the traditional kibble and canned diets for your pet, but we also have freeze-dried, dehydrated and frozen raw diets. We only feed the best to our pets, and we want to offer our customers the same!\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"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.\\n\\nWe believe given the number of homeless dogs and cats languishing in shelters, that animals should not \\u201cbe bought and sold. We work closely with local rescue groups who offer cats and dogs for adoption, and have recently resumed having a limited number of cats in our shop available for adoption or fostering. We donate to rescue fundraisers and offer discounted supplies to our partner rescue groups and their fosters as our way of saying \\u201cthank you\\u201d for helping rescue shelter animals.\",\"section_prompt\":null},{\"section_type\":\"benefit_detail\",\"section_title\":\"PetMAC Mission\",\"section_description\":\"At PetMAC, we feel there is always more to learn, and more fun to be had! With that in mind, we have periodic seminars by vets and other pet-related experts on topics such as alternative medicines and treatments, the benefits of feeding a raw diet, how to prevent dental disease, and dealing with separation anxiety.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"PetMAC News & Events\",\"section_description\":\"List PetMAC events like:\\nAdoption events on our Facebook page - 25th April, 2026,\\nAugust Sale 15 to 30% Off - 01 August 2025,\\nUSED COOKBOOK SALE THIS SAT, JULY 31, 2021 from 10am \\u2013 5pm\",\"section_prompt\":\"List main products (high-quality, all-natural pet foods).\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Stay updated with tips and community events regarding pet care.\",\"section_prompt\":null},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]},{\"page_type\":\"who_we_are\",\"page_title\":\"Who We Are\",\"page_description\":\"Learn more about the dedicated team behind PetMAC Market Place & Adoption Center and our mission to serve pets and their owners in the community.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This header introduces visitors to PetMAC Market Place & Adoption Center with logo and navigation links.\",\"section_prompt\":\"Include the site logo on the left with navigation links on the right. Create a responsive header using Bootstrap 5.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Who We Are\",\"section_description\":\"This inner banner sets the tone for the page by presenting the title prominently.\",\"section_prompt\":\"Design a visually appealing inner banner with a bold title text. Utilize a full-width background image for an engaging effect.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Adoptable Shop Kitties\",\"section_description\":\"We now have a limited number of shop cats available for adoption! Contact Lori for info: info@petsbringjoy.org\"},{\"section_type\":\"about\",\"section_title\":\"About PetMAC\",\"section_description\":\"In February 2007, Lori Rolnick and Janice McLain opened PetMAC, a store devoted to selling natural foods, toys, and other supplies for cats and dogs. They are a retail-rescue partnership, dedicated to helping stray and shelter animals find forever homes.\",\"section_prompt\":\"Present the mission and vision in a clear and concise format, possibly utilizing a two-column layout for better readability.\"},{\"section_type\":\"feature_highlight\",\"section_title\":\"Owner And Staff\",\"section_description\":\"PetMAC is owned and operated by local residents Janice McLain and Lori Rolnick.\",\"section_prompt\":\"Showcase team members with photos and brief bios. Use a grid layout to ensure all team members are displayed effectively.\"},{\"section_type\":\"gallery_section\",\"section_title\":\"Shop Photos\",\"section_description\":\"Showcase images or media\"},{\"section_type\":\"contact_section\",\"section_title\":\"Store Hours\",\"section_description\":\"We are asking for all special orders to be placed by Sunday. Orders received after will be processed for the following week.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer contains important links and contact information for PetMAC.\",\"section_prompt\":\"Design a clean footer including quick links, social media icons, and contact info. Use a simple layout for easy navigation.\"}]},{\"page_type\":\"what_we_sell\",\"page_title\":\"What We Sell\",\"page_description\":\"Discover the range of high-quality, all-natural pet products available at PetMAC Market Place & Adoption Center.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main navigation area of the website where visitors can access different sections easily.\",\"section_prompt\":\"This section serves as the navigation header for the page. It should be implemented as a Bootstrap navbar with links to the homepage, product categories, adoption services, and contact information.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"What We Sell\",\"section_description\":\"A visually appealing banner introducing visitors to the diverse pet products and services offered.\",\"section_prompt\":\"This section provides a captivating introduction to what is being sold on the site, including high-quality images of products. Use a responsive hero image layout with a centered title overlay.\"},{\"section_type\":\"features_list\",\"section_title\":\"Products we carry\",\"section_description\":\"We have many, many additional products not listed here, and are always getting new products in. If there\\u2019s something you\\u2019re looking for that\\u2019s not listed here, please call or ask. We may have it \\u2013 If not, we can usually order it for you!\",\"section_prompt\":\"In this section, showcase a comprehensive list of essential supplies for pets, using Bootstrap\'s list group component for better organization and readability.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The concluding section that provides additional navigation, contact information, and social media links.\",\"section_prompt\":\"This section summarizes the website\\u2019s footer, offering links to important pages, contact details, and social media accounts. Use a simple, clean layout that is easy to navigate, utilizing Bootstrap\'s grid system.\"}]},{\"page_type\":\"notes_from_petmac\",\"page_title\":\"Notes From PetMAC\",\"page_description\":\"Explore insightful articles, tips, and stories from PetMAC, designed to enrich the lives of pets and their owners.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"This section serves as the introductory header for the page, featuring the website logo and navigation links.\",\"section_prompt\":\"Responsive top navigation bar with logo and links to other sections. Include branding that reflects PetMAC\'s identity.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Notes From PetMAC\",\"section_description\":\"A dedicated space for sharing valuable insights and updates related to pet care and adoption.\",\"section_prompt\":\"Full-width inner hero section with a captivating background image, prominently displaying the page title.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Featured Articles\",\"section_description\":\"A curated selection of articles that highlight important topics, tips, and stories about pets.\",\"section_prompt\":\"Responsive grid layout showcasing featured articles, including images, titles, and snippets, with each article linking to its full post.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"A comprehensive footer that provides links to important pages, social media icons, and contact information.\",\"section_prompt\":\"Multi-column layout foot that includes navigation links, social media icons, and a brief about PetMAC, ensuring accessibility to all site information.\"}]},{\"page_type\":\"educational-info\",\"page_title\":\"Educational Information\",\"page_description\":\"Discover insightful resources and educational materials that promote responsible pet ownership and enhance your pet care knowledge.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The top section of the page that provides the website\'s branding and navigation.\",\"section_prompt\":\"This section features the website\\u2019s logo and navigation links. Use a horizontal layout with a clear menu for easy access.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Educational Information\",\"section_description\":\"An engaging banner to introduce the educational resources available on the site.\",\"section_prompt\":\"This section contains a visually striking banner with a relevant image and a brief introduction to the educational materials. Use a centered layout with a full-width background image.\"},{\"section_type\":\"faq_section\",\"section_title\":\"General Tips\",\"section_description\":\"Answer common questions:\\nWhat is Diatomaceous Earth and Why Should I Care?\\nTen Tips for a Healthier Dog or Cat.\"},{\"section_type\":\"faq_section\",\"section_title\":\"Nutrition\",\"section_description\":\"Answer common questions:\\nRaw Food Challenge \\u2014 Win a Year\\u2019s Supply of Pet Food!\\nClean Eating For Pets and Biologically Appropriate Diets\\nImportant Info About Your Pet\\u2019s Nutrition and Feeding\\nImportance of Rotating Your Pets\\u2019 Foods\\nHow to Read Pet Food Labels\\nHow to Grade Your Pet\\u2019s Food\"},{\"section_type\":\"faq_section\",\"section_title\":\"Dog Behavior & Training\",\"section_description\":\"Answer common questions:\\nWhat is Diatomaceous Earth and Why Should I Care?\"},{\"section_type\":\"faq_section\",\"section_title\":\"Cat Behavior & Training\",\"section_description\":\"What\\u2019s the Big Deal About Cat Litter?\\nWhat is Diatomaceous Earth and Why Should I Care?\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The bottom section of the page that provides additional links and contact information.\",\"section_prompt\":\"This section contains links to various resources, social media icons, and contact information. Layout should be multi-column for organization.\"}]},{\"page_type\":\"partners\",\"page_title\":\"Our Partners\",\"page_description\":\"Explore the trusted partners that help us provide the best services and products for your pets at PetMAC Market Place & Adoption Center.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The header section includes the site logo and navigation menu for easy access to different site pages.\",\"section_prompt\":\"A simple header layout with the website logo on the left and a responsive navigation bar on the right, following Bootstrap 5 layout.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Partners\",\"section_description\":\"This section introduces our esteemed partners who collaborate with us to enhance our offerings for pet lovers.\",\"section_prompt\":\"A visually appealing inner banner that highlights the \'Our Partners\' title over a soft background image, using Bootstrap 5 text-center alignment.\"},{\"section_type\":\"about\",\"section_title\":\"Rescue Partners\",\"section_description\":\"PetMAC is proud to partner with local DC rescue organizations, devoted to finding loving homes for cats and dogs.\",\"section_prompt\":\"A two-column layout that consists of a text block on the left and an image on the right, showcasing the philosophy of our partnerships.\"},{\"section_type\":\"logos_section\",\"section_title\":\"Business Partners\",\"section_description\":\"Thank You to the following companies for Food & Litter Donations:\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section includes important links, contact information, and social media handles for PetMAC Market Place & Adoption Center.\",\"section_prompt\":\"A comprehensive footer section with multiple columns displaying links, contact info, and social media icons organized neatly, using Bootstrap 5 layout.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Reach out to us for any inquiries or support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"Get in Touch\",\"section_description\":\"We\'re here to help you with your inquiries, feedback, and support.\",\"section_prompt\":null},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Fill out the form below for any questions or comments.\",\"section_prompt\":null},{\"section_type\":\"contact_information\",\"section_title\":\"Our Location\",\"section_description\":\"Find us in Tenleytown, Washington DC and visit our center.\",\"section_prompt\":null},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]}],\"user_prompt\":\"Website for \\\"PetMAC Market Place & 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-products. PetMAC has been serving the local Tenleytown community and greater Washington DC since 2007! We\\u2019re an independent, woman-owned, small, local business.\",\"prompt_id\":125,\"theme\":\"soft\",\"colors\":[[213,82,26],[73,67,116]],\"fonts\":\"soft-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/www.facebook.com\\/PetMACDC1\",\"instagram\":null,\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"user_logo\":\"https:\\/\\/app.bloxby.io\\/temp-logos\\/logo_6940feb9c47f3.png\",\"contact_details\":{\"phone_number\":\"+1 202 966 7387\",\"email\":\"info@petmacdc.org\",\"primary_cta\":\"phone\",\"country_code_req\":false},\"user_email\":\"apaurbach@rivendell.tv\"}', '{\"folder\":\"websites\",\"site\":\"qzch9j8cx2\",\"domain\":\"qzch9j8cx2\",\"slug_environment\":\"wpsites\",\"sftp_user\":\"wpsites_qzch9j8cx2\",\"sftp_pass\":\"T7ueMshqbABkELiOhaNW2JLmo8ooGsLJx2gvYac3nz6JrEUIEg==\",\"db_pass\":\"6oKfp116UnJZpYUZExbQhfZJfb8DcnBTuAH00ASkK\\/Z\\/TPYdA+Vqig==\",\"db_name\":\"db_wpsites_qzch9j8cx2\",\"db_user\":\"db_user_wpsites_qzch9j8cx2\",\"sftp_group\":\"sftpusers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '85.065678596497', 'completed', '2026-04-02 05:00:08', 0, 0, NULL, NULL, 0, 0, NULL, '2025-12-16 06:39:56', '2026-04-02 05:00:08', NULL),
(291, 77, 126, 0, NULL, NULL, NULL, 'Email Template Engine', 'website1765947604.png', 'wpsites_3dhzfoxrlw', 'db_user_wpsites_3dhzfoxrlw', '{\"website_title\":\"Email Template Engine\",\"website_description\":\"A powerful platform for creating, customizing, and managing email templates for various occasions, featuring a user-friendly interface and drag-and-drop functionalities.\",\"website_type\":\"Web Application\",\"website_industry\":\"Technology\",\"search_query\":\"email templates, marketing tools, email design\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Overview of the email template engine features.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Email Template Engine\",\"section_description\":\"Create, customize, and manage email templates effortlessly with our powerful engine.\",\"section_prompt\":\"Describe the main capabilities of the email template engine.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"We are dedicated to providing users with the best email template solutions, simplifying the process of email design.\",\"section_prompt\":\"Learn more about our mission and vision.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Features Overview\",\"section_description\":\"Explore our key features including responsive designs, A\\/B testing options, and analytics integration.\",\"section_prompt\":\"List major features like responsive designs, A\\/B testing, analytics integration, and template export capabilities.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started Now!\",\"section_description\":\"Join us today and start creating beautiful emails easily.\",\"section_prompt\":\"Encourage users to sign up or start using the platform.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Articles\",\"section_description\":\"Check out our latest blog posts for tips on email marketing best practices.\",\"section_prompt\":\"Highlight recent blog articles related to email marketing.\"},{\"section_type\":\"social_proof_logos\",\"section_title\":\"Trusted By\",\"section_description\":\"Join numerous happy customers utilizing our email template engine.\",\"section_prompt\":\"Show logos of notable partners or users.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]},{\"page_type\":\"templates\",\"page_title\":\"Templates\",\"page_description\":\"A gallery of pre-designed templates for users to choose from.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"Email Templates Gallery\",\"section_description\":\"View our extensive collection of pre-designed email templates for various occasions.\",\"section_prompt\":\"Showcase the different available templates.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Template Categories\",\"section_description\":\"Browse templates categorized by marketing campaigns, newsletters, and notifications.\",\"section_prompt\":\"List categories of email templates available.\"},{\"section_type\":\"testimonials\",\"section_title\":\"What Users Say\",\"section_description\":\"Hear feedback from users who have used our templates.\",\"section_prompt\":\"Share quotes from satisfied customers.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Designing\",\"section_description\":\"Select a template and let us help you kickstart your email design process!\",\"section_prompt\":\"Encourage users to choose a template and get started.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]},{\"page_type\":\"editor\",\"page_title\":\"Editor\",\"page_description\":\"A customizable template editor where users can create their own templates.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"Template Editor\",\"section_description\":\"Create and customize your email templates with our intuitive drag-and-drop editor.\",\"section_prompt\":\"Explain the functionalities of the template editor.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Drag-and-Drop Functionality\",\"section_description\":\"Easily add and arrange elements in your template.\",\"section_prompt\":\"Describe how to use the drag-and-drop features.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Responsive Designs\",\"section_description\":\"Ensure your emails look great on all devices with our responsive templates.\",\"section_prompt\":\"Highlight the importance of responsive design.\"},{\"section_type\":\"faqs\",\"section_title\":\"Editor FAQs\",\"section_description\":\"Find answers to common questions about using the template editor.\",\"section_prompt\":\"Address frequent inquiries regarding the editor\'s functionalities.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Design Your First Template\",\"section_description\":\"Start using our editor now to create an email that stands out!\",\"section_prompt\":\"Motivate users to begin designing with the editor.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]},{\"page_type\":\"pricing\",\"page_title\":\"Pricing\",\"page_description\":\"Details on any subscription plans or pricing models.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"Affordable Pricing Plans\",\"section_description\":\"Explore our subscription plans designed to fit your needs.\",\"section_prompt\":\"Introduce the different pricing options available.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Plan Features\",\"section_description\":\"Compare what each pricing tier offers and find the right fit for you.\",\"section_prompt\":\"List features included in each pricing plan.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Choose Your Plan\",\"section_description\":\"Select a plan and start creating unparalleled email templates.\",\"section_prompt\":\"Encourage users to pick a plan.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Articles and tips on email marketing best practices.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"Email Marketing Insights\",\"section_description\":\"Stay updated with the latest tips and trends in email marketing.\",\"section_prompt\":\"Provide an overview of the blog\'s purpose.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Blog Posts\",\"section_description\":\"Read our latest articles on achieving successful email campaigns.\",\"section_prompt\":\"Show a grid of recent blog articles.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Join our newsletter for the latest blog updates and tips.\",\"section_prompt\":\"Encourage users to subscribe to the blog.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]},{\"page_type\":\"support\",\"page_title\":\"Support\",\"page_description\":\"FAQs and contact information for user assistance.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":null,\"section_prompt\":null},{\"section_type\":\"inner_banner\",\"section_title\":\"Customer Support\",\"section_description\":\"We are here to help you with any questions or issues you may have.\",\"section_prompt\":\"Introduce the support services available.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Find answers to the common queries users have.\",\"section_prompt\":\"Detail the most common questions regarding the platform.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Us\",\"section_description\":\"Reach out for personalized assistance or inquiries.\",\"section_prompt\":\"Provide a form for users to submit their questions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":null,\"section_prompt\":null}]}],\"user_prompt\":\"Email template engine\",\"prompt_id\":126,\"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},\"user_email\":\"raman+web1@42works.net\"}', '{\"folder\":\"websites\",\"site\":\"3dhzfoxrlw\",\"domain\":\"3dhzfoxrlw\",\"slug_environment\":\"wpsites\",\"sftp_user\":\"wpsites_3dhzfoxrlw\",\"sftp_pass\":\"oQRaSsxGW2O\\/JeXKeDnPVmblTJ1aEieHPCBrOMmJo\\/qNWtN\\/Bw==\",\"db_pass\":\"Xbrh5Mli23LcFpoVBvOb7ggqI7F8QWXECMElhLPEbSqLQ2a8TW1n\\/Q==\",\"db_name\":\"db_wpsites_3dhzfoxrlw\",\"db_user\":\"db_user_wpsites_3dhzfoxrlw\",\"sftp_group\":\"sftpusers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '83.791800308228', 'completed', '2026-04-02 05:00:08', 0, 0, NULL, NULL, 0, 0, NULL, '2025-12-17 04:59:09', '2026-04-02 05:00:08', NULL),
(292, 77, 127, 0, NULL, NULL, NULL, 'My Podcast Portfolio', 'website1765948143.png', 'wpsites_drbtm3r7io', 'db_user_wpsites_drbtm3r7io', '{\"website_title\":\"My Podcast Portfolio\",\"website_description\":\"Showcasing my journey as a podcaster, featuring episodes, guest insights, and creative process details.\",\"website_type\":\"Personal Website\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"podcast, episodes, guest appearances\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An introduction to my podcasting journey and what visitors can expect.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Header section with navigation links.\",\"section_prompt\":\"Header for navigation.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Podcast\",\"section_description\":\"Discover my podcasting journey, unique voice, and style.\",\"section_prompt\":\"Hero banner introducing my podcast.\"},{\"section_type\":\"about\",\"section_title\":\"About My Podcasting Journey\",\"section_description\":\"Learn about my experiences and what drives my passion for podcasting.\",\"section_prompt\":\"An overview of my background and inspiration in podcasting.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Blog Insights\",\"section_description\":\"Check out my latest articles and insights on podcasting.\",\"section_prompt\":\"A preview of the most recent blog posts.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Featured Episodes\",\"section_description\":\"Explore some of my most engaging podcast episodes.\",\"section_prompt\":\"List main episodes (Episode 1, Episode 2, Episode 3, ...) from my podcast.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join My Podcasting Journey\",\"section_description\":\"Subscribe to my podcast and stay updated with new episodes.\",\"section_prompt\":\"Call to action for visitors to listen and subscribe.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Website footer with important links.\"}]},{\"page_type\":\"episodes\",\"page_title\":\"Episodes\",\"page_description\":\"A detailed archive of all podcast episodes with descriptions and links to listen.\",\"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\":\"Podcast Episodes\",\"section_description\":\"Explore all my podcast episodes available for listening.\",\"section_prompt\":\"Inner banner for the Episodes page.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Episode Archive\",\"section_description\":\"A comprehensive list of all episodes with links and descriptions.\",\"section_prompt\":\"Features grid listing episode titles and descriptions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Listen Now\",\"section_description\":\"Encouragement to listen to the latest episodes and subscribe.\",\"section_prompt\":\"Call to action for visitors to engage with the podcast.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Website footer with important links.\"}]},{\"page_type\":\"about-me\",\"page_title\":\"About Me\",\"page_description\":\"Sharing my background, inspiration, and goals as a podcaster.\",\"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 Story\",\"section_description\":\"An introduction to who I am and my podcasting journey.\",\"section_prompt\":\"Inner banner for the About Me page.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Inspiration\",\"section_description\":\"Insight into what inspires my podcasting work and creativity.\",\"section_prompt\":\"Details on the motivations behind my podcast.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Goals as a Podcaster\",\"section_description\":\"What I aim to achieve through my podcast and my vision for the future.\",\"section_prompt\":\"Overview of my goals in the podcasting field.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Connect with Me\",\"section_description\":\"Encouragement for visitors to reach out for collaborations or feedback.\",\"section_prompt\":\"Call to action for engagement.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Website footer with important links.\"}]},{\"page_type\":\"guests\",\"page_title\":\"Guests\",\"page_description\":\"Profiles of guests featured on my podcast, highlighting their contributions.\",\"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\":\"Podcast Guests\",\"section_description\":\"Meet the incredible guests who have joined me on my podcast.\",\"section_prompt\":\"Inner banner for the Guests page.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Guest Profiles\",\"section_description\":\"Detailed profiles of each guest including contributions and links.\",\"section_prompt\":\"Features grid listing guest names and their contributions.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Explore Our Conversations\",\"section_description\":\"Encouragement to check out episodes featuring these guests.\",\"section_prompt\":\"Call to action to listen to episodes with featured guests.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Website footer with important links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Articles, insights, and updates related to podcasting.\",\"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\":\"Podcasting Insights\",\"section_description\":\"Read my latest thoughts and articles on podcasting.\",\"section_prompt\":\"Inner banner for the Blog page.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Articles\",\"section_description\":\"A grid showcasing my most recent blog posts.\",\"section_prompt\":\"Grid displaying recent blog post titles and snippets.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Subscribe for Updates\",\"section_description\":\"Invite visitors to subscribe for the latest updates on new posts.\",\"section_prompt\":\"Call to action for blog subscriptions.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Website footer with important links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"A form for listeners and potential collaborators to get in touch.\",\"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\":\"Get in Touch\",\"section_description\":\"Contact me for collaborations, feedback, or questions.\",\"section_prompt\":\"Inner banner for the Contact page.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Contact Form\",\"section_description\":\"Form for visitors to fill out to reach out to me.\",\"section_prompt\":\"A form for visitors to send messages.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Connect on Social Media\",\"section_description\":\"Links to my social media profiles for easy connection.\",\"section_prompt\":\"Information for connecting via social media.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Footer with additional links and copyright information.\",\"section_prompt\":\"Website footer with important links.\"}]}],\"user_prompt\":\"A podcast portfolio website\",\"prompt_id\":127,\"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},\"user_email\":\"raman+web1@42works.net\"}', '{\"folder\":\"websites\",\"site\":\"drbtm3r7io\",\"domain\":\"drbtm3r7io\",\"slug_environment\":\"wpsites\",\"sftp_user\":\"wpsites_drbtm3r7io\",\"sftp_pass\":\"zLqwUiSiRn4+IDNvbE3vwlVJvE\\/86xgiyezABaxpNIXwb+Tgsw==\",\"db_pass\":\"C7meXxEvR7uEXMbuwACLRrFKRi6aADr5houPC7Wxtnv+SDX0lG6HsQ==\",\"db_name\":\"db_wpsites_drbtm3r7io\",\"db_user\":\"db_user_wpsites_drbtm3r7io\",\"sftp_group\":\"sftpusers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '83.72482585907', 'completed', '2026-04-02 05:30:06', 0, 0, NULL, NULL, 0, 0, NULL, '2025-12-17 05:09:03', '2026-04-02 05:30:06', NULL),
(293, 81, 128, 0, NULL, NULL, NULL, 'My Graphic Design Portfolio', 'website1765963623.png', 'wpsites_pky9ffhqcb', 'db_user_wpsites_pky9ffhqcb', '{\"website_title\":\"My Graphic Design Portfolio\",\"website_description\":\"A showcase of my creativity and design skills through a collection of projects and artworks that reflect my journey as a graphic designer.\",\"website_type\":\"personal\",\"website_industry\":\"Media & Publishing\",\"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 professionalism.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Navigate through my portfolio to explore my work.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Discover my unique design philosophy and the diverse projects I\'ve completed.\",\"section_prompt\":\"Display a captivating overview of my design philosophy.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"Learn about my journey as a graphic designer and what inspires my creativity.\",\"section_prompt\":\"Provide a brief introduction to my background and design journey.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Choose My Design Services?\",\"section_description\":\"Highlight the benefits of working with me, from creativity to attention to detail.\",\"section_prompt\":\"List the top reasons to collaborate with me as a designer.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Design Services\",\"section_description\":\"Explore the variety of design services I offer, including logo design, social media graphics, and marketing materials.\",\"section_prompt\":\"List main services (Logo Design, Social Media Graphics, Marketing Materials) provided by my design studio.\"},{\"section_type\":\"portfolio\",\"section_title\":\"Featured Works\",\"section_description\":\"Showcase some of my best projects from various design categories.\",\"section_prompt\":\"Display a collection of selected works to highlight my design skills.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Projects\",\"section_description\":\"Stay updated with my most recent projects and articles about design.\",\"section_prompt\":\"Highlight my most recent projects and updates in the design world.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Ready to start a project? Contact me to discuss your design needs.\",\"section_prompt\":\"Encourage visitors to reach out for collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Find links to my social media and ways to connect with me.\",\"section_prompt\":\"Provide footer links and contact information.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Discover my journey and inspirations as a graphic designer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Introduction to my professional journey.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Story\",\"section_description\":\"Learn about my passion for design and the path that led me here.\",\"section_prompt\":\"Share my story and background as a designer.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Design Philosophy\",\"section_description\":\"Understand the principles that guide my design work and approach.\",\"section_prompt\":\"Explain my design philosophy and core values.\"},{\"section_type\":\"about\",\"section_title\":\"Inspiration\",\"section_description\":\"Explore the sources that fuel my creativity and influence my designs.\",\"section_prompt\":\"Describe my inspirations and how they impact my work.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"My Skills\",\"section_description\":\"Highlight the specific skills I possess as a graphic designer.\",\"section_prompt\":\"Outline key skills that define my expertise.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Create Together\",\"section_description\":\"Interested in working with me? Reach out today!\",\"section_prompt\":\"Encourage visitors to contact me for collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Find links to my social media and ways to connect with me.\",\"section_prompt\":\"Provide footer links and contact information.\"}]},{\"page_type\":\"portfolio\",\"page_title\":\"Portfolio\",\"page_description\":\"A showcase of my graphic design projects organized by category.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Explore my work in different design categories.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Portfolio\",\"section_description\":\"Dive into my work across various design fields.\",\"section_prompt\":\"Introduce my portfolio section.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Branded Projects\",\"section_description\":\"View a selection of projects focused on branding design.\",\"section_prompt\":\"Showcase key branding projects.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Illustration Works\",\"section_description\":\"Discover unique illustrations I\'ve created over the years.\",\"section_prompt\":\"Display notable illustration projects I\'ve completed.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Digital Art Gallery\",\"section_description\":\"Browse through my digital artworks that showcase my style and creativity.\",\"section_prompt\":\"Highlight my digital art pieces.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Print Design Collection\",\"section_description\":\"Check out my print design projects, including posters, flyers, and brochures.\",\"section_prompt\":\"Showcase my print design work.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Find links to my social media and ways to connect with me.\",\"section_prompt\":\"Provide footer links and contact information.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"The design services I offer to clients seeking creative solutions.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Explore the services I provide.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Design Services\",\"section_description\":\"An overview of the services I provide to help clients achieve their creative goals.\",\"section_prompt\":\"Introduce the services section.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Logo Design\",\"section_description\":\"Professional logo design that captures your brand identity effectively.\",\"section_prompt\":\"Detail my approach to logo design.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Social Media Graphics\",\"section_description\":\"Customized graphics tailored for your social media needs, promoting brand awareness.\",\"section_prompt\":\"Explain my offerings for social media graphic design.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Marketing Materials\",\"section_description\":\"Design of brochures, flyers, and other marketing resources to boost your business.\",\"section_prompt\":\"Detail my marketing material design services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Answer common questions about my design process and services.\",\"section_prompt\":\"Provide answers to frequently asked questions from potential clients.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Started\",\"section_description\":\"Contact me to discuss your design project today!\",\"section_prompt\":\"Encourage visitors to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Find links to my social media and ways to connect with me.\",\"section_prompt\":\"Provide footer links and contact information.\"}]},{\"page_type\":\"testimonials\",\"page_title\":\"Testimonials\",\"page_description\":\"What my clients say about my graphic design work.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Feedback from those I\'ve worked with.\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Client Satisfaction\",\"section_description\":\"Read what my clients have to say about their experiences working with me.\",\"section_prompt\":\"Introduce the testimonials section.\"},{\"section_type\":\"testimonials\",\"section_title\":\"Client Testimonials\",\"section_description\":\"Showcase positive feedback and experiences from my clients.\",\"section_prompt\":\"Display selected client testimonials highlighting satisfaction.\"},{\"section_type\":\"about\",\"section_title\":\"Why Testimonials Matter\",\"section_description\":\"Understanding the importance of client feedback in the design industry.\",\"section_prompt\":\"Explain the significance of testimonials for design work.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Satisfaction List\",\"section_description\":\"Contact me and become my next happy client!\",\"section_prompt\":\"Encourage potential clients to get in touch.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Find links to my social media and ways to connect with me.\",\"section_prompt\":\"Provide footer links and contact information.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Reach out to me for inquiries about my graphic design services.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"Get in touch with me today!\",\"section_prompt\":\"N\\/A\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"I\'m here to answer your questions and discuss your design needs.\",\"section_prompt\":\"Introduce the contact section.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Fill out the form below and I will get back to you shortly.\",\"section_prompt\":\"Provide a contact form for inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Reach Me Directly\",\"section_description\":\"Find my email and social media links for direct communication.\",\"section_prompt\":\"List my contact information.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"Find links to my social media and ways to connect with me.\",\"section_prompt\":\"Provide footer links and contact information.\"}]}],\"user_prompt\":\"Portfolio showcasing graphic design work\",\"prompt_id\":128,\"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},\"user_email\":\"shalugupta1990@gmail.com\"}', '{\"folder\":\"websites\",\"site\":\"pky9ffhqcb\",\"domain\":\"pky9ffhqcb\",\"slug_environment\":\"wpsites\",\"sftp_user\":\"wpsites_pky9ffhqcb\",\"sftp_pass\":\"IlIywIMVGNIOmmpYtDyFN2uB7\\/c9wejb7WuUsUzeCqih1DPuKg==\",\"db_pass\":\"XZlx4Ws7XpN6n+9x+\\/WxO360v68ZSvQ9IY7mXj1WNzIUoIWtOarB3A==\",\"db_name\":\"db_wpsites_pky9ffhqcb\",\"db_user\":\"db_user_wpsites_pky9ffhqcb\",\"sftp_group\":\"sftpusers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '84.29281539917', 'completed', '2026-04-02 13:00:04', 0, 0, NULL, NULL, 0, 0, NULL, '2025-12-17 09:26:55', '2026-04-02 13:00: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`, `last_payment_date`, `reminder_email_sent`, `is_cancellation_requested`, `subscription_end`, `created_at`, `updated_at`, `deleted_at`) VALUES
(295, 88, 132, 0, NULL, NULL, NULL, 'Travel Resource Hub', 'website1767354662.png', 'wpsites_yrkcx5z2vw', 'db_user_wpsites_yrkcx5z2vw', '{\"website_title\":\"Travel Resource Hub\",\"website_description\":\"A comprehensive resource for travelers featuring destination insights, travel tips, and planning tools.\",\"website_type\":\"informational\",\"website_industry\":\"Travel & Hospitality\",\"search_query\":\"travel, destinations, tips\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to your travel resource hub.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header section for navigation.\",\"section_prompt\":\"Display the main navigation including links to all primary pages.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Explore the World\",\"section_description\":\"Inspire your next adventure with our travel guides and insights.\",\"section_prompt\":\"Show an inspiring image of a popular travel destination.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our mission to help travelers.\",\"section_prompt\":\"Provide an overview of the website\'s goals and offerings.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Popular Destinations\",\"section_description\":\"Discover top travel locations around the globe.\",\"section_prompt\":\"List popular destinations (Paris, Tokyo, New York, Sydney, Cape Town).\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Why Travel with Us?\",\"section_description\":\"Explore the advantages of using our travel resources.\",\"section_prompt\":\"Highlight benefits of using the website for travel planning.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Travel Stories\",\"section_description\":\"Read the latest blog posts and travel experiences.\",\"section_prompt\":\"Show snippets from the latest blog entries.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Start Your Adventure Today\",\"section_description\":\"Join us as we explore new horizons!\",\"section_prompt\":\"Encourage visitors to start planning their next trip.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section for copyright and additional links.\",\"section_prompt\":\"Include copyright information and additional useful links.\"}]},{\"page_type\":\"destinations\",\"page_title\":\"Destinations\",\"page_description\":\"Explore diverse travel destinations around the world.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header section for navigation.\",\"section_prompt\":\"Display the main navigation including links to all primary pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Explore Destinations\",\"section_description\":\"Find your perfect travel spot.\",\"section_prompt\":\"An illustrative banner promoting travel destinations.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Featured Destinations\",\"section_description\":\"In-depth guides on must-visit places.\",\"section_prompt\":\"List featured destinations with short descriptions.\"},{\"section_type\":\"about\",\"section_title\":\"About Our Destinations\",\"section_description\":\"Discover what makes our destination guides unique.\",\"section_prompt\":\"Provide background on the selection process for featured spots.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Plan Your Trip\",\"section_description\":\"Start planning your visit to a destination today.\",\"section_prompt\":\"Encourage visitors to check travel options.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section for copyright and additional links.\",\"section_prompt\":\"Include copyright information and additional useful links.\"}]},{\"page_type\":\"travel_tips\",\"page_title\":\"Travel Tips\",\"page_description\":\"Essential tips and advice for modern travelers.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header section for navigation.\",\"section_prompt\":\"Display the main navigation including links to all primary pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Helpful Travel Tips\",\"section_description\":\"Expert advice for smoother travels.\",\"section_prompt\":\"Display a banner promoting useful travel advice.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Packing Tips\",\"section_description\":\"Advice on essentials to pack for any trip.\",\"section_prompt\":\"Provide essential packing tips for travelers.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Safety Tips\",\"section_description\":\"Learn about safety precautions while traveling.\",\"section_prompt\":\"Outline important safety measures for travelers.\"},{\"section_type\":\"informational_content_without_media\",\"section_title\":\"Budgeting for Travel\",\"section_description\":\"Ways to effectively budget for your trips.\",\"section_prompt\":\"Give budgeting tips for travel.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Plan Smart, Travel Well\",\"section_description\":\"Use our tips to enhance your travel experience.\",\"section_prompt\":\"Encourage visitors to plan their trips wisely.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section for copyright and additional links.\",\"section_prompt\":\"Include copyright information and additional useful links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Personal stories and recommendations from travelers.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header section for navigation.\",\"section_prompt\":\"Display the main navigation including links to all primary pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Travel Blogs\",\"section_description\":\"Read personal journeys and reviews.\",\"section_prompt\":\"Highlight exciting travel stories.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Latest Posts\",\"section_description\":\"A collection of our recent travel posts.\",\"section_prompt\":\"Show a grid layout of recent blog entries.\"},{\"section_type\":\"about\",\"section_title\":\"About Our Blog\",\"section_description\":\"Learn more about the voices behind our stories.\",\"section_prompt\":\"Provide insight into the blog contributors.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Join the Adventure\",\"section_description\":\"Share your own travel stories with us.\",\"section_prompt\":\"Encourage readers to contribute their experiences.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section for copyright and additional links.\",\"section_prompt\":\"Include copyright information and additional useful links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact Us\",\"page_description\":\"Get in touch with us for inquiries.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The main header section for navigation.\",\"section_prompt\":\"Display the main navigation including links to all primary pages.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We\\u2019re here to help you with your travel queries.\",\"section_prompt\":\"A welcoming contact banner.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form for any inquiries.\",\"section_prompt\":\"Provide a contact form for easy inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Information\",\"section_description\":\"Find our contact info and social media links.\",\"section_prompt\":\"List our email and social media links.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section for copyright and additional links.\",\"section_prompt\":\"Include copyright information and additional useful links.\"}]}],\"user_prompt\":\"travelling website\",\"prompt_id\":132,\"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},\"user_email\":\"zubair@42works.net\"}', '{\"folder\":\"websites\",\"site\":\"yrkcx5z2vw\",\"domain\":\"yrkcx5z2vw\",\"slug_environment\":\"wpsites\",\"sftp_user\":\"wpsites_yrkcx5z2vw\",\"sftp_pass\":\"wYVvkyjbC6WLQpVaUUl0AxouRnPnWcrJTH4W1R0BqV19PVYJqw==\",\"db_pass\":\"zBqM7kv91zqMrVS+Txa5Tm0a8fWuxluiPiMxfixZ4r\\/Lz5n9s2jM8A==\",\"db_name\":\"db_wpsites_yrkcx5z2vw\",\"db_user\":\"db_user_wpsites_yrkcx5z2vw\",\"sftp_group\":\"sftpusers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '84.183474349976', 'completed', '2026-04-02 03:30:08', 0, 0, NULL, NULL, 0, 0, NULL, '2026-01-02 11:50:41', '2026-04-02 03:30:08', NULL),
(296, 89, 135, 0, NULL, NULL, NULL, 'Mental Health Awareness Hub', 'website1770064682.png', 'wpsites_1qf3g1k23u', 'db_user_wpsites_1qf3g1k23u', '{\"website_title\":\"Mental Health Awareness Hub\",\"website_description\":\"A comprehensive resource for mental health awareness, offering valuable information and support for visitors.\",\"website_type\":\"informational\",\"website_industry\":\"Healthcare\",\"search_query\":\"mental health, awareness, support\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"An introduction to mental health topics, mission statement, and featured resources.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header for the website.\",\"section_prompt\":\"Include site navigation menu.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to Our Hub\",\"section_description\":\"An inviting banner showcasing the mission of mental health awareness.\",\"section_prompt\":\"Featured image promoting mental health awareness.\"},{\"section_type\":\"about\",\"section_title\":\"About Us\",\"section_description\":\"Learn more about our mission to promote mental health support.\",\"section_prompt\":\"Details about the vision and objectives of the website.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Insights\",\"section_description\":\"Stay updated with our latest articles and personal stories.\",\"section_prompt\":\"Showcase the most recent blog posts.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"Resources Available\",\"section_description\":\"Explore various resources dedicated to mental health support.\",\"section_prompt\":\"List main resources (Articles, Hotlines, Organizations) provided.\"},{\"section_type\":\"testimonials\",\"section_title\":\"User Experiences\",\"section_description\":\"Hear from our community about how they\'ve benefited from our services.\",\"section_prompt\":\"Display testimonials from users supporting mental health.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get Involved\",\"section_description\":\"Join us in promoting mental health awareness.\",\"section_prompt\":\"Encourage users to engage with our community.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section of the website with additional links and copyrights.\",\"section_prompt\":\"Standard footer for site links.\"}]},{\"page_type\":\"resources\",\"page_title\":\"Resources\",\"page_description\":\"A collection of articles and external links dedicated to mental health support.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header for the resources page.\",\"section_prompt\":\"Include site navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Resource Hub\",\"section_description\":\"An overview of the resources available.\",\"section_prompt\":\"Banner summarizing the importance of mental health resources.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Mental Health Articles\",\"section_description\":\"Access a range of informative articles on mental health topics.\",\"section_prompt\":\"List available articles on mental health.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Help Hotlines\",\"section_description\":\"Important contact numbers for immediate support.\",\"section_prompt\":\"List of helplines available for assistance.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Recommended Organizations\",\"section_description\":\"Reliable organizations dedicated to mental health advocacy.\",\"section_prompt\":\"List organizations supporting mental health initiatives.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Discover More\",\"section_description\":\"Explore more resources and support options.\",\"section_prompt\":\"Encourage further exploration of mental health resources.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section of the resources page.\",\"section_prompt\":\"Standard footer for site links.\"}]},{\"page_type\":\"services\",\"page_title\":\"Services\",\"page_description\":\"An overview of the mental health services we offer.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header for the services page.\",\"section_prompt\":\"Include site navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Our Services\",\"section_description\":\"Detailed overview of services tailored for mental health support.\",\"section_prompt\":\"Highlight the range of services offered.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Counseling Services\",\"section_description\":\"Individual and group counseling tailored to needs.\",\"section_prompt\":\"Detailed information on our counseling services.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Workshops\",\"section_description\":\"Interactive workshops focusing on mental health topics.\",\"section_prompt\":\"Description of workshops offered for community engagement.\"},{\"section_type\":\"media_and_text\",\"section_title\":\"Support Groups\",\"section_description\":\"Facilitated groups for shared experiences and support.\",\"section_prompt\":\"Information on support group services.\"},{\"section_type\":\"faqs\",\"section_title\":\"Frequently Asked Questions\",\"section_description\":\"Common inquiries about our services, answered.\",\"section_prompt\":\"Provide answers to common questions regarding services.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Reach Out\",\"section_description\":\"Contact us for personalized support and guidance.\",\"section_prompt\":\"Encouragement to get in touch for service inquiries.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section of the services page.\",\"section_prompt\":\"Standard footer for site links.\"}]},{\"page_type\":\"blog\",\"page_title\":\"Blog\",\"page_description\":\"Regular updates, articles, and personal stories related to mental health.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header for the blog.\",\"section_prompt\":\"Include site navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Mental Health Blog\",\"section_description\":\"A collection of insights and personal stories on mental health.\",\"section_prompt\":\"Highlight the focus of the blog.\"},{\"section_type\":\"posts_grid\",\"section_title\":\"Recent Posts\",\"section_description\":\"Browse through our latest articles and updates.\",\"section_prompt\":\"Display a grid of recent blog posts.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contribute Your Story\",\"section_description\":\"Invitation for visitors to share their experiences.\",\"section_prompt\":\"Encourage visitors to submit their own stories.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section of the blog page.\",\"section_prompt\":\"Standard footer for site links.\"}]},{\"page_type\":\"contact\",\"page_title\":\"Contact\",\"page_description\":\"Get in touch for inquiries or assistance.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header for the contact page.\",\"section_prompt\":\"Include site navigation menu.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Us\",\"section_description\":\"We would love to hear from you!\",\"section_prompt\":\"Introduce the contact section.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Inquiry Form\",\"section_description\":\"Please fill out the form for inquiries or assistance.\",\"section_prompt\":\"Embedded form for feedback and inquiries.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Our Contact Information\",\"section_description\":\"Find our email and address for more options to connect.\",\"section_prompt\":\"List of email addresses and physical addresses.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer section of the contact page.\",\"section_prompt\":\"Standard footer for site links.\"}]}],\"user_prompt\":\"Please create a website that is focused on mental health with a form on the banner that also allows us to embed a form if we need to in the future.\",\"prompt_id\":135,\"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},\"user_email\":\"daniel@blusharkdigital.com\"}', '{\"folder\":\"websites\",\"site\":\"1qf3g1k23u\",\"domain\":\"1qf3g1k23u\",\"slug_environment\":\"wpsites\",\"sftp_user\":\"wpsites_1qf3g1k23u\",\"sftp_pass\":\"cwaQ8r12HpK9rZC422019X7pinmUGhIvOIXHr1uQQO6Eija5aA==\",\"db_pass\":\"oOT2i6IHedqK+cVgk4i1okCicP9YuSbxwYll87bID589uWTB+pS\\/tw==\",\"db_name\":\"db_wpsites_1qf3g1k23u\",\"db_user\":\"db_user_wpsites_1qf3g1k23u\",\"sftp_group\":\"sftpusers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '83.950929718018', 'completed', '2026-04-01 20:30:06', 0, 0, NULL, NULL, 0, 0, NULL, '2026-02-02 20:37:10', '2026-04-01 20:30:06', NULL),
(297, 91, 138, 0, NULL, NULL, NULL, 'lovi', 'website1773749824.png', 'wpsites_psmqzigeap', 'db_user_wpsites_psmqzigeap', '{\"website_title\":\"lovi\",\"website_description\":\"A personal portfolio showcasing skills, projects, and experiences.\",\"website_type\":\"Personal\",\"website_industry\":\"Media & Publishing\",\"search_query\":\"portfolio, personal website, showcase\",\"pages\":[{\"page_type\":\"home\",\"page_title\":\"Home\",\"page_description\":\"Welcome to my personal portfolio where I showcase my skills and projects.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header of the website.\",\"section_prompt\":\"This section contains the main navigation links.\"},{\"section_type\":\"hero_banner\",\"section_title\":\"Welcome to My Portfolio\",\"section_description\":\"Explore my skills, projects, and experiences that define my professional journey.\",\"section_prompt\":\"This banner introduces visitors to my portfolio.\"},{\"section_type\":\"about\",\"section_title\":\"About Me\",\"section_description\":\"An overview of my background, skills, and professional journey.\",\"section_prompt\":\"Learn more about my professional background and approach.\"},{\"section_type\":\"listing_grid\",\"section_title\":\"My Work\",\"section_description\":\"A showcase of select projects that highlight my skills and creativity.\",\"section_prompt\":\"List main projects (Project 1, Project 2, Project 3) I\'ve completed.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Get in Touch\",\"section_description\":\"Reach out for collaborations or inquiries.\",\"section_prompt\":\"A call to action encouraging visitors to contact me.\"},{\"section_type\":\"latest_posts\",\"section_title\":\"Latest Updates\",\"section_description\":\"Recent updates or thoughts I\'ve shared.\",\"section_prompt\":\"This section features my latest thoughts or projects.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer of the website containing copyright and additional links.\",\"section_prompt\":\"Contains links to privacy policy and terms of service.\"}]},{\"page_type\":\"about\",\"page_title\":\"About Me\",\"page_description\":\"Learn more about my professional journey and background.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header of the about page.\",\"section_prompt\":\"Main navigation links for seamless browsing.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"About Me\",\"section_description\":\"Details about my education and professional background.\",\"section_prompt\":\"This section provides an in-depth look at who I am.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Core Skills\",\"section_description\":\"An overview of the key skills I possess.\",\"section_prompt\":\"List my core skills (Skill 1, Skill 2, Skill 3, etc.).\"},{\"section_type\":\"feature_detail\",\"section_title\":\"My Journey\",\"section_description\":\"A narrative about my career path and experiences.\",\"section_prompt\":\"Explore how I have developed my professional skills.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Contact Me\",\"section_description\":\"Encouragement for visitors to reach out for opportunities.\",\"section_prompt\":\"Prompting visitors to get in touch for collaborations.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer contains additional links and copyright information.\",\"section_prompt\":\"Links to related information and social media.\"}]},{\"page_type\":\"my-work\",\"page_title\":\"My Work\",\"page_description\":\"Examples of projects showcasing my talents and skills.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header of the work page.\",\"section_prompt\":\"Main navigation links for easy access.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Showcase of My Work\",\"section_description\":\"A display of selected projects that represent my capabilities.\",\"section_prompt\":\"This section highlights key projects in detail.\"},{\"section_type\":\"gallery\",\"section_title\":\"Project Gallery\",\"section_description\":\"A visual gallery of my work across different domains.\",\"section_prompt\":\"Showcasing images and summaries of my projects.\"},{\"section_type\":\"feature_detail\",\"section_title\":\"Project Analysis\",\"section_description\":\"A critical look at specific projects and my role in them.\",\"section_prompt\":\"In-depth analysis of certain key projects.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Interested in Collaborating?\",\"section_description\":\"Reach out if you have project ideas or inquiries.\",\"section_prompt\":\"Encouragement for visitors to contact me about collaboration.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer with copyright and additional links.\",\"section_prompt\":\"Contains important links and social media connections.\"}]},{\"page_type\":\"resume\",\"page_title\":\"Resume\",\"page_description\":\"Overview of my professional qualifications and experiences.\",\"sections\":[{\"section_type\":\"header\",\"section_title\":\"Header\",\"section_description\":\"The navigation header of the resume page.\",\"section_prompt\":\"Main navigation links to enhance user experience.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"My Resume\",\"section_description\":\"A detailed account of my professional experiences.\",\"section_prompt\":\"This section presents my qualifications and skills.\"},{\"section_type\":\"benefits_listing\",\"section_title\":\"Education\",\"section_description\":\"Information about my educational background and qualifications.\",\"section_prompt\":\"List my educational qualifications and institutions attended.\"},{\"section_type\":\"features_listing\",\"section_title\":\"Professional Experience\",\"section_description\":\"A summary of the roles I\'ve held throughout my career.\",\"section_prompt\":\"Overview of professional experiences and roles held.\"},{\"section_type\":\"call_to_action\",\"section_title\":\"Let\'s Connect\",\"section_description\":\"Invitation for employers or clients to reach out to me.\",\"section_prompt\":\"Encouragement for potential collaborators to contact me.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer with essential links and copyright information.\",\"section_prompt\":\"Footer containing links to privacy policy and terms.\"}]},{\"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\":\"The navigation header across the site.\",\"section_prompt\":\"Easily navigate through the portfolio.\"},{\"section_type\":\"inner_banner\",\"section_title\":\"Contact Me\",\"section_description\":\"A straightforward contact form for inquiries.\",\"section_prompt\":\"Quick contact form to get in touch easily.\"},{\"section_type\":\"contact_form\",\"section_title\":\"Get in Touch\",\"section_description\":\"Fill out the form below to send a message directly to me.\",\"section_prompt\":\"Contact form allowing users to write to me.\"},{\"section_type\":\"contact_information\",\"section_title\":\"Contact Details\",\"section_description\":\"Additional ways to reach me if needed.\",\"section_prompt\":\"List of alternative contact methods.\"},{\"section_type\":\"footer\",\"section_title\":\"Footer\",\"section_description\":\"The footer of the page with links and copyright.\",\"section_prompt\":\"Footer with copyright and additional resource links.\"}]}],\"user_prompt\":\"My website name is lovi and i want it for my portoflio\",\"prompt_id\":138,\"theme\":\"material\",\"colors\":[[88,51,241],[31,31,31]],\"fonts\":\"material-font\",\"social_urls\":{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\",\"twitter\":null,\"linkedin\":null,\"youtube\":null},\"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\",\"site\":\"psmqzigeap\",\"domain\":\"psmqzigeap\",\"slug_environment\":\"wpsites\",\"sftp_user\":\"wpsites_psmqzigeap\",\"sftp_pass\":\"Q3MjcvNqPWZ5mqkM\\/OFjYZm\\/O4G4kTsSZ8R3S+RG0jbiRRkjOQ==\",\"db_pass\":\"SEm+rX4\\/alkJsu2y7MWsQmGAEeYHyW4j2eDoWh4cjr9enVQwl+bKVA==\",\"db_name\":\"db_wpsites_psmqzigeap\",\"db_user\":\"db_user_wpsites_psmqzigeap\",\"sftp_group\":\"sftpusers\"}', 0, 'completed', NULL, NULL, 'pending', NULL, 0, 0, '83.976672019958', 'completed', '2026-04-01 18:30:10', 0, 0, NULL, NULL, 0, 0, NULL, '2026-03-17 12:16:17', '2026-04-01 18:30:10', 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
(1, 221, 'completed', '', NULL, '2025-08-22 07:55:40', '2025-08-22 08:51:07'),
(2, 222, 'completed', '', NULL, '2025-08-22 08:00:41', '2025-08-22 08:51:22');
--
-- 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=70;
--
-- AUTO_INCREMENT for table `page_speed_results`
--
ALTER TABLE `page_speed_results`
MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=175;
--
-- AUTO_INCREMENT for table `payments`
--
ALTER TABLE `payments`
MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=56;
--
-- 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=7;
--
-- AUTO_INCREMENT for table `prompts`
--
ALTER TABLE `prompts`
MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=140;
--
-- AUTO_INCREMENT for table `providers`
--
ALTER TABLE `providers`
MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=92;
--
-- AUTO_INCREMENT for table `user_settings`
--
ALTER TABLE `user_settings`
MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- AUTO_INCREMENT for table `websites`
--
ALTER TABLE `websites`
MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=298;
--
-- AUTO_INCREMENT for table `websites_archive_requests`
--
ALTER TABLE `websites_archive_requests`
MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- 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 */;