diff --git a/database/seeders/GuestLayoutManagmentSeeder.php b/database/seeders/GuestLayoutManagmentSeeder.php index 9c85733..a4ccb97 100644 --- a/database/seeders/GuestLayoutManagmentSeeder.php +++ b/database/seeders/GuestLayoutManagmentSeeder.php @@ -15,28 +15,28 @@ public function run(): void { $contents = [ [ - "name" => "Home Content 1", + "name" => "Home_Content_1", "content" => '

Deliver Remarkable Customer Experiences With a CMS-Powered Website

A CMS-powered website revolutionizes customer experiences by integrating advanced tools that streamline interactions and personalize engagements. By harnessing the capabilities of CMS systems, businesses can efficiently manage customer data, tailor content to individual preferences, automate processes, and gain actionable insights. This transformative approach not only enhances customer satisfaction and loyalty but also empowers organizations to deliver consistent, personalized experiences that set them apart in today s competitive market.

', "fk_menu_id" => 1, "sort_order" => 1, "is_active" => 1 ], [ - "name" => "Home Content 2", + "name" => "Home_Content_2", "content" => '
', "fk_menu_id" => 1, "sort_order" => 2, "is_active" => 1 ], [ - "name" => "Home Content 3", + "name" => "Home_Content_3", "content" => '
Features Image
Features Image
Features Image

Scale your business with software you can trust.

Use our tools to explore your ideas and make your vision come true. Then share your work easily.

  • Reliability - software solutions that ensure uptime and performance,
  • Scalability - Grow your business effortlessly
  • Integration - Seamlessly integrate with existing systems
  • Support - Receive dedicated support and regular updates
', "fk_menu_id" => 1, "sort_order" => 3, "is_active" => 1 ], [ - "name" => "Home Content 4", + "name" => "Home_Content_4", "content" => '

Trusted by Open Source, enterprise, and more than 99,000 of you

Subscribe

Subscribe and start making the most of every engagement.

No spam, unsubscribe at any time

', "fk_menu_id" => 1, "sort_order" => 4,